@charset "UTF-8";
@import url("sass/vendors/normalize.css");
@import url("css/slick.css");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid */
section:before, section:after {
  content: " ";
  display: table; }

section:after {
  clear: both; }

.container {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.cleaner {
  clear: both;
  height: 1%; }

.one {
  width: 7.5%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.two {
  width: 15.83333%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.three {
  width: 24.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.four {
  width: 32.5%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.five {
  width: 40.83333%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.six {
  width: 49.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.seven {
  width: 57.5%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.eight {
  width: 65.83333%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.nine {
  width: 74.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.ten {
  width: 82.5%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.eleven {
  width: 90.83333%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.twelve {
  width: 99.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  height: 40px;
  background: lightgreen;
  margin-bottom: 20px; }

.bleed {
  background-size: 50%;
  background-position-x: 0%;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative; }

.bleed_image {
  position: relative;
  float: left;
  width: 50%;
  left: -5%;
  height: auto; }

.spacer {
  width: 49.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%; }
  .spacer img {
    width: 100%;
    height: 1px; }

.desc {
  width: 49.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  margin-left: 50.41667%;
  margin-left: 0; }

section.full_split {
  border: 10px solid red;
  padding-left: 0;
  padding-right: 0;
  display: table;
  width: 100%;
  height: 600px; }
  section.full_split .half {
    width: 50%;
    display: table-cell;
    border: 2px solid green;
    overflow: hidden;
    vertical-align: middle;
    background-position-x: right;
    background-size: auto 100%;
    background-repeat: no-repeat; }
    section.full_split .half .content {
      max-width: 590px;
      border: 1px solid red; }
    section.full_split .half.floatRight {
      direction: rtl; }
      section.full_split .half.floatRight img {
        max-width: 100%; }
      section.full_split .half.floatRight .content {
        direction: ltr; }

@font-face {
  font-family: 'Univers2';
  src: url("/wp-content/webfonts/UniversLTStd-BoldCn 2.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Univers';
  src: url(/wp-content/webfonts/UniversLTStd-BoldCn.otf) !important;
  src: url(/wp-content/webfonts/UniversLTStd-BoldCn.otf?#iefix) format("embedded-opentype"); }

html, body {
  height: 100% !important;
  min-height: 100% !important; }

body {
  font-family: Arial, sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  letter-spacing: .5px !important;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s; }

body > img {
  position: absolute; }

p {
  color: #333;
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

body.single header {
  background: #000; }

header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Search Animation */
  /* Menu Button */
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */ }
  header.lock_header {
    background: #000;
    position: fixed;
    top: 0; }
  header .container {
    height: 100px; }
  header .logo {
    width: 40.83333%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    padding: 30px 10px 10px 0px; }
    header .logo img {
      width: 100%;
      max-width: 160px; }
  header .header_menu {
    width: 57.5%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    text-align: right;
    vertical-align: top;
    padding-top: 32px; }
  @media only screen and (max-width: 480px) {
    header .container {
      height: 65px; }
    header .logo {
      width: 65.83333%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%;
      padding-top: 20px; }
      header .logo img {
        max-width: 120px; }
    header .header_menu {
      width: 32.5%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%;
      padding-top: 15px; } }
  header .open_search {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    padding-top: 7px;
    margin-left: -5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    header .open_search.search-open {
      background: #3c3c3c; }
  header .search_animation {
    display: inline-block;
    width: 280px;
    height: 50px;
    position: relative;
    overflow: hidden;
    vertical-align: top; }
  @media only screen and (max-width: 1023px) {
    header .open_search {
      display: none; }
    header .search_animation {
      display: none; } }
  header #mainNav2 {
    z-index: 99999;
    float: none;
    display: inline-block;
    margin-top: 4px; }
    header #mainNav2 .mainNav {
      float: right; }
    header #mainNav2 .navicon, header #mainNav2 .navicon2, header #mainNav2 .navicon3 {
      width: 35px;
      height: 3px;
      background-color: #fff;
      margin: 5px 0;
      transition: 0.4s; }
  header .change .navicon {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); }
  header .change .navicon2 {
    opacity: 0; }
  header .change .navicon3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }

/* Search Bar */
.search_box {
  float: left;
  width: 280px;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0 !important; }
  .search_box .search-form {
    float: none;
    height: 40px;
    margin: 0;
    width: 100%;
    font-size: 16px; }
    .search_box .search-form .search-text {
      background: #3c3c3c;
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      color: #FFF;
      width: 280px;
      height: 40px;
      border: 0;
      font-size: 16px !important; }
      .search_box .search-form .search-text:focus {
        background: #3c3c3c; }

/* Mobile Search */
.mobile_search {
  display: none; }

@media only screen and (max-width: 1023px) {
  .mobile_search {
    display: block;
    padding-right: 20px; }
    .mobile_search .search_box {
      left: 0 !important;
      position: relative;
      width: 100%; }
      .mobile_search .search_box .search-text {
        width: 100%;
        border-radius: 3px; }
    .mobile_search .search-form {
      height: 53px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari 5+ ONLY */
  ::i-block-chrome, .search_animation {
    border: 1px solid red; } }

/*  Header Spacer for No Banner Template */
.header_spacer {
  width: 100%;
  height: 100px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000; }

.header_scroll {
  width: 100%;
  height: 100px;
  position: relative; }

@media only screen and (max-width: 480px) {
  .header_scroll,
  .header_spacer {
    height: 65px; } }

#hamburgermenu {
  /* Dropdown Menu Container */
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  color: #fff;
  padding: 100px 0 0 20px;
  /* Dropdown Wrapper */ }
  #hamburgermenu .menu_container {
    width: 100%;
    max-width: 1215px;
    margin: 20px auto 40px auto;
    height: 100%;
    overflow-y: scroll; }
  #hamburgermenu ul.mainNavDropDown, #hamburgermenu ul#primary-menu {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; }
    #hamburgermenu ul.mainNavDropDown > li.menuitem, #hamburgermenu ul.mainNavDropDown > li.menu-item, #hamburgermenu ul#primary-menu > li.menuitem, #hamburgermenu ul#primary-menu > li.menu-item {
      background: #000;
      padding-top: 20px;
      padding-right: 40px;
      text-align: left;
      position: relative;
      display: table-cell; }
    #hamburgermenu ul.mainNavDropDown > li:before, #hamburgermenu ul#primary-menu > li:before {
      content: '';
      width: 35px;
      height: 4px;
      background: #f4a83c;
      position: absolute;
      top: 0;
      left: 0; }
    #hamburgermenu ul.mainNavDropDown > li a, #hamburgermenu ul#primary-menu > li a {
      display: block;
      font-weight: 700;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 20px;
      line-height: 1.5em; }
    #hamburgermenu ul.mainNavDropDown > li p.menu, #hamburgermenu ul#primary-menu > li p.menu {
      font-weight: 700;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 10px;
      position: relative;
      line-height: 1.5em; }
      #hamburgermenu ul.mainNavDropDown > li p.menu:before, #hamburgermenu ul#primary-menu > li p.menu:before {
        content: '';
        width: 35px;
        height: 4px;
        background: #f4a83c;
        position: absolute;
        top: -20px;
        left: 0; }
    #hamburgermenu ul.mainNavDropDown > li ul, #hamburgermenu ul#primary-menu > li ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #hamburgermenu ul.mainNavDropDown > li ul li, #hamburgermenu ul#primary-menu > li ul li {
        padding: 0 0 10px 0;
        text-align: left; }
        #hamburgermenu ul.mainNavDropDown > li ul li a, #hamburgermenu ul#primary-menu > li ul li a {
          font-size: 14px;
          text-transform: none;
          font-weight: 400;
          padding-bottom: 0; }
          #hamburgermenu ul.mainNavDropDown > li ul li a:link, #hamburgermenu ul.mainNavDropDown > li ul li a:visited, #hamburgermenu ul#primary-menu > li ul li a:link, #hamburgermenu ul#primary-menu > li ul li a:visited {
            color: #fff;
            line-height: 1.4em; }
          #hamburgermenu ul.mainNavDropDown > li ul li a:hover, #hamburgermenu ul#primary-menu > li ul li a:hover {
            color: #006aa9; }
  @media only screen and (min-width: 1024px) {
    #hamburgermenu {
      left: 0; } }
  @media only screen and (max-width: 1023px) {
    #hamburgermenu {
      max-width: 260px;
      height: 100%;
      right: 0 !important; }
      #hamburgermenu ul.mainNavDropDown, #hamburgermenu ul#primary-menu {
        display: block;
        height: 100%;
        padding-bottom: 160px;
        overflow-y: scroll; }
        #hamburgermenu ul.mainNavDropDown li.menuitem, #hamburgermenu ul.mainNavDropDown li.menu-item, #hamburgermenu ul#primary-menu li.menuitem, #hamburgermenu ul#primary-menu li.menu-item {
          display: block; }
        #hamburgermenu ul.mainNavDropDown > li, #hamburgermenu ul#primary-menu > li {
          margin-bottom: 25px; } }
  @media only screen and (max-width: 480px) {
    #hamburgermenu {
      padding-top: 60px; } }

