﻿/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Import Font Awesome Library */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");


/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,400,600,800');

/* Global Styles */
h1,h2,h3,h4,h5,h6,td,th,p {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
}

h1 {
  font-size: 42px;
  font-weight:800;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  font-weight:800;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-weight:800;
  letter-spacing: 0.01em;
  color: #000000;
}

h4 {
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.01em;
}

p {
  font-size: 18px;
  font-weight: normal;
}

ul {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Nunito Sans', sans-serif;
}

li {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Nunito Sans', sans-serif;
}

a {
  color: #0ca0db;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
}

a:hover,a:focus {
  color: #083a81;
  text-decoration: none;
  outline: 0;
}

a:active {
  color: #ed8526;
}

td a {
  font-size: 18px;
}

form p.error_form {
  color: red !important;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/*------------------------------------------------*/

.mobile-only{
    display:none;
}

.main-copy h1 {
  font-family: 'Nunito Sans', sans-serif;
  color: #21427c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 50px;
  text-align: left;
}

.main-copy p {
  font-family: 'Nunito Sans', sans-serif;
  color: #083a81;
  font-size: 14px;
  text-align: left;
}

.main-copy p.read-more-link {
  font-family: 'Nunito Sans', sans-serif;
  float: right;
  margin-right: 5%;
}

.promo-section .promo .promo-teaser p.read-more-link {
  float: left;
  padding-top: 14px;
  padding-bottom: 40px;
}


.hidden {
  display: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border:none;
}

.navbar {
  border: none;
  box-shadow: none;
  background: none;
  margin-bottom:0;
  position:unset;
  min-height:0;
}

.logo img {
    max-width: 150px;
    width:100%;
}

.hero-message {
    margin-top: 50px;
    margin-bottom: 70px;
}

.services .col-md-3{
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 20px;
}
.services img{
    margin: 0 auto;
}

.services .title{
    background-color: #ededed;
    padding: 20px;
}

.services .title p{
    font-weight:800;
  font-size: 16px;
}
.priorityMessage{
    margin-bottom: 110px;
}

.priorityMessage .content {
     background-color: #ededed;
     padding: 30px 50px;
     display:block;
     margin-left: -15px;
}

.priorityMessage .img {
    height: 100%;
    padding-right: 0;
    background-repeat: no-repeat;
    min-height:319px;
    background-size: cover;
}

.priorityMessage .content h3.title{
    line-height: 1;
    border-bottom: 3px solid #2a2627;
    padding-bottom: 15px;
    margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 800;
}

.priorityMessage .content .message-body{
    margin-bottom:30px;
}
.priorityMessage .content a.flat-button.blue{
    font-size:16px;
}

.social {
    background-color: #00aeef;
    margin-bottom:30px;
}

.social h2 {
    color: #ffffff;
    line-height: 2;
}

.social .social-feed {
    padding-bottom: 100px;
}

.social .social-links {
    height: 47px;
    position: absolute;
    bottom: 35px;
    border-top: 2px solid #9ea2aa;
    width: 90%;
}

.social .social-links a, .social .social-links p{
    padding-top: 20px;
    display: inline-block;
    color: #3c3939;
    font-weight: normal;
    vertical-align: top;
    
}

.social .social-links a.linkedIn, .social .social-links a.twitter{
    float:right;
    margin-right: 0;
}

.social .social-links a.twitter img{
    margin-right:25px;
}

.social .social-box-white {
    background-color: #ffffff;
    margin: 0 15px 60px;
    padding: 20px 50px 10px 20px;
    height:100%;
    position:relative;
}
.social .social-box-white h5{
    border-bottom: 2px solid #a19f9f;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.social .social-box-white .social-embed {
    padding-bottom: 150px;
}
.social-content {
    max-width: 1600px;
    margin: auto;
}

.social .social-box-white .home-news {
    margin-bottom: 50px;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
}

.img-portfolio {
  margin-bottom: 30px;
}

.img-hover:hover {
  opacity: 0.8;
}

/* Search Results Styles (temp) */
#left,#middle {
  float: left;
  padding: 10px 20px;
}

#left {
  border-right: 1px solid #eee;
  width: 25%;
}

#middle {
  width: 75%;
}

#breadcrumbs ul {
  padding: 0;
}

#breadcrumbs ul li {
  display: inline;
}

.ftr {
  height: 98px;
}

.navbar-inverse {
  background: #f2f2f2;
  border: none;
}

/*Manish Removed */

.navbar-header #searchbox {
  position: absolute;
  right: 5%;
  top: 60px;
  z-index: 999;
}

