/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"],
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.open-close .hold ul, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav ul:after, .over-top:after, #header:after, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: 100%; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input.placeholder[type='text'],
  input.placeholder[type='tel'],
  input.placeholder[type='email'],
  input.placeholder[type='search'],
  input.placeholder[type='password'],
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?awrx8p2");
  src: url("../fonts/icomoon.eot?awrx8p2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?awrx8p2") format("truetype"), url("../fonts/icomoon.woff?awrx8p2") format("woff"), url("../fonts/icomoon.svg?awrx8p2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bell span.icon-display:before {
  content: "\ea59"; }

.icon-commpass span.icon-display:before {
  content: "\e903"; }

.icon-iphone span.icon-display:before {
  content: "\e904"; }

.icon-calculator span.icon-display:before {
  content: "\e905"; }

.icon-view span.icon-display:before {
  content: "\e906"; }

.icon-arrow-up span.icon-display:before {
  content: "\e616"; }

.icon-arrow-right span.icon-display:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e91b"; }

.icon-play-circle span.icon-display:before {
  content: "\e92d"; }

.icon-bell span.icon-display:before {
  content: "\ea59"; }

.icon-lock span.icon-display:before {
  content: "\e900"; }

.icon-tools span.icon-display:before {
  content: "\e901"; }

.icon-plus span.icon-display:before {
  content: "\e902"; }

#wrapper {
  overflow: hidden;
  position: relative; }

#header {
  position: relative; }