footer {
  width: 100%;
  background: #555b5d;
  padding: 80px 20px 100px 20px; }
  footer:before, footer:after {
    content: " ";
    display: table; }
  footer:after {
    clear: both; }
  footer .container {
    display: table; }
  footer .footer_links {
    width: 790px;
    float: none;
    display: table-cell; }
    footer .footer_links .footer_row {
      display: table;
      width: 100%;
      table-layout: fixed; }
    footer .footer_links ul {
      margin: 0;
      padding: 0 10px 0 0;
      list-style: none;
      display: table-cell; }
      footer .footer_links ul li {
        margin-bottom: 10px;
        line-height: 1.2em; }
        footer .footer_links ul li.footer_links--title {
          text-transform: uppercase; }
          footer .footer_links ul li.footer_links--title a {
            font-family: 'Univers', sans-serif;
            font-weight: 600;
            font-size: 12px; }
        footer .footer_links ul li a {
          color: #FFF;
          text-decoration: none;
          font-size: 12px;
          line-height: 1.2em;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          footer .footer_links ul li a:hover {
            color: #f0ab00; }
  footer .footer_promos {
    float: none;
    display: table-cell;
    padding-left: 40px; }
    footer .footer_promos .footer_promos--title {
      color: #FFF;
      text-transform: uppercase;
      font-family: "Univers", sans-serif;
      font-size: 12px;
      margin-bottom: 10px;
      font-weight: 600; }
    footer .footer_promos p {
      font-size: 12px;
      color: #FFF;
      line-height: 1.5em;
      margin: 0 0 20px 0;
      padding: 0; }
  @media only screen and (max-width: 1024px) {
    footer .footer_links {
      display: block;
      width: 100%;
      border-bottom: 1px solid #aaa; }
      footer .footer_links .footer_row {
        display: block; }
      footer .footer_links ul {
        margin-left: -5px;
        margin-bottom: 25px;
        width: 25%;
        vertical-align: top;
        display: inline-block; }
        footer .footer_links ul:nth-child(4n+1) {
          margin-left: 0px; }
    footer .footer_promos {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 40px; } }
  @media only screen and (max-width: 640px) {
    footer {
      padding-top: 60px;
      padding-bottom: 60px; }
      footer .footer_links ul {
        width: 50%;
        padding-right: 30px; }
        footer .footer_links ul:nth-child(2n+1) {
          margin-left: 0; } }

/* Sub Footer */
.sub_footer {
  width: 100%;
  background: #3c3c3c;
  padding: 0 20px; }
  .sub_footer:before, .sub_footer:after {
    content: " ";
    display: table; }
  .sub_footer:after {
    clear: both; }
  .sub_footer .container {
    display: table;
    height: 100px; }
  .sub_footer .copyright {
    display: table-cell;
    vertical-align: middle; }
    .sub_footer .copyright ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .sub_footer .copyright ul li {
        display: inline-block;
        margin-right: 10px;
        font-size: 12px;
        font-size: 0.75rem;
        color: #999999; }
        .sub_footer .copyright ul li a {
          color: #999; }
          .sub_footer .copyright ul li a:hover {
            color: #FFF; }
  .sub_footer .social_links {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px; }
    .sub_footer .social_links ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .sub_footer .social_links ul li {
        display: inline-block;
        margin-right: 10px; }
        .sub_footer .social_links ul li a {
          width: 22px;
          height: 22px;
          display: block; }
          .sub_footer .social_links ul li a img {
            width: 100%;
            max-width: 100%; }
  @media only screen and (min-width: 1024px) {
    .sub_footer .copyright {
      width: 790px; } }
  @media only screen and (max-width: 1023px) {
    .sub_footer .copyright, .sub_footer .social_links {
      width: 49.16667%; }
    .sub_footer .social_links {
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .sub_footer .container {
      padding: 30px;
      height: auto; }
    .sub_footer .copyright, .sub_footer .social_links {
      width: 99.16667%;
      text-align: center;
      display: inline-block;
      margin: 10px 0; }
    .sub_footer .social_links {
      padding-left: 0; } }
  @media only screen and (max-width: 480px) {
    .sub_footer .copyright ul li:first-child {
      display: block;
      margin-bottom: 5px; } }

::-webkit-input-placeholder {
  color: #b2b5b6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b5b6; }

:-ms-input-placeholder {
  color: #b2b5b6; }

.form_wrapper {
  width: 100%;
  margin-top: 40px; }
  .form_wrapper:before, .form_wrapper:after {
    content: " ";
    display: table; }
  .form_wrapper:after {
    clear: both; }

a.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  background: #5a5a5a;
  padding: 8px 30px 5px 30px;
  font-size: 12px;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  a.btn:hover {
    background: #006aa9; }
  a.btn.primary {
    color: #000;
    background: #f4a83c;
    padding: 15px 40px 10px 40px;
    font-size: 16px; }
    a.btn.primary:hover {
      background: #f4a83c;
      color: #FFF; }
  a.btn.secondary {
    color: #000;
    background: #aaa; }
    a.btn.secondary:hover {
      color: #FFF; }
  a.btn.floatRight {
    float: right; }

.carousel button.slick-next, .carousel button.slick-prev {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 50;
  position: absolute;
  margin-top: -55px; }

.carousel button.slick-next {
  background: url("/wp-content/uploads/arrow_carousel_right.png") no-repeat #FFF;
  background-size: 36px 36px;
  margin-right: -20px; }

.carousel button.slick-prev {
  background: url("/wp-content/uploads/arrow_carousel_left.png") no-repeat #FFF;
  background-size: 36px 36px;
  margin-left: -20px; }

section {
  padding: 80px 20px;
  overflow-x: hidden; }
  @media only screen and (max-width: 640px) {
    section {
      padding: 40px 20px; } }
  section.gray {
    background: #f2f2f2; }
  section .intro {
    width: 82.5%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    float: none;
    display: block;
    margin: 0 auto 70px auto; }
    section .intro:before, section .intro:after {
      content: " ";
      display: table; }
    section .intro:after {
      clear: both; }
    section .intro h2 {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1.1em;
      text-transform: uppercase;
      font-family: "Univers2", sans-serif !important;
      margin: 2px 0 5px 0;
      padding: 0;
      display: inline-block;
      letter-spacing: .001em; }
      section .intro h2.small {
        font-size: 36px;
        font-size: 2.25rem;
        color: #000; }
    section .intro h3 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.7em;
      color: #333;
      margin: 0 0 20px 0; }
    section .intro p {
      font-size: 18px;
      font-size: 1.125rem;
      color: #333;
      margin: 0 0 20px 0; }
      section .intro p:last-of-type {
        margin-bottom: 0; }
    section .intro.centered {
      text-align: center; }
    @media only screen and (max-width: 1024px) {
      section .intro h2 {
        font-size: 48px;
        font-size: 3rem; }
        section .intro h2.small {
          font-size: 28px;
          font-size: 1.75rem; } }
    @media only screen and (max-width: 768px) {
      section .intro h2 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.0em; }
        section .intro h2.small {
          line-height: 1.2em; }
      section .intro h3 {
        line-height: 1.3em; } }
    @media only screen and (max-width: 580px) {
      section .intro {
        margin-bottom: 40px; }
        section .intro h2 {
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 1.0em; }
          section .intro h2.small {
            line-height: 1.2em; }
        section .intro h3 {
          line-height: 1.3em; } }
  section hr {
    width: 100%;
    height: 1px;
    background: #aaa;
    border: 0;
    margin: 30px 0; }
  section .vertical_spacer10 {
    display: block;
    height: 10px; }
  section .vertical_spacer15 {
    display: block;
    height: 15px; }
  section .vertical_spacer20 {
    display: block;
    height: 20px; }
  section .vertical_spacer25 {
    display: block;
    height: 25px; }
  section .vertical_spacer30 {
    display: block;
    height: 30px; }
  section .vertical_spacer35 {
    display: block;
    height: 35px; }
  section .vertical_spacer40 {
    display: block;
    height: 40px; }
  section .vertical_spacer50 {
    display: block;
    height: 50px; }

#banner {
  width: 100%;
  position: relative;
  background: #000;
  /* Slick Slider Setup */
  /* Banner Slide Setup */
  /*
	.lower_hero_content {
		padding-left: 20px;
		padding-right: 20px;
	}
	*/
  /* Slick Slider Custom Dots */ }
  #banner .slick-slider {
    width: 100%; }
  #banner .slick-prev {
    left: 0; }
  #banner .slick-next {
    right: 0; }
  #banner .banner_slide {
    width: 100%;
    background: #000;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
  #banner .banner_caption {
    display: table;
    width: 100%;
    max-width: 1215px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    #banner .banner_caption .banner_caption--content {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #FFF;
      padding-top: 110px;
      padding-bottom: 110px; }
    #banner .banner_caption .banner_caption--image {
      text-align: center;
      display: inline-block;
      margin-bottom: 40px; }
      #banner .banner_caption .banner_caption--image img {
        max-width: 240px;
        margin: 0 auto; }
    #banner .banner_caption .banner_caption--title {
      font-size: 54px;
      font-size: 3.375rem;
      font-weight: 700;
      line-height: 1.0em;
      color: white;
      font-family: "Univers2", sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
      #banner .banner_caption .banner_caption--title span {
        color: #f0ab00; }
    #banner .banner_caption p {
      margin: 0;
      padding: 0;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.5em;
      color: #FFF; }
    #banner .banner_caption a.btn.primary {
      margin-top: 30px;
      display: inline-block; }
    @media only screen and (max-width: 640px) {
      #banner .banner_caption .banner_caption--title {
        font-size: 36px;
        font-size: 2.25rem; }
      #banner .banner_caption p {
        font-size: 18px;
        font-size: 1.125rem; } }
  #banner .custom_slider_dots ul.slick-dots {
    visibility: visible;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 0; }
  #banner .custom_slider_dots ul.slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 22px;
    height: 21px; }
  #banner .custom_slider_dots ul.slick-dots li button {
    background: #353535;
    border: 2px solid #515151;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  #banner .custom_slider_dots ul.slick-dots li.slick-active button {
    background: #676767;
    border: 2px solid #676767; }
  #banner .custom_slider_dots {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 20px;
    bottom: 20px; }

