@charset "UTF-8";
/*----------------------------------------------------------------
Wiland Custom Styles
Author:	Josh Southern :: Paradigm Shift Interactive
----------------------------------------------------------------*/
/*----------------------------------------------------------------
Wiland Custom Variables
Author:	Josh Southern :: Paradigm Shift Interactive
----------------------------------------------------------------*/
.wiland-dark-blue {
  background-color: #336699; }

.wiland-dark-blue-seethru {
  background-color: rgba(0, 85, 135, 0.75); }

.wiland-dark-blue-text {
  color: #336699; }

.wiland-med-blue {
  background-color: #005587; }

.wiland-med-blue-seethru {
  background-color: rgba(0, 85, 135, 0.75); }

.wiland-med-blue-text {
  color: #005587; }

.wiland-light-blue {
  background-color: #80aac3; }

.wiland-light-blue-seethru {
  background-color: rgba(128, 170, 195, 0.75); }

.wiland-light-blue-text {
  color: #80aac3; }

.wiland-bright-blue {
  background-color: #0099cc; }

.wiland-bright-blue-seethru {
  background-color: rgba(0, 153, 204, 0.8); }

.wiland-bright-blue-text {
  color: #0099cc; }

.wiland-orange {
  background-color: #e97716; }

.wiland-orange-seethru {
  background-color: rgba(244, 178, 46, 0.85); }

.wiland-orange-text {
  color: #e97716; }

.wiland-light-orange {
  background-color: #f4b22e; }

.wiland-light-orange-seethru {
  background-color: rgba(244, 178, 46, 0.85); }

.wiland-light-orange-text {
  color: #f4b22e; }

.wiland-light-grey {
  background-color: #eceeef; }

html {
  line-height: 1.4; }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.3px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
  color: #333;
  margin: 1.0rem 0 0; }
  h1.normal-font, h2.normal-font, h3.normal-font, h4.normal-font, h5.normal-font, h6.normal-font {
    font-family: "Roboto", Arial, sans-serif; }

h1 {
  font-size: 42px;
  margin-bottom: 0.6rem; }
  @media only screen and (max-width: 992px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 32px; } }
  h1.bigger {
    font-size: 68px; }
    @media only screen and (max-width: 992px) {
      h1.bigger {
        font-size: 42px; } }
    @media only screen and (max-width: 600px) {
      h1.bigger {
        font-size: 36px; } }

h2 {
  font-size: 36px;
  font-weight: 300; }
  @media only screen and (max-width: 992px) {
    h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 24px; } }
  h2.bigger {
    font-size: 42px; }
    @media only screen and (max-width: 992px) {
      h2.bigger {
        font-size: 36px; } }
    @media only screen and (max-width: 600px) {
      h2.bigger {
        font-size: 28px; } }

h3 {
  font-size: 26px;
  font-weight: 300; }
  @media only screen and (max-width: 992px) {
    h3 {
      font-size: 24px; } }
  @media only screen and (max-width: 600px) {
    h3 {
      font-size: 22px; } }
  h3.bigger {
    font-size: 36px; }
    @media only screen and (max-width: 992px) {
      h3.bigger {
        font-size: 30px; } }
    @media only screen and (max-width: 600px) {
      h3.bigger {
        font-size: 24px; } }
  h3.huge {
    font-size: 42px; }
    @media only screen and (max-width: 992px) {
      h3.huge {
        font-size: 36px; } }
    @media only screen and (max-width: 600px) {
      h3.huge {
        font-size: 32px; } }

h4 {
  font-size: 24px;
  font-weight: 300;
  color: #0099cc; }
  @media only screen and (max-width: 600px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    h5 {
      font-size: 18px; } }
  h5.smaller {
    font-size: 18px; }
    @media only screen and (max-width: 600px) {
      h5.smaller {
        font-size: 16px; } }
  h5.padding-bottom {
    padding-bottom: 24px; }

h6 {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    h6 {
      font-size: 18px; } }

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h1, h3 + h2, h3 + h4, h3 + h5, h3 + h6,
h4 + h1, h4 + h2, h4 + h3, h4 + h5, h4 + h6,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h6,
h6 + h1, h6 + h2, h6 + h3, h6 + h5, h6 + h5 {
  margin-top: 0; }

h1.roboto,
h2.roboto,
h3.roboto,
h4.roboto,
h5.roboto,
h6.roboto {
  font-family: "Roboto", Arial, sans-serif; }

p {
  font-size: 21px;
  margin: 0.4rem 0 1.4rem;
  color: #444; }
  @media only screen and (max-width: 992px) {
    p {
      font-size: 19px; } }
  @media only screen and (max-width: 600px) {
    p {
      font-size: 16px; } }
  p.tight-top {
    margin-top: 0; }
  p.tight-bottom {
    margin-bottom: 0; }
  p.all-caps {
    text-transform: uppercase; }
  p.featured {
    font-size: 24px;
    color: #0099cc; }
  p.bigger {
    font-size: 18px; }
  p.smaller {
    font-size: 16px; }
  p.note {
    font-size: 12px !important; }
  p a {
    color: #e97716;
    text-decoration: underline; }
    p a:hover {
      color: #0099cc; }
  p .material-icons {
    position: relative;
    top: 6px; }

a {
  color: #0099cc; }
  a:hover {
    color: #336699; }

.section ul li a, .section ol li a {
  color: #e97716;
  text-decoration: underline; }
  .section ul li a:hover, .section ol li a:hover {
    color: #0099cc; }

hr {
  border: 0px none;
  border-top: 2px solid #0099cc; }
  hr.white {
    border-top: 1px solid #fff; }

blockquote {
  border-left: 5px solid #e97716; }

strong {
  font-weight: 700; }
  strong .material-icons {
    font-weight: bold; }

sup {
  font-size: 40%;
  top: -1em; }

img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 600px) {
  iframe {
    max-width: 100% !important;
    min-height: 200px !important; } }

table.align-top td {
  vertical-align: top; }

.alignright {
  float: right;
  position: relative;
  margin: 1rem 0 15px 25px; }
  @media only screen and (max-width: 992px) {
    .alignright {
      float: none;
      margin-left: 0;
      margin-bottom: 0; } }

.alignleft {
  float: left;
  position: relative;
  margin: 1rem 25px 15px 0; }
  @media only screen and (max-width: 992px) {
    .alignleft {
      float: none;
      margin-right: 0;
      margin-bottom: 0; } }

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

.two-columns-inner {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left; }
  @media only screen and (max-width: 600px) {
    .two-columns-inner {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.clear {
  clear: both; }

.desktop-break {
  display: block; }
  @media only screen and (max-width: 992px) {
    .desktop-break {
      display: inline; } }

.mobile-break {
  display: inline; }
  @media only screen and (max-width: 600px) {
    .mobile-break {
      display: block; } }

.btn, .btn-large, .btn-small, .btn-flat {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 25px;
  border-radius: 0px;
  border-style: solid;
  border-color: #333;
  color: #333;
  background: transparent;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle; }
  .btn:hover, .btn-large:hover, .btn-small:hover, .btn-flat:hover {
    border-color: #000;
    color: #000;
    background: transparent;
    box-shadow: none; }
  .btn:active, .btn:focus, .btn-large:active, .btn-large:focus, .btn-small:active, .btn-small:focus, .btn-flat:active, .btn-flat:focus {
    background: transparent;
    box-shadow: none; }
  .btn.wiland-bright-blue, .btn-large.wiland-bright-blue, .btn-small.wiland-bright-blue, .btn-flat.wiland-bright-blue {
    border-color: #0099cc;
    color: #0099cc; }
    .btn.wiland-bright-blue:hover, .btn-large.wiland-bright-blue:hover, .btn-small.wiland-bright-blue:hover, .btn-flat.wiland-bright-blue:hover {
      border-color: #336699;
      color: #336699; }
  .btn.wiland-bright-blue-bg, .btn-large.wiland-bright-blue-bg, .btn-small.wiland-bright-blue-bg, .btn-flat.wiland-bright-blue-bg {
    border-color: #fff;
    border: 0px none;
    color: #fff;
    background: #0099cc; }
    .btn.wiland-bright-blue-bg:hover, .btn-large.wiland-bright-blue-bg:hover, .btn-small.wiland-bright-blue-bg:hover, .btn-flat.wiland-bright-blue-bg:hover {
      background: #336699; }
  .btn.wiland-dark-blue, .btn-large.wiland-dark-blue, .btn-small.wiland-dark-blue, .btn-flat.wiland-dark-blue {
    border-color: #336699;
    color: #336699; }
    .btn.wiland-dark-blue:hover, .btn-large.wiland-dark-blue:hover, .btn-small.wiland-dark-blue:hover, .btn-flat.wiland-dark-blue:hover {
      border-color: #0099cc;
      color: #0099cc; }
  .btn.wiland-orange, .btn-large.wiland-orange, .btn-small.wiland-orange, .btn-flat.wiland-orange {
    border-color: #e97716;
    color: #e97716; }
    .btn.wiland-orange:hover, .btn-large.wiland-orange:hover, .btn-small.wiland-orange:hover, .btn-flat.wiland-orange:hover {
      border-color: #0099cc;
      color: #0099cc; }
  .btn.wiland-light-orange, .btn-large.wiland-light-orange, .btn-small.wiland-light-orange, .btn-flat.wiland-light-orange {
    border-color: #f4b22e;
    color: #f4b22e; }
    .btn.wiland-light-orange:hover, .btn-large.wiland-light-orange:hover, .btn-small.wiland-light-orange:hover, .btn-flat.wiland-light-orange:hover {
      border-color: #e97716;
      color: #e97716; }
  .btn.white, .btn-large.white, .btn-small.white, .btn-flat.white {
    border-color: #fff;
    color: #fff;
    background: transparent !important; }
    .btn.white:hover, .btn-large.white:hover, .btn-small.white:hover, .btn-flat.white:hover {
      opacity: 0.7; }
  .btn.white-bg, .btn-large.white-bg, .btn-small.white-bg, .btn-flat.white-bg {
    border-color: #fff;
    color: #333;
    background: #fff !important; }
    .btn.white-bg:hover, .btn-large.white-bg:hover, .btn-small.white-bg:hover, .btn-flat.white-bg:hover {
      opacity: 0.7; }
  .btn.wiland-orange-bg, .btn-large.wiland-orange-bg, .btn-small.wiland-orange-bg, .btn-flat.wiland-orange-bg {
    border-color: #e97716;
    background-color: #e97716;
    color: #fff; }
    .btn.wiland-orange-bg:hover, .btn-large.wiland-orange-bg:hover, .btn-small.wiland-orange-bg:hover, .btn-flat.wiland-orange-bg:hover {
      border-color: #0099cc;
      background-color: #0099cc;
      color: #fff; }

.btn-large {
  font-size: 20px;
  height: 48px;
  line-height: 36px;
  border-width: 2px; }
  .btn-large i.material-icons {
    position: relative;
    top: 4px; }

.btn-small {
  font-size: 16px;
  height: 32px;
  line-height: 27px;
  border-width: 2px;
  padding: 0 15px; }
  .btn-small i.material-icons {
    position: relative;
    top: 2px; }

.waves-effect.waves-wiland .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(52, 153, 204, 0.65); }

.scroll-down {
  display: block;
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 50px;
  height: 78px;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  opacity: 0.4;
  text-align: center;
  padding: 0;
  margin: 0 0 0 -25px;
  background: transparent; }
  .scroll-down i.material-icons {
    font-size: 56px;
    line-height: 78px;
    margin-left: -5px; }
  .scroll-down:hover {
    cursor: pointer;
    opacity: 0.7;
    color: #fff; }

.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.wrapper {
  width: 100%;
  overflow: hidden; }

@media only screen and (min-width: 1201px) {
  .container {
    width: 80% !important; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 85% !important; } }

@media only screen and (min-width: 601px) {
  .container {
    width: 90% !important; } }

@media only screen and (max-width: 600px) {
  .container {
    width: 95% !important; } }

.testing {
  display: none !important; }

body.testing .testing {
  display: block !important; }

.section.halves .halves-container .row:after, .page-footer #footer-utility:after {
  content: "";
  display: table;
  clear: both; }

.navbar-fixed {
  height: 0px; }

nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 500ms ease-out, opacity 500ms ease-out; }
  nav.overlay {
    background-color: transparent; }
  nav .nav-wrapper {
    width: 100%;
    text-align: center; }
  nav #nav-btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 64px;
    line-height: 64px;
    top: 5px;
    font-size: 30px;
    color: #fff;
    margin-right: 12px;
    margin-left: 40px; }
    nav #nav-btn:hover {
      color: #f4b22e;
      background: transparent; }
    nav #nav-btn i.material-icons {
      font-size: 30px; }
    @media only screen and (max-width: 1200px) {
      nav #nav-btn {
        margin-left: 20px; } }
    @media only screen and (max-width: 992px) {
      nav #nav-btn {
        top: 1px; } }
    @media only screen and (max-width: 600px) {
      nav #nav-btn {
        top: 5px; } }
  nav .brand-logo {
    position: relative;
    float: left;
    width: 146px;
    height: 42px;
    top: 15px;
    text-indent: -9000px;
    background: transparent url(../img/wiland-logo.svg) top center no-repeat;
    background-size: 146px;
    -webkit-transform: none;
    transform: none; }
    @media only screen and (max-width: 992px) {
      nav .brand-logo {
        top: 12px;
        left: auto; } }
  nav ul.primary-navigation {
    width: 900px;
    position: relative;
    display: inline-block;
    top: 5px;
    text-align: center;
    padding: 5px 0 0;
    margin: 5px 0 0;
    transform: translateX(-10%);
    font-size: 0;
    line-height: 32px; }
    @media only screen and (max-width: 1280px) {
      nav ul.primary-navigation {
        display: block;
        float: right;
        transform: none;
        margin-top: 11px;
        margin-right: 20px; } }
    @media only screen and (max-width: 1200px) {
      nav ul.primary-navigation {
        width: 750px; } }
    @media only screen and (max-width: 992px) {
      nav ul.primary-navigation {
        display: none; } }
    nav ul.primary-navigation li {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0 20px 0 26px;
      font-size: 16px;
      line-height: 32px;
      height: 32px;
      overflow: visible;
      float: none; }
      nav ul.primary-navigation li:before {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 20px;
        content: '•';
        color: #f4b22e; }
      @media only screen and (max-width: 1200px) {
        nav ul.primary-navigation li {
          padding: 0 13px 0 19px; } }
      nav ul.primary-navigation li a {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 16px;
        padding: 0;
        margin: 0; }
        nav ul.primary-navigation li a:hover {
          background: transparent;
          color: #f4b22e; }
      nav ul.primary-navigation li:first-child {
        border-left: 0px none; }
        nav ul.primary-navigation li:first-child:before {
          content: ''; }
      nav ul.primary-navigation li.divider-left {
        border-left: 2px solid #f4b22e;
        padding-left: 20px; }
        nav ul.primary-navigation li.divider-left:before {
          content: ''; }
        @media only screen and (max-width: 1200px) {
          nav ul.primary-navigation li.divider-left {
            padding-left: 13px; } }
      nav ul.primary-navigation li.current_page_item a {
        padding-bottom: 3px;
        border-bottom: 4px solid #0099cc; }
  nav .buttons {
    position: absolute;
    width: 100%;
    height: 43px;
    top: 28px;
    right: 0px;
    float: right; }
    @media only screen and (max-width: 992px) {
      nav .buttons {
        display: none; } }
    nav .buttons #contact-btn {
      float: right;
      padding-right: 10px;
      padding-left: 17px;
      margin: 0;
      background: rgba(0, 153, 204, 0.8);
      color: #fff;
      height: 43px;
      line-height: 43px;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: none; }
      @media only screen and (max-width: 1200px) {
        nav .buttons #contact-btn {
          padding-right: 10%; } }
      @media only screen and (max-width: 992px) {
        nav .buttons #contact-btn {
          padding-right: 5%; } }
      @media only screen and (max-width: 600px) {
        nav .buttons #contact-btn {
          padding-right: 2.5%; } }
      nav .buttons #contact-btn:hover {
        background: #0099cc; }
      nav .buttons #contact-btn i.material-icons {
        display: block;
        float: right;
        font-size: 18px;
        font-weight: bold;
        height: 43px;
        line-height: 45px;
        margin: 0 0 0 5px;
        padding: 0; }
      nav .buttons #contact-btn span.mobile {
        display: none; }
        nav .buttons #contact-btn span.mobile i.material-icons {
          font-size: 32px; }
          nav .buttons #contact-btn span.mobile i.material-icons:hover {
            color: #ededed; }
      @media only screen and (max-width: 992px) {
        nav .buttons #contact-btn span.mobile {
          display: block; }
        nav .buttons #contact-btn span.desktop {
          display: none; } }
    nav .buttons.full-width {
      position: relative;
      height: auto;
      min-height: 35px;
      line-height: 35px;
      top: 0px;
      float: none;
      background: #000;
      text-align: left;
      overflow: visible; }
      @media only screen and (max-width: 992px) {
        nav .buttons.full-width {
          display: block;
          min-height: 0px;
          height: 0px;
          opacity: 0; } }
      nav .buttons.full-width p {
        display: inline-block;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 0.9em;
        line-height: 1.4;
        margin: 0 0 0 40px;
        padding: 3px 5px; }
        nav .buttons.full-width p a {
          color: #0099cc;
          text-decoration: underline; }
          nav .buttons.full-width p a:hover {
            color: #f4b22e !important; }
        @media only screen and (max-width: 1200px) {
          nav .buttons.full-width p {
            margin-left: 20px; } }
        @media only screen and (max-width: 992px) {
          nav .buttons.full-width p {
            padding-top: 25px; } }
      nav .buttons.full-width #contact-btn {
        float: right;
        padding-right: 10px;
        padding-left: 17px;
        margin: 0;
        background: transparent;
        color: #fff;
        height: 35px;
        line-height: 35px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-transform: none; }
        nav .buttons.full-width #contact-btn:hover {
          color: #f4b22e;
          background: transparent; }
        nav .buttons.full-width #contact-btn i.material-icons {
          display: block;
          float: right;
          font-size: 18px;
          font-weight: bold;
          height: 35px;
          line-height: 35px;
          margin: 0 0 0 5px;
          padding: 0; }
        nav .buttons.full-width #contact-btn span.mobile {
          display: none; }
          nav .buttons.full-width #contact-btn span.mobile i.material-icons {
            font-size: 32px; }
            nav .buttons.full-width #contact-btn span.mobile i.material-icons:hover {
              color: #ededed; }
        @media only screen and (max-width: 992px) {
          nav .buttons.full-width #contact-btn {
            display: none; }
            nav .buttons.full-width #contact-btn span.mobile {
              display: block; }
            nav .buttons.full-width #contact-btn span.desktop {
              display: none; } }
      nav .buttons.full-width #alert-close {
        display: none; }
        @media only screen and (max-width: 992px) {
          nav .buttons.full-width #alert-close {
            display: block;
            position: absolute;
            top: 5px;
            right: 5px;
            background: inherit;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            height: 20px;
            width: 20px;
            line-height: 20px;
            text-align: center; }
            nav .buttons.full-width #alert-close:hover {
              color: #f4b22e; }
            nav .buttons.full-width #alert-close i.material-icons {
              height: 20px;
              line-height: 20px;
              font-size: 20px; } }

#nav-drawer {
  background: #005587;
  width: 300px;
  height: auto;
  padding-bottom: 10px;
  overflow: visible;
  transition: transform 300ms ease-out, left 250ms ease-out;
  z-index: 1003; }
  @media only screen and (max-width: 992px) {
    #nav-drawer {
      width: 300px; } }
  #nav-drawer.show-sub-menu {
    width: 650px; }
    @media only screen and (max-width: 992px) {
      #nav-drawer.show-sub-menu {
        width: 600px; } }
    @media only screen and (max-width: 600px) {
      #nav-drawer.show-sub-menu {
        left: -300px; } }
  #nav-drawer.third-level-menu {
    width: 950px; }
    @media only screen and (max-width: 992px) {
      #nav-drawer.third-level-menu {
        width: 900px; } }
    @media only screen and (max-width: 600px) {
      #nav-drawer.third-level-menu {
        left: -600px; } }
  #nav-drawer li:not(.close) a, #nav-drawer li:not(.back) a {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    background: transparent;
    display: flex;
    vertical-align: middle; }
    @media only screen and (max-width: 992px) {
      #nav-drawer li:not(.close) a, #nav-drawer li:not(.back) a {
        font-size: 20px;
        height: 44px;
        line-height: 44px;
        padding: 0 28px; } }
    #nav-drawer li:not(.close) a:hover, #nav-drawer li:not(.close) a.active, #nav-drawer li:not(.back) a:hover, #nav-drawer li:not(.back) a.active {
      background: #0099cc; }
      #nav-drawer li:not(.close) a:hover .material-icons, #nav-drawer li:not(.close) a.active .material-icons, #nav-drawer li:not(.back) a:hover .material-icons, #nav-drawer li:not(.back) a.active .material-icons {
        color: #fff; }
    #nav-drawer li:not(.close) a .material-icons, #nav-drawer li:not(.back) a .material-icons {
      color: #80aac3;
      float: none;
      margin: 0 0 0 3px;
      font-weight: bold; }
  #nav-drawer li .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: auto;
    min-height: 100%;
    background: #005587;
    border-left: 1px solid #80aac3;
    padding-top: 37px;
    transition: transform 300ms ease-out, left 250ms ease-out; }
    @media only screen and (max-width: 992px) {
      #nav-drawer li .sub-menu {
        width: 300px; } }
    #nav-drawer li .sub-menu.active {
      display: block;
      left: 300px; }
    #nav-drawer li .sub-menu li.description a {
      display: block;
      height: auto;
      padding: 0; }
      #nav-drawer li .sub-menu li.description a .link {
        display: flex;
        vertical-align: middle;
        width: 100%;
        padding: 0 32px;
        height: 48px;
        line-height: 48px; }
        @media only screen and (max-width: 992px) {
          #nav-drawer li .sub-menu li.description a .link {
            height: 44px;
            line-height: 44px;
            padding: 0 28px; } }
        #nav-drawer li .sub-menu li.description a .link .material-icons {
          vertical-align: middle;
          height: 48px;
          line-height: 48px; }
        #nav-drawer li .sub-menu li.description a .link + .material-icons {
          display: none; }
      #nav-drawer li .sub-menu li.description a .description {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #fff;
        padding: 0 32px 20px;
        line-height: 1.4;
        font-weight: 300; }
        @media only screen and (max-width: 992px) {
          #nav-drawer li .sub-menu li.description a .description {
            padding: 0 28px 20px; } }
        #nav-drawer li .sub-menu li.description a .description + .material-icons {
          display: none; }
      #nav-drawer li .sub-menu li.description a:hover {
        background: transparent; }
        #nav-drawer li .sub-menu li.description a:hover .link {
          background: #0099cc; }
    #nav-drawer li .sub-menu li.description .description {
      display: block;
      width: 100%;
      font-size: 14px;
      color: #fff;
      padding: 0 32px 20px;
      line-height: 1.4;
      font-weight: 300; }
      @media only screen and (max-width: 992px) {
        #nav-drawer li .sub-menu li.description .description {
          padding: 0 28px 20px; } }
      #nav-drawer li .sub-menu li.description .description a {
        display: inline;
        text-decoration: underline;
        font-size: inherit;
        line-height: 1.4; }
      #nav-drawer li .sub-menu li.description .description + .material-icons {
        display: none; }
    #nav-drawer li .sub-menu li.wicon {
      height: 100%; }
      #nav-drawer li .sub-menu li.wicon a .link {
        display: none; }
      #nav-drawer li .sub-menu li.wicon a .description {
        text-align: center;
        padding-top: 80px;
        width: 320px;
        margin: -10px auto 0;
        background: transparent url(../img/wicon-main-menu.png) top center no-repeat;
        background-size: 64px; }
      #nav-drawer li .sub-menu li.wicon .description {
        text-align: center;
        padding-top: 80px;
        width: 320px;
        margin: -10px auto 0;
        background: transparent url(../img/wicon-main-menu.png) top center no-repeat;
        background-size: 64px; }
        #nav-drawer li .sub-menu li.wicon .description a {
          display: inline;
          text-decoration: underline;
          font-size: inherit;
          line-height: 1.4; }
    #nav-drawer li .sub-menu li .sub-menu.active {
      left: 348px; }
      @media only screen and (max-width: 992px) {
        #nav-drawer li .sub-menu li .sub-menu.active {
          left: 298px; } }
    #nav-drawer li .sub-menu li .sub-menu li a {
      display: flex;
      vertical-align: middle;
      width: 100%;
      padding: 0 32px;
      height: 48px;
      line-height: 48px; }
      #nav-drawer li .sub-menu li .sub-menu li a:hover, #nav-drawer li .sub-menu li .sub-menu li a.active {
        background: #0099cc; }
        #nav-drawer li .sub-menu li .sub-menu li a:hover .material-icons, #nav-drawer li .sub-menu li .sub-menu li a.active .material-icons {
          color: #fff; }
  #nav-drawer li.mobile-only {
    display: none; }
    @media only screen and (max-width: 992px) {
      #nav-drawer li.mobile-only {
        display: block; } }
  #nav-drawer li.close, #nav-drawer li.back {
    line-height: 38px; }
    #nav-drawer li.close a, #nav-drawer li.back a {
      margin-left: -3px;
      height: 38px;
      line-height: 38px; }
      @media only screen and (max-width: 992px) {
        #nav-drawer li.close a, #nav-drawer li.back a {
          padding: 0 28px;
          margin-left: -7px; } }
      #nav-drawer li.close a .material-icons, #nav-drawer li.back a .material-icons {
        color: #80aac3;
        height: 38px;
        line-height: 38px; }
      #nav-drawer li.close a:hover, #nav-drawer li.back a:hover {
        background: transparent; }
        #nav-drawer li.close a:hover .material-icons, #nav-drawer li.back a:hover .material-icons {
          color: #fff; }
  #nav-drawer li.back {
    display: none; }
    @media only screen and (max-width: 600px) {
      #nav-drawer li.back {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px; } }
  #nav-drawer li.testing {
    display: none !important; }

