html {
  font-size: 1em;
}
body {
  font-family: 'Lato', 'Arial', sans-serif;
  background: #F8F8F8;
  font-size: 1em;
}
p {
  font-size: 1em;
}
h1 {
  color: #0A6DA6;
  font-size: 2.5em;
  text-align: center;
}
h2 {
  color: #0A6DA6;
  font-size: 2.3em;
  text-align: center;
}
h3 {
  font-size: 1.7em;
}
h4 {
  color: #0A6DA6;
  font-size: 1.5em;
}
.dropdown-menu {
  font-size:.875em;
}
.btn{
  font-size: .875;
}
.panel-title{
  font-size: 1em;
}
.footnote-email{
  color: #7eb2df;
}
.itap-image{
  width:250px;
}
/*Circular pictures*/
.picture-frame {
  border-radius: 50%;
  width: 100%;
}

.btn-primary{
  background-color: #4377c1;
}
.center{
  margin: 0 auto;
}
.card {
  background: #FFFFFF ;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.08);
  border-radius: 4px;
  padding: 20px;
  margin: 15px;
}

.top-header {
  padding-top: 80px;
}

.title-underline {
  width: 100px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.title-underline-large {
  width: 250px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.section-titles {
  padding-top: 30px;
}


/*TITLE SECTION*/
#title-section {
  background: url(../img/main-pic.jpg) fixed no-repeat top center;
  background-size: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.title-logo {
  display: block;
  margin: 0 auto;
  width: 380px;
}
.DoD17-Title {
  margin-top: 33%;
  margin-bottom: 7px;
  padding-left: 2.3%;
}
.title-section-text {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 0.8;
}
.title-section-text-bold {
  font-weight: 600;
}
.title-section-buttons-wrapper {
  text-align: center;
  margin-top: 12px;
}
.title-section-button {
  width: 150px;
  color: white;
  background: #4377c1;
  border-color: #467DCA;
  margin: 5px;
}
.title-section-button:hover, .title-section-button:focus,
.title-section-button:active, .title-section-button:active:focus,
.title-section-button:active:hover {
  color: white;
  background: #467DCA;
  border-color: #467DCA;
}
/*TITLE SECTION END*/

/*INTRO SECTION*/

.first-section {margin-bottom: 5vh;}
.second-section {margin-bottom: 5vh;}
.intro-vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}


/*INTRO SECTION END*/

/* CONCURRENT EVENTS AND TRACKS SECTION */
.panel-default {
  border-color: #467DCA;
}

.panel-default>.panel-heading {
  background-color: #4377c1;
  border-color: #467DCA;
}

.panel-title {
  color: white;
}

.thumbnail {
  background-color: transparent;
  border: transparent;
}

.track-image {
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.08);
  border-radius: 4px;
}

.glyphicon-chevron-down {
  float: right;
}

.glyphicon-chevron-up {
  float: right;
  width: 14px;
  height: 14px;
}