/* Lower Hero Nav */
.lower_hero_controls {
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 40px 20px 0 20px; }
  .lower_hero_controls:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1; }
  .lower_hero_controls .cta_action {
    width: 24.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
  .lower_hero_controls .lower_hero--content {
    position: relative;
    z-index: 10;
    border-left: 1px solid #363636;
    padding: 0 20px 20px 20px; }
    .lower_hero_controls .lower_hero--content h3 {
      color: #FFF;
      font-family: "Univers2", sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 15px;
      display: inline-block;
      vertical-align: middle;
      background: url("/wp-content/uploads/icon_circle_arrow_yellow.png") no-repeat;
      background-size: 24px 24px;
      background-position: right 3px;
      padding-right: 35px;
      line-height: 1.2em; }
    .lower_hero_controls .lower_hero--content p.hide_mobile {
      color: #FFF !important;
      font-size: 14px;
      font-size: 0.875rem;
      display: block; }
    .lower_hero_controls .lower_hero--content a {
      display: block; }
  @media only screen and (max-width: 960px) {
    .lower_hero_controls {
      position: relative;
      padding-top: 20px; }
      .lower_hero_controls .cta_action {
        width: 49.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%;
        margin-bottom: 20px; }
        .lower_hero_controls .cta_action:nth-child(3), .lower_hero_controls .cta_action:nth-child(4) {
          margin-bottom: 0; } }
  @media only screen and (max-width: 560px) {
    .lower_hero_controls .cta_action {
      width: 99.16667%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%;
      margin-bottom: 20px; }
      .lower_hero_controls .cta_action:nth-child(3) {
        margin-bottom: 20px; }
      .lower_hero_controls .cta_action:nth-child(4) {
        margin-bottom: 0; }
    .lower_hero_controls .lower_hero--content {
      height: auto;
      padding-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
      border-left: 0;
      border-bottom: 1px solid #363636; } }

@media only screen and (max-width: 960px) {
  .mobile_spacer {
    margin-top: 80px; } }

@media only screen and (max-width: 480px) {
  .mobile_spacer {
    margin-top: 40px; } }

#banner {
  background-image: none; }
  #banner.sub {
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
    #banner.sub .banner_caption {
      max-width: 990px;
      height: 420px; }
      @media only screen and (max-width: 960px) {
        #banner.sub .banner_caption {
          max-width: 82.5%; } }
      @media only screen and (max-width: 640px) {
        #banner.sub .banner_caption {
          max-width: 99.16667%; } }
    #banner.sub .banner_caption--content {
      padding: 0; }
      #banner.sub .banner_caption--content h1 {
        font-size: 60px;
        font-size: 3.75rem;
        font-family: "Univers2", sans-serif;
        line-height: 1.0em;
        margin: 0 0 10px 0;
        padding: 0;
        color: #FFF;
        text-transform: uppercase; }
        #banner.sub .banner_caption--content h1 span {
          color: #f0ab00; }
      #banner.sub .banner_caption--content p {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-size: 1.5rem; }
      @media only screen and (max-width: 640px) {
        #banner.sub .banner_caption--content {
          vertical-align: middle; }
          #banner.sub .banner_caption--content h1 {
            font-size: 36px;
            font-size: 2.25rem;
            line-height: 1.2em; }
          #banner.sub .banner_caption--content p {
            font-size: 18px;
            font-size: 1.125rem; } }