body.testing #nav-drawer li.testing {
  display: block !important; }

.section.header-hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 760px;
  padding: 0;
  background-size: cover;
  background-position: top right;
  margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .section.header-hero {
      min-height: 600px; } }
  @media only screen and (max-width: 992px) {
    .section.header-hero {
      height: 400px;
      min-height: 400px; } }
  @media only screen and (max-width: 600px) {
    .section.header-hero {
      height: auto;
      min-height: 250px;
      background-size: 130%;
      background-repeat: no-repeat;
      padding-top: 250px;
      float: right; } }

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-522px);
    transform: translateY(-522px); } }

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(522px);
    transform: translateY(522px); } }
  .section.header-hero h3 {
    position: absolute;
    top: 146px;
    left: 0px;
    padding: 0 3%;
    margin: 0;
    height: 174px;
    line-height: 174px;
    font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 72px;
    color: #fff;
    background-color: rgba(0, 85, 135, 0.75);
    text-transform: none;
    vertical-align: middle;
    overflow: hidden;
    /*&:before,
		&:after {
		    content: attr(data-text);
		    position: absolute;
		    top: 0;
		    width: 100%;
		    padding: 0 95px;
		    clip: rect(0, 0, 0, 0);
		}
		  
		&:before {
		    left: -1px;
		    text-shadow: 1px 0 $wiland-bright-blue-seethru;
		}
		
		&:after {
		    left: 1px;
		    text-shadow: -1px 0 $wiland-orange-seethru;
		}
		
		&.glitch { //Add this class on a specified interval via javascript
		  	&:before {
		    	text-shadow: 4px 0 $wiland-bright-blue-seethru;
				animation: glitch-loop-1 0.8s infinite ease-in-out alternate-reverse;
			}
			&:after {
		    	text-shadow: -5px 0 $wiland-orange-seethru;
				animation: glitch-loop-2 0.8s infinite ease-in-out alternate-reverse;
			}
		}
		
		@keyframes glitch-loop-1 {
		  0% { clip: rect(36px, 9999px, 9px, 0) }
		  25% { clip: rect(25px, 9999px, 99px, 0) }
		  50% { clip: rect(50px, 9999px, 102px, 0) }
		  75% { clip: rect(30px, 9999px, 92px, 0) }
		  100% { clip: rect(91px, 9999px, 98px, 0) }
		}
		
		@keyframes glitch-loop-2 {
		  0% { top: -1px; left: 1px; clip: rect(65px, 9999px, 119px, 0) }
		  25% { top: -6px; left: 4px; clip: rect(79px, 9999px, 19px, 0) }
		  50% { top: -3px; left: 2px; clip: rect(68px, 9999px, 11px, 0) }
		  75% { top: 0px; left: -4px; clip: rect(95px, 9999px, 53px, 0) }
		  100% { top: -1px; left: -1px; clip: rect(31px, 9999px, 149px, 0) }
		}*/ }
    @media only screen and (max-width: 1280px) {
      .section.header-hero h3 {
        font-size: 66px; } }
    @media only screen and (max-width: 1200px) {
      .section.header-hero h3 {
        top: 116px;
        font-size: 52px;
        height: 154px;
        line-height: 154px; } }
    @media only screen and (max-width: 992px) {
      .section.header-hero h3 {
        top: 70px;
        font-size: 33px;
        height: 104px;
        line-height: 104px; } }
    @media only screen and (max-width: 600px) {
      .section.header-hero h3 {
        top: 130px;
        font-size: 26px;
        height: 84px;
        line-height: 84px; } }
    .section.header-hero h3 .up-animation, .section.header-hero h3 .down-animation {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 1044px;
      height: 696px;
      background: transparent url(../img/homepage-hero-animation-up-2.svg) top left repeat-y;
      background-size: 1044px 522px;
      opacity: 0.1; }
    .section.header-hero h3 .up-animation {
      animation-name: moveUp;
      animation-duration: 20s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    .section.header-hero h3 .down-animation {
      top: auto;
      bottom: 0px;
      background: transparent url(../img/homepage-hero-animation-down-2.svg) bottom left repeat-y;
      background-size: 1044px 522px;
      animation-name: moveDown;
      animation-duration: 20s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
  .section.header-hero h1 {
    position: absolute;
    bottom: 140px;
    left: 0px;
    padding: 0 0 0 3%;
    width: 770px;
    font-size: 62px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 12px #555; }
    @media only screen and (max-width: 1280px) {
      .section.header-hero h1 {
        bottom: 125px;
        font-size: 50px;
        width: 620px; } }
    @media only screen and (max-width: 1200px) {
      .section.header-hero h1 {
        bottom: 105px;
        font-size: 36px;
        width: 560px; } }
    @media only screen and (max-width: 992px) {
      .section.header-hero h1 {
        bottom: 55px;
        font-size: 28px;
        width: 55%;
        max-width: 500px; } }
    @media only screen and (max-width: 600px) {
      .section.header-hero h1 {
        position: relative;
        bottom: auto;
        font-size: 20px;
        width: 100%;
        max-width: none;
        padding: 20px 15px 35px;
        background: #005587;
        display: none; } }
    .section.header-hero h1 strong {
      text-transform: uppercase;
      font-weight: 900; }
  .section.header-hero .cta-button {
    position: fixed;
    bottom: 40px;
    right: -40%;
    padding: 20px 0 20px 35px;
    padding-right: 30px;
    margin: 0;
    background: rgba(244, 178, 46, 0.85);
    color: #333;
    transition: transform 300ms ease-out, right 250ms ease-out;
    z-index: 100; }
    @media only screen and (max-width: 992px) {
      .section.header-hero .cta-button {
        bottom: 25px; } }
    @media only screen and (max-width: 600px) {
      .section.header-hero .cta-button {
        position: relative;
        bottom: auto;
        top: 0px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        background: #f4b22e;
        text-align: center; } }
    .section.header-hero .cta-button:hover {
      background: #f4b22e; }
    .section.header-hero .cta-button .btn-large:hover {
      border-color: #fff;
      color: #fff; }
    .section.header-hero .cta-button.hidden {
      transform: translateX(105%);
      -webkit-transform: translateX(105%); }
    .section.header-hero .cta-button.sticky {
      position: fixed;
      z-index: 100; }
    .section.header-hero .cta-button h1 {
      display: none;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 400;
      color: #333;
      font-size: 18px;
      background: transparent;
      padding: 0 0 15px;
      margin: 0 auto;
      text-shadow: none;
      max-width: 400px; }
      @media only screen and (max-width: 600px) {
        .section.header-hero .cta-button h1 {
          display: block; } }
  .section.header-hero #cta-drawer {
    position: fixed;
    bottom: 40px;
    right: 0px;
    background: rgba(244, 178, 46, 0.85);
    padding: 20px 20px 0px;
    padding-right: 5%;
    width: 36%;
    box-sizing: content-box;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    z-index: 998; }
    @media only screen and (max-width: 1200px) {
      .section.header-hero #cta-drawer {
        padding-right: 4%; } }
    @media only screen and (max-width: 992px) {
      .section.header-hero #cta-drawer {
        padding-right: 15px;
        width: 560px; } }
    @media only screen and (max-width: 600px) {
      .section.header-hero #cta-drawer {
        bottom: auto;
        top: 200px;
        width: 100%;
        box-sizing: border-box;
        background: #f4b22e; } }
    .section.header-hero #cta-drawer #field_3_1 label.gfield_label {
      display: block;
      position: relative;
      color: #000;
      margin-top: 0;
      padding: 0;
      font-size: 24px;
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      font-weight: 300;
      margin-bottom: 20px;
      transform: none;
      -webkit-transform: none; }
    .section.header-hero #cta-drawer #field_3_1 .ginput_container_checkbox label {
      color: #000;
      font-size: 18px; }
    .section.header-hero #cta-drawer #field_3_1 [type="checkbox"] + span:not(.lever) {
      padding-left: 30px; }
    .section.header-hero #cta-drawer #field_3_1 [type="checkbox"] + span:not(.lever):before, .section.header-hero #cta-drawer #field_3_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      border-color: #fff; }
    .section.header-hero #cta-drawer #field_3_1 [type="checkbox"]:checked + span:not(.lever):before {
      border-top-color: transparent;
      border-left-color: transparent; }
    .section.header-hero #cta-drawer #field_3_1 .gfield_checkbox {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 600px) {
        .section.header-hero #cta-drawer #field_3_1 .gfield_checkbox {
          float: none; } }
      .section.header-hero #cta-drawer #field_3_1 .gfield_checkbox li {
        width: 45%;
        float: left;
        margin: 0 10px 10px 0;
        margin-right: 5%; }
        @media only screen and (max-width: 600px) {
          .section.header-hero #cta-drawer #field_3_1 .gfield_checkbox li {
            float: none;
            width: 100%;
            margin-right: 0; } }
    .section.header-hero #cta-drawer .gform_confirmation_wrapper {
      font-size: 16px;
      margin-left: 20px;
      margin-top: -12px; }
    .section.header-hero #cta-drawer .sidenav-close {
      color: #fff;
      position: absolute;
      top: 7px;
      left: 7px; }
      .section.header-hero #cta-drawer .sidenav-close:hover {
        color: #333; }
  .section.header-hero #cta-form-replace {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .section.header-hero .scroll-down {
      display: none; } }

