@import url('https://fonts.googleapis.com/css?family=Raleway');

a, a:hover{
   text-decoration: none !important;
}
body{
  font-family: 'Raleway', sans-serif;
}
li{
  list-style-type: none;
}
img{
  width: 100%
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover  {
  color: #109f49;
}

p,a,h1,h2,h3,h4,h5,h6{letter-spacing: 1.2px;}
/*h1.logo {
  text-align: center;
  padding: 22%;
  color: #fff;
  font-weight: bold;  
}*/
h1,h2{
  text-transform: uppercase;
}
a.navbar-brand{
  width: 300px !important;
}
.sub-header{padding: 5px 0;}
.sub-header .text-right ul{-webkit-padding-start: 0px;}
.sub-header a{font-size:16px;color: rgb(120, 120, 120); }
.sub-header ul {}
.sub-header ul li{display: inline-block;}
.sub-header ul li a i{
  width: 29px;
  height: 29px;
  background-color: #1584cc;
  color: #fff;
  padding: 5px 8px;
  border: 1px solid #109f49;
  border-radius: 50%;
  transition: background .5s;
}
.sub-header ul li a i:hover{
  background-color: #fff;
  color: #109f49;
}
.navbar-default{
  background-color: #fff;
  border-color: #fff;
}
.logo2{width: 250px; margin-top: -40px;}
.logo3{width: 220px; padding-top: 20px;}

/*====== Nav Bar =======
.animate {
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-bootsnipp {
    background-color: rgb(255, 255, 255);
  border-color: rgb(95, 176, 228);
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 100;
}
.navbar-bootsnipp:nth-of-type(2) {
  border-top-width: 1px;
  z-index: 50
}

.navbar-bootsnipp.affix-top {
  position: absolute;
  top: 0px;
  width: 100%;
}
.navbar-bootsnipp.affix {
  top: 0px;
  width: 100%;
}
.navbar-bootsnipp .navbar-toggle .icon-bar {
  background-color: rgb(95, 176, 228);
}

.navbar-bootsnipp .navbar-brand {
  color: rgb(95, 176, 228);
  font-weight: 900;
  letter-spacing: 2px;
}

.navbar-bootsnipp .navbar-nav > li > a {
  border: 0px solid rgb(95, 176, 228);
  color: rgb(120, 120, 120);
  padding: 15px 14px;
}

.navbar-bootsnipp .navbar-nav > li > form > .input-group > input,
.navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
  border-radius: 0px;
}

.navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, 
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
  border-left-width: 5px;
  color: rgb(95, 176, 228);
  padding-left: 10px;
}
.navbar-bootsnipp .navbar-nav > li.disabled > a {
  color: rgb(200, 200, 200);
}

.navbar-bootsnipp .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  margin-right: -1px;
  min-width: 220px;
  padding: 0px;
}
.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
  left: 0px;
  margin-left: -1px;
  right: auto;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
  border-left: 0px solid rgb(95, 176, 228);
  color: rgb(120, 120, 120);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  white-space: nowrap;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a, 
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: rgb(245, 245, 245);
  border-left-width: 5px;
  padding-left: 15px;
}

.navbar .bootsnipp-profile > a {
  padding-bottom: 9px; 
  padding-top: 9px; 
}
.navbar .bootsnipp-profile > a > img {
  border-radius: 50%;
  width: 32px;
}
.navbar .bootsnipp-profile > .dropdown-menu {
  width: 320px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row {
  padding: 5px 15px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
  width: 100%;
}

.navbar-bootsnipp .bootsnipp-search {
  display: none;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
  background-color: rgb(235, 235, 235);
  border-radius: 0px;
  border-width: 0px;
  font-size: 24px;
  padding: 30px 0px;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
  background-color: rgb(235, 235, 235);
  border-radius: 0px;
  border-width: 0px;
  font-size: 24px;
  padding: 25px 0px;
}
.navbar-bootsnipp .bootsnipp-search .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn {
  padding: 14px 16px;
  border-radius: 0px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus {
  padding: 14px 16px 14px 15px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default {
  background-color: rgb(245, 245, 245);
}
.nav-padding {
  padding-top: 61px;
}

/*======= Flex Slider =========*/

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
}

