@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 2894279, 2014-10-02T13:28:17-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Eurostile-Reg by URW++
 * URL: http://www.myfonts.com/fonts/urw/eurostile/t-regular/
 *
 * Webfont: Eurostile-Med by URW++
 * URL: http://www.myfonts.com/fonts/urw/eurostile/t-medium/
 *
 * Webfont: Eurostile-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/eurostile/t-bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2894279
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 *
 * &copy; 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2c29c7");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
  font-family: 'Eurostile-Reg';
  src: url("../fonts/2C29C7_0_0.eot");
  src: url("../fonts/2C29C7_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2C29C7_0_0.woff") format("woff"), url("../fonts/2C29C7_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Eurostile-Med';
  src: url("../fonts/2C29C7_1_0.eot");
  src: url("../fonts/2C29C7_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2C29C7_1_0.woff") format("woff"), url("../fonts/2C29C7_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Eurostile-Bol';
  src: url("../fonts/2C29C7_2_0.eot");
  src: url("../fonts/2C29C7_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2C29C7_2_0.woff") format("woff"), url("../fonts/2C29C7_2_0.ttf") format("truetype"); }
.banner {
  background-color: #323c46;
  background-size: cover;
  position: relative; }

/*
.banner.news-details:after {
    padding-top: 45%;
    display: block;
    content: ''; 
}
*/
.more {
  position: relative;
  font-family: 'Eurostile-Bol', sans-serif;
  line-height: 1.4em; }
  .more.down {
    cursor: pointer; }
    .more.down:hover {
      color: #085d9b; }
    .more.down:before {
      content: "↓";
      font-size: 1.5rem;
      margin-right: 5px;
      position: relative;
      top: 3px; }
  .more.right:after {
    content: "→";
    font-size: 1.5rem; }
  .more.below:after {
    content: "\2192";
    font-size: 1.5rem;
    margin-left: 10px; }
    @media (min-width: 768px) {
      .more.below:after {
        position: absolute;
        top: 15px;
        left: 0;
        margin: 0; } }
  .more.yellow:before {
    color: #fbaf5d;
    font-size: 1.5rem; }
  .more.white:before {
    color: #fff; }
  .more.white:after {
    color: #fff; }

.breadcrumbs {
  margin: 25px 0px; }
  .breadcrumbs a, .breadcrumbs span {
    color: #FFFFFF;
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .breadcrumbs a.active, .breadcrumbs a:last-of-type, .breadcrumbs span.active, .breadcrumbs span:last-of-type {
      color: #22282f; }

.sidebar-box {
  *zoom: 1;
  background-color: #283038;
  font-family: 'Eurostile-Bol', sans-serif;
  font-weight: normal;
  padding: 20px;
  margin-bottom: 10px; }
  .sidebar-box:before, .sidebar-box:after {
    content: " ";
    display: table; }
  .sidebar-box:after {
    clear: both; }
  .sidebar-box h2 {
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    font-size: 1.34rem;
    font-weight: 600;
    margin: 0;
    cursor: pointer; }
    .sidebar-box h2:after {
      background: url("../images/frontend/open-btn.png") no-repeat center center;
      content: '';
      cursor: pointer;
      display: inline-block;
      float: right;
      height: 27px;
      -webkit-transition: -webkit-transform 500ms;
      transition: -webkit-transform 500ms;
      transition: transform 500ms;
      transition: transform 500ms, -webkit-transform 500ms;
      width: 27px; }
    .sidebar-box h2.active:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .sidebar-box h2:hover:after {
      opacity: 0.7; }
  .sidebar-box a {
    float: left;
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
    font-size: 0.9rem;
    width: 100%; }

.sidebar_btn {
  background-color: #283038;
  display: block;
  font-size: 0.9rem;
  color: #fbaf5d;
  text-transform: uppercase;
  padding: 15px;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding: 9px; }
  .sidebar_btn:hover {
    background-color: #fbaf5d;
    color: #fff;
    text-decoration: none; }
  .sidebar_btn:visited {
    color: #fbaf5d; }
    .sidebar_btn:visited:hover {
      color: #fff; }
  .sidebar_btn:nth-child(2n) {
    margin-left: 2%; }

.video-overlay-hide {
  display: none; }

.callout_tabs {
  margin: 0px auto 25px auto;
  width: 100%; }
  @media (min-width: 768px) {
    .callout_tabs {
      width: auto;
      background-color: #283038;
      border-bottom: 2px solid #fbaf5d;
      margin: 0 auto; } }
  .callout_tabs .tab {
    background-color: #283038;
    display: block;
    font-size: 0.9rem;
    color: #fbaf5d;
    text-transform: uppercase;
    padding: 15px;
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    text-align: center;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #fbaf5d; }
    .callout_tabs .tab:hover {
      background-color: #fbaf5d;
      color: #fff;
      text-decoration: none; }
    .callout_tabs .tab:visited {
      color: #fbaf5d; }
      .callout_tabs .tab:visited:hover {
        color: #fff; }
    .callout_tabs .tab:first-child {
      border-left: none; }
    .callout_tabs .tab.active {
      background-color: #fbaf5d;
      color: #fff; }
    @media (min-width: 768px) {
      .callout_tabs .tab {
        width: 20%;
        border-right: 1px solid #fbaf5d;
        border-bottom: none; }
        .callout_tabs .tab:nth-child(5) {
          border-right: none; } }

.callouts {
  margin-bottom: 60px; }
  .callouts .callout_section {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    max-height: 0;
    opacity: 0;
    overflow: hidden; }
    .callouts .callout_section.shown {
      max-height: 9999px;
      opacity: 1; }

.callout_gallery_section {
  padding: 0; }
  .callout_gallery_section .gallery_image {
    border-right: 1px solid #fbaf5d;
    border-bottom: 20px solid #fbaf5d;
    list-style-type: none;
    float: left;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    width: 50%; }
    @media (max-width: 767px) {
      .callout_gallery_section .gallery_image:nth-child(odd) {
        border-left: 1px solid #fbaf5d; } }
    @media (min-width: 768px) {
      .callout_gallery_section .gallery_image {
        width: 20%;
        padding-bottom: 20%; }
        .callout_gallery_section .gallery_image:nth-child(5n+0) {
          border-right: 0; } }
    .callout_gallery_section .gallery_image a {
      display: block;
      margin-right: 1px;
      position: absolute;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .callout_gallery_section .gallery_image a img {
        width: 100%; }
      .callout_gallery_section .gallery_image a:after {
        content: '';
        -webkit-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
      .callout_gallery_section .gallery_image a:hover:after {
        background-color: transparent; }

.callout_content_section table {
  background-color: #154b73;
  border-color: #fff !important;
  margin-bottom: 10px; }
.callout_content_section tr strong {
  font-weight: bold;
  font-family: "Eurostile-Bol", sans-serif; }
.callout_content_section th {
  /* !important overrides inline styles from cms wysiwyg */
  background-color: #283038 !important; }
  .callout_content_section th h3 {
    font-size: 1rem;
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    margin: 0;
    padding: 20px 0px;
    display: block; }
.callout_content_section th, .callout_content_section td {
  border-color: #fff !important;
  padding-left: 4%; }
.callout_content_section h1, .callout_content_section h2, .callout_content_section h3, .callout_content_section h4 {
  font-family: "Eurostile-Reg", sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px; }
.callout_content_section img.fluid {
  width: 100% !important;
  height: 100% !important; }

.specifications tr > td:first-of-type, .drawings tr > td:first-of-type {
  background-color: #26699B; }

.general-template .content h1:first-of-type {
  border-bottom: 1px solid #fff;
  margin-bottom: 50px; }
.general-template form {
  background-color: #fff;
  color: #000;
  padding: 20px 30px; }

.generic-form {
  background-color: #fff;
  color: #000;
  padding: 20px 30px; }

.alert {
  border-radius: 0 !important;
  font-size: 0.8rem; }

.comment-content {
  background-color: #074e83;
  padding: 15px;
  margin-bottom: 15px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
  font-weight: 300; }

.navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0; }

#navigation {
  padding-top: 20px; }

@media (max-width: 767px) {
  .nav-mobile-st {
    padding-top: 20px; }

  .social-media {
    visibility: hidden !important; } }
#navbar-top {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 0.75rem; }
  #navbar-top.navbar-default {
    background: -webkit-gradient(linear, left top, right top, from(#283038), color-stop(60%, #283038), color-stop(40%, #fbaf5d));
    background: -webkit-linear-gradient(left, #283038, #283038 60%, #fbaf5d 40%);
    background: linear-gradient(to right, #283038, #283038 60%, #fbaf5d 40%);
    border-color: #323c46;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px -2px #000;
            box-shadow: 0 0 10px -2px #000; }
    #navbar-top.navbar-default .navbar-brand {
      color: #fbaf5d; }
      #navbar-top.navbar-default .navbar-brand:hover, #navbar-top.navbar-default .navbar-brand:focus {
        color: #fbaf5d; }
    #navbar-top.navbar-default .navbar-right {
      background: -webkit-gradient(linear, left top, right top, from(#283038), color-stop(90%, #283038), color-stop(90%, #fbaf5d));
      background: -webkit-linear-gradient(left, #283038, #283038 90%, #fbaf5d 90%);
      background: linear-gradient(to right, #283038, #283038 90%, #fbaf5d 90%);
      background-color: #283038; }
    #navbar-top.navbar-default #search-icon {
      background-color: #fbaf5d;
      float: right;
      height: 15px;
      margin: 15px 0;
      text-align: center;
      width: 8%; }
      #navbar-top.navbar-default #search-icon.open {
        opacity: 0.4; }
      #navbar-top.navbar-default #search-icon span {
        cursor: pointer;
        font-size: 1.3em; }
    #navbar-top.navbar-default .navbar-form {
      background: #fbaf5d;
      padding-top: 8px;
      padding-bottom: 8px;
      margin: 0;
      position: relative;
      -webkit-transform: skew(-15deg, 0);
          -ms-transform: skew(-15deg, 0);
              transform: skew(-15deg, 0); }
      #navbar-top.navbar-default .navbar-form > .input-group {
        -webkit-transform: skew(15deg, 0);
            -ms-transform: skew(15deg, 0);
                transform: skew(15deg, 0); }
    #navbar-top.navbar-default .navbar-text {
      color: #fbaf5d; }
    #navbar-top.navbar-default .navbar-nav {
      background-color: #283038; }
      #navbar-top.navbar-default .navbar-nav > li {
        position: relative;
        vertical-align: middle; }
        #navbar-top.navbar-default .navbar-nav > li.open:before {
          z-index: 1;
          content: '';
          position: absolute;
          top: 0;
          right: -10px;
          border-bottom: 50px solid #283038;
          border-left: 15px solid #475664;
          width: 0; }
        #navbar-top.navbar-default .navbar-nav > li.open:after {
          z-index: 1;
          content: '';
          position: absolute;
          top: 0;
          left: -10px;
          border-top: 50px solid #283038;
          border-right: 15px solid #475664;
          width: 0; }
        #navbar-top.navbar-default .navbar-nav > li:not(:last-child):not(.open):after {
          border-right: 1px solid #fbaf5d;
          display: block;
          height: 20px;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) skewX(-15deg);
              -ms-transform: translateY(-50%) skewX(-15deg);
                  transform: translateY(-50%) skewX(-15deg);
          content: '\00a0'; }
        #navbar-top.navbar-default .navbar-nav > li.social-media {
          margin: 0 10px; }
          #navbar-top.navbar-default .navbar-nav > li.social-media a {
            background: url("../images/frontend/social-icons2.png") no-repeat 4px 17px;
            float: left;
            overflow: hidden;
            padding: 15px 0;
            text-indent: 9999px;
            width: 18px; }
            #navbar-top.navbar-default .navbar-nav > li.social-media a.twitter {
              background-position: -14px 17px; }
            #navbar-top.navbar-default .navbar-nav > li.social-media a.instagram {
              background-position: -51px 18px; }
            #navbar-top.navbar-default .navbar-nav > li.social-media a.rss {
              background-position: -32px 17px; }
          #navbar-top.navbar-default .navbar-nav > li.social-media a:hover {
            opacity: 0.7; }
        #navbar-top.navbar-default .navbar-nav > li > a {
          color: #fbaf5d; }
          #navbar-top.navbar-default .navbar-nav > li > a:hover, #navbar-top.navbar-default .navbar-nav > li > a:focus {
            color: #fbaf5d;
            text-decoration: underline; }
        #navbar-top.navbar-default .navbar-nav > li > .dropdown-menu {
          border-radius: 0;
          color: #fbaf5d;
          background-color: #475664;
          margin-right: 9px;
          min-width: 151px;
          -webkit-transform: skewX(-15deg);
              -ms-transform: skewX(-15deg);
                  transform: skewX(-15deg); }
          #navbar-top.navbar-default .navbar-nav > li > .dropdown-menu > li {
            color: #fff; }
            #navbar-top.navbar-default .navbar-nav > li > .dropdown-menu > li a {
              background-color: transparent;
              color: inherit;
              -webkit-transform: skewX(15deg);
                  -ms-transform: skewX(15deg);
                      transform: skewX(15deg); }
              #navbar-top.navbar-default .navbar-nav > li > .dropdown-menu > li a:hover, #navbar-top.navbar-default .navbar-nav > li > .dropdown-menu > li a:focus {
                text-decoration: underline; }
      #navbar-top.navbar-default .navbar-nav > .active > a, #navbar-top.navbar-default .navbar-nav > .active > a:hover, #navbar-top.navbar-default .navbar-nav > .active > a:focus {
        color: #fbaf5d;
        background-color: #475664; }
      #navbar-top.navbar-default .navbar-nav > .open > a, #navbar-top.navbar-default .navbar-nav > .open > a:hover, #navbar-top.navbar-default .navbar-nav > .open > a:focus {
        color: #fbaf5d;
        background-color: #475664; }
    @media (max-width: 767px) {
      #navbar-top.navbar-default .navbar-nav {
        display: block;
        float: left;
        width: 90%;
        margin: 0;
        -webkit-transform: skew(-15deg, 0);
            -ms-transform: skew(-15deg, 0);
                transform: skew(-15deg, 0);
        text-align: right; }
        #navbar-top.navbar-default .navbar-nav > li {
          display: inline-block;
          font-size: 1rem;
          -webkit-transform: skewX(15deg);
              -ms-transform: skewX(15deg);
                  transform: skewX(15deg); }
          #navbar-top.navbar-default .navbar-nav > li:not(:last-child):not(.open):after {
            border: none; }
          #navbar-top.navbar-default .navbar-nav > li.social-media {
            margin: 0;
            left: -6px; }
      #navbar-top.navbar-default #header-search-form {
        display: none;
        position: absolute;
        right: 10px;
        top: 50px;
        width: 93%; } }
    #navbar-top.navbar-default .navbar-toggle {
      border-color: #475664; }
      #navbar-top.navbar-default .navbar-toggle:hover, #navbar-top.navbar-default .navbar-toggle:focus {
        background-color: #475664; }
      #navbar-top.navbar-default .navbar-toggle .icon-bar {
        background-color: #fbaf5d; }
    #navbar-top.navbar-default .navbar-collapse,
    #navbar-top.navbar-default .navbar-form {
      border-color: #fbaf5d; }
    #navbar-top.navbar-default .navbar-link {
      color: #fbaf5d; }
      #navbar-top.navbar-default .navbar-link:hover {
        color: #fbaf5d; }
  @media (min-width: 768px) {
    #navbar-top #header-search-form {
      display: block !important; }
      #navbar-top #header-search-form [type="text"] {
        width: 150px; } }
  #navbar-top #header-search-form .input-background {
    background-color: #f6c187;
    border-bottom: 1px solid #ffc88c;
    border-left: 1px solid #e19d54;
    border-top: 1px solid #e19d54;
    display: block;
    -webkit-transform: skew(-15deg, 0);
        -ms-transform: skew(-15deg, 0);
            transform: skew(-15deg, 0); }
  #navbar-top #header-search-form .form-control {
    font-size: .8rem; }
  #navbar-top #header-search-form [type="text"] {
    background: none;
    border: none;
    border-radius: 0;
    border-width: 0;
    float: none;
    color: #323c46;
    font-family: 'proxima-nova', Arial, sans-serif;
    font-weight: 700;
    height: 32px;
    -webkit-transform: skew(15deg, 0);
        -ms-transform: skew(15deg, 0);
            transform: skew(15deg, 0); }
    #navbar-top #header-search-form [type="text"]:focus {
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    #navbar-top #header-search-form [type="text"]::-webkit-input-placeholder {
      color: #323c46; }
    #navbar-top #header-search-form [type="text"]:-moz-placeholder {
      color: #323c46; }
    #navbar-top #header-search-form [type="text"]::-moz-placeholder {
      color: #323c46; }
    #navbar-top #header-search-form [type="text"]:-ms-input-placeholder {
      color: #323c46; }
  #navbar-top #header-search-form .btn {
    color: white;
    height: 34px;
    background-color: #323c46;
    border-radius: 0;
    -webkit-transform: skew(-15deg, 0);
        -ms-transform: skew(-15deg, 0);
            transform: skew(-15deg, 0); }
    #navbar-top #header-search-form .btn span {
      -webkit-transform: skew(15deg, 0);
          -ms-transform: skew(15deg, 0);
              transform: skew(15deg, 0);
      display: block; }
  @media (max-width: 767px) {
    #navbar-top {
      margin-bottom: 0;
      height: 50px; }
      #navbar-top.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fbaf5d; }
        #navbar-top.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #navbar-top.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fbaf5d; }
      #navbar-top.navbar-default .navbar-nav .open .dropdown-menu > .active > a, #navbar-top.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, #navbar-top.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fbaf5d;
        background-color: #475664; } }