#searchbox .searchterm,#innersearchbox .searchterm {
  border: 1px solid #b2b3b5;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  height: 36px;
}

#searchbox .searchterm:focus,#innersearchbox .searchterm:focus {
  outline: 0;
}

.search .searchbtn {
  box-shadow: none;
  border: none;
}

.search .searchbtn:focus {
  outline: 0;
}

.search .searchbtn img {
  vertical-align: top;
  margin-top: 7px;
}

#searchbox .searchsubmitbtn,#innersearchbox .search-submit {
  vertical-align: top;
  margin-left: -5px;
}

#innersearchbox .searchterm {
  width: 75%;
}

#innersearchbox input#certinputSearchbox {
  padding-left: 35px;
}

#innersearchbox .fa-search {
  position: relative;
  top: -30px;
 left: 20px;
  color: #5a5a5a;
}

p.IgxSearchHeader {
  font-size: 35px;
  color:#083a81;
}

/* Header Styles */
.site-header {
    height: auto;
    padding: 15px 0;
    position: relative;
}

.sticky-head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    opacity: 0.9;
}

.top-nav{
    float:right;
    padding: 0 15px;
    padding-bottom: 15px;
    margin-top: -15px;
}

.top-nav >ul{
    list-style: none;
    display: inline-block;
}

.top-nav > img{
    display: inline-block;
    max-width:42px;
    max-height:42px;
}

.top-nav >ul > li{
    display:inline-block;
    padding: 0 5px;
    position: relative;
}

.top-nav >ul > li > a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.top-nav>ul li:not(:last-child):after {
  content: "|";
  position: relative;
  right: -5px;
  color: #000000;
  }

  
#navbar>ul li.social-1 a,#navbar>ul li.social-2 a,#navbar>ul li.social-3 a
  {
  padding-left: 8px;
  padding-right: 0;
}

#navbar>ul li.social-1 a img,#navbar>ul li.social-2 a img,#navbar>ul li.social-3 a img
  {
  vertical-align: top;
}

#navbar>ul li.login a {
  font-family: 'Nunito Sans', sans-serif;
  color: #ffffff;
  font-size: 12.983px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  background-color: #ed8526;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

#navbar>ul >li:not(:last-child) > a:after {
  content: "|";
  position: relative;
  right: -14px;
  color: #000000;
  }


#navbar>ul li a {
  font-family: 'Nunito Sans', sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  
  
}

.navbar-nav>li>a {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 0;
  padding-top: 0;
}

#navbar>ul li a:hover, #navbar>ul li.active > a {
  color: #00a2dd;
  background:none;
  box-shadow: none;
}

.dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    padding-bottom: 30px;
}

.dropdown-menu > ul{
    list-style:none;
}

#navbar>ul li .dropdown-menu  a{
    text-transform: none;
    display: inline-block;
    width: 100%;
    text-align: right;
    line-height: 25px;
}

#navbar>ul li .dropdown-menu  a.subsub-link {
    color: #00a2dd;
    font-weight: normal;
}

/* Footer Styles */
footer {
  overflow:hidden;
}

footer .footer-container{
    max-width: 1600px;
    margin: 0 115px 20px 115px;
}
footer .footer-col .links ul li a {
    font-weight: 800;
}
.footer-container .footer-col {
    margin-top: 60px;
}

footer .footer-container .home-footer-col, footer .footer-container .footer-col {
    padding-left: 80px;
    padding-right: 40px;
    padding-bottom: 40px;
}


footer .footer-container .home-footer-col.col-1, footer .footer-container .footer-col.col-1 {
    border-right: 2px solid #9ea2aa;
    padding-right: 80px;
    padding-left: 40px;
}

footer .footer-container .home-footer-col.col-1 .footer-content {
    margin-bottom: 50px;
}

footer .links ul {
    list-style: none;
    padding: 0;
  font-weight: 800;
}

footer .links ul >li {
    margin-bottom: 8px;
  font-weight: 800;
}

footer .links ul >li a{
  font-weight: 800;
}

/*Removed by Manish*/
.footer-bottom{
    background:url('images/apexus-branding-bar.png');
    background-repeat: repeat-x;
    padding-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    background-size: contain;
}
.container-fluid > .footer-bottom{
    
    margin-top:50px;
}

.footer-bottom .generic-footer-content {
    padding: 25px 40px 0;
}

.footer-bottom .generic-footer-content a{
    float:right;
    line-height: 130px;
}

.footer-bottom .generic-footer-content a.logo{
    float:none;
}

.footer-bottom a.contact-us {
    color: #5e5b5c;
    float: right;
    text-transform: uppercase;
    margin-right:60px;
  font-weight: 600;
}

