
body{
  font-family:'Lora', serif;
  font-family: 'Lato', sans-serif;
}
/* Navbar CSS */
.navbar{
  margin-bottom:0;
  background-color:#2e6da4;
  border:none;
  border-radius:0;
  position:relative;
  width:100%;
  z-index:999;
}

@media (min-width:768px) {
  .navbar {
    position: fixed;
    background-color:transparent;
  }
}

.navbar-brand > img{
  margin-top:-25px;
}

.navbar-default .navbar-nav > .active > a{
  background-color:transparent;
  color:#0c47a4 !important
}
.navbar-default .navbar-nav > li > a{
  color:#fff;
  margin:-13px 0 40px 0;
  top:0;
  font-family: 'Lato', sans-serif;
  padding:10px;
  text-shadow: 0 0 3px #000;
}
.navbar .dropdown-menu > li > a {
  font-family: 'Lato', sans-serif;
}
.navbar-menu > .item{
  position:relative;
  text-align: center;
  height: 35px;
  transition-duration:0.25s;
}

.navbar-default .navbar-nav li > a:hover{
  color:#fff;
}
.navbar.solid .dropdown > a::after{
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.navbar-default .navbar-color img{
  display:none;
  transition:all 0.2s ease-in-out 0s;
}



/* Solid class attached on scroll past first section */
.navbar.solid {
  background-color: #fff;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px #000;
  height:105px;
  transition:all 0.2s ease-in-out 0s;
  border-bottom:3px solid #0c4cba;
}
.navbar.solid .navbar-brand {
  transition: color 1s ease 0s;
}
.navbar.solid .navbar-nav > li > a {
  color: #333;
  transition: color 1s ease 0s;
}

.navbar.solid .navbar-collapse{
  border-bottom:0;
}

.navbar.solid .navbar-right{
  margin-top:-45px;
}


.navbar.solid  .navbar-color img{
  display:inline;
  margin-top:-6%;
}

.navbar.solid  .navbar-white img{
  display:none;
}

.navbar.solid .navbar-nav > li > a{
  margin-top:-30px;
}

.navbar.solid .nav ul{
  top:100%;
}

/* .navbar.solid .navbar-menu  > .item{
  height:80px;
} */

.navbar2.solid {
  background-color: #fff;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px #000;
  height:105px;
  transition:all 0.2s ease-in-out 0s;
  border-bottom:3px solid #0c4cba;
}
.navbar2.solid .navbar-brand {
  transition: color 1s ease 0s;
}
.navbar2.solid .navbar-nav > li > a {
  color: #0c47a4;
  transition: color 1s ease 0s;
  text-shadow: none;
}

.navbar2.solid .navbar-collapse{
  border-bottom:0;
}

.navbar2.solid .navbar-right{
  margin-top:-98px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
  color:#fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
  color:#fff;
}

.navbar-default .navbar-nav li > a:hover{
  color:#00205c!important;
}

.navbar2.solid  .navbar-color img{
  display:inline;
  margin-top:-68px;
}

.navbar2.solid  .navbar-white img{
  display:none;
}

.navbar2.solid .navbar-nav > li > a{
  margin-top:27px;
}

.navbar2.solid .nav{
  top:100%;
}

.navbar2.solid .navbar-menu  > .item{
  height:80px;
}














.title-BG{
  margin-top:5.5%;
  background-image: url(images/title-BG.jpg);
  background-size:cover;
  padding:30px;
  /*margin-bottom:30px;*/
}

.title-BG h3, .title-BG p, .title-BG a{
  color:#fff;
}

hr.style17 {
  border-top: 1px solid #fff;
  text-align: center;
}
hr.style17:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  color: #fff;
  font-size: 22px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}



/*Carousel Css*/

.btn-primary{
  background:#0c4cba;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

#carousel-id{
  height:720px;
  overflow: hidden;
}

 #carousel-id img{
  height:auto;
 }



.slide_description_wrapper{
  top:25%;
}
.slide_description_wrapper h3{
  opacity:0.7;
}
.slide_description_wrapper .bold{
  font-weight: 500;
}