#navbar-main.navbar-default .navbar-nav > li.dropdown > ul a {
  color: #fff; }
  #navbar-main.navbar-default .navbar-nav > li.dropdown > ul a:hover, #navbar-main.navbar-default .navbar-nav > li.dropdown > ul a:active {
    background: none;
    text-decoration: underline; }

#navbar-main {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem; }
  @media (min-width: 992px) {
    #navbar-main {
      margin-top: 30px !important; } }
  #navbar-main .caret {
    color: #fbaf5d; }
  #navbar-main.navbar-default {
    background: none;
    border: 0; }
    #navbar-main.navbar-default .navbar-brand {
      color: #4a4a4a; }
      #navbar-main.navbar-default .navbar-brand:hover, #navbar-main.navbar-default .navbar-brand:focus {
        color: #0268b2; }
    #navbar-main.navbar-default .navbar-text {
      color: #4a4a4a; }
    #navbar-main.navbar-default .navbar-nav {
      float: right;
      margin-left: -15px; }
      #navbar-main.navbar-default .navbar-nav > li + li > a:before {
        border-right: 1px solid #CCCCCC;
        content: '\00a0';
        position: absolute;
        left: 0;
        top: 27%;
        -webkit-transform: skewX(-15deg);
            -ms-transform: skewX(-15deg);
                transform: skewX(-15deg); }
      #navbar-main.navbar-default .navbar-nav > li.dropdown {
        position: static; }
      #navbar-main.navbar-default .navbar-nav > li > a {
        color: #4a4a4a;
        font-weight: bold; }
        #navbar-main.navbar-default .navbar-nav > li > a:hover, #navbar-main.navbar-default .navbar-nav > li > a:focus {
          color: #0268b2; }
      #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu {
        -webkit-transform: translateX(-25%);
            -ms-transform: translateX(-25%);
                transform: translateX(-25%);
        position: absolute;
        left: 50%;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #4a4a4a;
        background: rgba(19, 115, 185, 0.8);
        position: absolute;
        left: 40%;
        width: 122%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        padding: 15px 50px 15px 80px;
        background: url("../images/frontend/dropdown.svg");
        background-position: 0 0;
        background-size: 100% 100%;
        z-index: 1; }
        #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu.col-6 .col-group {
          display: block;
          float: left;
          width: 16.66%; }
        #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu:before {
          border-top: 22px solid rgba(19, 115, 185, 0.8);
          border-right: 84px inset transparent;
          border-left: 84px inset transparent; }
        #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu a {
          color: #fff; }
          #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu a:hover, #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu a:active {
            background: none;
            text-decoration: underline; }
        #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li {
          color: #fff;
          background-color: transparent; }
          #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
            color: inherit;
            background-color: inherit;
            font-weight: 800; }
            #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover, #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:focus {
              text-decoration: underline;
              background-color: transparent; }
          #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li ul {
            padding-left: 0; }
            #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li ul li {
              list-style-type: none !important; }
              #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li ul li a {
                font-weight: 300 !important;
                white-space: nowrap; }
          #navbar-main.navbar-default .navbar-nav > li > ul.dropdown-menu > li > ul {
            margin-top: 10px; }
      #navbar-main.navbar-default .navbar-nav > .active > a, #navbar-main.navbar-default .navbar-nav > .active > a:hover, #navbar-main.navbar-default .navbar-nav > .active > a:focus {
        color: #0268b2;
        background-color: #fff; }
      #navbar-main.navbar-default .navbar-nav > .open > a, #navbar-main.navbar-default .navbar-nav > .open > a:hover, #navbar-main.navbar-default .navbar-nav > .open > a:focus {
        color: #0268b2;
        background-color: #fff; }
    #navbar-main.navbar-default .navbar-toggle {
      border-color: #fff; }
      #navbar-main.navbar-default .navbar-toggle:hover, #navbar-main.navbar-default .navbar-toggle:focus {
        background-color: #fff; }
      #navbar-main.navbar-default .navbar-toggle .icon-bar {
        background-color: #4a4a4a; }
    #navbar-main.navbar-default .navbar-collapse,
    #navbar-main.navbar-default .navbar-form {
      border-color: #4a4a4a; }
    #navbar-main.navbar-default .navbar-link {
      color: #4a4a4a; }
      #navbar-main.navbar-default .navbar-link:hover {
        color: #0268b2; }
  @media (max-width: 767px) {
    #navbar-main.navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #4a4a4a; }
      #navbar-main.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #navbar-main.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #0268b2; }
    #navbar-main.navbar-default .navbar-nav .open .dropdown-menu > .active > a, #navbar-main.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, #navbar-main.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #0268b2;
      background-color: #fff; } }

@media (min-width: 768px) {
  #navbar-main {
    position: relative;
    top: 28px; }

  #navbar-main li a {
    padding-left: 5px;
    padding-right: 1px;
    font-size: .65rem; }

  #navbar-top {
    z-index: 100; } }
@media (min-width: 992px) {
  #navbar-main {
    position: static; }

  #navbar-main li a {
    font-size: .85rem;
    padding-left: 10px;
    padding-right: 4px; } }
.nav-mobile-st .navbar-default {
  min-height: 0;
  border: none; }
  .nav-mobile-st .navbar-default .container-fluid {
    height: 0;
    border: none; }
  .nav-mobile-st .navbar-default .navbar-nav > li {
    position: initial; }
    .nav-mobile-st .navbar-default .navbar-nav > li > a[data-toggle="collapse"] {
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      color: #fbaf5d;
      padding: 15px 35px 0 30px;
      font-family: "proxima-nova", Arial, sans-serif; }
      .nav-mobile-st .navbar-default .navbar-nav > li > a[data-toggle="collapse"] .caret {
        -webkit-transition: -webkit-transform 250ms;
        transition: -webkit-transform 250ms;
        transition: transform 250ms;
        transition: transform 250ms, -webkit-transform 250ms; }
      .nav-mobile-st .navbar-default .navbar-nav > li > a[data-toggle="collapse"]:not(.collapsed) .caret {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .nav-mobile-st .navbar-default .navbar-nav > li > a:hover {
      background-color: #323a42;
      height: 50px; }
  .nav-mobile-st .navbar-default .navbar-collapse {
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: 999;
    left: 15px;
    border-top-style: none;
    border-bottom-style: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .nav-mobile-st .navbar-default .navbar-collapse li {
      background-color: #323a42; }
      .nav-mobile-st .navbar-default .navbar-collapse li a:link, .nav-mobile-st .navbar-default .navbar-collapse li a:visited {
        color: white;
        background-color: #323a42;
        border-bottom: 2px groove #4f565e;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 500; }
      .nav-mobile-st .navbar-default .navbar-collapse li a:hover {
        color: #0467af;
        height: 42px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 500; }
      .nav-mobile-st .navbar-default .navbar-collapse li.active a {
        color: #0467af; }
      .nav-mobile-st .navbar-default .navbar-collapse li:first-child {
        border-top: 2px groove #4f565e; }
      .nav-mobile-st .navbar-default .navbar-collapse li:last-child a {
        border-bottom: 2px solid #323a42; }
@media (max-width: 767px) {
  .nav-mobile-st .text-center .logo img {
    max-width: 90px; } }

.header-soc-btns {
  margin-left: 10px;
  margin-right: 10px;
  top: 15px; }

.header-social {
  display: block !important;
  padding: 0 !important;
  height: 15px;
  width: 15px;
  float: left;
  background-image: url("../images/frontend/social-icons.png"); }
  .header-social.fb {
    background-position: 0 0; }
  .header-social.tw {
    background-position: -15px 0px; }

a {
  outline: 0 !important; }

/*fix for menu anchor text getting cut off at tablet size ranges */
@media (min-width: 767px) and (max-width: 991px) {
  #navbar-main.navbar-default .navbar-nav > li.dropdown > ul {
    width: 128%;
    padding: 15px 20px 15px 34px; }

  .dropdown-menu li a {
    font-size: .58rem !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-menu li a {
    font-size: .65rem !important; } }
footer {
  padding: 10%;
  border-top: 5px solid #fff;
  background-color: #283038; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 65px; } }
  @media (min-width: 768px) {
    footer {
      padding: 0; } }
  footer .navigation {
    padding: 100px 0; }
    @media (max-width: 767px) {
      footer .navigation {
        padding: 10px 0; } }
    footer .navigation hr {
      border-top-color: #1373b9;
      margin-top: 4px; }
  footer li {
    margin-bottom: 10px; }
  footer #footer-signup-header {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0; }
  footer .footer-nav-section-header {
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap; }
  footer .footer-nav {
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    white-space: nowrap; }
  footer #footer-form {
    margin-bottom: 35px;
    padding: 0 5px 0 5px; }
    footer #footer-form .input-background {
      background-color: #62686d;
      display: block;
      -webkit-transform: skew(-15deg, 0);
          -ms-transform: skew(-15deg, 0);
              transform: skew(-15deg, 0); }
    footer #footer-form .form-control {
      font-size: .8rem;
      height: 34px; }
    footer #footer-form [type="email"] {
      background: none;
      border: none;
      border-radius: 0;
      border-width: 0;
      color: #fff;
      float: none;
      -webkit-transform: skew(15deg, 0);
          -ms-transform: skew(15deg, 0);
              transform: skew(15deg, 0); }
      footer #footer-form [type="email"]:focus {
        border: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
      footer #footer-form [type="email"]::-webkit-autofill {
        background: none !important; }
      footer #footer-form [type="email"]::-webkit-input-placeholder {
        color: #fff; }
      footer #footer-form [type="email"]:-moz-placeholder {
        color: #fff; }
      footer #footer-form [type="email"]::-moz-placeholder {
        color: #fff; }
      footer #footer-form [type="email"]:-ms-input-placeholder {
        color: #fff; }
    footer #footer-form .btn {
      color: white;
      background-color: #085d9b;
      border-color: #085d9b;
      border-radius: 0;
      font-family: 'proxima-nova-condensed', Arial, sans-serif;
      -webkit-transform: skew(-15deg, 0);
          -ms-transform: skew(-15deg, 0);
              transform: skew(-15deg, 0);
      padding-bottom: 5px;
      padding-top: 8px; }
      footer #footer-form .btn span {
        text-transform: uppercase;
        -webkit-transform: skew(15deg, 0);
            -ms-transform: skew(15deg, 0);
                transform: skew(15deg, 0);
        display: block; }
      footer #footer-form .btn:hover {
        background-color: #0068b3; }
  footer .social_btns a {
    background: url("../images/frontend/social-icons-inv2.png") no-repeat top left;
    display: inline-block;
    height: 19px;
    overflow: hidden;
    text-indent: 9999px;
    width: 18px; }
    footer .social_btns a.twitter {
      background-position: -19px 0; }
    footer .social_btns a.instagram {
      background-position: -64px 0;
      width: 22px; }
    footer .social_btns a.rss {
      background-position: -40px 0; }
  footer .social_btns a:hover {
    opacity: 0.7; }

#footer-bottom-wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #283038), color-stop(50%, #fbaf5d));
  background: -webkit-linear-gradient(left, #283038 50%, #fbaf5d 50%);
  background: linear-gradient(to right, #283038 50%, #fbaf5d 50%);
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-weight: 700; }
  #footer-bottom-wrapper .container {
    padding: 10px 0 5px;
    background: #fbaf5d;
    color: #283038;
    font-size: 0.7em;
    position: relative;
    overflow: hidden;
    padding-left: 30px; }
    @media (min-width: 768px) {
      #footer-bottom-wrapper .container {
        -webkit-transform: skew(-15deg, 0);
            -ms-transform: skew(-15deg, 0);
                transform: skew(-15deg, 0); }
        #footer-bottom-wrapper .container > div {
          -webkit-transform: skew(15deg, 0);
              -ms-transform: skew(15deg, 0);
                  transform: skew(15deg, 0); } }
    #footer-bottom-wrapper .container a {
      color: #283038; }
  @media (max-width: 767px) {
    #footer-bottom-wrapper {
      position: absolute;
      width: 90%; } }
  @media (max-width: 767px) {
    #footer-bottom-wrapper .container {
      -webkit-transform: skew(-15deg, 0);
          -ms-transform: skew(-15deg, 0);
              transform: skew(-15deg, 0);
      width: 95%; }
      #footer-bottom-wrapper .container > div {
        max-width: 185px;
        -webkit-transform: skew(15deg, 0);
            -ms-transform: skew(15deg, 0);
                transform: skew(15deg, 0); } }