.two-columns {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .two-columns:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  .two-columns .col {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    border-right: #FFF 1em solid;
    max-height: 84vh; }
    @media (max-width: 767px) {
      .two-columns .col {
        max-height: none;
        width: 100%;
        border-right: none !important;
        border-left: none !important; } }
  .two-columns div.col:nth-of-type(2) {
    border-right: none !important;
    border-left: #FFF 1em solid; }
  .two-columns .title-block {
    background: #034d6d;
    text-align: center;
    padding: 50px 20px;
    color: #fff;
    position: absolute;
    bottom: 18%;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    font-size: 72px;
    line-height: 1;
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    font-weight: 700;
    min-width: 670px;
    letter-spacing: 2px;
    cursor: pointer; }
    @media (max-width: 1919px) {
      .two-columns .title-block {
        font-size: 40px;
        padding: 20px;
        min-width: 425px; } }
    @media (max-width: 1365px) {
      .two-columns .title-block {
        font-size: 30px;
        min-width: 350px;
        bottom: 10%; } }
    @media (max-width: 1061px) {
      .two-columns .title-block {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .two-columns .title-block {
        min-width: 200px;
        padding: 11px 5px;
        font-size: 24px;
        letter-spacing: 1px;
        bottom: 30%; } }
    .two-columns .title-block span {
      letter-spacing: 1px;
      text-transform: capitalize;
      display: block;
      font-size: 28px;
      margin-top: 10px;
      font-weight: 400; }
      @media (max-width: 1919px) {
        .two-columns .title-block span {
          font-size: 18px; } }
      @media (max-width: 1365px) {
        .two-columns .title-block span {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .two-columns .title-block span {
          font-size: 11px;
          margin-top: 5px; } }
    .two-columns .title-block:hover, .two-columns .title-block:focus {
      background-color: #0a7aab; }
  .two-columns .info {
    max-width: 1315px;
    width: 100%;
    padding: 30px 60px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #034d6d;
    background: rgba(255, 255, 255, 0.9);
    font: 700 36px/48px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    display: none; }
    @media (max-width: 1919px) {
      .two-columns .info {
        font-size: 26px;
        line-height: 40px;
        padding: 30px; } }
    @media (max-width: 1365px) {
      .two-columns .info {
        font-size: 20px;
        line-height: 30px;
        padding: 18px 20px 20px; } }
    @media (max-width: 1061px) {
      .two-columns .info {
        font-size: 15px;
        line-height: 22px;
        padding: 15px; } }
    @media (max-width: 767px) {
      .two-columns .info {
        display: block;
        text-transform: uppercase;
        width: auto;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 10px;
        right: 10px;
        font-size: 14px;
        line-height: 12px;
        bottom: auto;
        text-align: center;
        padding: 5px 7px;
        z-index: 1; } }
  .two-columns .img-wrap {
    position: relative;
    max-height: 85vh; }
    @media (max-width: 767px) {
      .two-columns .img-wrap {
        max-height: none; } }
  .two-columns img {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
    .two-columns img.active {
      opacity: 1; }
    .two-columns img.inactive {
      opacity: 0;
      position: absolute;
      top: 0; }

.over-top {
  background: rgba(3, 77, 109, 0.9);
  height: 77px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.logo {
  position: absolute;
  z-index: 2;
  background: none;
  top: 5px;
  left: 20px; }
  @media (max-width: 767px) {
    .logo {
      position: static;
      float: left;
      padding: 0; } }
  .logo svg, .logo img {
    width: 110px; }
    @media (max-width: 1365px) {
      .logo svg, .logo img {
        width: 105px; } }
    @media (max-width: 1061px) {
      .logo svg, .logo img {
        width: 96px; } }
    @media (max-width: 767px) {
      .logo svg, .logo img {
        width: 50px; } }
    .logo svg path, .logo svg polygon, .logo svg rect, .logo img path, .logo img polygon, .logo img rect {
      fill: #FFF; }
      @media (max-width: 767px) {
        .logo svg path, .logo svg polygon, .logo svg rect, .logo img path, .logo img polygon, .logo img rect {
          fill: #034d6d; } }
    .logo svg.hide-for-small-only, .logo img.hide-for-small-only {
      display: block; }
      @media (max-width: 767px) {
        .logo svg.hide-for-small-only, .logo img.hide-for-small-only {
          display: none; } }
    .logo svg.show-for-small-only, .logo img.show-for-small-only {
      display: none; }
      @media (max-width: 767px) {
        .logo svg.show-for-small-only, .logo img.show-for-small-only {
          display: block; } }
  .logo a {
    display: block; }

.over-top:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  height: 4px;
  background: linear-gradient(to right, #00b7e7 0%, #4673e8 51%, #7231e8 100%); }

@media (max-width: 767px) {
  .over-top {
    height: auto;
    background: #fff;
    padding: 9px 12px;
    position: relative;
    width: 100%; } }

.nav-active .over-top:before {
  display: block; }

.nav-active #nav .nav-opener span {
  opacity: 0; }

.nav-active #nav .nav-opener:before {
  transform: rotate(45deg);
  top: 9px;
  left: 0;
  right: 0; }

.nav-active #nav .nav-opener:after {
  transform: rotate(-45deg);
  top: 9px;
  left: 0;
  right: 0; }

@media (max-width: 767px) {
  .nav-active #nav ul {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    height: calc(100vh - 57px); } }

@media (max-width: 767px) {
  .nav-active #nav ul:before {
    display: block; } }

@media (max-width: 767px) {
  .nav-active #nav ul:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -99999px;
    content: "";
    background: rgba(255, 255, 255, 0.7); } }

#nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: none; }
  @media (max-width: 1061px) {
    #nav {
      left: 55%; } }
  @media (max-width: 767px) {
    #nav {
      position: static;
      transform: none; } }
  #nav .nav-opener {
    display: none;
    width: 24px;
    height: 16px;
    position: relative;
    border-radius: 3px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 6px 5px 0 0; }
    @media (max-width: 767px) {
      #nav .nav-opener {
        display: block;
        float: right; } }
    #nav .nav-opener span, #nav .nav-opener:before, #nav .nav-opener:after {
      background: #b8b6b6;
      border-radius: 4px;
      position: absolute;
      top: 9px;
      left: 0%;
      right: 0%;
      height: 2px;
      margin-top: -2px;
      transition: all 0.2s linear; }
    #nav .nav-opener:before {
      content: "";
      top: 3px; }
    #nav .nav-opener:after {
      content: "";
      top: 15px; }
  #nav ul {
    text-transform: uppercase;
    font: 900 28px/28px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 2px; }
    @media (max-width: 1919px) {
      #nav ul {
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1365px) {
      #nav ul {
        font-size: 14px;
        line-height: 14px;
        min-width: 625px; } }
    @media (max-width: 1061px) {
      #nav ul {
        font-size: 12px;
        line-height: 12px;
        min-width: 525px; } }
    @media (max-width: 767px) {
      #nav ul {
        display: none;
        font-size: 24px;
        line-height: 20px;
        min-width: 0;
        padding: 34px 0; } }
    #nav ul:before {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      content: "";
      z-index: 2;
      height: 4px;
      background: linear-gradient(to right, #00b7e7 0%, #4673e8 51%, #7231e8 100%); }
    #nav ul li {
      float: left;
      padding: 20px 24px; }
      @media (max-width: 1365px) {
        #nav ul li {
          padding: 20px; } }
      @media (max-width: 1061px) {
        #nav ul li {
          letter-spacing: 0;
          padding: 20px 14px; } }
      @media (max-width: 767px) {
        #nav ul li {
          float: none;
          text-align: center;
          position: relative;
          margin: 0 0 15px; } }
      @media (max-width: 767px) {
        #nav ul li:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 20px;
          font-family: "icomoon";
          content: "\e907";
          color: #034d6d; } }
      #nav ul li:before {
        display: none; }
    #nav ul a {
      color: #fff;
      text-decoration: none; }
      @media (max-width: 767px) {
        #nav ul a {
          color: #0175A8; } }
      #nav ul a span {
        display: none; }
        @media (max-width: 767px) {
          #nav ul a span {
            display: block; } }
      #nav ul a:hover {
        color: #39f; }