.slide_description_wrapper h2{
  font-size:55px;
  font-weight:900;
}

#carousel-id .btn-primary{
  border-radius:0;
  padding:15px 25px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.5, 1.5);
  }
  to {
    transform: scale(1, 1);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 50s;
  animation: zoom 50s;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade{
  padding:0!important;
}
/*.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0,0,0,0.5) inset;
}*/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(27,59,111,0.9);
    opacity: .3;
}

.carousel-caption{
  text-shadow:0 4px 2px rgba(0, 0, 0, 1);
}

.carousel-indicators li, .carousel-indicators li.active{
  height:20px;
  width:20px;
  border:2px solid #fff;
}

.carousel-indicators li.active{
  border:none;
  background-color:#0c4cba;
}

.carousel-caption{
  font-family:'Charmonman';
}











/*Owl Carousel CSS*/
/* Click the image one by one to see the different layout */

/* Owl Carousel */

.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}




/*Parallax CSS*/
.parallax {
  position:relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index:1;
  padding:100px 0;
}

.parallax2 {
  position:relative;
  background-attachment: fixed;
  height:500px;
  background-repeat: no-repeat;
  background-position: center;
  z-index:1;
}


.parallax-bg{
   background-image:url(images/parallax-2.jpg);
   margin-bottom:0;
   background-size:cover;
}




/*========================================*/



/*About Thumbail CSS*/

.form-BG{
  background-image: url(images/iStock_000002987546Medium.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  margin-bottom:0;
  background-position-y:-200px;
}



.about-container .container{
  padding-top:10px;
  padding-bottom:40px;
}

.about-container h2{
  color:#3094c6;
  font-weight: 900;
}

.about-container p{
  padding-top:20px;
}

.icon-thumbnails{
  background:rgba(255,255,255,0.15);
  padding:15px;
  border-radius:10px;
  height:200px;
  padding-top:20%;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}



.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  font-weight: 900;
  height: 1.5em;
  /*opacity: .5;*/
  font-size:36px;
  color:#2e6da4;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #0a52c6;
  background-color: #fcfcfa;
}



.about-container .col-lg-3 > a > .icon-thumbnails{
  margin: 30px 0;
}

.icon-thumbnails h4{
  color:#fff;
  font-weight:900;
  font-size:23px;
  padding-top:15px;
  font-family:'Fire Sans', sans-serif;
}

.icon-thumbnails i{
  color:#fff;
  font-size:4em;
}

.section_header {
  font-size:42px;
}

.about-container span{
  font-size:18px;
}


p,span{
  font-family:'Lato', sans-serif;
}


.icon-thumbnails:hover{
  background-color:#fff;
}

.icon-thumbnails:hover i,.icon-thumbnails:hover h4{
  color:#0c4cba;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

.thumbnail-container{
  padding-top:50px;
  margin-top:17px;
  padding:20px;
  padding-bottom:55px;
}



/*Owl Carousel CSS*/




/*Meeting List CSS*/
.videoWrapper {
  position: relative;
  padding-bottom: 59.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: -10px;
  left: 0;
  width: 260px;
  height: 147px;
}


.parallax2{
  height:auto;
  margin:0;
  padding-left:0;
  padding-right:0;
  padding-top:1%;
  /*padding-bottom:2%;*/
  overflow: hidden;
}

/* .parallax2  .col-lg-6{
  padding-right:0;
} */

/*.parallax2  .list-container{
  background-color:rgba(0,0,0,0.5);
  padding:5%;
}*/

.list-container{
  padding:0 20%;
  padding-top:40px;
}

.parallax2  .col-lg-7 .col-lg-6{
  margin-top:10px;
}
.parallax2 .panel-body{
  height:300px;
}


.parallax2 .container .list-container .panel-body #cwucelist_12466987{
  width:364px!important;
  overflow:visible!important;
}

.parallax2 .container .list-container .panel{
  width:96%;
  margin-right:-20px;
  float:right;
}

.parallax2 .col-lg-7 .col-lg-6:nth-child(1), .parallax2 .col-lg-7 .col-lg-6:nth-child(3){
  margin-left:-25px;
  margin-right:25px;
}