.product_blade {
  padding: 60px 20px 40px 20px; }
  .product_blade .container {
    overflow: visible; }
  .product_blade .product_blade--desc {
    width: 74.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    float: right; }
    .product_blade .product_blade--desc h2 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.1em;
      text-transform: uppercase;
      font-family: "Univers2", sans-serif !important;
      margin: 0px 0 10px 0;
      padding: 0;
      display: inline-block;
      letter-spacing: .001em; }
    .product_blade .product_blade--desc h3 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      color: #333;
      margin: 0 0 20px 0;
      line-height: 1.2em; }
    .product_blade .product_blade--desc strong {
      color: #000; }
    .product_blade .product_blade--desc p {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0 0 20px 0;
      line-height: 1.5em; }
      .product_blade .product_blade--desc p:last-of-type {
        margin-bottom: 0; }
    .product_blade .product_blade--desc ul {
      margin: 0 0 30px 0;
      padding: 0;
      padding-left: 20px; }
      .product_blade .product_blade--desc ul li {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5em;
        margin-bottom: 10px; }
        .product_blade .product_blade--desc ul li ul {
          margin-top: 20px; }
  @media only screen and (min-width: 960px) {
    .product_blade .product_blade--image {
      overflow: visible;
      width: 24.16667%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%;
      margin-left: -100%;
      padding-left: 100%;
      margin-left: -80%;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto;
      min-height: 300px; }
      .product_blade .product_blade--image img {
        display: none; } }
  @media only screen and (max-width: 960px) {
    .product_blade {
      padding-bottom: 60px; }
      .product_blade .product_blade--image {
        text-align: center;
        background: none !important; }
        .product_blade .product_blade--image img {
          max-width: 100%; }
      .product_blade .product_blade--desc {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }

.content_blade {
  padding-top: 50px;
  padding-bottom: 40px; }
  .content_blade .container {
    display: table; }
  .content_blade .content_blade-content {
    float: none;
    display: table-cell;
    vertical-align: middle; }
    .content_blade .content_blade-content p {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0 0 20px 0;
      padding: 0;
      line-height: 1.5em; }
  .content_blade .content_blade-image {
    width: 32.5%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    padding-left: 40px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .content_blade .content_blade-image img {
      max-width: 100%; }
  @media only screen and (max-width: 1260px) {
    .content_blade .content_blade-content {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .content_blade .content_blade-image {
      display: none; } }

.quote {
  background: #828282;
  padding: 50px 20px; }
  .quote blockquote {
    text-align: center; }
    .quote blockquote p {
      color: #FFF;
      font-size: 20px;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.2em;
      display: inline;
      font-family: "Univers", sans-serif;
      font-weight: 300; }
    .quote blockquote cite {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      font-size: 1rem;
      color: #FFF;
      font-style: normal; }
      .quote blockquote cite:before {
        display: inline-block;
        content: '–';
        padding-right: 5px; }

.request_bar {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px; }
  .request_bar .content {
    width: 99.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    text-align: center; }
    .request_bar .content a.btn {
      padding-bottom: 12px; }

.resources_list .resource_wrap,
.resources_page .resource_wrap {
  width: 100%; }
  .resources_list .resource_wrap:before, .resources_list .resource_wrap:after,
  .resources_page .resource_wrap:before,
  .resources_page .resource_wrap:after {
    content: " ";
    display: table; }
  .resources_list .resource_wrap:after,
  .resources_page .resource_wrap:after {
    clear: both; }
  .resources_list .resource_wrap br,
  .resources_page .resource_wrap br {
    display: none; }
  .resources_list .resource_wrap .resource,
  .resources_page .resource_wrap .resource {
    width: 24.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
    @media only screen and (max-width: 960px) {
      .resources_list .resource_wrap .resource,
      .resources_page .resource_wrap .resource {
        width: 49.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
    @media only screen and (max-width: 480px) {
      .resources_list .resource_wrap .resource,
      .resources_page .resource_wrap .resource {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
  .resources_list .resource_wrap.double .resource,
  .resources_page .resource_wrap.double .resource {
    width: 49.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
    @media only screen and (max-width: 480px) {
      .resources_list .resource_wrap.double .resource,
      .resources_page .resource_wrap.double .resource {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
  .resources_list .resource_wrap.triple .resource,
  .resources_page .resource_wrap.triple .resource {
    width: 32.5%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
    @media only screen and (max-width: 767px) {
      .resources_list .resource_wrap.triple .resource,
      .resources_page .resource_wrap.triple .resource {
        width: 49.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
    @media only screen and (max-width: 480px) {
      .resources_list .resource_wrap.triple .resource,
      .resources_page .resource_wrap.triple .resource {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }

.resources_list .resource,
.resources_page .resource {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .resources_list .resource a,
  .resources_page .resource a {
    display: block;
    padding: 25px 20px 25px 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .resources_list .resource a:hover,
    .resources_page .resource a:hover {
      background: rgba(255, 255, 255, 0.1); }
      .resources_list .resource a:hover p,
      .resources_page .resource a:hover p {
        color: white; }
  .resources_list .resource .resource_type,
  .resources_page .resource .resource_type {
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-family: "Univers2", sans-serif;
    margin-bottom: 20px; }
  .resources_list .resource .thumb,
  .resources_page .resource .thumb {
    display: none; }
  .resources_list .resource h3,
  .resources_page .resource h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "Univers", sans-serif;
    color: #FFF;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 15px 0;
    padding: 0; }
  .resources_list .resource p,
  .resources_page .resource p {
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

/* Resources List */
.resources_list {
  background: #006ca9; }
  .resources_list .intro h2, .resources_list .intro p {
    color: #FFF; }
  .resources_list p {
    color: #FFF; }

/* Resources Page */
.resources_page {
  background: #FFF;
  padding-top: 130px; }
  .resources_page .hide_visibility {
    visibility: hidden; }
  .resources_page .resource {
    border-top: 1px solid rgba(0, 108, 169, 0.5); }
    .resources_page .resource a {
      display: block;
      padding: 25px 20px 25px 10px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .resources_page .resource a:hover {
        background: rgba(0, 108, 169, 0.1); }
        .resources_page .resource a:hover p {
          color: black; }
    .resources_page .resource.selected a {
      background: rgba(0, 108, 169, 0.1); }
      .resources_page .resource.selected a p {
        color: black; }
    .resources_page .resource .resource_type {
      font-size: 12px;
      font-size: 0.75rem;
      color: rgba(0, 108, 169, 0.5);
      text-transform: uppercase;
      font-family: "Univers2", sans-serif;
      margin-bottom: 20px; }
    .resources_page .resource h3 {
      font-size: 21px;
      font-size: 1.3125rem;
      font-family: "Univers", sans-serif;
      color: #333;
      font-weight: 700;
      line-height: 1.3em;
      margin: 0 0 15px 0;
      padding: 0; }
    .resources_page .resource p {
      color: black;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.4em;
      margin: 0 0 20px 0;
      padding: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

.desc_card {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px; }
  .desc_card .intro {
    margin-bottom: 60px; }
  .desc_card .cards_list {
    width: 100%;
    font-size: 0px;
    text-align: center; }
    .desc_card .cards_list:before, .desc_card .cards_list:after {
      content: " ";
      display: table; }
    .desc_card .cards_list:after {
      clear: both; }
    .desc_card .cards_list .cards_list--card {
      width: 32.5%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0 40px 100px 40px; }
      .desc_card .cards_list .cards_list--card .icon {
        width: 126px;
        height: 126px;
        display: block;
        margin: 0 auto 35px auto; }
      .desc_card .cards_list .cards_list--card h3 {
        font-size: 24px;
        font-size: 1.5rem;
        foint-family: "Univers", sans-serif;
        font-weight: 400;
        color: #000;
        line-height: 1.2em;
        margin: 0 0 10px 0;
        padding: 0; }
      .desc_card .cards_list .cards_list--card p {
        margin: 0 0 20px 0;
        padding: 0; }
        .desc_card .cards_list .cards_list--card p:last-of-type {
          margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .desc_card .cards_list .cards_list--card {
          width: 49.16667%;
          float: left;
          margin-left: 0.41667%;
          margin-right: 0.41667%; } }
      @media only screen and (max-width: 560px) {
        .desc_card .cards_list .cards_list--card {
          width: 99.16667%;
          float: left;
          margin-left: 0.41667%;
          margin-right: 0.41667%; } }
      @media only screen and (max-width: 480px) {
        .desc_card .cards_list .cards_list--card {
          padding: 0 0 60px 0; } }
    @media only screen and (max-width: 480px) {
      .desc_card .cards_list.carousel .cards_list--card {
        padding: 0 30px 60px 30px; } }

.large_featured .content {
  display: table;
  width: 100%; }
  .large_featured .content:before, .large_featured .content:after {
    content: " ";
    display: table; }
  .large_featured .content:after {
    clear: both; }
  .large_featured .content .split {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
    .large_featured .content .split:first-of-type {
      direction: rtl; }
    .large_featured .content .split .content_block {
      max-width: 590px;
      direction: ltr;
      float: right; }
    .large_featured .content .split .inline_content {
      margin-bottom: 80px; }
      .large_featured .content .split .inline_content:last-of-type {
        margin-bottom: 0; }
    .large_featured .content .split .inline_list {
      /* Product List - Vertical */ }
      .large_featured .content .split .inline_list ul.product_list {
        margin: 0;
        padding: 0;
        list-style: none; }
        .large_featured .content .split .inline_list ul.product_list li {
          clear: both;
          margin-bottom: 25px;
          position: relative;
          padding-left: 100px; }
          .large_featured .content .split .inline_list ul.product_list li .product_list-icon {
            position: absolute;
            left: 0;
            top: 0; }
          .large_featured .content .split .inline_list ul.product_list li h3 {
            margin: 0 0 10px 0;
            padding: 0;
            font-weight: 400;
            font-size: 1.75em;
            color: #3c3c3c;
            font-family: "Univers", Arial, sans-serif; }
          .large_featured .content .split .inline_list ul.product_list li h4 {
            font-size: 1.3em;
            font-weight: 700;
            line-height: 1.5em;
            margin: 0;
            padding: 0;
            color: #3c3c3c; }
          .large_featured .content .split .inline_list ul.product_list li p {
            font-size: 16px;
            font-size: 1rem;
            margin: 0 0 20px 0; }
            .large_featured .content .split .inline_list ul.product_list li p:last-of-type {
              margin-bottom: 0; }
          .large_featured .content .split .inline_list ul.product_list li a {
            font-size: 0.75em;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: underline; }
        @media only screen and (max-width: 480px) {
          .large_featured .content .split .inline_list ul.product_list {
            padding-right: 20px; }
            .large_featured .content .split .inline_list ul.product_list li {
              padding-left: 70px; }
              .large_featured .content .split .inline_list ul.product_list li .product_list-icon {
                width: 50px; } }
        .large_featured .content .split .inline_list ul.product_list.no_icons li {
          padding-left: 0; }
    .large_featured .content .split h2 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.1em;
      text-transform: uppercase;
      font-family: "Univers2", sans-serif !important;
      margin: 0px 0 10px 0;
      padding: 0;
      display: inline-block;
      letter-spacing: .001em; }
    .large_featured .content .split h3 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      color: #333;
      margin: 0 0 20px 0;
      line-height: 1.2em; }
    .large_featured .content .split.image {
      padding: 0 0 0 80px; }
      .large_featured .content .split.image img {
        width: 100%;
        max-width: 75%; }
    @media only screen and (max-width: 768px) {
      .large_featured .content .split h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media only screen and (max-width: 580px) {
      .large_featured .content .split h2 {
        font-size: 32px;
        font-size: 2rem; } }
  @media only screen and (max-width: 1023px) {
    .large_featured .content {
      display: block; }
      .large_featured .content .split {
        width: 100%;
        display: block; }
        .large_featured .content .split .content_block {
          max-width: 99.16667%; }
        .large_featured .content .split.image {
          text-align: center;
          padding-top: 40px;
          padding-left: 0; } }

.large_featured.flip .content {
  direction: rtl; }
  .large_featured.flip .content .split {
    width: 50%; }
    .large_featured.flip .content .split.image {
      padding: 0 80px 0 0; }
    .large_featured.flip .content .split:first-of-type {
      direction: ltr; }
    .large_featured.flip .content .split .content_block {
      max-width: 590px;
      direction: ltr;
      float: left; }
    .large_featured.flip .content .split .inline_content {
      margin-bottom: 80px; }
      .large_featured.flip .content .split .inline_content:last-of-type {
        margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .large_featured.flip .content {
      display: block; }
      .large_featured.flip .content .split {
        width: 100%;
        display: block; }
        .large_featured.flip .content .split:first-of-type {
          display: lrt; }
        .large_featured.flip .content .split .content_block {
          max-width: 99.16667%; }
        .large_featured.flip .content .split.image {
          text-align: center;
          padding-top: 40px;
          padding-right: 0; } }

.full_content_block {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: -20px; }
  .full_content_block h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: "Univers2", sans-serif !important;
    margin: 0px 0 10px 0;
    padding: 0;
    display: inline-block;
    letter-spacing: .001em; }
  .full_content_block h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.2em; }
  .full_content_block p {
    font-size: 18px;
    font-size: 1.125rem; }
  .full_content_block ul {
    margin: 0 0 20px 0;
    padding: 0;
    padding-left: 20px; }
    .full_content_block ul li {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5em;
      margin-bottom: 20px; }
      .full_content_block ul li ul {
        margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .full_content_block h2 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media only screen and (max-width: 580px) {
    .full_content_block h2 {
      font-size: 32px;
      font-size: 2rem; } }

.split_block .content_block {
  width: 65.83333%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  padding-right: 30px; }

.split_block .image_block {
  width: 32.5%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  padding-top: 5px; }

@media only screen and (min-width: 768px) {
  .split_block.flip .content_block {
    margin-left: 33.75%;
    padding-left: 40px; }
  .split_block.flip .image_block {
    margin-left: -99.58333%; } }

.split_block h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Univers2", sans-serif !important;
  margin: 0px 0 10px 0;
  padding: 0;
  display: inline-block;
  letter-spacing: .001em; }
  .split_block h2.lowercase {
    text-transform: none;
    font-weight: 300;
    font-family: "Univers", sans-serif !important;
    font-size: 36px;
    font-size: 2.25rem; }

.split_block h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.2em; }

.split_block p {
  font-size: 18px;
  font-size: 1.125rem; }

.split_block ul {
  margin: 0 0 20px 0;
  padding: 0;
  padding-left: 20px; }
  .split_block ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .split_block .content_block {
    width: 99.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
  .split_block .image_block {
    display: none; } }

@media only screen and (max-width: 768px) {
  .split_block h2 {
    font-size: 40px;
    font-size: 2.5rem; } }

@media only screen and (max-width: 580px) {
  .split_block h2 {
    font-size: 38px;
    font-size: 2.375rem; } }

.product_tiles {
  padding-bottom: 20px;
  /* As Featured Layout */ }
  .product_tiles .intro {
    width: 99.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
  .product_tiles .product_tile {
    width: 32.5%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-bottom: 60px; }
    .product_tiles .product_tile hr {
      margin: 20px 0; }
    .product_tiles .product_tile .product_tile-image {
      padding-bottom: 20px;
      width: 100%;
      display: table; }
      .product_tiles .product_tile .product_tile-image figure {
        margin: 0;
        padding: 0;
        text-align: center;
        display: table-cell;
        vertical-align: bottom; }
      .product_tiles .product_tile .product_tile-image img {
        max-width: 100%;
        text-align: center; }
    .product_tiles .product_tile h3 {
      font-weight: 700;
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0 0 5px 0;
      padding: 0;
      line-height: 1.2em; }
    .product_tiles .product_tile h4 {
      font-weight: 400;
      font-size: 22px;
      font-size: 1.375rem;
      margin: 0 0 20px 0;
      padding: 0;
      line-height: 1.2em; }
    .product_tiles .product_tile p {
      marging: 0 0 20px 0;
      padding: 0;
      font-size: 16px;
      font-size: 1rem; }
      .product_tiles .product_tile p:last-of-type {
        margin-bottom: 0; }
    .product_tiles .product_tile a.btn {
      margin-top: 10px; }
    @media only screen and (max-width: 860px) {
      .product_tiles .product_tile {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%;
        margin-bottom: 60px; }
        .product_tiles .product_tile:last-of-type {
          margin-bottom: 0; } }
  .product_tiles.set_two .product_tile {
    width: 49.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
    @media only screen and (max-width: 767px) {
      .product_tiles.set_two .product_tile {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
  .product_tiles.set_four .product_tile {
    width: 24.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1160px) {
      .product_tiles.set_four .product_tile {
        width: 49.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%;
        margin-bottom: 60px; }
        .product_tiles.set_four .product_tile:last-of-type {
          margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .product_tiles.set_four .product_tile {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
  .product_tiles.as_featured {
    padding-top: 80px;
    padding-bottom: 80px; }
    .product_tiles.as_featured .product_tile {
      width: 32.5%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%;
      padding-left: 0px;
      padding-right: 60px;
      text-align: left; }
      .product_tiles.as_featured .product_tile .product_tile-image figure {
        text-align: left; }
      .product_tiles.as_featured .product_tile h3 {
        color: #000; }
      @media only screen and (max-width: 860px) {
        .product_tiles.as_featured .product_tile {
          width: 99.16667%;
          float: left;
          margin-left: 0.41667%;
          margin-right: 0.41667%;
          margin-bottom: 100px;
          padding-right: 0; }
          .product_tiles.as_featured .product_tile:last-of-type {
            margin-bottom: 0; } }

.case_studies {
  background: #006ca9; }
  .case_studies .intro h2 {
    color: #FFF; }
  .case_studies br {
    display: none; }
  .case_studies .cs_tile, .case_studies .resource {
    width: 24.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5); }
    .case_studies .cs_tile a, .case_studies .resource a {
      display: block;
      padding-top: 25px; }
      .case_studies .cs_tile a:before, .case_studies .cs_tile a:after, .case_studies .resource a:before, .case_studies .resource a:after {
        content: " ";
        display: table; }
      .case_studies .cs_tile a:after, .case_studies .resource a:after {
        clear: both; }
      .case_studies .cs_tile a:hover, .case_studies .resource a:hover {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .case_studies .cs_tile a:hover:hover, .case_studies .resource a:hover:hover {
          background: rgba(255, 255, 255, 0.1); }
          .case_studies .cs_tile a:hover:hover .desc h3, .case_studies .cs_tile a:hover:hover .desc p, .case_studies .resource a:hover:hover .desc h3, .case_studies .resource a:hover:hover .desc p {
            color: white; }
    .case_studies .cs_tile .resource_type, .case_studies .resource .resource_type {
      display: none; }
    .case_studies .cs_tile .thumb, .case_studies .resource .thumb {
      width: 100%;
      margin-bottom: 10px; }
      .case_studies .cs_tile .thumb img, .case_studies .resource .thumb img {
        width: 100%; }
    .case_studies .cs_tile .desc, .case_studies .resource .desc {
      width: 100%;
      padding: 0;
      margin: 0; }
    .case_studies .cs_tile h3, .case_studies .resource h3 {
      font-family: "Univers", sans-serif;
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: 700;
      line-height: 1.4em;
      color: #FFF;
      padding: 0 10px 15px 10px;
      margin-bottom: 0; }
    .case_studies .cs_tile p, .case_studies .resource p {
      color: #FFF;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6em;
      padding: 0 10px 20px 10px; }
      .case_studies .cs_tile p:last-of-type, .case_studies .resource p:last-of-type {
        margin-bottom: 0; }
    @media only screen and (max-width: 960px) {
      .case_studies .cs_tile, .case_studies .resource {
        width: 49.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }
    @media only screen and (max-width: 580px) {
      .case_studies .cs_tile, .case_studies .resource {
        width: 99.16667%;
        float: left;
        margin-left: 0.41667%;
        margin-right: 0.41667%; } }

.careers .intro {
  width: 99.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  margin-bottom: 40px; }

.careers .position .dept {
  margin-bottom: 40px; }
  .careers .position .dept:before, .careers .position .dept:after {
    content: " ";
    display: table; }
  .careers .position .dept:after {
    clear: both; }
  .careers .position .dept h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-left: 7px;
    display: block;
    margin-bottom: 15px; }

.careers .position .box {
  width: 24.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top; }
  .careers .position .box .job_opening {
    display: table;
    width: 100%; }
    .careers .position .box .job_opening a {
      width: 100%;
      vertical-align: bottom;
      display: table-cell;
      line-height: 1.3em;
      background: #7d7d7d;
      color: #FFF;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      padding: 10px 10px 20px 10px;
      height: 160px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .careers .position .box .job_opening a:hover {
        background: #f0ab00; }
      .careers .position .box .job_opening a span {
        font-size: 14px;
        font-size: 0.875rem; }
  @media only screen and (max-width: 960px) {
    .careers .position .box {
      width: 32.5%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%; } }
  @media only screen and (max-width: 767px) {
    .careers .position .box {
      width: 49.16667%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%; } }
  @media only screen and (max-width: 480px) {
    .careers .position .box {
      width: 99.16667%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%; }
      .careers .position .box .job_opening a {
        height: auto;
        padding-top: 20px; } }

.careers .position ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  .careers .position ul li {
    width: 24.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top; }
    .careers .position ul li .job_opening {
      display: table;
      width: 100%; }
      .careers .position ul li .job_opening a {
        width: 100%;
        vertical-align: bottom;
        display: table-cell;
        line-height: 1.3em;
        background: #7d7d7d;
        color: #FFF;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 10px 10px 20px 10px;
        height: 160px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .careers .position ul li .job_opening a:hover {
          background: #f0ab00; }
        .careers .position ul li .job_opening a span {
          font-size: 14px;
          font-size: 0.875rem; }
  @media only screen and (max-width: 960px) {
    .careers .position ul li {
      width: 32.5%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%; } }
  @media only screen and (max-width: 767px) {
    .careers .position ul li {
      width: 49.16667%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%; } }
  @media only screen and (max-width: 480px) {
    .careers .position ul li {
      width: 99.16667%;
      float: left;
      margin-left: 0.41667%;
      margin-right: 0.41667%; }
      .careers .position ul li .job_opening a {
        height: auto;
        padding-top: 20px; } }

.leadership .intro {
  width: 99.16667%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%; }

.leadership .team_member {
  display: table;
  width: 100%;
  margin-top: 60px; }
  .leadership .team_member .team_member-photo {
    display: table-cell;
    width: 190px;
    height: 160px;
    vertical-align: top;
    padding-right: 30px; }
  .leadership .team_member .team_member-desc {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    border-left: 1px solid #aaa; }
    .leadership .team_member .team_member-desc p {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 20px 0;
      padding: 0; }
      .leadership .team_member .team_member-desc p:last-of-type {
        margin-bottom: 0; }
  @media only screen and (max-width: 640px) {
    .leadership .team_member {
      display: block; }
      .leadership .team_member .team_member-desc,
      .leadership .team_member .team_member-photo {
        display: block; }
      .leadership .team_member .team_member-desc {
        border-left: 0;
        padding-left: 0;
        margin-top: 25px; }
      .leadership .team_member .team_member-photo {
        height: auto;
        padding-right: 0; } }

.news_list .news_list-container {
  width: 50%;
  float: left;
  padding-left: 10px; }
  .news_list .news_list-container h2 {
    margin-bottom: 25px; }
  .news_list .news_list-container:first-child {
    padding-left: 0;
    padding-right: 10px; }
  .news_list .news_list-container .news_list-list {
    border: 10px solid #dcdcdc;
    padding: 20px; }
  .news_list .news_list-container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .news_list .news_list-container ul li {
      display: block;
      line-height: 1.4em;
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 15px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 15px; }
      .news_list .news_list-container ul li:last-child {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .news_list .news_list-container ul li a {
        display: block;
        font-size: 16px;
        font-size: 1rem; }
  @media only screen and (max-width: 900px) {
    .news_list .news_list-container {
      width: 100%;
      clear: both;
      padding-left: 0; }
      .news_list .news_list-container:first-child {
        padding-right: 0; }
      .news_list .news_list-container:last-child {
        margin-top: 40px; } }

.press_release {
  padding-top: 140px; }
  .press_release .press {
    width: 99.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
    padding: 40px;
    border: 10px solid #dcdcdc; }
  .press_release h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2em;
    font-weight: 300;
    color: #f0ab00; }
  .press_release h3 {
    font-weight: 600;
    color: #111;
    margin: 10px 0 15px 0;
    display: block; }
  .press_release p {
    marign: 0 0 20px 0;
    padding: 0; }
    .press_release p:last-of-type {
      margin-bottom: 0; }
  @media only screen and (max-width: 580px) {
    .press_release h1 {
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    .press_release {
      padding-top: 100px; } }

.error_404 h1 {
  font-size: 48px;
  font-size: 3rem; }

nav.subnav {
  width: 100%;
  background: lightblue;
  background: #51585e; }
  nav.subnav:before, nav.subnav:after {
    content: " ";
    display: table; }
  nav.subnav:after {
    clear: both; }
  nav.subnav .container {
    padding: 0; }
    nav.subnav .container ul {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
      text-align: center;
      font-size: 0;
      display: table; }
      nav.subnav .container ul li {
        vertical-align: middle;
        display: table-cell;
        white-space: nowrap;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin-left: -1px; }
        nav.subnav .container ul li a {
          display: block;
          color: #FFF;
          font-family: "Univers", sans-serif;
          font-weight: 400;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 1.3em;
          padding: 15px; }
        nav.subnav .container ul li:hover {
          background: #FFF; }
          nav.subnav .container ul li:hover a {
            color: #333; }
        nav.subnav .container ul li.active {
          background: #FFF; }
          nav.subnav .container ul li.active a {
            color: #333; }
      @media only screen and (min-width: 768px) {
        nav.subnav .container ul li {
          border-left: 1px solid #FFF; }
          nav.subnav .container ul li:first-child {
            border-left: 0; } }
      @media only screen and (min-width: 581px) and (max-width: 767px) {
        nav.subnav .container ul {
          display: block;
          margin-bottom: -1px; }
          nav.subnav .container ul li {
            width: 33.33%;
            display: inline-block;
            border-bottom: 1px solid #FFF;
            border-left: 1px solid #FFF; }
            nav.subnav .container ul li:nth-child(3n+1) {
              border-left: 0; } }
      @media only screen and (max-width: 580px) {
        nav.subnav .container ul {
          display: block;
          margin-bottom: -1px; }
          nav.subnav .container ul li {
            width: 50%;
            display: inline-block;
            border-bottom: 1px solid #FFF;
            border-left: 1px solid #FFF; }
            nav.subnav .container ul li:nth-child(2n+1) {
              border-left: 0; } }
      @media only screen and (max-width: 480px) {
        nav.subnav .container ul li a {
          font-size: 14px;
          font-size: 0.875rem; } }

.contact_form {
  width: 65.83333%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  min-height: 400px; }

.contact_locations {
  width: 32.5%;
  float: left;
  margin-left: 0.41667%;
  margin-right: 0.41667%;
  background: #ebebeb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 40px 40px 40px; }
  .contact_locations .location {
    width: 100%;
    margin-bottom: 10px; }
    .contact_locations .location:before, .contact_locations .location:after {
      content: " ";
      display: table; }
    .contact_locations .location:after {
      clear: both; }
    .contact_locations .location:last-of-type {
      margin-bottom: 0; }
    .contact_locations .location h3 {
      font-weight: 600;
      color: #000;
      margin-bottom: 20px;
      padding-bottom: 8px;
      border-bottom: 1px solid #aaa; }
    .contact_locations .location h4 {
      font-weight: 600;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em; }
    .contact_locations .location p {
      margin: 0 0 20px 0; }
      .contact_locations .location p:last-of-type {
        margin-bottom: 0; }

@media only screen and (max-width: 900px) {
  .contact_form,
  .contact_locations {
    width: 99.16667%;
    float: left;
    margin-left: 0.41667%;
    margin-right: 0.41667%; }
  .contact_locations {
    margin-top: 30px; } }

#about-drobo {
  margin-top: 0; }
  #about-drobo section {
    padding: 0; }