.footer-logos-home {
    border-bottom: 2px solid #9ea2aa;
    padding-bottom: 50px;
    padding-top:60px;
    margin-bottom: -20px;
  justify-content: center;
}

a.twitter {
    margin-right: 30px;
}

.footer-logos-home img {
    margin: auto;
} 

.home-footer-img {
    margin-top: 220px;
    
}

#twitter-widget-0 {
  width: 100% !important;
}

footer>div.row {
  margin-left: auto;
  margin-right: auto;
}

.nav>li>a:hover,.nav>li>a:focus {
  color: #00a2dd;
  background-color: #fff;
  border-color: #00a2dd;
  border-bottom: #fff;
}

#navbar-ftr .navbar-nav {
  float: left;
}

.ftr .navbar-toggle {
  float: left;
  margin-left: 15px;
}

#twitter {
  height: 320px;
  max-height: 320px;
  overflow-y: hidden;
}

.dropdown-menu > ul.menu-content li{
    font-size: 14px;
}

/*** sidebar ***/
.left-nav ul li a,.left-nav ul li ul li a {
  padding: 0;
}

.nav-stacked>li+li {
  margin-top: 0;
}

.row-offcanvas {
  height: 100%;
}

#sidebar {
  width: inherit;
  min-width: 280px;
  max-width: 280px;
  float: left;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

#main {
  height: 100%;
  overflow: auto;
}

/********* 2016 Updates *********/
#navbar ul.hdr2 {
  z-index: 20;
  top: 58px;
}

.heading-banner {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: 0 100%;
}

.heading-banner.green{
    background-image: url(images/apexus-branding-bar-green-bg.png);
}

.heading-banner.dark-blue{
    background-image: url(images/apexus-branding-bar-dark-blue-bg.png);
}

.heading-banner.light-blue{
    background-image: url(images/apexus-branding-bar-light-blue-bg.png);
}

.heading-banner h1{
    text-align: center;
    color: #ffffff;
    padding-top: 60px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.02em;
}