@media (max-width: 767px) {
  .open-close {
    background: #0a7aab;
    display: block;
    padding: 6px 10px;
    position: relative; } }

.open-close .opener-tools {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  font: 900 18px/18px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: none; }
  @media (max-width: 1919px) {
    .open-close .opener-tools {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 1365px) {
    .open-close .opener-tools {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .open-close .opener-tools {
      position: static; } }
  .open-close .opener-tools:hover .text {
    color: #39f; }
  .open-close .opener-tools span {
    position: absolute;
    top: 48px;
    letter-spacing: 1px;
    top: 40px;
    right: 20px; }
    @media (max-width: 767px) {
      .open-close .opener-tools span {
        position: static; } }
    @media (max-width: 1061px) {
      .open-close .opener-tools span {
        top: 20px;
        right: 5px; } }
    .open-close .opener-tools span.icon {
      visibility: hidden;
      opacity: 0;
      font-size: 55px;
      right: 0px;
      width: auto; }
      @media (max-width: 1919px) {
        .open-close .opener-tools span.icon {
          font-size: 50px;
          right: 0; } }
      @media (max-width: 1365px) {
        .open-close .opener-tools span.icon {
          font-size: 30px;
          top: 14px;
          right: 14px; } }
      @media (max-width: 767px) {
        .open-close .opener-tools span.icon {
          display: none; } }
  .open-close .opener-tools:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 150px 150px 0;
    border-color: transparent #0a7aab transparent transparent; }
    @media (max-width: 1919px) {
      .open-close .opener-tools:after {
        border-width: 0 150px 150px 0; } }
    @media (max-width: 1061px) {
      .open-close .opener-tools:after {
        border-width: 0 110px 110px 0; } }
    @media (max-width: 767px) {
      .open-close .opener-tools:after {
        right: 22px;
        top: 8px;
        font-size: 20px;
        font-family: 'icomoon';
        content: "\e616";
        color: #fff;
        width: auto;
        height: auto;
        border: none;
        z-index: 1; } }
.open-close .slide-tools {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: -1;
  background: #0a7aab;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (max-width: 767px) {
    .open-close .slide-tools {
      top: 100%;
      left: 0;
      bottom: auto;
      padding: 8px 12px; } }
  .open-close .slide-tools:after {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1px;
    height: 100%;
    content: "";
    margin: 0 0 0 -5px; }

.open-close .over {
  display: inline-block;
  vertical-align: middle;
  margin-top: 100px;
  white-space: normal;
  max-width: 870px;
  text-align: left; }
  @media (max-width: 1365px) {
    .open-close .over {
      margin-top: 60px; } }
  @media (max-width: 1061px) {
    .open-close .over {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .open-close .over {
      margin-top: 0; } }
.open-close .title-tools {
  font: 700 64px/64px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 20px;
  display: block; }
  @media (max-width: 1919px) {
    .open-close .title-tools {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 1365px) {
    .open-close .title-tools {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1061px) {
    .open-close .title-tools {
      font-size: 22px;
      line-height: 22px; } }
  @media (max-width: 767px) {
    .open-close .title-tools {
      display: none; } }
.open-close .txt {
  font: 300 32px/44px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  max-width: 650px;
  margin: 0 0 90px; }
  @media (max-width: 1919px) {
    .open-close .txt {
      font-size: 22px;
      line-height: 30px;
      margin: 0 0 40px; } }
  @media (max-width: 1365px) {
    .open-close .txt {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 20px; } }
  @media (max-width: 1061px) {
    .open-close .txt {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 10px; } }
  @media (max-width: 767px) {
    .open-close .txt {
      display: none; } }
.open-close .hold {
  overflow: hidden; }
  .open-close .hold .col {
    float: left;
    width: 38.5%;
    padding: 0 0 0 30px; }
    @media (max-width: 1061px) {
      .open-close .hold .col {
        padding: 0 0 0 15px;
        width: 44%; } }
    @media (max-width: 767px) {
      .open-close .hold .col {
        width: 100%;
        padding: 22px 0 0; } }
    .open-close .hold .col:first-child {
      width: 61.5%;
      border-right: 1px solid #fff;
      padding: 0 30px 0 0; }
      @media (max-width: 1061px) {
        .open-close .hold .col:first-child {
          padding: 0 15px 0 0;
          width: 56%; } }
      @media (max-width: 767px) {
        .open-close .hold .col:first-child {
          width: 100%;
          border-right: 0;
          border-bottom: 1px solid #fff;
          padding: 0; } }
      .open-close .hold .col:first-child ul li {
        float: left;
        width: 50%; }
        .open-close .hold .col:first-child ul li:before {
          display: none; }
  .open-close .hold .subtitle {
    text-transform: uppercase;
    display: block;
    color: #5ddefe;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 50px;
    letter-spacing: 1px; }
    @media (max-width: 1919px) {
      .open-close .hold .subtitle {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 40px; } }
    @media (max-width: 1365px) {
      .open-close .hold .subtitle {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 25px; } }
    @media (max-width: 1061px) {
      .open-close .hold .subtitle {
        font-size: 12px;
        line-height: 12px;
        margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .open-close .hold .subtitle {
        font-size: 10px;
        line-height: 10px;
        margin: 0 0 20px; } }
  .open-close .hold ul li {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 62px;
    text-align: center; }
    @media (max-width: 1919px) {
      .open-close .hold ul li {
        margin: 0 0 30px; } }
    @media (max-width: 1061px) {
      .open-close .hold ul li {
        margin: 0 0 15px;
        padding: 0 5px; } }
    @media (max-width: 767px) {
      .open-close .hold ul li {
        margin: 0 0 30px;
        width: 50%; } }
    .open-close .hold ul li:before {
      display: none; }
  .open-close .hold ul a {
    display: inline-flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    color: #fff; }
    .open-close .hold ul a:hover {
      color: #5ddefe; }
    .open-close .hold ul a .icon {
      font-size: 54px;
      margin: 0 0 20px; }
      @media (max-width: 1919px) {
        .open-close .hold ul a .icon {
          font-size: 40px; } }
      @media (max-width: 1365px) {
        .open-close .hold ul a .icon {
          font-size: 30px;
          margin: 0 0 10px; } }
      @media (max-width: 1061px) {
        .open-close .hold ul a .icon {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .open-close .hold ul a .icon {
          font-size: 26px; } }
    .open-close .hold ul a .tx {
      font-size: 28px;
      line-height: 1;
      font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 1919px) {
        .open-close .hold ul a .tx {
          font-size: 20px; } }
      @media (max-width: 1365px) {
        .open-close .hold ul a .tx {
          font-size: 14px; } }
      @media (max-width: 1061px) {
        .open-close .hold ul a .tx {
          font-size: 12px;} }
      @media (max-width: 767px) {
        .open-close .hold ul a .tx {
          font-size: 15px; } }
.active-tools .over-top {
  background: transparent; }
  .active-tools .over-top #nav {
    display: none; }
  .active-tools .over-top .logo {
    background: rgba(3, 77, 109, 0.8);
    padding: 10px;
    max-width: 100px; }
    @media (max-width: 767px) {
      .active-tools .over-top .logo {
        background: none; } }
.active-tools .two-columns {
  width: 50%;
  max-height: 100vh; }
  .active-tools .two-columns:after {
    z-index: 1; }
  .active-tools .two-columns .title-block {
    bottom: 12%;
    z-index: 10;
    opacity: 0.8; }
  .active-tools .two-columns .info {
    z-index: -2; }
  .active-tools .two-columns .col {
    width: 100%;
    border: none !important;
    max-height: 50vh; }
    .active-tools .two-columns .col .img-wrap {
      margin: 0 !important; }

.active-tools .opener-tools {
  color: #0a7aab; }
  .active-tools .opener-tools:after {
    border-color: transparent #fff transparent transparent; }
    @media (max-width: 767px) {
      .active-tools .opener-tools:after {
        content: "\e91b"; } }
  .active-tools .opener-tools span {
    top: 30px;
    right: 20px; }
    .active-tools .opener-tools span.text {
      visibility: hidden;
      opacity: 0; }
      @media (max-width: 767px) {
        .active-tools .opener-tools span.text {
          visibility: visible;
          opacity: 1;
          color: #fff; } }
    .active-tools .opener-tools span.icon {
      visibility: visible;
      opacity: 1; }
      @media (max-width: 1919px) {
        .active-tools .opener-tools span.icon {
          right: 0; } }
      @media (max-width: 1365px) {
        .active-tools .opener-tools span.icon {
          font-size: 30px;
          top: 14px;
          right: 14px; } }
      @media (max-width: 767px) {
        .active-tools .opener-tools span.icon {
          display: none; } }
.active-tools .open-close .slide-tools {
  z-index: 5;
  opacity: 1; }
  @media (max-width: 767px) {
    .active-tools .open-close .slide-tools:before {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      bottom: -99999px;
      content: "";
      background: rgba(255, 255, 255, 0.7);
      z-index: 10; } }
  @media (max-width: 767px) {
    .active-tools .open-close .slide-tools {
      z-index: 12; } }
.section__content.lead {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .section__content.lead h1 {
    color: #034d6d;
    font-size: 30px;
    font-weight: 700; }
    @media (max-width: 1061px) {
      .section__content.lead h1 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .section__content.lead h1 {
        display: none; } }
  .section__content.lead p {
    font-size: 28px;
    font-weight: 200; }
    @media (max-width: 1061px) {
      .section__content.lead p {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .section__content.lead p {
        font-size: 18px;
        font-weight: 400; } }
footer .copyright .social-icon img {
  width: auto; }

.icon-co2 span.icon-display:before
{
    background-image: url("/wp-content/themes/ykk-homeprime-child/img/co2_icon.png");
    width: 54px;
    height: 54px;
    display: inline-block;
    content: "";
    background-size: 54px 54px;
}

.icon-co2 a:hover span.icon-display:before
{
    background-image: url("/wp-content/themes/ykk-homeprime-child/img/co2_icon_blue.png");
}

@media (max-width: 1919px) 
{
    .icon-co2 span.icon-display:before 
    {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}
@media (max-width: 1365px) 
{
    .icon-co2 span.icon-display:before 
    {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #more-commercial-tools a
    {
        font-size: 12pt;
    }
}
@media (max-width: 1061px) 
{
    .icon-co2 span.icon-display:before 
    {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
    }
}
@media (max-width: 767px) 
{
    .icon-co2 span.icon-display:before 
    {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
    }
}

#more-commercial-tools
{
    text-align: center;
    margin-bottom: 20px;
}

#more-commercial-tools a 
{
    color: #ffffff;
}

#more-commercial-tools a:hover 
{
    color: #5ddefe;
}