.container-no-padding {
  padding: 0; }

.footer-social {
  display: block;
  height: 19px;
  width: 19px;
  float: left;
  background-image: url("../images/frontend/social-icons-inv.png"); }
  .footer-social.fb {
    background-position: 0 0; }
  .footer-social.tw {
    background-position: -19px 0px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #dedede;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #428bca;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("../images/plugins/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("../images/plugins/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("../images/plugins/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("../images/plugins/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("../images/plugins/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #dedede;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #dedede;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #dedede;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #4a4a4a;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("../images/plugins/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("../images/plugins/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/plugins/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/plugins/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/plugins/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/plugins/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/plugins/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/plugins/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/plugins/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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 0 45px;
  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);
  -ms-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;
  padding: 0px 20px; }

[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; }

#page-404 .main .content {
  padding: 3em 0; }

#home-video-player {
  color: #fff;
  background-color: #000;
  position: relative; }
  #home-video-player .video-container {
    position: relative;
    height: 320px;
    z-index: 3; }
    @media (min-width: 768px) {
      #home-video-player .video-container {
        height: 720px; } }
    @media (min-width: 992px) {
      #home-video-player .video-container {
        height: 720px; } }
    #home-video-player .video-container:hover .video-controls {
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      opacity: 1; }
    #home-video-player .video-container:hover .video-control-pause {
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      opacity: 1; }
  #home-video-player .video-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 320px;
    z-index: 0;
    background-size: cover;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    @media (min-width: 768px) {
      #home-video-player .video-image {
        height: 720px; } }
    @media (min-width: 992px) {
      #home-video-player .video-image {
        height: 720px; } }
  #home-video-player .video-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s; }
    @media (min-width: 992px) {
      #home-video-player .video-controls {
        opacity: 0; } }
    @media (max-width: 480px) {
      #home-video-player .video-controls {
        font-size: .8em; } }
  #home-video-player .video-list-wrapper {
    margin: 0 56px;
    overflow: hidden; }
  #home-video-player .video-list {
    width: 100%;
    white-space: nowrap; }
    #home-video-player .video-list .video-list-slide {
      display: inline-block;
      width: 100%; }
      @media (min-width: 768px) {
        #home-video-player .video-list .video-list-slide {
          width: 50%; } }
      @media (min-width: 992px) {
        #home-video-player .video-list .video-list-slide {
          width: 25%; } }
      #home-video-player .video-list .video-list-slide a {
        display: block;
        margin: 0 1px;
        background-color: rgba(85, 85, 85, 0.8);
        font-family: 'proxima-nova-extra-condensed', Arial, sans-serif;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all .5s;
        transition: all .5s; }
      #home-video-player .video-list .video-list-slide a:hover {
        background-color: rgba(8, 93, 155, 0.6); }
  #home-video-player .video-control-nav {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(85, 85, 85, 0.8);
    font-size: 0;
    outline: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    #home-video-player .video-control-nav.disabled {
      opacity: 0.5; }
  #home-video-player .video-control-prev {
    left: 30px;
    background-image: url("../images/plugins/home-arrows.png"); }
  #home-video-player .video-control-next {
    right: 30px;
    background-image: url("../images/plugins/home-arrows.png");
    background-position: 0 40px; }
  #home-video-player .video-control-pause {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 40px;
    z-index: 5;
    cursor: pointer;
    background: url("../images/plugins/btn_play_pause_sm_white.png") no-repeat 0px 0px transparent;
    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
    display: none; }
  #home-video-player .video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #home-video-player .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    text-align: center; }
    @media (max-width: 480px) {
      #home-video-player .video-text {
        -webkit-transform: translate(-50%, -75%);
            -ms-transform: translate(-50%, -75%);
                transform: translate(-50%, -75%);
        font-size: .8em; }
        #home-video-player .video-text h1 {
          font-size: 3em; } }
    #home-video-player .video-text p {
      border-bottom: 1px solid #FFFFFF;
      display: inline-block;
      font-size: 1.33rem;
      font-family: 'proxima-nova-extra-condensed', Arial, sans-serif;
      font-weight: 600;
      line-height: 1.05em; }
  #home-video-player.playing .video-embed {
    height: 320px; }
    @media (min-width: 768px) {
      #home-video-player.playing .video-embed {
        height: 720px; } }
  #home-video-player.playing .video-text {
    display: none; }
  #home-video-player.playing .video-image {
    display: none; }
  #home-video-player.playing .video-control-pause {
    background-position: 0 -40px; }

#page-home #home-hero {
  color: #fff;
  background-color: #000;
  position: relative; }
  #page-home #home-hero h1 {
    color: #fff; }
  #page-home #home-hero .hero-image {
    width: 100%;
    top: 0;
    left: 0;
    height: 550px;
    z-index: 0;
    background-size: cover;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    overflow: hidden; }
    @media (max-width: 991px) {
      #page-home #home-hero .hero-image {
        height: 450px; } }
    @media (max-width: 767px) {
      #page-home #home-hero .hero-image {
        height: 300px; } }
  #page-home #home-hero .hero-text {
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    @media (max-width: 992px) {
      #page-home #home-hero .hero-text {
        top: 33%; } }
    @media (max-width: 767px) {
      #page-home #home-hero .hero-text {
        top: 40%; }
        #page-home #home-hero .hero-text .container {
          padding: 0; } }
    #page-home #home-hero .hero-text h1 {
      font-size: 90px; }
      #page-home #home-hero .hero-text h1:after {
        display: none; }
      @media (max-width: 991px) {
        #page-home #home-hero .hero-text h1 {
          font-size: 70px; } }
      @media (max-width: 767px) {
        #page-home #home-hero .hero-text h1 {
          font-size: 60px; } }
      @media (max-width: 599px) {
        #page-home #home-hero .hero-text h1 {
          font-size: 50px; } }
      @media (max-width: 499px) {
        #page-home #home-hero .hero-text h1 {
          font-size: 40px; } }
      @media (max-width: 399px) {
        #page-home #home-hero .hero-text h1 {
          font-size: 35px; } }
  #page-home #home-hero .hero-application-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 185px;
    background: rgba(19, 115, 185, 0.9);
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    #page-home #home-hero .hero-application-bar > .container {
      max-width: 900px; }
    #page-home #home-hero .hero-application-bar > .container {
      width: 900px; }
      @media (max-width: 1199px) {
        #page-home #home-hero .hero-application-bar > .container {
          width: 700px; } }
      @media (max-width: 991px) {
        #page-home #home-hero .hero-application-bar > .container {
          width: 600px; } }
      @media (max-width: 767px) {
        #page-home #home-hero .hero-application-bar > .container {
          width: 500px;
          max-width: 90%; } }
    @media (max-width: 991px) {
      #page-home #home-hero .hero-application-bar {
        height: 160px; } }
    @media (max-width: 767px) {
      #page-home #home-hero .hero-application-bar {
        height: 105px; } }
    #page-home #home-hero .hero-application-bar.active {
      opacity: 1; }
    #page-home #home-hero .hero-application-bar #lets-get-started-menu {
      font-family: 'Eurostile-Reg', sans-serif;
      margin-top: 50px; }
      #page-home #home-hero .hero-application-bar #lets-get-started-menu .dropdown-toggle {
        font-size: 28px;
        padding: 22px 60px;
        text-align: left;
        position: relative; }
        #page-home #home-hero .hero-application-bar #lets-get-started-menu .dropdown-toggle .caret {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%) scale(1.5, 1.5);
              -ms-transform: translateY(-50%) scale(1.5, 1.5);
                  transform: translateY(-50%) scale(1.5, 1.5); }
      #page-home #home-hero .hero-application-bar #lets-get-started-menu .dropdown-menu a {
        color: #555555; }
      @media (max-width: 767px) {
        #page-home #home-hero .hero-application-bar #lets-get-started-menu {
          margin-top: 24px; }
          #page-home #home-hero .hero-application-bar #lets-get-started-menu .dropdown-toggle {
            font-size: 22px;
            padding: 12px 30px; } }
    #page-home #home-hero .hero-application-bar .chosen-container {
      margin-top: 50px; }
      @media (max-width: 991px) {
        #page-home #home-hero .hero-application-bar .chosen-container {
          margin-top: 43px; } }
      @media (max-width: 767px) {
        #page-home #home-hero .hero-application-bar .chosen-container {
          margin-top: 24px; } }
      #page-home #home-hero .hero-application-bar .chosen-container .chosen-single {
        background: #0d2643;
        font-size: 28px;
        color: #fff;
        padding: 22px 60px;
        height: auto;
        border: none;
        cursor: pointer; }
        @media (max-width: 767px) {
          #page-home #home-hero .hero-application-bar .chosen-container .chosen-single {
            padding: 12px 30px; }
            #page-home #home-hero .hero-application-bar .chosen-container .chosen-single span {
              font-size: 22px; } }
        @media (max-width: 380px) {
          #page-home #home-hero .hero-application-bar .chosen-container .chosen-single span {
            font-size: 18px; } }
        #page-home #home-hero .hero-application-bar .chosen-container .chosen-single .chosen-drop {
          z-index: 9999;
          left: 0 !important;
          right: 0 !important;
          position: absolute; }
        #page-home #home-hero .hero-application-bar .chosen-container .chosen-single div {
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          top: 50%;
          right: 2.5rem;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          #page-home #home-hero .hero-application-bar .chosen-container .chosen-single div b {
            display: none; }
      #page-home #home-hero .hero-application-bar .chosen-container.chosen-with-drop .chosen-single div {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-top: 0; }

#home-intro #home-intro-image {
  background-image: url("../images/frontend/home/intro_image.jpg");
  background-size: cover;
  background-position: center center;
  height: 250px; }
  @media (min-width: 768px) {
    #home-intro #home-intro-image {
      height: 570px; } }
  @media (min-width: 992px) {
    #home-intro #home-intro-image {
      height: 790px; } }
  @media (min-width: 768px) {
    #home-intro #home-intro-image + div {
      height: 570px; } }
  @media (min-width: 992px) {
    #home-intro #home-intro-image + div {
      height: 790px; } }
#home-intro #intro-main-text {
  padding: 15px; }
  @media (min-width: 768px) {
    #home-intro #intro-main-text {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  #home-intro #intro-main-text h3 {
    margin-bottom: 0; }
  #home-intro #intro-main-text h1 {
    color: #0d2441;
    margin-top: 0; }
    #home-intro #intro-main-text h1:after {
      content: "\\\\\\";
      margin-left: 20px; }
    @media (max-width: 480px) {
      #home-intro #intro-main-text h1 {
        font-size: 2.6rem; } }
    @media (min-width: 768px) {
      #home-intro #intro-main-text h1 {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      #home-intro #intro-main-text h1 {
        font-size: 3.5rem; } }
    @media (min-width: 1200px) {
      #home-intro #intro-main-text h1 {
        font-size: 4rem; } }
  @media (max-width: 992px) and (min-width: 768px) {
    #home-intro #intro-main-text p {
      line-height: 1.6rem; } }
  #home-intro #intro-main-text a:link, #home-intro #intro-main-text a:active, #home-intro #intro-main-text a:visited {
    color: #0d2441;
    font-family: 'Eurostile-Bol', sans-serif;
    text-shadow: 0 0 0 #0d2441; }
  @media (min-width: 992px) {
    #home-intro #intro-main-text {
      padding: 60px; } }
  @media (min-width: 1200px) {
    #home-intro #intro-main-text {
      padding: 96px; } }

#page-home h1 {
  color: #0068b3;
  margin-top: 0; }
  #page-home h1:after {
    content: "\\\\\\";
    margin-left: 20px; }
#page-home .products,
#page-home .featured-stories,
#page-home #news-events-slider,
#page-home #what-we-do {
  background: #fff;
  color: #000;
  padding: 20px 0; }
  #page-home .products p,
  #page-home .featured-stories p,
  #page-home #news-events-slider p,
  #page-home #what-we-do p {
    color: #0068b3; }
#page-home .products h2 {
  font-size: 30px; }
  #page-home .products h2 a {
    color: #000;
    display: block;
    min-height: 78px; }
    #page-home .products h2 a:hover {
      text-decoration: none; }
    #page-home .products h2 a > img {
      display: block; }
#page-home .products [class*="col-md-"] {
  padding-left: 0; }