.hero-banner {
  position: relative;
  height:350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner.Home, .hero-banner.AboutUs{
    height: 517px;
}

.hero-banner .banner-image{
    height:100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.home-banner-message {
    background: #8cc63e;
    display: block;
}

.home-banner-message .slide{
    height:100px;
}

.home-banner-message .slide a{
    line-height:100px;
}

.home-banner-message p{
    text-align:center;
    color:#ffffff;
    font-size:26px;
    line-height:100px;
    width: 100%;
}

.home-banner-message p span img{
    display: inline-block;
    margin-left: 20px;
}

.hero-banner .banner-image-words {
  background: #FFF;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 75%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff 75%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff 75%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 75%);
  /* Standard syntax */
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero-banner .banner-image-words img {
  width: 100%;
  -max-width: 794px;
}

.hero-banner #word-carousel {
  -padding: 0 50px 16px 50px;
  /*background-image: url("../images/multi-colour-border.png");
        background-repeat: no-repeat;
        background-position: left bottom; */
  width: 100%;
}

.page-content {
 box-sizing: border-box;
 text-align: center;
 padding-top: 50px;
 padding-right: 0;
 padding-left: 0;
}

.page-content>div {
 margin-bottom: 60px;
}

.page-content h1 {
  font-weight: bold;
  font-size: 40px;
 font-family: 'Nunito Sans', sans-serif;
}

.page-content h2 {
  font-size: 24px;
  font-family: 'Nunito Sans', sans-serif;
}

.page-content p {
 font-family: 'Nunito Sans', sans-serif;
 font-size: 16px;
 color: #9ea1a8;
  line-height: 140%;
}

.page-content p small {
  line-height: 100%;
}

.page-content .register-container,.page-content .grey-box-container,.page-content .search-container
  {
  box-sizing: border-box;
  padding: 20px;
  background-color: #9ea1a8;
}

.page-content .register-container h1,.page-content .grey-box-container h1,.page-content .search-container h1
  {
  color: #FFF;
}

.page-content .search-container h2{
 color: #FFF;}

.page-content .register-container h4,.page-content .grey-box-container h4,.page-content .search-container h4
  {
  color: #FFF;
  margin-bottom: 20px;
}

.page-content .register-container p,.page-content .grey-box-container p,.page-content .search-container p
  {
  color: #FFF;
  padding: 40px;
}

.page-content .search-container p {
  padding: 10px 40px;
}

.search-box-container {
  width: 60%;
  background: #FFF;
  margin: 0 auto;
  position: relative;
}

.search-box-container button {
  font-size: 0;
  color: transparent;
  display: block;
  width: 25px;
 height: 25px;
 background-image: url(images/glass.png);
 background-repeat: no-repeat;
 background-color: transparent;
 position: absolute;
 border: none;
  top: 7px;
  left: 15px;
}

.search-box-container input[type="text"] {
 color: #9ea1a8;
 width: 100% !important;
 padding: 10px 20px 10px 50px !important;
  background-color: transparent;
  border: none;
}

.search-box-container input[type="text"]::placeholder {
  color: #9ea1a8;
}

.flat-button {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
}

.flat-button.green {
  background-color: #8dc448;
  text-decoration: none;
}

.flat-button.green:hover {
  background-color: #a5d06f;
  color: #FFF;
}

.flat-button.blue {
  background-color: #199fda;
  text-decoration: none;
}

.flat-button.blue:hover {
  background-color: #11bfff;
  color: #FFF;
}

.flat-button.dark-blue {
  background-color: #021f5e;
  text-decoration: none;
}

.flat-button.dark-blue:hover {
  background-color: #032f90;
  color: #FFF;
}

/*Custom Slick Styles*/
.banner-image-words .slick-arrow {
  display: none !important;
}

body,body.modal {
    margin: 0 auto;
}

body.modal {
  overflow-y: hidden;
}

.ham-bar {
  -width: 35px;
  -height: 3px;
  -background-color: #888;
  margin: 6px 0;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}
.slider .banner{
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}
.word-slide-element {
  display: none;
}

.word-slide-element.slick-active.slick-current {
  display: block;
}

.slick-arrow:focus { outline: none; }


.vision {
    background-color: #021f5e;
    padding: 20px 20px 35px 20px;
    height: 100%;
    color: #ffffff;
    margin-bottom:15px;
}

.mission {
    background-color: #00aeef;
    padding:20px 20px 35px 20px;
    height: 100%;
    color: #ffffff;
    margin-bottom:15px;
}

.values {
    background-color: #8dc448;
    padding: 20px 20px 35px 20px;
    height: 100%;
    color: #ffffff;
    margin-bottom:15px;
}

.diversity {
    background-color: #9ea2aa;;
    padding: 20px 20px 35px 20px;
    height: 100%;
    color: #ffffff;
    margin-bottom:15px;
}

.vision p, .mission p, .values p, .diversity p {
    color: #ffffff;
}

.about-us-video {
    background-color: #ededed;
    margin-bottom: 60px;
    padding: 50px;
    font-weight: inherit;
}

.about-us-video .video-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 350px;
}

.about-us-video .video-container{
    background-color: #ffffff;
}

.about-us-video .content{
    padding: 25px;
}

.about-us-video .content h5{
    border-bottom: 2px solid #2a2627;
    padding-bottom: 10px;
}

.related-link{
    margin-bottom:60px;
}

.related-link h6{
    background-color: #ededed;
    padding: 10px 0px 30px 20px;
    margin-top: 0;
    height: 66px;
}
.related-link img{
    margin: 0 auto;
  }  
  
  .cta {
    width: 100%;
    background: #00aeef;
}

.cta .content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0;
}

.cta .content p{
   color:#ffffff;

}
  
.cta .content h6{
   color:#ffffff;
   font-size: 24px;
   font-weight: 900;
   text-transform: uppercase;
}

.cta .cta-button{
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    background: #ffffff;
    padding: 8px 20px;
    margin-top: 30px;
  font-weight: 900;
    
}

.main-content {
    margin-top: 30px;
}

.main-content h2 {
    text-align:center;
}

.events {
    margin-top: 40px;
    margin-bottom: 120px;
}

.events .event {
    border-top: 2px solid #9ea2aa;
    margin: 30px 50px;
}

.events .event h6{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
  .events .event p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.events .event p.location, .events .event .flat-button.blue{
    margin-left:-15px;
}

.events .event .flat-button.blue,.events .event .flat-button.green{

    font-size: 16px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    
}

.events .event p.location {
    text-transform: uppercase;
}

.events .event .content .row{
    margin:0;
}

.event .row>.img {
    display: grid;
    justify-content: center;
    margin-left: -8px;
}

.videos {
    margin-bottom: 60px;
}

.videos .video {
    margin-bottom: 30px;
    background-color: #ededed;
    padding-right: 25px;
    min-height: 1px;
}

.videos .video h5{   
    border-bottom: 2px solid #2a2627;
    padding-bottom: 10px;
    
}

.video .row .img img {
    min-height: 1px;
}

.main-image {
    margin: 60px 0;
}

.video-content{
    margin: 60px 0;
}

@media(min-width:992px){
    .application-process{
        margin-left: 20%;
        margin-right: 20%;
    }
    .carousel-inner{
        height:120%;
    }
    
    .testimonial-copy{
        padding-left:7%;
        padding-right:6%;
    }
    
    .testimonial-reference{
        padding-right:7%;
        float:right;
    }
    .carousel-indicators{
        margin-bottom:-46px;
    }
    
    .carousel{
        height: 183px;
        margin-bottom: 50px;
    }
    
   .page-menu ul {
    top: 575px;
    position: fixed ;
   
   }

   #navbar.navbar-collapse{
      display: block!important;
      height: auto!important;
      padding-bottom: 0;
      overflow: visible!important;
      visibility: visible!important;
   }

   #navbar.navbar-collapse.collapse {
      display: block!important;
      height: auto!important;
      padding-bottom: 0;
      overflow: visible!important;
      visibility: visible!important;
    }

    .dropdown .menu-content {
      border-right: 1px solid #9ea2aa;
    }

     footer>div.row {
    width: 970px;
  }

  .navbar-nav > li {
    display:inline-block;
    float:none;
    padding: 0px 0px 0px 20px;
    position:unset;
  }

   .dropdown:hover .dropdown-menu, .dropdown .dropdown-menu:hover {
      display: block;
        margin-top: -39px;
        padding: 30px 15px;
  }
} 
@media( min-width: 576px){
    .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media ( min-width :768px) {
 .footer-logos-home.row> .col-md-2.col-xs-4.footer-logo {
    width: 16.66666667%;
}
 .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
 .services.row{
    margin-right: -15px;
    margin-left: -15px;
 }    
 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}     

  footer>div.row {
    width: 750px;
  }

  .navbar-nav > li{
    float: none;
  }


··#navbar.collapse·{
····display:·none·!important;
····visibility:·hidden·!important;
}

  .navbar-nav {
    float: right;
    margin: 0;
  } 
  
  .promo-section .promo,promo-section-body .promo {
    min-height: 380px;
  }
  
  .col-md-2 {
      width: 100%;
      max-width: 16.66666667%;
  }
  .dropdown-menu.container-fluid> .col-md-2 {
      width: 16.66666667%;
  }
}