.section.animated-header-hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 760px;
  padding: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .section.animated-header-hero {
      min-height: 700px; } }
  @media only screen and (max-width: 992px) {
    .section.animated-header-hero {
      height: 500px;
      min-height: 500px; } }
  @media only screen and (max-width: 600px) {
    .section.animated-header-hero {
      height: auto;
      min-height: 300px;
      padding-top: 300px;
      margin-top: 0px;
      float: right; } }
  .section.animated-header-hero .hero-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top right; }
    @media only screen and (max-width: 600px) {
      .section.animated-header-hero .hero-background {
        height: 300px; } }
  .section.animated-header-hero .hero-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .section.animated-header-hero .hero-text h3 {
      position: absolute;
      top: 150px;
      left: 0px;
      padding: 1% 3%;
      margin: 0;
      width: 52%;
      height: auto;
      line-height: 1.4;
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      font-weight: 400;
      font-size: 67px;
      color: #fff;
      background-color: rgba(0, 85, 135, 0.75);
      text-transform: none;
      vertical-align: middle;
      overflow: hidden; }
      @media only screen and (max-width: 1280px) {
        .section.animated-header-hero .hero-text h3 {
          font-size: 56px; } }
      @media only screen and (max-width: 1200px) {
        .section.animated-header-hero .hero-text h3 {
          top: 176px;
          font-size: 42px; } }
      @media only screen and (max-width: 992px) {
        .section.animated-header-hero .hero-text h3 {
          top: 145px;
          width: 60%;
          font-size: 30px; } }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero .hero-text h3 {
          top: auto;
          bottom: 87px;
          width: 100%;
          font-size: 24px;
          text-align: center; } }
      .section.animated-header-hero .hero-text h3.no-bg {
        background-color: transparent; }
      .section.animated-header-hero .hero-text h3.small-font {
        font-size: 48px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 40px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 28px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 22px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 20px; } }
      .section.animated-header-hero .hero-text h3.med-font {
        font-size: 56px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 44px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 32px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 26px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 22px; } }
      .section.animated-header-hero .hero-text h3.normal-font {
        font-family: "Roboto", Arial, sans-serif; }
      .section.animated-header-hero .hero-text h3 strong {
        font-weight: 700; }
    .section.animated-header-hero .hero-text h1 {
      position: absolute;
      bottom: 90px;
      left: 0px;
      padding: 0 0 0 3%;
      width: 60%;
      font-size: 48px;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 400;
      color: #fff;
      text-shadow: 0px 0px 12px #555; }
      @media only screen and (max-width: 1280px) {
        .section.animated-header-hero .hero-text h1 {
          bottom: 45px;
          font-size: 40px;
          width: 620px; } }
      @media only screen and (max-width: 1200px) {
        .section.animated-header-hero .hero-text h1 {
          bottom: 45px;
          font-size: 28px;
          width: 560px; } }
      @media only screen and (max-width: 992px) {
        .section.animated-header-hero .hero-text h1 {
          bottom: 25px;
          font-size: 22px;
          width: 55%;
          max-width: 500px; } }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero .hero-text h1 {
          position: relative;
          bottom: auto;
          font-size: 20px;
          width: 100%;
          max-width: none;
          padding: 20px 15px 35px;
          background-color: rgba(0, 85, 135, 0.75);
          display: none; } }
      .section.animated-header-hero .hero-text h1.large-font {
        font-size: 67px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 56px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 42px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 30px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 24px; } }
      .section.animated-header-hero .hero-text h1.med-font {
        font-size: 56px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 44px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 32px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 26px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 22px; } }
      .section.animated-header-hero .hero-text h1.x-small-font {
        font-size: 36px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 36px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 30px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 22px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 20px; } }
      .section.animated-header-hero .hero-text h1 strong {
        font-weight: 900; }
      .section.animated-header-hero .hero-text h1.slab-font {
        font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif; }
  .section.animated-header-hero .cta-button {
    position: fixed;
    bottom: 40px;
    right: -40%;
    padding: 20px 0 20px 35px;
    padding-right: 30px;
    margin: 0;
    background: rgba(244, 178, 46, 0.85);
    color: #333;
    transition: transform 300ms ease-out, right 250ms ease-out;
    z-index: 100; }
    @media only screen and (max-width: 992px) {
      .section.animated-header-hero .cta-button {
        bottom: 25px; } }
    @media only screen and (max-width: 600px) {
      .section.animated-header-hero .cta-button {
        position: relative;
        bottom: auto;
        top: 0px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        background: #f4b22e;
        text-align: center; } }
    .section.animated-header-hero .cta-button:hover {
      background: #f4b22e; }
    .section.animated-header-hero .cta-button .btn-large:hover {
      border-color: #fff;
      color: #fff; }
    .section.animated-header-hero .cta-button.hidden {
      transform: translateX(105%);
      -webkit-transform: translateX(105%); }
    .section.animated-header-hero .cta-button.sticky {
      position: fixed;
      z-index: 100; }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero .cta-button.sticky {
          position: relative; } }
    .section.animated-header-hero .cta-button h1 {
      display: none;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 400;
      color: #333;
      font-size: 18px;
      background: transparent;
      padding: 0 0 15px;
      margin: 0 auto;
      text-shadow: none;
      max-width: 400px; }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero .cta-button h1 {
          display: block; } }
  .section.animated-header-hero #sticky-cta-drawer {
    position: fixed;
    bottom: 40px;
    right: 0px;
    background: rgba(244, 178, 46, 0.85);
    padding: 20px 20px 0px;
    padding-right: 5%;
    width: 36%;
    box-sizing: content-box;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    z-index: 998; }
    @media only screen and (max-width: 1200px) {
      .section.animated-header-hero #sticky-cta-drawer {
        padding-right: 4%; } }
    @media only screen and (max-width: 992px) {
      .section.animated-header-hero #sticky-cta-drawer {
        padding-right: 15px;
        width: 560px; } }
    @media only screen and (max-width: 600px) {
      .section.animated-header-hero #sticky-cta-drawer {
        bottom: auto;
        top: 200px;
        width: 100%;
        box-sizing: border-box;
        background: #f4b22e; } }
    .section.animated-header-hero #sticky-cta-drawer #field_3_1 label.gfield_label, .section.animated-header-hero #sticky-cta-drawer li.checkboxes label.gfield_label {
      display: block;
      position: relative;
      color: #000;
      margin-top: 0;
      padding: 0;
      font-size: 24px;
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      font-weight: 300;
      margin-bottom: 20px;
      transform: none;
      -webkit-transform: none; }
    .section.animated-header-hero #sticky-cta-drawer #field_3_1 .ginput_container_checkbox label, .section.animated-header-hero #sticky-cta-drawer li.checkboxes .ginput_container_checkbox label {
      color: #000;
      font-size: 18px; }
    .section.animated-header-hero #sticky-cta-drawer #field_3_1 [type="checkbox"] + span:not(.lever), .section.animated-header-hero #sticky-cta-drawer li.checkboxes [type="checkbox"] + span:not(.lever) {
      padding-left: 30px; }
    .section.animated-header-hero #sticky-cta-drawer #field_3_1 [type="checkbox"] + span:not(.lever):before, .section.animated-header-hero #sticky-cta-drawer #field_3_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after, .section.animated-header-hero #sticky-cta-drawer li.checkboxes [type="checkbox"] + span:not(.lever):before, .section.animated-header-hero #sticky-cta-drawer li.checkboxes [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      border-color: #fff; }
    .section.animated-header-hero #sticky-cta-drawer #field_3_1 [type="checkbox"]:checked + span:not(.lever):before, .section.animated-header-hero #sticky-cta-drawer li.checkboxes [type="checkbox"]:checked + span:not(.lever):before {
      border-top-color: transparent;
      border-left-color: transparent; }
    .section.animated-header-hero #sticky-cta-drawer #field_3_1 .gfield_checkbox, .section.animated-header-hero #sticky-cta-drawer li.checkboxes .gfield_checkbox {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero #sticky-cta-drawer #field_3_1 .gfield_checkbox, .section.animated-header-hero #sticky-cta-drawer li.checkboxes .gfield_checkbox {
          float: none; } }
      .section.animated-header-hero #sticky-cta-drawer #field_3_1 .gfield_checkbox li, .section.animated-header-hero #sticky-cta-drawer li.checkboxes .gfield_checkbox li {
        width: 45%;
        float: left;
        margin: 0 10px 10px 0;
        margin-right: 5%; }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero #sticky-cta-drawer #field_3_1 .gfield_checkbox li, .section.animated-header-hero #sticky-cta-drawer li.checkboxes .gfield_checkbox li {
            float: none;
            width: 100%;
            margin-right: 0; } }
    .section.animated-header-hero #sticky-cta-drawer .gform_confirmation_wrapper {
      font-size: 16px;
      margin-left: 20px;
      margin-top: -12px; }
    .section.animated-header-hero #sticky-cta-drawer .sidenav-close {
      color: #fff;
      position: absolute;
      top: 7px;
      left: 7px; }
      .section.animated-header-hero #sticky-cta-drawer .sidenav-close:hover {
        color: #333; }
  .section.animated-header-hero #cta-form-replace {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .section.animated-header-hero .scroll-down {
      display: none; } }