.owl-carousel{
  padding:30px 0;
}


.owl-dots{
  display:none!important;
}
.owl-stage-outer .owl-stage{
  padding:40px 0;
}



.owl-theme > .owl-stage-outer > .owl-stage .owl-item.active.center{
  transform:scale(1.1)!important;
  -webkit-transform:scale(1.1)!important;
  z-index:9!important;
  box-shadow: 0px 0 15px rgba(0,0,0,0.3)!important;
}

.owl-theme iframe{
  height:18%!important;
}

/*Form CSS*/


.form-header {
  text-align: center;
  color: #a8a8a8;
}

.sozo-form {
  max-width: 600px;
  text-align: center;
  margin: 8px auto;
}
.sozo-form input, form textarea {
  border: 0;
  outline: 0;
  padding: 9px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color:transparent;
  border:1px solid #fff;
  color: white;
  resize: none;
}
.sozo-form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
/*.sozo-form #input-submit {
  color: white;
  background: #e74c3c;
  cursor: pointer;
}*/
/*.sozo-form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}*/
.sozo-form textarea {
  height: 202px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.sozo-form .right {
  width: 50%;
}

.sozo-form .left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.sozo-container{
  background:#f1f1f1;
  padding-top:35px;
  padding-bottom:30px;
}





.banner-ads{
  padding:30px 0;
}

.owl-theme iframe{
  width:100%;
  height:auto;
}

.owl-next, 
.owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 33.33333333%;
}
.owl-next {
  right: 0;
}
.owl-prev {
  left: 0;
}
.owl-next:hover .icon, 
.owl-prev:hover .icon {
  background: rgba(48, 117, 70, .8);
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }

/*Footer CSS*/

.footer {
  background: #1B2F4E;
  height: auto;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}

.footer h3, .footer h4 {
  border-bottom: 1px solid #BAC1C8;
  color: #fff;
  font-size: 17px;
  font-weight: 600!important;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
}
.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #F5F5F5;
}
.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
  font-family:'Lato', sans-serif;
}
.footer a {
  color: #F5F5F5
}
.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
  background: #121D2D;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-bottom p.pull-left {
  padding-top: 6px;
  color:#fff;
}
.footer-bottom p, .footer-bottom a {
  color:#686868!important;
}


.footer .footer-left, .footer-right{
  width:60%;
  display:table-cell;
}


.footer .footer-left li, .footer-right li{
  display:inline;
}

.footer .footer-left li a, .footer-right li a{
  width:168px;
}


.Footop-newsletter {
    text-align: center;
    border-bottom: 1px solid #22252d;
    padding-bottom: 56px;
    margin-bottom: 39px;
    background-color: #282C35 !important;
    padding: 66px 0 40px;
}

.Footop-title h5 {
    font-size: 20px !important;
    text-transform: uppercase !important;
    color: #adb0b6 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    
}

footer input[type="text"] {
    color: #b4b4b4;
    height: 47px;
    padding: 0 0 0 20px;
    background: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    box-shadow: none;
}
footer input[type=text] {
webkit-box-sizing: border-box;
    box-shadow: none;
    box-sizing: border-box;
    color: #9097a1;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 40%;
    border: 1px solid #eceef4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.bgcolor {
    background-color: #0c4cba !important;
}

footer input[type="submit"] {
    border: 1px solid #0c4cba;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 41px;
    padding: 0 29px;
    text-transform: uppercase;
    background: none;
    border-radius: 4px;
    line-height: 37px;
    background-color: #0c4cba;
}