@media (min-width: 1150px) and (max-width: 1285px){
    .hero-banner .banner-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain !important;
    position: relative;
}

.hero-banner.Home, .hero-banner.AboutUs {
    height: 342px !important;
}
}

@media ( min-width :1200px) {
  footer>div.row {
    width: 1170px;
  }
}

@media (max-width :1148px){
  #navbar>ul li a {
    font-size: 12px;
  }
}

@media ( max-width :991px) {
    .container-fluid>.col-md-2.col-lg-2.col-xs-12{
        padding: 0;
    }
    .dropdown-menu.container-fluid{
      overflow-y: scroll;
      max-height: 350px;
    }
    .priorityMessage .content{
      margin: 0 10px;
    }
    .priorityMessage .col-xs-12 {
      padding: 0 10px;

    }
  .customer-img,.img-related {
    margin-bottom: 30px;
  }
  .Home {
    background: none;
  }
  .Home>div.promo-section .promo.slot-2 {
    background-image: none;
  }

   nav.navbar.navbar-default {
      margin-top: 15px;
      margin-left: -15px;
        margin-right: -15px;
      }
  
  span.icon-bar {
      background-color: #083a81;
    }
    .site-header{
      opacity: 1;
    }
      
/*************mobile nav ***************/   
   header a.logo{
        display: block;
        text-align: center;
        
    }

    .top-nav{
        display:none;
    }

    .navbar-toggle{
        position: absolute;
        left: 0;
        display:inline-block;
    }

    #navbar.collapse.in{
          display: block !important;
          visibility: visible !important;
    }

  #navbar>ul {
    right: 10%; /* 100px */
  }
  #navbar>ul.hdr2 {
    right: 5px;
  }
  .navbar-header #searchbox {
    top: 100px;
  }
  #navbar>ul li a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 8px;
    letter-spacing: -0.15px;
  }

   #navbar {
    padding: 0;
    }
  #navbar>ul {
    position: inherit;
    float: none;
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    min-height: 80px;
    height: 100%;
    max-height: 500px;
  }
  #navbar>ul li a,#navbar-ftr>ul li a {
    text-align: left;
        display: inline-block;
        margin: 0;
        line-height: 30px;
       
  }
  
  #navbar>ul li:not(:last-child) > a:after{
      content:none;
  }
  
    .dropdown.mobile-open .dropdown-menu, .dropdown .dropdown-menu.active {
         display: inline-block;
         position:static;
  }
  
  .nav>li {
      position: relative;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ededed;
      padding-left:15px;
      }
  
  #navbar>ul li .dropdown-menu a{
      text-align:left;
      display:inline;
      
  }
  .dropdown-menu > ul{
      padding:0;
      margin-bottom: 10px;
  }
  
  .dropdown-menu > ul.menu-content{
      padding: 10px;
  }
  
  .dropdown-menu > ul.menu-content li{
      border-bottom: 1px solid #9ea2aa;
      padding-bottom: 15px;
  }
  
  .dropdown span.icon-link-expand.mobile-only, .dropdown span.icon-link-collapse.mobile-only, h6 span.icon-link-expand.mobile-only, h6 span.icon-link-collapse.mobile-only{
          color: #083a81;
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: 5px;
            font-size: 10px;
           
  }

  #navbar .dropdown span.icon-link-expand.mobile-only, #navbar .dropdown span.icon-link-collapse.mobile-only{
    display: inline-block;
   }
  
  .dropdown.mobile-open span.icon-link-expand.mobile-only, h6.nav-col.active span.icon-link-expand.mobile-only{
      display:none !important;
  }
  
  .dropdown span.icon-link-collapse.mobile-only{
      display:inline-block;
  }

  
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-header {
    height: auto;
  }

  /*************End Mobile Nav****************/
  .videos .video {
    padding: 0px;
  }

  .videos .video .content {
      margin: 0px 25px;
  }

  .events .event {
      margin: 10px 10px;
      border: none;
  }

  .events .event .flat-button.blue{
      margin-left: 0px;
  }

  #mobile-nav span {
    font-size: 40px;
  }
  .hero-banner, .hero-banner.Home, .hero-banner.AboutUs {
    height: 27vw;
  }
  .hero-banner-image {
    overflow: hidden;
    justify-content: center;
    display: grid;
  }
  .hero-banner-image  img {
    min-height: 300px;
    min-width: 1032px;
  }

  .hero-banner .banner-image {
      background-size: contain;
  }

  .page-menu {
    display: none;
    position: fixed;
    top: calc(19% + 36px);
    left: 0px;
    text-align: right;
    background-color: #FFF;
    padding: 20px;
    z-index: 10;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
  }

  .flat-button {
    margin-bottom: 20px;
  }
  .skeleton-button {
    padding: 20px;
    font-size: 25px;
    width: 100%;
  }
  .slick-arrow {
    top: 15%;
  }

  footer .footer-container .home-footer-col, footer .footer-container .footer-col {
      padding-left: 40px;
  }

  footer .footer-container .home-footer-col.col-1, footer .footer-container .footer-col.col-1 {
      border-right: none;
  }
}