.rotate-one {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate-one.down {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.rotate-two {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate-two.down {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.rotate-three {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate-three.down {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.rotate-four {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate-four.down {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.rotate-five {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate-five.down {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.panel-titlem, .panel-heading {
  cursor: pointer;
}

.tracks-title {
  margin: 30px auto;
}

/* CONCURRENT EVENTS AND TRACKS SECTION END */

/*REGISTRATION AND SOCIAL MEDIA*/

.social-media-height-provider {
  height: 86px;
}
.social-media-wrapper {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.social-media-icon {
  width: 35px;
  margin: 3px;
}

/*REGISTRATION AND SOCIAL MEDIA END*/

/*SPONSORS SECTION*/
.sponsors-title {
  margin-top: 40px;
}
.sponsor-subtitle {
  margin-left: 15px;
}
.sponsor-card {
  min-height: 180px;
}
.sponsor-image-vertical-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
  height: 140px;
}
.sponsor-image-horizontal-center {
  text-align: center;
}
.sponsor-image {
  width: 100%;
  max-width:100%;
  max-height: 140px;
}
.visually-hidden{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}


/*Speaker Slider*/
.slick-dots{
  bottom:-49px;
}


/*EVENT PROMO*/
.event-promo H2{
  text-align:left;
  font-size: 1.4em;
}

.event-promo {
  /*padding-top:80px;*/
}

.event-promo .banner{
  background: url(../img/main-pic.jpg) fixed no-repeat top center;
  background-size: 100%;
}
.event-promo .banner iframe{
  padding-top:150px;
  width:100%;
  height:100%;

}
.event-promo .title{
  margin-top: 25%;
  margin-bottom: 50px;
  text-align: center;
  color:#fff;
}
.event-promo .title h1{
  color:#fff;
}
.event-promo .title p{
  color:#fff;
}
@media screen and (min-width:0\0) {
   /* IE10+ specific styles go here */
   .slick-dots{
     bottom:-120px;
   }
   .title-underline-large{
     width:auto;
   }
}
.slick-dots img{
  width:80px;
  border-radius:50%;
}
.slick-dots li:after {
  content:'\A';
  position:absolute;
  background:rgba(0,0,0,0.4);
  top:-1px;
  left:-1px;
  border-radius:50%;
  width:82px;
  height:82px;
  border:4px solid #ffffff;
}
.slick-dots .slick-active:after{
  background:rgba(0,0,0,0.0);
}
.slick-dots .slick-active span{
  color:#0A6DA6;
}
.slick-dots li{
  width:80px;
}
.slick-dots span{
  text-transform: uppercase;
  font-size: .85em;
  color:#666;
}
.slide {
  position: relative;
  width: 100%;
}
.slide img{
  width: 38%;
  float:left;
}
.slider-col{
  padding-right:0;
  padding-left:0;
  margin-bottom:70px;
}
.slide__caption {
  bottom: 0;
  min-height: 80px;
  right: 0px;
  top:100px;
  width: 50%;
  z-index: 2;
  position: absolute;
  z-index: 2;
  color:#333;
  /*text-shadow: rgb(3, 3, 3) 0px 2px 3px;*/
}
.slider-wrapper{
  margin-bottom:70px;
}
.slide__caption h3{
  text-transform: uppercase;
  font-size: 2.0em;
  color:#0A6DA6;

}
.slide__caption p{
}
#speaker-section .row{
  margin-left:0px;
  margin-right:0px;
  background-color:#ffffff;
}
#speaker-section {

}
.slick-dotted.slick-slider{
  margin-bottom: 0px;
}

.slide-img-wrapper{
  width:45%;
  margin-right:25px;
}


/*Mobile Responsive Settings*/
@media screen and (min-width: 1201px) {

  .slide__caption {
    bottom: 0;
    position: absolute;
    width: 55%;
    z-index: 2;
    color:#333;
    /*text-shadow: rgb(3, 3, 3) 0px 2px 3px;*/
  }
  .slide__caption h3{
    text-transform: uppercase;
    font-size: 2.5em;
  }
  .slide__caption p{
    font-size: 1em;
  }

}

@media screen and (max-width: 1200px) {

  .social-media-text {
    text-align: center;
  }
  .social-media-height-provider {
    height: auto;
    text-align: center;
  }
  .social-media-wrapper {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
  }


}

@media screen and (max-width: 992px) {
  .slide__caption {

  }
  .slick-dots img{
    width:80px;
    border-radius:50%;
  }
  .slick-dots li:after {
    width:80px;
    height:80px;
  }
  .slick-dots .slick-active:after{
    background:rgba(0,0,0,0.0);
  }
  .slick-dots .slick-active span{
    color:#0A6DA6;
  }
  .slick-dots li{
    width:80px;
  }
  .slick-dots li:after {
    content: '\A';
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: -1px;
    left: -1px;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    border: 4px solid #ffffff;
}
.slide__caption{
  top:52px;
}

}
@media screen and (max-width: 767px) {
  #title-section {
    background: url(../img/main-pic-darken.jpg) fixed no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .title-logo {
    width: 80%;
  }
  .DoD17-Title {
    padding-left: 3.5%;
  }
  .intro-image {
    width: 70%;
    margin: 16px auto;
    display: block;
  }

  .sponsor-card {
    min-height: 90px;
    padding: 0;
    margin: 7px;
  }
  .sponsor-image-vertical-center {
    height: 140px;
  }
  .sponsor-image-horizontal-center {
    height: 140px;
  }

  .sponsor-subtitle {
    margin-left: 7px;
  }

  /* Speaker Slider */
  .slide{
    margin-bottom:20px;
    text-align: center;
  }
  .slide img{
    width: 65%;
    float:none;
  }
  .slide__caption {
    bottom: 0;
    min-height: 0px;
    position: relative;
    top:auto;
    left:auto;
    width:auto;
    z-index: 2;
    color:#000;
    text-shadow:none;
    text-align:center;
  }
  .slide__caption h3{
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight:700;

  }
  .slide__caption p{
    text-align:left;
  }
  .slider-col{
    margin-bottom:10px;
  }
  .slider-wrapper{
    margin-bottom:0px;
  }
  #speaker-section .row{
    margin-left:0px;
    margin-right:0px;
  }
  #speaker-section{
  background-color:#ffffff;
  }
  .header-text {
      margin-bottom: 90px;
      text-align: center;
  }

  .videoWrapper {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	padding-top: 25px;
  	height: 0;
  }
  .videoWrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }
}
/**************BACKGROUND VIDEO*******************/
.contain-header {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.main-header {
  min-height: 400px;
  display: block;
  color: $color-white;
}
video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/clouds.jpg) no-repeat;
  background-size: cover;
}
video {
  display: block;
}
.header-logo {
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.continue {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.header-text{
  margin-top:120px;
  text-align: center;
}

.header-text h1{
  font-size:3em;
  color:#fff;
}
.header-text h2{
  font-size:1.5em;
  color:#fff;
}
.header-text p{
  font-size:1em;
  color:#fff;
}
.two-col h2{
  text-align: left;
  font-size: 1.4em;
}