.section.top-heading {
  position: relative;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: top right; }
  .section.top-heading h1, .section.top-heading h2.top-heading {
    position: absolute;
    left: 0px;
    margin: 0;
    font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0, 85, 135, 0.75);
    text-transform: none;
    vertical-align: middle;
    overflow: hidden; }
  .section.top-heading.secondary, .section.top-heading.homepage {
    height: 500px; }
    @media only screen and (max-width: 992px) {
      .section.top-heading.secondary, .section.top-heading.homepage {
        height: 430px; } }
    @media only screen and (max-width: 600px) {
      .section.top-heading.secondary, .section.top-heading.homepage {
        height: 320px;
        margin-top: 0px; } }
    .section.top-heading.secondary h1, .section.top-heading.secondary h2.top-heading, .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
      bottom: 70px;
      padding: 45px 95px;
      height: auto;
      line-height: 1.3;
      font-size: 72px; }
      @media only screen and (max-width: 1280px) {
        .section.top-heading.secondary h1, .section.top-heading.secondary h2.top-heading, .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          padding: 45px 55px;
          font-size: 66px; } }
      @media only screen and (max-width: 1200px) {
        .section.top-heading.secondary h1, .section.top-heading.secondary h2.top-heading, .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          padding: 40px 50px;
          font-size: 52px; } }
      @media only screen and (max-width: 992px) {
        .section.top-heading.secondary h1, .section.top-heading.secondary h2.top-heading, .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          padding: 35px 30px;
          font-size: 33px; } }
      @media only screen and (max-width: 600px) {
        .section.top-heading.secondary h1, .section.top-heading.secondary h2.top-heading, .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          padding: 25px 20px;
          font-size: 26px;
          width: 100%;
          bottom: 20px; } }
      .section.top-heading.secondary h1.small, .section.top-heading.secondary h2.top-heading.small, .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
        bottom: 45px;
        padding: 45px 85px;
        font-size: 68px; }
        @media only screen and (max-width: 1280px) {
          .section.top-heading.secondary h1.small, .section.top-heading.secondary h2.top-heading.small, .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 45px 55px;
            font-size: 66px; } }
        @media only screen and (max-width: 1200px) {
          .section.top-heading.secondary h1.small, .section.top-heading.secondary h2.top-heading.small, .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 40px 40px;
            font-size: 52px; } }
        @media only screen and (max-width: 992px) {
          .section.top-heading.secondary h1.small, .section.top-heading.secondary h2.top-heading.small, .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 35px 30px;
            font-size: 33px; } }
        @media only screen and (max-width: 600px) {
          .section.top-heading.secondary h1.small, .section.top-heading.secondary h2.top-heading.small, .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 25px 20px;
            font-size: 26px;
            width: 100%;
            bottom: 20px; } }
  .section.top-heading.tertiary {
    height: 355px; }
    @media only screen and (max-width: 992px) {
      .section.top-heading.tertiary {
        height: 315px; } }
    @media only screen and (max-width: 600px) {
      .section.top-heading.tertiary {
        height: 275px;
        margin-top: 0px; } }
    .section.top-heading.tertiary h1, .section.top-heading.tertiary h2.top-heading {
      bottom: 45px;
      padding: 40px 85px;
      height: auto;
      line-height: 1.3;
      font-size: 68px; }
      @media only screen and (max-width: 1280px) {
        .section.top-heading.tertiary h1, .section.top-heading.tertiary h2.top-heading {
          padding: 35px 55px;
          font-size: 66px; } }
      @media only screen and (max-width: 1200px) {
        .section.top-heading.tertiary h1, .section.top-heading.tertiary h2.top-heading {
          padding: 30px 40px;
          font-size: 52px; } }
      @media only screen and (max-width: 992px) {
        .section.top-heading.tertiary h1, .section.top-heading.tertiary h2.top-heading {
          padding: 20px 30px;
          font-size: 33px; } }
      @media only screen and (max-width: 600px) {
        .section.top-heading.tertiary h1, .section.top-heading.tertiary h2.top-heading {
          padding: 20px 20px;
          font-size: 26px;
          width: 100%;
          bottom: 20px; } }
      .section.top-heading.tertiary h1.small, .section.top-heading.tertiary h2.top-heading.small {
        font-size: 65px;
        padding: 35px 75px; }
        @media only screen and (max-width: 1280px) {
          .section.top-heading.tertiary h1.small, .section.top-heading.tertiary h2.top-heading.small {
            padding: 30px 45px;
            font-size: 63px; } }
        @media only screen and (max-width: 1200px) {
          .section.top-heading.tertiary h1.small, .section.top-heading.tertiary h2.top-heading.small {
            padding: 25px 35px;
            font-size: 48px; } }
        @media only screen and (max-width: 992px) {
          .section.top-heading.tertiary h1.small, .section.top-heading.tertiary h2.top-heading.small {
            padding: 20px 25px;
            font-size: 30px; } }
        @media only screen and (max-width: 600px) {
          .section.top-heading.tertiary h1.small, .section.top-heading.tertiary h2.top-heading.small {
            padding: 20px 20px;
            font-size: 24px; } }
  @media only screen and (max-width: 600px) {
    .section.top-heading.cta-button-show {
      margin-bottom: 88px; } }
  .section.top-heading .cta-button {
    position: fixed;
    bottom: 40px;
    right: -40%;
    padding: 20px 0 20px 35px;
    padding-right: 30px;
    margin: 0;
    background: rgba(244, 178, 46, 0.85);
    color: #333;
    transition: transform 300ms ease-out, right 250ms ease-out;
    z-index: 100; }
    @media only screen and (max-width: 992px) {
      .section.top-heading .cta-button {
        bottom: 25px; } }
    @media only screen and (max-width: 600px) {
      .section.top-heading .cta-button {
        position: absolute;
        bottom: -88px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        background: #f4b22e;
        text-align: center; } }
    .section.top-heading .cta-button:hover {
      background: #f4b22e; }
    .section.top-heading .cta-button .btn-large:hover {
      border-color: #fff;
      color: #fff; }
    .section.top-heading .cta-button.hidden {
      transform: translateX(105%);
      -webkit-transform: translateX(105%); }
    .section.top-heading .cta-button.sticky {
      position: fixed;
      z-index: 100; }
      @media only screen and (max-width: 600px) {
        .section.top-heading .cta-button.sticky {
          position: absolute; } }
    .section.top-heading .cta-button h1 {
      display: none;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 400;
      color: #333;
      font-size: 18px;
      background: transparent;
      padding: 0 0 15px;
      margin: 0 auto;
      text-shadow: none;
      max-width: 400px; }
      @media only screen and (max-width: 600px) {
        .section.top-heading .cta-button h1 {
          display: block; } }
  .section.top-heading #sticky-cta-drawer {
    position: fixed;
    bottom: 40px;
    right: 0px;
    background: rgba(244, 178, 46, 0.85);
    padding: 20px 20px 0px;
    padding-right: 5%;
    width: 36%;
    box-sizing: content-box;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    z-index: 998; }
    @media only screen and (max-width: 1200px) {
      .section.top-heading #sticky-cta-drawer {
        padding-right: 4%; } }
    @media only screen and (max-width: 992px) {
      .section.top-heading #sticky-cta-drawer {
        padding-right: 15px;
        width: 560px; } }
    @media only screen and (max-width: 600px) {
      .section.top-heading #sticky-cta-drawer {
        bottom: auto;
        top: 200px;
        width: 100%;
        box-sizing: border-box;
        background: #f4b22e; } }
    .section.top-heading #sticky-cta-drawer #field_3_1 label.gfield_label {
      display: block;
      position: relative;
      color: #000;
      margin-top: 0;
      padding: 0;
      font-size: 24px;
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      font-weight: 300;
      margin-bottom: 20px;
      transform: none;
      -webkit-transform: none; }
    .section.top-heading #sticky-cta-drawer #field_3_1 .ginput_container_checkbox label {
      color: #000;
      font-size: 18px; }
    .section.top-heading #sticky-cta-drawer #field_3_1 [type="checkbox"] + span:not(.lever) {
      padding-left: 30px; }
    .section.top-heading #sticky-cta-drawer #field_3_1 [type="checkbox"] + span:not(.lever):before, .section.top-heading #sticky-cta-drawer #field_3_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      border-color: #fff; }
    .section.top-heading #sticky-cta-drawer #field_3_1 [type="checkbox"]:checked + span:not(.lever):before {
      border-top-color: transparent;
      border-left-color: transparent; }
    .section.top-heading #sticky-cta-drawer #field_3_1 .gfield_checkbox {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 600px) {
        .section.top-heading #sticky-cta-drawer #field_3_1 .gfield_checkbox {
          float: none; } }
      .section.top-heading #sticky-cta-drawer #field_3_1 .gfield_checkbox li {
        width: 45%;
        float: left;
        margin: 0 10px 10px 0;
        margin-right: 5%; }
        @media only screen and (max-width: 600px) {
          .section.top-heading #sticky-cta-drawer #field_3_1 .gfield_checkbox li {
            float: none;
            width: 100%;
            margin-right: 0; } }
    .section.top-heading #sticky-cta-drawer .gform_confirmation_wrapper {
      font-size: 16px;
      margin-left: 20px;
      margin-top: -12px; }
    .section.top-heading #sticky-cta-drawer .sidenav-close {
      color: #fff;
      position: absolute;
      top: 7px;
      left: 7px; }
      .section.top-heading #sticky-cta-drawer .sidenav-close:hover {
        color: #333; }
  .section.top-heading #cta-form-replace {
    display: none; }
  .section.top-heading.homepage {
    height: 550px;
    background-position: top center; }
    @media only screen and (max-width: 992px) {
      .section.top-heading.homepage {
        height: 480px; } }
    @media only screen and (max-width: 600px) {
      .section.top-heading.homepage {
        height: 360px;
        margin-top: 0px; } }
    .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
      background-color: transparent;
      color: #fff;
      overflow: visible;
      width: 45%; }
      @media only screen and (max-width: 1200px) {
        .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          width: 60%; } }
      @media only screen and (max-width: 992px) {
        .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          width: 80%; } }
      @media only screen and (max-width: 600px) {
        .section.top-heading.homepage h1, .section.top-heading.homepage h2.top-heading {
          width: 90%; } }
      .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
        top: 35%;
        padding: 0px 40px 40px;
        font-size: 45px; }
        @media only screen and (max-width: 1280px) {
          .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 0px 40px 40px;
            font-size: 45px; } }
        @media only screen and (max-width: 1200px) {
          .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 0px 40px 40px;
            font-size: 45px; } }
        @media only screen and (max-width: 992px) {
          .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            padding: 0px 20px 40px;
            font-size: 40px; } }
        @media only screen and (max-width: 600px) {
          .section.top-heading.homepage h1.small, .section.top-heading.homepage h2.top-heading.small {
            top: 40%;
            padding: 0px 20px 0px;
            font-size: 26px; } }
    .section.top-heading.homepage .btn-large {
      position: absolute;
      left: 40px;
      bottom: 15%;
      margin: 0; }
      @media only screen and (max-width: 992px) {
        .section.top-heading.homepage .btn-large {
          left: 20px;
          font-size: 18px; } }
      @media only screen and (max-width: 600px) {
        .section.top-heading.homepage .btn-large {
          left: 0px;
          bottom: 0px;
          width: 100%;
          font-size: 16px;
          text-align: center;
          height: auto;
          line-height: 1.3 !important;
          background: #f4b22e !important;
          color: #000;
          text-decoration: underline;
          border: 0px none;
          padding: 15px; } }