@media ( max-width :768px) {
 
.row>* {
    flex-shrink: unset;
}
    .mobile-only{
        display:inline-block;
  }

  .hero-banner{
      height:350px;
  }
    
    .footer-container .footer-col{
        margin-top :0;
    }
    
    .home-footer-img{
        margin-top:30px;
    }
    
    .footer-logos-home{
        margin:auto;
    }
    
    .footer-bottom .generic-footer-content a.logo {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top:20px;
    }
    
    .footer-bottom .generic-footer-content a.logo img {
        max-width: 120px;
    }
    
    .footer-logo {
        margin-bottom: 20px;
    }
    
    a.twitter img, a.linkedIn img{
        max-width:32px;
    }
    
    .footer-bottom .generic-footer-content{
        padding:0;
        text-align:center;
    }
    
    .footer-bottom .generic-footer-content a{
        float:none;
        line-height: 75px;
        margin: 0 5px;
    }
    
    a.twitter{
        margin:auto;
    }
    
    .footer-bottom a.contact-us{
        margin:auto;
    }
    
    footer .footer-container{
        margin:20px auto;
    }
    
    footer .footer-container .home-footer-col, footer .footer-container .footer-col{
        padding-left:40px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 0;
    }
    
    footer .footer-container .home-footer-col .links, footer .footer-container .footer-col .links{
        display:none;
    }
    
    footer .footer-container .home-footer-col .links.active, footer .footer-container .footer-col .links.active{
        display:inline-block;
    }
    
    footer .footer-container .home-footer-col.col-1 .links,footer .footer-container .footer-col.col-1 .links {
        display:inline-block;
    }
    
    footer .footer-container .home-footer-col.col-1 .footer-content{
        margin-bottom:20px;
    }
    
    h6.nav-col {
        position: relative;
    }
    
    h6.nav-col span.icon-link-expand.mobile-only, h6.nav-col span.icon-link-collapse.mobile-only{
        right:0;
    }
    
    .site-header{
            padding: 0;
    }
    
    .social-content{
        margin:auto;
    }
    
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }

  .social .social-links{
      position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 10px;
  }
  
  .social .social-links a.twitter img {
      margin-right: 15px;
      }

  .promo-section .promo {
    background-image: none;
  }
  .carousel-caption {
    text-align: left;
    padding: 0;
    top: 15%;
    left: 14%;
  }
  .carousel-caption a h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .carousel-caption a p {
    font-size: 12px;
    line-height: 14px;
  }
  
  .logo img {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 80px;
  }
  #navbar>ul li.login a {
    line-height: 23px;
  }
  .navbar-header #searchbox {
    position: absolute;
    left: 2px;
    top: 75px;
    /*width: 243px;*/
    z-index: 999;
  }
  .dropdown-only {
    cursor: pointer;
  }
  .Home_C>div>div.promo-section {
    margin-top: 30px;
  }
  .nav-tabs>li {
    width: 80px;
  }
  
  .about-us-video{
      padding:25px !important;
  }
  
  .about-us-video .video-image{
      min-height:250px;
  }
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width:768px) {
    
    .carousel-inner{
        height:183%;
    }
    
    .carousel-indicators{
      display:none;
    }
    
    .testimonial-copy{
        padding: 0 10px 0 10px;
    }
    
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: calc(100% + 280px);
  }
  .row-offcanvas-left {
    left: -280px;
  }
  .row-offcanvas-left.active {
    left: 0;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
  .services .col-md-3, 
  .related-link {
      width: 100%;
  }

  .services{
    margin-bottom: 0;
  }

   .services .col-md-3{
    margin-bottom: 10px;
   }

  div.heading-banner h1 {
    width: 100%;
      font-size: 35px;
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      padding: 0 5px;
  }

  .home-banner-message p {
      line-height: 40px;
  }
}