#page-home .products .image_block {
  margin-bottom: 20px; }
  #page-home .products .image_block > a {
    background-color: #011c6b;
    display: block;
    position: relative; }
    #page-home .products .image_block > a:after {
      content: 'Learn More';
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      display: block;
      width: 100%;
      position: absolute;
      top: 100%;
      opacity: 0;
      text-align: center;
      font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 600; }
    #page-home .products .image_block > a:hover:after {
      opacity: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    #page-home .products .image_block > a:hover > img {
      opacity: 0.5; }
    #page-home .products .image_block > a > img {
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      -webkit-backface-visibility: hidden;
      width: 100%; }
  #page-home .products .image_block h4 {
    font-family: 'Eurostile-Bol', sans-serif;
    font-weight: normal;
    margin-top: 2em;
    text-transform: none; }
  #page-home .products .image_block .more {
    color: #0d2441;
    font-family: 'Eurostile-Bol', sans-serif; }
#page-home .featured-stories .story {
  margin-bottom: 40px; }
  #page-home .featured-stories .story:nth-child(2n+1) [class*="col-md-"] {
    float: right; }
    @media (max-width: 767px) {
      #page-home .featured-stories .story:nth-child(2n+1) [class*="col-md-"] {
        float: none; } }
  #page-home .featured-stories .story:nth-child(2n+2) [class*="col-md-"] {
    float: left; }
    @media (max-width: 767px) {
      #page-home .featured-stories .story:nth-child(2n+2) [class*="col-md-"] {
        float: none; } }
  @media (max-width: 992px) {
    #page-home .featured-stories .story .media {
      margin-bottom: 30px; } }
  #page-home .featured-stories .story .media.image > img {
    width: 100%; }
  #page-home .featured-stories .story .media.video {
    padding-top: 56.25%;
    height: 0;
    width: 100%;
    position: relative; }
    #page-home .featured-stories .story .media.video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #page-home .featured-stories .story p {
    font-weight: 600;
    text-align: left; }
#page-home #news-events-slider .col-md-8,
#page-home #news-events-slider .col-md-4 {
  padding: 0; }
@media (max-width: 992px) {
  #page-home #news-events-slider .col-md-4 {
    margin-top: 30px; }
  #page-home #news-events-slider img {
    margin-bottom: 20px; } }
#page-home #news-events-slider h1 {
  padding-left: 20px; }
#page-home #news-events-slider img {
  width: 100%; }
#page-home .read-more {
  color: #fbaf5d;
  float: right;
  font-weight: 600; }
#page-home #what-we-do img {
  width: 100%; }
#page-home #what-we-do p {
  font-weight: 600;
  text-align: left; }
#page-home #what-we-do a {
  color: #fbaf5d;
  float: right;
  font-weight: 600; }
@media (max-width: 992px) {
  #page-home #what-we-do .col-md-4 {
    margin-top: 30px; } }

#home-lets-get-started {
  position: relative;
  background-image: url("../images/frontend/home/lets_get_started.jpg");
  background-size: cover;
  background-position: center center;
  height: 340px; }
  @media (max-width: 767px) {
    #home-lets-get-started {
      text-align: center; } }
  @media (min-width: 768px) {
    #home-lets-get-started {
      height: 620px; } }
  @media (min-width: 992px) {
    #home-lets-get-started {
      height: 848px; } }
  #home-lets-get-started .box {
    background-color: rgba(8, 93, 155, 0.9);
    padding: 20px;
    width: 80%;
    max-width: 640px;
    max-height: 80%;
    position: absolute;
    left: 50%;
    border-radius: 6px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media only screen and (min-width: 992px) {
      #home-lets-get-started .box {
        min-width: 740px; } }
    @media (min-width: 992px) {
      #home-lets-get-started .box {
        padding: 70px 60px;
        max-width: 48%; } }
    #home-lets-get-started .box .control-label {
      color: #FFFFFF;
      font-family: 'proxima-nova-extra-condensed', Arial, sans-serif;
      font-size: 1.55rem;
      font-weight: 600;
      padding-top: 0;
      text-transform: uppercase; }
  #home-lets-get-started .chosen-container {
    width: 100% !important; }
    #home-lets-get-started .chosen-container a {
      background-color: #0d2441;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }
    @media (max-width: 767px) {
      #home-lets-get-started .chosen-container .chosen-results {
        max-height: 155px; } }
  #home-lets-get-started #lets-get-started-button {
    border-radius: 6px;
    border-width: 0;
    background-color: #0d2441;
    font-family: 'proxima-nova-extra-condensed', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase; }
    #home-lets-get-started #lets-get-started-button:hover {
      color: white; }
    @media (min-width: 992px) {
      #home-lets-get-started #lets-get-started-button {
        font-size: 4em; } }
  #home-lets-get-started .chosen-drop {
    background-color: #0d2441;
    border: none;
    opacity: .9; }
    #home-lets-get-started .chosen-drop li {
      color: #fff;
      border-top: 2px groove #4f565e; }

.slick-slider p {
  text-align: left; }
.slick-slider .more {
  margin-top: 35px; }
  .slick-slider .more a {
    color: #fbaf5d !important; }
.slick-slider .news-item > a {
  display: inline-block;
  width: 100%; }
.slick-slider .slick-slide {
  position: relative;
  min-height: 600px;
  /* client req no border line
  &:after {
      content: '';
      border-bottom: 2px solid $light-blue;
      width: 90%;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
  }
  */ }
  @media (max-width: 767px) {
    .slick-slider .slick-slide {
      min-height: 0; } }
  .slick-slider .slick-slide strong {
    font-family: "proxima-nova-extra-condensed",Arial,sans-serif;
    font-weight: 900;
    text-transform: uppercase; }
.slick-slider .slick-arrow {
  border: none;
  display: block;
  background: url("../images/plugins/home-arrows.png");
  background-position: -14px 32px;
  width: 14px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  bottom: 0; }
  .slick-slider .slick-arrow.slick-prev {
    background-position: -12px -8px;
    left: 0px;
    left: 19px; }
  .slick-slider .slick-arrow.slick-next {
    right: 15px; }
.slick-slider ul.slick-dots {
  padding: 0;
  margin: 30px auto 5px;
  width: 100%;
  height: 12px;
  display: none !important;
  text-align: center; }
  .slick-slider ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    height: 12px; }
    .slick-slider ul.slick-dots li.slick-active button {
      background: #fbaf5d;
      height: 12px; }
    .slick-slider ul.slick-dots li button {
      background: #283038;
      border: 0;
      border-radius: 10px;
      text-indent: -9999px;
      width: 10px;
      height: 12px; }

#page-news_events #news-events-slider .container {
  padding: 0 !important; }

#page-news_events .slick-slider {
  margin-bottom: 50px; }
  #page-news_events .slick-slider .more {
    margin-top: 15px; }
    #page-news_events .slick-slider .more a {
      color: #fbaf5d !important; }
  #page-news_events .slick-slider .news-item > a {
    display: inline-block;
    width: 100%; }
  #page-news_events .slick-slider .news-item {
    padding-left: 0rem;
    margin-right: 0px; }
  #page-news_events .slick-slider img {
    width: 100%; }
  #page-news_events .slick-slider .news_events .news .news-item,
  #page-news_events .slick-slider .news_events_detail .news .news-item {
    min-height: 600px; }

.chosen-container .chosen-drop .chosen-results {
  max-height: 200px !important; }

#home-news {
  background-image: url("../images/frontend/home/home_news.jpg");
  background-size: cover;
  background-position: center center; }
  #home-news h1 {
    color: #0068b3; }
    @media (max-width: 767px) {
      #home-news h1 {
        color: #0c182e;
        font-size: 2.6rem; } }
  #home-news a, #home-news a:link, #home-news a:active {
    color: #0068b3;
    text-shadow: 0 0 0 #0068b3; }
  #home-news a:hover {
    text-decoration: underline; }
  #home-news .news-item h3 {
    font-family: 'proxima-nova-condensed', Arial, sans-serif;
    font-size: 1.2em; }
  #home-news .news-item .date {
    font-size: 1em;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed", Arial, sans-serif; }
  #home-news .news-item .excerpt {
    font-size: 0.9em; }
    #home-news .news-item .excerpt p {
      line-height: 1.2em; }
    @media (max-width: 767px) {
      #home-news .news-item .excerpt {
        font-size: 1.1rem; } }
  @media (max-width: 767px) {
    #home-news .news-item .more a {
      color: #0c182e; } }
  @media (max-width: 767px) {
    #home-news {
      background-image: none;
      padding-top: 30px; } }
  @media (min-width: 768px) {
    #home-news {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    #home-news {
      padding-top: 100px;
      padding-bottom: 100px; } }

#home-news .news-item {
  margin: 0 20px 0 0;
  outline: 0; }

i.icon.edit {
  background: url("../images/frontend/icon-edit.png") no-repeat 0 0;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle; }

#products-page .banner {
  background-image: url("../images/frontend/products/product-banner.jpg"); }
#products-page .prod-cat-header h2 {
  font-family: 'Eurostile-Reg', sans-serif;
  font-weight: normal;
  text-transform: none; }
#products-page .bx-wrapper .bx-viewport {
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4em;
  color: #fbaf5d; }
#products-page .bx-wrapper #product-slider li {
  background-color: #283038; }
  #products-page .bx-wrapper #product-slider li > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%; }
#products-page .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 20px;
  left: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 992px) {
    #products-page .bx-wrapper .bx-controls {
      left: 115px;
      bottom: 40px; } }
  #products-page .bx-wrapper .bx-controls .bx-pager-item {
    display: inline-block; }
    #products-page .bx-wrapper .bx-controls .bx-pager-item:not(:first-child) {
      margin-left: 10px; }
  #products-page .bx-wrapper .bx-controls .bx-page-link {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #fff; }
  #products-page .bx-wrapper .bx-controls .active .bx-page-link {
    background-color: #fbaf5d; }

.product-grid img {
  width: 100%; }
  @media (min-width: 768px) {
    .product-grid img {
      width: 50%;
      float: left; } }
.product-grid .prod-grid-item {
  cursor: pointer; }
.product-grid .grid-title-wrapper {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  min-height: 90px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .product-grid .grid-title-wrapper {
      background-color: #085d9b;
      position: absolute;
      display: block;
      width: 50%;
      height: 100%;
      left: 50%; } }
.product-grid .grid-title {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase; }
  .product-grid .grid-title h3 {
    margin: 0;
    font-size: 1.6rem; }
  @media (min-width: 768px) {
    .product-grid .grid-title {
      white-space: normal;
      font-size: 2em; } }
