@charset "UTF-8";
/* CSS Document Last Updated March 22, 2021 ZA */

h2,h3,h4 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #37577e;
}

.eventButton {
width:100%;
margin:10px 0px;
padding:5px 0px;
display:block;
text-align:center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 22px;
font-weight: bold;
background-color: #AD6200;
color: #ffffff!important;
}

img.eventlogo {
  margin:4px auto;
  display: block;
}

/* Image Wrap Styles */
img.img_left {
  float: left;
  margin-right: 10px;
}
img.img_right {
  float: right;
  margin-left: 10px;
}
img.img_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.small, small {
  font-size: 10pt;
}
hr {
  display: block;
  clear: both;
  height: 1px;
color: #737373;
	background-color: #737373;
}



/*  COLUMN SETUP  */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 96%;
  float: left;
  margin: 0.5rem 1%;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 15.5%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
}

/*Webinars page styles*/

#webinars-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;

  padding: 10px;
}





#webinars-page img {
  width: 100%;
  height: auto;
}

#webinars-page hr {
  color: #737373;
  width: 80%;
}

#webinars-page .webinar-button {
  width: 150px;
  padding: 10px 10px;
  background-color: #37577e;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

#webinars-page .webinar-button:hover {


}

#webinars-page #stats {
  margin-top: 20px;
  margin-bottom: 20px;

}

#webinars-page #schedule {
  max-width: 80%;
  border: 3px solid #3f729b;
  margin-left: auto;
  margin-right: auto;
}

#webinars-page #schedule #b-left {
  border-left: 1.5px solid #3f729b;
  padding: 6px;
}

#webinars-page #learn-more {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#webinars-page #learn-more img {
  border: 2px solid #3f729b;
}

#webinars-page #learn-more h4 {
  font-size: 1.5rem;
}

#webinars-page #webinar-table {
  border-collapse: collapse;
}

#webinars-page #webinar-table table, th, td {
  border: 1px solid #ccc;
}

#webinars-page #webinar-table thead {
  background-color: #3f729b;
}

#webinars-page #webinar-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

#webinars-page .text {
  font-size: 1.2rem;
}

.noscroll { overflow: hidden; }

.overlay {
   position: fixed;
   overflow-y: scroll;
   top: 0; right: 0; bottom: 0; left: 0; }

[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }




/* this code is not strictly necessary: just to make this demo a bit pleasant */

.overlay div.outside-box {
   margin: 15vh auto;
   width: 80%;
   max-width: 950px;
   padding: 30px;
   height: auto;
   background: rgba(255,255,255, .95);
}
.overlay {
    background:  rgba(40,40,40, .75);
}

.overlay div.outside-box div {
  margin-left: auto;
  margin-right: auto;
}

.clr{
  clear: both;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #3f729b;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #37577e;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #3184b8;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
}

#staff > div {min-height: 120px}

#staff > img {float:left; margin:0 10px 10px 0}

/* video pages */

.blue-outside {
  background-color: #37577e;
}

#video-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;

}

#video-page img {
  width: 100%;
  height: auto;
}

#hero {
  max-width: 1100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}

#hero #vid-nav, #shero #vid-nav, #mhero #vid-nav {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 1;
}

#hero #vid-nav ul, #shero #vid-nav ul, #mhero #vid-nav ul{
  list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

#hero #vid-nav ul li, #shero #vid-nav ul li, #mhero #vid-nav ul li {
  float: left;
}

#hero #vid-nav ul li a, #shero #vid-nav ul li a, #mhero #vid-nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#hero #logo {
  text-align: center;
  width: 25vw;
  height: auto;
  z-index: 1;
}

#hero #logo h2 {
  display: none;
}

#hero #logo h3 {
  color: #fff;
  margin: 0px;
  font-weight: bold;
}

#hero #logo h4 {
  color: #3184b8;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.2rem;
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#myVideo {
  max-width: 1100px;
  height: auto;
}

#video-page #main {
  text-align: center;
}

#video-page #main h4 {
  color: #37577e;
  margin-top: 20px;
  margin-bottom: 20px;
}

#video-page #main #tiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#video-page #main #tiles .product {
  width: 22%;
  height: auto;
  margin: 8px;
  position: relative;
  border: 2px solid #37577e;
  border-radius: 3px;
}

#video-page #main #tiles .product:hover {
  border: 2px solid #3184b8;
  border-radius: 3px;
}

#video-page #main #tiles .product .tile-overlay {
  position: absolute;
  bottom: 8px;
  right: 16px;
  text-transform: capitalize;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 4px;
}

#video-page #main #tiles .product:hover .tile-overlay {
  color: #3184b8;
}

.vid-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-transform: uppercase;
  color: #3184b8!important;
  border: 2px solid #3184b8!important;
  border-radius: 5px;
  max-width: 33%;
  text-align: center;
}

.vid-button:hover {
  background-color: #3184b8;
  color: #fff!important;
}

#video-page #main .text {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
}

#video-page #main #demo-reel div {
  margin-left: auto;
  margin-right: auto;
}

#video-page #main .wufoo-form-container {
  width: 400px!important;
  margin-left: auto;
  margin-right: auto;
}

/* bnp video services page */

#services-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#services-page img {
  width: 100%;
  height: auto;
}

#services-page #shero {
  max-width: 1100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}


#services-page #shero #slogo {
  text-align: center;
  width: 25vw;
  height: auto;
  z-index: 1;

}

#services-page #shero #slogo h2 {
  display: none;
}

#services-page #shero #slogo h3 {
  color: #fff;
  margin: 0px;
  background-color: rgba(0,0,0,.6);
  font-weight: bold;
  padding: 3px;
}

#services-page #shero #slogo h4 {
  color: #3184b8;
  margin-top: 0px;
  background-color: rgba(0,0,0,.6);
  font-weight: bold;
  font-size: 1.2rem;
  padding: 3px;
}



/* video marketing page */
#marketing-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#marketing-page img {
  width: 100%;
  height: auto;
}

#marketing-page #mhero {
  max-width: 1100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}


#marketing-page #mhero #mlogo {
  text-align: center;
  width: 25vw;
  height: auto;
  z-index: 1;

}

#marketing-page #mhero #mlogo h2 {
  color: #fff;
  font-weight: bold;
}

#marketing-page #mhero #mlogo h3 {
  color: #fff;
  margin: 0px;
  font-weight: bold;
  padding: 3px;
  font-size: 1.5vw;
}

#marketing-page #mhero #mlogo h4 {
  color: #3184b8;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.2vw;
  padding: 3px;
}

#marketing-page #mhero #mimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
}

#marketing-page #mmain {
  text-align: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#marketing-page #mmain #mdemo-reel div {
  margin-left: auto;
  margin-right: auto;
}

#marketing-page #mmain #mflex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

#marketing-page #mmain #hiwflex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: space-between;

}

.po {
  align-self: flex-end;
  margin: 10px;
}

#marketing-page .po img {
  width: 134px;
  height: 134px;
}

.hiw {
  background-color: #3184b8;
  width: 22.5%;
  padding: 8px;
  color: #fff;
  margin: 4px;
  border-radius: 4px;
}

.hiwtitle {
  text-transform: uppercase;
  font-weight: bold;
}

.hiw ul {
  text-align: left;
  padding-inline-start: 20px;
}

#marketing-page .hiw img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 45em) {

  #marketing-page #mmain #hiwflex {
    display: flex;
    flex-wrap: wrap;
  }

  .hiw {
    min-width: 40%;
  }
}

#marketing-page #msources {
  font-size: 12px;
}

/*RESPONSIVE MAP */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}