@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

/* Basic
----------------------------------------------------------------------------------------------------*/
article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption {
  display: block; }

table, th, td {
  border-collapse: collapse; }

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern"; }

/*sidenav*/
.sidenav {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 0;
  background-color: #222;
  overflow-y: auto;
  border-left: 1px solid #000;
  -webkit-overflow-scrolling: touch;
  padding: 20px 24px; }
  body.admin-bar .sidenav {
    top: 32px; }
    @media (max-width: 782px) {
      body.admin-bar .sidenav {
        top: 46px; } }

.sidenav .navigation-list {
  padding: 0;
  float: left;
  margin-bottom: 10px;
  width: 100%; }

.sidenav .navigation-list > li {
  width: 100%;
  float: left; }

.sidenav .navigation-list > li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .05em; }

.sidenav .navigation-list > li a:hover {
  color: #d52528; }

.sidenav .navigation-list > li a > .count {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  line-height: 18px;
  color: #fa0544;
  text-align: center;
  margin-left: 10px; }

.sidenav .navigation-list > li.active a {
  color: #262626; }

.sidenav .navigation-list > li a:active {
  color: #262626; }

.sidenav .navigation-list > li hr {
  border-color: #333; }

.sidenav .navigation-list > li ul {
  margin-bottom: 20px; }

.sidenav .navigation-list > li ul li a {
  text-transform: capitalize;
  padding-left: 20px;
  font-weight: 300; }

.sidenav .navigation-list .navigation-list-title {
  color: #2cbbaa;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.sidenav .navigation-list .icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  top: 2px; }

.sidenav .sidenav__help {
  margin-bottom: 10px;
  float: left;
  display: none; }
  @media (max-width: 960px) {
    .sidenav .sidenav__help {
      display: block; } }

.sidenav .sidenav__help li {
  display: inline;
  margin-right: 10px;
  float: left; }

.sidenav .sidenav__help li:last-child {
  margin-right: 0; }

/*breadcrum*/
.breadcrum-container {
  z-index: 0; }

.breadcrum {
  font-size: 1.3125em;
  position: absolute;
  top: 15px;
  color: #000; }

.breadcrum li {
  display: inline;
  float: left;
  margin-right: 10px; }

.breadcrum li a {
  padding-right: 12px;
  color: #000; }

.breadcrum li:after {
  content: "/"; }

.breadcrum li:last-child:after {
  content: ""; }

/*aside-block*/
.aside-block {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.aside-block h3 {
  text-align: center; }

.aside-block--contact {
  text-align: center; }

.aside-block--pdf {
  text-align: center; }

.aside-block--pdf img {
  display: block;
  max-width: 120px;
  width: 60%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: 50%;
  cursor: pointer; }

.additional-links {
  margin-top: 20px; }
  .additional-links li {
    margin-bottom: 15px; }
  .additional-links li:last-child {
    margin-bottom: 0; }
  .additional-links li a:after {
    content: ">";
    color: #d52528;
    padding-left: 5px; }

/*videoWrapper for responsive video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* paginate
*/
.paginate {
  text-align: center; }
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .paginate li {
    display: inline; }
  .paginate a {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5; }
    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }

/*Seach*/
.header_main {
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  z-index: 2;
  top: -50px; }

.header_search {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  top: -100px; }
  .header_search .input-container input[type=text] {
    color: #fff;
    font-size: 21px;
    border: none;
    width: calc(100% - 47px); }
    @media (max-width: 450px) {
      .header_search .input-container input[type=text] {
        font-size: 16px;
        top: -5px; } }
  .header_search .input-container input[type=text]:focus {
    border-color: white; }
  .header_search .input-container input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }

.header_search-icon {
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  display: block;
  position: absolute;
  right: 40px;
  top: 8px;
  z-index: 1000;
  cursor: pointer;
  float: left;
  height: 35px;
  width: 35px;
  font-size: 22px; }

.header_search-close {
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  float: left;
  height: 40px;
  width: 35px; }

.header_search-close .patty {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff; }

.header_search-close .patty:before {
  display: none; }

.header_search-close .patty:after {
  background: #fff;
  top: 0;
  margin-top: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.header_search .input-container {
  top: -5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: auto; }

body.is-searching header.header {
  background-color: #d52528; }
body.is-searching .header_main {
  opacity: 0;
  z-index: 0; }
body.is-searching .header_search {
  opacity: 1;
  z-index: 1;
  top: -4px; }

/* ============================================ */
/* This file has a mobile-to-desktop breakpoint */
/* ============================================ */
@media (max-width: 450px) {
  @-ms-viewport {
    width: 320px; } }
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .grid-5:before, .mobile-grid-5:before, .grid-10:before, .mobile-grid-10:before, .grid-15:before, .mobile-grid-15:before, .grid-20:before, .mobile-grid-20:before, .grid-25:before, .mobile-grid-25:before, .grid-30:before, .mobile-grid-30:before, .grid-35:before, .mobile-grid-35:before, .grid-40:before, .mobile-grid-40:before, .grid-45:before, .mobile-grid-45:before, .grid-50:before, .mobile-grid-50:before, .grid-55:before, .mobile-grid-55:before, .grid-60:before, .mobile-grid-60:before, .grid-65:before, .mobile-grid-65:before, .grid-70:before, .mobile-grid-70:before, .grid-75:before, .mobile-grid-75:before, .grid-80:before, .mobile-grid-80:before, .grid-85:before, .mobile-grid-85:before, .grid-90:before, .mobile-grid-90:before, .grid-95:before, .mobile-grid-95:before, .grid-100:before, .mobile-grid-100:before, .grid-33:before, .mobile-grid-33:before, .grid-66:before, .mobile-grid-66:before, .grid-offset:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .grid-5:after, .mobile-grid-5:after, .grid-10:after, .mobile-grid-10:after, .grid-15:after, .mobile-grid-15:after, .grid-20:after, .mobile-grid-20:after, .grid-25:after, .mobile-grid-25:after, .grid-30:after, .mobile-grid-30:after, .grid-35:after, .mobile-grid-35:after, .grid-40:after, .mobile-grid-40:after, .grid-45:after, .mobile-grid-45:after, .grid-50:after, .mobile-grid-50:after, .grid-55:after, .mobile-grid-55:after, .grid-60:after, .mobile-grid-60:after, .grid-65:after, .mobile-grid-65:after, .grid-70:after, .mobile-grid-70:after, .grid-75:after, .mobile-grid-75:after, .grid-80:after, .mobile-grid-80:after, .grid-85:after, .mobile-grid-85:after, .grid-90:after, .mobile-grid-90:after, .grid-95:after, .mobile-grid-95:after, .grid-100:after, .mobile-grid-100:after, .grid-33:after, .mobile-grid-33:after, .grid-66:after, .mobile-grid-66:after, .grid-offset:after, .clearfix:after {
  clear: both; }

.grid-container, .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66, .grid-offset, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */ }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px; }

.grid, .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */ }

.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  /* </IE7> */ }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

.grid-offset {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 768px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }

  .hide-on-mobile {
    display: none !important; }

  .mobile-grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-5 {
    margin-left: 5%; }

  .mobile-suffix-5 {
    margin-right: 5%; }

  .mobile-push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-10 {
    margin-left: 10%; }

  .mobile-suffix-10 {
    margin-right: 10%; }

  .mobile-push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-15 {
    margin-left: 15%; }

  .mobile-suffix-15 {
    margin-right: 15%; }

  .mobile-push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-20 {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-20 {
    margin-left: 20%; }

  .mobile-suffix-20 {
    margin-right: 20%; }

  .mobile-push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-25 {
    margin-left: 25%; }

  .mobile-suffix-25 {
    margin-right: 25%; }

  .mobile-push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-30 {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-30 {
    margin-left: 30%; }

  .mobile-suffix-30 {
    margin-right: 30%; }

  .mobile-push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-35 {
    margin-left: 35%; }

  .mobile-suffix-35 {
    margin-right: 35%; }

  .mobile-push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-40 {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-40 {
    margin-left: 40%; }

  .mobile-suffix-40 {
    margin-right: 40%; }

  .mobile-push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-45 {
    margin-left: 45%; }

  .mobile-suffix-45 {
    margin-right: 45%; }

  .mobile-push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-50 {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-50 {
    margin-left: 50%; }

  .mobile-suffix-50 {
    margin-right: 50%; }

  .mobile-push-50 {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-50 {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-55 {
    margin-left: 55%; }

  .mobile-suffix-55 {
    margin-right: 55%; }

  .mobile-push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-60 {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-60 {
    margin-left: 60%; }

  .mobile-suffix-60 {
    margin-right: 60%; }

  .mobile-push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-65 {
    margin-left: 65%; }

  .mobile-suffix-65 {
    margin-right: 65%; }

  .mobile-push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-70 {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-70 {
    margin-left: 70%; }

  .mobile-suffix-70 {
    margin-right: 70%; }

  .mobile-push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-75 {
    margin-left: 75%; }

  .mobile-suffix-75 {
    margin-right: 75%; }

  .mobile-push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-80 {
    margin-left: 80%; }

  .mobile-suffix-80 {
    margin-right: 80%; }

  .mobile-push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-85 {
    margin-left: 85%; }

  .mobile-suffix-85 {
    margin-right: 85%; }

  .mobile-push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-90 {
    margin-left: 90%; }

  .mobile-suffix-90 {
    margin-right: 90%; }

  .mobile-push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-95 {
    margin-left: 95%; }

  .mobile-suffix-95 {
    margin-right: 95%; }

  .mobile-push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-33 {
    margin-left: 33.33333%; }

  .mobile-suffix-33 {
    margin-right: 33.33333%; }

  .mobile-push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-66 {
    margin-left: 66.66667%; }

  .mobile-suffix-66 {
    margin-right: 66.66667%; }

  .mobile-push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-100 {
    clear: both;
    width: 100%; } }
@media (min-width: 769px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }

  .hide-on-desktop {
    display: none !important; }

  .grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-5 {
    margin-left: 5%; }

  .suffix-5 {
    margin-right: 5%; }

  .push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-10 {
    margin-left: 10%; }

  .suffix-10 {
    margin-right: 10%; }

  .push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-15 {
    margin-left: 15%; }

  .suffix-15 {
    margin-right: 15%; }

  .push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-20 {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-20 {
    margin-left: 20%; }

  .suffix-20 {
    margin-right: 20%; }

  .push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-25 {
    margin-left: 25%; }

  .suffix-25 {
    margin-right: 25%; }

  .push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-30 {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-30 {
    margin-left: 30%; }

  .suffix-30 {
    margin-right: 30%; }

  .push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-35 {
    margin-left: 35%; }

  .suffix-35 {
    margin-right: 35%; }

  .push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-40 {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-40 {
    margin-left: 40%; }

  .suffix-40 {
    margin-right: 40%; }

  .push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-45 {
    margin-left: 45%; }

  .suffix-45 {
    margin-right: 45%; }

  .push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-50 {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-50 {
    margin-left: 50%; }

  .suffix-50 {
    margin-right: 50%; }

  .push-50 {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-50 {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-55 {
    margin-left: 55%; }

  .suffix-55 {
    margin-right: 55%; }

  .push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-60 {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-60 {
    margin-left: 60%; }

  .suffix-60 {
    margin-right: 60%; }

  .push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-65 {
    margin-left: 65%; }

  .suffix-65 {
    margin-right: 65%; }

  .push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-70 {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-70 {
    margin-left: 70%; }

  .suffix-70 {
    margin-right: 70%; }

  .push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-75 {
    margin-left: 75%; }

  .suffix-75 {
    margin-right: 75%; }

  .push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-80 {
    margin-left: 80%; }

  .suffix-80 {
    margin-right: 80%; }

  .push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-85 {
    margin-left: 85%; }

  .suffix-85 {
    margin-right: 85%; }

  .push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-90 {
    margin-left: 90%; }

  .suffix-90 {
    margin-right: 90%; }

  .push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-95 {
    margin-left: 95%; }

  .suffix-95 {
    margin-right: 95%; }

  .push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-33 {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-33 {
    margin-left: 33.33333%; }

  .suffix-33 {
    margin-right: 33.33333%; }

  .push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-66 {
    margin-left: 66.66667%; }

  .suffix-66 {
    margin-right: 66.66667%; }

  .push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-100 {
    clear: both;
    width: 100%; } }
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1; }

#wpadminbar {
  /* force admin bar to be fixed to top of window, regardless
  of viewport width */
  position: fixed; }

/*Layout*/
.layout {
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.9) ;
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.9) ;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.9) ;
  z-index: 2;
  display: block;
  float: right;
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  border: 0px solid #fff;
  position: absolute;
  top: 0; }

.section {
  background-color: #f2f2f2; }

.section, .block, .row {
  float: left;
  width: 100%;
  display: block;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */ }

.section:before, .section:after, .block:before, .block:after, .row:before, .row:after {
  content: ' ';
  display: table; }

.section.merge {
  padding-top: 0; }

.padding-section {
  padding: 60px 0; }

.section.white {
  background-color: #fff; }

.section-main,
.section-container {
  min-height: calc(100vh); }
  .magnific-popup .section-main, .magnific-popup
  .section-container {
    min-height: auto; }

.section-main {
  padding-bottom: 40px; }

/*colmns*/
.col,
.left-col,
.right-col {
  display: inline;
  float: left;
  position: relative;
  margin-left: 0;
  margin-right: 0; }

.col {
  width: 100%; }

.col.d1 {
  width: 100%; }

.col.d2 {
  width: 50%;
  *width: 49.9%; }

.col.d3 {
  width: 33.3%;
  *width: 33.3%; }

.col.d4 {
  width: 25%;
  *width: 24.9%; }

.col.d5 {
  width: 20%;
  *width: 19.9%; }

.col.p25 {
  width: 25%;
  *width: 24.9%; }

.col.p50 {
  width: 50%;
  *width: 49.8%; }

.col.p75 {
  width: 75%;
  *width: 74.9%; }

.form .ui-slider {
  height: 3px;
  border: none;
  background-color: #888;
  margin-top: 20px; }
  .form .ui-slider .min {
    position: absolute;
    left: 0;
    top: -25px;
    color: #888;
    font-size: 12px; }
  .form .ui-slider .max {
    position: absolute;
    right: 0;
    top: -25px;
    color: #888;
    font-size: 12px; }
  .form .ui-slider .ui-slider-handle {
    border: 1px solid #d52528 !important;
    background: #d52528 !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) ;
    cursor: pointer;
    height: 24px;
    margin-left: -12px;
    outline: none;
    position: absolute;
    z-index: 2;
    width: 24px;
    margin-top: -3px;
    top: -0.5em; }
.form .slider-container span.amount {
  font-weight: bold;
  color: #d52528 !important; }

.fieldset__title {
  border-top: 1px solid #d52528;
  padding-top: 20px; }

.form fieldset:first-of-type .fieldset__title {
  border-width: 3px; }

/*icons*/
.icon-check {
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(images/SVG/check-green.svg);
  background-size: contain;
  background-repeat: no-repeat; }

/*-----------------------------------------------------------------------------------Form style*/
.form {
  width: 100%;
  float: left;
  font-size: 14px; }

.form fieldset {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 100%; }

.form fieldset h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 5px;
  float: left;
  width: 100%; }

.form fieldset h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.75em;
  float: left;
  width: 100%;
  color: #d52528;
  margin-bottom: 1.5em; }

.form h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase; }

.form .field-title {
  margin-bottom: 30px; }

/*content-row*/
.form-standard-content label {
  width: 100px; }

.form-standard-content ul li {
  margin-bottom: 10px; }

.form-standard-content dl dt,
.form-standard-content dl dd {
  float: left;
  margin-bottom: 10px; }

.form-standard-content dl dt {
  width: 120px;
  font-weight: 700; }

.form-standard-content dl dd {
  width: calc(100% - 120px); }

/*action-container*/
.action-container .button {
  display: block;
  margin: auto; }

/* http://cssdeck.com/labs/styling-select-box-with-css3 */
select {
  padding: 0 .8em;
  margin: 0;
  background: #fafafa;
  color: #000;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  border: #666 1px solid;
  border-radius: 3px; }

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

.it-ie10 .select-wrap {
  overflow: hidden; }

.it-ie10 select {
  width: 110% !important; }

select:hover,
select:focus {
  border: #000 1px solid;
  background-color: #fff; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px; } }
.select-wrap {
  position: relative;
  width: 100%;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.select-wrap:after {
  content: '';
  right: 1px;
  bottom: 1px;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  width: 40px;
  height: 38px;
  background: url(images/svg/arrow-select.svg) no-repeat transparent center center;
  background-size: 8px; }

.select-wrap.invert {
  color: #fff; }

.select-wrap.invert:after {
  background: url(images/svg/arrow-select-w.svg) no-repeat transparent center center;
  background-size: 8px; }

.select-wrap.invert select {
  border: #333; }

.select-wrap.small select {
  height: 35px; }

.select-wrap.small:after {
  height: 35px;
  width: 30px; }

.select-wrap select {
  width: 100%; }

.select-wrap .arrow {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.4em solid white; }

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  background: #fafafa;
  border: 1px solid #888;
  border-radius: 3px;
  padding: 0.5em;
  -webkit-appearance: none;
  height: 40px;
  font-size: 14px; }

textarea {
  height: auto;
  padding: 10px; }

input[type=radio] {
  background: none;
  border: none;
  margin-right: 5px; }

input[type=radio]:hover {
  cursor: pointer; }

input:focus,
textarea:focus {
  border: 1px solid #000;
  color: #000;
  background-color: #fff; }

input[type=checkbox] {
  margin-right: 5px; }

input[type=checkbox]:hover {
  cursor: pointer; }

.form input.error,
.form select.error {
  color: #ed1c24;
  border: 1px solid #ed1c24; }

.form label.error {
  color: #ed1c24;
  position: absolute;
  top: 37px;
  font-size: 11px;
  left: 0;
  font-weight: 600; }

.form .error-msg-wrap {
  color: #ed1c24;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  padding-left: 30px;
  font-weight: 600;
  display: none; }

.form .error-msg-wrap i {
  position: absolute;
  left: 0;
  top: 2px; }

/*Radio*/
.radio-wrap {
  font-weight: 700;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  display: inline;
  width: auto; }

/*placeholder*/
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #888; }

.input-container input::-webkit-input-placeholder {
  visibility: hidden;
  opacity: 0;
  color: transparent; }

.input-container.show-placeholder input::-webkit-input-placeholder {
  visibility: visible;
  opacity: 1;
  color: #888; }

input::-webkit-calendar-picker-indicator {
  display: none !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

/*datepicker--------------------------------------*/
.ui-datepicker.ui-widget-content {
  background: #fff; }

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none; }

.ui-datepicker .ui-widget-header {
  color: #000; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: 1px solid #dddddd; }

.ui-datepicker .ui-datepicker-prev span {
  background: url(images/widget/arrow-left.png) 0 0;
  background-size: contain; }

.ui-datepicker .ui-datepicker-next span {
  background: url(images/widget/arrow-right.png) 0 0;
  background-size: contain; }

.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 1px solid #000;
  background: none;
  top: 2px;
  right: 2px; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  border: 1px solid #000;
  background: none;
  top: 2px;
  left: 2px; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #2b2d34;
  font-weight: 300; }

.ui-datepicker td a.ui-state-hover {
  background-color: #2b2d34;
  color: #fff; }

.ui-datepicker td a.ui-state-active {
  background-color: #000;
  color: #fff; }

/*Radio*/
.radio-container {
  margin-bottom: 20px;
  float: left;
  width: 100%; }

.radio-container:last-of-type {
  margin-bottom: 0; }

.radio-wrap {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 0; }

.radio-container.either-or .radio-wrap {
  width: 50%; }

.radio-container.either-or .radio-wrap:first-of-type .radio ~ label {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none; }

.radio-container.either-or .radio-wrap:last-of-type .radio ~ label {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.radio-container.error label,
.radio-container.error .box {
  border-color: #ff0000; }

.radio {
  left: -999px;
  opacity: 0;
  position: absolute;
  z-index: 0; }

.radio ~ label {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(10, 38, 51, 0.5);
  color: rgba(10, 38, 51, 0.5);
  padding: 0.8em 1em 0.6em;
  position: relative;
  line-height: 1.4;
  float: left;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding-left: 35px;
  cursor: pointer;
  margin-top: -1px;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }

.radio-wrap:first-of-type .radio ~ label {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.radio-wrap:last-of-type .radio ~ label {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.radio ~ label:hover {
  background-color: #fcecec; }

.radio ~ label .box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(10, 38, 51, 0.5);
  border-radius: 2em;
  content: "";
  height: 16px;
  width: 16px;
  left: 10px;
  top: 12px;
  position: absolute;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }

.radio:checked ~ label {
  color: #000;
  background-color: white; }

.radio:checked ~ label .box span {
  position: relative;
  background-color: #d52528;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 2em;
  top: 2px;
  left: 2px; }

/*option-radios*/
.option-radios > .radio-wrap {
  display: none; }

.option-radios > .radio-wrap.active {
  display: block; }

.option-radios > .radio-wrap.active label {
  border-radius: 5px; }

.option-radios.open > .radio-wrap.active label {
  border-radius: inherit; }

.option-radios.open > .radio-wrap {
  display: block; }

.option-radios.open > .radio-wrap:last-of-type label {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.option-radios.open > .radio-wrap:first-of-type label {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.option-radios .radio ~ label .box {
  display: none; }

.option-radios .radio ~ label {
  padding-left: 15px;
  padding-right: 15px; }

/*checkbox*/
.checkbox-container {
  margin-bottom: 20px; }

.checkbox-container:last-of-type {
  margin-bottom: 0; }

.checkbox-wrap {
  float: left;
  width: 100%;
  margin-top: -1px; }

.checkbox-container.error label,
.checkbox-container.error .box {
  border-color: #ff0000; }

.checkbox {
  left: -999px;
  opacity: 0;
  position: absolute;
  z-index: 0; }

.checkbox ~ label {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(10, 38, 51, 0.5);
  color: rgba(10, 38, 51, 0.5);
  padding: .6em 1em;
  position: relative;
  line-height: 1.4;
  float: left;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding-left: 35px;
  cursor: pointer;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }

.checkbox-wrap:first-of-type .checkbox ~ label {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.checkbox-wrap:last-of-type .checkbox ~ label {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.checkbox ~ label:hover {
  background-color: rgba(0, 4, 130, 0.05); }

.checkbox ~ label .box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(10, 38, 51, 0.5);
  border-radius: 2px;
  content: "";
  height: 16px;
  width: 16px;
  left: 10px;
  top: 10px;
  position: absolute;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  overflow: hidden; }

.checkbox:checked ~ label {
  color: #000;
  background-color: white; }

.checkbox:checked ~ label .box {
  border-color: #d52528;
  background-color: #d52528; }

.checkbox ~ label .box i {
  font-size: 9px;
  left: 1px;
  top: 10px;
  opacity: 0;
  background: url(images/SVG/check.svg);
  background-repeat: no-repeat; }

.checkbox:checked ~ label .box i {
  top: 2px;
  color: #fff;
  opacity: 1;
  position: absolute; }

.checkbox-container.no-border .checkbox ~ label {
  border: none;
  padding-left: 27px;
  padding-top: 0;
  background: transparent !important;
  color: #000;
  font-weight: 400; }

.checkbox-container.no-border .checkbox ~ label .box {
  left: 2px;
  top: 1px; }

.checkbox-container.no-border.error .box {
  border-color: #ff0000;
  top: 13px; }

/*form layout*/
.form .column {
  width: 100%;
  float: left;
  margin-bottom: 40px; }

.form .column.border {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  margin-top: 20px; }

.column:before, .column:after {
  content: ' ';
  display: table; }

.conditional {
  display: none; }

.form .column .forgot-password {
  text-align: right; }

.form .column.merge {
  margin-bottom: 0px; }

.form .column-info {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.form .column-info .value {
  font-size: 1.3125em; }

/*input-container*/
.input-container {
  display: block;
  float: left;
  height: 50px;
  width: 100%;
  cursor: text;
  position: relative; }

.field-optional,
.field-required,
.field-message {
  display: none;
  z-index: 0; }

.field-check {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 5px;
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); }

.field-check i {
  font-size: 12px;
  border: none; }

/*This for validation on input-container*/
.completed .field-check {
  top: 10px;
  opacity: 1; }

.completed .field-optional,
.completed .field-required,
.completed .field-message {
  display: none !important; }

/*This for validation on inputs*/
/*.completed ~ label + .field-check{top:12px; opacity:1;}
.completed ~ label + .field-check + .field-optional,
.completed ~ label + .field-check + .field-optional + .field-required,
.completed ~ label + .field-check + .field-optional + .field-required + .field-message{ display:none;}*/
.field-optional,
.field-required {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 16px; }

.field-required {
  color: #ff0000; }

.field-message {
  font-size: 14px;
  color: #ff0000;
  top: 2px;
  float: left; }

.field-message i {
  font-size: 12px;
  margin-right: 5px; }

.field-note {
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 0;
  top: 40px;
  font-style: italic;
  opacity: .8;
  font-weight: 400; }

.field-help {
  position: absolute;
  right: -20px;
  top: 5px;
  color: #ccc; }

.input-container input {
  z-index: 1; }
.input-container input ~ label,
.input-container textarea ~ label {
  position: absolute;
  font-size: 16px;
  color: #aaa;
  top: 10px;
  left: 1px;
  z-index: 0;
  font-weight: 400;
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1); }
.input-container textarea,
.input-container input[type=text],
.input-container input[type=number],
.input-container input[type=date],
.input-container input[type=email],
.input-container input[type=tel],
.input-container input[type=password] {
  width: 100%;
  display: block;
  background: 0 0;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  border-color: #666;
  line-height: 26px;
  border-radius: 0;
  font-weight: 400;
  color: #000; }
.input-container.optional .field-optional {
  display: inline; }
.input-container.required.empty .field-required, .input-container.invalid .field-required {
  display: inline;
  color: red; }
.input-container.required.empty input, .input-container.invalid input {
  border-color: red; }
.input-container.required.empty .field-check, .input-container.invalid .field-check {
  display: none; }
.input-container .field-warning {
  color: red;
  margin-top: 0.3em;
  font-size: 0.9em; }

textarea.hf-validated ~ label,
input[type=text].hf-validated ~ label,
input[type=number].hf-validated ~ label,
input[type=date].hf-validated ~ label,
input[type=email].hf-validated ~ label,
input[type=tel].hf-validated ~ label,
input[type=password].hf-validated ~ label {
  font-size: 12px;
  top: -12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54); }

textarea.hf-validated ~ label {
  top: -18px; }

.invalid textarea,
.invalid input {
  border-color: #ff0000; }

.invalid .field-message {
  display: block; }

.invalid .field-note {
  display: none; }

.error input {
  border-color: #ff0000 !important; }

.error .field-message {
  display: block; }

.error .field-note {
  display: none; }

.input-container input:focus,
.input-container textarea:focus {
  border-width: 0 0 2px;
  border-color: #000; }

.input-container input:focus ~ label,
.input-container textarea:focus ~ label {
  font-size: 12px;
  color: #000;
  top: -12px;
  font-weight: 600; }

.input-container textarea:focus ~ label {
  top: -18px; }

/*select-container*/
.select-container {
  height: 70px; }

.select-label-container {
  height: 100px; }

.select-container.select-label-container .field-optional,
.select-container.select-label-container .field-required {
  top: 15px; }

.select-container.select-label-container h4 {
  margin-top: 0; }

.select-container .field-note {
  top: 62px; }

.select-container .field-message {
  top: 25px; }

.select-container .field-optional,
.select-container .field-required {
  top: 0; }

.select-container label {
  position: absolute;
  top: 0;
  font-size: 12px; }

.select-container select {
  top: 25px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  height: 40px;
  border-bottom: 1px solid #000;
  width: 100%; }

.select-container select:focus {
  border-bottom: 2px solid #000; }

.select-container .select-wrap:after {
  top: 24px; }

.select-container .date-select .select-wrap {
  width: 32%;
  margin-right: 2%;
  float: left;
  position: relative; }

.select-container .date-select .select-wrap:last-of-type {
  margin-right: 0; }

.select-container.required.empaty .field-required {
  display: block; }

.select-container.required.empaty select {
  border-color: #ff0000; }

/*Custom*/
.input-container.half {
  width: 50%; }

.input-container.half:first-child {
  padding-right: 10px; }

.input-container.half:last-child {
  padding-left: 10px; }

.input-container.inline {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

.input-container.half:last-child {
  margin-right: 0; }

.input-container-standard-type {
  width: 10em !important; }

.input-container--normal {
  height: auto;
  margin-bottom: 10px; }
  .input-container--normal textarea,
  .input-container--normal input[type=text],
  .input-container--normal input[type=number],
  .input-container--normal input[type=date],
  .input-container--normal input[type=email],
  .input-container--normal input[type=tel],
  .input-container--normal input[type=password],
  .input-container--normal select {
    padding: 0 1em;
    border-width: 1px;
    border-color: #666;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 5px;
    display: block; }
  .input-container--normal textarea:focus {
    border-width: 1px; }
  .input-container--normal .field-note {
    float: left;
    margin-top: 5px;
    position: relative;
    top: 0; }
  .input-container--normal .field-check,
  .input-container--normal .field-optional,
  .input-container--normal .field-required {
    top: 0; }

/*small-form*/
.small-form input[type=text],
.small-form input[type=email],
.small-form input[type=tel],
.small-form input[type=number] {
  padding: 0 .3em;
  height: 30px; }

/*hasUnit */
.input-container.hasUnit input {
  padding-right: 50px; }

.input-container.hasUnit .field-unit {
  position: absolute;
  top: 34px;
  z-index: 10;
  right: 10px; }

.input-container.half:first-child .field-unit {
  right: 20px; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none; }

button:hover {
  cursor: pointer; }

input.button {
  border: none !important; }

button.text-link {
  border: none !important;
  background: none;
  color: #d52528;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  height: 30px; }

.button + .button {
  margin-left: 10px; }

.button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 1em 0;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-color: #d52528;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
  top: 0px;
  left: 0px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  border: 0 solid #d52528;
  box-sizing: border-box;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.button--main {
  width: 260px; }

.button--full {
  width: 100%; }

.button.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.button:hover,
.button:focus {
  text-decoration: none;
  border-color: #d52528; }

.button:active {
  background-color: #9b1b1d;
  color: #fff; }

.button[disabled] {
  opacity: 0.7;
  cursor: default; }

.button.btn-secondary {
  background-color: #262626;
  color: #fff;
  border-style: none;
  height: 39px; }

.button.btn-secondary:hover {
  background-color: #373737;
  color: #fff !important; }

.button.btn-secondary:active {
  background-color: #151515;
  color: #fff !important; }

.button.btn-ghost-white {
  background: none;
  color: #fff;
  border: 1px solid #fff; }

.button.btn-ghost-white:hover {
  background-color: #de3e41;
  color: #fff !important;
  border-color: #de3e41; }

.button.btn-ghost-white:active {
  background-color: #9b1b1d;
  color: #fff !important;
  border-color: #9b1b1d; }

.button.btn-ghost-black {
  background: none;
  color: #000;
  border: 1px solid #000; }

.button.btn-ghost-black:hover {
  background-color: #de3e41;
  color: #fff !important;
  border-color: #de3e41; }

.button.btn-ghost-black:active {
  background-color: #9b1b1d;
  color: #fff !important;
  border-color: #9b1b1d; }

.button.btn-white {
  background-color: #fff !important;
  color: #d52528;
  border: none;
  height: 39px; }

.button.btn-white i {
  color: #1e1f23 !important; }

/* size*/
.button.small {
  height: 30px;
  line-height: 30px; }

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*button Icons */
.button .icon {
  top: 13px;
  fill: #fff;
  position: relative; }

.button.btn-white .icon {
  fill: #d52528; }

.btn-hasicon:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat; }

.btn-add {
  padding-left: 30px;
  position: relative; }

.btn-add:before {
  left: 15px;
  top: 15px;
  background-image: url(images/SVG/add-white.svg); }

.btn-arrow {
  padding-right: 30px; }

.btn-arrow:before {
  right: 10px;
  top: 15px;
  background-image: url(images/SVG/arrow-right-white.svg); }

.btn-arrow.small:before {
  top: 11px; }

/*------------------------------------------------------------------icons*/
.icon, .svg {
  fill: #d52528;
  width: 1em;
  height: 1em; }

.button .icon-oring {
  font-size: 1.7em;
  top: 5px;
  margin-right: 5px; }

.button .icon-chemical {
  font-size: 1.2em;
  margin-right: 5px;
  top: 2px; }

.icon-arrow-right,
.icon-arrow-left {
  font-size: .5em; }

.icon-arrow-left-boxed,
.icon-arrow-right-boxed {
  font-size: 4em;
  fill: #222; }

.icon-arrow-left-boxed:hover,
.icon-arrow-right-boxed:hover {
  fill: #d52528;
  cursor: pointer; }

.icon-arrow-top-right {
  font-size: .7em; }

.icon-phone {
  top: .1em; }

.icon-email {
  top: .1em;
  margin-right: 5px; }

.icon-pdf {
  top: .1em; }

/* insignia */
.nsg-editor {
  padding: 0 6px;
  border: 1px solid #666;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5px;
  float: left;
  width: 100%;
  border-color: #666;
  cursor: text; }

.nsg-input,
.nsg-tag {
  background-color: #1a1a1a;
  color: #f0f0f0;
  font-size: 24px; }

.nsg-input {
  display: inline-block;
  border: 0;
  padding: 3px;
  outline: none;
  float: left;
  border: none !important;
  margin: 0; }

.nsg-tags {
  margin-top: 4px;
  float: left; }

.nsg-tag {
  padding: 0 1.5em;
  margin: 2px 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  line-height: 28px; }

.nsg-tag-remove {
  display: inline-block;
  padding: 0px 5px;
  margin-left: 6px;
  margin-right: -10px;
  cursor: pointer; }
  .nsg-tag-remove:before {
    content: '×'; }

/* horsey */
.sey-container {
  display: none;
  position: absolute;
  z-index: 1043; }
  .sey-container.sey-show,
  .sey-container .sey-show {
    display: block; }
  .sey-container .sey-hide {
    display: none; }
  .sey-container .sey-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #fff;
    color: #333;
    transition: left 0.1s ease-in-out; }
    .sey-container .sey-list .sey-item {
      cursor: pointer;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 7px; }
      .sey-container .sey-list .sey-item:hover {
        background-color: #e00;
        color: #fff; }
    .sey-container .sey-list .sey-selected {
      background-color: #d00;
      color: #fff; }
  .admin-bar .sey-container {
    transform: translateY(-32px); }
    @media (max-width: 782px) {
      .admin-bar .sey-container {
        transform: translateY(-46px); } }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 2em 1.4em;
  background: none; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee;
  color: #333333; }

.ui-widget-header {
  border: 1px solid #d52528;
  background: #d52528 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #d52528; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #d52528;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #d52528;
  background: #fdf5ce;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #d52528;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #d52528;
  background: #ffffff;
  font-weight: bold;
  color: #d52528; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #d52528;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=95); }

.mfp-wrap {
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  .admin-bar .mfp-wrap {
    top: 50px; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #d52528; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  text-transform: capitalize; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*Costom Style for PSO101*/
.mfp-gallery .image-source-link {
  color: #262626; }

.mfp-bg {
  background: #1e1f23; }

/* Peppermint required styles + default appearance styles */
.peppermint.peppermint-active {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }

.peppermint.peppermint-active .peppermint-slides {
  position: relative;
  overflow: hidden;
  /* clearfix */
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.peppermint.peppermint-active .peppermint-slides > * {
  float: left;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.peppermint.peppermint-active .peppermint-slides a:active,
.peppermint.peppermint-active .peppermint-slides a:active img {
  outline: none; }

.peppermint.peppermint-active,
.peppermint.peppermint-active .peppermint-dots,
.peppermint.peppermint-active .peppermint-slides,
.peppermint.peppermint-active .peppermint-slides > * {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.peppermint.peppermint-mouse .peppermint-slides {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* default appearance styles */
.peppermint {
  text-align: center; }

.peppermint figure {
  margin: 0 0 1.5em 0; }

.peppermint figure img {
  vertical-align: top;
  max-width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }

.peppermint figure figcaption {
  font-style: italic;
  color: #787575;
  font-size: 0.8em;
  margin-top: 0.5em; }

.peppermint.peppermint-active {
  margin-bottom: 1.5em; }

.peppermint-slides {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/* dots */
ul.peppermint-dots {
  margin: 0.6em 0;
  padding: 0;
  text-align: center;
  list-style-type: none; }

.peppermint.peppermint-active ul.peppermint-dots {
  margin: 0 0 0.6em 0; }

.peppermint.peppermint-active .peppermint-slides + ul.peppermint-dots {
  margin: 0.6em 0 0 0; }

ul.peppermint-dots > li {
  display: inline-block;
  position: relative;
  padding: 0.5em 0.6em;
  width: 12px;
  height: 12px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  /* ie7 fallback */
  *display: inline;
  *zoom: 1; }

ul.peppermint-dots > li.peppermint-mouse-clicked,
ul.peppermint-dots > li:active {
  outline: 0; }

ul.peppermint-dots > li > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9b9890; }

ul.peppermint-dots > li.peppermint-active-dot > span {
  margin: -6px 0 0 -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #9b9890;
  background: transparent; }

/* CUSTOM */
.peppermint-slides {
  padding: 0; }

ul.peppermint-dots {
  position: absolute;
  bottom: 102px;
  left: 0;
  right: 0;
  margin: 0 !important; }
  ul.peppermint-dots > li > span {
    width: 9px;
    height: 9px;
    margin: -5px 0 0 -5px;
    background-color: white; }
  ul.peppermint-dots > li.peppermint-active-dot > span {
    background-color: #d52528;
    border: none; }
  @media (max-width: 450px) {
    ul.peppermint-dots {
      bottom: 150px; } }

.chemical-compatibility .loading-message {
  background: url(images/loader.gif) no-repeat center center;
  min-height: 200px; }
.chemical-compatibility.page-loading .error-message,
.chemical-compatibility.page-loading .chemical-tags,
.chemical-compatibility.page-loading .block-compatibility-chart,
.chemical-compatibility.page-loading .block-suitable-materials {
  display: none; }
.chemical-compatibility .chemical-tags {
  margin-bottom: 40px; }
  .chemical-compatibility .chemical-tags .input-help {
    display: block;
    font-size: 0.85em;
    font-style: italic;
    float: left;
    margin-top: 0.4em; }
.chemical-compatibility .compatibility-chart tbody tr {
  display: none; }
.chemical-compatibility .legend li {
  font-size: 10px;
  float: left;
  display: inline;
  width: 300px;
  margin-bottom: 5px; }
.chemical-compatibility .legend .grade-brick {
  width: 30px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px; }

.oring-size-selection:not(.loading) .loading-message, .oring-size-selection:not(.error) .error-message {
  display: none; }
.oring-size-selection .loading-message {
  background: url(images/loader.gif) no-repeat center center;
  min-height: 200px; }
.oring-size-selection.loading .oring-size-tabs,
.oring-size-selection.loading .results,
.oring-size-selection.loading .no-results-message, .oring-size-selection.error .oring-size-tabs,
.oring-size-selection.error .results,
.oring-size-selection.error .no-results-message {
  display: none; }
.oring-size-selection .page-form-title {
  margin-bottom: 20px; }
.oring-size-selection .tabs {
  margin-bottom: 20px; }
.oring-size-selection .oring-size-tabs {
  background: white; }
  .oring-size-selection .oring-size-tabs .ui-tabs-nav li {
    opacity: .8; }
  .oring-size-selection .oring-size-tabs .ui-tabs-nav li.ui-tabs-active {
    opacity: 1; }
  .oring-size-selection .oring-size-tabs:not(.ui-tabs) {
    display: none; }

/*oring-mockup*/
.oring-mockup-container {
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 24px;
  margin: 0 auto 80px; }
  .oring-mockup-container .oring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1em solid #000;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Safari and Chrome */
    -o-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Opera */ }
  .oring-mockup-container .measurement-border-width {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    z-index: 1;
    height: 1em;
    border-top: 1px dashed #888;
    border-bottom: 1px dashed #888;
    border-right: 1px solid #000;
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Safari and Chrome */
    -o-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Opera */ }
    .oring-mockup-container .measurement-border-width .border-width {
      font-size: 9px;
      line-height: 9px;
      right: 10px;
      position: absolute;
      top: calc(50% - 4.5px); }
      .oring-mockup-container .measurement-border-width .border-width:after {
        content: "width";
        top: calc(50%-20px);
        right: -32px;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .oring-mockup-container .measurement-inside-diameter {
    position: absolute;
    top: 50%;
    height: 150px;
    left: 1em;
    right: 1em;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Safari and Chrome */
    -o-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    /* Opera */ }
    .oring-mockup-container .measurement-inside-diameter:before {
      content: "";
      display: block;
      border-left: 1px dashed #888;
      border-right: 1px dashed #888;
      border-bottom: 1px solid #000;
      height: 150px; }
    .oring-mockup-container .measurement-inside-diameter .inside-diameter {
      font-size: 9px;
      width: 100%;
      text-align: center;
      margin-top: -20px; }
      .oring-mockup-container .measurement-inside-diameter .inside-diameter:after {
        content: "inside Diameter";
        display: block;
        top: 22px; }

/* Wordpress editor content styling */
.standard-content {
  /*Button*/
  /* responsive table, changes to a vertical layout on small viewports */ }
  .standard-content article {
    font-family: "Roboto", sans-serif;
    max-width: 768px;
    margin: auto;
    padding-bottom: 40px; }
    .standard-content article h2:first-child,
    .standard-content article h3:first-child,
    .standard-content article h4:first-child,
    .standard-content article h5:first-child,
    .standard-content article p:first-child {
      margin-top: 0; }
    .standard-content article hr {
      margin-top: 2em; }
    .standard-content article h2,
    .standard-content article h3,
    .standard-content article h4,
    .standard-content article h5,
    .standard-content article h6 {
      margin-top: 2em; }
    .standard-content article h1 {
      font-size: 2.625em; }
    .standard-content article h2 {
      font-weight: 400; }
    .standard-content article h3,
    .standard-content article h4 {
      color: #d52528;
      font-weight: 600; }
    .standard-content article p {
      margin-top: 1em;
      font-size: 14px;
      line-height: 1.6em; }
    .standard-content article img {
      margin-top: 1em;
      max-width: 100%;
      height: auto; }
    .standard-content article img:first-child {
      margin-top: 0; }
    .standard-content article iframe {
      margin: 1em 0;
      max-width: 100%; }
    .standard-content article ol li {
      list-style: outside decimal;
      margin-left: 20px;
      margin-bottom: 10px; }
    .standard-content article ol li ol {
      margin-top: 10px; }
    .standard-content article ol li ol li {
      list-style: upper-latin;
      margin-left: 25px; }
    .standard-content article ul {
      margin-bottom: 1em;
      margin-top: 1em; }
    .standard-content article ul h5 {
      margin-bottom: 10px; }
    .standard-content article ul li {
      margin-bottom: 10px;
      list-style: disc;
      margin-left: 20px; }
    .standard-content article ul li ul {
      margin-top: 10px; }
    .standard-content article figcaption {
      line-height: 18px;
      padding-top: 5px;
      color: #767676;
      font-style: italic; }
    .standard-content article .wp-caption-text {
      margin-top: auto;
      font-style: italic;
      margin-bottom: 1em;
      color: #767676; }
    .standard-content article .wp-caption {
      margin-bottom: 10px;
      max-width: 100% !important; }
    .standard-content article .alignright {
      float: right;
      margin-left: 20px; }
    .standard-content article .alignleft {
      float: left;
      margin-right: 20px; }
    .standard-content article .aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block; }
    .standard-content article a.download {
      display: block;
      margin: 1em 0; }
  .standard-content article.center {
    text-align: center; }
  .standard-content a[href$=".pdf"]:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    background-size: cover;
    background-image: url("images/SVG/pdf.svg");
    top: 1px;
    position: relative;
    margin-right: 4px; }
  .standard-content .standard-content-button a {
    display: inline-block;
    margin: 0;
    padding: 0 1em 0;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background-color: #d52528;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    zoom: 1;
    top: 0px;
    left: 0px;
    font-weight: 500;
    border: 0 solid #d52528;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
  .standard-content table {
    border-radius: .2em;
    margin-bottom: 0;
    width: 100% !important;
    min-width: 260px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #000;
    background-color: #fff;
    margin: 1em 0; }
    @media (max-width: 479px) {
      .standard-content table {
        /* separate 'rows' */ }
        .standard-content table, .standard-content table tbody, .standard-content table tr, .standard-content table td {
          display: block; }
        .standard-content table tr:not(:last-child) td:last-child {
          border-bottom: 1px solid #000; } }
    .standard-content table .button {
      width: 100%; }
    .standard-content table tr {
      height: auto !important; }
      .standard-content table tr:hover td {
        background-color: #fff2f2;
        cursor: auto; }
    .standard-content table th {
      line-height: 1em;
      font-weight: 700;
      background-color: #1e1f23;
      color: #fff;
      background: #000 url(images/ico-arrow-sort-grey.png) calc(100% - 5px) 15px no-repeat;
      cursor: pointer;
      padding-right: 20px !important; }
      @media (max-width: 479px) {
        .standard-content table th {
          display: none; } }
      .standard-content table th:hover {
        background: #000 url(images/ico-arrow-sort.png) calc(100% - 5px) 15px no-repeat; }
      .standard-content table th.tablesorter-headerAsc {
        background-image: url(images/ico-arrow-sort-up.png);
        color: #d52528; }
      .standard-content table th.tablesorter-headerDesc {
        background-image: url(images/ico-arrow-sort-down.png);
        color: #d52528; }
    .standard-content table th,
    .standard-content table td {
      padding: 0 6px;
      width: auto !important;
      height: auto !important;
      text-align: left; }
      @media (min-width: 480px) {
        .standard-content table th,
        .standard-content table td {
          padding: 1em;
          border-bottom: 1px solid #000;
          border-right: 1px solid #aaa; }
          .standard-content table th th:last-child,
          .standard-content table th td:last-child,
          .standard-content table td th:last-child,
          .standard-content table td td:last-child {
            border-right: none; }
          .standard-content table th th:first-child,
          .standard-content table th td:first-child,
          .standard-content table td th:first-child,
          .standard-content table td td:first-child {
            border-right: 1px solid #888; } }
      @media (max-width: 479px) {
        .standard-content table th,
        .standard-content table td {
          padding-bottom: 0.3em; }
          .standard-content table th:first-child,
          .standard-content table td:first-child {
            padding-top: .5em; }
          .standard-content table th:last-child,
          .standard-content table td:last-child {
            padding-bottom: .5em; }
          .standard-content table th:before,
          .standard-content table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            color: #d52528;
            margin-right: 0.5em;
            display: inline-block; } }
  @media (min-width: 480px) {
    .standard-content .table-scrollable-wrap {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      display: block;
      margin-bottom: 20px; }
      .standard-content .table-scrollable-wrap table {
        margin-bottom: 0; }
        .standard-content .table-scrollable-wrap table td, .standard-content .table-scrollable-wrap table th {
          white-space: nowrap; } }

header.header {
  padding: 20px 40px;
  overflow: visible;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  z-index: 900;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
  height: 70px; }
  @media (max-width: 1200px) {
    header.header {
      padding: 20px; } }
  @media (max-width: 768px) {
    header.header .left-col {
      width: auto; }
    header.header .header__help {
      display: none; } }

header.header .inner {
  transform: translate(0);
  position: relative; }

header.header .header-container {
  z-index: 1;
  position: relative; }

header.header .logo {
  float: left;
  width: 420px;
  min-width: 220px;
  margin-top: 5px; }

header.header .logo img {
  float: left;
  width: 100%; }

header.header .left-col {
  width: 435px; }

header.header .right-col {
  float: right;
  width: calc(100% - 435px); }

header.header .header__help {
  position: absolute;
  right: 90px;
  top: 5px;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */ }

header.header .header__help .button {
  margin-left: 5px; }

/*toggle*/
.toggle {
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  width: 35px; }

.patty {
  display: block;
  width: 30px;
  height: 2px;
  background: #d52528;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */ }

.patty:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #d52528;
  position: relative;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  top: 16px; }

.patty:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #d52528;
  position: relative;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  top: 6px; }

.patty .patty-menu {
  font-size: 9px;
  text-transform: uppercase;
  color: #d52528;
  position: absolute;
  top: 9px;
  text-align: center;
  width: 100%;
  float: left;
  font-weight: 700;
  letter-spacing: 1px; }

/* .is-pushed-left .layout,
.is-pushed-left .sticky-header{
    @include translate3d(-260px,0,0);
}
.is-pushed-left .toggle{padding-top:18px; top:0;}
.is-pushed-left .patty { 
        @include rotate(45deg);}
.is-pushed-left .patty:before { 
    display:none;}
.is-pushed-left .patty:after { 
    top:0;
    @include rotate(90deg);}
.is-pushed-left .sidenav{z-index:0;}
.is-pushed-left .patty-menu{ display:none;}
.is-pushed-left .header_search-icon{ display: none; }
.is-pushed-left header.header .header__help{ right: 50px; } */
.is-pushed-left .layout,
.is-pushed-left .sticky-header {
  -webkit-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0); }
.is-pushed-left .toggle {
  padding-top: 18px;
  top: 0; }
.is-pushed-left .patty {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.is-pushed-left .patty:before {
  display: none; }
.is-pushed-left .patty:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.is-pushed-left .sidenav {
  z-index: 0; }
.is-pushed-left .patty-menu {
  display: none; }
.is-pushed-left .header_search-icon {
  display: none; }
.is-pushed-left header.header .header__help {
  right: 50px; }

@media (max-width: 768px) {
  header.header .logo {
    width: 400px; }

  .toggle {
    top: 9px; } }
@media (max-width: 600px) {
  header.header .logo {
    width: 280px; } }
@media (max-width: 450px) {
  .page-home header.header {
    top: 0; }

  header.header {
    top: 0;
    width: 100%;
    height: 65px; }

  header.header .logo {
    padding-left: 0;
    width: 150px;
    overflow: hidden;
    min-width: 0;
    top: 3px; }

  header.header .logo img {
    width: 250px; }

  header.header .left-col,
  header.header .right-col {
    width: auto; } }
@media (max-width: 320px) {
  /*.toggle*/
  .is-pushed-left .toggle {
    top: 15px;
    right: 10px; }

  .is-pushed-left header.header {
    padding: 0;
    position: fixed;
    top: 0; } }
.page-home header.header {
  background: none; }

.field-chemical-use {
  width: auto !important; }

.product-overview .standard-content article h1 {
  display: none; }

.block-compatibility-chart {
  margin-bottom: 40px; }
  .block-compatibility-chart table {
    width: 100%;
    margin-bottom: 20px; }
    .block-compatibility-chart table th {
      border-bottom: 1px solid #1a1a1a;
      padding-bottom: 25px;
      padding-top: 40px;
      position: relative; }
      .block-compatibility-chart table th span {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        position: absolute;
        transform-origin: bottom left;
        font-size: 12px;
        left: 40%;
        width: 72px; }
    .block-compatibility-chart table td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
      .block-compatibility-chart table td:first-of-type {
        border-left: 1px solid #1a1a1a;
        text-align: left; }
      .block-compatibility-chart table td:last-of-type {
        border-right: 1px solid #1a1a1a; }
      tr:last-of-type .block-compatibility-chart table td {
        border-bottom: 1px solid #1a1a1a; }
    .block-compatibility-chart table tbody th,
    .block-compatibility-chart table tbody td {
      padding: .5em 1em;
      text-align: center;
      background-color: #fff;
      border-right: 1px solid rgba(0, 0, 0, 0.5); }
    .block-compatibility-chart table td[title], .block-compatibility-chart table th[title] {
      cursor: pointer; }
  .block-compatibility-chart [grade="1"] {
    background-color: #2ecc71; }
    .block-compatibility-chart [grade="1"]:before {
      content: '1'; }
  .block-compatibility-chart [grade="2"] {
    background-color: #246cd6; }
    .block-compatibility-chart [grade="2"]:before {
      content: '2'; }
  .block-compatibility-chart [grade="3"] {
    background-color: #efef24; }
    .block-compatibility-chart [grade="3"]:before {
      content: '3'; }
  .block-compatibility-chart [grade="4"] {
    background-color: #d52528; }
    .block-compatibility-chart [grade="4"]:before {
      content: '4'; }
  .block-compatibility-chart [grade="na"] {
    background-color: #fff; }
    .block-compatibility-chart [grade="na"]:before {
      content: '--'; }

/* ---------------------------------------------------------------------------------------- 650px */
@media (max-width: 650px) {
  .block-compatibility-chart {
    display: none !important; } }
.block-suitable-materials {
  margin-bottom: 40px; }
  .block-suitable-materials ul > li {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: -1px;
    background-color: #fff;
    position: relative;
    min-height: 60px; }
    .block-suitable-materials ul > li .col {
      display: inline;
      float: left;
      padding: 15px;
      top: 0;
      bottom: 0; }
      .block-suitable-materials ul > li .col.chemical {
        border-left: 10px solid #2ecc71;
        width: 160px;
        left: 0;
        position: absolute; }
        .block-suitable-materials ul > li .col.chemical span {
          font-size: 1.3125em;
          font-weight: 700; }
      .block-suitable-materials ul > li .col.blurb {
        width: calc(100% - 320px);
        color: #888;
        margin-left: 160px;
        margin-right: 160px; }
      .block-suitable-materials ul > li .col.action {
        width: 160px;
        right: 0;
        position: absolute; }
        .block-suitable-materials ul > li .col.action .button {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 15px;
          left: auto; }

/* ---------------------------------------------------------------------------------tablet 768px */
@media (max-width: 768px) {
  .block-suitable-materials ul > li .col.blurb {
    display: none; }

  .block-suitable-materials ul > li .col.chemical {
    width: calc(100% - 160px); } }
/* ---------------------------------------------------------------------------------mobile 450px */
@media (max-width: 450px) {
  .block-suitable-materials ul > li .col.chemical span {
    font-size: 1em; } }
.mc4wp-form input[type=email] {
  width: 100%; }
.mc4wp-form p {
  margin: 0; }

.mc4wp-response {
  margin-top: 1em;
  font-weight: bold;
  color: #d52528; }

.aside-block-newsletter input[type=email] {
  margin: 1em 0; }
.aside-block-newsletter button[type=submit] {
  text-align: center;
  background: #d52528;
  border-radius: 20px;
  width: 100%;
  color: white;
  height: 40px; }
  .aside-block-newsletter button[type=submit] svg {
    display: none; }

/* Common
----------------------------------------------------------------------------------------------------*/
* {
  outline: none;
  background-repeat: no-repeat;
  -webkit-overflow-scrolling: touch; }

/* I tend to use border-box sizing for all my web layouts. */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: 0; }

strong {
  font-weight: 700; }

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

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

.left {
  float: left; }

.right {
  float: right; }

.inner {
  float: left;
  width: 100%; }

.vertical-center {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%; }

.external-link {
  font-size: 1rem; }

.margin-for-header {
  margin-top: 80px; }

/* Platforms 
.visible-mobile { }
.visible-tablet { }
.visible-desktop { }
.hidden-mobile { }
.hidden-tablet { }
.hidden-desktop { }
*/
/*cycle-slide */
.hero-home .cycle-pager {
  bottom: 90px; }

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  overflow: hidden;
  bottom: 0; }

.cycle-pager span {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  font-size: 3em;
  color: #fff; }

.cycle-pager span.cycle-pager-active {
  color: #d52528; }

.cycle-pager > * {
  cursor: pointer; }

.cycle-prev-next {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  z-index: 101;
  width: 100%;
  float: left; }

#section-case-study__prev {
  margin-left: -50px; }

#section-case-study__next {
  right: 0;
  position: absolute;
  margin-right: -50px; }

/*pager*/
.pager {
  padding: 20px 0; }

.pager .pagerNo {
  font-size: 1.3125em;
  color: #000;
  float: left; }

.pager .pagerNo a,
.pager .pagerNo span {
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  float: left;
  padding-top: 9px;
  border: 2px solid transparent; }

.pager .pagerNo a {
  opacity: .8; }

.pager .pagerNo .active span {
  border: 2px solid #000; }

.pager .pagerNo a:hover {
  color: #d52528;
  opacity: 1;
  border: 2px solid #d52528;
  text-decoration: none; }

.pager .pagerNo li {
  float: left;
  margin-left: 5px; }

.pager .pagerNo a i {
  top: 0px; }

.pager .results-count {
  padding-left: 20px; }

/* -----------------------------------------------------------------------------------------------------------------------------------------------------Main site */
html {
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6em;
  color: #1a1a1a;
  font-weight: 400;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  position: relative; }

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern"; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0; }

h1 {
  font-size: 3.4375em;
  font-weight: 300;
  line-height: 1.2em; }

h2 {
  font-size: 2.125em;
  font-weight: 300;
  line-height: 1.2em; }

h3 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em; }

h4 {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.2em; }

h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em; }

h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em; }

a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */
  color: #d52528; }

.link {
  text-decoration: underline; }

p {
  margin-bottom: .5em; }

a:hover {
  cursor: pointer; }

blockquote {
  font-style: italic;
  color: #888;
  padding: 20px; }

.underscore:after {
  content: "";
  height: 4px;
  width: 45px;
  background-color: #000;
  display: table;
  margin-top: 20px; }

.underscore.thin:after {
  height: 2px;
  width: 20px;
  margin-top: 10px; }

.underscore.white:after {
  background-color: #fff; }

.underscore.primary:after {
  background-color: #d52528; }

.bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  height: 100%; }

.pseudo-link {
  text-decoration: underline; }

.separation {
  border-top: 5px solid #000;
  padding-top: 30px;
  margin-top: 30px; }

hr.border-top {
  height: 5px;
  background-color: #000;
  display: block;
  border: none;
  margin-bottom: 30px; }

.border-top {
  border-top: 1px solid #000; }

.border-top.thick {
  border-top: 4px solid #000; }

.no-border {
  border-width: 0 !important; }

.home-article h2 {
  font-weight: 100;
  font-size: 2.125em;
  color: #d52528;
  margin-bottom: 1em;
  text-align: center;
  padding: 0 4em; }

.home-article p {
  margin: 1.8em 0 0; }

.section-label {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 900;
  border-bottom: 4px solid #d52528;
  display: inline-block;
  height: 25px;
  margin-bottom: 40px; }

.view-all {
  right: 0;
  top: 0;
  float: right; }

.color-primary {
  color: #d52528; }

.color-white {
  color: #fff; }

.breadcrumb {
  margin-bottom: 20px; }

.breadcrumb li {
  display: inline;
  margin-right: 5px; }

.breadcrumb li:after {
  content: ">";
  margin-left: 5px; }

.breadcrumb li:last-child:after {
  content: ""; }

/*pages*/
.page-form-title {
  margin-top: 150px; }

.page-form-title h1 {
  font-size: 3.4375em;
  font-weight: 100; }

.page-form-title hr {
  margin-top: 30px;
  margin-bottom: 30px; }

/*hero-home*/
.hero-home {
  height: 45vw;
  overflow: hidden;
  max-height: 750px;
  min-height: 480px;
  position: relative; }
  .hero-home .slide {
    position: relative; }
  .hero-home .hero-container {
    z-index: 100;
    float: left;
    height: 45vw;
    max-height: 750px;
    min-height: 480px;
    padding: 0 40px;
    width: 100%;
    display: block; }
  .hero-home .hero-heading {
    float: left;
    position: absolute;
    bottom: 128px;
    width: 70%;
    max-width: 920px;
    font-weight: 400;
    /* paragraph */
    color: white;
    font-size: 1.6em; }
    .hero-home .hero-heading h2 {
      margin-bottom: 0.1em;
      font-weight: 700;
      font-size: 1.7em; }
    .hero-home .hero-heading h3 {
      margin-bottom: 0.3em;
      font-weight: 400;
      font-size: 1.6em; }
    .hero-home .hero-heading p {
      margin: 0.5em 0 0; }
    .hero-home .hero-heading a {
      color: inherit; }
    .hero-home .hero-heading .hero-heading-link {
      font-weight: bold;
      font-size: 14px;
      padding: 2em 0 0; }
  .hero-home .bg-mask {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,000000+36,000000+100&0.8+0,0.54+12,0+27,0+39,0.7+62 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.54) 12%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 33%, transparent 36%, transparent 39%, rgba(0, 0, 0, 0.7) 62%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.54) 12%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 33%, transparent 36%, transparent 39%, rgba(0, 0, 0, 0.7) 62%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.54) 12%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 33%, transparent 36%, transparent 39%, rgba(0, 0, 0, 0.7) 62%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#b3000000',GradientType=0 );
    /* IE6-9 */ }
  .hero-home .hero-content-footer {
    background-color: rgba(213, 37, 40, 0.9);
    bottom: 0;
    left: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    z-index: 100;
    color: #fff;
    text-align: center; }
    .hero-home .hero-content-footer .tool-links li {
      display: inline; }
    .hero-home .hero-content-footer .tool-links li:nth-child(2) {
      margin-left: 10px; }
    .hero-home .hero-content-footer .tool-links .button {
      color: #d52528; }
    .hero-home .hero-content-footer h6 {
      text-transform: uppercase;
      font-size: 12px; }
  .hero-home .slideshow {
    float: left;
    width: 100%; }
  .hero-home .slide {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center center;
    text-align: left; }

/*section-article-list*/
.article-thumb {
  margin-bottom: 20px; }

.article-thumb-img {
  display: block;
  width: 100%;
  padding-bottom: 40%;
  background-size: cover;
  background-color: #fa0544;
  background-position: center center;
  margin-bottom: 15px; }

.article-thumb-img:hover {
  cursor: pointer; }

/*section-case-study*/
.section-case-study .slide {
  width: 100%;
  height: 35vw;
  min-height: 300px;
  max-height: 450px;
  background-size: cover;
  background-position: center center; }

.section-case-study__container {
  width: 50%; }

/*section-footer*/
.section-footer {
  background-color: #1a1a1a; }

.section-footer .row-1 {
  padding: 60px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3); }

.section-footer .row-2 {
  padding: 40px 0; }

.section-footer h6 {
  color: #888;
  font-weight: 500; }

.section-footer__menu {
  margin-bottom: 30px; }

.section-footer__menu li {
  margin-bottom: 5px; }

.section-footer__menu .icon {
  margin-right: 5px;
  font-size: 1.2em;
  top: 3px;
  fill: #fff; }

.section-footer__menu a {
  color: #fff;
  font-weight: 300;
  line-height: 1.6em; }

.section-footer__menu a:hover {
  color: #d52528; }

.section-footer__menu a:hover .icon {
  fill: #de3e41; }

.section-footer__subscription input[type=text] {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  width: 100%; }

.section-footer__subscription input[type=text]:focus {
  background-color: white; }

.section-footer__logo {
  width: 380px;
  float: left; }

.section-footer__logo img {
  width: 100%;
  float: left; }

.section-footer__contact-details {
  color: rgba(255, 255, 255, 0.7);
  width: calc(100% - 380px);
  text-align: right;
  float: right;
  line-height: 1.6em;
  font-size: 12px; }

.section-footer__bottom {
  background-color: #d52528;
  text-align: center;
  line-height: 3em;
  color: #fff; }

/*oring-sizes*/
.checkbox-container-oring-criteria {
  margin-top: 40px; }

.oring-sizes .quantities > ul,
.oring-sizes .action {
  margin-bottom: 20px;
  float: left; }

.oring-sizes-item {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #1a1a1a;
  margin-top: -1px; }

.oring-sizes-item .col {
  display: inline;
  float: left;
  padding: 10px 0 10px 10px; }

.oring-sizes-item h6 {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700; }

.oring-sizes-item p {
  margin-bottom: 0; }

.oring-sizes-item__id,
.oring-sizes-item__width {
  width: 20%; }

.oring-sizes-item__standard {
  width: calc(60% - 120px); }

.oring-sizes-item .oring-sizes-item__quantity {
  width: 70px;
  padding-right: 0; }

.oring-sizes-item .oring-sizes-item__quantity input {
  width: 100%;
  height: 30px;
  margin-top: 3px; }

.oring-sizes-item .oring-sizes-item__action {
  width: 50px; }

.oring-sizes-item .oring-sizes-item__add {
  width: 90px;
  padding-right: 10px; }

.oring-sizes-item .oring-sizes-item__add input {
  width: 100%; }

.oring-sizes--result .oring-sizes-item__standard {
  width: calc(60% - 90px); }

.oring-sizes-item-added-count {
  color: #d52528;
  display: block;
  height: 20px;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  left: 11px;
  top: 11px;
  line-height: 20px;
  padding: 0 7px; }

.oring-sizes__action-row {
  padding: 20px 0;
  text-align: center; }

.oring-sizes__action-row button {
  width: 280px; }

.oring-sizes-item .oring-sizes-item__action .button {
  margin-top: 3px;
  padding: 0 8px 0; }

.oring-sizes-item .oring-sizes-item__action .button .icon {
  top: 3px; }

.request-quote .material-selection {
  margin-bottom: 10px; }

:not(.mfp-content) > .magnific-popup {
  display: none; }
.magnific-popup .page-form-title {
  margin-top: 40px; }
  .magnific-popup .page-form-title h1 {
    display: none; }
.magnific-popup .section {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px; }

/*section-quote-submitted*/
.section-quote-submitted {
  padding-bottom: 80px; }

/*category-section*/
h1 .title-subcate {
  font-size: .6em;
  font-weight: 400; }

.cate-listing-container {
  margin-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 100%; }

.cate-listing-item {
  margin-bottom: 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.cate-listing-img {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  overflow: hidden;
  position: relative; }

.cate-listing-img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Safari and Chrome */
  -o-transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  /* Opera */ }

.cate-listing-img:hover:after {
  background: rgba(213, 37, 40, 0.8); }

.cate-listing-title {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 2.125em;
  color: #fff;
  width: 80%;
  line-height: 1.2em;
  text-align: center;
  z-index: 1; }

/*feature*/
.feature-hero {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .feature-hero .bg-mask {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0+45,0.4+75 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(140, 140, 140, 0) 45%, rgba(64, 64, 64, 0.4) 75%, rgba(0, 0, 0, 0.4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(140, 140, 140, 0) 45%, rgba(64, 64, 64, 0.4) 75%, rgba(0, 0, 0, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(140, 140, 140, 0) 45%, rgba(64, 64, 64, 0.4) 75%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66000000',GradientType=0 );
    /* IE6-9 */ }
  .feature-hero .feature-hero-container {
    height: 300px; }
  .feature-hero .title {
    position: absolute;
    bottom: 20px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8); }
  .feature-hero .title em {
    font-size: 55px;
    font-weight: 600;
    display: block;
    padding-bottom: .2em; }

.feature-nav {
  padding: 20px 0;
  background-color: #333;
  margin-bottom: 20px; }

.feature-nav span {
  color: #d52528;
  font-weight: 600; }

.feature-nav a {
  color: #fff; }

.feature-nav span,
.feature-nav a {
  line-height: 30px; }

.feature-nav span:after,
.feature-nav a:after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: #fff; }

.feature-nav span:last-child:after,
.feature-nav a:last-child:after {
  content: ""; }

.feature-nav select {
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }

.alt-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600; }

/*Brochure*/
.brochure-section .brochure-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%;
  float: left;
  margin-bottom: 40px;
  text-align: center; }

.brochure-section .brochure-item .inner {
  width: 80%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: 50%; }

.brochure-section .brochure-item:nth-child(4) {
  clear: left; }

.brochure-section .brochure-item img {
  width: 100%;
  max-width: 140px;
  margin-bottom: 10px; }

/*casestudy*/
.casestudy-section .casestudy-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  margin-bottom: 40px; }
.casestudy-section .casestudy-item .img-content {
  float: left;
  width: 50%;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center center; }
.casestudy-section .casestudy-item .info-container {
  float: left;
  width: 50%;
  padding-left: 20px; }
.casestudy-section .casestudy-item .info-container .title {
  font-weight: 600; }
.casestudy-section .casestudy-item .info-container .title a {
  color: #000; }
.casestudy-section .casestudy-item .info-container .title a:hover {
  color: #d52528; }

/*search-results*/
.search-results-list {
  margin-left: 15px; }
  .search-results-list li {
    list-style: decimal;
    margin-bottom: 20px; }
  .search-results-list li a {
    font-weight: 600; }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------1400*/
@media (max-width: 1400px) {
  /*section-case-study*/
  .section-case-study__container {
    padding-left: 60px; }

  #section-case-study__prev {
    margin-left: 0px; }

  #section-case-study__next {
    margin-right: 0px; } }
/* -------------------------------------------------------------------------------------------------------------------------------------------------------1200*/
@media (max-width: 1200px) {
  .hero-home h1 {
    font-size: 2.625em; } }
/* -------------------------------------------------------------------------------------------------------------------------------------------------------960*/
@media (max-width: 960px) {
  /*General*/
  .padding-section {
    padding: 50px 0; }

  /*header*/
  header.header .left-col {
    width: auto; }

  header.header .header__help {
    display: none; }

  /*.hero-home*/
  .hero-home h1 br {
    display: none; }

  /*section-case-study*/
  .section-case-study__container {
    text-align: center;
    width: 100%;
    padding: 0 60px; } }
/* ---------------------------------------------------------------------------------------- on Desktop only (769+)*/
/* ---------------------------------------------------------------------------------------- Tablet 768px */
@media (max-width: 768px) {
  h1 {
    font-size: 2.125em; }

  h2 {
    font-size: 2.125em; }

  h3 {
    font-size: 1.3125em; }

  .home-article h2 {
    padding: 0 2em; }

  /*General*/
  .padding-section {
    padding: 40px 0; }

  .row-intro {
    padding-bottom: 20px; }

  .row-cta {
    margin-top: 40px; }

  .row-cta.has-single-btn .button {
    width: auto; }

  /*.hero-home*/
  .hero-home h1:after {
    display: none; }

  .hero-home h1 {
    font-size: 2.125em; }

  .hero-home .hero-heading {
    width: 90%; }

  .hero-home .hero-container {
    padding: 0 20px; }

  /*pager*/
  .pager .pagerNo {
    font-size: 1.3125em; }

  .pager .pagerNo a,
  .pager .pagerNo span {
    height: 40px;
    width: 40px;
    padding-top: 8px; }

  /*hero-heading*/
  .section-heading {
    padding: 40px; }

  .section-heading h1 {
    font-size: 34px; }

  /*footer*/
  .section-footer-col {
    width: 50%;
    float: left; }

  .section-footer__contact-details {
    width: 100%;
    margin-top: 30px;
    float: left;
    text-align: left;
    padding-right: 30px; }

  /*pages*/
  .page-form-title {
    margin-top: 120px; }

  .page-form-title h1 {
    font-size: 2.625em; }

  /*category-section*/
  .cate-listing-title {
    font-size: 1.75em; }

  /*feature*/
  .feature-hero .feature-hero-container {
    height: 200px; }

  .feature-hero .title {
    bottom: 15px; }

  .feature-hero .title em {
    font-size: 45px; }

  /*casestudy*/
  .casestudy-section .casestudy-item .img-content {
    width: 33.3%; }
  .casestudy-section .casestudy-item .info-container {
    width: 66.6%; } }
/* ---------------------------------------------------------------------------------600px */
@media (max-width: 600px) {
  .margin-for-header {
    margin-top: 70px; } }
/* ---------------------------------------------------------------------------------mobile 450px */
@media (max-width: 450px) {
  .layout {
    padding: 0; }

  .is-pushed-left .layout {
    position: fixed;
    top: 0; }

  body.admin-bar.is-pushed-left .layout {
    top: 46px;
    /* leave space for wp admin bar */ }

  .breadcrum-container {
    display: none; }

  .home-article h2 {
    padding: 0 1em; }

  .section-label {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 50%; }

  .margin-for-header {
    margin-top: 65px; }

  /*General*/
  .row-intro h2 {
    font-size: 1.3125em; }

  /*.hero-home*/
  .hero-home .hero-heading {
    padding-left: 0;
    bottom: 172px;
    font-size: 1.1em; }
    .hero-home .hero-heading h3 {
      font-size: 1.4em; }
    .hero-home .hero-heading .hero-heading-link {
      padding-top: 0.5em; }

  .hero-home h1 {
    line-height: 1em; }

  .hero-home .hero-content-footer .tool-links li:nth-child(2) {
    margin-left: 0; }

  .hero-home .hero-content-footer .tool-links li:nth-child(2) .button {
    margin-top: 10px; }

  .hero-home .hero-content-footer .tool-links .button {
    width: 100%; }

  .hero-home .cycle-pager {
    bottom: 135px; }

  /*pages*/
  .page-form-title {
    margin-top: 80px; }

  .page-form-title h1 {
    font-size: 2.125em; }

  .page-form-title hr {
    margin-top: 15px;
    margin-bottom: 15px; }

  /*project*/
  .hero-project h1 {
    font-size: 1.75em; }

  .section-project-specs .project-plan li {
    width: 33.33%; }

  /*pager*/
  .pager .pagerNo {
    font-size: 1.3125em;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 50%;
    float: left; }

  .pager .pagerNo a,
  .pager .pagerNo span {
    height: 30px;
    width: 30px;
    padding-top: 3px; }

  /*section-heading*/
  .section-heading h1 {
    font-size: 28px; }

  /*section-case-study*/
  .section-case-study__heading h2 {
    font-size: 1.75em; }

  /*section-footer*/
  .section-footer .row-1 {
    display: none; }

  .section-footer__logo {
    width: auto; }

  .section-footer .row-2 {
    padding: 20px 0; }

  .section-footer__contact-details {
    margin-top: 20px; }

  .section-footer .grid-container {
    padding-left: 20px;
    padding-right: 20px; }

  /*oring-size-selection*/
  .oring-size-selection .oring-size-tabs .ui-tabs-anchor {
    font-size: 12px;
    padding: .5em; }

  .oring-sizes-item {
    font-size: 10px;
    line-height: 1.4em; }

  /*category-section*/
  .cate-listing-item {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .cate-listing-img {
    padding-bottom: 40%; }

  .cate-listing-title {
    font-size: 1.3125em; }

  /* Feature */
  .feature-hero .feature-hero-container {
    height: 150px; }

  .feature-hero .title {
    font-size: 21px; }

  .feature-hero .title em {
    font-size: 28px; }

  .alt-title {
    margin-bottom: 30px;
    font-size: 1.75em; }

  /*Brochure*/
  .brochure-section .brochure-item {
    width: 100%; }

  .brochure-section .brochure-item .inner {
    width: 100%; }

  /*casestudy*/
  .casestudy-section .casestudy-item .img-content {
    width: 100%;
    padding-bottom: 30%; }
  .casestudy-section .casestudy-item .info-container {
    width: 100%;
    padding-left: 0;
    padding-top: 10px; } }
/* ---------------------------------------------------------------------------- small-mobile 320px */
@media (max-width: 320px) {
  .home-article h2 {
    font-size: 1.75em; } }

/*# sourceMappingURL=style.css.map */