/*Interior Pages CSS*/
.accordion {
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #3F51B5;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  background: #2D3D99;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 14px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: ">";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2D3D99;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}
.sign-up .col-lg-2 input{
  width:100px;
}


.sign-up .row .col-lg-3, .sign-up .row .col-lg-2{
  margin-top:20px;
}

.sign-up .col-lg-3 input{
  width:100%;
}
.address-box{
  background-color:#fff;
  padding:5%;
  padding-top:6%;
}
.address-box span, .address-box p{
 font-size:18px;
 margin-bottom:21px;
}

.address-box span{
  color:#c6c6c6;
  
}



.page-background{
  background-image:url(images/page-BG.png);
  padding-top:15px;
  padding-bottom:15px;
  min-height: 258px;
}


.event-list-item {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /*max-width: 750px;*/
  max-height: 350px;
  margin-bottom:30px;
  position: relative;
  overflow: hidden;
}

.event-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.event-info .event-info-extras a {
  text-decoration: none;
}

.event-info .event-date {
  display: flex;
  flex-flow: column nowrap;
  width: 100px;
  max-width: 100px;
}
.event-info .event-date .event-start
{
  width: 100px;
  height: 82px;
  text-align: center;
  resize: vertical;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2em;
  color: #fff;
  background: #ccc;
  align-self: flex-start;
}

.event-info .event-description {
  /*max-width: 600px;*/
  line-height: 1.25em;
  padding: 1.25em;
}
.event-info .event-description .event-header {
  font-size: 1.5em;
  margin-bottom: .25em;
}
.event-info .event-description .event-header a {
  text-decoration: none;
  color: #333;
}
.event-info .event-description .event-header .event-time {
  font-size: .55em;
}

.event-info .event-description .event-excerpt {
  font-size: .85em;
}
.event-info .event-description .event-excerpt a.more {
  color: #248F8B;
  text-decoration: none;
  text-transform: uppercase;
}



.event-list-item.navy .event-start,
.event-list-item.navy .event-end {
  background: #00205c !important;
}

.event-list-item.featured.navy {
  border-left: 10px solid #00205c;
  max-width: 740px;
}



.flipper-container {
  text-align: center;
  margin-top: 40px;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.flipper {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  width: 30em;
  height: 4.5em;
  background-color: #0c4cba;
  box-shadow: 0 3px 5px #0c4cba;
  -moz-transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -o-transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flipper:target {
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.front-face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 70px;
  letter-spacing: 2px;
  line-height: 4.5em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.front-face:before {
  content: attr(data-icon);
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  border-radius: 0 2px 2px 0;
}

.front-face {
  background-color: #0c4cba;
  color: #fff;
  text-shadow: 0 1px 1px #b50236;
  -moz-transform: rotateX(0deg) translateZ(2.25em);
  -ms-transform: rotateX(0deg) translateZ(2.25em);
  -webkit-transform: rotateX(0deg) translateZ(2.25em);
  transform: rotateX(0deg) translateZ(2.25em);
}
.front-face:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlMDMzZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWIxZjU2Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmOTE4NTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzIxNjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #121D2D 0%, #1B2F4E 50%, #0c4cba 50%, #0c4cba);
  background-image: -webkit-linear-gradient(45deg, #121D2D 0%, #1B2F4E 50%, #0c4cba 50%, #0c4cba);
  background-image: linear-gradient(45deg, #121D2D 0%, #1B2F4E 50%, #0c4cba 50%, #0c4cba);
}


.user button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.user input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.user input[type="submit"] {
  cursor: pointer;
}
.user input::-webkit-input-placeholder {
  letter-spacing: 0.1rem;
  color: #666;
}
.user input:-ms-input-placeholder {
  letter-spacing: 0.1rem;
  color: #666;
}
.user input::-ms-input-placeholder {
  letter-spacing: 0.1rem;
  color: #666;
}
.user input::placeholder {
  letter-spacing: 0.1rem;
  color: #666;
}

/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
/**
 * Show Sign Up form
 */
@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/**
 * Page background
 */
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top:10%;
  background-size: cover;
}
.user_options-container {
  position: relative;
  width: 80%;
}
.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  border-radius: 3px;
}

/**
 * Registered and Unregistered user box and text
 */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
}

.user_registered-title,
.user_unregistered-title {
  margin-bottom: 15px;
  line-height: 1em;
}

.user_unregistered-text,
.user_registered-text {
  line-height: 1.4em;
}

.user_registered-login,
.user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #ccc!important;
  border-radius: 3px;
  padding: 10px 30px!important;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.user_registered-login:hover,
.user_unregistered-signup:hover {
  color: rgba(34, 34, 34, 0.85);
  background-color: #ccc;
}

/**
 * Login and signup forms
 */
.user_options-forms {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 420px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.user_options-forms .forms_title {
  margin-bottom: 45px;
  line-height: 1em;
  text-transform: uppercase;
  color: #0c4cba;
  letter-spacing: 0.1rem;
}
.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}
.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  color: gray;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out;
}
.user_options-forms .forms_field-input:focus {
  border-color: gray;
}
.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.user_options-forms .forms_buttons-forgot {
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}
.user_options-forms .forms_buttons-action {
  background-color: #0c4cba;
  border-radius: 3px;
  padding: 10px 35px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: background-color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-action:hover {
  background-color: #0c4cba;
}
.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.user_options-forms .user_forms-signup {
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}
.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end;
}
.user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/**
 * Triggers
 */
.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
          animation: bounceLeft 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
          animation: showSignUp 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}