.section.wysiwyg {
  background-size: cover;
  background-position: center; }
  .section.wysiwyg.no-bottom-padding {
    padding-bottom: 0;
    margin-bottom: 0; }
    .section.wysiwyg.no-bottom-padding .row {
      padding-bottom: 0;
      margin-bottom: 0; }
  .section.wysiwyg.no-top-padding {
    padding-top: 0;
    margin-top: 0; }
    .section.wysiwyg.no-top-padding .row {
      padding-top: 0;
      margin-top: 0; }
  .section.wysiwyg h2 {
    text-align: center;
    margin-bottom: 36px; }
    .section.wysiwyg h2.left-align {
      text-align: left; }
  .section.wysiwyg p, .section.wysiwyg ul, .section.wysiwyg ol, .section.wysiwyg li {
    font-size: 16px;
    color: #444; }
    .section.wysiwyg p.featured, .section.wysiwyg ul.featured, .section.wysiwyg ol.featured, .section.wysiwyg li.featured {
      font-size: 24px;
      color: #0099cc; }
      @media only screen and (max-width: 600px) {
        .section.wysiwyg p.featured, .section.wysiwyg ul.featured, .section.wysiwyg ol.featured, .section.wysiwyg li.featured {
          font-size: 18px; } }
    .section.wysiwyg p.bigger, .section.wysiwyg ul.bigger, .section.wysiwyg ol.bigger, .section.wysiwyg li.bigger {
      font-size: 20px; }
      .section.wysiwyg p.bigger li, .section.wysiwyg ul.bigger li, .section.wysiwyg ol.bigger li, .section.wysiwyg li.bigger li {
        font-size: 20px; }
    .section.wysiwyg p.white-text, .section.wysiwyg ul.white-text, .section.wysiwyg ol.white-text, .section.wysiwyg li.white-text {
      color: #fff; }
      .section.wysiwyg p.white-text li, .section.wysiwyg ul.white-text li, .section.wysiwyg ol.white-text li, .section.wysiwyg li.white-text li {
        color: #fff; }
  .section.wysiwyg ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem; }
    .section.wysiwyg ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.wysiwyg ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem; }
    .section.wysiwyg ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }
  .section.wysiwyg table td p {
    font-size: 14px; }
  .section.wysiwyg .additional-solutions {
    border-left: 5px solid #0099cc;
    padding: 0 0 0 30px;
    margin-left: 25px; }
    @media only screen and (max-width: 1200px) {
      .section.wysiwyg .additional-solutions {
        margin-left: 20px;
        padding-left: 25px;
        width: 30%; } }
    @media only screen and (max-width: 992px) {
      .section.wysiwyg .additional-solutions {
        width: 38%; } }
    @media only screen and (max-width: 600px) {
      .section.wysiwyg .additional-solutions {
        border-left: 0px none;
        padding: 0 0.75rem;
        margin: 0;
        width: 100%; } }
    .section.wysiwyg .additional-solutions h3 {
      font-size: 22px;
      line-height: 1.4; }
    .section.wysiwyg .additional-solutions ul.siblings {
      list-style: none;
      margin: 20px 0;
      padding: 0; }
      .section.wysiwyg .additional-solutions ul.siblings li {
        list-style: none;
        margin: 0;
        padding: 5px 0 2px; }
        .section.wysiwyg .additional-solutions ul.siblings li a {
          color: #e97716; }
          .section.wysiwyg .additional-solutions ul.siblings li a:hover {
            color: #0099cc; }
          .section.wysiwyg .additional-solutions ul.siblings li a .material-icons {
            font-size: 20px;
            position: relative;
            top: 4px; }
  .section.wysiwyg .contact-info {
    border-right: 4px solid #0099cc;
    padding: 0 30px 0 0;
    margin-right: 25px;
    position: relative;
    right: 53%; }
    @media only screen and (max-width: 1200px) {
      .section.wysiwyg .contact-info {
        margin-right: 20px;
        padding-right: 25px;
        width: 30%;
        right: 66%; } }
    @media only screen and (max-width: 992px) {
      .section.wysiwyg .contact-info {
        width: 38%;
        right: 58%; } }
    @media only screen and (max-width: 600px) {
      .section.wysiwyg .contact-info {
        border-right: 0px none;
        padding: 30px 0.75rem 0;
        margin: 0;
        width: 100%;
        right: auto; } }
    .section.wysiwyg .contact-info h3 {
      line-height: 1.4;
      font-family: "Roboto", Arial, sans-serif;
      color: #333; }
    .section.wysiwyg .contact-info p {
      padding-left: 20px;
      line-height: 1.8;
      font-size: 14px;
      color: #444; }
      .section.wysiwyg .contact-info p a {
        color: #0099cc;
        text-decoration: none; }
        .section.wysiwyg .contact-info p a:hover {
          color: #e97716; }
        .section.wysiwyg .contact-info p a.social {
          color: #444; }
          .section.wysiwyg .contact-info p a.social:hover {
            color: #0099cc; }
          .section.wysiwyg .contact-info p a.social i.fab {
            color: #0099cc; }
  .section.wysiwyg .gform_wrapper .row {
    margin-left: 0;
    margin-right: 0; }
  .section.wysiwyg .gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .section.wysiwyg .gform_wrapper ul li {
      list-style: none;
      margin: 0 auto 14px; }
  .section.wysiwyg .gform_wrapper .input-field.select label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .section.wysiwyg .gform_wrapper input[type=submit] {
    line-height: 46px; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) h3, .section.wysiwyg .gform_wrapper form:not(.white_labels) h4 {
    color: #333;
    font-family: "Roboto", Arial, sans-serif; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) input[type=text], .section.wysiwyg .gform_wrapper form:not(.white_labels) input[type=email], .section.wysiwyg .gform_wrapper form:not(.white_labels) textarea, .section.wysiwyg .gform_wrapper form:not(.white_labels) select {
    border-bottom: 1px solid #333; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field label {
    color: #444; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=text]:focus + label,
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=email]:focus + label {
    color: #444; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=text]:focus,
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=email]:focus,
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field textarea:focus {
    border-bottom: 1px solid #333; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=text].valid,
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=email].valid {
    border-bottom: 1px solid #333; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=text].invalid,
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field input[type=email].invalid {
    border-bottom: 1px solid #333; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) .input-field .prefix.active {
    color: #444; }
  .section.wysiwyg .gform_wrapper form:not(.white_labels) input[type=submit] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #e97716;
    height: 50px;
    line-height: 46px;
    border: 2px solid #e97716;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    margin: 15px 0 0;
    background: transparent;
    box-shadow: none; }
    .section.wysiwyg .gform_wrapper form:not(.white_labels) input[type=submit]:hover {
      cursor: pointer;
      border-color: #0099cc;
      color: #0099cc; }
    .section.wysiwyg .gform_wrapper form:not(.white_labels) input[type=submit].wiland-orange {
      border-color: #e97716;
      background-color: #e97716;
      color: #fff; }
      .section.wysiwyg .gform_wrapper form:not(.white_labels) input[type=submit].wiland-orange:hover {
        border-color: #0099cc;
        background-color: #0099cc;
        color: #fff; }
  .section.wysiwyg .gform_wrapper form.orange-submit-button input[type=submit] {
    border-color: #e97716;
    background-color: #e97716;
    color: #fff; }
    .section.wysiwyg .gform_wrapper form.orange-submit-button input[type=submit]:hover {
      border-color: #0099cc;
      background-color: #0099cc;
      color: #fff; }
  .section.wysiwyg .wpcf7 {
    padding-bottom: 20px; }
    .section.wysiwyg .wpcf7 .row {
      margin-left: 0;
      margin-right: 0; }
    .section.wysiwyg .wpcf7 label {
      font-size: 18px;
      color: #444; }
    .section.wysiwyg .wpcf7 textarea {
      height: 200px; }
    .section.wysiwyg .wpcf7 .form-group {
      padding-top: 20px;
      padding-bottom: 5px; }
      .section.wysiwyg .wpcf7 .form-group p {
        margin-bottom: 0.4rem; }
      .section.wysiwyg .wpcf7 .form-group.form-checkbox {
        padding-top: 5px; }
    .section.wysiwyg .wpcf7 input.wpcf7-submit {
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #e97716;
      height: 50px;
      line-height: 46px;
      border: 2px solid #e97716;
      font-size: 18px;
      text-align: center;
      padding: 0 20px;
      margin: 15px 0 0;
      background: transparent;
      box-shadow: none; }
      .section.wysiwyg .wpcf7 input.wpcf7-submit:hover {
        cursor: pointer;
        border-color: #0099cc;
        color: #0099cc; }
  .section.wysiwyg .btn-large.white:hover {
    border-color: #0099cc;
    color: #0099cc;
    opacity: 1; }

.section.image-heading {
  width: 100%;
  background-image: url(../img/solutions-heading-bkg-pattern-1.png);
  background-repeat: repeat;
  padding: 40px 0;
  margin: 0;
  text-align: center; }
  .section.image-heading h2 {
    width: 95%;
    max-width: 950px;
    font-size: 36px;
    font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0; }
  .section.image-heading img {
    display: block;
    margin: 0 auto 30px;
    max-width: 500px;
    max-height: 275px; }

.section.logos-grid {
  text-align: center; }
  .section.logos-grid .container {
    padding-top: 35px; }
  .section.logos-grid img {
    max-width: 95%; }
  .section.logos-grid.randomized #logos-grid {
    position: relative; }
    .section.logos-grid.randomized #logos-grid .col {
      margin-bottom: 20px; }
  .section.logos-grid.randomized #next-logo {
    position: absolute; }

.section.testimonials {
  min-height: 300px;
  background-size: cover;
  background-position: top right; }
  .section.testimonials .testimonials-container {
    position: relative;
    margin: 0 30% 0 0;
    padding: 0 0 0 12%;
    background: rgba(0, 153, 204, 0.8);
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .testimonials-container {
        margin-right: 10%;
        padding-left: 2%; } }
    @media only screen and (max-width: 600px) {
      .section.testimonials .testimonials-container {
        margin-right: 8%; } }
  .section.testimonials .testimonial-container {
    padding: 20px 35px 25px 0;
    position: absolute;
    z-index: 10; }
    @media only screen and (max-width: 600px) {
      .section.testimonials .testimonial-container {
        padding-right: 15px 20px 20px 0; } }
  .section.testimonials .testimonial {
    font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    overflow: visible;
    background: transparent url(../img/quote-icon.png) top left no-repeat;
    padding: 17px 0 5px 65px;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .testimonial {
        font-size: 22px;
        padding-top: 23px; } }
    @media only screen and (max-width: 600px) {
      .section.testimonials .testimonial {
        background-size: 30px;
        font-size: 18px;
        padding: 7px 0 5px 35px; } }
  .section.testimonials .credit {
    text-align: right;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .credit {
        font-size: 18px; } }
    @media only screen and (max-width: 600px) {
      .section.testimonials .credit {
        font-size: 16px; } }
    .section.testimonials .credit .title {
      font-size: 18px; }
      @media only screen and (max-width: 992px) {
        .section.testimonials .credit .title {
          font-size: 15px; } }
      @media only screen and (max-width: 600px) {
        .section.testimonials .credit .title {
          font-size: 14px; } }
  .section.testimonials .indicators {
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 10px;
    z-index: 1000; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .indicators {
        left: 2.5%; } }
    .section.testimonials .indicators .indicator {
      display: block;
      width: 4px;
      height: 20px;
      background: #80cce6;
      margin: 0 0 5px;
      padding: 0; }
      .section.testimonials .indicators .indicator:hover, .section.testimonials .indicators .indicator.active {
        background: #fff;
        cursor: pointer; }

.section.solutions-carousel {
  padding: 0; }
  .section.solutions-carousel .heading-container {
    width: 100%;
    background-image: url(../img/solutions-heading-bkg-pattern-1.png);
    background-repeat: repeat;
    padding: 40px 0;
    margin: 0;
    text-align: center; }
    .section.solutions-carousel .heading-container h2 {
      width: 95%;
      max-width: 950px;
      text-align: center;
      line-height: 1.4;
      margin: 0 auto;
      padding: 0; }
  .section.solutions-carousel .solutions-container {
    height: 470px;
    position: relative;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 992px) {
      .section.solutions-carousel .solutions-container {
        height: auto; } }
    .section.solutions-carousel .solutions-container .statements-container {
      width: 50%;
      height: 470px;
      position: absolute;
      top: 0px;
      left: 0px;
      color: #fff; }
      @media only screen and (max-width: 992px) {
        .section.solutions-carousel .solutions-container .statements-container {
          display: none; } }
      .section.solutions-carousel .solutions-container .statements-container p {
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        letter-spacing: -0.3px; }
        @media only screen and (max-width: 1280px) {
          .section.solutions-carousel .solutions-container .statements-container p {
            font-size: 21px;
            letter-spacing: -0.5px; } }
        @media only screen and (max-width: 1200px) {
          .section.solutions-carousel .solutions-container .statements-container p {
            font-size: 19px;
            letter-spacing: -0.6px; } }
      .section.solutions-carousel .solutions-container .statements-container .prefix {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 17%;
        height: 470px;
        text-align: right;
        padding: 216px 0 0;
        margin: 0; }
        @media only screen and (max-width: 1200px) {
          .section.solutions-carousel .solutions-container .statements-container .prefix {
            width: 15%; } }
      .section.solutions-carousel .solutions-container .statements-container .statements {
        display: block;
        position: absolute;
        top: 95px;
        right: 0px;
        width: 83%;
        height: 280px;
        overflow: hidden; }
        @media only screen and (max-width: 1200px) {
          .section.solutions-carousel .solutions-container .statements-container .statements {
            width: 85%; } }
        .section.solutions-carousel .solutions-container .statements-container .statements .statement {
          position: absolute;
          top: -53px;
          left: 0px;
          margin: 15px 0;
          padding: 0 0 0 15px;
          opacity: 0;
          width: 100%;
          height: 38px;
          transition: top 1000ms ease-out, transform 300ms ease-out, opacity 300ms ease-out; }
          @media only screen and (max-width: 1200px) {
            .section.solutions-carousel .solutions-container .statements-container .statements .statement {
              padding-left: 10px; } }
          .section.solutions-carousel .solutions-container .statements-container .statements .statement.active {
            opacity: 1; }
          .section.solutions-carousel .solutions-container .statements-container .statements .statement.almost-active {
            opacity: 0.6; }
            .section.solutions-carousel .solutions-container .statements-container .statements .statement.almost-active:hover {
              cursor: pointer;
              opacity: 0.8; }
          .section.solutions-carousel .solutions-container .statements-container .statements .statement.in-window {
            opacity: 0.3; }
      .section.solutions-carousel .solutions-container .statements-container .arrow-prev, .section.solutions-carousel .solutions-container .statements-container .arrow-next {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 55%;
        top: 60px;
        text-align: center; }
        .section.solutions-carousel .solutions-container .statements-container .arrow-prev .material-icons, .section.solutions-carousel .solutions-container .statements-container .arrow-next .material-icons {
          font-size: 40px;
          font-weight: bold;
          color: #fff; }
        .section.solutions-carousel .solutions-container .statements-container .arrow-prev:hover, .section.solutions-carousel .solutions-container .statements-container .arrow-next:hover {
          cursor: pointer; }
          .section.solutions-carousel .solutions-container .statements-container .arrow-prev:hover .material-icons, .section.solutions-carousel .solutions-container .statements-container .arrow-next:hover .material-icons {
            color: #f4b22e; }
      .section.solutions-carousel .solutions-container .statements-container .arrow-next {
        bottom: 60px;
        top: auto; }
    .section.solutions-carousel .solutions-container .content-container {
      width: 50%;
      height: 470px;
      position: absolute;
      top: 0px;
      left: 50%;
      overflow: hidden; }
      @media only screen and (max-width: 992px) {
        .section.solutions-carousel .solutions-container .content-container {
          width: 100%;
          height: auto;
          position: relative;
          left: auto; } }
      .section.solutions-carousel .solutions-container .content-container .solution {
        display: block;
        position: absolute;
        top: -800px;
        opacity: 0;
        width: 90%;
        max-width: 600px;
        margin: auto;
        transition: transform 300ms ease-out, opacity 500ms ease-out;
        vertical-align: middle;
        color: #fff;
        text-align: center; }
        .section.solutions-carousel .solutions-container .content-container .solution.active {
          display: block;
          position: relative;
          top: 0px;
          margin-top: 120px;
          vertical-align: middle;
          opacity: 1; }
          @media only screen and (max-width: 1200px) {
            .section.solutions-carousel .solutions-container .content-container .solution.active {
              margin-top: 100px; } }
          @media only screen and (max-width: 992px) {
            .section.solutions-carousel .solutions-container .content-container .solution.active {
              margin: 0 auto;
              padding: 40px 30px 30px; } }
        .section.solutions-carousel .solutions-container .content-container .solution h2 {
          font-size: 34px;
          font-family: "Roboto", Arial, sans-serif;
          font-weight: 300;
          margin: 0 0 1rem;
          padding: 0;
          color: #fff; }
          @media only screen and (max-width: 992px) {
            .section.solutions-carousel .solutions-container .content-container .solution h2 {
              font-size: 28px; } }
          @media only screen and (max-width: 600px) {
            .section.solutions-carousel .solutions-container .content-container .solution h2 {
              font-size: 24px; } }
        .section.solutions-carousel .solutions-container .content-container .solution p {
          font-size: 16px;
          color: #fff; }
        .section.solutions-carousel .solutions-container .content-container .solution .btn, .section.solutions-carousel .solutions-container .content-container .solution .btn-large {
          margin: 30px 8px 0;
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0px; }
          @media only screen and (max-width: 600px) {
            .section.solutions-carousel .solutions-container .content-container .solution .btn, .section.solutions-carousel .solutions-container .content-container .solution .btn-large {
              height: auto;
              line-height: 1.2;
              padding: 10px 25px; }
              .section.solutions-carousel .solutions-container .content-container .solution .btn i.material-icons, .section.solutions-carousel .solutions-container .content-container .solution .btn-large i.material-icons {
                display: none; } }
      .section.solutions-carousel .solutions-container .content-container .arrow-prev, .section.solutions-carousel .solutions-container .content-container .arrow-next {
        display: none;
        width: 50px;
        height: 50px;
        position: absolute;
        left: -5px;
        top: 50%;
        margin-top: -25px;
        text-align: center; }
        @media only screen and (max-width: 992px) {
          .section.solutions-carousel .solutions-container .content-container .arrow-prev, .section.solutions-carousel .solutions-container .content-container .arrow-next {
            display: block; } }
        .section.solutions-carousel .solutions-container .content-container .arrow-prev .material-icons, .section.solutions-carousel .solutions-container .content-container .arrow-next .material-icons {
          font-size: 50px;
          font-weight: normal;
          color: #fff; }
        .section.solutions-carousel .solutions-container .content-container .arrow-prev:hover, .section.solutions-carousel .solutions-container .content-container .arrow-next:hover {
          cursor: pointer; }
      .section.solutions-carousel .solutions-container .content-container .arrow-next {
        left: auto;
        right: -5px;
        text-align: right; }

.section.number-counters {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .section.number-counters .counters-container {
    background: rgba(0, 85, 135, 0.9);
    text-align: center; }
  .section.number-counters h2 {
    width: 95%;
    max-width: 800px;
    font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: 40px 0 60px;
    color: #fff; }
    @media only screen and (max-width: 992px) {
      .section.number-counters h2 {
        padding-bottom: 40px; } }
  .section.number-counters .numbers-grid {
    text-align: center;
    vertical-align: top;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto; }
    .section.number-counters .numbers-grid .number-counter {
      display: inline-block;
      margin: 0;
      padding: 0 1%;
      text-align: center;
      vertical-align: top;
      width: 24%; }
      @media only screen and (max-width: 600px) {
        .section.number-counters .numbers-grid .number-counter {
          width: 48%; } }
      .section.number-counters .numbers-grid .number-counter .number {
        color: #fff;
        font-size: 100px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1.1; }
        @media only screen and (max-width: 1280px) {
          .section.number-counters .numbers-grid .number-counter .number {
            font-size: 80px; } }
        @media only screen and (max-width: 1200px) {
          .section.number-counters .numbers-grid .number-counter .number {
            font-size: 60px; } }
        @media only screen and (max-width: 992px) {
          .section.number-counters .numbers-grid .number-counter .number {
            font-size: 50px; } }
        .section.number-counters .numbers-grid .number-counter .number .counter {
          font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif; }
      .section.number-counters .numbers-grid .number-counter .explanation {
        color: #fff;
        font-size: 25px;
        margin: 0 0 80px;
        line-height: 1.4; }
        @media only screen and (max-width: 1280px) {
          .section.number-counters .numbers-grid .number-counter .explanation {
            font-size: 22px; } }
        @media only screen and (max-width: 1200px) {
          .section.number-counters .numbers-grid .number-counter .explanation {
            font-size: 20px; } }
        @media only screen and (max-width: 992px) {
          .section.number-counters .numbers-grid .number-counter .explanation {
            font-size: 18px;
            margin-bottom: 40px; } }

@media only screen and (max-width: 992px) {
  .section.icon-cards {
    padding-top: 0; } }

.section.icon-cards h2 {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media only screen and (max-width: 992px) {
    .section.icon-cards h2 {
      margin-bottom: 40px; } }

.section.icon-cards .cards-container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  vertical-align: top; }
  .section.icon-cards .cards-container .icon-card {
    display: inline-block;
    width: 30%;
    margin: 1.5%;
    vertical-align: top; }
    @media only screen and (max-width: 992px) {
      .section.icon-cards .cards-container .icon-card {
        display: block;
        width: auto;
        margin-bottom: 40px; } }
    .section.icon-cards .cards-container .icon-card img {
      display: block;
      max-width: 95% !important;
      max-height: 200px !important;
      margin: 0 auto; }
      @media only screen and (max-width: 1280px) {
        .section.icon-cards .cards-container .icon-card img {
          max-height: 165px !important; } }
      @media only screen and (max-width: 1200px) {
        .section.icon-cards .cards-container .icon-card img {
          max-height: 135px !important; } }
    .section.icon-cards .cards-container .icon-card iframe {
      margin: 0 auto; }
    .section.icon-cards .cards-container .icon-card h4 {
      text-align: center;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 24px;
      padding: 40px 0 20px; }
      @media only screen and (max-width: 1200px) {
        .section.icon-cards .cards-container .icon-card h4 {
          padding-top: 30px; } }
      @media only screen and (max-width: 992px) {
        .section.icon-cards .cards-container .icon-card h4 {
          padding-top: 15px;
          padding-bottom: 5px; } }
      @media only screen and (max-width: 600px) {
        .section.icon-cards .cards-container .icon-card h4 {
          font-size: 20px; } }
      .section.icon-cards .cards-container .icon-card h4 a {
        color: inherit !important; }
        .section.icon-cards .cards-container .icon-card h4 a:hover {
          color: #0099cc !important; }
      .section.icon-cards .cards-container .icon-card h4.no-img {
        padding: 0;
        margin: 0; }
    .section.icon-cards .cards-container .icon-card p {
      font-size: 16px; }
      .section.icon-cards .cards-container .icon-card p a {
        color: #444;
        text-decoration: none; }
    .section.icon-cards .cards-container .icon-card .action-btn {
      display: inline-block;
      color: #e97716;
      font-size: 16px;
      vertical-align: middle; }
      .section.icon-cards .cards-container .icon-card .action-btn .material-icons {
        font-size: 18px;
        vertical-align: middle;
        margin-top: -2px; }
      .section.icon-cards .cards-container .icon-card .action-btn:hover {
        color: #0099cc; }

.section.cta {
  position: relative;
  background-image: url(../img/bkg-pattern-gray-v3.png?r=3);
  background-repeat: repeat;
  padding: 40px 0;
  margin: 0;
  text-align: center; }
  .section.cta.dark-bg {
    background-image: url(../img/solutions-heading-bkg-pattern-1.png); }
  @media only screen and (max-width: 600px) {
    .section.cta {
      padding-bottom: 0; } }
  .section.cta h3 {
    margin-bottom: 30px;
    color: #0099cc;
    font-size: 32px; }
  .section.cta p {
    font-size: 16px; }
  .section.cta .cta-button {
    position: absolute;
    top: 50%;
    right: 0px;
    padding: 20px 35px;
    max-width: 40%;
    margin: 0;
    margin-top: -60px;
    background: rgba(244, 178, 46, 0.85);
    color: #333;
    transition: transform 300ms ease-out, right 250ms ease-out;
    /*
		@media only screen and (max-width : 1280px) {
			padding-right: 6%;
		}
		
		@media only screen and (max-width : 1200px) {
			padding-right: 5%;
		}
		*/ }
    @media only screen and (max-width: 992px) {
      .section.cta .cta-button {
        padding: 20px;
        margin-top: -80px; } }
    @media only screen and (max-width: 600px) {
      .section.cta .cta-button {
        position: relative;
        top: 0px;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: none;
        background: #f4b22e;
        text-align: center; } }
    .section.cta .cta-button:hover {
      background: #f4b22e; }
    .section.cta .cta-button h4 {
      color: #333;
      font-weight: 300;
      font-size: 20px;
      margin: 0 0 10px;
      text-align: left; }
      @media only screen and (max-width: 600px) {
        .section.cta .cta-button h4 {
          text-align: center; } }
    .section.cta .cta-button a {
      color: #333;
      border-color: #333;
      font-size: 18px;
      line-height: 41px; }
      @media only screen and (max-width: 992px) {
        .section.cta .cta-button a {
          height: auto;
          line-height: 1.2;
          padding: 10px 20px; } }
      .section.cta .cta-button a:hover {
        border-color: #fff;
        color: #fff; }
    .section.cta .cta-button.hidden {
      transform: translateX(105%);
      -webkit-transform: translateX(105%); }
  .section.cta #cta-drawer {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(244, 178, 46, 0.85);
    padding: 20px 20px 0px;
    padding-right: 5%;
    width: 36%;
    box-sizing: content-box;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    z-index: 999;
    text-align: left; }
    @media only screen and (max-width: 1200px) {
      .section.cta #cta-drawer {
        padding-right: 4%; } }
    @media only screen and (max-width: 992px) {
      .section.cta #cta-drawer {
        padding-right: 15px;
        width: 560px; } }
    @media only screen and (max-width: 600px) {
      .section.cta #cta-drawer {
        bottom: auto;
        width: 100%;
        box-sizing: border-box;
        background: #f4b22e; } }
    .section.cta #cta-drawer h4 {
      color: #333;
      font-weight: 300;
      font-size: 20px;
      text-align: left; }
    .section.cta #cta-drawer .gform_confirmation_wrapper {
      font-size: 16px;
      margin-left: 20px;
      margin-top: -12px; }
    .section.cta #cta-drawer .sidenav-close {
      color: #fff;
      position: absolute;
      top: 7px;
      left: 7px; }
      .section.cta #cta-drawer .sidenav-close:hover {
        color: #333; }
  .section.cta #cta-form-replace {
    display: none; }

.section.coffee {
  position: relative;
  background-image: url(../img/bkg-pattern-gray-v3.png?r=3);
  background-repeat: repeat;
  padding: 40px 0;
  margin: 0;
  text-align: center; }
  .section.coffee.dark-bg {
    background-image: url(../img/solutions-heading-bkg-pattern-1.png); }
  .section.coffee h2 {
    margin-bottom: 30px; }
  .section.coffee p {
    font-size: 16px; }
  .section.coffee a.btn-large {
    line-height: 42px; }
    .section.coffee a.btn-large i {
      font-size: 18px; }
      .section.coffee a.btn-large i.material-icons {
        font-size: 24px; }
    .section.coffee a.btn-large.less-line-height {
      line-height: 34px; }
      .section.coffee a.btn-large.less-line-height i.material-icons {
        top: 5px; }
  .section.coffee #coffee-drawer {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(244, 178, 46, 0.85);
    padding: 20px 20px 0px;
    padding-right: 5%;
    width: 36%;
    box-sizing: content-box;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    z-index: 999;
    text-align: left; }
    @media only screen and (max-width: 1200px) {
      .section.coffee #coffee-drawer {
        padding-right: 4%; } }
    @media only screen and (max-width: 992px) {
      .section.coffee #coffee-drawer {
        padding-right: 15px;
        width: 560px; } }
    @media only screen and (max-width: 600px) {
      .section.coffee #coffee-drawer {
        bottom: auto;
        width: 100%;
        box-sizing: border-box;
        background: #f4b22e; } }
    .section.coffee #coffee-drawer h3 {
      color: #333;
      margin-top: 0;
      padding: 0; }
    .section.coffee #coffee-drawer h4 {
      color: #333; }
    .section.coffee #coffee-drawer #field_12_1 label.gfield_label, .section.coffee #coffee-drawer li.checkboxes label.gfield_label {
      display: block;
      position: relative;
      color: #000;
      margin-top: 0;
      padding: 0;
      font-size: 24px;
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      font-weight: 300;
      margin-bottom: 20px;
      transform: none;
      -webkit-transform: none; }
    .section.coffee #coffee-drawer #field_12_1 .gfield_description, .section.coffee #coffee-drawer li.checkboxes .gfield_description {
      font-size: 1rem;
      margin-top: -15px;
      margin-bottom: 20px;
      color: #000; }
    .section.coffee #coffee-drawer #field_12_1 .ginput_container_checkbox label, .section.coffee #coffee-drawer li.checkboxes .ginput_container_checkbox label {
      color: #000;
      font-size: 18px; }
    .section.coffee #coffee-drawer #field_12_1 [type="checkbox"] + span:not(.lever), .section.coffee #coffee-drawer li.checkboxes [type="checkbox"] + span:not(.lever) {
      padding-left: 30px; }
    .section.coffee #coffee-drawer #field_12_1 [type="checkbox"] + span:not(.lever):before, .section.coffee #coffee-drawer #field_12_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after, .section.coffee #coffee-drawer li.checkboxes [type="checkbox"] + span:not(.lever):before, .section.coffee #coffee-drawer li.checkboxes [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      border-color: #fff; }
    .section.coffee #coffee-drawer #field_12_1 [type="checkbox"]:checked + span:not(.lever):before, .section.coffee #coffee-drawer li.checkboxes [type="checkbox"]:checked + span:not(.lever):before {
      border-top-color: transparent;
      border-left-color: transparent; }
    .section.coffee #coffee-drawer #field_12_1 .gfield_checkbox, .section.coffee #coffee-drawer li.checkboxes .gfield_checkbox {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 600px) {
        .section.coffee #coffee-drawer #field_12_1 .gfield_checkbox, .section.coffee #coffee-drawer li.checkboxes .gfield_checkbox {
          float: none; } }
      .section.coffee #coffee-drawer #field_12_1 .gfield_checkbox li, .section.coffee #coffee-drawer li.checkboxes .gfield_checkbox li {
        width: 45%;
        float: left;
        margin: 0 10px 10px 0;
        margin-right: 5%; }
        @media only screen and (max-width: 600px) {
          .section.coffee #coffee-drawer #field_12_1 .gfield_checkbox li, .section.coffee #coffee-drawer li.checkboxes .gfield_checkbox li {
            float: none;
            width: 100%;
            margin-right: 0; } }
    .section.coffee #coffee-drawer .gform_confirmation_wrapper {
      font-size: 16px;
      margin-left: 20px;
      margin-top: -12px; }
    .section.coffee #coffee-drawer .sidenav-close {
      color: #fff;
      position: absolute;
      top: 7px;
      left: 7px; }
      .section.coffee #coffee-drawer .sidenav-close:hover {
        color: #333; }

.section.pull-quote {
  position: relative;
  padding: 40px 0;
  margin: 0; }
  .section.pull-quote.no-bottom-padding {
    padding-bottom: 0;
    margin-bottom: 0; }
    .section.pull-quote.no-bottom-padding .row {
      padding-bottom: 0;
      margin-bottom: 0; }
  .section.pull-quote.no-top-padding {
    padding-top: 0;
    margin-top: 0; }
    .section.pull-quote.no-top-padding .row {
      padding-top: 0;
      margin-top: 0; }
  .section.pull-quote .row {
    margin-bottom: 0; }
  .section.pull-quote .content.quote-left {
    padding-left: 35px; }
  .section.pull-quote .content.quote-right {
    padding-right: 25px; }
  .section.pull-quote .content p, .section.pull-quote .content ul, .section.pull-quote .content ol {
    font-size: 16px; }
  .section.pull-quote .content ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem;
    color: #444; }
    .section.pull-quote .content ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.pull-quote .content ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem;
    color: #444; }
    .section.pull-quote .content ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }
  .section.pull-quote .content a.btn-large {
    line-height: 42px; }
    .section.pull-quote .content a.btn-large i {
      font-size: 18px; }
  .section.pull-quote .quote {
    padding: 10px 35px;
    margin: 0; }
    @media only screen and (max-width: 600px) {
      .section.pull-quote .quote {
        padding: 0 0.75rem; } }
    .section.pull-quote .quote.quote-left {
      border-right-width: 4px;
      border-right-style: solid;
      text-align: right; }
      @media only screen and (max-width: 600px) {
        .section.pull-quote .quote.quote-left {
          border-right: 0px none;
          text-align: left; } }
    .section.pull-quote .quote.quote-right {
      border-left-width: 4px;
      border-left-style: solid;
      text-align: left; }
      @media only screen and (max-width: 600px) {
        .section.pull-quote .quote.quote-right {
          border-left: 0px none; } }
    .section.pull-quote .quote p {
      font-size: 22px;
      font-weight: 300;
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      line-height: 1.2; }
      @media only screen and (max-width: 1200px) {
        .section.pull-quote .quote p {
          font-size: 20px; } }
      .section.pull-quote .quote p.normal {
        font-size: 16px;
        font-family: "Roboto", Arial, sans-serif; }
    .section.pull-quote .quote .btn-large.less-line-height {
      line-height: 34px;
      padding: 0 10px; }
  .section.pull-quote #pull-quote-drawer {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(244, 178, 46, 0.85);
    padding: 20px;
    padding-right: 5%;
    width: 36%;
    box-sizing: content-box;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    z-index: 999;
    text-align: left; }
    @media only screen and (max-width: 1200px) {
      .section.pull-quote #pull-quote-drawer {
        padding-right: 4%; } }
    @media only screen and (max-width: 992px) {
      .section.pull-quote #pull-quote-drawer {
        padding-right: 15px;
        width: 560px; } }
    @media only screen and (max-width: 600px) {
      .section.pull-quote #pull-quote-drawer {
        bottom: auto;
        width: 100%;
        box-sizing: border-box;
        background: #f4b22e; } }
    .section.pull-quote #pull-quote-drawer h4 {
      color: #333;
      font-weight: 300;
      font-size: 20px;
      text-align: left; }
    .section.pull-quote #pull-quote-drawer .gform_confirmation_wrapper {
      font-size: 16px;
      margin-left: 20px;
      margin-top: -12px; }
    .section.pull-quote #pull-quote-drawer .sidenav-close {
      color: #fff;
      position: absolute;
      top: 7px;
      left: 7px; }
      .section.pull-quote #pull-quote-drawer .sidenav-close:hover {
        color: #333; }
  .section.pull-quote #pull-quote-form-replace {
    display: none; }