.flexslider li h1 {
    background: rgba(51, 51, 51, 0.69);
    padding: 12px 18px 12px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
}

.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    margin-bottom: 0;
    font-weight: 300;
}

.flexslider li .category {
    display: flex;
    flex-direction: row;
}

.flexslider li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 30px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    margin: -20px 0 0;
    position: absolute;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    color: #fff;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    text-align: left;
    left: -10px;
}

.flex-direction-nav .flex-next {
    text-align: right;
    left: 30px;
}

.flexslider:hover .flex-prev {
    left: -10px;
}

.flexslider:hover .flex-next {
    left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 2px;
    font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/*========= Flex Slider End ===========*/

@media screen and (min-width: 768px) {

    .navbar-bootsnipp .navbar-brand {
      font-size: 20px;
    height: auto;
    padding: 10px 5px;
  }
  .navbar-bootsnipp .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
  .navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
  .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, 
  .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
    border-bottom-width: 5px;
    border-left-width: 0px;
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .navbar-bootsnipp .navbar-nav > li.disabled > a {
    padding-left: 10px;
    padding-right: 10px;
  }


  .navbar-bootsnipp .bootsnipp-search {
    background-color: rgb(235, 235, 235);
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    visibility: hidden;
  }
  .navbar-bootsnipp .bootsnipp-search.open {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;  
  }
  .navbar-bootsnipp .bootsnipp-search > .container {
    padding: 0px;
  }    
}

/*====== Nav Bar =======*/
.main-nav { 
  background-color: #fff;
  height: auto;
  z-index: 999;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    padding: 22px 0 0 0;
  }

.main-header .container-fluid {
  padding: 0;
}

.home-about, .weteach{
  text-align: center;
  padding: 3% 0 0 0;
}
.home-about{
  background: #fff;
  position: relative;
}
.home-about p{
  color: rgb(120, 120, 120);
  font-size: 20px;
  text-align: justify;
}
.home-about h1, .locations-page h1{
  margin: 1% 0;
  color: #109f49;
  padding-bottom: 2%;  
}
.home-about a, .locations a{
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  background: #109f49;
  padding: 10px 35px;
  border:1px solid #109f49;
  border-radius: 30px;
}
.home-about a:hover{
  background: #fff;
  color: #109f49;
  border:1px solid #109f49;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.weteach{
  padding: 0 0 2%;
  position: relative;
}
.individual-site{
  background-color: #f6f6f6;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
.individual-site .site-address {
  padding: 0 5px 15px; 
}
.individual-site:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

.locations-page {
  text-align: center;
  padding-top: 2%;
}

.weteach .col-md-4, .locations-page .col-md-4{
  padding: 15px;  
}
/*.weteach h2{
  color: #19ad5b;
  font-weight: bold;
  letter-spacing: 2px;
}*/
.section-header{
    padding-bottom: 1px;
    position: relative;
  }
.section-header h2{
    color: #19ad5b;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .section-header:before{
    border-bottom: 2px solid #1584cc;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90px;
}
.section-header1:before{left: 10%;}
.section-header2:before{left: 11%; width: 200px;}
.weteach h3{color: #1584cc;height: 50px; line-height: 1.2}
.weteach p {
  color: rgb(120, 120, 120);
}

.weteach .btn-2,.apply .btn-2 {
  background-color: #19ad5b;
}
.weteach .btn-2 .round, .apply .btn-2 .round {
  background-color: #1584cc;
}
/*.weteach a,*/ .apply a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 33px 6px 12px;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.apply p{
  line-height: 1.9;
}
.weteach a span, .apply a span {
  position: relative;
  z-index: 3;
}
.weteach a .round, .apply a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 3px;
  top: 1px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.weteach a .round i, .apply a .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.type-2 a:hover .round {
  background: none;
}
.type-2 a:hover .round i {
  left: 70%;
}


.locations-page .col-md-4 div i{
  color: #109f49; font-size: 2em;width: 80px; height: 80px; background-color: #fff; padding-top: 25px;border-radius: 50%;
}
.apply{
  background-color: #f6f6f6;
  padding: 3% 0;
}
/*.apply h2{
  color: #19ad5b;
  font-weight: bold;
  letter-spacing: 2px;
}*/
.apply .col-md-5{
  padding-bottom: 2%;
}
/*.apply a{
  margin-top: 20px;
  padding: 10px 15px;
  color: #fff;
  background-color: #1584cc;
  border: 1px solid #1584cc;
  border-radius: 30px;
  transition: background-color .5s ease-out;
}
.apply a:hover{
  color: #1584cc;
  background-color: #f6f6f6;
}*/

.locations-page .col-md-4 div i{
  background-color: #109f49;
  color: #fff;
  text-align: center;
}

.locations{
  text-align: center; 
}
.locations h4{
  color: #109f49;
  text-align: left; 
}
.locations .col-md-6:first-child{padding: 0 2%;}
.locations .col-md-6:last-child{padding-right: 0;}

.locations p{
  text-align: left;
}
.places{
  padding: 8% 0;
}
.places h2{
  color: #109f49;
}
.places h3 i{
  color: #109f49;
}
/*
.sponsors{
  padding: 2% 0;
}*/

.sponsors h2{
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}


/*======== Logo Slider ========*/
.slick-slide {
              margin: 0px 20px;
          }

          .slick-slide img {
              width: 100%;
          }

          .slick-slider
          {
              position: relative;
              display: block;
              box-sizing: border-box;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
                      user-select: none;
              -webkit-touch-callout: none;
              -khtml-user-select: none;
              -ms-touch-action: pan-y;
                  touch-action: pan-y;
              -webkit-tap-highlight-color: transparent;
          }

          .slick-list
          {
              position: relative;
              display: block;
              overflow: hidden;
              margin: 0;
              padding: 0;
          }
          .slick-list:focus
          {
              outline: none;
          }
          .slick-list.dragging
          {
              cursor: pointer;
              cursor: hand;
          }

          .slick-slider .slick-track,
          .slick-slider .slick-list
          {
              -webkit-transform: translate3d(0, 0, 0);
                 -moz-transform: translate3d(0, 0, 0);
                  -ms-transform: translate3d(0, 0, 0);
                   -o-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
          }

          .slick-track
          {
              position: relative;
              top: 0;
              left: 0;
              display: block;
          }
          .slick-track:before,
          .slick-track:after
          {
              display: table;
              content: '';
          }
          .slick-track:after
          {
              clear: both;
          }
          .slick-loading .slick-track
          {
              visibility: hidden;
          }

          .slick-slide
          {
              display: none;
              float: left;
              height: 100%;
              min-height: 1px;
          }
          [dir='rtl'] .slick-slide
          {
              float: right;
          }
          .slick-slide img
          {
              display: block;
          }
          .slick-slide.slick-loading img
          {
              display: none;
          }
          .slick-slide.dragging img
          {
              pointer-events: none;
          }
          .slick-initialized .slick-slide
          {
              display: block;
          }
          .slick-loading .slick-slide
          {
              visibility: hidden;
          }
          .slick-vertical .slick-slide
          {
              display: block;
              height: auto;
              border: 1px solid transparent;
          }
          .slick-arrow.slick-hidden {
              display: none;
          }
/*======== Logo Slider ========*/

footer{
  margin-top: 4%;
  color: #fff;
  background: #1584cc;
  padding-top: 1%; 
  position: relative;
}
  .center{
  	padding-left: 10%;
  }
  .center li{
    margin-bottom: 8px;
  }
  .center li a{
    color: #fff;
  }
  .subfooter{
    background: #0e69a5;
    padding: 10px;
  }
  .subfooter a{
    color: #2b88c5;
  }
  .subfooter .col-md-6:nth-child(2){
  	text-align: right;
  }

/* =========== ABOUT US =========== */


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.banner{
    width: 100%;
    min-height: 400px;
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.banner1{
  background-image: url(../images/board-banner.jpg);
}
 .loc-header h1{
  padding: 0.2em 0.5em;
  /*background-color: #000000ad;*/
  border-radius: 5px;
 }
.banner h2{
  visibility: hidden;
}

.inner-header{
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/slider2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.sponsors h2, .shedule-news h2, .about-ais h2, .contact h2, .location h1, .gallery h1, #news h1, .sponsors h1, #news h2, #shedule h2, #gallery h2, #contact h2, #feedback h2, #volunteer h2{
  text-align: center;
  /*padding: 20px 0;
  color: #1584cc;*/
  padding-top: 30px;
  
}
.shedule-news h2{
  text-align: left;
}
.shedule-news p{
  font-size: 15px;
  color: rgb(120, 120, 120);
}
.about-ais p{
  font-size: 15px;
  line-height: 1.6;
  color: rgb(120, 120, 120);
  text-align: justify;
}
.about-ais ul li{
  color: rgb(120, 120, 120);
  padding: 3px 0;
  letter-spacing: 1.6px; 
}
/* =========== CONTACT US =========== */
.demo-gallery .col-md-4{margin-bottom: 15px;}
.demo-gallery ul{-webkit-padding-start: 0px;}
.contact h3{
  text-align: center;
}  

/*.contact .col-md-8 .form-group{
    width: 300px !important;
    margin: 0 auto;
}*/

.address-sec {
  height: 220px;
  padding: 15px;
  background: #f6f6f6;
  margin-bottom: 15px;
  transition: all .2s linear;
}

.address-sec:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    }
.contact h4{
  height: 50px;
}

.contact h4 a{
  color: rgb(78, 77, 77);
  line-height: 1.4;


}
.contact p{
  color: rgb(120, 120, 120);
  /*text-align: justify;*/
  line-height: 1.6;
}
.contact input[type=text],.contact select,.contact textarea {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    resize: vertical;
}

.contact input[type=submit] {
    background-color: #1584cc;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact input[type=submit]:hover {
    background-color: #45a049;
}
.event-box .event-box-padding {
      margin-bottom: 15px;
  }
.event-box .event-box-padding:last-child {
      margin-bottom: 50px;
  }
  .event-box .event-box-padding .event-img {
      background: url("../images/index-03/event-time-bg.jpg") no-repeat center center;
      background-position: center;
      position: relative;
      height: 65px;
      width: 65px;
      z-index: 1;
      padding: 0;
  }
.event-box .event-box-padding .event-img:before {
      background: #0e69a5;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: -1;
  }
.event-box .event-box-padding .event-img ul li {
      text-align: center;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      line-height: 16px;
      padding-top: 5px;
  }
  .event-box .event-box-padding .event-img ul li:first-child {
      font-size: 25px;
      font-weight: 700;
      color: #fff;
      margin-top: 8px;
  }
  .event-box .event-box-padding .event-content h3 {
      margin-top: 0px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      /*font-family: "Montserrat", sans-serif;*/
      font-weight: 500;
      text-transform: none;
      font-size: 15px;
      line-height: 1.42;
      color: rgb(120, 120, 120);
      text-decoration: none;
  }
 footer .event-box .event-box-padding .event-content h3 {
      color: #fff;
  }
  /*.event-box .event-box-padding .event-content h3 a {*/
  /*    font-family: "Montserrat", sans-serif;*/
  /*    font-weight: 500;*/
  /*    text-transform: none;*/
  /*    font-size: 16px;*/
  /*    color: #333333;*/
  /*    text-decoration: none;*/
  /*}*/

  .subscription-form input, .subscription-form button {
    padding: 5px;
    color: #000;
  }


/* =========== Feedback =========== */
#feedback{padding-top: 3%;}

#feedback ul li{
  color: rgb(120, 120, 120);
  list-style-type: square;
  padding-bottom: 5px;
  letter-spacing: 1.6px;
}
#feedback p{
  color: rgb(120, 120, 120);
  padding-bottom: 5px;
  letter-spacing: 1.6px; 
  text-align: justify;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star-rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(0, 0, 0, 0.3);
}
.star-rating:hover .star-rating__input + * {
  color: rgba(0, 0, 0, 0.3);
}
.star-rating__input {
  display: none;
}
.star-rating__label {
  cursor: pointer;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.star-rating__label:hover {
  color: orange !important;
}
.star-rating__label:hover ~ * {
  color: orange !important;
}
.star-rating__input:checked + * {
  color: orange;
}
.star-rating__input:checked + * ~ * {
  color: orange;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block;
}


/* =========== LOCATION =========== */
  
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 14px;
  font-weight: 200;
  background-color: #fff;
  margin-top: 50px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #f5f5f5;
  color: #000;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 16px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #19ad5b;
  background-color: #f5f5f5;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #fff;
  border-bottom: 1px solid #fff;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #615f5f;
  font-weight: 550;
  padding-left: 10px;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #19ad5b;
  background-color: #f5f5f5;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

  
  .nihlocation .col-md-4{
    text-align: center;
    padding: 15px;
  }

  .nihlocation .col-md-4 i{
    font-size: 4em;
    text-align: center;
    color: #109f49;
  }
  .nihlocation .col-md-4:nth-child(even) i{
    color: #ffcc33;
  }

  /* =========== Gallery =========== */
    .gallery .col-md-4{
      margin-bottom: 15px;
    }
    .gallery .col-md-4:hover {
      z-index: 1;
    }
    .gallery .col-md-4 img:hover {
        transform: scale(1.7,1.7);
        transition: .5s transform;
    }
    /* ===========#news =========== */
    #news .col-md-6 div{
      border-bottom: 1px dotted #000;
    }
    #news h3{
      text-align: center;
      color: #109f49;
      margin:0 0 15px 0;
    }

    .sponsors .row{
        margin-bottom: 15px;
    }
    .sponsors .col-md-6{
      margin-bottom: 15px;
    }

