/*
Theme Name: Technical Air Products
Author: Anonymous
Author URI:
Version: 1
Description: Technical Air Products theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: technical_air_products
Tags: one-column, two-columns
Theme URI:
*/

/*updates June 2021 */
 a .download-button {
  background-color: #084668; 
  color: #fff; 
  border-radius: 5px;
  margin-top: 30px; 
  padding: 10px;  
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  display: block;
  word-break: break-word;
  line-height: 14px;
  min-height: 19px;
}

/*fan menu*/
.ffu-menu div {
	display: block; 
	top: 0;
}

/* Added 4/11/2019 - Mobile Menu Product dropdown */

@media only screen and (max-width: 992px) {

.main-nav .drop-holder {
    position: relative !important;
    box-shadow: none !important;
}

}

@media only screen and (min-width: 992px) {

span#moreProductsPlus {
    display: none !important;
}

}


/* Added 4/11/2019 - Back to top button */

#back-to-top-button-ta {
  display: inline-block;
  background-color: #12a8d3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  left: px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top-button-ta::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top-button-ta:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top-button-ta:active {
  background-color: #555;
}
#back-to-top-button-ta.show {
  opacity: 1;
  visibility: visible;
  background-color: #5db5db;	
}

#back-to-top-button-ta {
  display: inline-block;
  background-color: #50cccc;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top-button-ta::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #back-to-top-button-ta {
  display: inline-block;
  background-color: #50cccc;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  left: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top-button-ta::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}
  }



@media only screen and (max-width: 992px) {

  span#moreProductsPlus {
    font-size: 25px;
    float: right;
    height: 20px;
    line-height: 20px;
}

  .rotate45{
      -ms-transform: rotate(45deg); /* IE 9 */
      -webkit-transform: rotate(45deg); /* Safari 3-8 */
      transform: rotate(45deg);
      -moz-transition: all 0.1s;
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
  }

}





.main-nav, .slick-dots, .accordion, .gallery ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .content:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .header:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@media (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    color: inherit;
    pointer-events: none;
    text-decoration: none; } }

.qoute, .nav-opener, .nav-opener:before, .nav-opener:after, .nav-opener .line, .slick-dots li, .slick-dots button {
  display: inline-block;
  vertical-align: top; }

@media (min-width: 768px) {
  .content #content {
    float: left;
    width: 70%; }
    .content #content:only-child {
      width: 100% !important; }
  .content #sidebar {
    float: right;
    width: 25%; } }

iframe {
  max-width: 100%; }

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

#sidebar button,
#sidebar input[type='button'],
#sidebar input[type='reset'],
#sidebar input[type='file'],
#sidebar input[type='submit'] {
  min-width: auto; }
@media (min-width: 768px) {
  #sidebar h3 {
    font-size: 35px; } }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }
.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px; }
.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }
.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left; }
  .search-form input[type='search'] {
    margin: 0 4px 5px 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  text-transform: uppercase;
  font-weight: 700;
  word-break: break-word; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 70px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 107px;
      line-height: 0.86; } }

h2, .h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 55px;
      line-height: 1; } }

h3, .h3 {
  font-weight: 300;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 56px;
      line-height: 1; } }

p {
  margin: 0 0 1em; }