.product-grid .grid-desc-wrapper {
  min-height: 90px;
  position: relative;
  background-color: #085d9b;
  z-index: 1;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .product-grid .grid-desc-wrapper {
      margin-bottom: 0;
      position: absolute;
      display: block;
      width: 50%;
      height: 100%;
      left: 50%; } }
  .product-grid .grid-desc-wrapper .grid-desc {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1em;
    width: 90%;
    font-weight: normal;
    line-height: 1.4; }
    @media (max-width: 1200px) and (min-width: 992px) {
      .product-grid .grid-desc-wrapper .grid-desc {
        font-size: 0.8em; } }
    @media (min-width: 992px) {
      .product-grid .grid-desc-wrapper .grid-desc {
        width: 80%; } }
    .product-grid .grid-desc-wrapper .grid-desc .more {
      color: #283038; }
      @media (min-width: 768px) {
        .product-grid .grid-desc-wrapper .grid-desc .more {
          top: 15px; } }
    @media (max-width: 767px) {
      .product-grid .grid-desc-wrapper .grid-desc .more:after {
        display: none; } }

@media (max-width: 992px) and (min-width: 768px) {
  .product-grid > div:nth-child(odd) .more:after {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }

  .product-grid > div:nth-child(2n) img {
    float: right !important; }
  .product-grid > div:nth-child(2n) .grid-title-wrapper {
    left: 0 !important; }
  .product-grid > div:nth-child(2n) .grid-desc-wrapper {
    left: 0 !important; } }
@media (min-width: 992px) {
  .product-grid > div .more:after {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }

  .product-grid > div:nth-child(4n) .more:after, .product-grid > div:nth-child(4n+3) .more:after {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important; }
  .product-grid > div:nth-child(4n) img, .product-grid > div:nth-child(4n+3) img {
    float: right !important; }
  .product-grid > div:nth-child(4n) .grid-title-wrapper, .product-grid > div:nth-child(4n+3) .grid-title-wrapper {
    left: 0 !important; }
  .product-grid > div:nth-child(4n) .grid-desc-wrapper, .product-grid > div:nth-child(4n+3) .grid-desc-wrapper {
    left: 0 !important; } }
@media (min-width: 768px) {
  .no-touch .product-grid .prod-grid-item:hover > .grid-title-wrapper {
    left: 0;
    background-color: rgba(13, 36, 65, 0.6); }
  .no-touch .product-grid .prod-grid-item:hover > .grid-desc-wrapper {
    left: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    background-color: #085d9b; } }
@media (max-width: 992px) and (min-width: 768px) {
  .no-touch .product-grid > div:nth-child(2n):hover .grid-title-wrapper {
    margin-left: 50%; }
  .no-touch .product-grid > div:nth-child(2n):hover .grid-desc-wrapper {
    margin-left: 0; } }
@media (min-width: 992px) {
  .no-touch .product-grid > div:nth-child(4n):hover .grid-title-wrapper, .no-touch .product-grid > div:nth-child(4n+3):hover .grid-title-wrapper {
    margin-left: 50%; }
  .no-touch .product-grid > div:nth-child(4n):hover .grid-desc-wrapper, .no-touch .product-grid > div:nth-child(4n+3):hover .grid-desc-wrapper {
    margin-left: 0; } }

.product-sub-section {
  padding-bottom: 10px;
  margin-bottom: 40px; }
  .product-sub-section > div > a {
    background-color: #011c6b;
    display: block;
    overflow: hidden;
    position: relative; }
    .product-sub-section > div > a:after {
      content: 'Learn More';
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      display: block;
      width: 100%;
      position: absolute;
      top: 100%;
      opacity: 0;
      text-align: center;
      font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 2rem;
      font-weight: 600; }
    .product-sub-section > div > a:hover:after {
      opacity: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .product-sub-section > div > a:hover > img {
      opacity: 0.5; }
    .product-sub-section > div > a > img {
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      width: 100%;
      max-height: 270px; }
  .product-sub-section h2 {
    font-size: 30px;
    line-height: 1;
    margin: 8px;
    text-align: center; }
    .product-sub-section h2 + p {
      display: none; }
  .product-sub-section h3 {
    font-size: 18px;
    margin: 2px; }
  .product-sub-section h4 {
    font-family: 'Eurostile-Bol', sans-serif;
    font-weight: normal;
    margin-top: 2em;
    text-transform: none; }
  .product-sub-section table {
    font-size: 14px;
    line-height: 1.75;
    text-transform: uppercase; }
  .product-sub-section .table-strong {
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; }
  .product-sub-section .more {
    color: #fbaf5d;
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  @media (max-width: 1199px) {
    .product-sub-section table {
      min-height: 100px; } }
  @media (max-width: 991px) {
    .product-sub-section table {
      min-height: 150px; } }
  @media (max-width: 767px) {
    .product-sub-section table {
      min-height: auto; } }

.product_images .main_img a {
  display: block;
  overflow: hidden;
  margin-bottom: 1%; }
  @media (min-width: 768px) {
    .product_images .main_img a {
      height: auto;
      max-height: 400px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .product_images .main_img a {
      height: auto;
      max-height: 524px;
      margin-bottom: 26px; } }
  .product_images .main_img a img {
    width: 99%; }
    @media (min-width: 992px) {
      .product_images .main_img a img {
        width: 100%; } }
.product_images .sub_imgs {
  overflow: hidden; }
  .product_images .sub_imgs a {
    display: block;
    overflow: hidden;
    width: 49%;
    float: left; }
    @media (min-width: 768px) {
      .product_images .sub_imgs a {
        float: none;
        width: auto; } }
    .product_images .sub_imgs a img {
      width: 100%; }
      @media (min-width: 992px) {
        .product_images .sub_imgs a img {
          width: 98%; } }
    .product_images .sub_imgs a.first {
      margin-right: 1%; }
      @media (min-width: 768px) {
        .product_images .sub_imgs a.first {
          margin-right: 0;
          margin-bottom: 10px; } }
  .product_images .sub_imgs .req-more-info {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .product_images .sub_imgs .req-more-info {
        width: 98%; }
        .product_images .sub_imgs .req-more-info a {
          padding: 19px 9px; } }
    @media (max-width: 767px) {
      .product_images .sub_imgs .req-more-info {
        width: 99%; }
        .product_images .sub_imgs .req-more-info a {
          width: 100% !important; } }
  .product_images .sub_imgs .image-cover {
    overflow-y: hidden; }
    @media (min-width: 992px) {
      .product_images .sub_imgs .image-cover {
        max-height: 181px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_images .sub_imgs .image-cover {
        max-height: 146px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_images .sub_imgs .image-cover {
        max-height: 111px; } }
    @media (max-width: 767px) {
      .product_images .sub_imgs .image-cover a {
        width: 98%; } }

.prd-content .row:first-child ul {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (max-width: 767px) {
    .prd-content .row:first-child ul {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .prd-content .row:first-child ul {
      width: 48%; }
      .prd-content .row:first-child ul + ul {
        margin-left: 2%; } }

.prod-specs {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .prod-specs {
      margin-top: 30px; } }
  .prod-specs .cols {
    margin-bottom: 0; }
  .prod-specs ul {
    padding-left: 20px; }
  .prod-specs h4 {
    margin: 20px 0px; }
  .prod-specs table {
    background-color: #154b73;
    border-color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1;
    margin-bottom: 10px; }
    .prod-specs table th {
      background-color: #283038;
      padding-left: 10px; }
    .prod-specs table td {
      padding: 5px 10px; }

#prod_tab1 table, #prod_tab1 p {
  margin-bottom: 2em; }

#prod_tab2 p:first-of-type {
  text-align: center; }
  #prod_tab2 p:first-of-type img {
    width: 100%; }
#prod_tab2 table {
  margin-top: 30px; }

#prod_tab4 .video-view-selector a span {
  color: #fff !important; }
#prod_tab4 .vid_contain.news-items .vidImg img {
  max-width: 100%; }
#prod_tab4 #videosSection.listing-view .vid_contain.download-items .vidImg {
  background: none; }

#prod_tab3 .callout_content_section {
  background-color: #154b73;
  padding: 20px 50px 40px 50px; }
  #prod_tab3 .callout_content_section ul {
    padding-left: 16px; }
  @media (min-width: 768px) {
    #prod_tab3 .callout_content_section > div div:first-child,
    #prod_tab3 .callout_content_section > div ul:first-child {
      padding-right: 4%; } }
  #prod_tab3 .callout_content_section > div > ul {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      #prod_tab3 .callout_content_section > div > ul {
        width: 48%; } }
  #prod_tab3 .callout_content_section > div > div {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      #prod_tab3 .callout_content_section > div > div {
        width: 48%; } }
    #prod_tab3 .callout_content_section > div > div img {
      width: 100% !important;
      height: auto !important; }

#prod_tab3 table ul {
  padding-left: 15px; }
#prod_tab3 table img {
  margin-top: 20px; }

@media (min-width: 768px) {
  #page-pre-load_2500 .callout_tabs .tab,
  #page-pre-load_4500 .callout_tabs .tab,
  #page-mobile_compactor .callout_tabs .tab {
    width: 25%; } }

#page-applications .banner {
  background-color: #323c46;
  background-image: url("../images/frontend/applications/banner.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 360px;
  line-height: 0; }
  @media (max-width: 767px) {
    #page-applications .banner {
      min-height: 120px; } }
  #page-applications .banner p {
    line-height: 1.4em; }
  #page-applications .banner iframe {
    min-height: 360px; }
#page-applications .banner-text {
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px; }
#page-applications .prod-cat-header h2 {
  font-family: 'Eurostile-Reg', sans-serif;
  font-weight: normal;
  text-transform: none; }

#app_tab1 .callout_content_section, #app_tab2 .callout_content_section, #app_tab3 .callout_content_section, #app_tab4 .callout_content_section, #app_tab5 .callout_content_section {
  background-color: #154b73;
  padding: 20px 50px 40px 50px; }
  #app_tab1 .callout_content_section strong, #app_tab2 .callout_content_section strong, #app_tab3 .callout_content_section strong, #app_tab4 .callout_content_section strong, #app_tab5 .callout_content_section strong {
    font-family: 'Eurostile-Bol', sans-serif;
    font-weight: normal; }
  #app_tab1 .callout_content_section > ul, #app_tab2 .callout_content_section > ul, #app_tab3 .callout_content_section > ul, #app_tab4 .callout_content_section > ul, #app_tab5 .callout_content_section > ul {
    padding-left: 16px; }
  #app_tab1 .callout_content_section > div > ul, #app_tab2 .callout_content_section > div > ul, #app_tab3 .callout_content_section > div > ul, #app_tab4 .callout_content_section > div > ul, #app_tab5 .callout_content_section > div > ul {
    display: inline-block;
    padding-left: 16px;
    vertical-align: top;
    width: 100%; }
    @media (max-width: 767px) {
      #app_tab1 .callout_content_section > div > ul, #app_tab2 .callout_content_section > div > ul, #app_tab3 .callout_content_section > div > ul, #app_tab4 .callout_content_section > div > ul, #app_tab5 .callout_content_section > div > ul {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      #app_tab1 .callout_content_section > div > ul, #app_tab2 .callout_content_section > div > ul, #app_tab3 .callout_content_section > div > ul, #app_tab4 .callout_content_section > div > ul, #app_tab5 .callout_content_section > div > ul {
        width: 48%; }
        #app_tab1 .callout_content_section > div > ul + ul, #app_tab2 .callout_content_section > div > ul + ul, #app_tab3 .callout_content_section > div > ul + ul, #app_tab4 .callout_content_section > div > ul + ul, #app_tab5 .callout_content_section > div > ul + ul {
          margin-left: 2%; } }

#app_tab1 table h3 {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0; }
#app_tab1 table p {
  margin-bottom: 0; }
#app_tab1 table td {
  padding-left: 0;
  vertical-align: top; }

@media (max-width: 767px) {
  #page-electronic_scrap #app_tab1 .callout_content_section > p a.img_pop {
    display: block; }
    #page-electronic_scrap #app_tab1 .callout_content_section > p a.img_pop img {
      float: none !important;
      margin-left: 0 !important;
      margin-bottom: 10px;
      width: auto !important; }
  #page-electronic_scrap #app_tab1 .callout_content_section > div a {
    display: inline-block;
    margin-bottom: 10px;
    width: 48%; }
    #page-electronic_scrap #app_tab1 .callout_content_section > div a:nth-child(odd) {
      margin-right: 1%; } }

@media (max-width: 767px) {
  #page-metals #app_tab2 .callout_content_section > div img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto !important; } }
@media (min-width: 768px) {
  #page-metals #app_tab2 .callout_content_section > div a {
    display: inline-block;
    margin-top: 1em;
    width: 49.5%;
    text-align: center; } }

#page-paper_document_destruction #app_tab1 .callout_content_section div > a {
  display: inline-block;
  margin-bottom: 10px; }
@media (max-width: 767px) {
  #page-paper_document_destruction #app_tab1 .callout_content_section div > a {
    width: 100%; }
    #page-paper_document_destruction #app_tab1 .callout_content_section div > a > img {
      max-width: 100%; } }
@media (min-width: 768px) {
  #page-paper_document_destruction #app_tab1 .callout_content_section div {
    display: inline-block;
    vertical-align: top; }
    #page-paper_document_destruction #app_tab1 .callout_content_section div img {
      max-width: 100%; }
    #page-paper_document_destruction #app_tab1 .callout_content_section div:first-child {
      margin-right: 1%;
      width: 32%; }
      #page-paper_document_destruction #app_tab1 .callout_content_section div:first-child a {
        width: 100%; }
    #page-paper_document_destruction #app_tab1 .callout_content_section div + div {
      width: 66%; }
      #page-paper_document_destruction #app_tab1 .callout_content_section div + div a {
        width: 48%; }
        #page-paper_document_destruction #app_tab1 .callout_content_section div + div a:first-child {
          margin-right: 10px; } }

#page-construction_demolition #app_tab1 .callout_content_section td {
  vertical-align: top !important; }

/*fix for cms text overflowing picture on tablet view on application solution tabs */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-9 {
    width: 70%;
    margin-left: 40px; } }
@media (min-width: 1200px) {
  .col-md-9 {
    width: 75%;
    margin-left: 0; } }
#page-technology .content p, #page-resources .content p {
  margin-bottom: 20px; }
#page-technology .content p:last-of-type, #page-resources .content p:last-of-type {
  margin-bottom: 0; }
#page-technology .content hr, #page-resources .content hr {
  margin: 30px 0;
  border-top-width: 1px; }
  @media (min-width: 768px) {
    #page-technology .content hr, #page-resources .content hr {
      margin: 40px 0; } }
#page-technology .content h3, #page-resources .content h3 {
  margin-top: 0; }
#page-technology .content .technology-list, #page-technology .content .resources-list, #page-resources .content .technology-list, #page-resources .content .resources-list {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #page-technology .content .technology-list, #page-technology .content .resources-list, #page-resources .content .technology-list, #page-resources .content .resources-list {
      margin-top: 40px; } }
#page-technology .content .technology-description, #page-technology .content .resources-description, #page-resources .content .technology-description, #page-resources .content .resources-description {
  position: relative;
  max-height: 204px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s; }
  #page-technology .content .technology-description p, #page-technology .content .resources-description p, #page-resources .content .technology-description p, #page-resources .content .resources-description p {
    line-height: 1.3; }
  #page-technology .content .technology-description:after, #page-technology .content .resources-description:after, #page-resources .content .technology-description:after, #page-resources .content .resources-description:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-box-shadow: inset 0 -7px 5px -2px #085d9b;
            box-shadow: inset 0 -7px 5px -2px #085d9b; }
  #page-technology .content .technology-description.active, #page-technology .content .resources-description.active, #page-resources .content .technology-description.active, #page-resources .content .resources-description.active {
    max-height: 999px; }
    #page-technology .content .technology-description.active:after, #page-technology .content .resources-description.active:after, #page-resources .content .technology-description.active:after, #page-resources .content .resources-description.active:after {
      display: none; }
#page-technology .content .read-more, #page-resources .content .read-more {
  padding-top: 30px;
  font-family: 'Eurostile-Bol', sans-serif; }
  @media (min-width: 768px) {
    #page-technology .content .read-more, #page-resources .content .read-more {
      padding-top: 0px; } }
  #page-technology .content .read-more a, #page-resources .content .read-more a {
    color: #0c182e; }
#page-technology .content .technology-image, #page-technology .content .resources-image, #page-resources .content .technology-image, #page-resources .content .resources-image {
  height: auto;
  max-width: 200px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    #page-technology .content .technology-image, #page-technology .content .resources-image, #page-resources .content .technology-image, #page-resources .content .resources-image {
      width: 100%;
      max-width: none;
      margin-bottom: 0;
      margin-top: 2px; } }

#page-resources .content .resources-description {
  max-height: 167px; }
  #page-resources .content .resources-description p {
    line-height: 1.5em; }
  #page-resources .content .resources-description h3 {
    font-family: 'Eurostile-Bol', sans-serif;
    font-size: 1em;
    margin-bottom: 15px;
    text-transform: none; }
#page-resources .content .read-more {
  margin-top: 25px; }