.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
          animation: bounceRight 1s forwards;
}

/**
 * Responsive 990px
 */
@media screen and (max-width: 990px) {
  .user_options-forms {
    min-height: 350px;
  }
  .user_options-forms .forms_buttons {
    flex-direction: column;
  }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px;
  }
  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px;
  }

  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px;
  }
}

.house-panel .panel-body{
  height:auto;
  padding:0;
}

.house-panel .panel-body h2, .house-panel .panel-body p, .house-panel .panel-body span{
  padding:30px;
}
.house-panel h2{
  padding-bottom:0;
}


.form-wizard {
  padding: 25px; 
  background: #fff;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
  box-shadow: 0px 0px 6px 3px #777;
  font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 40px;
    text-align: center;
}
  
.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
  color: #7589EB;
  text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard h1, .form-wizard h2 {
  margin-top: 10px;
  font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
  font-size: 25px;
    font-weight: 300;
    color: #7589EB;
    line-height: 30px;
  margin-top: 0; 
  margin-bottom: 5px; 
  text-transform: uppercase; 
}

.form-wizard h4 {
  float:left;
  font-size: 20px;
    font-weight: 300;
    color: #7589EB;
    line-height: 26px;
  width:100%;
}
.form-wizard h4  span{
  float:right;
  font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #7589EB; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #7589EB; color: #fff; text-shadow: none; }


.form-wizard .form-control {
  height: 44px;
  width:100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 9px;
  margin-left: -20px;
}

.form-wizard .form-control option:hover, .form-wizard .form-control option:checked  {
    box-shadow: 0 0 10px 100px #7589EB inset;
}

.form-wizard .form-control:focus {
  outline: 0;
  background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-wizard .form-control:-moz-placeholder { color: #888; }
.form-wizard .form-control:-ms-input-placeholder { color: #888; }
.form-wizard .form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#7589EB; }


.form-wizard .btn {
  min-width: 105px;
  height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard .btn:hover {
  background:#f34727; 
  color: #fff; 
  }
.form-wizard .btn:active { 
  outline: 0; 
  background:#f34727; 
  color: #fff; 
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
  }
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
  outline: 0; 
  background:#f34727; 
  color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #7589EB; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #7589EB; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}

.form-wizard .success h3{
  color: #4F8A10;
  text-align: center;
  margin: 20px auto !important;
}
.form-wizard .success .success-icon {
  color: #4F8A10;
  font-size: 100px;
  border: 5px solid #4F8A10;
  border-radius: 100px;
  text-align: center !important;
  width: 110px;
  margin: 25px auto;
}
.form-wizard .progress-bar {
  background-color: #7589EB;
}

.form-wizard-steps{ 
  margin:auto; 
  overflow: hidden; 
  position: relative; 
  margin-top: 20px;
}
.form-wizard-step{
  padding-top:10px !important;
  border:2px solid #fff;
  background:#ccc;
  -ms-transform: skewX(-30deg); /* IE 9 */
    -webkit-transform: skewX(-30deg); /* Safari */
    transform: skewX(-30deg); /* Standard syntax */
}
.form-wizard-step.active{
  background:#7589EB;
}
.form-wizard-step.activated{
  background:#7589EB;
}
.form-wizard-progress { 
  position: absolute; 
  top: 36px;
  left: 0; 
  width: 100%; 
  height: 0px; 
  background: #7589EB;
}
.form-wizard-progress-line { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 0px; 
  background: #7589EB; 
}

.form-wizard-tolal-steps-3 .form-wizard-step { 
  position: relative;
  float: left; 
  width: 33.33%; 
  padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
  position: relative; 
  float: left; 
  width: 33%; 
  padding: 0 5px; 
}

.form-wizard2 .form-wizard-tolal-steps-4 .form-wizard-step { 
  position: relative; 
  float: left; 
  width: 50%; 
  padding: 0 5px; 
}

.form-wizard3 .form-wizard-tolal-steps-4 .form-wizard-step { 
  position: relative; 
  float: left; 
  width: 100%; 
  padding: 0 5px; 
}

.form-wizard-tolal-steps-5 .form-wizard-step { 
  position: relative;
  float: left;
  width: 20%;
  padding: 0 5px;
}

.form-wizard-step-icon {
  display: inline-block;
  width: 40px; 
  height: 40px; 
  margin-top: 4px; 
  padding-top:10px;
  background: #ddd;
  font-size: 16px; 
  color: #777; 
  line-height: 40px;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated .form-wizard-step-icon {
  background: #7589EB; 
  border: 1px solid #fff; 
  color: #fff; 
  line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
  background: #fff; 
  border: 1px solid #fff; 
  color: #7589EB; 
  line-height: 38px;
}

.form-wizard-step p { 
  color: #fff;
  -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated p { color: #fff; }
.form-wizard-step.active p { color: #fff; }

.form-wizard fieldset { 
  display: none; 
  text-align: left; 
  border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #7589EB;}

.secondary-navbar{
  padding:40px;
}

.secondary-navbar h5{
  font-size:15px;
}

.owl .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.owl .carousel-control {
  left: -12px;
    height: 40px;
  width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.owl .carousel-control.right {
  right: -12px;
}
/* The indicators */
.owl .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.owl .carousel-indicators li {
  background: #cecece;
}
.owl .carousel-indicators .active {
background: #428bca;
}

.carousel-control{
  background-color:transparent;
  background-image:none!important;
}

.team-section span{
  color:#0c4cba;
}

.team-section img{
  border-radius:15px;
  height: 261.5px;
  object-fit: cover;
  
}

.events-list {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}
.events-list li {
  margin-bottom: 50px;
}

.event-header {
  display: flex;
}

.event-details {
  padding-left: 14px;
}

.event-title {
  line-height: 1.5;
  font-size: 30px;
  margin: 0;
}
.event-title {
  transition: all 0.5s ease;
  color: #0c4cba;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1;
  text-decoration: none;
}
.event-title a:hover {
  color: #a8380a;
}

h3.event-sub-head {
  margin: 0 0 4px;
  font-style: italic;
  font-size: 20px;
}

.event-date {
  color: #323232;
  font-size: 18px;
}

.event-icon {
  flex: 0 0 45px;
  background-color: #0c4cba;
}

.event-content {
  padding-top: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}

.testimonial{
    margin-bottom: 10px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        background-color:#fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    /* .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    } */

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }
    /*---- Outlined Styles ----*/
    .testimonial.testimonial-default{
        
    }
        .testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default .testimonial-desc{
            
        }

            .testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }


.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}

.teamMembers{
  list-style: none;
}

.teamMembers li .content {
  padding: 16px;
  text-align: center;

}
 .teamMembers li .content img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 24px;
  border: 1px solid #428bca;
  color: #428bca;
}
.teamMembers li .content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 5px;
  color: #1f1f1f;
}
.teamMembers li .content h6 {
  line-height: 1;
  color: #666666;
  margin: 10px 0 20px;
  font-weight: 400;
  font-size: 12px;
}
.teamMembers li .content .desc {
  background-color: #ffffff;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
  padding: 16px;
  font-size: 12px;
  border-radius: 16px;
  position: relative;
}
.teamMembers li .content .desc::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  top: -20px;
  border-color: transparent transparent #fff transparent;
}

.panel > .panel-heading {
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  z-index: 100;
}


.board-post{
  background-color:transparent;
  border-top:none;
  border-left:none;
  border-right:none;
  border-radius:0;
  box-shadow: none;
}

.slide .carousel-control{
  background:#333;
  border-radius:50px;
  height:30px;
  width:3%;
  top:35%;
}

.slide .right{
  margin-right:-6%;
}

.left.carousel-control {
  margin-left:-6%;
}

.carousel-inner > .item > a > img { min-width: 100%; }

/* .carousel-inner.image-slide > .item { height: 700px; } */

@media ( min-width: 100px ) and ( max-width: 700px ) {
  .carousel-inner.image-slide > .item { height: 40%; }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img { max-width: none; min-width: none; }
}

@media ( min-width: 701px ) and ( max-width: 1025px ) {
  .carousel-inner.image-slide > .item { height: 40%; }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img { max-width: none; min-width: none; }
}

/*=================================*/

/*Hover CSS*/

@media(min-width:716px) and (max-width:1024px){
  .carousel-caption h2{
    font-size:26px;
  }
  /* .panel-body div{
    width:296px!important
  } */
}





.leader-col { height: 375px; }


.btn-o-footer {
  border-color: white;
  margin-bottom: 16px;
}

.btn-o-footer:hover {
  color: #1b2f4e;
  background-color: white;
}

.navbar-brand.navbar-color img {
  width: 30%;
}

.navbar-collapse.in { overflow-y: visible; }

@media (min-width: 100px) and (max-width: 710px) {
  .navbar-brand.navbar-color img {
    width: 80%;
  }

  .navbar2.solid .navbar-color img {
    margin-top: -46px;
    /* position: absolute;
    top: 10px; */
  }

  .title-BG {
    margin-top: 24.5%;
  }

  .navbar2.solid .navbar-right {
    margin-top: 0;
  }
}

.form-wizard input[type="text"].form-control, .form-wizard select.form-control {
  margin-bottom: 8px;
}


#footer-logo-container img { width: 100%; }

section.mobile-login { display: none; }
section.mobile-login h2 { color: #0c4cba }

#sozo-thumb { width:616px; }
#sozo-thumb img { width: 616px; height: 342px; }
#sozo-thumb div.video-play-button { top:37%;left:29%; }

.event-location { font-size:18px;margin-left:20px; }


@media (min-width: 100px) and (max-width: 750px) {
  .event-info, .event-info .event-date, .event-header {
    display: block;
  }
  
  .event-info .event-date .event-start, .event-info .event-date { width: 100%; }
  .event-info .event-date { max-width: none; }

  .event-location { margin: 0 0 13px; }

  .event-list-item { max-height: none; }
}

.mobile-width input{
  width:100%;
}
.desktop-banner{
  overflow:hidden;
  height:169px;
}
.desktop-banner img{
  width:100%;
}

/* #leader-img { 
  float: left; 
} */
@media screen and (max-width: 749px) {
  #leader-img { float: none; width: 60%; }
}
@media (min-width: 100px) and (max-width: 340px) {
  #leader-img { float: none; width: 100%; }
}
#leader-img{
 padding: 10px 0px 0px 0px;
}

.affiliate-txt-pad{
  padding:5px 20px 20px 20px;
}

.affiliate-txt{
  font-size:16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.affil-hr{
  border-top:.7px solid #121D2D;
}

.learn-btn{
  background: #1B2F4E;
  padding:3px 5px;
  border-radius: 13px;
  color: #ffff;
  transition: ease-in-out 0.2s;
}

.learn-btn:hover{
  color: #ffff;
  background-color:#0a52c6;
}

.flexy{
  display: flex;
  justify-content: end;
}

.affil-page-background{
  padding:30px 0px;
}

@media screen and (min-width: 768px){
  .affil-hr{
    display: none;
  }
}

/* .flexy{
  display:flex;
  justify-content: center;
} */

.navbar-nav > li > .dropdown-menu { overflow-x: hidden; }

.contact-button{
  margin:10px 0px;
}

form, textarea, .contact-form{
  margin-top: 0;
}