html, body{
  color: #171717;
  font-family: 'Open+Sans'; 
}

body{
  overflow-x:hidden;
}
.siteFont{
  font-family: 'Open+Sans';
}
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
}
header .brand .siteLogoTitle{
  font-size: 20px;
  font-weight: bold;
}
header .brand{
  text-decoration: none;
  outline: none;
  color: #31609f;
}
header .brand:hover,
header .brand:focus{
  text-decoration: none;
  outline: none;
}
header nav #main-menu .nav-item.levelOne a{
  color: #171717;
}
/** Scrolling menu Effects  */
#scrollingEffectMenu,
#scrollingSiteDescription,
#scrollingAffectedMenu{
  transition: top 0.3s;
}
/** End Scrolling menu Effects  */

.fillRemainingSpace{ 
  flex: 1 1 auto;
}
#backToTop{
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.btn-primary{
  /*background: #31609f !important;
  border-color: #31609f !important;*/
  background: #2379c3 !important;
  border-color: #2379c3 !important;
} 
.bg-primary{
  background: #2379c3 !important;
} 
.border-primary{
  border-color: #2379c3 !important;
} 
.text-primary{
  color: #2379c3 !important;
} 
/* .main-nav {
  background: #3092c0;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
  background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
} */

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}
header .siteLogo{
  margin-top: -7px;
}

/* .nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
} */

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  header nav #main-menu {
    float: right;
    clear: none;
  }
  header nav #main-menu{
    margin-top: -16px;
  }
  header nav #main-menu .nav-item.levelOne{
    padding-top: 11px;
    padding-bottom: 7px;
  }
}


/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #2e8cb8;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/* .main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    background: #007bff;
} */
header nav #main-menu .nav-item.levelOne > a{
  font-size: 13px;
}
header nav #main-menu .nav-item.levelTwo a{
  color: #fff; 
}
header nav #main-menu .active{
  border-bottom: 2px solid #31609f;
}
/* appy btn-primary color on hover effect */
/*header nav #main-menu .nav-item:hover,
header nav #main-menu .nav-item .dropdown-menu li:hover,*/
/* header nav #main-menu .nav-item .dropdown-menu .active > a,
header nav #main-menu .nav-item .dropdown-menu .active > a:hover, */
/*header nav #main-menu .nav-item > .active{
  border-bottom: 2px solid #31609f;
}
*/

.contentContainer{
  //margin-top: 100px;
}

/* Social Icons Colors */
.facebookBg{
  color: #3b5998;
}
.twitterBg{
  color: #55acee;
}
.linkedInBg{
  color: #0077B5;
}
.googlePlusBg{
  color: #dd4b39;
}
.instagramBg{
  color: rgb(38, 38, 38);
}
footer .quicklinks a{
  background: none !important;
  border: none !important;
}