.parts_services form {
  background-color: #fff;
  color: #000;
  padding: 20px 30px; }
  .parts_services form .parts-selection .form-group {
    border-top: 1px solid #085d9b; }
.parts_services .nav.nav-tabs li {
  width: 100%; }
  @media (min-width: 768px) {
    .parts_services .nav.nav-tabs li {
      width: 25%; } }
.parts_services hr {
  margin: 3em 0; }

.item_wrap {
  width: 800px; }
  .item_wrap .item_title {
    float: left; }
  .item_wrap .item_content {
    float: right;
    width: 70%;
    position: relative;
    top: 60px; }
    .item_wrap .item_content p {
      width: 90%; }
  .item_wrap.service_item .item_title {
    float: none; }
  .item_wrap.service_item .item_content {
    width: 90%;
    float: none;
    top: 0; }

.filter_vid {
  margin-top: 40px; }
  .filter_vid .filter_tabs .tab {
    color: #FFFFFF; }
    .filter_vid .filter_tabs .tab:last-child {
      border-bottom: 0; }
  .filter_vid .callouts {
    padding: 0px;
    margin-bottom: 25px; }
    .filter_vid .callouts a {
      font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9em;
      font-weight: 400; }
      .filter_vid .callouts a.active {
        color: #fbaf5d; }
    .filter_vid .callouts .tabContainers {
      margin-top: 25px;
      list-style-type: none; }

.tabSection a {
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  .tabSection a.active {
    color: #fbaf5d; }

.video_wrap {
  margin-top: 40px; }

.vid_contain {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 15px solid #fbaf5d;
  position: relative;
  display: block;
  opacity: 1;
  /*@media (min-width: 992px) {
      height: 330px;
  }*/ }
  @media (min-width: 768px) {
    .vid_contain {
      width: 33.3%;
      float: left; } }
  .vid_contain .vidImg {
    position: relative; }
    @media (min-width: 768px) {
      .vid_contain .vidImg {
        height: 135px;
        overflow: hidden; } }
    @media (min-width: 992px) {
      .vid_contain .vidImg {
        height: 210px; } }
    .vid_contain .vidImg img {
      width: 100%; }
    .vid_contain .vidImg .text {
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      position: absolute;
      background-color: rgba(40, 48, 56, 0.7);
      width: 100%;
      bottom: -55px; }
      .vid_contain .vidImg .text h4 {
        margin: 20px; }
      .vid_contain .vidImg .text .watch {
        display: block;
        background-color: #283038;
        text-align: center;
        padding: 11px;
        color: #fff;
        font-size: 1.3em;
        font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase; }
  .vid_contain:hover .vidImg .text {
    bottom: 0;
    background-color: #fff;
    color: #085d9b; }
  .vid_contain.hid {
    width: 0;
    height: 0;
    opacity: 0;
    border: none; }

#vid-lazy-load {
  background-color: #283038;
  display: block;
  font-size: 0.9rem;
  color: #fbaf5d;
  text-transform: uppercase;
  padding: 15px;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  margin: 50px auto;
  width: 228px;
  visibility: hidden; }
  #vid-lazy-load:hover {
    background-color: #fbaf5d;
    color: #fff;
    text-decoration: none; }
  #vid-lazy-load:visited {
    color: #fbaf5d; }
    #vid-lazy-load:visited:hover {
      color: #fff; }

#vid-space {
  height: 162px; }

.video-view-selector {
  margin-bottom: 20px; }

.video-view-selector a {
  display: block;
  margin-right: 10px;
  float: left; }
  .video-view-selector a img.inactive {
    display: block; }
  .video-view-selector a img.active {
    display: none; }
  .video-view-selector a.active img.inactive {
    display: none; }
  .video-view-selector a.active img.active {
    display: block; }

#videosSection.grid-view .vid_contain .vidImg img {
  opacity: 1; }
#videosSection.listing-view .vid_contain {
  -webkit-transition: 0s;
  transition: 0s;
  width: 33%;
  float: left;
  border: none;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #videosSection.listing-view .vid_contain {
      width: 100%; } }
  @media (max-width: 992px) and (min-width: 768px) {
    #videosSection.listing-view .vid_contain {
      width: 50%; } }
  #videosSection.listing-view .vid_contain a:hover, #videosSection.listing-view .vid_contain a:active, #videosSection.listing-view .vid_contain a:focus {
    color: #fbaf5d !important;
    text-decoration: none !important; }
    #videosSection.listing-view .vid_contain a:hover h4, #videosSection.listing-view .vid_contain a:active h4, #videosSection.listing-view .vid_contain a:focus h4 {
      color: #fbaf5d; }
  #videosSection.listing-view .vid_contain .vidImg {
    height: auto;
    -webkit-transition: 0s;
    transition: 0s; }
    #videosSection.listing-view .vid_contain .vidImg img {
      -webkit-transition: 0s;
      transition: 0s;
      display: none;
      opacity: 0;
      height: 0; }
    #videosSection.listing-view .vid_contain .vidImg .text {
      -webkit-transition: 0s;
      transition: 0s;
      position: static;
      background: none; }
      @media (max-width: 480px) {
        #videosSection.listing-view .vid_contain .vidImg .text {
          bottom: -44px !important; } }
      #videosSection.listing-view .vid_contain .vidImg .text h4 {
        -webkit-transition: 0s;
        transition: 0s;
        margin: 0;
        font-size: 18px; }
      #videosSection.listing-view .vid_contain .vidImg .text:hover {
        color: white; }
      #videosSection.listing-view .vid_contain .vidImg .text .watch {
        display: none; }
        #videosSection.listing-view .vid_contain .vidImg .text .watch:hover {
          border: 3px solid #283038; }

.copy-clipboard {
  cursor: pointer; }

@media (max-width: 480px) {
  .copy-clipboard {
    font-size: 10px; } }
/*.video-text{
    p {
        font-size: 1.3em;
    }
}*/
.comment-section {
  margin-bottom: 50px;
  margin-top: 50px; }

.share {
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #fff; }
  .share h2 {
    float: left;
    font-family: "Eurostile-Bol", sans-serif;
    text-transform: none;
    font-size: 1.33rem;
    margin: 0; }
  .share .sharethis {
    float: right; }

.share_btn {
  background-image: url("../images/structure/video_social_sprite.png");
  background-repeat: no-repeat;
  display: block;
  width: 31px;
  float: left;
  margin-right: 5px;
  cursor: pointer; }
  .share_btn:hover {
    opacity: 0.7; }
  .share_btn.st_twitter_custom {
    background-position: 0 0;
    height: 25px; }
  .share_btn.st_facebook_custom {
    background-position: 0 -25px;
    height: 30px; }
  .share_btn.st_googleplus_custom {
    background-position: 0 -56px;
    height: 25px; }
  .share_btn.st_email_custom {
    background-position: 0 -81px;
    height: 25px; }

.our_clients .client-slider-wrapper {
  background-color: #05406b;
  margin: 2em 0 3em 0;
  padding: 15px 15px 10px; }
  @media (min-width: 768px) {
    .our_clients .client-slider-wrapper {
      padding: 30px 30px 15px; } }
  .our_clients .client-slider-wrapper:after {
    content: '';
    font-size: 0;
    display: block;
    clear: both; }
.our_clients .client-slider-prev {
  font-size: 3rem;
  margin-top: 15px;
  float: left; }
.our_clients .client-slider-next {
  font-size: 3rem;
  margin-top: 15px;
  float: right; }
.our_clients a:hover, .our_clients a:active, .our_clients a:focus {
  text-decoration: none; }
.our_clients .container .content > .visible-xs-block {
  display: none; }
  .our_clients .container .content > .visible-xs-block h1 {
    border-bottom: 1px solid #FFFFFF; }
  .our_clients .container .content > .visible-xs-block h1 + h2 {
    font-family: 'Eurostile-Reg', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 1.5em;
    text-transform: none; }
.our_clients .container .content .page_content h3 {
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  padding: 1em 0; }
  .our_clients .container .content .page_content h3.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .our_clients .container .content .page_content h3:hover:after {
    opacity: 0.7; }
  .our_clients .container .content .page_content h3:after {
    background: url("../images/frontend/open-btn.png") no-repeat center center;
    content: '';
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 27px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    width: 27px; }
  .our_clients .container .content .page_content h3 + ul {
    margin-top: 1.5em;
    padding-left: 16px;
    list-style-position: inside;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
.our_clients .container .content .page_content p:last-of-type {
  font-size: 10px;
  line-height: 14px;
  margin-top: 2em; }

.news_events-container > .container.news {
  padding: 0; }

.news-detail-container {
  background-color: #fff;
  color: #125E99; }
  .news-detail-container .breadcrumbs {
    padding-left: 15px; }
    .news-detail-container .breadcrumbs a, .news-detail-container .breadcrumbs span {
      color: #125E99; }
    .news-detail-container .breadcrumbs a:last-of-type {
      color: #000; }
  .news-detail-container article h1, .news-detail-container article h3 {
    padding-left: 15px; }
  .news-detail-container article h3 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 20px; }
  .news-detail-container article a {
    color: blue !important; }
  .news-detail-container article .widget {
    top: -34px; }
    @media (max-width: 992px) {
      .news-detail-container article .widget {
        top: 20px;
        margin-bottom: 40px; } }
  .news-detail-container article .col-md-8 {
    z-index: 2; }
  .news-detail-container .news-content {
    font-family: 'Open Sans', sans-serif; }
    .news-detail-container .news-content p {
      margin-bottom: 20px;
      line-height: 1.2; }
    .news-detail-container .news-content img {
      max-width: 100% !important;
      height: auto !important; }
  @media (min-width: 992px) {
    .news-detail-container .widget.sticky {
      position: fixed;
      top: 80px;
      right: 0;
      width: 100%;
      z-index: 1; }
      .news-detail-container .widget.sticky .grid-container {
        width: 1170px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .news-detail-container .widget.sticky .grid-container {
        width: 970px; } }
  @media (min-width: 992px) {
        .news-detail-container .widget.sticky .grid-container .inner-wrap {
          width: 33.33333%;
          float: right;
          padding-left: 15px;
          padding-right: 15px;
          z-index: 1; } }
  .news-detail-container .ushare {
    text-align: right; }
    .news-detail-container .ushare a {
      cursor: pointer;
      vertical-align: top; }
      .news-detail-container .ushare a:hover, .news-detail-container .ushare a:active, .news-detail-container .ushare a:focus {
        text-decoration: none; }
    .news-detail-container .ushare span {
      width: 25px;
      height: 25px;
      display: inline-block; }
      .news-detail-container .ushare span.fb, .news-detail-container .ushare span.tw, .news-detail-container .ushare span.pn {
        background-image: url(../images/frontend/ushare-icons2.png); }
      .news-detail-container .ushare span.tw {
        background-position: -25px 0; }
      .news-detail-container .ushare span.pn {
        background-position: -50px 0; }
      .news-detail-container .ushare span:hover.fb {
        background-position: 0 -26px; }
      .news-detail-container .ushare span:hover.tw {
        background-position: -25px -26px; }
      .news-detail-container .ushare span:hover.pn {
        background-position: -50px -26px; }
  .news-detail-container .enews-container {
    background-color: #125E99;
    padding: 15px 5px 21px; }
    .news-detail-container .enews-container form {
      background-color: transparent;
      margin-bottom: 0; }
      .news-detail-container .enews-container form span.hlabel {
        font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1.1px; }
        @media (max-width: 1199px) {
          .news-detail-container .enews-container form span.hlabel {
            font-size: 22px; } }
      .news-detail-container .enews-container form .input-group-btn {
        padding-right: 0; }
      .news-detail-container .enews-container form .input-group {
        padding-left: 0; }
      .news-detail-container .enews-container form button {
        height: 43px; }

.news_events .news-heading, .news_events_detail .news-heading {
  position: relative; }
.news_events .news-pager, .news_events_detail .news-pager {
  margin-top: -27px; }
  .news_events .news-pager .bx-pager, .news_events_detail .news-pager .bx-pager {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 500; }
  .news_events .news-pager .bx-pager-item, .news_events_detail .news-pager .bx-pager-item {
    display: inline-block; }
    .news_events .news-pager .bx-pager-item:not(:last-child), .news_events_detail .news-pager .bx-pager-item:not(:last-child) {
      margin-right: 15px; }
.news_events .bx-wrapper, .news_events_detail .bx-wrapper {
  margin-bottom: 80px; }
.news_events .news-slider .slick-arrow,
.news_events .events-slider .slick-arrow, .news_events_detail .news-slider .slick-arrow,
.news_events_detail .events-slider .slick-arrow {
  border: none;
  display: block;
  background: url("../images/plugins/home-video.png");
  background-position: -14px 32px;
  width: 14px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  bottom: 0; }
  .news_events .news-slider .slick-arrow.slick-prev,
  .news_events .events-slider .slick-arrow.slick-prev, .news_events_detail .news-slider .slick-arrow.slick-prev,
  .news_events_detail .events-slider .slick-arrow.slick-prev {
    background-position: -12px -8px;
    left: 0px; }
  .news_events .news-slider .slick-arrow.slick-next,
  .news_events .events-slider .slick-arrow.slick-next, .news_events_detail .news-slider .slick-arrow.slick-next,
  .news_events_detail .events-slider .slick-arrow.slick-next {
    right: 20px; }
.news_events .events-slider .slick-arrow.slick-next, .news_events_detail .events-slider .slick-arrow.slick-next {
  right: 28px !important; }
.news_events ul.slick-dots, .news_events_detail ul.slick-dots {
  padding: 0;
  margin: 20px auto;
  width: 100%;
  height: 12px;
  display: none !important;
  text-align: center; }
  .news_events ul.slick-dots li, .news_events_detail ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    height: 12px; }
    .news_events ul.slick-dots li.slick-active button, .news_events_detail ul.slick-dots li.slick-active button {
      background: #fbaf5d;
      height: 12px; }
    .news_events ul.slick-dots li button, .news_events_detail ul.slick-dots li button {
      background: #283038;
      border: 0;
      border-radius: 10px;
      text-indent: -9999px;
      width: 10px;
      height: 12px; }
.news_events .news .news-item, .news_events_detail .news .news-item {
  line-height: 1.4;
  text-align: justify;
  margin: 0 3px 0 0;
  outline: 0;
  padding: 0 10px;
  left: 1px; }
  .news_events .news .news-item .excerpt, .news_events_detail .news .news-item .excerpt {
    font-size: 0.9em; }
.news_events .news .more, .news_events_detail .news .more {
  margin-top: 15px; }
  .news_events .news .more a, .news_events_detail .news .more a {
    font-weight: 600;
    color: #22282f; }
.news_events .comment-content, .news_events_detail .comment-content {
  background-color: #074e83;
  padding: 15px;
  margin-bottom: 15px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
  font-weight: 300; }
.news_events form, .news_events_detail form {
  background-color: #fff;
  color: #000;
  padding: 15px;
  margin-bottom: 15px; }

#general-inquiries-page form {
  background-color: #fff;
  padding: 15px;
  color: #000; }
#general-inquiries-page .radiobox {
  display: block; }
  @media (min-width: 992px) {
    #general-inquiries-page .radiobox {
      display: inline-block;
      white-space: nowrap;
      width: 25%; } }
#general-inquiries-page .radiolabel {
  font-weight: 400;
  margin-right: 15px; }
@media (min-width: 768px) {
  #general-inquiries-page .tablet-down {
    display: none; } }

#page-general_inquiries .section-banners .banner {
  height: 720px; }
  #page-general_inquiries .section-banners .banner .hover {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: background 300ms;
    transition: background 300ms; }
  #page-general_inquiries .section-banners .banner:hover .hover {
    background-color: #011c6b; }