@media ( max-width :425px) {
  p.IgxSearchHeader {
    font-size: 5.5vw;
    line-height: normal;
  }
  p.IgxSearchHeader.IgxSeachSubHeader {
    font-size: 4.5vw;
    line-height: normal;
  }
  div#searchItemsSlot table td {
    font-size: 4vw;
  }
  div.heading-banner h1 {
      font-size: 30px;
  }

  .flat-button {
      width: 100%;
      text-align: center;
  }

  .events .event {
      border-top: 0;
      margin: 0;
  }

  .home-banner-message p {
      font-size: 24px;
      line-height: 26px;
  }

}

@media ( max-width :767px) {
  .homeZ-promo .promo {
    min-height: auto;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
  }
  .promo-section .promo .promo-link,.promo-section-body .promo .promo-link{
    line-height: 32px;
  }

  .homeZ-promo .promo.slot-0 {
    margin: 0 0 5px 0;
  }
  .promo-section-header {
    font-family: 'Nunito Sans', sans-serif;
    color: #15a1dc;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.56px;
    line-height: 50px;
    text-align: center;
    padding: 20px 0 10px 0
  }
  .promo-section-header p {
    font-size: 18px;
  }
  #searchItemsSlot div>img {
    display: none !important;
  }
  p.IgxSearchHeader {
    font-size: 2vw;
    line-height: normal;
  }
  p.IgxSearchHeader.IgxSeachSubHeader {
    font-size: 1.5vw;
    line-height: normal;
  }

  .priorityMessage .img {
     /*height: 265px;*/
     /*background-position: 50% 50%;*/
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
  }

  .home-banner-message p {
      font-size: 3.5vw;
  }
}

@media ( min-width :768px) {
  .promo-section-d .promo {
    min-height: 168px;
  }
  .homeZ-promo .promo {
    min-height: 520px;
    margin: 0 0 5px 5px
  }
  p.IgxSearchHeader {
    font-size: 3.5vw;
    line-height: normal;
  }
  p.IgxSearchHeader.IgxSeachSubHeader {
    font-size: 2.5vw;
    line-height: normal;
  }
}

