/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* cbFlyNav Req Styles */

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background: #383838;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  

}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  z-index: 1;
  -moz-transition: z-index 0 linear 0.2s;
  -o-transition: z-index 0 linear 0.2s;
  -webkit-transition: z-index 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 270px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 300;
}

.cbFlyNav-wrap > nav {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0 ease-in-out;
  -o-transition: -o-transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0 ease-in-out;
  transition: transform 0 ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-right-content {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 /* -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;*/
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
  background:#f8f8f8;
}

.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
  content: "";
  float: right;
  margin-top: 12px;
  padding: 4.5px;
  box-shadow: 1px -1px 0 0px #FFF inset;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
background:rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index:300;
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}

/* Menu Toggle */
.btn-navbar {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 4px 0;
  display: block;
  z-index: 1;
}

.btn-navbar-navtoggle {
  right: .5rem;
  top:.5rem;
}

.btn-navbar .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

@media screen and (min-width: 1024px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles */
.navbar {
  height: 100px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index:300;
}

@media screen and (max-width: 1023px) {
  .navbar .nav-collapse {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .navbar {
    height: auto;
    position: relative;
    width: 100%;
    padding: 0px;
  }
}
/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
    font-size:.913rem;

}
.the-nav ul.nav-flyout li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  margin-right: 0;
  border-bottom:1px solid #2a2a2a;
}
.the-nav ul.nav-flyout li a:hover {
  background: #042141
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #595959;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
}
.the-nav ul.nav-flyout .dropdown .subnav > li a{
	border-bottom:1px solid #484848
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  background: #042141;
}
/* Large Screen Styles*/
@media screen and (min-width: 1024px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .the-nav {
    display: block;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
	  width:100%;
    margin: 0;
    line-height: normal;
  }

  .the-nav > .nav > li {
	  width:12.2%;
    display: inline-block;
    margin: 0;
	text-align:center;
    position: relative;
  }
.the-nav > .nav > li:last-child{
	padding-right:0;
}
  .the-nav > .nav > li .caret {
    display:none;
    margin-top: 25px;
    margin-left: 2px;
    border-top-color: #042141;
    border-bottom-color: #042141;
  }

  .the-nav > .nav > li a {
    display: block;
    font-weight: 500;
    text-decoration: none;
	line-height:55px;
	font-size:1.2rem;
  }

  .the-nav > .nav > li:last-of-type > a {
    padding-right: 0;
  }

  /* Active State */
  .the-nav > .nav > li:hover > a {
    color: #fff;
	background:#042141;
  }

  .the-nav > .nav > li:hover .subnav {
    display: block;
  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #f8efff;
    border-bottom-color: #f8efff;
  }

  /* Subnav */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    background: rgba(5,30,65,.8);
  }

  .nav > li > .subnav > li {
    margin-bottom: 0;
  }

  .nav > li > .subnav > li a {
	  color:#fff;
	line-height:40px;
	font-size:1rem;
	border:0;
	padding:0;
  }

  .nav > li > .subnav > li:hover a {
    background: #042141;
    color: white;
	border:0;
  }
}
/* General Mobile First Styles */
.hidden-sm {
  display: none;
}

@media screen and (min-width: 1024px) {
  .visible-sm {
    display: none;
  }

  .hidden-sm {
    display: block;
  }
}
/* Resets and clean ups and extras */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  content: "";
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: table;
  clear: both;
}
.the-header{
	width:100%;
}
.the-header .logobox{
	width:100%;
	height:120px;
	background:#042141;
}
.the-header .logo{
	margin-top:30px;
	position:relative;
	z-index:100;
}
.the-header .logo img{
	width:auto;
	height:55px;
}
.container.navbar {
  max-width:1200px;
  height:55px;
}



a.gh-btn {
  display: inline-block;
  width: 250px;
  background: white;
  color: #1D1F21;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.gh-btn:hover {
  background: #e6e6e6;
}

.align-center {
  text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.navtopbg, .container.navbar{
		padding:0 .5rem;
	}
	.the-nav > .nav > li{
	width:12.1%;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.container.navbar{
		height:80px;
		padding-left:1rem;
}
.container.navbar .logo {
  margin-top: 10px;
}
.container.navbar .logo img{
	height:55px;
}
.navtop{
	padding:0 1rem;
}
.btn-navbar-navtoggle{
	top:1.2rem;
}
}
@media screen and (max-width: 767px){
.the-header{
	position:relative;
}
.container.navbar{
	position:absolute;
	right:0;
	top:0;
	width:3rem;
   height:3rem;
}

.btn-navbar-navtoggle{
	top:.8rem;
}
.navtop{
	padding:0 1rem;
}
}
@media screen and (max-width: 479px){
.the-header .navtopbg div span:last-child{
	float:left;
}

}

.the-header.sub{
	position:inherit;
	background:#fff;
}
.the-header.sub .the-nav > .nav{
	text-shadow: 1px 1px 2px rgba(255,255,255,.5)
}
.the-header.sub .the-nav > .nav > li a{
	color:#666;
	border-bottom:4px solid rgba(255,255,255,0);
}
.the-header.sub .the-nav > .nav > li:hover a{
	color: #4f397a;
	border-bottom:4px solid #4f397a;
}
.the-header.sub .the-nav > .nav > li .caret {
	display:block;
    border-top-color: #777;
    border-bottom-color: #777;
}
.the-header.sub .nav > li:hover > .subnav > li a, .the-header.sub .nav > li > .subnav > li a{
	border:0;
}
.the-header.sub .nav > li > .subnav{
	top:100%;
	background: rgba(254,254,254,.9);
}
.the-header.sub .the-nav > .nav > li > .subnav li:hover a{
	color:#fff;
}
.the-header.sub .btn-navbar .icon-bar {
    background-color: #666;
}