#page-general_inquiries .section-banners .banner-text {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
@media (max-width: 480px) {
  #page-general_inquiries .section-banners .banner-text {
    min-width: 290px; } }

.faqs-container .content h1:first-of-type {
  border-bottom: 1px solid #fff;
  margin-bottom: 50px; }

.faq-section {
  margin-bottom: 2em; }
  .faq-section p, .faq-section ul, .faq-section ol {
    font-size: 0.9rem; }

.faq_section h3.tog_title {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 25px 0px;
  margin: 0;
  border-bottom: 1px solid #fff; }
  .faq_section h3.tog_title:after {
    background: url("../images/frontend/open-btn.png") no-repeat center center;
    content: '';
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 27px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    width: 27px; }
  .faq_section h3.tog_title.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .faq_section h3.tog_title:hover:after {
    opacity: 0.7; }
.faq_section .tog_content {
  padding: 30px; }
  @media (min-width: 768px) {
    .faq_section .tog_content {
      padding: 50px; } }
@media (min-width: 768px) {
  .faq_section .dist-desc {
    float: left; } }
@media (min-width: 768px) {
  .faq_section .dist-logo {
    float: right; } }

.privacy_policy-container h4 {
  font-size: 1.33rem;
  margin-top: 50px; }
.privacy_policy-container p, .privacy_policy-container ul {
  font-size: 0.9rem; }
  .privacy_policy-container p strong, .privacy_policy-container ul strong {
    font-family: 'Eurostile-Bol', sans-serif;
    font-weight: normal; }
.privacy_policy-container ul {
  padding-left: 16px; }

.terms_of_use h4:first-of-type {
  font-family: 'Eurostile-Reg', sans-serif;
  text-transform: none; }
.terms_of_use p b {
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

#page-dealer_login .content h1 + h2 {
  font-family: 'Eurostile-Reg', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
  text-transform: none;
  font-size: 1.33rem;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-bottom: 25px; }
#page-dealer_login .content .generic-form {
  margin-top: 1em; }
  #page-dealer_login .content .generic-form #dealer_login_form {
    background-color: #FFFFFF;
    padding: 25px 0 18px 0; }

.dealer_landing .page_intro {
  font-size: 1.33rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff; }
.dealer_landing .page_desc {
  font-size: 0.9rem;
  margin-bottom: 50px; }

.dealer_sections {
  padding: 25px;
  margin-bottom: 50px; }
  .dealer_sections .dealer_section h4 {
    font-family: "Eurostile-Reg", sans-serif;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 10px 0;
    min-width: 400px; }

#dealer_logout {
  width: 98%;
  margin-left: 0; }
  @media (min-width: 768px) {
    #dealer_logout {
      margin-top: -5%; } }

#map_canvas {
  width: 100%;
  height: 775px;
  margin-top: 50px;
  margin-bottom: 50px; }

.distributor_section h3.tog_title {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 25px 0px;
  margin: 0;
  border-bottom: 1px solid #fff; }
  .distributor_section h3.tog_title:after {
    background: url("../images/frontend/open-btn.png") no-repeat center center;
    content: '';
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 27px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    width: 27px; }
  .distributor_section h3.tog_title.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .distributor_section h3.tog_title:hover:after {
    opacity: 0.7; }
.distributor_section .tog_content {
  padding: 30px; }
  @media (min-width: 768px) {
    .distributor_section .tog_content {
      padding: 50px; } }
@media (min-width: 768px) {
  .distributor_section .dist-desc {
    float: left; } }
@media (min-width: 768px) {
  .distributor_section .dist-logo {
    float: right; } }

.mapwrap {
  margin-top: 50px; }

@media (min-width: 992px) {
  .mapInner {
    width: 630px; } }

.mapFind h3 {
  margin-top: 0; }

#map_dir {
  width: 100%;
  height: 400px; }
  #map_dir .gm-style-iw {
    color: #085d9b; }
    #map_dir .gm-style-iw h1 {
      font-size: 2em; }

#directionsPanel {
  margin-top: 25px; }
  #directionsPanel table.adp-directions tr {
    color: #fff; }
  #directionsPanel .adp-placemark {
    background-color: #085d9b;
    color: #fff;
    border: none; }
  #directionsPanel .adp-summary {
    color: #fff;
    font-family: "Eurostile-Med", sans-serif; }
  #directionsPanel .adp-legal {
    color: #fff;
    font-size: 0.8rem; }
  #directionsPanel td, #directionsPanel th {
    padding: 10px; }

.gm-iw {
  color: #085d9b; }

.driving_directions-container .visible-xs-block td p {
  font-size: 0.8rem; }

html {
  font-size: 14px; }
  @media (min-width: 768px) {
    html {
      font-size: 18px; } }

body {
  background-color: #085d9b;
  color: #fff;
  font-family: 'Eurostile-Reg', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 50px; }
  body a, body a:visited, body a:hover, body a:focus {
    color: #fff; }
  body a:focus {
    text-decoration: none; }
  body a:hover {
    text-decoration: underline !important; }

.vidlink:visited, .vidlink:active, .vidlink:focus {
  color: #fff !important;
  text-decoration: none !important; }

.vidlink:hover {
  text-decoration: underline !important; }

section {
  overflow: hidden; }

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

h1 {
  font-size: 2.5rem;
  margin: 10px 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-size: 1.3rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.33rem; }

h4 {
  font-size: 1rem; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.relative {
  position: relative; }

header {
  padding-bottom: 20px;
  background-color: #fff; }

.invisible {
  visibility: hidden; }

.hide-pop {
  display: none; }

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 480px) {
  .gutter-phone {
    padding: 0 15px 0 15px; } }

@media (min-width: 768px) {
  ul.cols.col-2, ol.cols.col-2, div.cols.col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  ul.cols.col-3, ol.cols.col-3, div.cols.col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; }
  ul.cols.col-4, ol.cols.col-4, div.cols.col-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }
  ul.cols > .col-group, ol.cols > .col-group, div.cols > .col-group {
    display: inline-block; }

  div.cols {
    margin-bottom: 2em; } }
.banner {
  background-color: #323c46;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 360px;
  line-height: 0; }
  @media (max-width: 767px) {
    .banner {
      min-height: 120px; } }
  .banner p {
    line-height: 1.4em; }
  .banner iframe {
    min-height: 360px; }

.banner-text {
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px; }

.banner-youtube {
  position: relative; }
  .banner-youtube > .spacer {
    max-width: 1280px;
    margin: 0 auto; }
    .banner-youtube > .spacer:before {
      content: '';
      display: block;
      height: 0;
      padding-bottom: 56.25%;
      width: 100%; }
  .banner-youtube > iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.form-async {
  overflow: hidden; }
  .form-async .form-success-page {
    display: none;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .form-async.form-sent .form-success-page {
    display: block;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  .form-async.form-sent :not(.form-async-alert) {
    -webkit-transition: all .5s 1s;
    transition: all .5s 1s; }

.form-async-alert {
  cursor: pointer;
  display: none;
  opacity: 0;
  -webkit-transition: all .25s;
  transition: all .25s; }
  .form-async-alert.active {
    display: block;
    opacity: 1; }

form {
  font-family: "Eurostile-Med", sans-serif;
  line-height: 1.42857; }
  form > label.heading {
    color: #085d9b;
    font-family: 'Eurostile-Bol', sans-serif;
    font-size: 1rem; }
  form .form-group .heading {
    color: #085d9b;
    font-family: 'proxima-nova-condensed', Arial, sans-serif;
    margin-top: 15px;
    text-transform: uppercase; }
  form .form-group #add-image {
    float: right; }
  form .form-group input[type=file] {
    line-height: 1;
    margin: 10px 0; }

form.form-default {
  background-color: #fff;
  color: #000;
  padding: 15px; }
  form.form-default .radiobox {
    display: block; }
    @media (min-width: 992px) {
      form.form-default .radiobox {
        display: inline-block;
        white-space: nowrap; } }
  form.form-default .radiolabel {
    font-weight: 400;
    margin-right: 15px; }

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f7f7;
  border-color: #dedede;
  font-size: 1rem;
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-weight: 400;
  height: 43px; }
  .form-control::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #4a4a4a; }
  .form-control::-webkit-input-placeholder {
    color: #4a4a4a; }
  .form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ababab; }
  .form-control.required {
    color: #085d9b;
    font-size: 1rem; }
    .form-control.required::-moz-placeholder {
      color: #085d9b;
      opacity: 1; }
    .form-control.required:-ms-input-placeholder {
      color: #085d9b; }
    .form-control.required::-webkit-input-placeholder {
      color: #085d9b; }

input.btn-block[type="submit"] {
  text-transform: uppercase;
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  height: 43px;
  -webkit-transition: background-color 250ms, border-color 250ms, color 250ms;
  transition: background-color 250ms, border-color 250ms, color 250ms; }

.serviceForm {
  background-color: #FFF;
  padding: 25px 25px 18px 25px; }

p.required {
  color: #085d9b;
  font-size: 0.8rem;
  padding: 5px 0; }

label {
  color: #4a4a44;
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem; }

.btn {
  border-radius: 0; }

[type="submit"] {
  color: #fbaf5d;
  background-color: #2c333b;
  border-color: #2c333b; }
  [type="submit"]:disabled {
    background-color: #343434; }
  [type="submit"]:focus, [type="submit"]:hover, [type="submit"]:active {
    color: #fff;
    background-color: #fbaf5d;
    border-color: #fbaf5d; }

.tab-content {
  font-size: .9rem;
  padding: 2em 0; }

.breadcrumbs {
  margin: 15px 0px; }

img.inline {
  margin: 0 15px 15px; }

#home-news .news-image, .news .news-image {
  background-size: cover;
  background-position: center center;
  height: 180px; }
  @media (min-width: 992px) {
    #home-news .news-image, .news .news-image {
      height: 300px; } }
#home-news .excerpt, .news .excerpt {
  height: 110px;
  overflow: hidden; }
#home-news .news-end, .news .news-end {
  margin-top: 5px; }

.nav.nav-tabs {
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  border: 0;
  background-color: #283038;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .nav.nav-tabs {
      border-bottom: 2px solid #fbaf5d; } }
  .nav.nav-tabs li {
    border: 0;
    border-bottom: 1px solid #fbaf5d;
    border-radius: 0;
    margin: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .nav.nav-tabs li {
        border-bottom: 0;
        border-right: 1px solid #fbaf5d; }
        .nav.nav-tabs li:last-child {
          border-right: 0; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .nav.nav-tabs li {
        height: 65px; } }
    .nav.nav-tabs li.active {
      background-color: #fbaf5d; }
      .nav.nav-tabs li.active a {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #fff; }
    .nav.nav-tabs li:hover {
      background-color: #fbaf5d; }
    .nav.nav-tabs li:last-child {
      border-bottom: 0; }
    @media (min-width: 768px) {
      .nav.nav-tabs li:not(:last-child) a {
        border-right-width: 0; } }
    .nav.nav-tabs li a {
      border: 0;
      border-radius: 0;
      color: #fff;
      margin-right: 0; }
      .nav.nav-tabs li a:hover {
        background-color: transparent; }
      @media (min-width: 768px) {
        .nav.nav-tabs li a {
          border-top-width: 0; } }
      @media (max-width: 992px) and (min-width: 768px) {
        .nav.nav-tabs li a {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
  .nav.nav-tabs.nav-stacked {
    border: 0; }
    .nav.nav-tabs.nav-stacked li {
      margin: 0; }
      .nav.nav-tabs.nav-stacked li a {
        border-top: 0;
        border-left: 0;
        border-right: 0; }
      .nav.nav-tabs.nav-stacked li:last-child a {
        border: 0; }

@media (min-width: 768px) and (max-width: 1200px) {
  #page-general_inquiries .nav.nav-tabs li,
  #page-driving_directions .nav.nav-tabs li,
  #page-distributors .nav.nav-tabs li,
  #page-ssi_careers .nav.nav-tabs li,
  #page-test_my_material .nav.nav-tabs li {
    height: 65px; }
    #page-general_inquiries .nav.nav-tabs li a,
    #page-driving_directions .nav.nav-tabs li a,
    #page-distributors .nav.nav-tabs li a,
    #page-ssi_careers .nav.nav-tabs li a,
    #page-test_my_material .nav.nav-tabs li a {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.banner-text h3:first-of-type {
  margin-bottom: -20px; }
@media (min-width: 768px) {
  .banner-text h1:first-of-type:after {
    content: '\\\\\\';
    margin-left: 25px; } }
.banner-text h1 + h2 {
  font-family: 'Eurostile-Reg', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  text-transform: none;
  font-size: 1.33rem;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-bottom: 25px; }

.careers-dropdown {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid white; }
  .careers-dropdown:after {
    background: url("../images/frontend/open-btn.png") no-repeat center center;
    content: '';
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 27px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    width: 27px; }
  .careers-dropdown.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .careers-dropdown:hover:after {
    opacity: 0.7; }

.anchor-dropdown {
  font-family: 'Eurostile-Bol', sans-serif; }
  .anchor-dropdown .dropdown-toggle {
    background-color: #0c1930;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    width: 100%; }
  .anchor-dropdown .dropdown-menu {
    width: 100%; }
    .anchor-dropdown .dropdown-menu a {
      color: #22282f; }

.btn-career, .btn-open {
  background-color: #323c46;
  text-transform: uppercase;
  border-color: #323c46; }
  .btn-career:hover, .btn-open:hover {
    background-color: #323c46;
    border-color: #323c46; }

.container.visible-xs-block .breadcrumbs a {
  font-size: 1.1rem; }
.container.visible-xs-block h3 {
  margin-bottom: 0; }
  .container.visible-xs-block h3 + h1 {
    margin-top: 0; }
.container.visible-xs-block h1 + h2 {
  font-family: 'Eurostile-Reg', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none; }

.page_content {
  margin-bottom: 6em; }
  .page_content h1 {
    border-bottom: 1px solid #FFFFFF; }
  .page_content h1 + h2 {
    font-family: 'Eurostile-Reg', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 1.5em;
    text-transform: none; }
  @media (min-width: 768px) {
    .page_content > div:not(.client-slider-wrapper):not(.row):not(.toggle_sections):not(#jobform) > ul {
      display: inline-block;
      padding-left: 16px;
      vertical-align: top;
      width: 49.5%; }
    .page_content > div:not(.client-slider-wrapper):not(.row):not(.toggle_sections):not(#jobform) > div {
      display: inline-block;
      margin-right: 4%;
      vertical-align: top;
      width: 47.6%; }
      .page_content > div:not(.client-slider-wrapper):not(.row):not(.toggle_sections):not(#jobform) > div:nth-child(even) {
        margin-right: 0; } }

.general_inquiries .page_content {
  margin-top: 30px; }

.driving_directions .page_content,
.distributors .page_content,
.ssi_careers .page_content,
.test_my_material .page_content {
  margin-top: 50px; }

.referrals label {
  margin-bottom: 23px; }

@media (max-width: 480px) {
  .referrals label {
    margin-bottom: 28px; } }
.google-maps {
  max-width: 710px;
  max-height: 400px;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.resultContainer {
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #fff; }

#cboxTitle a {
  display: block;
  left: 6px;
  bottom: -7px;
  position: absolute;
  text-align: left;
  color: #111;
  z-index: 9; }
  @media (max-width: 410px) {
    #cboxTitle a {
      font-size: .8em;
      bottom: -9px; } }

#cboxTitle input {
  position: absolute;
  left: -9999px; }

#cboxTitle .vid-title {
  color: #444;
  display: block;
  bottom: -7px;
  position: relative;
  z-index: 1;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.15em; }
  @media (max-width: 570px) {
    #cboxTitle .vid-title {
      font-size: .8em;
      float: right;
      margin-right: 28px;
      font-weight: 400; } }
  @media (max-width: 410px) {
    #cboxTitle .vid-title {
      font-size: .7em;
      float: right;
      margin-right: 28px;
      font-weight: 300;
      bottom: 3px; } }

#cboxClose {
  z-index: 9999; }

.hrl-hfld {
  display: none !important; }

/*********************************************************/
/*********************************************************/
/****** SSI OLD INLINED CSS OVERRIDES FROM DATABASE ******/
/*********************************************************/
/*********************************************************/
/* GENERAL EDITS */
body {
  background: #2A689B;
  line-height: 1.6em; }

.clear-both {
  clear: both; }

p {
  text-align: justify; }

p .bold-type {
  font-family: 'Eurostile-Bol', sans-serif !important; }

h1.privacy-policy {
  font-size: 3rem; }

/*h3 {margin-top: 0;}*/
h3.long-copy {
  margin-top: 1.5em; }

h4.inline-title {
  margin-bottom: 3px; }

.parts-service-htags {
  margin-top: 0 !important; }

#navbar-main {
  margin-bottom: 0px !important; }

div.cols {
  margin-bottom: 0.75em; }

.inline-contact-info {
  padding: 10px 0 10px 0 !important; }

.product-grid .grid-desc-wrapper {
  background-color: #2A689B; }

.inline-copy-flush-left {
  padding-left: 0px !important;
  margin-bottom: 20px; }

.callout_content_section th h3 {
  font-size: 1.31rem; }

.callout_content_section th, .callout_content_section td {
  padding-left: 2.5%; }

.banner-text h3:first-of-type {
  font-size: 1.8rem; }

.banner-text h1 + h2 {
  line-height: 1.4em; }

.banner-text h1 {
  margin-bottom: 10px;
  padding-bottom: 0; }

.banner-text h2 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: justify; }

.product_images .main_img a img, .product_images .sub_imgs a img, .product-sub-section img, .img_pop img, .technology-image, .inline-img-right, .google-maps, #map_canvas, .solutions-img {
  border: 1px solid #999; }

.product-apps h4, h4 {
  font-size: 1.15em !important; }

.product-apps p {
  font-size: 0.95em !important; }

/* SECTION SPECIFIC EDITS */
.chosen-container .chosen-results {
  max-height: 100% !important; }

.sidebar_btn {
  font-size: 1.1rem; }

#header-phone {
  color: #fbaf5d !important;
  font-weight: strong;
  position: relative;
  display: block;
  padding: 11px 15px 10px 33px;
  background: url("https://www.ssiworld.com/assets/images/frontend/phone.png") no-repeat 12px 17px; }

/*HOME PAGE*/
#home-video-player .video-text {
  width: 93%;
  font-size: 0.79em; }

/*WATCH IT SHRED PAGE*/
.video-view-selector {
  margin-bottom: 0px !important; }

/*CLIENTS*/
.our_clients .container .content .page_content h3 + ul {
  list-style-position: outside !important;
  margin-bottom: 1em; }

.our_clients .container .content .page_content ul li strong {
  font-weight: bold !important;
  font-family: 'Eurostile-Bol', sans-serif !important; }

.our_clients .container .content .page_content h3 + ul {
  margin-top: 1em !important; }

.our_clients .container .content .page_content ul li {
  margin-bottom: 0.75em;
  line-height: 1.35em; }

/*FAQ*/
.faq-section {
  margin-bottom: 1em; }

.faq_section h3.tog_title {
  padding: 0px 0px 15px 0px; }

.faqs-container .content h1:first-of-type {
  margin-bottom: 25px; }

.faq_section .tog_content {
  padding: 25px; }

.faq-section p {
  font-size: 1rem !important; }

/* SOTW SIGNUP */
.input-group {
  padding-left: 4px; }

.input-group-btn {
  padding-right: 4px; }

/*SOTW*/
.comment-content p {
  text-align: left !important; }

#prod_tab3 .callout_content_section {
  padding-top: 30px !important;
  padding-bottom: 10px !important; }

.banner-text h1:first-of-type:after {
  margin-left: 10px; }

.callout_tabs {
  margin: 10px auto 0 auto; }

.bumper {
  width: 20px; }

.table-strong {
  font-family: 'Eurostile-Bol', sans-serif !important; }

.table-sub-header {
  background-color: #626262 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-family: 'Eurostile-Bol', sans-serif !important; }

.callout_content_section h1, .callout_content_section h2, .callout_content_section h3, .callout_content_section h4, .btn-inventory, .btn-inventory a:link {
  font-family: 'proxima-nova-extra-condensed' !important;
  font-weight: 600;
  text-transform: uppercase; }

.callout_content_section h3 {
  font-size: 1.33rem;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: none; }

.callout_content_section p {
  padding-bottom: 10px; }

.callout_content_section table {
  width: 100%;
  margin-bottom: 24px !important; }

.callout_section.media {
  margin-top: 0; }
  .callout_section.media .callout_content_section {
    padding-top: 0 !important; }

#home-lets-get-started #lets-get-started-button {
  padding-top: 8px; }

#home-intro #intro-main-text h1:after {
  padding-left: 5px; }

#home-news .news-image, .news .news-image {
  border: 1px solid #666;
  margin-bottom: 15px; }

#home-news .news-item .date {
  font-size: .85em;
  font-family: 'Eurostile-Bol';
  padding-bottom: 5px; }

#home-news .excerpt, .news .excerpt {
  height: auto !important; }

#home-news .news-item h3 {
  font-family: 'proxima-nova-extra-condensed' !important;
  font-size: 1.33rem; }