@media ( min-width :1200px) {
  .homeZ-promo .promo {
    margin: 0 0 0 5px;
    min-height: 520px;
  }
  .homeZ-promo .promo .promo-teaser .read-more-link a {
    font-size: 20px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}

@media ( min-width : 1200px) {
  #new-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
}

@media ( max-width : 1080px) {
  .page-content .certificate-container {
    padding: 50px 20px;
    overflow: hidden;
  }
}


@media ( max-width : 600px) {
  .page-content .curriculum-container .curriculum-list {
    width: 90%;
    margin-top: 0px;
    padding: 0;
  }
  .page-content .curriculum-container .curriculum-list li {
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .player .vp-player-layout {
    border: 1px solid #ccc;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
  }
}


/*IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

   .dropdown:hover .dropdown-menu, .dropdown .dropdown-menu:hover {
      display: block;
        margin-top: -30px;
        padding: 30px 15px;
  }
    
    .navbar-nav .dropdown .dropdown-menu{
        position: fixed !important;
        width: 100%;
        top: 140px;
    }
    
    .footer-bottom .footer-logos-home > .footer-logo {
        display: inline-block;
    }
    
    .social-content{
        width: 100%;
    }
    
    .services .title{
        padding: 10px;
    }
    .event>.row>div>.img-responsive{
        height:126.66px !important;
    }
}    
@media (max-width: 991px){
    header a.logo {
        display: block;
        text-align: center;
    }
        
    }


/* Safari 10.1+ Fixes */
@media not all and (min-resolution: 2dppx) {
    .main-content .container .services {
        display: block;
    }
    
    footer .footer-container .row {
        display: block;
    }
    
    .container .statements {
        flex-wrap: nowrap;
    }
    
    .container .videos {
        display: block;
        flex-wrap: nowrap;
    }
}

    
@media ( max-width : 991px){
        .container .statements{
            flex-wrap: wrap;
        }
    }




.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.services .col-md-3 {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 20px;
}


/*nabar changes */
/*@media (min-width: 768px){*/
/*    display: none;*/
/*}*/

.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 1200px){
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
}
@media (min-width: 1200px){
.col-lg-2 {
    width: 16.66666667%;
}
    
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, 
.btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after,
.pager:after, .panel-body:after, .modal-footer:after { 
    clear: both;
    
}


@media (min-width: 992px){
.col-md-4 {
    width: 33.33333333%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
}

.navbar, .navbar-nav, .nav {
    display: inline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
    display:none;
}

.site-header>.container-fluid>.col-lg-10.col-md-10 {
    width: 100%;
    margin-top: -50px;
}

#navbar>ul >li >a {
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
} 

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px){
.col-sm-6 {
    width: 50%;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
}

@media (min-width: 768px){
.container {
    width: 750px !important;
}}

@media (min-width: 992px){
.container {
    width: 970px !important;
}
}

@media (min-width: 1200px){
.container {
    width: 1170px !important;
}
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media not all, (-webkit-transform-3d){
.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

@media (min-width: 992px){
.carousel-indicators {
    margin-bottom: -46px;
}
}
@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 20px;
}
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
}
.carousel-indicators> li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
}

@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 20px;
}
    
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

element.style {
    text-align: center;
    margin-top: 40px;
}
@media not all, (-webkit-transform-3d){
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}}

@media (min-width: 768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}}

.card{
    border:none;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
 
 /*mobile nav*/
 @media (max-width: 991px){
.col-md-2 {
    -ms-flex: none;
    flex: none;
    max-width: none;
}
     .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: none;
    max-width: none;
    width: 100%;
}

.cta .content{
    padding-left: 15px;
    padding-right: 15px;
}
 }

.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
    -webkit-text-stroke: 2px #083a81;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* This code prevents breaking primary navigation to two lines when the screen gets smaller */
.navbar-nav>li {
  padding-left: 12px;
}

#navbar>ul>li:not(:last-child)>a:after {
  right: -8px;
}

@media (max-width: 1337px) {

  #navbar>ul>li>a,
  #navbar>ul li a,
  .dropdown-menu>ul.menu-content li {
    font-size: 10px
  }
}

@media (max-width: 1169px) {

  #navbar>ul>li>a,
  #navbar>ul li a,
  .dropdown-menu>ul.menu-content li {
    font-size: 10px
  }
}

@media (max-width: 1000px) {
  .navbar-nav>li {
    padding-left: 12px;
  }
}

@media (max-width: 991px) {
    
  #navbar>ul li a {
    font-size: 12px;
  }

  #navbar>ul>li>a,
  .dropdown-menu>ul.menu-content li {
    font-size: 14px;
  }
}

@media (min-width: 991px) and (max-width: 1149px) {
    .hero-banner.Home, .hero-banner.AboutUs {
        height:27vw; 
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
a{
    text-decoration: none;
}
.row>.top-nav{
    width: unset
}

hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    opacity: 1;
}
.bold {
    font-weight: bold;
}
.icon-link{
    display: block;
}
.small, small{
    font-size: 80%;
    font-weight: 400;
}
.question--container{
    padding: 1px;
}
.site-header> .container-fluid> .col-lg-10.col-md-10> div.row{
    padding-bottom: 23px;
    padding-top: 1px;
}