/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;

}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


/* ----- import font-families ----- */

@font-face {
  font-family: 'Din';
  src: url('../fonts/DINWebPro.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINWebPro-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINWebPro.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'Din-Medium';
  src: url('../fonts/DINWebPro-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINWebPro-Medium-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINWebPro-Medium.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: 'Din-Bold';
  src: url('../fonts/DINWebPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINWebPro-Bold-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINWebPro-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}


/*  ====================================================================================================================================================
    ====================================================================================================================================================
    ====================================================================================================================================================

          --  END NORMALIZE RESET --

        1. general styles
        2. header styles
        3. block styles
        4. form styles
        5. slider breakpoints
        6. footer styles
        7. responsive breakpoints

   ==================================================================================================================================================== */

/* 1. General Styles
   ========================================================================== */
a.logo img.ie{
    display:none;
}
img{
    width:100%;
    display:block;
}

.m-0{
    margin:0;
}
.p-0{
    padding:0;
}
.mb-10{
    margin-bottom:10px;
}
.pb-10{
    padding-bottom:10px;
}
.mt-0{
    margin-top:0;
}
.mb-0{
  margin-bottom:0;
}
.pt-0{
    padding-top:0;
}
.pb-0{
  padding-bottom:0;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-40{
    margin-top:40px;
}
.pt-10{
    padding-top:10px;
}
.mb-20{
    margin-bottom:20px;
}
.pb-20{
    padding-bottom:20px;
}
.mt-20{
    margin-top:20px;
}
.pt-20{
    padding-top:20px;
}
.mb-30{
    margin-bottom:30px;
}
.pb-30{
    padding-bottom:30px;
}
.mt-30{
    margin-top:30px;
}
.pt-30{
    padding-top:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-60{
    margin-bottom:60px;
}
.mt-80{
    margin-top:80px;
}
.pl-20{
    padding-left:20px;
}
.text-16{
    font-size: 16px;
    line-height: 24px;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.border-box{
    border:1px solid white;
    padding:30px 20px;
    margin:0;
}
.color-black{
    color:#333;
}
.border-bottom{
    border-bottom: 2px solid #423E3F;
}
.relative{
    position:relative;
}
.block{
    display:block;
}
.display-block{
    display:block;
}
.text-12{
    font-size:12px;
    line-height:18px;
}
.text-14{
    font-size:14px;
    line-height:18px;
}
.text-60{ /*-- new style block --*/
    font-size:60px;
}/*-- end new style block --*/
ul.no-bullets{
    list-style:none;
    margin:0;
}
.demo-icon.icon-hex:before {
    margin: 0 0 0 -5px;
    font-size: 40px;
    width: auto;
    height: auto;
    line-height: 40px;
}
.border-box p{
    margin:0;
    padding:0;
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
body{
    background:black;
    color:white;
    font-family:'Din', Arial, sans-serif;
    position:relative;
}
.bg{
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.35;
    max-width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.bg-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bg-left {
    position: absolute;
    max-width: 235px;
    left: 0;
    opacity: 0.35;
    width: 25%;
}

.bg-right {
    position: absolute;
    max-width: 230px;
    right: 0;
    opacity: 0.35;
    width: 32%;
}

/*.wrapper{
    width:100%;
    max-width:774px;
    margin:0 auto;
}*/
.max-width{
    width:100%;
    max-width:774px;
    margin:0 auto;
}

h1{
    font-family:'Din-Bold', Arial, sans-serif; /* -- modified line --*/
    font-size: 45px; /* -- modified line --*/
    line-height: 52px; /* -- modified line --*/
    text-align:center;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight:normal;
}

.light-bg h1{
    font-family:'Din', Arial, sans-serif; /* -- new line --*/
    font-weight:normal; /* -- new line --*/
    font-size: 45px; /* -- modified line --*/
    line-height: 52px; /* -- modified line --*/
}
h2 {
    font-family: 'Din-Bold', Arial, sans-serif;/* -- modified line --*/
    font-size: 28px; /* -- modified line --*/
    line-height: 36px; /* -- modified line --*/
    text-align: left;
    font-weight: normal;
    margin: 0 0 0px 0;/*-- modified line --*/
    display: block;
    font-weight: normal;
}
h2.text-center{
    text-align:center;
}
.light-bg h2{
    margin: 0 0 10px 0;
    text-align:center;
}
h2.mb-2{
    margin:0 0 2px 0;
    font-weight:normal; /* -- remove --*/
}
h3, strong.h3 {
    font-family: 'Din-Bold', Arial, sans-serif; /*-- modified line --*/
    font-size: 28px; /* -- modified line --*/
    line-height: 36px; /* -- modified line --*/
    margin: 0;
    padding: 0;
    font-weight:normal;
}
h4{
    font-family: 'Din-Bold', Arial, sans-serif; /*-- modified line --*/
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #7D7D7D;
    font-weight:normal;
}
h5 {
    font-family: 'Din-Bold', Arial, sans-serif; /*-- modified line --*/
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-weight:normal;
}
h6{
    font-family: 'Din-Bold', Arial, sans-serif; /*-- modified line --*/
    margin:0 0 8px 0;
    padding:0;
    font-size: 16px;
    line-height: 24px;
    font-weight:normal;
}
/*-- new style --*/
.light-bg h2,
.light-bg h3,
.light-bg strong.h3,
.light-bg h4,
.light-bg h5,
.light-bg h6 {
    font-family: 'Din', Arial, sans-serif;
    font-weight:normal;
}
/* -- end new style --*/


p{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-weight:normal;
}
/*-- new style --*/
.subhead {
    font-size: 24px;
    line-height: 32px;
}
/*-- end new style --*/
.no-touchevents .system-science p{
    padding: 4px 0 0 0;
}
a{
    font-size:20px;
    line-height:30px;
    text-decoration:none;
    color:#fee139;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease;
    font-weight:normal;
    white-space: normal;
    word-wrap: break-word;
}
a:hover{
    color:white;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease;
}

a.text:hover{
    text-decoration:underline;
    color:#fee139;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.clearfix:after{
    content:"";
    display:block;
    float:none;
    clear:both;
}
.uppercase{
    text-transform: uppercase;
}
.bold{ /*-- new style block --*/
    font-weight:bold;
    font-family:'Din-Bold';
} /*-- end new style block --*/
.no-wrap{
    word-break: keep-all;
    white-space: nowrap;
}
.btn{
    font-family: 'Din';
    background: #FEE139;
    border: none;
    color: #231F20;
    padding: 8px 24px;
    display:inline-block;
    float:none;
    margin: 20px 0;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.no-touchevents .btn:hover{
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
sup {
    vertical-align: super;
    font-size: 25%;
    top: -0.7em;
    font-weight:600;
}
/* -- new styles --*/
.circled {
    border: 3px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height:39px;
    text-align:center;
}

.circled.mt-40 {
    margin-top: 37px;
}
.pdf-callout{
    max-width:350px;
    margin:30px auto;
}
/* -- end new styles --*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .circled {
        line-height:52px;
    }
}

/* 2. Header Styles
   ========================================================================== */
header{
    width:100%;
    position:absolute;
    top:0;
    text-align:center;
    z-index:99999;
    padding:0;

}
header.goUp{
    top:-99px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
header.sticky{
    width:100%;
    position:fixed;
    top:0;
    text-align:center;
    z-index:99999;
    padding:0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}



nav{
    text-align:center;
    margin:0 auto;
    padding:20px 0px 0;
    display:inline-block;
    position:relative;
    width: 100%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
nav.sticky {
    padding: 20px 0px 14px;
}

nav a{
    text-transform:uppercase;
    text-align:center;
    padding:0 0 5px 0;
    margin:50px 30px 0 0;
    display:inline-block;
    float:left;
    vertical-align:middle;
    font-size: 18px;
    line-height: 26px;
}
nav.sticky a {
    margin: 20px 30px 0 0;
    font-size: 16px;
}

header .logo{
    width: 120px;
    position:absolute;
    top:20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
}
header .logo img{
    width:100%;
    display:block;
}
header.sticky .logo {
    width: 70px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
}
.menu-active header.sticky .logo,
.menu-active header .logo{
    z-index: 999999;
}
header .rep.mob{
   display:none;
    opacity:0;
    z-index:1;
}

/* menu button styles */
header .menu{
    display:none;
    z-index: 999999;
    width: 40px;
    height: 25px;
    position: absolute;
    right:0;
    top:30px;
    margin: 0px 0 0 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
header .menu span {
    height: 3px;
    background: yellow;
    width: 100%;
    display: block;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

header .menu span:nth-child(3n+2) {
    top: 11px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

header .menu span:nth-child(3n+3) {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

/* left and right nav link sections */
nav .left {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
    padding: 0 100px 0 20px;
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
nav .right {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 20px 0 100px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
nav .left .holder{
    float: right;
}
nav .left .m-0{
    margin:50px 0 0 0;
}
nav.sticky .left .m-0 {
    margin: 20px 0 0 0;
}
nav.sticky .left{
    padding: 0 70px 0 20px;
}
nav.sticky .right{
    padding: 0 20px 0 70px;
}
.header-bg {
    background: rgba(0, 0, 0, 0);
    height: 102px;
}
.sticky .header-bg{
    background: rgba(0, 0, 0, 0.85);
    position:absolute;
    top:0;
    right:0;
    left:0;
}
/* search bar styles */

header nav .search{
    display:inline-block;
    float:left;
    width: auto;
    /*margin: 50px 0;*/
}
header.sticky nav .search{
    margin: 20px 0;
}
header nav .search img{
    width: auto;
    height: 100%;
}

header .search-bar{
    display: none;
    padding: 63px 90px 60px;
    background: black;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 99999;
    right: 0;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -ms-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}
header.sticky .search-bar {
    padding: 30px 90px 25px;
    top: 0;
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -ms-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}

header input#siteSearch {
    width: 95%;
    padding: 3px 7px 2px 7px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    box-sizing: border-box;
    position: relative;
    max-width: 1290px;
    background: black;
}
header.sticky input#siteSearch {
    max-width: 1157px;
}
.demo-icon.icon-cancel-circle,
.demo-icon.icon-cancel{
    font-size: 20px;
    line-height: 26px;
    z-index: 6;
    cursor: pointer;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.icon-cancel:before {
    content: '\e80c';
    color: #FEE12F;
}

.pdf-download {
    display: inline-block;
    padding: 40px 60px;
    border: 2px solid;
    position: relative;
}

i.demo-icon.icon-download {
    font-size: 65px;
}



/* 3. Block Styles
   ========================================================================== */
.intro{
    padding:240px 0 50px 0;
}
.intro p{
    margin-bottom:0;
}
.intro p.mb-20{
    margin-bottom:20px;
}
.block{
    padding:0px;
    margin:0 0 70px 0;
}
a.text.block{
    margin: 0 0 20px 0;
}
.contact {
    padding: 30px 0 60px 0;
}
figure{
    display:block;
    margin:0 0 30px 0;
    padding:0;
}
figure img{
    width:100%;
}
figcaption{
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}
.block nav{
    position:static;
    top:initial;
    right:initial;
    left:initial;
    min-height: 0;
}
.block nav.unslider-nav {
    position: static;
    z-index: 2;
    display: block;
    height: auto;
    width: auto;
    background: transparent;
    padding: 30px 0 0;
    margin: 0;
}
.badge-right img {
    position: absolute;
    width: 80px;
    right: 0;
    top: 0;
}

.badge-right p,
.no-touchevents .system-science .badge-right p{
    padding: 0 110px 0 0;
}

.done{
    position:absolute;
    top: -6%;
}
.badge-right {
    position: relative;
    margin:0 0 30px 0;
}
.inline-clearfix{
    line-height:0;
    height:0;
    width:0;
    display:block;
    float:none;
    clear:both;
}
.testimonial{
    border:1px solid white;
    position:relative;
}
.testimonial .quote{
    padding: 20px;
    position: relative;
    width: 60%;
}
.testimonial .quote p{
    padding:0;
    margin:0;
}
.testimonial .quote p:nth-child(2n+2){
    margin:20px 0 0 0;
}
.testimonial .thumbnail{
    border-left: 1px solid white;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}
.testimonial .thumbnail img{
    width: 100%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial .img-holder{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

.video-wrap{
    width:100%;
    height:auto;
    padding:0 0 56.666% 0;
    position:relative;
    margin:0 0 30px 0;
}
.video-wrap.m-0{
    margin:0;
}
.video-wrap.size-me{
    width:774px;
}
.video-wrap video{
    position: absolute;
	top: 0;
    right:0;
    bottom:0;
	left: 0;
	width: 100%;
    height:auto;
    border:0px !important;
    background:black;
}
.light-bg .video-wrap video{
    background:white;
}
.play-wrap{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.play-wrap .play{
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid white;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 20px;
    cursor: pointer;
}
.play-wrap.small .play {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid white;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 13px;
    cursor:pointer;
}

.play-wrap.small {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top:initial;
    left:initial;
    bottom: 5px;
    right: 5px;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    transform:none;
}
.large-number {
    font-size: 105px;
    line-height: 120%;
    margin: 0;
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    text-align:center;
}
.numbers{
    margin:110px 0 0 0;
}
.no {
    border: 2px solid;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
}
.no .line{
    position: absolute;
    border: 1px solid;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-down:before,
.icon-download-alt:before{
    content: '\e802';
    font-size: 75px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto !important;
    opacity: 0.4;
}
.icon-search:before {
    content: '\e804';
    font-size: 20px;
    line-height: 26px;
}
/* 4. Form Styles
   ========================================================================== */
input[type="text"],
select{
	border: 2px solid #423E3F;
	width: 100%;
	height: 42px;
	padding: 3px 2px 2px 7px;
	font-size: 16px;
	line-height: 24px;
    background: transparent;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
textarea{
	border: 2px solid #423E3F;
	width: 100%;
	height: 126px;
	padding: 3px 2px 2px 7px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
    background:transparent;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
input[type="checkbox"]{
    border: 1px solid #423E3F;
    background: transparent;
    display: inline-block;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 5px;
}
.check{
    position:relative;
}
input:focus, textarea:focus, select:focus {
    outline:none;
    border: 2px solid #fee139;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 6px; /* -- modified line --*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.submit{
    font-family: 'Din-Bold';
    background: #FEE139;
    border: none;
    color: #231F20;
    padding: 12px 28px;
    float: right;
}
a.privacy-policy{
    font-size:14px;
    line-height:20px;
    margin:0 0 10px 0;
}
p.privacy-policy{
    font-size:14px;
    line-height:20px;
    margin:0 0 20px 0;
    padding: 0;
}
.label.checkbox{
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 20px;
}
.label.border-bottom{
    padding: 0 0 5px 0;
    margin: 12px 0 16px 0;
}
.border-box.form{
    border-radius:4px;
    border: 2px solid #423E3F;
}


/* search results pagination */
.pagination .next, .pagination .prev {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin:0 20px 0 0;
}
.pagination .prev{
    margin:0 0 0 20px;
}

.pagination {
    text-align: left;
    display: block;
    margin: 40px 0 50px;
}

.pagination ol {
    list-style: none;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.pagination ol li {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}

.pagination .prev.disabled, .pagination .next.disabled {
    display: none;
}

.pagination ol li.selected a {
    text-decoration: underline;
}


/* news styles */

ul.inline-links {
    list-style: none;
    text-align: center;
    padding: 0;
}

.inline-links li {
    display: inline-block;
    margin: 0px auto;
    padding: 0 20px;
}

.inline-links li:after {
    content: " | ";
    color: #FEE139;
    font-size: 25px;
    right: -18px;
    position: relative;
}

.inline-links li:last-child:after {
    content: "";
    right: initial;
}
.inline-list{
    padding:0;
    margin: 0 0 10px 0;
    display:block;
}
.inline-list li{
    font-size: 16px;
    line-height:24px;
    display:inline-block;
    float:left;
    margin:0 10px 0 0;
}
.text-white{
    color:white;
}

.hover{
    opacity:0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.hover-parent:hover .hover{
    opacity:1;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.hover-border{
    display:inline-block;
    float:none;
    padding:0 0 3px;
    border-bottom:1px solid rgba(254, 225, 57, 0);
}
.hover-border a{
    color:rgb(254, 225, 57);
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}
#news h4.hover-border {
    margin: 0 0 2px 0;
}
.hover-border a:hover{
    color:rgb(254, 225, 57);
}
.hover-border:hover{
    border-bottom:1px solid rgba(254, 225, 57, 1);
}
.demo-icon.icon-zoom-in.hover{
    color:white;
    position:absolute;
    bottom:10px;
    right:10px;
}
.hover-parent{
    position:relative;
}

inline-list.pipes li:after {
    content: "|";
}

.inline-list.pipes li:after {
    content: " | ";
    right: -10px;
    position: relative;
}

.inline-list.pipes li {
    margin: 0px 24px 0 0;
}

.inline-list.pipes li:last-of-type:after {
    content: "";
}

.resource-thumb{
    width:100%  ;
    margin:0 0px 10px 0;
    display:block;
}
.resource-list li{
    margin:0 0 20px;
}
.resource-list li a{
    text-align:center;
}
/* 5. column Styles
   ========================================================================== */
.col{
	display: inline-block;
	float: left;
	width:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.col.left{
	padding: 0 20px 0 0;
}
.col.right{
	padding: 0 0 0 20px;
}
.col.thirds{
    width:33.333%;
}
.col.thirds.left{
    padding: 0 30px 0 0;
}
.col.thirds.right{
	padding: 0 0 0 30px;
}
.col.thirds.middle{
	padding: 0 15px;
}
.row{
    margin:0 0 20px 0;
}

/* 6. Slider Styles
   ========================================================================== */
.unslider {
    overflow: auto;
    margin: 0 0 40px 0;
    padding: 0;
}
.unslider-wrap {
    position: relative;
}
.unslider-wrap .unslider-carousel > li {
    float: left;
}
.unslider-vertical > ul {
    height: 100%;
}
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade {
    position: relative;
    padding:0 0 65% 0;
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li img {
    width:100%;
    display:block;
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.slide-caption {
    position: absolute;
    background: rgba(0,0,0,0.6);
    left: 0;
    right: 0;
    padding: 10px 10px 20px 10px;
    bottom: 0;
    font-size:12px;
    line-height:18px;
    margin:0;
}
/* 7. lightbox styles
   ========================================================================== */
/*! Lity - v1.6.1 - 2016-02-05
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
       -o-transition: -o-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: "Din", Arial;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
  width:auto;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}




/* Homepage styles
   ========================================================================== */

.light-bg {
    color: #333;
    background: white;
}
.light-bg a,
.light-bg nav a{
    color: #0066A4;
}
.light-bg a:hover{
    color:#333;
}
.light-bg p{
    font-size: 20px;
    line-height: 30px;
}
.light-bg header .menu span {
    background: #0066A4;
}
.light-bg footer {
    background: #F9F9F9;
}

.light-bg .search-bar {
    background: white;
}
.light-bg input#siteSearch {
    background: #FFFFFF;
    border-color: #BBBBBB;
}
.light-bg .icon-cancel:before{
    color: #0066a4;
}
.light-bg input:focus,
.light-bg textarea:focus,
.light-bg select:focus,
.light-bg input#siteSearch:focus {
    outline: none;
    border: 2px solid #0066A4;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.light-bg nav.active {
    background: rgba(255, 255, 255, 0.95);
}
.light-bg h1{
    margin:0 0 10px 0;
}
.light-bg .vid-block p{
    padding:4px 60px 0;
}

i.demo-icon.icon-start {
    font-size: 65px;
}

a.scroll-ind {
    margin: 40px auto 0;
    display: block;
    text-align: center;
}

a.scroll-ind span {
    display: block;
}
a.display-block {
    display: block;
    margin: 5px 0 3px 0;
}

.point{
    text-align:center;
    display:block;
    width:200px;
    position:absolute;
}
.point .info p{
    color:#333;
    font-size: 14px;
    line-height:20px;
}
.light-bg .vid-block .info p{
    padding: 0 10px;
}
.light-bg .header-bg {
    background: rgba(255, 255, 255, 0);
}
.light-bg .sticky .header-bg {
    background: rgba(255, 255, 255, 0.95);
}
.light-bg .video-wrap{
    padding:57.47126436781609% 0 0 0;
    background:white;
    margin:auto;
}
.light-bg .video-wrap video{
    background:white;
}
.light-bg .text-16{
    font-size: 16px;
    line-height: 24px;
}
.light-bg .text-14 {
    font-size: 14px;
    line-height: 18px;
}
.btn{
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.light-bg .btn{
    margin: 10px 0;
}
.light-bg .btn:hover{
    color:white;
    background:#333;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.indicators {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 76px;
    height: 128px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.back {
    opacity:0;
    position:absolute;
    right:-60px;
    top:0;
    display: block;
    margin: 0 0 10px 0;
    -webkit-transition:opacity 0.35s ease 0.25s;
    -moz-transition:opacity 0.35s ease 0.25s;
    -ms-transition:opacity 0.35s ease 0.25s;
    transition:opacity 0.35s ease 0.25s;
}
.back.five{
    top:initial;
    bottom:10px;
}
.back i.demo-icon.icon-back {
    font-size: 50px;
}
.next{
    opacity:0;
    right:-60px;
    position:absolute;
    bottom:20px;
    display: block;
    margin: 0;
    -webkit-transition:opacity 0.35s ease 0.25s;
    -moz-transition:opacity 0.35s ease 0.25s;
    -ms-transition:opacity 0.35s ease 0.25s;
    transition:opacity 0.35s ease 0.25s;
}
.next i.demo-icon.icon-start {
    font-size: 50px;
}
.indicators.one .next.one,
.indicators.two .next.two,
.indicators.three .next.three,
.indicators.four .next.four,
.indicators.two .back.two,
.indicators.three .back.three,
.indicators.four .back.four,
.indicators.five .back.five{
    opacity:1;
    right:15px;
    -webkit-transition:opacity 0.35s ease 0.25s;
    -moz-transition:opacity 0.35s ease 0.25s;
    -ms-transition:opacity 0.35s ease 0.25s;
    transition:opacity 0.35s ease 0.25s;
}
.toggle {
    background: #0066A4;
    width: 20px;
    height: 20px;
    margin: 12px auto 0;
    border-radius: 50%;
    color: white;
    text-align:center;
}
.no-touchevents .no-videos{
    padding: 100px 0 150px 0;
}
.facts {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.toggle {
    background: #0066A4;
    width: 30px;
    height: 30px;
    margin: 12px auto 0;
    border-radius: 50%;
    color: white;
    position: relative;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.point:hover .toggle {
    background: #333;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.info{
    display:none;
}
.info p{
    opacity:0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.info p.show{
     opacity:1;
    -webkit-transition: opacity 0.35s 0.2s ease;
    -moz-transition: opacity 0.35s 0.2s ease;
    -ms-transition: opacity 0.35s 0.2s ease;
    transition: opacity 0.35s 0.2s ease;
}
.toggle span {
    display: block;
    width: 16px;
    height: 2px;
    background: white;
    line-height: 30px;
    position: absolute;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    top: 14px;
    left: 7px;
}
.toggle span:last-child,
.toggle span:first-child{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.toggle span:last-child {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.open .toggle span:last-child {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.icon-aquakor:before,
.icon-find-dealer:before,
.icon-schedule-rep:before{
    font-size: 60px;
    color: #0066A4;
}
.light-bg .btn{
    color:white;
    background: #0066A4;
}
.vid-block{
    margin:0 0px 100px 0;
}
.vid-block.no-videos{
    margin:0;
}
.desk-hidden{
    display:none;
}

.no-wrap.science{
    position:relative;
    left:-10%;
    right:0;
    display:block;
}


/* point positions */
#one-1 {
    cursor:default;
    left: -18%;
    top: 47%;
}
#one-2 {
    cursor:default;
    right: -21%; /*-- modified style --*/
    top: 47%;
}
#one-1:hover, #one-2:hover{
    color:#333;
}
#two-1 {
    top: 47%;
    left: -16%;
}
#two-2 {
    top: 47%;
    right: -16%;
}
#three-1 {
    top: 46%;
    left: -23%;
}
#three-2 {
    top: 30%;
    right: -23%;
}
#three-3 {
    top: 59%;
    right: -23%;
}
#four-1 {
    top: 45%;
    left: -5%;
}
#four-2 {
    top: 20%;
    right: 7%;
}

#two-1.open{
    top: 35%;
}
#two-2.open{
    top: 30%;
}
#three-1.open{
    top: 37%;
}
#three-3.open{
    top: 52%;
}
#three-2.open{
    top: 16%;
}
#four-1.open{
    top:28%;
}
#four-2.open{
    top: 12%;
}

.point {
   opacity:0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.point.left{
    -webkit-transform:translateX(-50px);
    -moz-transform:translateX(-50px);
    -ms-transform:translateX(-50px);
    transform:translateX(-50px);
}
.point.right{
    -webkit-transform:translateX(50px);
    -moz-transform:translateX(50px);
    -ms-transform:translateX(50px);
    transform:translateX(50px);
}
.point.left.fadeIn,
.point.right.fadeIn{
     opacity:1;
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -ms-transform:translateX(0px);
    transform:translateX(0px);
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}

.search-active header.sticky .logo,
.search-active header .logo{
        z-index: 9999;
}



/* 7. Footer Styles
   ========================================================================== */

footer p, .light-bg footer p{
    float:right;
    text-align:right;
    font-size:12px;
    line-height:18px;
}

footer{
    margin:60px 0 0 0;
    padding:60px 0; /*-- modified style --*/
    background: #171717;/*-- modified style --*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
footer p.copyright{ /* -- remove me --*/
        padding-top: 10px;
    }
.no-touchevents .light-bg footer{
    padding:20px 0; /*-- modified style --*/
}
footer a{
    font-size:12px;
    line-height:18px;
    color:white;
    cursor:pointer;
}
.light-bg footer{
    background:white;
}
.light-bg footer a{
    color:#333;
}
.gp-logo {
    display: inline-block;
    float: left;
    width: 150px;
    vertical-align: middle;
    margin-top: -10px;
}
footer ul{ /* -- remove me --*/
    list-style:none;
    padding:0;
    margin: 4px 0 0 0;
    float:right;
}
/* -- new styles : center footer logo and text --*/

footer .gp-logo {
    display: block;
    float: none;
    margin: 0 auto;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 25px auto 10px;
    float: none;
    text-align: center;
}
footer ul span {
    display: inline-block;
}
footer p.copyright {
    padding-top: 10px;
    text-align: center;
}
/* -- end new styles --*/


footer ul li{
    text-align:center;
    display:inline-block;
    float:left;
    margin:0 14px 0 0;
}
footer ul .bottom-links li:nth-child(3n+3){
    margin:0;
}
footer ul li:after {
    content: "/";
    position: relative;
    left: 7px;
    top: 2px;
}
footer ul .bottom-links li:nth-child(3n+3):after{
    content:"";
}
footer .inline-clearfix.mob{
    display:none;
}
footer ul .top-links li:nth-child(2n+2){
    margin:0 14px 0 0;
}
footer ul .top-links li:nth-child(2n+2):after{
    content:'/';
    position: relative;
    left: 7px;
    top: 2px;
}
/* 8. Responsive Breakpoints
   ========================================================================== */

@media only screen and (max-width:1450px){
    nav a{
        margin:40px 20px 0 0;
        font-size:16px;
    }
    nav .search{
        margin: 40px 0 0;
    }
    header .logo{
        width:100px;
    }
    nav .left .m-0{
        margin:40px 0 0 0;
    }
    nav .search{
        width: auto;
        height: 15px;
        padding-top: 1px;
    }
    .search-bar {
        top: -12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .demo-icon.icon-cancel-circle, .demo-icon.icon-cancel {
        right: 2px;
        top: 18px;
    }
    nav .left {
        padding: 0 90px 0 20px;
    }
    nav .right{
        padding: 0 20px 0 100px;
    }
    nav.sticky .search {
        margin: 16px 0;
    }
}
@media only screen and (max-width:1280px){
    nav .left {
        padding: 0 80px 0 20px;
    }
    nav .right {
        padding: 0 20px 0 80px;
    }
}


@media only screen and (max-width:1240px){
    nav .left {
        padding: 0 60px 0 20px;
    }
    nav .right {
        padding: 0 20px 0 60px;
    }
    header .logo {
        width: 80px;
    }
    nav a{
        margin: 33px 20px 0 0;
    }
    nav .left .m-0{
        margin:33px 0;
    }
    nav.sticky .left {
        padding: 0 55px 0 20px;
    }
    nav.sticky .right {
        padding: 0 20px 0 55px;
    }
    nav.sticky a {
        margin: 16px 25px 0 0;
    }
    nav.sticky .left .m-0{
        margin: 16px 0px 0 0;
    }
    nav .search{
        margin: 33px 0 0;
    }
    header.sticky nav .search {
        margin: 16px 0;
    }
}
@media only screen and (max-width:1220px){
    /* home page only */
    .point {
        width: 150px;
    }
    .vid-block .video-wrap video{
        padding: 0;
        box-sizing: border-box;
    }
    #three-1 {
        left: -17%;
    }
    #three-2,
    #three-3{
        right: -14%;
    }

}
@media only screen and (max-width:1165px){
    nav a {
        margin: 33px 18px 0 0;
        font-size: 14px;
    }
    nav .left .m-0 {
        margin: 33px 0 0;
    }
    nav .search{
        margin:33px 0 0;
    }
    nav.sticky a{
        margin: 16px 18px 0 0;
        font-size: 14px;
    }
    header.sticky nav .search{
        margin: 16px 0;
    }
    nav.sticky .left .m-0{
        margin: 16px 0px 0 0;
    }
}
@media only screen and (max-width:1130px){
    #three.vid-block .video-wrap video{
        padding:0 120px;
        margin:auto;
        height:auto;
    }
    #three.vid-block .video-wrap{
        padding: 39.471264% 0 0 0;
    }
    #one-1 {
        left: -3%;
    }
    #one-2 {
        right: -3%;
    }
    #three-1 {
        left: -5%;
    }
    #three-2{
        right:-3%;
        top:28%;
    }
    #three-2.open{
        top:3%;
    }
    #three-3{
        right:-3%;
        top:60%;
    }
    #four-1{
        left:0;
    }
    #four-1.open {
        top: 25%;
    }
    #four-2 {
        top: 22%;
        right: 9%;
    }
    #four-2.open {
        top: 12%;
    }
    .no-wrap.science .break{
        display:block;
    }
    .no-wrap.science{
        position:static;
    }
    #one.vid-block .video-wrap video{
        padding: 0 100px;
        margin: auto;
        height:auto;
    }

    .point .info p{
        font-size:12px;
        line-height:20px;
    }


    h6{
        font-size:14px;
        line-height:20px;
    }


}


@media only screen and (max-width:1028px){
    header.sticky nav .search {
        display:block;
    }
    nav{
        position:fixed;
        z-index:99999;
        width:100%;
        height:100%;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background: rgba(0, 0, 0, 0.9);
        padding: 140px 30px 60px;
        display:none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        overflow:scroll;
    }
    nav.sticky{
        padding: 140px 30px 30px;
    }
    .light-bg nav{
        background: rgba(255, 255, 255, 0.95);
    }
    nav.active{
        top:0;

    }
    header .rep.mob{
        position: absolute;
        left: 30px;
        opacity:1;
        margin: 24px 0 0 0;
    }
    .menu-active header .rep.mob,
    header.sticky a.rep.mob{
        position: absolute;
        left: 30px;
    }
    .menu-active header .rep.mob{
        opacity:0;
    }
     header .rep.mob,
     header .menu{
        display:block;
    }
    nav .left .holder {
        float: none;
    }
    header .menu{
        right:30px;
    }

    header.sticky a.menu{
        margin:0;
    }
    header.sticky a.rep.mob{
        margin: 27px 0 0 0;
    }
    header{
        padding: 0 60px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    header .logo {
        width: 100px;
        top: 10px;
    }
    header nav a{
        margin: 20px 0 0 0;
    }
    .contact {
        padding: 30px 0 50px 0;
    }

    nav .left,
    nav .right,
    nav .left a,
    nav .right a{
        padding:0;
        width:100%;
        display:block;
        font-size:24px;
        line-height:32px;
        text-align:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav.active .right .rep{
        padding: 0 0 25px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
    nav.active .right .search img{
        height: 30px;
        margin: 20px auto 0;
    }
    nav.active .left, nav.sticky .left,
    nav .left,
    nav.active .right, nav.sticky .right,
    nav .right{
        padding:0
    }

    .menu-active header .menu span,
    .light-bg.menu-active header .menu span {
        top: 15px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    .menu-active.light-bg header .menu span:nth-child(3n+2),
    .menu-active header .menu span:nth-child(3n+2){
        opacity: 0;
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    .menu-active header .menu span:nth-child(3n+3),
    .light-bg.menu-active header .menu span:nth-child(3n+3){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 15px;
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    header.sticky a.logo {
        width: 55px;
    }
    .menu-active header.sticky .logo,
    .menu-active .logo{
        width:100px;
    }

    nav .left a.m-0,
    nav.active .left a.m-0{
        margin: 20px 0 0 0;
    }

    .menu-active header {
        position: fixed;
    }

    .light-bg .sticky .header-bg,
    .sticky .header-bg{
        height:85px;
    }

    .intro{
        padding:200px 0 50px 0; /* -- modified style --*/
    }
    header .search-bar,
    header.sticky .search-bar{
        top: initial;
        /*position: static !important;*/
        padding: 0;
        margin: -30px 0 0 0;
        background:transparent;
    }

    .touchevents header.sticky a.logo {
        width: 65px;
        top: 3px;
    }
    .search-active header.sticky .logo,
    .search-active header .logo{
        z-index: 9999999;
    }
    header input#siteSearch {
        width: 90%;
    }
}

@media only screen and (max-width:1024px){
    #two.vid-block .video-wrap video{
        padding: 0 100px;
        height: auto;
        margin: auto;
    }
    #two-1 {
        left: -2%;
        top:43%;
    }
    #two-2 {
        top:43%;
        right: -2%;
    }
    #two-2.open {
        top: 24%;
    }
}
@media only screen and (max-width:930px){
     /* home page */
    .point {
        width: 110px;
    }
    .light-bg .video-wrap {
        padding: 42.471264% 0 0 0;
    }
    .vid-block .video-wrap video{
        padding: 0 100px;
        box-sizing: border-box;
        height: auto;
        margin: auto;
    }
    #one-1 {
        left: 10px;
    }
    #one-2 {
        right: 10px;
    }
    #two-1 {
        left: 2%;
    }
    #two-1.open {
        top: 20%;
    }
    #two-2 {
        right: 2%;
    }
    #two-2.open {
        top: 10%;
    }
    #three-1 {
        left: 2%;
        top: 36%;
    }
    #three-1.open {
        top: 20%;
    }
    #three-2 {
        top: 20%;
        right: 20px;
    }
    #three-2.open {
        top: -1%;
    }
    #three-3 {
        right: 20px;
    }
    #four-1 {
        top:35%;
        left: 10%;
    }
    #four-1.open {
        top: 13%;
    }
    #four-2 {
        right: 15%;
        top: 18%;
    }
    #four-2.open {
        top: 7%;
    }

}
@media only screen and (max-width:850px){
    .wrapper{
        padding: 0 40px;
        max-width: 814px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }


      /* homepage styles */
    .light-bg .vid-block p {
        padding: 0 0px;
    }
    .facts {/* -- remove me --*/
        position: static;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        height: auto;
        display: block;
        margin:35px 0 0 0;
        padding: 0 30px;
    }

    .vid-block .video-wrap video {
        display: block;
        padding: 0;
        position:static;
        margin:0 0 25px 0;
    }

    .point {
        opacity:1;
        position: relative;
	    width: 100%;
	    text-align: left;
	    padding: 0px 20px 0px 40px;
	    margin: 0 0 20px 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -mz-box-sizing: border-box;
	    box-sizing: border-box;
    }

    #one-1, #one-2, #two-1, #two-2, #three-1, #three-2, #three-3, #four-1, #four-2{ /* -- remove me --*/
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 0 20px 0;
        top: 0;
        right: initial;
        bottom: initial;
        left: initial;
    }
    #one-1, #one-2{
        display:none;
    }
    .vid-block .video-wrap {
        position: static;
        display: block;
        padding: 0;
    }
    #three.vid-block .video-wrap {
        padding: 0;
    }
    .toggle { /* -- remove me --*/
        width: 26px;
        height: 26px;
        left: 0px;
        top: 0;
        position: absolute;
        margin: 0 auto 0;
    }
    .toggle span {
        display: block;
        width: 12px;
        height: 2px;
        background: white;
        line-height: 25px;
        position: absolute;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease;
        top: 12px;
        left: 7px;
    }
    h6{
        font-size:18px;
        line-height:28px;
    }
    .point .info p{
        font-size:16px;
        line-height:24px;
        padding:0 0 15px 0;
    }
    .desk-hidden{
        display:block;
    }
    .tab-hidden{
        display:none;
    }
    .vid-block .video-wrap.different {
        margin: 0 0 40px 0;
    }
	#three.vid-block .video-wrap video,
	#one.vid-block .video-wrap video,
	#two.vid-block .video-wrap video,
	.vid-block .video-wrap video  {
		padding: 0;
		margin: auto;
		height: auto;
	}
	/*-- new style to display fact points on tablet and mobile --*/
    .info {
        display: block !important;
    }
    .toggle {
        display: none;
    }
    #one-1, #one-2, #two-1, #two-2, #three-1, #three-2, #three-3, #four-1, #four-2,
    #one-1.open, #one-2.open, #two-1.open, #two-2.open, #three-1.open, #three-2.open, #three-3.open, #four-1.open, #four-2.open{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 0 20px 0;
        padding: 0px;
        top: 0;
        right: initial;
        bottom: initial;
        left: initial;
    }
    .facts {
        position: static;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        height: auto;
        display: block;
        margin: 35px 0 0 0;
        padding: 0 20px;
    }
    .light-bg .vid-block .info p {
        padding: 0px;
    }
    /*-- end new style --*/
}
@media only screen and (max-width:768px){
    .wrapper{
        padding: 0 30px;
    }
    /*h1, p, figcaption, h2, h3, h4, h5, .pagination{
        padding: 0 30px;
    }*/
    .full-tab{
        margin-left: -30px;
        margin-right: -30px;
    }
    .full-tab figcaption{
        margin-left:30px;
        margin-right:30px;
    }
    footer p{
        padding:0;
    }
    h1{
        font-size:45px;
        line-height:50px;
    }
    .light-bg h1{
        font-size: 50px;
        line-height: 58px;
    }
    h2{
        font-size:26px;
        line-height:36px;
    }
    h3, strong.h3, h4, h5{
        font-size:22px;
        line-height:26px;
    }
    p{
        font-size: 18px;
        line-height: 26px;
    }
    .light-bg p{
        font-size:18px;
        line-height:26px;
    }
    figcaption{
        font-size:12px;
        line-height:18px;
    }
    .intro {
        padding: 200px 0 40px 0; /* -- modified style --*/
    }
    .contact {
        padding: 10px 30px 60px;
    }
    .col,
    .col.thirds{
        display: block;
        float: none;
        width: 100%;
        height:auto !important;
        padding: 0 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col.left, .col.right {
        padding: 0;
    }
    .col.thirds.left{
        padding: 0;
    }
    .col.thirds.right{
        padding: 0;
    }
    .col.thirds.middle{
        padding: 0;
        margin:30px 0;
    }
    .col .border-box{
        margin:0;
        padding: 20px 15px;
    }
    .border-box p{
        position: static;
        top: initial;
        transform: none;
    }
    .match-height{
        height:auto !important;
    }
    .submit{
        float:none;
    }
    .label.checkbox {
        padding: 0 0 0 23px;
        margin: 0 0 10px 0;
    }
    header {
        padding: 0 30px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav.active a.menu, .sticky nav a.menu {
        right: 30px;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    .block{
        margin:0 0 50px 0;
    }
    .testimonial{
        margin:0 30px;
    }
    .badge-right {
        margin: 0 0px 30px;
    }
    .video-wrap.size-me{
        width:580px;
    }
    .gp-logo {
        display: block;
        float: none;
        width: 150px;
        margin:0 auto 20px;
        vertical-align: middle;
    }
    footer, footer p{
        text-align:center;
        width:100%;
    }
    footer p.copyright{
        text-align:center;
        width:100%;
        margin:10px 0 0;
    }
    footer ul{
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    footer ul .top-links,
    footer ul .bottom-links{
        display: inline-block;
        text-align: center;
    }
    footer .inline-clearfix.mob{
        display:none;
    }

}

@media only screen and (max-width:580px){
    .wrapper{
        padding: 0 20px;
    }
    .full-tab{
        margin-left: -20px;
        margin-right: -20px;
    }
    .full-tab figcaption,
    .full-tab p{
        margin-left:20px;
        margin-right:20px;
    }
   /* h1, h2, p, figcaption, h3, h4, h5, .pagination{
        padding: 0 20px;
    }
    .col .border-box{
        margin:0 20px;
    }*/
    .badge-right {
        margin: 0 0px 30px;
    }
    .testimonial{
        margin:0 20px;
    }
    .testimonial .thumbnail{
        position: relative;
        width: 100%;
        height: 200px;
    }
    .testimonial .quote{
        position: static;
        width: 100%;
        box-sizing: border-box;
        top:initial;
        right:initial;
        bottom:initial;
        left:initial;
    }
    h1, .light-bg h1{
        font-size:35px;
        line-height:40px;
    }

    h2{
        font-family:'Din-Bold', Arial, sans-serif; /*-- modified style --*/
        font-size: 22px;
        line-height: 30px;
        text-align:center;
    }
     h3, strong.h3, h4, h5{
        font-size: 18px;
        line-height: 26px;
    }
    p, .light-bg p{
        font-size: 16px;
        line-height: 26px;
    }
    figcaption{
        font-size:12px;
        line-height:18px;
    }
    .contact{
        padding:20px 20px 40px;
    }
    nav a.rep.mob{
        opacity:0;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    nav a.menu {
        margin: 30px 0 0 0;
    }
    footer p{
        padding:0;
    }
    .block{
        margin:0 0 40px 0;
    }
    .video-wrap.size-me{
        width:480px;
    }

    .light-bg .vid-block p{
        padding:0 0px;
    }
    header .rep.mob {
        font-size:16px;
        margin: 54px 0 0 0;
    }
    header.sticky .rep.mob{
        margin: 26px 0 0 0;
    }
    header .menu{
            top: 55px;
    }
    header.sticky menu, header.sticky a.menu{
        top:30px;
    }
    header .logo {
        width: 115px;
        top: 3px;
    }
    header.sticky a.logo {
        width: 65px;
        top: 3px;
    }
    header input#siteSearch {
        width: 90%;
    }
}
@media only screen and (max-width:560px){
    .inline-links li {
        display: block;
        float: none;
        clear: both;
        margin: 0px auto;
    }

    .inline-links li:after {
        content: "";
    }

    .inline-links li a {
        border-top: 1px solid;
        padding: 7px 27px;
        margin: 6px 0 0 0;
        display: inline-block;
    }

}
@media only screen and (max-width:538px){
    footer ul .top-links li:nth-child(2n+2){
        margin:0;
    }
    footer ul .top-links li:nth-child(2n+2):after{
        content:'';
    }
}
@media only screen and (max-width:480px){
    .video-wrap.size-me{
        width:350px;
    }
}
@media only screen and (max-width:350px){
    .video-wrap.size-me{
        width:150px;
    }
}



/* NEW Promo styles */

.sub-intro {
  padding:60px 0 0px 0;
}

.light-bg h2.text-left {
  text-align: left;
}

.number__svg .number__circle {
  fill:none;
  stroke:#000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

/* promo banner */
.has-promo {
  top:80px;
}

.promobanner {
  position: relative;
  height: 80px;
  color:#000;
  z-index:200;
}

.promobanner__link {
  color:#000;
  font-size:18pt;
  display:block;
  height:60px;
  background: #fee139;
  text-align:center;
  padding-top:25px;
  transition: all 0.3s ease-in;
}

a.promobanner__link:hover {
  background:#0066A4;
  color:#fff;
  transition: all 0.3s ease-out;
}

.svg-arrow {
    display: inline-block;
    margin-bottom: -7px;
    padding-left: 5px;
    position: relative;
    width: 30px;
    height: 30px;
}

.svg-arrow svg {
  position:absolute;
  top:0;
  left:0;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
  transition:stroke,left 0.3s ease-in;
}

a.promobanner__link:hover .svg-arrow svg {
  stroke:#fff;
  left:20px;
  transition:stroke,left 0.3s ease-out;
}

a.promobanner__link img.ie{
    display:none;
}

/* new general use */

.imgagewrap {
  max-width:850px;
  margin:2em auto;
}

.button {
  margin: 0 auto;
  display: inline-block;
  font-family: 'Din';
  background: #0066A4;
  border: none;
  color: #fff;
  padding: 12px 28px;
  transition:background 0.2s ease-out;
  margin-top:1em;
}

a.button {
  color:#fff;
}

.button:hover {
  background:#000;
  cursor:pointer;
  transition:background 0.2s ease-in;
}

a.button:hover {
  color:#fff;
}

p.break-after {
  margin-bottom:1em;
}

p.smaller,
p.smaller a {
  font-size:15px;
  line-height: 1.5em;
}

.three-column-text {
  display:table;
  empty-cells: hide;
}

.three-column-text__column {
  display:table-cell;
  width:26%;
}
.three-column-text__empty-column {
  display:table-cell;
  width:8%;
}

@media only screen and (max-width:560px){
  .three-column-text,
  .three-column-text__column {
    display:block;
    width:auto;
  }
  .three-column-text__empty-column {
    display:none;
  }

}


/* promo form */

.promoform__prefill-choices {
  width: 280px;
  margin:0 auto;
}

.promoform__prefill-block {
  float:left;
  width:33%;
  text-align:center;
}

input#promoform__input {
    max-width: 220px;
    display: block;
    margin: 20px auto 20px;
    font-family: 'Din-Bold';
    clear:left;
    text-align:center;
}

.promoform__button {
  margin: 0 auto;
  display: block;
  font-family: 'Din';
  background: #0066A4;
  border: none;
  color: #fff;
  padding: 12px 28px;
  transition:background 0.2s ease-out;
}

.promoform__button:hover {
  background:#000;
  transition:background 0.2s ease-in;
}

#is-promoform__contractor-link,
#is-promoform__distributor-link {
  color:#0066A4;
  font-size: 18px;
  padding-top: 25px;
  display: block;
  padding-bottom: 30px;
  cursor: pointer;
}

#is-promoform__contractor-link:hover,
#is-promoform__distributor-link:hover {
  color:#000;
}

.promoform__divider img {
    width: 60px;
    display: inline-block;
}

#is-promoform__helper-link {
  color:#999;
  font-size:16px;
}

#is-promoform__helper-link:hover {
  color:#000;
  cursor: pointer;
}

#promoform__prefill{
  height:0px;
  overflow:hidden;
  margin:0;padding:0;
  transition:height 0.5s ease-out;
}

#is-promoform__submit-status {
  text-align: center;
  padding-top: 1em;
}

.promoform__fail {
  color:red;
}

.promoform__success {
  color:green;
}


/* Localized */