.section.events-list .events-container {
  max-width: 900px;
  padding-bottom: 30px; }

.section.events-list .event {
  margin: 0;
  padding: 15px 0; }
  .section.events-list .event.hidden {
    display: none; }

.section.events-list h3 {
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  padding: 10px 0; }
  .section.events-list h3 a {
    color: #333; }
    .section.events-list h3 a:hover {
      color: #0099cc; }
    .section.events-list h3 a .material-icons {
      font-size: 30px;
      color: #0099cc;
      position: relative;
      top: 8px; }

.section.events-list p {
  border-left: 4px solid #0099cc;
  padding: 0 0 0 15px;
  margin: 0;
  color: #444;
  font-size: 14px; }
  .section.events-list p .extra {
    display: inline-block; }
    .section.events-list p .extra i {
      padding-right: 6px;
      color: #333; }
    .section.events-list p .extra.exhibitor i {
      color: #005587; }
    .section.events-list p .extra.sponsor i {
      color: #e97716; }

.section.events-list .btn-large {
  display: block;
  width: 160px;
  height: 42px;
  font-size: 18px;
  margin: 35px auto 0; }

@media only screen and (min-width: 601px) {
  .section.halves .halves-container {
    width: 100% !important;
    max-width: none !important; } }

.section.halves .halves-container h2 {
  text-align: center;
  padding-bottom: 20px; }

.section.halves .halves-container .row {
  margin-top: 20px; }
  @media only screen and (max-width: 600px) {
    .section.halves .halves-container .row {
      padding-bottom: 20px; } }
  .section.halves .halves-container .row .image-container {
    height: 100%;
    min-height: 225px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 993px) {
      .section.halves .halves-container .row .image-container {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .section.halves .halves-container .row .image-container {
        min-height: 150px; } }
  @media only screen and (min-width: 601px) {
    .section.halves .halves-container .row .content-container {
      width: 60% !important;
      margin-left: 30px !important; } }
  @media only screen and (min-width: 993px) {
    .section.halves .halves-container .row .content-container {
      width: 42% !important;
      margin-left: 40px !important; } }
  @media only screen and (min-width: 1201px) {
    .section.halves .halves-container .row .content-container {
      width: 40% !important; } }
  @media only screen and (max-width: 600px) {
    .section.halves .halves-container .row .content-container {
      width: 95% !important; } }
  .section.halves .halves-container .row .content-container .col {
    padding: 0 0.75rem 0 0 !important; }
  @media only screen and (min-width: 601px) {
    .section.halves .halves-container .row.orientation-right .content-container {
      margin-left: 8% !important; } }
  @media only screen and (min-width: 993px) {
    .section.halves .halves-container .row.orientation-right .content-container {
      margin-left: 8% !important; } }
  @media only screen and (min-width: 1201px) {
    .section.halves .halves-container .row.orientation-right .content-container {
      margin-left: 10% !important; } }
  .section.halves .halves-container .row h3 {
    font-family: "Roboto", Arial, sans-serif;
    padding-bottom: 12px; }
  .section.halves .halves-container .row p, .section.halves .halves-container .row ul, .section.halves .halves-container .row ol, .section.halves .halves-container .row li {
    font-size: 14px;
    color: #333; }
  .section.halves .halves-container .row ul {
    list-style: disc;
    margin: 0 0 1.4rem 0; }
    .section.halves .halves-container .row ul li {
      list-style: disc outside;
      margin: 0 0 7px 20px; }
  .section.halves .halves-container .row ol {
    list-style: decimal;
    margin: 0 0 1.4rem 0; }
    .section.halves .halves-container .row ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }

.section.halves.locations .halves-container h2 {
  padding-bottom: 0; }

.section.halves.locations .halves-container .row {
  margin-top: 50px;
  display: flex; }
  @media only screen and (max-width: 600px) {
    .section.halves.locations .halves-container .row {
      margin-top: 15px;
      display: block;
      padding-bottom: 0;
      margin-bottom: 0; } }
  .section.halves.locations .halves-container .row .image-container {
    margin-left: 0; }
    @media only screen and (max-width: 600px) {
      .section.halves.locations .halves-container .row .image-container {
        display: none; } }
  .section.halves.locations .halves-container .row .content-container {
    align-self: center;
    justify-content: center; }
  .section.halves.locations .halves-container .row.orientation-right .content-container {
    position: relative; }
    .section.halves.locations .halves-container .row.orientation-right .content-container .alignment-wrapper {
      width: 215px;
      float: right;
      margin-right: 35px; }
      @media only screen and (max-width: 600px) {
        .section.halves.locations .halves-container .row.orientation-right .content-container .alignment-wrapper {
          width: auto;
          margin-right: 0;
          float: none; } }

.section.two-columns {
  background-size: cover;
  background-position: center; }
  .section.two-columns .two-columns-row {
    /*.col, .col div {
			@media only screen and (max-width : 600px) {
				text-align: center !important;
			}
		}*/ }
    @media only screen and (max-width: 600px) {
      .section.two-columns .two-columns-row {
        display: block !important; } }
  .section.two-columns p, .section.two-columns ul, .section.two-columns ol, .section.two-columns li {
    font-size: 20px; }
    .section.two-columns p.featured, .section.two-columns ul.featured, .section.two-columns ol.featured, .section.two-columns li.featured {
      font-size: 28px; }
      @media only screen and (max-width: 600px) {
        .section.two-columns p.featured, .section.two-columns ul.featured, .section.two-columns ol.featured, .section.two-columns li.featured {
          font-size: 18px; } }
  .section.two-columns ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem; }
    .section.two-columns ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.two-columns ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem; }
    .section.two-columns ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }
  .section.two-columns.dark-bg {
    color: #fff; }
    .section.two-columns.dark-bg h1, .section.two-columns.dark-bg h2, .section.two-columns.dark-bg h3, .section.two-columns.dark-bg h4, .section.two-columns.dark-bg h5, .section.two-columns.dark-bg h6, .section.two-columns.dark-bg p, .section.two-columns.dark-bg ul, .section.two-columns.dark-bg ol, .section.two-columns.dark-bg li {
      color: #fff; }
    .section.two-columns.dark-bg .btn-large {
      border-color: #fff;
      color: #fff; }
      .section.two-columns.dark-bg .btn-large:hover {
        border-color: #0099cc;
        color: #0099cc; }
  .section.two-columns.smaller-text p, .section.two-columns.smaller-text ul, .section.two-columns.smaller-text ol, .section.two-columns.smaller-text li {
    font-size: 16px; }
  .section.two-columns.no-top-padding {
    padding-top: 0; }
  .section.two-columns.no-bottom-padding {
    padding-bottom: 0; }

.section.three-columns {
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 600px) {
    .section.three-columns .three-columns-row .col, .section.three-columns .three-columns-row .col div {
      text-align: center !important; } }
  .section.three-columns.dark-bg {
    color: #fff; }
  .section.three-columns .product-box {
    height: auto; }
    @media only screen and (max-width: 600px) {
      .section.three-columns .product-box {
        height: auto;
        width: 100%;
        margin: 0 0 65px; } }
    .section.three-columns .product-box h4 {
      color: #333;
      text-align: left;
      padding: 10px 0;
      margin: 0;
      font-size: 18px;
      font-weight: 400;
      font-family: "Roboto", Arial, sans-serif; }
      .section.three-columns .product-box h4 a {
        color: #333; }
        .section.three-columns .product-box h4 a:hover {
          color: #0099cc; }
    .section.three-columns .product-box p {
      padding: 10px 0;
      margin: 0;
      color: #444;
      font-size: 16px;
      text-align: left; }
      .section.three-columns .product-box p.product-image {
        padding: 0; }
        .section.three-columns .product-box p.product-image img {
          width: 100%;
          height: auto; }
    .section.three-columns .product-box .btn-large {
      line-height: 46px; }

.section.in-page-nav .page_nav_section {
  padding-top: 30px; }

.section.in-page-nav .additional-solutions.sticky {
  position: fixed;
  top: 100px; }

.section.in-page-nav .additional-solutions ul.siblings li {
  line-height: 24px;
  position: relative; }
  .section.in-page-nav .additional-solutions ul.siblings li a .mobile {
    display: none; }
  .section.in-page-nav .additional-solutions ul.siblings li .material-icons {
    display: none; }
  .section.in-page-nav .additional-solutions ul.siblings li.active a {
    color: #0099cc;
    text-decoration: none; }
  .section.in-page-nav .additional-solutions ul.siblings li.active .material-icons {
    display: inline-block;
    color: #0099cc;
    line-height: 24px;
    position: absolute;
    top: 5px;
    left: -26px;
    vertical-align: middle; }

@media only screen and (max-width: 757px) {
  .section.in-page-nav .additional-solutions {
    display: none !important; } }

@media only screen and (max-width: 600px) {
  .section.in-page-nav .additional-solutions {
    position: absolute;
    top: 64px;
    left: 0px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #333; }
    .section.in-page-nav .additional-solutions.sticky {
      position: fixed; }
    .section.in-page-nav .additional-solutions ul.siblings {
      text-align: center; }
      .section.in-page-nav .additional-solutions ul.siblings li {
        display: inline-block;
        padding: 0 15px;
        font-size: 24px; }
        .section.in-page-nav .additional-solutions ul.siblings li a .mobile {
          display: inline; }
        .section.in-page-nav .additional-solutions ul.siblings li a .desktop {
          display: none; }
        .section.in-page-nav .additional-solutions ul.siblings li.active a {
          color: #0099cc; }
        .section.in-page-nav .additional-solutions ul.siblings li.active .material-icons {
          display: none; } }

.gradient-box {
  vertical-align: top;
  text-align: center;
  height: 280px;
  background: #f2f2f2; }
  @media only screen and (max-width: 992px) {
    .gradient-box {
      height: auto; } }
  .gradient-box h4 {
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    background: #fff url(../img/BlueTealGradientBG.jpg?r=2) top center;
    background-size: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 20px;
    font-weight: 400; }
  .gradient-box p {
    padding: 40px;
    margin: 0;
    text-align: center;
    background: #f2f2f2;
    font-size: 16px; }
  .gradient-box ul {
    text-align: left;
    list-style-type: disc;
    margin: 0;
    padding: 40px;
    background: #f2f2f2;
    font-size: 16px; }
    .gradient-box ul li {
      list-style-type: disc;
      margin: 0 0 0 20px; }
  .gradient-box.orange-top h4 {
    background-image: url(../img/OrangeGradientBG.jpg?r=2);
    color: #000;
    font-weight: 500; }

.product-teasers {
  position: relative;
  text-align: center; }
  .product-teasers .product-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 350px;
    width: 280px;
    margin: 0 15px 45px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 600px) {
      .product-teasers .product-box {
        height: auto;
        width: 100%;
        margin: 0 0 65px; } }
    .product-teasers .product-box h4 {
      color: #333;
      text-align: left;
      padding: 10px 0;
      margin: 0;
      font-size: 18px;
      font-weight: 400;
      font-family: "Roboto", Arial, sans-serif; }
      .product-teasers .product-box h4 a {
        color: #333; }
        .product-teasers .product-box h4 a:hover {
          color: #0099cc; }
    .product-teasers .product-box p {
      padding: 10px 0;
      margin: 0;
      color: #444;
      font-size: 16px;
      text-align: left; }
      .product-teasers .product-box p.product-image {
        padding: 0; }
        .product-teasers .product-box p.product-image img {
          width: 100%;
          height: auto; }
    .product-teasers .product-box .btn-large {
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0px;
      font-size: 16px;
      line-height: 46px; }

.section.wysiwyg.inline-cta-form {
  background: #f4b22e url(../img/DiagonalLinesBG-White.png) bottom left repeat-x;
  background-size: auto;
  position: relative; }
  .section.wysiwyg.inline-cta-form::after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 33px;
    background: transparent url(../img/DiagonalLinesBG-White.png) top left repeat-x;
    content: ' '; }
  .section.wysiwyg.inline-cta-form h3 {
    color: #333;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 40px; }
  .section.wysiwyg.inline-cta-form p {
    font-size: 16px; }

.section.two-columns.faqs p, .section.two-columns.faqs ul, .section.two-columns.faqs ol, .section.two-columns.faqs ul li, .section.two-columns.faqs ol li {
  font-size: 16px; }

.section.two-columns.faqs hr.white {
  margin-bottom: 1.4rem; }

.section.two-columns.related-blog-posts h4 {
  font-size: 16px;
  font-weight: 500;
  padding-left: .75rem;
  padding-bottom: 1.4rem;
  color: #333; }

.section.two-columns.related-blog-posts h5 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 0.8rem;
  margin-top: 0; }
  .section.two-columns.related-blog-posts h5 a {
    color: #333; }
    .section.two-columns.related-blog-posts h5 a:hover {
      color: #0099cc; }

.section.two-columns.related-blog-posts p {
  font-size: 16px;
  color: #444; }

.section.two-columns.related-blog-posts img {
  margin-bottom: 1.0rem; }

.section.blog .blog-content {
  padding-right: 30px; }
  @media only screen and (max-width: 600px) {
    .section.blog .blog-content {
      padding-right: .75rem; } }
  .section.blog .blog-content .container {
    width: 100% !important; }
  .section.blog .blog-content h1.blog-heading, .section.blog .blog-content h2.blog-heading {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px; }
    @media only screen and (max-width: 992px) {
      .section.blog .blog-content h1.blog-heading, .section.blog .blog-content h2.blog-heading {
        font-size: 30px; } }
    @media only screen and (max-width: 600px) {
      .section.blog .blog-content h1.blog-heading, .section.blog .blog-content h2.blog-heading {
        font-size: 24px; } }
  .section.blog .blog-content .blog-subheading {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #333;
    margin: 0 0 30px;
    line-height: 100%; }
  .section.blog .blog-content p.meta {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 0; }
  .section.blog .blog-content .social-links {
    height: 26px;
    width: 380px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 600px) {
      .section.blog .blog-content .social-links {
        height: auto; } }
    .section.blog .blog-content .social-links > * {
      position: relative; }
    .section.blog .blog-content .social-links iframe {
      height: 20px !important;
      min-height: 20px !important; }
    .section.blog .blog-content .social-links .email-friend {
      top: -6px;
      border: 0px none; }
    .section.blog .blog-content .social-links .fb-like {
      top: 3px; }
    .section.blog .blog-content .social-links .IN-widget {
      top: -6px; }
      @media only screen and (max-width: 600px) {
        .section.blog .blog-content .social-links .IN-widget {
          margin-left: 8px !important; } }
    .section.blog .blog-content .social-links .twitter-share-button {
      position: relative !important;
      top: 0px;
      margin-left: 10px;
      display: none; }
    .section.blog .blog-content .social-links .twitter-share-button.twitter-share-button-rendered {
      display: inline-block; }
    .section.blog .blog-content .social-links .btn-social,
    .section.blog .blog-content .social-links .btn-social:link,
    .section.blog .blog-content .social-links .btn-social:active,
    .section.blog .blog-content .social-links .btn-social:focus {
      display: inline-block;
      background-color: #0099cc;
      border-radius: 4px;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      height: 20px;
      line-height: 20px;
      padding: 0 8px;
      text-decoration: none; }
    .section.blog .blog-content .social-links .btn-social:hover {
      background-color: #336699;
      color: #fff; }
  .section.blog .blog-content img.post-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 18px; }
  .section.blog .blog-content p, .section.blog .blog-content ul, .section.blog .blog-content ol {
    font-size: 16px; }
  .section.blog .blog-content ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem;
    color: #444; }
    .section.blog .blog-content ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.blog .blog-content ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem;
    color: #444; }
    .section.blog .blog-content ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }
  .section.blog .blog-content a.btn-large {
    line-height: 42px; }
    .section.blog .blog-content a.btn-large i {
      font-size: 18px; }
  .section.blog .blog-content .related-posts {
    margin-top: 40px; }
  .section.blog .blog-content .related-post {
    margin-bottom: 20px; }
  .section.blog .blog-content .section.pull-quote .quote p {
    font-size: 22px; }
  .section.blog .blog-content .author-avatar {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 0;
    max-width: 220px; }
  .section.blog .blog-content .author-title {
    text-align: center;
    color: #0099cc;
    font-family: "Roboto", Arial, sans-serif;
    margin-top: -18px;
    margin-bottom: 30px; }

.section.blog .blog-sidebar {
  margin: 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #0099cc; }
  @media only screen and (max-width: 600px) {
    .section.blog .blog-sidebar {
      padding: 30px 0.75rem;
      border-left: 0px none;
      border-top: 2px solid #0099cc; } }
  .section.blog .blog-sidebar h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .section.blog .blog-sidebar .teaser {
    padding: 0 0 20px;
    border-top: 2px solid #0099cc; }
  .section.blog .blog-sidebar .featured-posts {
    padding-bottom: 0;
    border-top: 0px none; }
    .section.blog .blog-sidebar .featured-posts h3 {
      margin-top: 0; }
    .section.blog .blog-sidebar .featured-posts .featured-post {
      margin: 0 0 20px; }
    .section.blog .blog-sidebar .featured-posts p {
      font-size: 16px; }
  .section.blog .blog-sidebar .search .screen-reader-text {
    display: block;
    visibility: hidden;
    height: 1px; }
  .section.blog .blog-sidebar .search input {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    height: 30px;
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px; }
    .section.blog .blog-sidebar .search input:focus {
      box-shadow: none; }
  .section.blog .blog-sidebar .search button {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-left: 0px none;
    color: #e97716; }

.section.blog .blog-post-grid h6 {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 5px;
  color: #777; }

.section.blog .blog-post-grid h5 {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 5px; }
  .section.blog .blog-post-grid h5 a {
    color: #e97716; }
    .section.blog .blog-post-grid h5 a:hover {
      color: #0099cc; }

.section.blog .blog-post-grid img.post-thumbnail {
  margin-bottom: 5px; }

.section.blog .blog-post-grid p {
  margin-bottom: 0.6rem; }

.section.blog .post-categories a {
  display: inline-block;
  background-color: #e97716;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  line-height: 20px;
  padding: 0 8px;
  margin: 0 1px 5px 0;
  text-decoration: none; }
  .section.blog .post-categories a:hover {
    background-color: #0099cc;
    color: #fff; }

.section.blog .recent-post {
  padding-top: 15px; }
  .section.blog .recent-post h4 {
    margin-bottom: 15px;
    margin-top: 0; }
  .section.blog .recent-post h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400; }
    @media only screen and (max-width: 992px) {
      .section.blog .recent-post h3 {
        margin-top: -20px; } }
    .section.blog .recent-post h3 a {
      color: #e97716; }
      .section.blog .recent-post h3 a:hover {
        color: #0099cc; }

.section.blog .recent-posts h4 {
  margin-bottom: 15px;
  margin-top: 30px; }

.section.blog .recent-posts.top-padding {
  padding-top: 25px; }

.section.blog .breadcrumbs {
  margin-top: -15px; }

.section.blog #ajax-load-more {
  background: transparent !important; }
  .section.blog #ajax-load-more button, .section.blog #ajax-load-more .alm-load-more-btn {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 0px;
    border-style: solid;
    background: transparent;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    height: 32px;
    line-height: 27px;
    border-width: 2px;
    border-color: #e97716;
    color: #e97716; }
    .section.blog #ajax-load-more button:hover, .section.blog #ajax-load-more .alm-load-more-btn:hover {
      border-color: #0099cc;
      color: #0099cc; }

.breadcrumbs {
  font-size: 13px; }
  .breadcrumbs a {
    color: #e97716; }
    .breadcrumbs a:hover {
      color: #0099cc; }

.wrapper .gform_wrapper h4 {
  font-size: 20px;
  margin-bottom: 15px; }

.wrapper .gform_wrapper .row .col {
  padding-left: 0; }

.wrapper .gform_wrapper .input-field {
  margin-top: 0; }

.wrapper .gform_wrapper .input-field.col label {
  left: 0;
  font-size: 16px;
  font-weight: 300; }

.wrapper .gform_wrapper input[type=text], .wrapper .gform_wrapper input[type=email], .wrapper .gform_wrapper textarea, .wrapper .gform_wrapper select {
  color: #333;
  border: 0px none;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px; }

.wrapper .gform_wrapper .input-field label {
  color: #fff; }

.wrapper .gform_wrapper .input-field input[type=text]:focus + label,
.wrapper .gform_wrapper .input-field input[type=email]:focus + label {
  color: #fff; }

.wrapper .gform_wrapper .input-field input[type=text]:focus,
.wrapper .gform_wrapper .input-field input[type=email]:focus,
.wrapper .gform_wrapper .input-field textarea:focus {
  border: 0px none;
  border-bottom: 1px solid #fff;
  box-shadow: none; }

.wrapper .gform_wrapper .input-field input[type=text].valid,
.wrapper .gform_wrapper .input-field input[type=email].valid {
  border-bottom: 1px solid #fff;
  box-shadow: none; }

.wrapper .gform_wrapper .input-field input[type=text].invalid,
.wrapper .gform_wrapper .input-field input[type=email].invalid {
  border-bottom: 1px solid #fff;
  box-shadow: none; }

.wrapper .gform_wrapper .input-field .prefix.active {
  color: #fff; }

.wrapper .gform_wrapper .validation_error {
  position: relative;
  top: 10px;
  font-weight: bold;
  font-size: 14px; }

.wrapper .gform_wrapper .validation_message, .wrapper .gform_wrapper .gform_submission_error {
  font-size: 14px;
  font-weight: bold;
  color: #CE3438; }

.wrapper .gform_wrapper input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  height: 50px;
  line-height: 50px;
  border: 2px solid #333;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  background: transparent;
  box-shadow: none; }
  .wrapper .gform_wrapper input[type=submit]:hover {
    cursor: pointer;
    border-color: #fff;
    color: #fff; }
  .wrapper .gform_wrapper input[type=submit].wiland-orange {
    border-color: #e97716;
    background-color: #e97716;
    color: #fff; }
    .wrapper .gform_wrapper input[type=submit].wiland-orange:hover {
      border-color: #0099cc;
      background-color: #0099cc;
      color: #fff; }

.wrapper .gform_wrapper form.orange-submit-button input[type=submit] {
  border-color: #e97716;
  background-color: #e97716;
  color: #fff; }
  .wrapper .gform_wrapper form.orange-submit-button input[type=submit]:hover {
    border-color: #0099cc;
    background-color: #0099cc;
    color: #fff; }

.wrapper .gform_wrapper .gfield.hidden {
  display: none !important; }

.wrapper .gform_wrapper .captcha {
  padding-bottom: 18px; }

.wrapper .gform_wrapper .gform_footer {
  clear: both; }

.wrapper .gform_wrapper ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */ }

.wrapper .gform_wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

.wrapper .gform_wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

.wrapper .gform_wrapper #field_12_1 label.gfield_label, .wrapper .gform_wrapper .checkboxes label.gfield_label {
  display: block;
  position: relative;
  color: #000;
  margin-top: 0;
  padding: 0;
  font-size: 24px;
  font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
  font-weight: 300;
  margin-bottom: 20px;
  transform: none;
  -webkit-transform: none; }

.wrapper .gform_wrapper #field_12_1 .ginput_container_checkbox label, .wrapper .gform_wrapper .checkboxes .ginput_container_checkbox label {
  color: #000;
  font-size: 18px; }

.wrapper .gform_wrapper #field_12_1 [type="checkbox"] + span:not(.lever), .wrapper .gform_wrapper .checkboxes [type="checkbox"] + span:not(.lever) {
  padding-left: 30px; }

.wrapper .gform_wrapper #field_12_1 [type="checkbox"] + span:not(.lever):before, .wrapper .gform_wrapper #field_12_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after, .wrapper .gform_wrapper .checkboxes [type="checkbox"] + span:not(.lever):before, .wrapper .gform_wrapper .checkboxes [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border-color: #fff; }

.wrapper .gform_wrapper #field_12_1 [type="checkbox"]:checked + span:not(.lever):before, .wrapper .gform_wrapper .checkboxes [type="checkbox"]:checked + span:not(.lever):before {
  border-top-color: transparent;
  border-left-color: transparent; }

.wrapper .gform_wrapper #field_12_1 .gfield_checkbox, .wrapper .gform_wrapper .checkboxes .gfield_checkbox {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 600px) {
    .wrapper .gform_wrapper #field_12_1 .gfield_checkbox, .wrapper .gform_wrapper .checkboxes .gfield_checkbox {
      float: none; } }
  .wrapper .gform_wrapper #field_12_1 .gfield_checkbox li, .wrapper .gform_wrapper .checkboxes .gfield_checkbox li {
    width: 45%;
    float: left;
    margin: 0 10px 10px 0;
    margin-right: 5%; }
    @media only screen and (max-width: 600px) {
      .wrapper .gform_wrapper #field_12_1 .gfield_checkbox li, .wrapper .gform_wrapper .checkboxes .gfield_checkbox li {
        float: none;
        width: 100%;
        margin-right: 0; } }

.wrapper .gform_wrapper #field_12_1 .gfield_description, .wrapper .gform_wrapper .checkboxes .gfield_description {
  color: #000;
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 15px; }

.page-footer {
  background: #fff;
  padding: 0;
  z-index: 101; }
  .page-footer #footer-tagline {
    background: #eceeef;
    text-align: center;
    padding-top: 5rem;
    position: relative;
    z-index: 996; }
    @media only screen and (max-width: 600px) {
      .page-footer #footer-tagline {
        padding-top: 3rem; } }
    .page-footer #footer-tagline .row {
      margin-bottom: 10px; }
    .page-footer #footer-tagline img {
      width: 90px;
      height: auto; }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-tagline img {
          width: 70px; } }
    .page-footer #footer-tagline h2 {
      font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
      font-size: 36px;
      font-weight: 300;
      color: #333;
      margin: 2rem 0 0.8rem; }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-tagline h2 {
          font-size: 28px;
          margin-top: 1.4rem; } }
    .page-footer #footer-tagline h4 {
      font-family: "Roboto", Arial, sans-serif;
      font-size: 28px;
      font-weight: 400;
      color: #0099cc; }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-tagline h4 {
          font-size: 24px; } }
      .page-footer #footer-tagline h4 strong {
        font-weight: 700; }
  .page-footer #footer-utility {
    position: relative;
    background-color: #333;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000; }
    @media only screen and (max-width: 992px) {
      .page-footer #footer-utility {
        background-size: contain;
        background-position: bottom center;
        padding-top: 0;
        background-color: #363636; } }
    .page-footer #footer-utility #footer-form {
      float: right;
      right: 0px;
      background: #f4b22e;
      padding: 20px 20px 15px;
      padding-right: 5%;
      width: 33%;
      box-sizing: content-box; }
      @media only screen and (max-width: 1200px) {
        .page-footer #footer-utility #footer-form {
          padding-right: 4%; } }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #footer-form {
          padding-right: 20px;
          float: none;
          width: auto; } }
      .page-footer #footer-utility #footer-form h3 {
        color: #333;
        margin-top: 0;
        padding: 0; }
      .page-footer #footer-utility #footer-form h4 {
        color: #333; }
      .page-footer #footer-utility #footer-form .gform_confirmation_message {
        font-size: 16px;
        padding-top: 15px;
        color: #fff; }
    .page-footer #footer-utility #footer-nav {
      float: left;
      width: 50%;
      margin-left: 10%;
      padding-bottom: 7px;
      border-bottom: 1px solid #666;
      margin-bottom: 1px; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #footer-nav {
          width: 99%;
          margin-left: 1%;
          padding-top: 15px; } }
      .page-footer #footer-utility #footer-nav .col {
        height: 100%;
        border-left: 1px solid #666;
        min-height: 320px; }
        @media only screen and (max-width: 600px) {
          .page-footer #footer-utility #footer-nav .col {
            min-height: 0px;
            border-left: 0px none;
            padding-left: 0; } }
        .page-footer #footer-utility #footer-nav .col:first-child {
          padding-left: 0; }
          @media only screen and (max-width: 992px) {
            .page-footer #footer-utility #footer-nav .col:first-child {
              border-left: 0px none; } }
      .page-footer #footer-utility #footer-nav .footer-menu {
        padding: 15px 0 0 15px; }
        .page-footer #footer-utility #footer-nav .footer-menu h4 {
          margin: 0;
          padding: 0;
          font-family: "Roboto Slab", "Baskerville", "Times New Roman", Times, serif;
          font-weight: 300;
          font-size: 18px;
          color: #0099cc;
          text-transform: uppercase; }
        .page-footer #footer-utility #footer-nav .footer-menu ul {
          margin: 0;
          padding: 2px 0 10px; }
          .page-footer #footer-utility #footer-nav .footer-menu ul li {
            margin: 0;
            padding: 3px 0 0;
            font-size: 14px;
            line-height: 1.6; }
            .page-footer #footer-utility #footer-nav .footer-menu ul li a {
              color: #ddd;
              text-decoration: none; }
              .page-footer #footer-utility #footer-nav .footer-menu ul li a:hover {
                color: #fff;
                text-decoration: underline;
                background: transparent; }
              .page-footer #footer-utility #footer-nav .footer-menu ul li a.utility {
                color: #999; }
                .page-footer #footer-utility #footer-nav .footer-menu ul li a.utility:hover {
                  color: #ddd; }
    .page-footer #footer-utility #footer-socials {
      position: absolute;
      left: 0px;
      top: 156px;
      background: #0099cc;
      padding: 15px;
      width: 9%;
      max-width: 85px;
      text-align: right; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #footer-socials {
          width: 8%;
          min-width: 75px;
          position: relative;
          left: auto;
          bottom: auto;
          float: right;
          margin-top: -440px; } }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #footer-socials {
          margin-top: -435px; } }
      .page-footer #footer-utility #footer-socials a {
        display: block;
        text-align: right;
        height: 30px;
        font-size: 18px;
        color: #fff; }
        @media only screen and (max-width: 992px) {
          .page-footer #footer-utility #footer-socials a {
            text-align: left; } }
        .page-footer #footer-utility #footer-socials a:hover {
          color: #ccc;
          background: transparent; }
    .page-footer #footer-utility #ccpa {
      position: absolute;
      left: 0px;
      top: 289px;
      background: #6666cc;
      width: 9%;
      max-width: 85px;
      min-width: 75px;
      text-align: right; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #ccpa {
          width: 8%;
          min-width: 75px;
          position: relative;
          left: auto;
          bottom: auto;
          float: right;
          margin-top: -445px; } }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #ccpa {
          margin-top: -442px; } }
      .page-footer #footer-utility #ccpa a {
        display: block;
        text-align: right;
        background: #6666cc;
        height: auto;
        line-height: 1.3;
        padding: 8px 5px 10px 0;
        font-size: 12px;
        font-weight: 400;
        color: #fff; }
        @media only screen and (max-width: 992px) {
          .page-footer #footer-utility #ccpa a {
            text-align: left;
            padding: 8px 0 10px 5px; } }
        .page-footer #footer-utility #ccpa a:hover {
          background: #005587; }
    .page-footer #footer-utility #cookie-choices {
      position: absolute;
      left: 0px;
      top: 375px;
      background: #005587;
      width: 9%;
      max-width: 85px;
      min-width: 75px;
      text-align: right; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #cookie-choices {
          width: 8%;
          min-width: 75px;
          position: relative;
          left: auto;
          bottom: auto;
          float: right;
          margin-top: -449px; } }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #cookie-choices {
          margin-top: -449px; } }
      .page-footer #footer-utility #cookie-choices a {
        display: block;
        text-align: right;
        background: #005587;
        height: auto;
        line-height: 1.3;
        padding: 8px 5px 10px 0;
        font-size: 12px;
        font-weight: 400;
        color: #fff; }
        @media only screen and (max-width: 992px) {
          .page-footer #footer-utility #cookie-choices a {
            text-align: left;
            padding: 8px 0 10px 5px; } }
        .page-footer #footer-utility #cookie-choices a:hover {
          background: #0099cc; }
    .page-footer #footer-utility #footer-logos {
      float: left;
      width: 50%;
      margin-left: 10%; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #footer-logos {
          width: 100%;
          margin-left: 0%;
          text-align: center;
          float: none; } }
      .page-footer #footer-utility #footer-logos .col {
        padding: 0; }
      .page-footer #footer-utility #footer-logos .footer-logo {
        display: inline-block;
        width: 24%;
        padding: 0;
        margin: 0;
        min-width: 144px; }
        @media only screen and (max-width: 1200px) {
          .page-footer #footer-utility #footer-logos .footer-logo {
            max-width: 144px;
            min-width: 0px; } }
        @media only screen and (max-width: 600px) {
          .page-footer #footer-utility #footer-logos .footer-logo {
            width: 45%;
            max-width: none; } }
      .page-footer #footer-utility #footer-logos img {
        width: 144px;
        height: auto; }
    .page-footer #footer-utility #footer-copyright {
      clear: both;
      text-align: center;
      padding: 0;
      margin: 0;
      font-size: 11px;
      color: #fff; }
      .page-footer #footer-utility #footer-copyright a {
        color: #fff; }
        .page-footer #footer-utility #footer-copyright a:hover {
          color: #ccc; }