.more {
  padding-bottom: 5px; }

.prod-specs {
  margin-bottom: 10px; }

.prod-specs li, .callout_content_section li {
  line-height: 1.4em;
  padding-bottom: 12px !important;
  margin-bottom: 0; }

.prod-specs h4.features {
  margin-bottom: 0.15rem !important; }

#prod_tab1 p {
  margin-bottom: 0; }

#prod_tab2 table {
  margin-top: 0 !important; }

.copy-column-left, .copy-column-right {
  display: inline-block;
  width: 48% !important; }

.copy-column-left ul, .copy-column-right ul {
  width: 100% !important; }

.copy-column-right {
  margin-left: 2%; }

.copy-column-left h4, .copy-column-right h4 {
  margin: 0;
  padding: 6px 0 10px 0; }

#page-technology .content .technology-description p, #page-technology .content .resources-description p, #page-resources .content .technology-description p, #page-resources .content .resources-description p {
  line-height: 1.6em; }

ul.product-apps {
  list-style-type: none; }

ul.product-apps {
  padding-left: 0 !important;
  margin-top: 10px; }

ul.product-apps li {
  padding-bottom: 6px !important; }

ul.product-apps h4, ul.product-col2 h4 {
  margin: 0px 0px 2px 0 !important; }

ul.product-apps p, ul.product-col2 p {
  text-align: left !important; }

ul.job-listing {
  list-style-type: none; }

.img_pop img {
  margin-right: 10px !important; }

.callout_content_section hr {
  padding-bottom: 0.5rem; }

.solutions-img {
  margin-bottom: 0.5rem !important; }

.inline-img-right {
  float: right;
  margin: 0.5em 0 1.5em 1.5em; }

.news-comments {
  margin-top: 2rem; }

.capabilities {
  margin: 0;
  padding: 0; }

.capabilities ul {
  margin: 0 0 20px 0; }

/*CAREERS, DISTRIBUTORS, DRIVING DIRECTIONS PAGES, GLOSSARY*/
.ssi_careers .page_content, .driving_directions .page_content, .distributors .page_content, .mapwrap {
  margin-top: 35px !important; }

.careers-dropdown {
  font-size: 1.15rem; }

.tog_content .inner_wrap {
  padding-top: 5px; }

.glossary p, .glossary ol, .glossary ul {
  margin: 0 0 25px; }

.glossary h3 {
  margin: 0 0 5px; }

.glossary ol, .glossary ul {
  font-size: 1rem !important; }

.google-maps {
  margin-top: 50px; }

#map_canvas {
  margin-top: 25px !important; }

/*ABOUT > OUR CLIENTS*/
.our_clients .client-slider-wrapper {
  display: none; }

#product-slider p.citation {
  font-size: .65em;
  line-height: 1.3em;
  font-style: italic;
  padding-top: 10px; }

.bx-controls {
  display: none; }

#login p {
  margin-bottom: 20px; }

.cell-box-specs {
  float: left;
  width: 100%;
  background: #EAEAEA; }

.cell-box-specs td {
  background-color: #154b73;
  border: thin solid;
  border-color: #fff !important;
  padding-left: 1em;
  font-size: 0.85rem !important; }

.cell-box-specs .title-strong {
  background-color: #26699B !important;
  font-weight: bold !important;
  font-family: 'Eurostile-Bol', sans-serif !important; }

/*BUTTON*/
.inline-button {
  width: 100%;
  clear: both;
  float: left;
  margin: 1rem 0 0.5rem 0;
  display: block;
  padding-left: 15px; }

.btn-container {
  clear: both; }

.btn-inventory, .btn-inventory a:link {
  background: #4d79d1;
  background-image: -webkit-linear-gradient(top, #fee2c4, #fbaf5d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fee2c4), to(#fbaf5d));
  background-image: linear-gradient(to bottom, #fee2c4, #fbaf5d);
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2A689B !important;
  font-size: 1.05rem;
  padding: 0.5rem 1rem;
  text-decoration: none; }

.btn-inventory:hover {
  background: #6790c2;
  background-image: -webkit-linear-gradient(top, #d6b28a, #d49149);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6b28a), to(#d49149));
  background-image: linear-gradient(to bottom, #d6b28a, #d49149);
  text-decoration: none; }

/*FANCY BOX
.fancybox-skin {padding: 1px !important;}
#part_1, #part_2, #part_3, #part_4, #part_5, #part_6, #part_7, #part_8, #part_9, #service_1, #service_2, #service_3, #service_4, #service_5, #service_6, #service_7, #service_8, #service_9, #service_10  {margin-top: 0 !important; padding: 0 20px 20px 20px;}*/
/*FANCY BOX: VIDEOS*/
.overlay-vid-text h4 {
  margin-top: 24px;
  margin-bottom: 0px; }

.overlay-vid-text p {
  margin: 0 !important; }

/*CONTACT PAGE*/
.contact-email a:link, .main-copy a:link, .comment-content a {
  text-decoration: underline !important; }

.contact-email a:hover, .main-copy a:hover, .comment-content a:hover {
  text-decoration: none !important;
  color: #F6C187; }

/*FORMS*/
.form_content_wrap div, #parts-form div, #service-request-form div, #customer_service div, #cutter_rebuilds div, #shredder_buy_back_program div {
  line-height: 1.6rem !important; }

.tab-content {
  font-size: 1rem; }

/*DEALER PAGES*/
.dealer_sections .dealer_section h4 {
  font-weight: bold !important;
  font-family: 'Eurostile-Bol', sans-serif !important; }

.dealers-container h1 {
  font-size: 2.85rem !important; }

.dealer_sections a:link, .dealer_landing a:link {
  text-decoration: underline; }

.dealer_sections a:hover, .dealer_landing a:hover {
  text-decoration: none !important;
  color: #F6C187; }

.dealer_landing .page_intro {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.4em; }

.dealer_landing .page_desc {
  margin-bottom: 15px;
  font-size: 1rem; }

.dealer_sections {
  padding: 15px; }

.distributor_section h3.tog_title {
  padding-left: 1px; }

/*Video Pop Up Modal Adjustments*/
.overlay-vid-text {
  padding-left: 20px;
  margin-top: -15px; }

/* what we do etc.. ul widths */
.ssi-wider-ul ul {
  width: 80% !important; }

/* Error Style for Required Form Radio Boxes */
.has-error label, .has-error h4, .has-error p {
  color: #a94442 !important;
  font-weight: 600 !important; }