/* =========== Location Section =========== */

.loc-header{
    width: 100%;
    min-height: 400px;
    background-image: url(../images/nih/loc-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    /*text-align: center;*/
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
  }
.loc-header2{
  background-image: url(../images/nist/loc-banner.jpg);
}

.loc-header3{
  background-image: url(../images/leidos/loc-banner.jpg);
}

.loc-header4{
  background-image: url(../images/Johnhopkins/loc-banner.jpg);
}

.loc-header5{
  background-image: url(../images/montgomerycollege/loc-banner.jpg);
}
.loc-header6{
  background-image: url(../images/urbana/loc-banner.jpg);
}
  .loc-header h1,.loc-header1 h1,.loc-header2 h1,.loc-header3 h1,.loc-header4 h1,.loc-header5 h1,{
    font-size: 3em;
  }

.loc-menu{
  background-color: #109f49;
  height: auto;
}
.loc-menu ul li a{
    float: left;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
#news .col-md-12{margin-bottom: 20px;}

#news h4{color: #109f49;}

.hide {display: none;}

#news .col-md-6 a {color:  #0000FF !important;}

.sub-head{background-color: #109f49; padding: 5px}

.sub-head ul{text-align: right; margin-bottom: 0px;}
.sub-head ul li{display: inline-block; padding: 0px 5px;}
.sub-head a{color: #fff}

#feedback img{width: 100%;}

#feedback input[type=submit], #volunteer input[type=submit] {background-color: #1584cc;color: #fff;}

.f-nav{z-index: 9999;position: fixed;left: 0;top: 0;width: 100%;}

/*======= Team Members ========*/
.team{
  margin:40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 14px;
}
.team-member p.board-role {
    height: 40px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.5;
}

.team-member figcaption {
  padding: 30px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(230, 78, 62, 0.9);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*======= Team Members ========*/

.vol-img img{
    padding: 0em 4em;
}

/* =========== RESPONSIVE =========== */

  @media only screen and (max-width: 1200px) {
      .loc-menu ul li a{padding: 15px 15px;}
  }

  @media only screen and (max-width: 990px) {
    .loc-menu ul li a{padding: 15px 10px;}
  }

  @media only screen and (max-width: 990px) {
    a.navbar-brand{
      width: 200px !important;
    }
    .nav>li>a{
      padding: 10px 10px;
    }
    .navbar-nav>li>a{
      line-height: 40px;
    }
    .loc-menu ul li{
  /*display:block;*/
  margin-top: 15px;
}
  }
  @media only screen and (max-width: 768px) {
      .logo2 {margin-top: 0px;}
      .fixed{padding: 0;}
      .logo3 {padding-top: 0px;}
      .menu-mobile {padding:5px 40px;}
      .nav-side-menu{display: none;}
      .main-header{min-height: 35vh !important;}
      .center1{text-align: center !important;}
      .flexslider .slides img {height: 180px;}
      .navbar-bootsnipp .navbar-nav > li > a{padding: 5px 14px;}
      .home-about p{font-size: 14px;text-align: justify;}
      .apply p{text-align: justify;}
    .locations .col-md-6:nth-child(2){padding-right: 15px;}
    .center1{text-align: center !important;}
    .sub-head ul{-webkit-padding-start: 0px;}
    .dropdown:hover .dropdown-menu, .caret {display: none;}
    .f-nav{z-index: 9999;position: static;left: 0;top: 0;width: 100%;}
    .loc-header h1{font-size: 2em}
    .section-header1:before{left: 50%;}
    .section-header2:before{left: 50%;}
    .shedule-news h2, .section-header h2 {font-size: 20px;text-align: center;}
    .flexslider li h1{font-size: 14px;}
    .flex-direction-nav {display: none;}
    }
  @media only screen and (max-width: 600px) {
    .sub-header .text-right{text-align:center;}  
    .sub-header a{font-size:12px;}
    .sub-header ul{-webkit-padding-start: 40px;}
    .logo3{width: 180px;}
    .sub-header ul li a i{width: 25px; height: 25px;padding: 5px 6px;}
    .about-ais h1, .contact h1, .location h1, .gallery h1, #news h1, .sponsors h1{
      font-size: 24px;
    }
    .res-btn {
    text-align: center;
  }
    .subfooter .col-md-6:nth-child(2){
  	text-align: center;
  }
    .subfooter .col-md-6:nth-child(1){
  	text-align: center;
  }
    footer .col-md-4:nth-child(3){
    	text-align: center;
    }

.center{
  	padding-left: 0%;
    text-align: center;
  }
  h1.logo{
    font-size: 20px;
  }
  .contact form{
    margin-bottom: 10px;
  }
  #feedback img, #volunteer img{display: none;}
  .loc-menu ul li a{float: none;}
  .about-ais h2, .contact h1, .location h1, .gallery h1, #news h1, .sponsors h1, #news h2, #shedule h2, #gallery h2, #contact h2, #feedback h2, #volunteer h2{
    font-size: 20px;
  }
  .loc-header,.main-header,.banner,.inner-header{min-height: 53vh;}
}
@media only screen and (max-width: 370px) {
    .sub-header a{font-size:11px;}
    .sub-header ul li a i{width: 20px; height: 20px;padding: 4px 5px;}
    .sub-header .text-right{padding: 0;}
}