body .osano-cm-dialog {
  background: #0099cc;
  padding-top: 35px; }
  body .osano-cm-dialog .osano-cm-link {
    color: #fff;
    text-decoration: underline; }
  body .osano-cm-dialog .osano-cm-dialog__buttons {
    display: block;
    position: static;
    text-align: right; }
    @media only screen and (max-width: 992px) {
      body .osano-cm-dialog .osano-cm-dialog__buttons {
        text-align: center;
        padding-top: 20px; } }
  body .osano-cm-dialog .osano-cm-button {
    background: #f4b22e;
    border-color: #f4b22e;
    padding-left: 2em;
    padding-right: 2em; }
    body .osano-cm-dialog .osano-cm-button.osano-cm-accept {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 40px;
      height: 40px;
      background: transparent;
      border: 0px none;
      padding: 0;
      margin: 0;
      color: transparent; }
      body .osano-cm-dialog .osano-cm-button.osano-cm-accept::before {
        content: 'x';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 30px;
        font-weight: normal;
        font-family: Helvetica, Arial, sans-serif; }
      body .osano-cm-dialog .osano-cm-button.osano-cm-accept:hover::before {
        color: #f4b22e; }
  body .osano-cm-dialog .osano-cm-button--type_deny {
    background: #336699;
    border-color: #336699;
    display: none; }

body .osano-cm-button {
  background: #f4b22e;
  border-color: #f4b22e; }

body .osano-cm-widget {
  display: none !important; }

body .osano-cm-info-dialog [type="checkbox"] + span:not(.lever):before,
body .osano-cm-info-dialog [type="checkbox"]:checked + span:not(.lever):before,
body .osano-cm-info-dialog [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border-radius: 16px;
  margin-top: 0;
  border: 0px none; }

body .osano-cm-info-dialog [type="checkbox"] + span:not(.lever):after,
body .osano-cm-info-dialog [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 16px;
  margin-top: 0; }

body .osano-cm-info-dialog [type="checkbox"] + span:not(.lever) {
  height: 18px;
  line-height: 0;
  padding-left: 0; }

body .osano-cm-info-dialog .osano-cm-toggle__input:checked + .osano-cm-toggle__switch:after,
body .osano-cm-info-dialog [type="checkbox"]:checked + span:not(.lever):after {
  left: 100%;
  -webkit-transform: translateX(-100%) scale(1);
  transform: translateX(-100%) scale(1); }