a {
  transition: color 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #12a8d3; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='date'],
textarea,
.form-control {
  font-size: 18px;
  line-height: 30px;
  height: 43px;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  outline: none;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  padding: 5px 15px;
  margin-bottom: 20px; }

select,
select.form-control {
  font-size: 18px;
  line-height: 30px;
  height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  outline: none;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  background: url("./images/select-icon.png") no-repeat;
  background-position: right;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  padding: 5px 45px 5px 15px; }

textarea {
  resize: none;
  height: 204px;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  color: #084668;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  padding: 8px;
  display: inline-block;
  vertical-align: top;
  height: 43px;
  min-width: 146px;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  transition: border-color 0.3s ease-in-out;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    border-color: #084668; }

label {
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  transition: color 0.3s ease-in-out; }
  label:hover {
    cursor: pointer;
    color: #12a8d3; }

select::-ms-expand {
  display: none; }

.logo {
  margin-right: 10px;
  float: left;
  width: 165px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .logo {
      width: 30%;
      padding-top: 0; } }
  .logo img {
    vertical-align: top; }

.qoute {
  margin-left: auto;
  width: 35px;
  float: right;
  margin-top: -5px;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .qoute {
      float: right;
      width: 50px;
      margin-top: -10px; } }
  @media (min-width: 992px) {
    .qoute {
      margin-top: 0; } }
  @media (min-width: 1310px) {
    .qoute {
      width: auto; } }
  .qoute:hover {
    opacity: 0.8; }

.header {
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 20px 10px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .header {
      padding: 39px 20px; } }
  @media (min-width: 1310px) {
    .header {
      font-size: 14px;
      padding: 39px 60px; } }

.main-nav {
  border-top: 1px solid #084668;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 9;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .main-nav {
      transition: none;
      background-color: transparent;
      border: 0;
      transform: none;
      width: auto;
      position: static;
      padding: 0 10px; } }
  .main-nav a {
    display: block;
    text-decoration: none;
    padding: 14px 10px; }
    @media (min-width: 992px) {
      .main-nav a {
        padding: 14px 5px; } }
  .main-nav .active a {
    color: #12a8d3; }
  .main-nav .drop-holder {
    position: absolute;
    top: 100%;
    background: white;
    width: 300px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    display: none; }
    .main-nav .drop-holder ul {
      padding-left: 0; }
      .main-nav .drop-holder ul li {
        width: 100%;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #eee; }
        .main-nav .drop-holder ul li a {
          font-size: 14px;
          font-weight: 300;
          padding: 0;
          color: #084668;
          font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
          font-weight: 700; }
          .main-nav .drop-holder ul li a:hover {
            color: #12a8d3; }
  .main-nav li {
    position: relative;
    border-bottom: 1px solid #084668; }
    @media (min-width: 992px) {
      .main-nav li {
        border: none;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1024px) {
      .main-nav li {
        margin-right: 10px; } }
    @media (min-width: 1350px) {
      .main-nav li {
        margin-right: 10px; } }
    .main-nav li:hover > .drop-holder {
      display: block; }

.page-template-template-product-listing header#header, .page-template-template-customer-support header#header, .page-template-template-industries-served header#header {
  background-color: #daebf5; }

.page-template-template-product-listing.white header#header, .page-template-template-customer-support.white header#header, .page-template-template-industries-served.white header#header {
  background-color: white; }

.nav-opener {
  width: 25px;
  height: 20px;
  position: relative;
  float: right;
  margin-left: 20px; }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #084668;
    left: 0;
    content: '';
    transition: transform 0.3s ease-in-out; }
  .nav-opener:before {
    top: 0; }
  .nav-opener:after {
    bottom: 0; }
  .nav-opener .line {
    width: 100%;
    height: 2px;
    background-color: #084668;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out; }

.nav-active .nav-opener:before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg); }
.nav-active .nav-opener:after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg); }
.nav-active .nav-opener .line {
  opacity: 0; }
.nav-active .main-nav {
  transform: translateX(0); }

.footer {
  font-size: 12px;
  line-height: 21px;
  background-color: #084668;
  color: #fff;
  padding: 30px 0;
  position: relative; }
  @media (min-width: 768px) {
    .footer {
      padding: 28px 0 100px; } }
  .footer:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 18px;
    background: url("./images/footer-bg.png") no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .footer:before {
        height: 35px; } }
  .footer a {
    color: inherit; }
    .footer a:hover {
      color: #12a8d3; }
  .footer h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 11px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .footer h3 {
        letter-spacing: 1.2px; } }
  .footer input[type='text'],
  .footer input[type='tel'],
  .footer input[type='email'],
  .footer input[type='search'],
  .footer input[type='password'],
  .footer textarea {
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px;
    height: auto;
    display: block;
    border: 0;
    resize: none;
    background-color: #b9d9ec;
    width: 64%;
    margin-bottom: 0; }
  .footer form {
    font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif; }
    .footer form p {
      margin-bottom: 0; }
    .footer form textarea {
      width: 100%;
      height: 63px; }
  .footer input[type='submit'] {
    font-size: 12px;
    line-height: 13px;
    font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    padding: 0 9px;
    text-transform: uppercase;
    background-color: #5db5db;
    font-weight: 300;
    min-width: auto;
    border-radius: 0;
    height: auto;
    border: 0;
    transition: background-color 0.3s ease-in-out; }
    .footer input[type='submit']:hover {
      background-color: #12a8d3; }
  .footer label {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 3px;
    display: block;
    letter-spacing: 0.3px; }
    .footer label span {
      display: block;
      padding-top: 3px; }

@media (min-width: 768px) {
  .footer-info {
    padding-top: 35px; } }
.footer-info p {
  margin-bottom: 17px; }
.footer-info img {
  vertical-align: top; }

address {
  line-height: inherit; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .slick-dots {
      margin-bottom: 0; } }
  .slick-dots li {
    margin: 0 4px 5px; }
  .slick-dots button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-shadow: none;
    background-color: #fff;
    text-indent: -9999px;
    box-shadow: none;
    outline: none;
    min-width: 0;
    padding: 0;
    border: 4px solid #d0e8f4;
    transition: border-color 0.3s ease-in-out; }
    .slick-dots button:hover {
      border-color: #89c5e3; }
  .slick-dots .slick-active button {
    border-color: #89c5e3; }

.footer-logo {
  width: 300px;
  height: auto; }

@media (min-width: 768px) {
  .main-slider {
    /*font-size: 21px;
    line-height: 26px;*/
    font-size: 16px;
    line-height: 22px; } }
@media (min-width: 992px) {
  .main-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 118px;
    right: 47%; } }
@media (min-width: 1024px) {
  .main-slider .slick-dots {
    bottom: 80px; } }
.main-slider .slick-slide {
  position: relative;
  padding: 20px 0 40px; }
  @media (min-width: 992px) {
    .main-slider .slick-slide {
      padding: 20px 20px 40px 20px; } }
  @media (min-width: 1024px) {
    .main-slider .slick-slide {
      padding: 00px 20px 90px 20px; } }
  @media (min-width: 1310px) {
    .main-slider .slick-slide {
      padding: 00px 120px 90px 120px; } }
  .main-slider .slick-slide img {
    display: block;
    width: 100%; }
  .main-slider .slick-slide h2 {
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .main-slider .slick-slide h2 {
        font-size: 44px;
        letter-spacing: 2.1px; } }
  .main-slider .slick-slide .img-holder {
    padding: 0 10px; }
    @media (min-width: 992px) {
      .main-slider .slick-slide .img-holder {
        padding: 0;
        margin-bottom: 20px; } }
    @media (min-width: 1310px) {
      .main-slider .slick-slide .img-holder {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .main-slider .slick-slide .container-fluid {
      padding: 0 20px; } }
  @media (min-width: 1310px) {
    .main-slider .slick-slide .container-fluid {
      padding: 0 60px 0 118px; } }
  @media (min-width: 992px) {
    .main-slider .slick-slide .text-holder {
      position: absolute;
      bottom: 120px;
      left: 0;
      right: 0; } }
  @media (min-width: 1310px) {
    .main-slider .slick-slide .text-holder {
      bottom: 120px; } }
  .main-slider .slick-slide .text-bottom {
    font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: right;
    text-transform: uppercase; }
    @media (min-width: 1310px) {
      .main-slider .slick-slide .text-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px; } }
    .main-slider .slick-slide .text-bottom h3 {
      color: #12a8d3;
      font-weight: 700;
      font-size: 14px;
      margin: 0;
      letter-spacing: 0.4px; }
      .main-slider .slick-slide .text-bottom h3 a:hover {
        color: #084668; }
    .main-slider .slick-slide .text-bottom a {
      text-decoration: none;
      color: inherit; }
      .main-slider .slick-slide .text-bottom a:hover {
        color: #12a8d3; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.lightbox-demo {
  padding: 5px;
  width: 300px; }

.lightbox-demo h2 {
  margin: 0 0 10px; }

.lightbox-demo p {
  margin: 0; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1366px;
  background-color: #fff; }

.accordion li {
  background-color: #daebf5; }
  .accordion li:nth-child(4n+2) {
    background-color: #afd6ec; }
    .accordion li:nth-child(4n+2) .opener:before {
      background-image: url("./images/bg4.png"); }
  .accordion li:nth-child(4n+3) {
    background-color: #5db5db; }
    .accordion li:nth-child(4n+3) .opener:before {
      background-image: url("./images/bg5.png"); }
  .accordion li:nth-child(4n) {
    background-color: #12a8d3; }
  .accordion li:nth-child(4n) a:hover, .accordion li:nth-child(4n+3) a:hover {
    color: white; }
  .accordion li:nth-child(4n) a.opener:hover, .accordion li:nth-child(4n+3) a.opener:hover {
    color: #084668; }
  .accordion li:nth-child(4n) .opener:before {
    background-image: url("./images/bg1.png"); }
.accordion .opener {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  color: #084668;
  display: block;
  padding: 20px 20px 40px;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .accordion .opener {
      font-size: 53px;
      letter-spacing: 1.2px;
      padding: 40px 40px 63px; } }
  .accordion .opener:after {
    content: '+';
    font-weight: 300;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 24px; }
    @media (min-width: 768px) {
      .accordion .opener:after {
        margin-left: 15px;
        font-size: 56px;
        line-height: 56px; } }
  .accordion .opener:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 18px;
    background: url("./images/bg2.png") no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .accordion .opener:before {
        height: 35px; } }
.accordion .active .opener:after {
  content: '-'; }
.accordion .slide {
  padding: 0 0 50px; }

.gallery {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .gallery {
      padding: 33px; } }
  @media (min-width: 768px) {
    .gallery h2 {
      margin-bottom: 45px; } }
  .gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .gallery ul {
        margin-bottom: 25px; } }
  .gallery li {
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .gallery li {
        padding: 0 6px 7px;
        width: 33.33%; } }
    .gallery li a {
      display: block;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .gallery li a:hover {
        opacity: 0.8; }
  .gallery img {
    display: block;
    width: 100%; }
  @media (min-width: 1024px) {
    .gallery .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }

.visual {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1310px) {
    .visual {
      margin-top: -22px; } }
  .visual:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 18px;
    background: url("./images/bg3.png") no-repeat;
    background-size: cover;
    z-index: 1; }
    @media (min-width: 768px) {
      .visual:before {
        height: 35px; } }
  @media (min-width: 768px) {
    .visual .img-holder {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; } }
  @media (min-width: 768px) {
    .visual .box {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; } }
  @media (min-width: 768px) {
    .visual .box:nth-child(2) {
      left: 53%; } }
  .visual .box:only-child {
    width: 100% !important; }
  @media (max-width: 767px) {
    .visual .box img {
      width: 100% !important;
      margin: 0 !important;
      height: auto !important; } }
  .visual .text-holder {
    position: relative;
    z-index: 1;
    padding: 20px 10px; }
    @media (min-width: 768px) {
      .visual .text-holder {
        padding: 50px 20px; } }
    @media (min-width: 1024px) {
      .visual .text-holder {
        padding: 134px 0 152px 60px; } }

.bg-stretch {
  overflow: hidden; }
  .bg-stretch img {
    min-width: 100%;
    max-width: none; }

blockquote {
  text-transform: uppercase;
  font-size: 20px;
  border: 0;
  line-height: 1.2;
  margin-bottom: 25px;
  padding: 0; }
  @media (min-width: 768px) {
    blockquote {
      padding: 0 37px;
      font-size: 34px; } }
  blockquote footer {
    font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    color: inherit;
    font-size: 14px; }
    @media (min-width: 768px) {
      blockquote footer {
        letter-spacing: 0.6px;
        font-size: 24px; } }
    blockquote footer:before {
      display: none; }
  blockquote p {
    margin-bottom: 22px; }

.blockquote-slider {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .blockquote-slider {
      padding: 47px 0 73px; } }
  .blockquote-slider h2 {
    margin-bottom: 27px; }

.image-section .img-holder {
  display: flex;
  flex-wrap: wrap; }
.image-section .img {
  width: 33.33%; }
.image-section img {
  vertical-align: top; }

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 115px;
    padding-right: 115px; } }

.quote-title-section {
  background-color: #daebf5;
  position: relative;
  padding-top: 122px;
  margin-top: -129px; }
  @media (min-width: 1310px) {
    .quote-title-section {
      padding-top: 122px;
      margin-top: -159px; } }
  .quote-title-section:before {
    		/*@include abs(100%,-1px,0,0);
    		@include size(100%,18px);
    		background: url('./images/bg2.png') no-repeat;
    		background-size: cover;
    		
               -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
                transform: rotate(180deg);
            
    		@include media('>=tablet') {
    			height: 35px;
    		}*/ }
  @media (min-width: 768px) {
    .quote-title-section h1 {
      font-size: 93px;
      margin-bottom: 24px; } }
  @media (min-width: 1310px) {
    .quote-title-section h1 {
      letter-spacing: 1.5px; } }
  @media (min-width: 1024px) {
    .quote-title-section .container-fluid {
      padding-left: 88px;
      padding-right: 88px; } }

.quote-content {
  padding: 80px 0;
  position: relative; }
  @media (min-width: 768px) {
    .quote-content {
      padding: 110px 0; } }
  .quote-content blockquote {
    padding: 5px 30px 20px 21px;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: #ebf4fa; }
    @media (min-width: 768px) {
      .quote-content blockquote {
        font-size: 28px; } }
    @media (min-width: 1310px) {
      .quote-content blockquote {
        font-size: 38px;
        margin-left: 11%;
        letter-spacing: 1.4px; } }
    .quote-content blockquote footer {
      font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      text-align: right;
      letter-spacing: 0.2px; }
      @media (min-width: 768px) {
        .quote-content blockquote footer {
          font-size: 18px; } }
    .quote-content blockquote p {
      margin-bottom: 21px; }
  .quote-content form {
    margin-bottom: 30px; }
    @media (min-width: 1310px) {
      .quote-content form {
        padding-right: 10px; } }
    .quote-content form textarea.form-control {
      margin-bottom: 20px;
      height: 205px; }
    .quote-content form label {
      line-height: 1.2;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .quote-content form label {
          padding-top: 8px;
          text-align: right;
          float: right; } }
    .quote-content form .input-group {
      margin-bottom: 20px; }
      .quote-content form .input-group .form-control:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }
    .quote-content form .wpcf7-not-valid-tip {
      display: block;
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .quote-content form .col-sm-2 {
        width: 22%; } }
    @media (min-width: 768px) {
      .quote-content form .col-sm-offset-2 {
        margin-left: 22%; } }
    @media (min-width: 768px) {
      .quote-content form .col-sm-5 {
        width: 39%; } }
    @media (min-width: 768px) {
      .quote-content form .col-sm-10 {
        width: 78%; } }
    .quote-content form .form-group {
      margin-bottom: 0; }
    .quote-content form .calendar, .quote-content form .glyphicon-calendar {
      overflow: hidden;
      text-indent: -9999px;
      min-width: 36px;
      background: url("./images/calendar-icon.png") no-repeat;
      background-position: center; }
  @media (min-width: 1024px) {
    .quote-content .container-fluid {
      padding-right: 50px;
      padding-left: 90px; } }

.input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

.industries-served-content {
  text-align: left; }

.industries-served-content, .support-downloads {
  text-align: center;
  font-size: 18px; }

.product-listing-content {
  margin-bottom: -2em;
  padding: 2em;
  font-size: 1em; }

@media (min-width: 768px) {
  .product-listing-content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    bottom: 1em;
    left: 52.5%;
    width: 40%;
    font-size: .8em; } }
@media (min-width: 992px) {
  .product-listing-content {
    font-size: .9em; } }
@media (min-width: 1024px) {
  .product-listing-content {
    line-height: 26px;
    font-size: 1.1em; } }
@media (min-width: 1310px) {
  .product-listing-content {
    font-size: 1.2em;
    margin-bottom: 2em; } }
.prod-callout-img-one {
  display: block;
  z-index: 4;
  /*position:relative;
  top: 50%;
  transform: translateY(-50%);*/
  padding-top: 0; }

.prod-callout-btn a, a.button {
  display: inline-block;
  padding: .8em 2em;
  background: #084668;
  margin-top: .2em;
  color: white;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .prod-callout-btn a:hover, a.button:hover {
    background: #12a8d3; }

@media (min-width: 992px) {
  .prod-callout-img-one {
    padding-top: 5em; } }
.prod-callout-two {
  z-index: 1; }
  .prod-callout-two > div.content {
    background-color: #daebf5;
    color: #084668; }
    .prod-callout-two > div.content h3 {
      color: #084668; }

.prod-callout > div.content {
  padding: 2em;
  line-height: 1.3em;
  font-size: 1.1em; }
  .prod-callout > div.content:after {
    content: '';
    z-index: 3;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url("./images/bg3.png") no-repeat;
    background-size: cover;
    height: 20px;
    -webkit-transform: rotate(0deg) translateY(-20px);
    -moz-transform: rotate(0deg) translateY(-20px);
    -ms-transform: rotate(0deg) translateY(-20px);
    -o-transform: rotate(0deg) translateY(-20px);
    transform: rotate(0deg) translateY(-20px); }

@media (min-width: 992px) {
  .prod-callout > div.content {
    padding: 3em; } }
.product-listing-banner .banner {
  margin-top: 0; }

.product-listing-banner {
  position: relative; }

.listing-content {
  padding-top: 80px;
  position: relative; }

.product-details-title-section h1 {
  font-weight: 300;
  font-size: 51px; }

.prod-two-container > .row {
  display: block; }

.prod-two-image {
  height: 400px; }

@media (min-width: 992px) {
  .prod-two-image {
    height: auto; }

  .prod-two-container > .row {
    display: table-row;
    position: relative; }

  .prod-two-container {
    display: table;
    position: relative; }

  .prod-two-container > .row > .prod-cell {
    display: table-cell;
    float: none;
    vertical-align: middle; }

  .prod-two-container > .row:before {
    display: none; }

  .prod-two-container:after {
    content: '';
    z-index: 3;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url("./images/bg3.png") no-repeat;
    background-size: cover;
    height: 40px;
    -webkit-transform: rotate(0deg) translateY(-40px);
    -moz-transform: rotate(0deg) translateY(-40px);
    -ms-transform: rotate(0deg) translateY(-40px);
    -o-transform: rotate(0deg) translateY(-40px);
    transform: rotate(0deg) translateY(-40px); }

  .prod-callout > div.content {
    padding: 6em 3em; }

  .prod-callout-one.prod-callout > div.content {
    padding: 3em 1em; }

  .prod-callout > div.content:after {
    display: none; } }
.prod-one-container:after {
  content: '';
  z-index: 3;
  position: absolute;
  top: 99%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: url("./images/bg3.png") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg) translateY(0px);
  -moz-transform: rotate(180deg) translateY(0px);
  -ms-transform: rotate(180deg) translateY(0px);
  -o-transform: rotate(180deg) translateY(0px);
  transform: rotate(180deg) translateY(0px); }

img.alignleft {
  margin-bottom: 1em; }

.prod-grid-container {
  margin-top: 0; }

.prod-callout-one:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.relative {
  position: relative; }

.detail-img {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%; }

.detail-content {
  padding-left: 35px;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%; }

.product-block {
  margin-bottom: 0;
  -ms-flex-basis: 33%;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  text-align: center;
  padding: 10px; }
  .product-block .product-title h2 {
    font-size: 32px;
    font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold; }

.content {
  line-height: 1.2;
  padding-top: 17px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .content {
      padding-bottom: 56px; } }
  .content h3 {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .content h3 {
        font-size: 53px; } }
  @media (min-width: 1310px) {
    .content.container-fluid {
      padding-left: 92px;
      padding-right: 92px; } }

.banner {
  position: relative; }
  @media (min-width: 1310px) {
    .banner {
      margin-top: -22px; } }
  .banner:before {
    /*@include abs(auto,-1px,0,0);
    @include size(100%,18px);
    background: url('./images/bg3.png') no-repeat;
    background-size: cover;
    @include media('>=tablet') {
    	height: 35px;
    }
    @include media('>=widescreen') {
    	height: 68px;
    }*/ }
  .banner img {
    direction: block;
    width: 100%; }

.flag-holder {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .flag-holder {
      text-align: right;
      margin-bottom: 0; } }
  .flag-holder img {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .flag-holder img {
        width: 76%; } }

.showcase {
  position: relative; }
  .showcase .showcase-container {
    height: 300px;
    position: relative;
    clear: both; }
    .showcase .showcase-container h1 {
      font-size: 53px;
      position: absolute;
      top: 50%;
      text-align: center;
      margin: 0 auto;
      left: 50%;
      padding: .3em .5em;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .showcase .showcase-container {
        height: 400px; } }
    @media (min-width: 992px) {
      .showcase .showcase-container {
        height: 450px; } }
    @media (min-width: 1024px) {
      .showcase .showcase-container {
        height: 500px; } }
    .showcase .showcase-container:before {
      content: '';
      position: absolute;
      top: -1px;
      bottom: 100%;
      left: 0;
      right: 0;
      width: 100%;
      height: 40px;
      background: url("./images/bg3.png") no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 16px 30px;
  text-align: left;
  cursor: pointer;
  /*color: #222222;
  background-color: #dddddd;*/ }

/*.w-tab-link.w--current {
  background-color: #C8C8C8;
}*/
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.table-m {
  font-size: .8em; }

.table > tbody > tr > th {
  border-top: 1px solid black; }

.table-v-middle > tbody > tr > th, .table-v-middle > tbody > tr > td {
  vertical-align: middle; }

.product-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .product-section {
      padding-top: 108px;
      padding-bottom: 60px; } }
  .product-section h2 {
    line-height: 1.03;
    text-align: left;
    font-size: 20px; }
    @media (min-width: 768px) {
      .product-section h2 {
        font-size: 48px; } }
  @media (min-width: 1310px) {
    .product-section .title-holder {
      padding-left: 33px; } }

.product-thumbnail {
  max-height: 200px;
  width: auto;
  margin-bottom: 1em;
  -webkit-transform-style: preserve-3d !important;
  -moz-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-perspective: 1000 !important;
  -moz-perspective: 1000 !important;
  perspective: 1000 !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transition: transform 0.25s ease 0s !important;
  -moz-transition: transform 0.25s ease 0s !important;
  -ms-transition: transform 0.25s ease 0s !important;
  -o-transition: transform 0.25s ease 0s !important;
  transition: transform 0.25s ease 0s !important; }

.product-thumbnail:hover {
  -webkit-transform: scale(1.04) !important;
  -moz-transform: scale(1.04) !important;
  -ms-transform: scale(1.04) !important;
  -o-transform: scale(1.04) !important;
  transform: scale(1.04) !important; }

.image-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .image-list {
      justify-content: space-around; } }
  .image-list.container-fluid {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .image-list.container-fluid {
        padding: 40px 90px; } }
  .image-list .image-holder {
    padding: 0 5px;
    margin-bottom: 25px; }
    .image-list .image-holder img {
      display: inline-block;
      vertical-align: top; }

a.load-more {
  line-height: 1;
  font-size: 36px;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* ALL NEW STUFF AFTER THIS */
.product-sidebar {
  padding: 55px 30px;
  background-color: #12a8d3;
  color: white;
  font-size: 15px;
  margin-left: 30px; }
  .product-sidebar h3 {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px; }
  .product-sidebar .button {
    background-color: #084668;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }

.pd-content {
  padding-top: 110px;
  padding-bottom: 110px; }

.tab-content {
  padding-top: 30px;
  font-size: 15px;
  line-height: 20px;
  background-color: #daebf5;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px; }
  .tab-content table {
    width: 100%;
    border: 1px solid #084668;
    border-width: 1px 0 0 1px; }
    .tab-content table td {
      color: #084668;
      padding: 3px;
      border: 1px solid #084668;
      border-width: 0 1px 1px 0;
      border-color: #084668 !important;
      padding: 15px; }
      .tab-content table td.first {
        font-weight: 700; }
      .tab-content table td:first-child {
        color: #084668;
        text-align: left; }
    .tab-content table th {
      padding: 15px;
      vertical-align: bottom;
      font-weight: bold;
      text-align: left;
      color: white;
      background: #12a8d3;
      border: 1px solid #084668;
      border-width: 0 1px 1px 0;
      font-weight: 700; }
      .tab-content table th a {
        color: white; }

.pdf-list li {
  margin-bottom: 10px; }

.above-tabs-content {
  padding-bottom: 50px; }
  .above-tabs-content h2 {
    font-size: 24px;
    text-transform: none;
    text-align: left; }
  .above-tabs-content h3 {
    font-size: 20px;
    font-weight: 700; }

w-tabs {
  margin-bottom: 80px; }

.detail-content h2 {
  text-align: left;
  font-size: 20px; }

.product-detail-content h2 {
  font-size: 24px;
  text-transform: none;
  text-align: left; }

.detail-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%; }

.product-grid {
  width: 100%;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 85px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tab-link {
  font-weight: 700;
  color: white;
  background-color: #12a8d3;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px; }
  .tab-link:hover {
    color: inherit; }

.tab-link.w--current {
  background-color: #daebf5;
  color: #1c7997; }

@media (max-width: 767px) {
  .product-block {
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .detail-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .detail-img {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }

  .detail-img img {
    max-width: 80%;
    margin-bottom: 30px; }

  .detail-content {
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media (max-width: 481px) {
  .product-block {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; } }
.content-with-top-wave {
  position: relative;
  padding-top: 80px; }
  @media (min-width: 768px) {
    .content-with-top-wave {
      padding-bottom: 110px; } }
  .content-with-top-wave:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: url("./images/bg2.png") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

body {
  min-width: 320px; }
