
/* ==========================================================================
   Fonts:
   
   font-family: 'Bitter', serif; -Headings
   font-family: 'Karla', sans-serif; -Copy

   ========================================================================== */
* {
    font-family: 'Karla', sans-serif;
    
    /**** CSS TRANSITIONS ****/
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    transition-property: color, background-color;
    
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
}

a { color: #d99e30; text-decoration: none; }
a:hover { color: #d99e30; text-decoration: underline; }
a:focus { outline: 0; text-decoration: none; background: none; }

/* --------------------------------------------------------------------------
   Wordpress specific styles.
   -------------------------------------------------------------------------- */
.alignright { float: right; margin: 5px 0 15px 15px; }
.alignleft { float: left; margin: 5px 15px 15px 0; }
.nogutter { padding: 0; }
.sep { height: 1px; background: #8b2332; width: 100%; margin: 30px 0; }

p, .page-content { font-size: 14px; color: #000000; }
h1 { color: #ffffff; font-size: 20px; text-transform: uppercase; font-family: 'Bitter', serif; }
h2 { color: #000000; font-size: 16px; font-weight: bold; font-family: 'Karla', sans-serif; }
h2 a { color: #000000; text-decoration: none; font-family: 'Karla', sans-serif; }
h2 a:hover { color: #000000; }
h3 { font-size: 20px; }

header { height: 78px; position: absolute; top: 0; width: 100%; z-index: 1000; }

.navbar-brand { position: absolute; top: 0; z-index: 11; padding: 0 15px; }
.navbar-wordmark { position: absolute; top: 12px; z-index: 11; padding: 0; line-height: 43px; float: left; margin-left: 100px; }
.navbar-collapse { padding: 0; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background: none; }

.top-menu { position: absolute; top: 0; background: #262626; color: #ffffff; height: 43px; width: 100%;  }
.top-menu ul { float: right; }
.top-menu ul li { line-height: 43px; }
.top-menu ul a { 
  color: #ffffff; 
  text-decoration: none; 
  text-transform: uppercase; 
  font-size: 11px; 
  padding: 5px;
  margin: 0 5px;
  border-radius: 4px;
  border: 1px solid #262626;
  display: inline-block;
  line-height: 13px;
}

.top-menu ul a:hover { background: none; border: 1px solid #bfbfbf; }
.top-menu ul a:focus { background: none; }

.top-menu .dropdown a:focus { border: 1px solid #bfbfbf; }
.top-menu .dropdown-menu li { line-height: 30px; }
.top-menu .dropdown-menu li a { color: #404040; font-size: 11px; text-transform: none; border: none; }
.top-menu .dropdown-menu li:hover, .top-menu .dropdown-menu li a:focus { border: none; background: #cccccc; }

.secondary-menu { position: absolute; top: 43px; height: 35px; width: 100%;  }

.secondary-menu .navbar-secondary-sm { position: absolute; top: 8px; display: none; }

.secondary-menu ul { float: right; }
.secondary-menu ul li { line-height: 35px; background: #e6e6e6; border-right: 1px solid #222222; }
.secondary-menu li a { 
  color: #203086; 
  text-decoration: none; 
  text-transform: uppercase; 
  font-size: 12px; 
  line-height: 35px;
  padding: 0 15px;
  font-weight: bold;
  background: #e6e6e6;
}

.secondary-menu li:first-child, .secondary-menu li:first-child a { border-bottom-left-radius: 2px; }
.secondary-menu li:last-child, .secondary-menu li:last-child a { border-bottom-right-radius: 2px; }

.secondary-menu li a:hover, .secondary-menu li.current-menu-item a{ background: #cccccc; }

.secondary-menu li.dropdown a .caret { 
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.secondary-menu .dropdown.open .caret  { 
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: none;
}

.secondary-menu .dropdown-menu { 
  background: none; 
  border: 1px solid #262626;
  border-radius: 0; 

  box-shadow: none; 
  padding: 0; 
  width: 240px; 
  left: -1px; 
 }
.secondary-menu .dropdown-menu li { border-bottom: 1px solid #262626; width: 240px; }
.secondary-menu .dropdown-menu li:last-child, .secondary-menu .dropdown-menu li:last-child a { border-bottom: none;  border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;  }
.secondary-menu .dropdown-menu li a { background: #cccccc; color: #404040; font-size: 11px; text-transform: none; }
.secondary-menu .dropdown-menu > li > a:hover, .secondary-menu .dropdown-menu > li > a:focus { text-decoration: underline; background: #ffffff; }
.secondary-menu .nav .open > a, .secondary-menu .nav .open > a:hover, .secondary-menu .nav .open > a:focus { background: #cccccc; }

/* 3rd level dropdown */
.secondary-menu .dropdown-submenu{ position:relative; }
.secondary-menu .dropdown-submenu>.dropdown-menu { top: 25px; }
.secondary-menu .dropdown-submenu:active>.dropdown-menu { display: block; }

.secondary-menu .dropdown-submenu a.active { background: #e6e6e6; text-decoration: none; }
.secondary-menu .dropdown-submenu > a.active:focus { text-decoration: none; }
.secondary-menu .dropdown-submenu ul li { margin: 0; }
.secondary-menu .dropdown-submenu ul li a { background: #e6e6e6; margin: 0; padding-left: 25px; line-height: 30px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover { background: none; color: #000000; font-weight: bold; }

.trigger .sub-caret { float:right; margin-top: 15px;
  border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
  border-right: 4px solid;
}

.trigger.active .sub-caret { 
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.home-hero { 
  min-height: 564px; 
  position: fixed; 
  width: 100%; 
 }
 
.home-hero:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  
  display: block;
  background-image: url(../img/home-hero.jpg);
  background-repeat: no-repeat; 
  background-position: top center;  
  width: 100%;
  height: 100%;
}
 
 svg { position:absolute; left:-999px; }
 
.home-hero .row { margin-top: 180px; }
.home-hero h1 { font-size: 50px; line-height: 60px; font-family: 'Bitter', serif; font-weight: bold; text-align: center; text-transform: none; margin: 0; padding: 0; }
.home-hero h2 { font-size: 24px; line-height: 27px; color: #ffffff; font-family: 'Bitter', serif; font-weight: bold; text-align: center; text-transform: none; margin: 40px 0 0 0; }
.home-hero .read-more-arrow { text-align: center; margin-top: 30px; }

.home-content { position: relative; padding-top: 489px; }

.home-tabbed { border-top: 1px solid #ffffff; }
.home-tabbed ul { list-style: none; margin: 0; padding: 0; }
.home-tabbed ul li { float: left; width: 20%; }
.home-tabbed ul li a { 
  color: #ffffff; 
  font-weight: bold; 
  font-size: 14px; 
  line-height: 17px; 
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ffffff; 
  text-decoration: none; 
  padding: 20px 15px;
}

.home-tabbed ul li:first-child { border-left: 1px solid #ffffff; }
.home-tabbed ul li.active a { background: #ffffff; color: #d99e30; }
.home-tabbed ul li a:hover { background: rgba(255,255,255,0.8); color: #d99e30; }

.tabbed-content { padding: 80px 0; background: #ffffff; }
.tabbed-content h2 { font-size: 28px; line-height: 32px; margin: 0 0 10px 0; color: #d99e30; padding: 0 20px; }
.tabbed-content p { font-size: 13px; font-weight: bold; color: #9e9e9e; line-height: 25px; padding: 0 20px; }
.tabbed-content .circle-image { margin-top: 30px; }

.tabbed-content .read-more-btn { 
  color: #d99e30; 
  border: 1px solid #d99e30; 
  border-radius: 2px;
  display: block; 
  text-align: center; 
  padding: 8px 0; 
  text-transform: uppercase; 
  font-weight: normal; 
  text-decoration: none;
  margin-top: 48px; 
  background: #ffffff;
  font-size: 15px;
 }
 
.tabbed-content .read-more-btn:hover,  .tabbed-content .read-more-btn:focus { background: #eeeeee; }

.tab-pane { position: relative; float: left; display: none; }
.tab-pane.active { display: block; } 
 
.cta-block { background-image: url(../img/cta-background.jpg); background-repeat: no-repeat; background-position: top center; min-height: 280px;}
.cta-block h2 { font-size: 45px; line-height: 55px; color: #ffffff; font-weight: bold; font-family: 'Bitter', serif; float: left; margin-top: 80px; }
.cta-block p { font-size: 30px; margin-top: 120px; padding-left: 30px; float: left; color: #ffffff; }
.cta-block .read-more-btn { 
  color: #ffffff; 
  border: 1px solid #ffffff; 
  border-radius: 2px;
  display: block; 
  text-align: center; 
  padding: 8px 0; 
  font-size: 15px;
  text-transform: uppercase; 
  font-weight: normal; 
  text-decoration: none;
  margin-top: 113px; 
 }
 
 .cta-block .read-more-btn:hover, .cta-block .read-more-btn:focus { background: #203086}
 
.blog-section { background-image: url(../img/blog-outside.jpg); background-position: top center; background-repeat: repeat-y; }
.blog-section .row { background: url(../img/blog-inside.jpg) top center repeat-y; height: 100%; padding-bottom: 50px;  }

.testimonial-section { margin-top: 48px; position: relative; }
.testimonial-section h3, .testimonial-section h3 a { font-size: 13px; text-transform: uppercase; font-weight: bold; color: #2a3483; text-decoration: none; }
.testimonial-section h3 a:hover { text-decoration: underline; }
.testimonial { font-family: 'Bitter', serif; color: #000000; font-size: 24px; line-height: 34px; font-weight: bold; margin-right: 45px; margin-left: 45px; display: none; }
.testimonial.active { display: block; }
.testimonial .author { clear: both; font-size: 13px; font-weight: normal; font-family: 'Karla', sans-serif; display:block; }

.logoarea { margin-top: 18px; }
.logoslide { margin-right: 45px; margin-left: 45px; display: none; }
.logoslide.active { display: block; }
.logoslide a { padding: 0 15px; }

.next-arrow { color: #d2d2d2; position: absolute; right: 0; top: 70px; cursor: pointer; }
.prev-arrow { color: #d2d2d2; position: absolute; left: 0; top: 70px; cursor: pointer; }
.next-arrow:hover, .prev-arrow:hover { color: #bbbaba; }

.client-slider { margin-top: 50px; position: relative; }
.client-slider h3 { font-size: 13px; text-transform: uppercase; font-weight: bold; color: #2a3483; }

.blog-section-title, .blog-section-title a { color: #e6e6e6; font-size: 13px; text-transform: uppercase; font-weight: bold; margin-top: 45px; text-decoration: none; }
.blog-section-title a:hover { text-decoration: underline; }

.hm-blog-date { font-size: 13px; color: #808080; margin: 10px 0 0 0; }
.hm-blog-title { font-size: 22px; color: #d99e30; text-decoration: none;  margin-bottom: 10px; display: inline-block; }
.hm-blog-title:hover { color: #d99e30; text-decoration: underline; }

footer { color: #d9d9d9; border-top: 5px solid #d99e30; background: #262626; padding: 50px 0; position: relative; }
footer .social-icon { color: #d9d9d9; font-size: 30px; display: block; }
footer h3 { color: #d99e30; font-size: 13px; line-height: 15px; margin: 5px 0; text-transform: uppercase; padding: 0; }
footer p { color: #d9d9d9; font-size: 13px; line-height: 16px; }
footer a { color: #d9d9d9; text-decoration: none; }
footer a:hover { color: #d99e30; }

.page-hero { height: 220px; margin-top: 43px; background-position: top center; }
.page-hero h3 { margin: 150px 0 0 0; color: #d99e30; text-transform: uppercase; font-size: 12px; line-height: 15px; padding: 0; font-family: 'Karla', sans-serif; font-weight: bold; }
.page-hero h1 { color: #ffffff; font-size: 40px; line-height: 35px; margin: 0; padding: 0; font-family: 'Karla', sans-serif; font-weight: bold; }

.page-content { padding: 15px 0; }
.page-content .page-copy-area h2, .page-content .page-copy-area h2 a { font-family: 'Karla', sans-serif; font-weight: bold; font-size: 24px; text-transform: uppercase; }
.page-content .page-copy-area h3 { color: #203086; font-size: 20px; font-family: 'Karla', sans-serif; font-weight: bold; }

.breadcrumbs { color: #404040; font-size: 11px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; }
.breadcrumbs a { color: #203086; text-decoration: none; padding: 0 4px; }
.breadcrumbs .breadcrumb_last { padding-left: 4px; }

.sub-nav { list-style: none; margin: 0; padding: 0; }
.sub-nav li { margin-bottom: 15px; line-height: 14px; }
.sub-nav a { text-decoration: none; font-weight: bold; color: #404040; font-size: 12px; line-height: 14px; }
.sub-nav a:hover { text-decoration: underline; }
.sub-nav .current_page_item a, .sub-nav  li.current_page_parent > a { color: #203086; }

.sub-nav .children { margin: 15px 0 0 0; padding: 0; list-style: none; }
.sub-nav .children li { border-left: 2px solid #808080; margin-bottom: 15px; line-height: 14px; }
.sub-nav .children li a { color: #959595; padding-left: 10px; display: inline-block; }
.sub-nav .children .current_page_item a { color: #203086; }

.sb-insights { background: #404040; border-radius: 3px; padding: 20px; margin-bottom: 20px; }
.sb-insights .blog-section-title { margin: 0; padding: 0; }
.sb-insights .hm-blog-title { font-size: 14px; line-height: 17px; }

.blog-sidebar h2 { margin-bottom: 5px; }
.blog-sidebar ul { margin: 0 0 20px 0; padding: 0; list-style: none; }
.blog-sidebar ul li a, .blog-sidebar ul li { text-decoration: none; font-weight: bold; color: #404040; font-size: 11px; line-height: 20px; }
.blog-sidebar ul li.current-cat a { color: #203086; }

.blog-title a, .blog-title { font-size: 30px; line-height: 35px; margin: 10px 0 5px 0; padding: 0; font-family: 'Karla', sans-serif; font-weight: bold; color: #262626; }
.blog-meta { font-size: 12px; margin-bottom: 20px; }
.blog-meta a { text-decoration: none; color: #032b42; }
.blog-meta a:hover { text-decoration: underline; color: #032b42; }
.auth-name { color: #808080; }
.blog-post { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #cccccc; }

.overview-readmore { text-align: center; }
.overview-readmore .read-more-btn { 
  color: #d99e30; 
  border: 1px solid #d99e30; 
  border-radius: 0;
  display: inline-block; 
  text-align: center; 
  padding: 10px; 
  text-transform: uppercase; 
  font-weight: normal; 
  text-decoration: none;
 }
 
.first-test { border-bottom: 1px solid #a7a9ac; margin: 0 0 15px 0; padding: 0 0 15px 0; }
.first-test p { font-size: 16px; line-height: 22px; }
.first-test .quote { color: #203086; font-size: 22px; font-weight: bold; }
.first-test .author { color: #000000; font-style: italic; font-size: 12px; line-height: 14px; margin-top: 10px; font-weight: 600; text-align: right; }

.home-test { padding: 5px 0 25px 0; line-height: 18px; }
.home-test .quote { color: #afb1b3; font-size: 18px; font-weight: bold; line-height: 18px; }
.home-test .author { color: #000000; font-style: italic; font-size: 12px; line-height: 14px; font-weight: 600; margin-top: 10px; text-align: right; }

.subscribe-form { margin: 10px 0; padding-right: 35px; }
.subscribe-form .hs-input { border: 1px solid #bfbfbf; background: #404040; color: #ffffff; border-radius: 3px; padding: 4px 15px; font-size: 12px; width: 100%; }
.subscribe-form .hs-input.error, .contact-form .hs-input.error { border-color: #e20000; }
.subscribe-form label, .contact-form label { font-size: 11px; }
.subscribe-form .hs-error-msgs, .contact-form .hs-error-msgs { margin: 5px 0 0 0; list-style: none; padding: 0; }
.subscribe-form .hs-error-msgs label, .contact-form .hs-error-msgs label { color: #e20000; }
.subscribe-form .hs-button {
    color: #d99e30;
    border: 1px solid #d99e30;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 4px 15px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    background: #262626;
    margin: 10px 0;
    font-size: 12px;
}

.contact-form .hs-button {
    color: #d99e30;
    border: 1px solid #d99e30;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 4px 15px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0;
    font-size: 15px;
    background: #ffffff;
}
.contact-form .hs-button:hover { background: #4b4a4a; }
.contact-form .hs-input { border: 1px solid #bfbfbf; color: #222222; border-radius: 3px; padding: 4px 15px; font-size: 12px; width: 100%; }

.subscribe-form .hs-button:hover { background: #4b4a4a; }

.page-copy-area h2:first-child { margin-top: 0; }

.sidebar-sub .hs-input { border-radius: 4px; border: 1px solid #cccccc; width: 95%; }
.sidebar-sub .hs-error-msgs label { color: #8b2332; }
.sidebar-sub .hs-form-field label { color: #203086; font-size: 11px; }
.sidebar-sub .hs-button { 
    margin-top: 10px; 
    color: #d99e30; 
    border: 1px solid #d99e30; 
    border-radius: 2px;
    padding: 5px 10px; 
    text-transform: uppercase; 
    font-weight: normal; 
    text-decoration: none;
    background: #ffffff;
    font-size: 11px;
}
 
.sidebar-sub .hs-button:hover { background: #eeeeee; }

.blog-hero { margin-bottom: 20px; }
.social-icons-blog { font-size: 18px; position: relative; top: -5px; }
.social-icons-blog a { color: #808080; }
.social-icons-blog a:hover { color: #203086; }

.read-more-btns  { text-align: right; }
.read-more-btns a { 
  color: #d99e30; 
  border: 1px solid #d99e30; 
  border-radius: 2px;
  display: inline-block; 
  text-align: center; 
  padding: 5px 15px; 
  text-transform: uppercase; 
  font-weight: normal; 
  text-decoration: none;
  background: #ffffff;
  font-size: 15px;
 }
 
.read-more-btns a:hover, .read-more-btns a:focus { background: #eeeeee; }

.blog-cta { padding: 20px 0; }

.page-copy-area ul { padding-left: 20px; }
.page-copy-area li { list-style-image: url(../img/list-image.png);}

.cd-top {
  display: inline-block;
  height: 43px;
  width: 43px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(//cdn2.hubspot.net/hubfs/515873/New_Layout/to-top.png) no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}

.eb-logo { position: absolute; top: 98px; right: 15px; }

.breadcrumbs span span span a { cursor: default; }

/* Revised Landing Page Styles */
.lp-form-side form {
  background: #5f5f5f;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.lp-form-side form .hs-form-field { margin-bottom: 10px; }
.lp-form-side form .hs-form-field label { color: #ffffff; }

.lp-form-side form .hs-button.primary.large, .lp-form-side form .hs-button.primary {
  font-weight: 400;
  font-size: 12px;
  background: #da9e30;
  color: #fff;
  padding: 8px 20px;
  border: 0;
  font-family: 'Karla',sans-serif;
}

.lp-form-side form .hs-button.primary.large:hover, .lp-form-side form .hs-button.primary:hover { background: #bd892a; }
.lp-form-side form label {
  text-transform: none;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
.lp-form-side form  ul.inputs-list { list-style: none; padding-left: 0; }
.lp-form-side form  ul.inputs-list input[type="radio"], .lp-form-side form  ul.inputs-list input[type="checkbox"] { margin-right: 5px; }

.revised-lp-content { padding: 45px 0; }
.revised-lp-content h1 {
	font-size: 40px;
  line-height: 45px;
  margin: 0 0 40px 0;
  padding: 0;
  font-family: 'Karla',sans-serif;
  font-weight: bold;
  color: #d99e30;
  text-transform: none;
}

.revised-lp-content h2 {
  font-weight: bold;
  font-size: 22px;
  color: gray;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Karla',sans-serif;
}

.icon-col {
  text-align: center;
  margin: 30px 0;
}

.icon-col .icon-img {
  border: 2px solid #aaa;
  width: 60px;
  height: 60px;
  line-height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-col h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  color: #d99e30;
  margin: 20px 0 !important;
  text-transform: uppercase;
  font-family: 'Karla',sans-serif;
}

/* --------------------------------------------------------------------------
Media Queries.
-------------------------------------------------------------------------- */

@media (max-width: 998px) {
	.navbar-wordmark { display: none; }
  .navbar-brand > img { height: 100px; }
  .home-hero { min-height: 380px; }
  .home-hero:before { background-size: cover; height: 380px; }
  .home-hero .row { margin-top: 110px; }
  
  .home-hero h1 { font-size: 30px; line-height: 35px; }
  .home-hero h2 { font-size: 20px; line-height: 25px; margin-top: 20px; }
  
  .home-content { padding-top: 309px; }
  
  .home-tabbed ul li a { font-size: 13px; line-height: 15px; padding: 13px 15px; height: 71px; }
  
  .tabbed-content { padding: 40px 0; }
  .tabbed-content h2 { font-size: 22px; line-height: 27px; }
  
  .tabbed-content p { line-height: 22px; }
  
  .cta-block { min-height: 180px; background-size: cover; }
  .cta-block h2 { font-size: 35px; line-height: 35px; margin-top: 50px; }
  .cta-block p { font-size: 24px; margin-top: 75px; }
  .cta-block .read-more-btn { margin-top: 74px; }
  
  footer a { font-size: 11px; }
  
  .page-hero h3 { margin: 110px 0 0 0; }
}

@media (max-width: 767px) { 
  header { position: fixed; }
  body { padding-top: 60px; width: 100%; }
  .navbar-header { height: 60px; }
  .navbar-toggle { border: 2px solid #eeeeee;  position: fixed; right: 0; top: 7px; padding: 5px; color: #23408f; font-weight: 500; }
  .navbar-toggle .icon-bar { background: #eeeeee; }
  
  .navbar-brand { z-index: 101; }
  .navbar-brand > img { height: 85px; border: 1px solid #262626; }
  
  .navbar { background: #262626; height: 60px; margin: 0; border: 0; }
  .navbar-collapse { position: relative; z-index: 100; }
  
  .top-menu ul { float: none; }
  .secondary-menu ul { float: none; } 
  .secondary-menu, .top-menu { height: auto; position: static; }
  
  .navbar-nav { margin: 0 -15px; }
  .secondary-menu ul li, .top-menu ul li { background: #262626; border: none; border-bottom: 1px solid #cccccc; }
  .top-menu ul li:last-child { border-bottom: none; }
  .secondary-menu ul li a, .top-menu ul li a {  
    color: #ffffff;
    background: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    margin: 0;
    border: none;
    display: block;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
  }
  .secondary-menu li a:hover, .secondary-menu li.current-menu-item a { text-decoration: underline; background: inherit; }
  .secondary-menu .nav .open > a, .secondary-menu .nav .open > a:hover, .secondary-menu .nav .open > a:focus { background: inherit; text-decoration: none; }
  
  .secondary-menu .dropdown-menu li { width: 100%;  }
  .secondary-menu .dropdown-menu li:last-child { border-bottom: none; }
  .secondary-menu .dropdown-menu li a { background: #404040; color: #ffffff; }
  
  .home-hero { max-width: 100%; }
  .home-hero .row { margin-top: 60px; }
  
  .home-tabbed ul li { float: none; width: 100%; }
  .home-tabbed ul li a { 
    color: #262626; 
    display: block;
    padding: 10px 15px;
    height: auto;
    border-bottom: 1px solid #d99e30;
  }
  
  .home-tab-list-container { background: #ffffff; padding: 0; }
  .tabbed-content { padding-top:20px; }
  
  .cta-block { padding: 30px 0; }
  .cta-block h2 { font-size: 25px; line-height: 30px; text-align: center; margin-top: 0px; width: 100%; }
  .cta-block p { display: block; width: 100%; text-align: center; margin-top: 5px; padding: 0; }
  .cta-block .read-more-btn { margin-top: 15px; }
  
  .blog-section .row { background: #ffffff; padding-bottom: 0; }
  .insights-home { background: #404040; padding: 25px 15px; }
  .blog-section-title { margin-top: 0; }
  
  .testimonial { font-size: 16px; line-height: 24px; }
  .testimonial .author { line-height: 15px; }
  
  .foot-social { height: 50px; }
  .foot-social a { display: inline-block; padding-right: 5px; }
  
  .page-hero { margin-top: 0; height: 120px; background-size: cover; }
  .page-hero h3 { margin-top: 50px; font-size: 15px; }
  .page-hero h1 { font-size: 25px; line-height: 25px; }
  
  .breadcrumbs { display: none; }
  
  .sub-sidebar-container { padding: 0; }
  .sub-nav li { border-bottom: 1px solid #363636; padding-bottom: 10px; }
  .sub-nav a { padding: 0 15px; }
  
  .sub-nav .children li { border-bottom: none; margin-left: 25px; margin-bottom: 5px; padding: 5px 0; }
  
  .social-icons-blog { float: none !important; padding-top:10px;  }
  .blog-title a, .blog-title { font-size: 25px; line-height: 28px; }
  
  .eb-logo { position: static; }
}