﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    background: #fff;
    color: #363537;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background: #D0E5ED;
    text-shadow: none
}

::selection {
    background: #D0E5ED;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

video {
    width: 100%
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

address {
    font-style: normal;
    line-height: 1.8
}

iframe {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0
}

h2 {
    margin-bottom: 1.6875rem;
    font-size: 1.5625rem
}

a {
    text-decoration: none;
    color: #406C85;
    -webkit-transition: background-color 0.2s ease-out 0s;
    transition: background-color 0.2s ease-out 0s
}

a:hover,
a:focus {
    border-bottom: 3px solid
}

a.underline {
    border-bottom: 3px solid
}

p {
    margin-top: 0
}

blockquote {
    margin: 4.375rem 2.5rem;
    font-size: 1.25rem
}

blockquote cite {
    display: block;
    margin-top: 2.1875rem;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: #757575
}

blockquote div:before{
     padding-left: 2rem;
    background: url(/site-elements/images/icons/png/Quotation-opening.png );
    position: relative;
    content: "";
    background-repeat: no-repeat;
    padding-top: 0.6rem;
}
blockquote div:after {
    padding-left: 2rem;
    background: url(/site-elements/images/icons/png/Quotation-close.png);
    position: relative;
    content: "";
    background-repeat: no-repeat;
    white-space:nowrap;
}

.header {
    font-size: 1.375rem;
    text-align: center
}

.header::after {
    content: "";
    display: block;
    position: relative;
    width: 3.125rem;
    height: 3px;
    margin: .9375rem auto 0;
    background-color: #DADDDE
}

.main-nav__panel__inner .header:after{
    background-color: initial;    
}

.header.text-left::after{
  margin:0.9375rem 0;
}

.header--primary {
    color: #406C85
}

.header--small {
    margin-bottom: 3.125rem;
    font-size: 1rem;
   /* text-transform: uppercase*/
}

.header--left {
    text-align: left
}

.header--left::after {
    margin-right: 0;
    margin-left: 0
}

.header--page {
    font-size: 1.875rem
}

.header--page-margin {
    margin-bottom: 4.8125rem
}

.header--uppercase {
  text-transform: uppercase;
}

.subheader {
    margin-bottom: 5.5rem;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 400
}

.subheader--bold {
    font-weight: 700
}

.subheader--nomargin {
    margin-bottom: 0
}

.landing.page-header.bluebar{
  	height:4rem;
	padding: 0.625rem 0;
    background-color: #406C85;
    color: #FFFFFF;
    font-size: 0.875rem;
    text-align: center;
}

.landing .sectionOne {
    margin-top: 3rem;
}
.landing .page-banner__header,
.landing .page-banner__desc{
    text-shadow: 5px 5px 6px black;
}
.margin__bottom_0 {
    margin-bottom: 0px!important;
}
.margin-top10{
    margin-top:10px!important;
}
.margin-top20{
  margin-top:20px!important;
}
.margin-top40{
  margin-top:40px!important;
}

.complex-form .form-field{
    width:50%;
}

/*
#pardot-form input {
    margin:5px;
}
#pardot-form select {
    height: 2.25rem;
}
*/

/*workaround not standard width as need to get it working in iframe*/
@media only screen and (max-width: 18.2em) {
    .complex-form .form-field{
    width:100%;
    }   
}

@media only screen and (min-width: 64.0625em){
  
  .landing.page-banner {
      height: 51.1875rem;    
  }
  section.landing.page-banner:after{
    width:100%;
    background-color: rgba(0,0,0,0.15);
  }
  .landing.page-banner .page-banner__detail{
    padding-bottom:8.5625rem;
     /* font-size: 6rem;*/
  }
  .landing .page-banner__header{
    font-size: 4rem;
    margin:0px;
    line-height: 1.1;
    
  }
  .landing .page-banner__desc{
    font-size: 2rem;
    font-weight:600;    
  }
  .landing .header.header__noline:after{
    height:0px;
  }
  .pardot-form .position{
    position: absolute;
    right: 80px;
    top: 90px;
    background: #F0F3F4;
    z-index: 5;
    padding: 25px;
  }

  
}
.body-txt {
    font-size: 1.125rem;
    line-height: 1.8
}

.body-txt p {
    margin-bottom: 2.1875rem
}

.body-txt a {
    font-weight: 700
}

.body-txt img {
    margin-bottom: 1.625rem
}

.body-txt img.sidebarimage {
    margin-bottom: 7.625rem
} 

/*
.body-txt h1::after,
.body-txt h2::after,
.body-txt h3::after,
.body-txt h4::after,
.body-txt h5::after,
.body-txt h6::after {
    content: "";
    display: block;
    position: relative;
    width: 3.125rem;
    height: 3px;
    margin-top: .9375rem;
    background-color: #DADDDE
}
*/

@media only screen and (min-width: 64.0625em) {
    .body-txt--spacing-l {
        padding-right: 3.75rem
    }
}

.hidden {
    display: none !important
}

.visuallyhidden,
.map__search label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.map__search label.focusable:active,
.visuallyhidden.focusable:focus,
.map__search label.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media only screen and (min-width: 22.5em) {
    .align-left {
        float: left;
        margin-right: 2rem;
        margin-bottom: .625rem
    }
}

@media only screen and (min-width: 22.5em) {
    .align-right {
        float: right;
        margin-left: 2rem;
        margin-bottom: .625rem
    }
}

.smallText {
    font-size: inherit
}

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xlarge,
    td.show-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.hide-for-xlarge-down,
    td.hide-for-xlarge-down,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up,
    th.show-for-xxlarge,
    td.show-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table !important
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table !important
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table !important
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touchevents .show-for-touch {
    display: inherit !important
}

.touchevents .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table !important
}

.touchevents table.show-for-touch {
    display: table !important
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touchevents thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touchevents tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touchevents tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touchevents td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touchevents th.show-for-touch {
    display: table-cell !important
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus:focus,
.show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.print-only,
.show-for-print {
    display: none !important
}

@media print {
    .print-only,
    .show-for-print {
        display: block !important
    }
    .hide-on-print,
    .hide-for-print {
        display: none !important
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
}

.demo-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: .9375rem;
    padding: .9375rem;
    background: #f2f2f2;
    color: #333333
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40.0525em) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64.0525em) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90.0525em) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120.0525em) {
    .xlarge-only-text-left {
        text-align: left !important
    }
    .xlarge-only-text-right {
        text-align: right !important
    }
    .xlarge-only-text-center {
        text-align: center !important
    }
    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important
    }
    .xlarge-text-right {
        text-align: right !important
    }
    .xlarge-text-center {
        text-align: center !important
    }
    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }
    .xxlarge-only-text-right {
        text-align: right !important
    }
    .xxlarge-only-text-center {
        text-align: center !important
    }
    .xxlarge-only-text-justify {
        text-align: justify !important
    }
    .xxlarge-text-left {
        text-align: left !important
    }
    .xxlarge-text-right {
        text-align: right !important
    }
    .xxlarge-text-center {
        text-align: center !important
    }
    .xxlarge-text-justify {
        text-align: justify !important
    }
}

.row {
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.expand {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    margin: 0 -.9375rem;
    max-width: none;
    width: auto
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0 !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0 !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0 !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

.row.demo-row {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.row.demo-row .columns:nth-child(2),
.row.demo-row .columns.small-centered,
.row.demo-row .columns.large-centered {
    background: #e1e1e1
}

.row.demo-row-end {
    background: #fff;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.row.demo-row-end .columns {
    background: #e1e1e1;
    border-left: 1px solid #c6c6c6
}

.btn,
.sys_cms-form-control .sys_form-submit {
    display: inline-block;
    padding: .875rem 1.3125rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer
}

.btn.disabled,
.sys_cms-form-control .sys_form-submit.disabled{
    cursor: not-allowed;
    background-color:#bbb !important;
}

.btn .icon,
.sys_cms-form-control .sys_form-submit .icon {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: .875rem
}

.btn--outline {
    border: 3px solid #FFF;
    color: #FFF;    
}

.btn--outline:hover,
.btn--outline:focus {
    border-width: 3px;
    border-color: #FFF;
    background-color: #FFF;
    color: #003B5C;
}

.btn--outline icon:hover,
.btn--outline icon:focus {
    color: #003B5C;
}

.btn--outline.btn--white {
    border-color: #fff;
    color: #fff;
    background:none;
}

.btn--outline.btn--white:hover,
.btn--outline.btn--white:focus {
    background-color: #fff;
    color: #525556
}

.btn--outline.btn--primary {
    border-color: #406C85;
    color: #406C85
}

.btn--outline.btn--primary:hover,
.btn--outline.btn--primary:focus {
    background-color: #406C85;
    color: #fff
}

.btn--outline.btn--primary.btn--solidbg{
    background: #ffffff;   
}
.btn--outline.btn--primary.btn--solidbg:hover,
.btn--outline.btn--primary.btn--solidbg:focus{
    background-color: #406C85;
    color: #fff  
}

.btn--outline.btn--secondary {
    border-color: #009639;
    color: #009639
}

.btn--outline.btn--secondary:hover,
.btn--outline.btn--secondary:focus {
    background-color: #009E58;
    color: #fff
}

.btn--fill,
.sys_cms-form-control .sys_form-submit {
    color: #fff;
    /*background-color: #009E58*/
    background-color: #009639;
}

.btn--fill:hover,
.sys_cms-form-control .sys_form-submit:hover,
.btn--fill:focus,
.sys_cms-form-control .sys_form-submit:focus {
    border-bottom: 0;
    background-color: #009E58
}

.btn--fill.btn--primary,
.sys_cms-form-control .btn--primary.sys_form-submit {
    background-color: #406C85
}

.btn--fill.btn--primary:hover,
.sys_cms-form-control .btn--primary.sys_form-submit:hover,
.btn--fill.btn--primary:focus,
.sys_cms-form-control .btn--primary.sys_form-submit:focus {
    background-color: #003B5C;
    }

.btn[disabled],
.sys_cms-form-control [disabled].sys_form-submit {
    color: #fff !important;
    background-color: #bbb !important;
    cursor: default !important
}

.btn--outline[disabled] {
    border-color: #bbb !important
}

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

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor
}

.icon-carousel-chevron-left {
    font-size: 2.75rem
}

.icon-carousel-chevron-right {
    font-size: 2.75rem
}

.icon-carousel-small-chevron-left {
    font-size: 2rem
}

.icon-carousel-small-chevron-right {
    font-size: 2rem
}

.icon-carousel-chevron-up {
    font-size: 2rem
}

.icon-carousel-chevron-down {
    font-size: 2rem
}

.icon-chevron-down {
    font-size: 1.75rem
}

.icon-forklift {
    font-size: 4rem
}

.icon-search {
    font-size: 1.25rem
}

.icon-account {
    font-size: 1.25rem
}

.icon-menu {
    font-size: 1.25rem
}

.icon-shopping-cart {
    font-size: 1.6875rem
}

.icon-facebook {
    font-size: 2.875rem
}

.icon-google {
    font-size: 2.875rem
}

.icon-linkedin {
    font-size: 2.875rem
}

.icon-twitter {
    font-size: 2.875rem
}

.icon-youtube {
    font-size: 2.875rem
}

.icon-pinterest {
    font-size: 2.875rem
}

.icon-milk-bottle {
    font-size: 3rem
}

.icon-quote-start {
    font-size: 4.75rem
}

.icon-quote-end {
    font-size: 4.75rem
}

.icon-share {
    font-size: 1.6875rem
}

.icon-cross {
    font-size: 1.125rem
}

.icon-play {
    font-size: 3.375rem
}

.icon-globe {
    font-size: 2rem
}

.icon-domino-wave {
    font-size: 59.75rem
}

.icon-phone {
    font-size: 2rem
}

.icon-mail {
    font-size: 1.875rem
}

.icon-download {
    font-size: 4rem
}

.icon-product {
    font-size: 7rem
}

.icon-tick {
    font-size: 1.4375rem
}

.no-svg .icon {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center
}

.no-svg .icon-carousel-chevron-left {
    width: 2.75rem;
    height: 2.75rem;
    background-image: url("../images/icons/png/icon-carousel-chevron-left-grey.png")
}

.no-svg .icon-carousel-chevron-right {
    width: 2.75rem;
    height: 2.75rem;
    background-image: url("../images/icons/png/icon-carousel-chevron-right-grey.png")
}

.no-svg .icon-carousel-small-chevron-left {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icons/png/icon-carousel-small-chevron-left.png")
}

.no-svg .icon-carousel-small-chevron-right {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icons/png/icon-carousel-small-chevron-right.png")
}

.no-svg .icon-carousel-chevron-up {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icons/png/icon-carousel-chevron-up.png")
}

.no-svg .icon-carousel-chevron-down {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icons/png/icon-carousel-chevron-down.png")
}

.no-svg .icon-chevron-down {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url("../images/icons/png/icon-chevron-down-white.png")
}

.no-svg .icon-forklift {
    width: 4rem;
    height: 4rem;
    background-image: url("../images/icons/png/icon-forklift.png")
}

.no-svg .icon-search {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/icons/png/icon-search-white.png")
}

.no-svg .icon-account {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/icons/png/icon-account-white.png")
}

.no-svg .icon-menu {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/icons/png/icon-menu-white.png")
}

.no-svg .icon-shopping-cart {
    width: 1.6875rem;
    height: 1.6875rem;
    background-image: url("../images/icons/png/icon-shopping-cart-grey.png")
}

.no-svg .icon-facebook {
    width: 2.875rem;
    height: 2.875rem;
    background-image: url("../images/icons/png/icon-facebook-grey.png")
}

.no-svg .icon-google {
    width: 2.875rem;
    height: 2.875rem;
    background-image: url("../images/icons/png/icon-google-grey.png")
}

.no-svg .icon-linkedin {
    width: 2.875rem;
    height: 2.875rem;
    background-image: url("../images/icons/png/icon-linkedin-grey.png")
}

.no-svg .icon-twitter {
    width: 2.875rem;
    height: 2.875rem;
    background-image: url("../images/icons/png/icon-twitter-grey.png")
}

.no-svg .icon-youtube {
    width: 2.875rem;
    height: 2.875rem;
    background-image: url("../images/icons/png/icon-youtube-grey.png")
}

.no-svg .icon-pinterest {
    width: 2.875rem;
    height: 2.875rem;
    background-image: url("../images/icons/png/icon-pinterest-grey.png")
}

.no-svg .icon-milk-bottle {
    width: 3rem;
    height: 3rem;
    background-image: url("../images/icons/png/icon-milk-bottle.png")
}

.no-svg .icon-quote-start {
    width: 4.75rem;
    height: 4.75rem;
    background-image: url("../images/icons/png/icon-quote-start.png")
}

.no-svg .icon-quote-end {
    width: 4.75rem;
    height: 4.75rem;
    background-image: url("../images/icons/png/icon-quote-end.png")
}

.no-svg .icon-share {
    width: 1.6875rem;
    height: 1.6875rem;
    background-image: url("../images/icons/png/icon-share.png")
}

.no-svg .icon-cross {
    width: 1.125rem;
    height: 1.125rem;
    background-image: url("../images/icons/png/icon-cross.png")
}

.no-svg .icon-play {
    width: 3.375rem;
    height: 3.375rem;
    background-image: url("../images/icons/png/icon-play-white.png")
}

.no-svg .icon-globe {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icons/png/icon-globe.png")
}

.no-svg .icon-domino-wave {
    width: 59.75rem;
    height: 59.75rem;
    background-image: url("../images/icons/png/icon-domino-wave-gray.png")
}

.no-svg .icon-phone {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icons/png/icon-phone.png")
}

.no-svg .icon-mail {
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("../images/icons/png/icon-mail.png")
}

.no-svg .icon-download {
    width: 4rem;
    height: 4rem;
    background-image: url("../images/icons/png/icon-download.png")
}

.no-svg .icon-product {
    width: 7rem;
    height: 7rem;
    background-image: url("../images/icons/png/icon-product.png")
}

.no-svg .icon-tick {
    width: 1.4375rem;
    height: 1.4375rem;
    background-image: url("../images/icons/png/icon-tick.png")
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url("../fonts/glyphicons-regular-eot.eot");
    src: url("../fonts/glyphicons-regular-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular-woff2.woff2") format("woff2"), url("../fonts/glyphicons-regular-woff.woff") format("woff"), url("../fonts/glyphicons-regular-ttf.ttf") format("truetype"), url("../fonts/glyphicons-regular-svg.svg#glyphiconsregular") format("svg")
}

.glyphicons {
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicons:before {
    display: inline-block;
    padding: 6px 8px
}

.glyphicons.x05 {
    font-size: 12px
}

.glyphicons.x2 {
    font-size: 48px
}

.glyphicons.x2:before {
    padding: 8px 12px
}

.glyphicons.x3 {
    font-size: 72px
}

.glyphicons.x3:before {
    padding: 16px 20px
}

.glyphicons.x4 {
    font-size: 96px
}

.glyphicons.x4:before {
    padding: 20px 28px
}

.glyphicons.x5 {
    font-size: 120px
}

.glyphicons.x5:before {
    padding: 28px 36px
}

.glyphicons.light:before {
    color: #f2f2f2
}

.glyphicons.drop:before {
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
}

.glyphicons.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"
}

.glyphicons.flipv {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: "FlipV"
}

.glyphicons.rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.glyphicons.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.glyphicons.rotate270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.glyphicons-glass:before {
    content: "\E001"
}

.glyphicons-leaf:before {
    content: "\E002"
}

.glyphicons-dog:before {
    content: "\E003"
}

.glyphicons-user:before {
    content: "\E004"
}

.glyphicons-girl:before {
    content: "\E005"
}

.glyphicons-car:before {
    content: "\E006"
}

.glyphicons-user-add:before {
    content: "\E007"
}

.glyphicons-user-remove:before {
    content: "\E008"
}

.glyphicons-film:before {
    content: "\E009"
}

.glyphicons-magic:before {
    content: "\E010"
}

.glyphicons-envelope:before {
    content: "\E011"
}

.glyphicons-camera:before {
    content: "\E012"
}

.glyphicons-heart:before {
    content: "\E013"
}

.glyphicons-beach-umbrella:before {
    content: "\E014"
}

.glyphicons-train:before {
    content: "\E015"
}

.glyphicons-print:before {
    content: "\E016"
}

.glyphicons-bin:before {
    content: "\E017"
}

.glyphicons-music:before {
    content: "\E018"
}

.glyphicons-music-alt:before {
    content: "\E019"
}

.glyphicons-heart-empty:before {
    content: "\E020"
}

.glyphicons-home:before {
    content: "\E021"
}

.glyphicons-snowflake:before {
    content: "\E022"
}

.glyphicons-fire:before {
    content: "\E023"
}

.glyphicons-magnet:before {
    content: "\E024"
}

.glyphicons-parents:before {
    content: "\E025"
}

.glyphicons-binoculars:before {
    content: "\E026"
}

.glyphicons-road:before {
    content: "\E027"
}

.glyphicons-search:before {
    content: "\E028"
}

.glyphicons-cars:before {
    content: "\E029"
}

.glyphicons-notes-2:before {
    content: "\E030"
}

.glyphicons-pencil:before {
    content: "\E031"
}

.glyphicons-bus:before {
    content: "\E032"
}

.glyphicons-wifi-alt:before {
    content: "\E033"
}

.glyphicons-luggage:before {
    content: "\E034"
}

.glyphicons-old-man:before {
    content: "\E035"
}

.glyphicons-woman:before {
    content: "\E036"
}

.glyphicons-file:before {
    content: "\E037"
}

.glyphicons-coins:before {
    content: "\E038"
}

.glyphicons-plane:before {
    content: "\E039"
}

.glyphicons-notes:before {
    content: "\E040"
}

.glyphicons-stats:before {
    content: "\E041"
}

.glyphicons-charts:before {
    content: "\E042"
}

.glyphicons-pie-chart:before {
    content: "\E043"
}

.glyphicons-group:before {
    content: "\E044"
}

.glyphicons-keys:before {
    content: "\E045"
}

.glyphicons-calendar:before {
    content: "\E046"
}

.glyphicons-router:before {
    content: "\E047"
}

.glyphicons-camera-small:before {
    content: "\E048"
}

.glyphicons-star-empty:before {
    content: "\E049"
}

.glyphicons-star:before {
    content: "\E050"
}

.glyphicons-link:before {
    content: "\E051"
}

.glyphicons-eye-open:before {
    content: "\E052"
}

.glyphicons-eye-close:before {
    content: "\E053"
}

.glyphicons-alarm:before {
    content: "\E054"
}

.glyphicons-clock:before {
    content: "\E055"
}

.glyphicons-stopwatch:before {
    content: "\E056"
}

.glyphicons-projector:before {
    content: "\E057"
}

.glyphicons-history:before {
    content: "\E058"
}

.glyphicons-truck:before {
    content: "\E059"
}

.glyphicons-cargo:before {
    content: "\E060"
}

.glyphicons-compass:before {
    content: "\E061"
}

.glyphicons-keynote:before {
    content: "\E062"
}

.glyphicons-paperclip:before {
    content: "\E063"
}

.glyphicons-power:before {
    content: "\E064"
}

.glyphicons-lightbulb:before {
    content: "\E065"
}

.glyphicons-tag:before {
    content: "\E066"
}

.glyphicons-tags:before {
    content: "\E067"
}

.glyphicons-cleaning:before {
    content: "\E068"
}

.glyphicons-ruler:before {
    content: "\E069"
}

.glyphicons-gift:before {
    content: "\E070"
}

.glyphicons-umbrella:before {
    content: "\E071"
}

.glyphicons-book:before {
    content: "\E072"
}

.glyphicons-bookmark:before {
    content: "\E073"
}

.glyphicons-wifi:before {
    content: "\E074"
}

.glyphicons-cup:before {
    content: "\E075"
}

.glyphicons-stroller:before {
    content: "\E076"
}

.glyphicons-headphones:before {
    content: "\E077"
}

.glyphicons-headset:before {
    content: "\E078"
}

.glyphicons-warning-sign:before {
    content: "\E079"
}

.glyphicons-signal:before {
    content: "\E080"
}

.glyphicons-retweet:before {
    content: "\E081"
}

.glyphicons-refresh:before {
    content: "\E082"
}

.glyphicons-roundabout:before {
    content: "\E083"
}

.glyphicons-random:before {
    content: "\E084"
}

.glyphicons-heat:before {
    content: "\E085"
}

.glyphicons-repeat:before {
    content: "\E086"
}

.glyphicons-display:before {
    content: "\E087"
}

.glyphicons-log-book:before {
    content: "\E088"
}

.glyphicons-address-book:before {
    content: "\E089"
}

.glyphicons-building:before {
    content: "\E090"
}

.glyphicons-eyedropper:before {
    content: "\E091"
}

.glyphicons-adjust:before {
    content: "\E092"
}

.glyphicons-tint:before {
    content: "\E093"
}

.glyphicons-crop:before {
    content: "\E094"
}

.glyphicons-vector-path-square:before {
    content: "\E095"
}

.glyphicons-vector-path-circle:before {
    content: "\E096"
}

.glyphicons-vector-path-polygon:before {
    content: "\E097"
}

.glyphicons-vector-path-line:before {
    content: "\E098"
}

.glyphicons-vector-path-curve:before {
    content: "\E099"
}

.glyphicons-vector-path-all:before {
    content: "\E100"
}

.glyphicons-font:before {
    content: "\E101"
}

.glyphicons-italic:before {
    content: "\E102"
}

.glyphicons-bold:before {
    content: "\E103"
}

.glyphicons-text-underline:before {
    content: "\E104"
}

.glyphicons-text-strike:before {
    content: "\E105"
}

.glyphicons-text-height:before {
    content: "\E106"
}

.glyphicons-text-width:before {
    content: "\E107"
}

.glyphicons-text-resize:before {
    content: "\E108"
}

.glyphicons-left-indent:before {
    content: "\E109"
}

.glyphicons-right-indent:before {
    content: "\E110"
}

.glyphicons-align-left:before {
    content: "\E111"
}

.glyphicons-align-center:before {
    content: "\E112"
}

.glyphicons-align-right:before {
    content: "\E113"
}

.glyphicons-justify:before {
    content: "\E114"
}

.glyphicons-list:before {
    content: "\E115"
}

.glyphicons-text-smaller:before {
    content: "\E116"
}

.glyphicons-text-bigger:before {
    content: "\E117"
}

.glyphicons-embed:before {
    content: "\E118"
}

.glyphicons-embed-close:before {
    content: "\E119"
}

.glyphicons-table:before {
    content: "\E120"
}

.glyphicons-message-full:before {
    content: "\E121"
}

.glyphicons-message-empty:before {
    content: "\E122"
}

.glyphicons-message-in:before {
    content: "\E123"
}

.glyphicons-message-out:before {
    content: "\E124"
}

.glyphicons-message-plus:before {
    content: "\E125"
}

.glyphicons-message-minus:before {
    content: "\E126"
}

.glyphicons-message-ban:before {
    content: "\E127"
}

.glyphicons-message-flag:before {
    content: "\E128"
}

.glyphicons-message-lock:before {
    content: "\E129"
}

.glyphicons-message-new:before {
    content: "\E130"
}

.glyphicons-inbox:before {
    content: "\E131"
}

.glyphicons-inbox-plus:before {
    content: "\E132"
}

.glyphicons-inbox-minus:before {
    content: "\E133"
}

.glyphicons-inbox-lock:before {
    content: "\E134"
}

.glyphicons-inbox-in:before {
    content: "\E135"
}

.glyphicons-inbox-out:before {
    content: "\E136"
}

.glyphicons-cogwheel:before {
    content: "\E137"
}

.glyphicons-cogwheels:before {
    content: "\E138"
}

.glyphicons-picture:before {
    content: "\E139"
}

.glyphicons-adjust-alt:before {
    content: "\E140"
}

.glyphicons-database-lock:before {
    content: "\E141"
}

.glyphicons-database-plus:before {
    content: "\E142"
}

.glyphicons-database-minus:before {
    content: "\E143"
}

.glyphicons-database-ban:before {
    content: "\E144"
}

.glyphicons-folder-open:before {
    content: "\E145"
}

.glyphicons-folder-plus:before {
    content: "\E146"
}

.glyphicons-folder-minus:before {
    content: "\E147"
}

.glyphicons-folder-lock:before {
    content: "\E148"
}

.glyphicons-folder-flag:before {
    content: "\E149"
}

.glyphicons-folder-new:before {
    content: "\E150"
}

.glyphicons-edit:before {
    content: "\E151"
}

.glyphicons-new-window:before {
    content: "\E152"
}

.glyphicons-check:before {
    content: "\E153"
}

.glyphicons-unchecked:before {
    content: "\E154"
}

.glyphicons-more-windows:before {
    content: "\E155"
}

.glyphicons-show-big-thumbnails:before {
    content: "\E156"
}

.glyphicons-show-thumbnails:before {
    content: "\E157"
}

.glyphicons-show-thumbnails-with-lines:before {
    content: "\E158"
}

.glyphicons-show-lines:before {
    content: "\E159"
}

.glyphicons-playlist:before {
    content: "\E160"
}

.glyphicons-imac:before {
    content: "\E161"
}

.glyphicons-macbook:before {
    content: "\E162"
}

.glyphicons-ipad:before {
    content: "\E163"
}

.glyphicons-iphone:before {
    content: "\E164"
}

.glyphicons-iphone-transfer:before {
    content: "\E165"
}

.glyphicons-iphone-exchange:before {
    content: "\E166"
}

.glyphicons-ipod:before {
    content: "\E167"
}

.glyphicons-ipod-shuffle:before {
    content: "\E168"
}

.glyphicons-ear-plugs:before {
    content: "\E169"
}

.glyphicons-record:before {
    content: "\E170"
}

.glyphicons-step-backward:before {
    content: "\E171"
}

.glyphicons-fast-backward:before {
    content: "\E172"
}

.glyphicons-rewind:before {
    content: "\E173"
}

.glyphicons-play:before {
    content: "\E174"
}

.glyphicons-pause:before {
    content: "\E175"
}

.glyphicons-stop:before {
    content: "\E176"
}

.glyphicons-forward:before {
    content: "\E177"
}

.glyphicons-fast-forward:before {
    content: "\E178"
}

.glyphicons-step-forward:before {
    content: "\E179"
}

.glyphicons-eject:before {
    content: "\E180"
}

.glyphicons-facetime-video:before {
    content: "\E181"
}

.glyphicons-download-alt:before {
    content: "\E182"
}

.glyphicons-mute:before {
    content: "\E183"
}

.glyphicons-volume-down:before {
    content: "\E184"
}

.glyphicons-volume-up:before {
    content: "\E185"
}

.glyphicons-screenshot:before {
    content: "\E186"
}

.glyphicons-move:before {
    content: "\E187"
}

.glyphicons-more:before {
    content: "\E188"
}

.glyphicons-brightness-reduce:before {
    content: "\E189"
}

.glyphicons-brightness-increase:before {
    content: "\E190"
}

.glyphicons-plus-sign:before {
    content: "\E191"
}

.glyphicons-minus-sign:before {
    content: "\E192"
}

.glyphicons-remove-sign:before {
    content: "\E193"
}

.glyphicons-ok-sign:before {
    content: "\E194"
}

.glyphicons-question-sign:before {
    content: "\E195"
}

.glyphicons-info-sign:before {
    content: "\E196"
}

.glyphicons-exclamation-sign:before {
    content: "\E197"
}

.glyphicons-remove-circle:before {
    content: "\E198"
}

.glyphicons-ok-circle:before {
    content: "\E199"
}

.glyphicons-ban-circle:before {
    content: "\E200"
}

.glyphicons-download:before {
    content: "\E201"
}

.glyphicons-upload:before {
    content: "\E202"
}

.glyphicons-shopping-cart:before {
    content: "\E203"
}

.glyphicons-lock:before {
    content: "\E204"
}

.glyphicons-unlock:before {
    content: "\E205"
}

.glyphicons-electricity:before {
    content: "\E206"
}

.glyphicons-ok:before {
    content: "\E207"
}

.glyphicons-remove:before {
    content: "\E208"
}

.glyphicons-cart-in:before {
    content: "\E209"
}

.glyphicons-cart-out:before {
    content: "\E210"
}

.glyphicons-arrow-left:before {
    content: "\E211"
}

.glyphicons-arrow-right:before {
    content: "\E212"
}

.glyphicons-arrow-down:before {
    content: "\E213"
}

.glyphicons-arrow-up:before {
    content: "\E214"
}

.glyphicons-resize-small:before {
    content: "\E215"
}

.glyphicons-resize-full:before {
    content: "\E216"
}

.glyphicons-circle-arrow-left:before {
    content: "\E217"
}

.glyphicons-circle-arrow-right:before {
    content: "\E218"
}

.glyphicons-circle-arrow-top:before {
    content: "\E219"
}

.glyphicons-circle-arrow-down:before {
    content: "\E220"
}

.glyphicons-play-button:before {
    content: "\E221"
}

.glyphicons-unshare:before {
    content: "\E222"
}

.glyphicons-share:before {
    content: "\E223"
}

.glyphicons-chevron-right:before {
    content: "\E224"
}

.glyphicons-chevron-left:before {
    content: "\E225"
}

.glyphicons-bluetooth:before {
    content: "\E226"
}

.glyphicons-euro:before {
    content: "\E227"
}

.glyphicons-usd:before {
    content: "\E228"
}

.glyphicons-gbp:before {
    content: "\E229"
}

.glyphicons-retweet-2:before {
    content: "\E230"
}

.glyphicons-moon:before {
    content: "\E231"
}

.glyphicons-sun:before {
    content: "\E232"
}

.glyphicons-cloud:before {
    content: "\E233"
}

.glyphicons-direction:before {
    content: "\E234"
}

.glyphicons-brush:before {
    content: "\E235"
}

.glyphicons-pen:before {
    content: "\E236"
}

.glyphicons-zoom-in:before {
    content: "\E237"
}

.glyphicons-zoom-out:before {
    content: "\E238"
}

.glyphicons-pin:before {
    content: "\E239"
}

.glyphicons-albums:before {
    content: "\E240"
}

.glyphicons-rotation-lock:before {
    content: "\E241"
}

.glyphicons-flash:before {
    content: "\E242"
}

.glyphicons-map-marker:before {
    content: "\E243"
}

.glyphicons-anchor:before {
    content: "\E244"
}

.glyphicons-conversation:before {
    content: "\E245"
}

.glyphicons-chat:before {
    content: "\E246"
}

.glyphicons-note-empty:before {
    content: "\E247"
}

.glyphicons-note:before {
    content: "\E248"
}

.glyphicons-asterisk:before {
    content: "\E249"
}

.glyphicons-divide:before {
    content: "\E250"
}

.glyphicons-snorkel-diving:before {
    content: "\E251"
}

.glyphicons-scuba-diving:before {
    content: "\E252"
}

.glyphicons-oxygen-bottle:before {
    content: "\E253"
}

.glyphicons-fins:before {
    content: "\E254"
}

.glyphicons-fishes:before {
    content: "\E255"
}

.glyphicons-boat:before {
    content: "\E256"
}

.glyphicons-delete:before {
    content: "\E257"
}

.glyphicons-sheriffs-star:before {
    content: "\E258"
}

.glyphicons-qrcode:before {
    content: "\E259"
}

.glyphicons-barcode:before {
    content: "\E260"
}

.glyphicons-pool:before {
    content: "\E261"
}

.glyphicons-buoy:before {
    content: "\E262"
}

.glyphicons-spade:before {
    content: "\E263"
}

.glyphicons-bank:before {
    content: "\E264"
}

.glyphicons-vcard:before {
    content: "\E265"
}

.glyphicons-electrical-plug:before {
    content: "\E266"
}

.glyphicons-flag:before {
    content: "\E267"
}

.glyphicons-credit-card:before {
    content: "\E268"
}

.glyphicons-keyboard-wireless:before {
    content: "\E269"
}

.glyphicons-keyboard-wired:before {
    content: "\E270"
}

.glyphicons-shield:before {
    content: "\E271"
}

.glyphicons-ring:before {
    content: "\E272"
}

.glyphicons-cake:before {
    content: "\E273"
}

.glyphicons-drink:before {
    content: "\E274"
}

.glyphicons-beer:before {
    content: "\E275"
}

.glyphicons-fast-food:before {
    content: "\E276"
}

.glyphicons-cutlery:before {
    content: "\E277"
}

.glyphicons-pizza:before {
    content: "\E278"
}

.glyphicons-birthday-cake:before {
    content: "\E279"
}

.glyphicons-tablet:before {
    content: "\E280"
}

.glyphicons-settings:before {
    content: "\E281"
}

.glyphicons-bullets:before {
    content: "\E282"
}

.glyphicons-cardio:before {
    content: "\E283"
}

.glyphicons-t-shirt:before {
    content: "\E284"
}

.glyphicons-pants:before {
    content: "\E285"
}

.glyphicons-sweater:before {
    content: "\E286"
}

.glyphicons-fabric:before {
    content: "\E287"
}

.glyphicons-leather:before {
    content: "\E288"
}

.glyphicons-scissors:before {
    content: "\E289"
}

.glyphicons-bomb:before {
    content: "\E290"
}

.glyphicons-skull:before {
    content: "\E291"
}

.glyphicons-celebration:before {
    content: "\E292"
}

.glyphicons-tea-kettle:before {
    content: "\E293"
}

.glyphicons-french-press:before {
    content: "\E294"
}

.glyphicons-coffee-cup:before {
    content: "\E295"
}

.glyphicons-pot:before {
    content: "\E296"
}

.glyphicons-grater:before {
    content: "\E297"
}

.glyphicons-kettle:before {
    content: "\E298"
}

.glyphicons-hospital:before {
    content: "\E299"
}

.glyphicons-hospital-h:before {
    content: "\E300"
}

.glyphicons-microphone:before {
    content: "\E301"
}

.glyphicons-webcam:before {
    content: "\E302"
}

.glyphicons-temple-christianity-church:before {
    content: "\E303"
}

.glyphicons-temple-islam:before {
    content: "\E304"
}

.glyphicons-temple-hindu:before {
    content: "\E305"
}

.glyphicons-temple-buddhist:before {
    content: "\E306"
}

.glyphicons-bicycle:before {
    content: "\E307"
}

.glyphicons-life-preserver:before {
    content: "\E308"
}

.glyphicons-share-alt:before {
    content: "\E309"
}

.glyphicons-comments:before {
    content: "\E310"
}

.glyphicons-flower:before {
    content: "\E311"
}

.glyphicons-baseball:before {
    content: "\E312"
}

.glyphicons-rugby:before {
    content: "\E313"
}

.glyphicons-ax:before {
    content: "\E314"
}

.glyphicons-table-tennis:before {
    content: "\E315"
}

.glyphicons-bowling:before {
    content: "\E316"
}

.glyphicons-tree-conifer:before {
    content: "\E317"
}

.glyphicons-tree-deciduous:before {
    content: "\E318"
}

.glyphicons-more-items:before {
    content: "\E319"
}

.glyphicons-sort:before {
    content: "\E320"
}

.glyphicons-filter:before {
    content: "\E321"
}

.glyphicons-gamepad:before {
    content: "\E322"
}

.glyphicons-playing-dices:before {
    content: "\E323"
}

.glyphicons-calculator:before {
    content: "\E324"
}

.glyphicons-tie:before {
    content: "\E325"
}

.glyphicons-wallet:before {
    content: "\E326"
}

.glyphicons-piano:before {
    content: "\E327"
}

.glyphicons-sampler:before {
    content: "\E328"
}

.glyphicons-podium:before {
    content: "\E329"
}

.glyphicons-soccer-ball:before {
    content: "\E330"
}

.glyphicons-blog:before {
    content: "\E331"
}

.glyphicons-dashboard:before {
    content: "\E332"
}

.glyphicons-certificate:before {
    content: "\E333"
}

.glyphicons-bell:before {
    content: "\E334"
}

.glyphicons-candle:before {
    content: "\E335"
}

.glyphicons-pushpin:before {
    content: "\E336"
}

.glyphicons-iphone-shake:before {
    content: "\E337"
}

.glyphicons-pin-flag:before {
    content: "\E338"
}

.glyphicons-turtle:before {
    content: "\E339"
}

.glyphicons-rabbit:before {
    content: "\E340"
}

.glyphicons-globe:before {
    content: "\E341"
}

.glyphicons-briefcase:before {
    content: "\E342"
}

.glyphicons-hdd:before {
    content: "\E343"
}

.glyphicons-thumbs-up:before {
    content: "\E344"
}

.glyphicons-thumbs-down:before {
    content: "\E345"
}

.glyphicons-hand-right:before {
    content: "\E346"
}

.glyphicons-hand-left:before {
    content: "\E347"
}

.glyphicons-hand-up:before {
    content: "\E348"
}

.glyphicons-hand-down:before {
    content: "\E349"
}

.glyphicons-fullscreen:before {
    content: "\E350"
}

.glyphicons-shopping-bag:before {
    content: "\E351"
}

.glyphicons-book-open:before {
    content: "\E352"
}

.glyphicons-nameplate:before {
    content: "\E353"
}

.glyphicons-nameplate-alt:before {
    content: "\E354"
}

.glyphicons-vases:before {
    content: "\E355"
}

.glyphicons-bullhorn:before {
    content: "\E356"
}

.glyphicons-dumbbell:before {
    content: "\E357"
}

.glyphicons-suitcase:before {
    content: "\E358"
}

.glyphicons-file-import:before {
    content: "\E359"
}

.glyphicons-file-export:before {
    content: "\E360"
}

.glyphicons-bug:before {
    content: "\E361"
}

.glyphicons-crown:before {
    content: "\E362"
}

.glyphicons-smoking:before {
    content: "\E363"
}

.glyphicons-cloud-upload:before {
    content: "\E364"
}

.glyphicons-cloud-download:before {
    content: "\E365"
}

.glyphicons-restart:before {
    content: "\E366"
}

.glyphicons-security-camera:before {
    content: "\E367"
}

.glyphicons-expand:before {
    content: "\E368"
}

.glyphicons-collapse:before {
    content: "\E369"
}

.glyphicons-collapse-top:before {
    content: "\E370"
}

.glyphicons-globe-af:before {
    content: "\E371"
}

.glyphicons-global:before {
    content: "\E372"
}

.glyphicons-spray:before {
    content: "\E373"
}

.glyphicons-nails:before {
    content: "\E374"
}

.glyphicons-claw-hammer:before {
    content: "\E375"
}

.glyphicons-classic-hammer:before {
    content: "\E376"
}

.glyphicons-hand-saw:before {
    content: "\E377"
}

.glyphicons-riflescope:before {
    content: "\E378"
}

.glyphicons-electrical-socket-eu:before {
    content: "\E379"
}

.glyphicons-electrical-socket-us:before {
    content: "\E380"
}

.glyphicons-message-forward:before {
    content: "\E381"
}

.glyphicons-coat-hanger:before {
    content: "\E382"
}

.glyphicons-dress:before {
    content: "\E383"
}

.glyphicons-bathrobe:before {
    content: "\E384"
}

.glyphicons-shirt:before {
    content: "\E385"
}

.glyphicons-underwear:before {
    content: "\E386"
}

.glyphicons-log-in:before {
    content: "\E387"
}

.glyphicons-log-out:before {
    content: "\E388"
}

.glyphicons-exit:before {
    content: "\E389"
}

.glyphicons-new-window-alt:before {
    content: "\E390"
}

.glyphicons-video-sd:before {
    content: "\E391"
}

.glyphicons-video-hd:before {
    content: "\E392"
}

.glyphicons-subtitles:before {
    content: "\E393"
}

.glyphicons-sound-stereo:before {
    content: "\E394"
}

.glyphicons-sound-dolby:before {
    content: "\E395"
}

.glyphicons-sound-5-1:before {
    content: "\E396"
}

.glyphicons-sound-6-1:before {
    content: "\E397"
}

.glyphicons-sound-7-1:before {
    content: "\E398"
}

.glyphicons-copyright-mark:before {
    content: "\E399"
}

.glyphicons-registration-mark:before {
    content: "\E400"
}

.glyphicons-radar:before {
    content: "\E401"
}

.glyphicons-skateboard:before {
    content: "\E402"
}

.glyphicons-golf-course:before {
    content: "\E403"
}

.glyphicons-sorting:before {
    content: "\E404"
}

.glyphicons-sort-by-alphabet:before {
    content: "\E405"
}

.glyphicons-sort-by-alphabet-alt:before {
    content: "\E406"
}

.glyphicons-sort-by-order:before {
    content: "\E407"
}

.glyphicons-sort-by-order-alt:before {
    content: "\E408"
}

.glyphicons-sort-by-attributes:before {
    content: "\E409"
}

.glyphicons-sort-by-attributes-alt:before {
    content: "\E410"
}

.glyphicons-compressed:before {
    content: "\E411"
}

.glyphicons-package:before {
    content: "\E412"
}

.glyphicons-cloud-plus:before {
    content: "\E413"
}

.glyphicons-cloud-minus:before {
    content: "\E414"
}

.glyphicons-disk-save:before {
    content: "\E415"
}

.glyphicons-disk-open:before {
    content: "\E416"
}

.glyphicons-disk-saved:before {
    content: "\E417"
}

.glyphicons-disk-remove:before {
    content: "\E418"
}

.glyphicons-disk-import:before {
    content: "\E419"
}

.glyphicons-disk-export:before {
    content: "\E420"
}

.glyphicons-tower:before {
    content: "\E421"
}

.glyphicons-send:before {
    content: "\E422"
}

.glyphicons-git-branch:before {
    content: "\E423"
}

.glyphicons-git-create:before {
    content: "\E424"
}

.glyphicons-git-private:before {
    content: "\E425"
}

.glyphicons-git-delete:before {
    content: "\E426"
}

.glyphicons-git-merge:before {
    content: "\E427"
}

.glyphicons-git-pull-request:before {
    content: "\E428"
}

.glyphicons-git-compare:before {
    content: "\E429"
}

.glyphicons-git-commit:before {
    content: "\E430"
}

.glyphicons-construction-cone:before {
    content: "\E431"
}

.glyphicons-shoe-steps:before {
    content: "\E432"
}

.glyphicons-plus:before {
    content: "\E433"
}

.glyphicons-minus:before {
    content: "\E434"
}

.glyphicons-redo:before {
    content: "\E435"
}

.glyphicons-undo:before {
    content: "\E436"
}

.glyphicons-golf:before {
    content: "\E437"
}

.glyphicons-hockey:before {
    content: "\E438"
}

.glyphicons-pipe:before {
    content: "\E439"
}

.glyphicons-wrench:before {
    content: "\E440"
}

.glyphicons-folder-closed:before {
    content: "\E441"
}

.glyphicons-phone-alt:before {
    content: "\E442"
}

.glyphicons-earphone:before {
    content: "\E443"
}

.glyphicons-floppy-disk:before {
    content: "\E444"
}

.glyphicons-floppy-saved:before {
    content: "\E445"
}

.glyphicons-floppy-remove:before {
    content: "\E446"
}

.glyphicons-floppy-save:before {
    content: "\E447"
}

.glyphicons-floppy-open:before {
    content: "\E448"
}

.glyphicons-translate:before {
    content: "\E449"
}

.glyphicons-fax:before {
    content: "\E450"
}

.glyphicons-factory:before {
    content: "\E451"
}

.glyphicons-shop-window:before {
    content: "\E452"
}

.glyphicons-shop:before {
    content: "\E453"
}

.glyphicons-kiosk:before {
    content: "\E454"
}

.glyphicons-kiosk-wheels:before {
    content: "\E455"
}

.glyphicons-kiosk-light:before {
    content: "\E456"
}

.glyphicons-kiosk-food:before {
    content: "\E457"
}

.glyphicons-transfer:before {
    content: "\E458"
}

.glyphicons-money:before {
    content: "\E459"
}

.glyphicons-header:before {
    content: "\E460"
}

.glyphicons-blacksmith:before {
    content: "\E461"
}

.glyphicons-saw-blade:before {
    content: "\E462"
}

.glyphicons-basketball:before {
    content: "\E463"
}

.glyphicons-server:before {
    content: "\E464"
}

.glyphicons-server-plus:before {
    content: "\E465"
}

.glyphicons-server-minus:before {
    content: "\E466"
}

.glyphicons-server-ban:before {
    content: "\E467"
}

.glyphicons-server-flag:before {
    content: "\E468"
}

.glyphicons-server-lock:before {
    content: "\E469"
}

.glyphicons-server-new:before {
    content: "\E470"
}

.glyphicons-charging-station:before {
    content: "\E471"
}

.glyphicons-gas-station:before {
    content: "\E472"
}

.glyphicons-target:before {
    content: "\E473"
}

.glyphicons-bed:before {
    content: "\E474"
}

.glyphicons-mosquito:before {
    content: "\E475"
}

.glyphicons-dining-set:before {
    content: "\E476"
}

.glyphicons-plate-of-food:before {
    content: "\E477"
}

.glyphicons-hygiene-kit:before {
    content: "\E478"
}

.glyphicons-blackboard:before {
    content: "\E479"
}

.glyphicons-marriage:before {
    content: "\E480"
}

.glyphicons-bucket:before {
    content: "\E481"
}

.glyphicons-none-color-swatch:before {
    content: "\E482"
}

.glyphicons-bring-forward:before {
    content: "\E483"
}

.glyphicons-bring-to-front:before {
    content: "\E484"
}

.glyphicons-send-backward:before {
    content: "\E485"
}

.glyphicons-send-to-back:before {
    content: "\E486"
}

.glyphicons-fit-frame-to-image:before {
    content: "\E487"
}

.glyphicons-fit-image-to-frame:before {
    content: "\E488"
}

.glyphicons-multiple-displays:before {
    content: "\E489"
}

.glyphicons-handshake:before {
    content: "\E490"
}

.glyphicons-child:before {
    content: "\E491"
}

.glyphicons-baby-formula:before {
    content: "\E492"
}

.glyphicons-medicine:before {
    content: "\E493"
}

.glyphicons-atv-vehicle:before {
    content: "\E494"
}

.glyphicons-motorcycle:before {
    content: "\E495"
}

.glyphicons-bed-alt:before {
    content: "\E496"
}

.glyphicons-tent:before {
    content: "\E497"
}

.glyphicons-glasses:before {
    content: "\E498"
}

.glyphicons-sunglasses:before {
    content: "\E499"
}

.glyphicons-family:before {
    content: "\E500"
}

.glyphicons-education:before {
    content: "\E501"
}

.glyphicons-shoes:before {
    content: "\E502"
}

.glyphicons-map:before {
    content: "\E503"
}

.glyphicons-cd:before {
    content: "\E504"
}

.glyphicons-alert:before {
    content: "\E505"
}

.glyphicons-piggy-bank:before {
    content: "\E506"
}

.glyphicons-star-half:before {
    content: "\E507"
}

.glyphicons-cluster:before {
    content: "\E508"
}

.glyphicons-flowchart:before {
    content: "\E509"
}

.glyphicons-commodities:before {
    content: "\E510"
}

.glyphicons-duplicate:before {
    content: "\E511"
}

.glyphicons-copy:before {
    content: "\E512"
}

.glyphicons-paste:before {
    content: "\E513"
}

.glyphicons-bath-bathtub:before {
    content: "\E514"
}

.glyphicons-bath-shower:before {
    content: "\E515"
}

.glyphicons-shower:before {
    content: "\E516"
}

.glyphicons-menu-hamburger:before {
    content: "\E517"
}

.glyphicons-option-vertical:before {
    content: "\E518"
}

.glyphicons-option-horizontal:before {
    content: "\E519"
}

.glyphicons-currency-conversion:before {
    content: "\E520"
}

.glyphicons-user-ban:before {
    content: "\E521"
}

.glyphicons-user-lock:before {
    content: "\E522"
}

.glyphicons-user-flag:before {
    content: "\E523"
}

.glyphicons-user-asterisk:before {
    content: "\E524"
}

.glyphicons-user-alert:before {
    content: "\E525"
}

.glyphicons-user-key:before {
    content: "\E526"
}

.glyphicons-user-conversation:before {
    content: "\E527"
}

.glyphicons-database:before {
    content: "\E528"
}

.glyphicons-database-search:before {
    content: "\E529"
}

.glyphicons-list-alt:before {
    content: "\E530"
}

.glyphicons-hazard-sign:before {
    content: "\E531"
}

.glyphicons-hazard:before {
    content: "\E532"
}

.glyphicons-stop-sign:before {
    content: "\E533"
}

.glyphicons-lab:before {
    content: "\E534"
}

.glyphicons-lab-alt:before {
    content: "\E535"
}

.glyphicons-ice-cream:before {
    content: "\E536"
}

.glyphicons-ice-lolly:before {
    content: "\E537"
}

.glyphicons-ice-lolly-tasted:before {
    content: "\E538"
}

.glyphicons-invoice:before {
    content: "\E539"
}

.glyphicons-cart-tick:before {
    content: "\E540"
}

.glyphicons-hourglass:before {
    content: "\E541"
}

.glyphicons-cat:before {
    content: "\E542"
}

.glyphicons-lamp:before {
    content: "\E543"
}

.glyphicons-scale-classic:before {
    content: "\E544"
}

.glyphicons-eye-plus:before {
    content: "\E545"
}

.glyphicons-eye-minus:before {
    content: "\E546"
}

.glyphicons-quote:before {
    content: "\E547"
}

.glyphicons-bitcoin:before {
    content: "\E548"
}

.glyphicons-yen:before {
    content: "\E549"
}

.glyphicons-ruble:before {
    content: "\E550"
}

.glyphicons-erase:before {
    content: "\E551"
}

.glyphicons-podcast:before {
    content: "\E552"
}

.glyphicons-firework:before {
    content: "\E553"
}

.glyphicons-scale:before {
    content: "\E554"
}

.glyphicons-king:before {
    content: "\E555"
}

.glyphicons-queen:before {
    content: "\E556"
}

.glyphicons-pawn:before {
    content: "\E557"
}

.glyphicons-bishop:before {
    content: "\E558"
}

.glyphicons-knight:before {
    content: "\E559"
}

.glyphicons-mic-mute:before {
    content: "\E560"
}

.glyphicons-voicemail:before {
    content: "\E561"
}

.glyphicons-paragraph-alt:before {
    content: "\E562"
}

.glyphicons-person-walking:before {
    content: "\E563"
}

.glyphicons-person-wheelchair:before {
    content: "\E564"
}

.glyphicons-underground:before {
    content: "\E565"
}

.glyphicons-car-hov:before {
    content: "\E566"
}

.glyphicons-car-rental:before {
    content: "\E567"
}

.glyphicons-transport:before {
    content: "\E568"
}

.glyphicons-taxi:before {
    content: "\E569"
}

.glyphicons-ice-cream-no:before {
    content: "\E570"
}

.glyphicons-uk-rat-u:before {
    content: "\E571"
}

.glyphicons-uk-rat-pg:before {
    content: "\E572"
}

.glyphicons-uk-rat-12a:before {
    content: "\E573"
}

.glyphicons-uk-rat-12:before {
    content: "\E574"
}

.glyphicons-uk-rat-15:before {
    content: "\E575"
}

.glyphicons-uk-rat-18:before {
    content: "\E576"
}

.glyphicons-uk-rat-r18:before {
    content: "\E577"
}

.glyphicons-tv:before {
    content: "\E578"
}

.glyphicons-sms:before {
    content: "\E579"
}

.glyphicons-mms:before {
    content: "\E580"
}

.glyphicons-us-rat-g:before {
    content: "\E581"
}

.glyphicons-us-rat-pg:before {
    content: "\E582"
}

.glyphicons-us-rat-pg-13:before {
    content: "\E583"
}

.glyphicons-us-rat-restricted:before {
    content: "\E584"
}

.glyphicons-us-rat-no-one-17:before {
    content: "\E585"
}

.glyphicons-equalizer:before {
    content: "\E586"
}

.glyphicons-speakers:before {
    content: "\E587"
}

.glyphicons-remote-control:before {
    content: "\E588"
}

.glyphicons-remote-control-tv:before {
    content: "\E589"
}

.glyphicons-shredder:before {
    content: "\E590"
}

.glyphicons-folder-heart:before {
    content: "\E591"
}

.glyphicons-person-running:before {
    content: "\E592"
}

.glyphicons-person:before {
    content: "\E593"
}

.glyphicons-voice:before {
    content: "\E594"
}

.glyphicons-stethoscope:before {
    content: "\E595"
}

.glyphicons-paired:before {
    content: "\E596"
}

.glyphicons-activity:before {
    content: "\E597"
}

.glyphicons-watch:before {
    content: "\E598"
}

.glyphicons-scissors-alt:before {
    content: "\E599"
}

.glyphicons-car-wheel:before {
    content: "\E600"
}

.glyphicons-chevron-up:before {
    content: "\E601"
}

.glyphicons-chevron-down:before {
    content: "\E602"
}

.glyphicons-superscript:before {
    content: "\E603"
}

.glyphicons-subscript:before {
    content: "\E604"
}

.glyphicons-text-size:before {
    content: "\E605"
}

.glyphicons-text-color:before {
    content: "\E606"
}

.glyphicons-text-background:before {
    content: "\E607"
}

.glyphicons-modal-window:before {
    content: "\E608"
}

.glyphicons-newspaper:before {
    content: "\E609"
}

.glyphicons-tractor:before {
    content: "\E610"
}

.glyphicons-camping:before {
    content: "\E611"
}

.glyphicons-camping-benches:before {
    content: "\E612"
}

.glyphicons-forest:before {
    content: "\E613"
}

.glyphicons-park:before {
    content: "\E614"
}

.glyphicons-field:before {
    content: "\E615"
}

.glyphicons-mountains:before {
    content: "\E616"
}

.glyphicons-fees-payments:before {
    content: "\E617"
}

.glyphicons-small-payments:before {
    content: "\E618"
}

.glyphicons-mixed-buildings:before {
    content: "\E619"
}

.glyphicons-industrial-zone:before {
    content: "\E620"
}

.glyphicons-visitor-tag:before {
    content: "\E621"
}

.glyphicons-businessman:before {
    content: "\E622"
}

.glyphicons-meditation:before {
    content: "\E623"
}

.glyphicons-bath:before {
    content: "\E624"
}

.glyphicons-donate:before {
    content: "\E625"
}

.glyphicons-sauna:before {
    content: "\E626"
}

.glyphicons-bedroom-nightstand:before {
    content: "\E627"
}

.glyphicons-bedroom-lamp:before {
    content: "\E628"
}

.glyphicons-doctor:before {
    content: "\E629"
}

.glyphicons-engineering-networks:before {
    content: "\E630"
}

.glyphicons-washing-machine:before {
    content: "\E631"
}

.glyphicons-dryer:before {
    content: "\E632"
}

.glyphicons-dishwasher:before {
    content: "\E633"
}

.glyphicons-luggage-group:before {
    content: "\E634"
}

.glyphicons-teenager:before {
    content: "\E635"
}

.glyphicons-person-stick:before {
    content: "\E636"
}

.glyphicons-person-stick-old:before {
    content: "\E637"
}

.glyphicons-traveler:before {
    content: "\E638"
}

.glyphicons-veteran:before {
    content: "\E639"
}

.glyphicons-group-chat:before {
    content: "\E640"
}

.glyphicons-elections:before {
    content: "\E641"
}

.glyphicons-law-justice:before {
    content: "\E642"
}

.glyphicons-judiciary:before {
    content: "\E643"
}

.glyphicons-house-fire:before {
    content: "\E644"
}

.glyphicons-firefighters:before {
    content: "\E645"
}

.glyphicons-police:before {
    content: "\E646"
}

.glyphicons-ambulance:before {
    content: "\E647"
}

.glyphicons-light-beacon:before {
    content: "\E648"
}

.glyphicons-important-day:before {
    content: "\E649"
}

.glyphicons-bike-park:before {
    content: "\E650"
}

.glyphicons-object-align-top:before {
    content: "\E651"
}

.glyphicons-object-align-bottom:before {
    content: "\E652"
}

.glyphicons-object-align-horizontal:before {
    content: "\E653"
}

.glyphicons-object-align-left:before {
    content: "\E654"
}

.glyphicons-object-align-vertical:before {
    content: "\E655"
}

.glyphicons-object-align-right:before {
    content: "\E656"
}

.glyphicons-reflect-y:before {
    content: "\E657"
}

.glyphicons-reflect-x:before {
    content: "\E658"
}

.glyphicons-tick:before {
    content: "\E659"
}

.glyphicons-lawnmower:before {
    content: "\E660"
}

.glyphicons-call-redirect:before {
    content: "\E661"
}

.glyphicons-call-ip:before {
    content: "\E662"
}

.glyphicons-call-record:before {
    content: "\E663"
}

.glyphicons-call-ringtone:before {
    content: "\E664"
}

.glyphicons-call-traffic:before {
    content: "\E665"
}

.glyphicons-call-hold:before {
    content: "\E666"
}

.glyphicons-call-incoming:before {
    content: "\E667"
}

.glyphicons-call-outgoing:before {
    content: "\E668"
}

.glyphicons-call-video:before {
    content: "\E669"
}

.glyphicons-call-missed:before {
    content: "\E670"
}

.glyphicons-theater:before {
    content: "\E671"
}

.glyphicons-heartbeat:before {
    content: "\E672"
}

.glyphicons-kettlebell:before {
    content: "\E673"
}

.glyphicons-fireplace:before {
    content: "\E674"
}

.glyphicons-street-lights:before {
    content: "\E675"
}

.glyphicons-pedestrian:before {
    content: "\E676"
}

.glyphicons-flood:before {
    content: "\E677"
}

.glyphicons-open-water:before {
    content: "\E678"
}

.glyphicons-for-sale:before {
    content: "\E679"
}

.glyphicons-dustbin:before {
    content: "\E680"
}

.glyphicons-door:before {
    content: "\E681"
}

.glyphicons-camp-fire:before {
    content: "\E682"
}

.glyphicons-fleur-de-lis:before {
    content: "\E683"
}

.glyphicons-temperature-settings:before {
    content: "\E684"
}

.glyphicons-article:before {
    content: "\E685"
}

.glyphicons-sunbath:before {
    content: "\E686"
}

.glyphicons-balanced-diet:before {
    content: "\E687"
}

.glyphicons-ticket:before {
    content: "\E688"
}

.glyphicons-parking-ticket:before {
    content: "\E689"
}

.glyphicons-parking-meter:before {
    content: "\E690"
}

.glyphicons-laptop:before {
    content: "\E691"
}

.glyphicons-tree-structure:before {
    content: "\E692"
}

.glyphicons-weather-warning:before {
    content: "\E693"
}

.glyphicons-temperature-low:before {
    content: "\E694"
}

.glyphicons-temperature-high:before {
    content: "\E695"
}

.glyphicons-temperature-low-warning:before {
    content: "\E696"
}

.glyphicons-temperature-high-warning:before {
    content: "\E697"
}

.glyphicons-hurricane:before {
    content: "\E698"
}

.glyphicons-storm:before {
    content: "\E699"
}

.glyphicons-sorted-waste:before {
    content: "\E700"
}

.glyphicons-ear:before {
    content: "\E701"
}

.glyphicons-ear-deaf:before {
    content: "\E702"
}

.glyphicons-file-plus:before {
    content: "\E703"
}

.glyphicons-file-minus:before {
    content: "\E704"
}

.glyphicons-file-lock:before {
    content: "\E705"
}

.glyphicons-file-cloud:before {
    content: "\E706"
}

.glyphicons-file-cloud-download:before {
    content: "\E707"
}

.glyphicons-file-cloud-upload:before {
    content: "\E708"
}

.glyphicons-paragraph:before {
    content: "\E709"
}

.glyphicons-list-numbered:before {
    content: "\E710"
}

.glyphicons-donate-heart:before {
    content: "\E711"
}

.glyphicons-government:before {
    content: "\E712"
}

.glyphicons-maze:before {
    content: "\E713"
}

.glyphicons-chronicle:before {
    content: "\E714"
}

.glyphicons-user-structure:before {
    content: "\E715"
}

.glyphicons-recycle:before {
    content: "\E716"
}

.glyphicons-gas:before {
    content: "\E717"
}

.glyphicons-waste-pipe:before {
    content: "\E718"
}

.glyphicons-water-pipe:before {
    content: "\E719"
}

.glyphicons-parking:before {
    content: "\E720"
}

.glyphicons-closed:before {
    content: "\E721"
}

.glyphicons-mouse:before {
    content: "\E722"
}

.glyphicons-mouse-double-click:before {
    content: "\E723"
}

.glyphicons-mouse-left-click:before {
    content: "\E724"
}

.glyphicons-mouse-right-click:before {
    content: "\E725"
}

.glyphicons-mouse-middle-click:before {
    content: "\E726"
}

.glyphicons-mouse-scroll:before {
    content: "\E727"
}

.glyphicons-resize-vertical:before {
    content: "\E728"
}

.glyphicons-resize-horizontal:before {
    content: "\E729"
}

.glyphicons-temperature:before {
    content: "\E730"
}

.glyphicons-puzzle:before {
    content: "\E731"
}

.glyphicons-puzzle-2:before {
    content: "\E732"
}

.glyphicons-puzzle-3:before {
    content: "\E733"
}

.glyphicons-nearby-square:before {
    content: "\E734"
}

.glyphicons-nearby-circle:before {
    content: "\E735"
}

.glyphicons-rotate-right:before {
    content: "\E736"
}

.glyphicons-rotate-left:before {
    content: "\E737"
}

.glyphicons-pictures:before {
    content: "\E738"
}

.glyphicons-photo-album:before {
    content: "\E739"
}

.glyphicons-cadastral-map:before {
    content: "\E740"
}

.glyphicons-fingerprint-scan:before {
    content: "\E741"
}

.glyphicons-fingerprint:before {
    content: "\E742"
}

.glyphicons-fingerprint-lock:before {
    content: "\E743"
}

.glyphicons-fingerprint-ok:before {
    content: "\E744"
}

.glyphicons-fingerprint-remove:before {
    content: "\E745"
}

.glyphicons-fingerprint-reload:before {
    content: "\E746"
}

.glyphicons-pending-notifications:before {
    content: "\E747"
}

.glyphicons-synchronization:before {
    content: "\E748"
}

.glyphicons-synchronization-ban:before {
    content: "\E749"
}

.glyphicons-hash:before {
    content: "\E750"
}

.glyphicons-gender-male:before {
    content: "\E751"
}

.glyphicons-gender-female:before {
    content: "\E752"
}

.glyphicons-gender-virgin-female:before {
    content: "\E753"
}

.glyphicons-gender-intersex:before {
    content: "\E754"
}

.glyphicons-gender-transgender:before {
    content: "\E755"
}

.glyphicons-gender-ori-lesbian:before {
    content: "\E756"
}

.glyphicons-gender-ori-gay:before {
    content: "\E757"
}

.glyphicons-gender-ori-hetero:before {
    content: "\E758"
}

.glyphicons-gender-other:before {
    content: "\E759"
}

.glyphicons-gender-unknown:before {
    content: "\E760"
}

.glyphicons-scanner:before {
    content: "\E761"
}

.glyphicons-multifunction-printer:before {
    content: "\E762"
}

.glyphicons-lasso:before {
    content: "\E763"
}

.glyphicons-view-360:before {
    content: "\E764"
}

.glyphicons-battery-charging:before {
    content: "\E765"
}

.glyphicons-battery-full:before {
    content: "\E766"
}

.glyphicons-battery-75:before {
    content: "\E767"
}

.glyphicons-battery-50:before {
    content: "\E768"
}

.glyphicons-battery-25:before {
    content: "\E769"
}

.glyphicons-battery-10:before {
    content: "\E770"
}

.glyphicons-satellite:before {
    content: "\E771"
}

.glyphicons-satellite-dish:before {
    content: "\E772"
}

.glyphicons-satellite-dish-alt:before {
    content: "\E773"
}

.glyphicons-auction:before {
    content: "\E774"
}

.glyphicons-directions:before {
    content: "\E775"
}

.glyphicons-race:before {
    content: "\E776"
}

.glyphicons-robot:before {
    content: "\E777"
}

.glyphicons-ruler-alt:before {
    content: "\E778"
}

.glyphicons-cube-empty:before {
    content: "\E779"
}

.glyphicons-cube-black:before {
    content: "\E780"
}

.glyphicons-move-square:before {
    content: "\E781"
}

.glyphicons-drop:before {
    content: "\E782"
}

.glyphicons-vr-headset:before {
    content: "\E783"
}

.glyphicons-vr-charging:before {
    content: "\E784"
}

.glyphicons-vr-low-battery:before {
    content: "\E785"
}

.glyphicons-vr-paired:before {
    content: "\E786"
}

.glyphicons-vr-settings:before {
    content: "\E787"
}

.glyphicons-vr-maintenance:before {
    content: "\E788"
}

.glyphicons-filter-remove:before {
    content: "\E789"
}

.glyphicons-filter-applied:before {
    content: "\E790"
}

.glyphicons-one-day:before {
    content: "\E791"
}

.glyphicons-user-vr:before {
    content: "\E792"
}

.glyphicons-user-vr-add:before {
    content: "\E793"
}

.glyphicons-user-vr-remove:before {
    content: "\E794"
}

.glyphicons-dice-1:before {
    content: "\E795"
}

.glyphicons-dice-2:before {
    content: "\E796"
}

.glyphicons-dice-3:before {
    content: "\E797"
}

.glyphicons-dice-4:before {
    content: "\E798"
}

.glyphicons-dice-5:before {
    content: "\E799"
}

.glyphicons-dice-6:before {
    content: "\E800"
}

.site-banner {
  padding: 0.625rem 0;
  background-color: #406C85;
  color: #FFFFFF;
  font-size: 0.875rem;
  text-align: center;
}

.site-banner .btn {
  margin-right: 0.625rem;
  padding: 0.5rem 1.3125rem;
}

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

.section--bg {
    background-color: #F0F3F4
}

.section--bg-dark {
    background-color: #E3E9EC
}

.section--bg-blue {
    background-color:#003B5C;
    color: white
}

.section--border {
    margin-top: 1px;
    border-top: 3px solid #E3E9EC
}

.section--nobottom {
    padding-bottom: 0
}

.section--notop {
    padding-top: 0
}

.section.section--about-us .columns{
  max-height: 247px;
  position: relative;
  overflow: hidden;
}
.section.section--about-us p.read-more{
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #F0F3F4);

}

.sidebar {
    margin-bottom: 3.4375rem
}

@media only screen and (min-width: 64.0625em) {
    .sidebar {
        margin-bottom: 0
    }
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea,
select {
    padding: .875rem 1.25rem;
    width: 100%;
    font-size: 1rem;
    color: #363537;
    border: 1px solid #dadada;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #999;
    opacity: 1
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #999;
    opacity: 1
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

textarea {
    height: 8.75rem
}
textarea.textarea-small {
    height: 4.75rem
}

select {
    height: 3.93rem
}
@supports (-moz-appearance:none) {
    select {
    height: 3.53rem
}
.form-floating-label select{
    padding: 1.1rem 1.1rem!important;        
}
}

label {
    display: block;
    margin-bottom: .625rem;
    font-weight: 700
}

input[type="radio"] ~ label,
input[type="checkbox"] ~ label {
    display: inline-block;
    margin: 0 0 0 .9375rem
}

input.disabled,textarea.disabled{
  background:#e8e8e8;
  font-weight:initial;
  padding:9px;
}

.input-field {
    margin-bottom: 2.4375rem
}

.input-field--placeholder {
    position: relative
}

.input-field--placeholder .input-field input {
    outline: none
}

.input-field--placeholder input:focus ~ label,
.input-field--placeholder input.used ~ label {
    top: -1.5625rem;
    font-size: .875rem
}

.js .input-field--placeholder label {
    position: absolute;
    top: .9375rem;
    left: 1.25rem;
    font-size: 1rem;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.js[dir="rtl"] .input-field--placeholder label {
    left: auto;
    right: 1.25rem
}

.sys_cms-form-control .sys_cms-form-body {
    margin: 0;
    padding: 0;
    list-style: none
}

.sys_cms-form-control .sys_cms-form-body:before,
.sys_cms-form-control .sys_cms-form-body:after {
    content: " ";
    display: table
}

.sys_cms-form-control .sys_cms-form-body:after {
    clear: both
}

.sys_cms-form-control .sys_legend {
    display: none
}

.sys_cms-form-control .sys_required {
    color: #c0392b
}

.sys_cms-form-control .sys_fieldcontent {
    margin-bottom: 2.4375rem
}

.sys_cms-form-control .sys_fieldcontent:before,
.sys_cms-form-control .sys_fieldcontent:after {
    content: " ";
    display: table
}

.sys_cms-form-control .sys_fieldcontent:after {
    clear: both
}

.sys_cms-form-control .sys_radio.sys_onecolumn .sys_fieldcontent span,
.sys_cms-form-control .sys_checkbox.sys_onecolumn .sys_fieldcontent span {
    display: block;
    margin-bottom: .625rem
}

.sys_cms-form-control .sys_radio.sys_twocolumns .sys_fieldcontent span,
.sys_cms-form-control .sys_checkbox.sys_twocolumns .sys_fieldcontent span {
    display: block;
    margin-bottom: .625rem
}

@media only screen and (min-width: 40.0625em) {
    .sys_cms-form-control .sys_radio.sys_twocolumns .sys_fieldcontent span,
    .sys_cms-form-control .sys_checkbox.sys_twocolumns .sys_fieldcontent span {
        float: left;
        width: 50%
    }
}

.sys_cms-form-control .sys_radio.sys_threecolumns .sys_fieldcontent span,
.sys_cms-form-control .sys_checkbox.sys_threecolumns .sys_fieldcontent span {
    display: block;
    margin-bottom: .625rem
}

@media only screen and (min-width: 40.0625em) {
    .sys_cms-form-control .sys_radio.sys_threecolumns .sys_fieldcontent span,
    .sys_cms-form-control .sys_checkbox.sys_threecolumns .sys_fieldcontent span {
        float: left;
        width: 33.33333%
    }
}

.sys_cms-form-control .sys_radio.sys_sidebyside .sys_fieldcontent span,
.sys_cms-form-control .sys_checkbox.sys_sidebyside .sys_fieldcontent span {
    display: inline-block;
    margin-right: 2.5rem;
    margin-bottom: .625rem
}

@media only screen and (min-width: 40.0625em) {
    .sys_cms-form-control .sys_namesubelement {
        float: left;
        width: 50%;
        padding-right: .9375rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .sys_cms-form-control .sys_lastnamesubelement {
        padding-right: 0;
        padding-left: .9375rem
    }
}

.medium-centered .sys_cms-form-control .sys_buttons {
    text-align: center
}

.sys_cms-form-control.form-columns .sys_cms-form-body .sys_buttons {
    float: left;
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.sys_cms-form-control.form-submit-right .sys_buttons {
    text-align: right
}

.sys_cms-form-validationsummary {
    display: none
}

label.sys_cms-form-error,
div.sys_cms-form-error,
p.sys_cms-form-error,
.sys_cms-form-confirmation-content {
    padding: .625rem .9375rem;
    color: #fff;
    font-weight: 700;
    border-radius: 2px
}

label.sys_cms-form-error,
div.sys_cms-form-error,
p.sys_cms-form-error {
    background-color: #c0392b
}

select.sys_cms-form-error,
input.sys_cms-form-error {
    border-color: #c0392b
}

.sys_cms-form-confirmation-content {
    background-color: #009639
}

.sys_cms-form-confirmation-content p {
    margin: 0
}

.tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: .625rem .9375rem;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #003B5C;
}

[dir="rtl"] .tag {
    left: auto;
    right: 0
}

a.tag:hover,
a.tag:focus {
    border-bottom: 0;
    background-color: #4298B5
}

.tag--events {
    background-color: #003b5d;
}

a.tag--events:hover,
a.tag--events:focus {
    background-color: #406C85
}

.tag--caseStudy{
    background-color:#809dae;
}

.tag--blog,
.tag--blogs {
    background-color: #4298B5;
}

a.tag--blog:hover,
a.tag--blog:focus,
a.tag--blogs:hover,
a.tag--blogs:focus {
    background-color: #4298B5;
}

.tag--solutions {
    background-color: #4298B5;
}

a.tag--solutions:hover,
a.tag--solutions:focus {
    background-color: #4298B5;
}

.tag--beverage {
    background-color: #009639
}

a.tag--beverage:hover,
a.tag--beverage:focus {
    background-color: #009E58
}

.tag--food {
    background-color: #2B748A
}

a.tag--food:hover,
a.tag--food:focus {
    background-color: #40B06B
}

.tag--digital {
    background-color: #40B06B
}

a.tag--digital:hover,
a.tag--digital:focus {
    background-color: #40B06B
}

.sidebar .btn,
.sidebar .sys_cms-form-control .sys_form-submit,
.sys_cms-form-control .sidebar .sys_form-submit {
    width: 100%
}

.js .toggle-panel {
    display: none
}

@media only screen and (min-width: 64.0625em) {
    .js .toggle-panel {
        display: block
    }
}

.js .toggle-panel--active {
    display: block
}

.tabs {
    font-size: 0
}

.tabs__item {
    display: inline-block;
    padding: .5rem 1.0625rem;
    text-transform: uppercase;
    font-size: .9375rem;
    font-weight: 700;
    color: #666;
    border: 3px solid #DADDDE;
    background-color: #e4e4e4
}

.tabs__item:hover,
.tabs__item:focus {
    border-bottom-color: #DADDDE;
    background-color: #DADDDE
}

.tabs__item--active,
.tabs__item--active:hover,
.tabs__item--active:focus {
    color: #363537;
    background-color: #fff
}

.js .tabs__panel {
    display: none
}

.js .tabs__panel--active {
    display: block
}

.tabs--prod-features {
    margin-bottom: 3.125rem
}

@media only screen and (min-width: 64.0625em) {
    .tabs--prod-features {
        position: absolute;
        top: -5px;
        right: .9375rem;
        margin-bottom: 0
    }
}

.lang-selector {
    width: 3.75rem!important;
    height: auto;
    padding: 0!important;
    font-size: .9375rem!important;
    color: #009639!important;
    border: 0
}

@media only screen and (max-width: 76.875em) {
    table.responsive {
        margin-bottom: 0
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 45%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap
    }
    .pinned td:last-child {
        border-bottom: 0
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #dedede
    }
    div.table-wrapper div.scrollable {
        margin-left: 45%
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none
    }
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 35px;
    height: 0;
    overflow: hidden
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.resp-video-wistia {
    position: relative;
    padding: 56.25% 0 0 0;
    margin-bottom: 35px
}

.resp-video-wistia__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.skip-to-content {
    display: block;
    position: absolute;
    top: 100px;
    left: -250px;
    padding: .625rem 1.25rem;
    z-index: 20;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #363537;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out
}

.skip-to-content:focus {
    left: 0;
    border: 0
}

.site-header {
    position: relative;
    z-index: 10;
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: #fff;
    border-bottom: 3px solid #E3E9EC
}

.site-header>.row .columns {
    position: static
}

.header__logo {
    float: left;
    width: 125px;
    margin-top: .375rem
}

@media only screen and (min-width: 23.125em) {
    .header__logo {
        width: 190px;
        margin-top: 0;
        height:40px
    }
}

.header__logo:hover,
.header__logo:focus {
    border-bottom: 0
}

.no-svg .header__logo {
    height: 26px;
    background-image: url("../images/logo-small.png");
    background-repeat: no-repeat
}

@media only screen and (min-width: 23.125em) {
    .no-svg .header__logo {
        height: 40px;
        background-image: url("../images/logo.png")
    }
}

.no-svg .header__logo img {
    display: none
}

.header__links {
    float: right
}

.header__links__link {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .4375rem;
    line-height: 2.3125rem;
    text-align: center;
    color: #fff;
    background-color: #009639;
    border-radius: 50%;
    vertical-align: top
}

.header__links__link:hover,
.header__links__link:focus {
    border-bottom: 0;
    background-color: #009E58
}

@media only screen and (min-width: 64.0625em) {
    .header__links__link--menu {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .header__lang {
        margin: .5rem 0 0 .375rem
    }
}

@media only screen and (max-width: 64.0525em) {
    .site-header .header__lang {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .main-nav {
        float: left;
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media only screen and (min-width: 66.25em) {
    .main-nav {
        margin-left: 1.375rem
    }
}

@media only screen and (max-width: 64.0525em) {
    .site-header .main-nav {
        display: none
    }
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__item {
    margin-bottom: 1.4375rem;
  	cursor: pointer
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__item {
        float: left;
        margin-bottom: 0;
        margin-left: 1.0rem
    }
}

.main-nav__link {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: capitalize
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__link {
        padding: 1.0625rem .625rem;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase
    }
}

@media only screen and (min-width: 72.5em) {
    .main-nav__link {
        padding-right: 0.9rem;
        padding-left: 0.9rem
    }
}

.main-nav__link:hover,
.main-nav__link:focus {
    border-bottom: 0
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__link::after {
        content: "";
        display: block;
        position: relative;
        width: 0;
        height: 3px;
        margin: 1px auto 0;
        background-color: transparent;
        -webkit-transition: width .5s ease, background-color .5s ease;
        transition: width .5s ease, background-color .5s ease
    }
}

.main-nav__link .icon {
    font-size: .9375rem
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__link .icon {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__link:hover::after {
        background-color: #406C85
    }
}

.main-nav__link--active {
    color: #009639
}

.main-nav__link--active:hover::after,
.main-nav__link--active::after {
    background-color: #009E58 !important
}

.main-nav__link:hover::after,
.main-nav__link--active::after {
    width: 100%
}

.main-nav__link--open .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site-header .main-nav__item--active .main-nav__link,
.site-header .main-nav__item:hover .main-nav__link,
.site-header .main-nav__link:hover,
.site-header .main-nav__link:focus {
    background-color: #f6f6f6;
}

.site-header .main-nav__item--active .main-nav__link::after,
.site-header .main-nav__item:hover .main-nav__link::after,
.site-header .main-nav__link:hover::after,
.site-header .main-nav__link:focus::after {
    width: 100%;
    background-color: #406C85;
}

.site-header .main-nav__item--active .main-nav__panel,
.site-header .main-nav__item:hover .main-nav__panel,
.site-header .main-nav__link:focus+.main-nav__panel {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s
}

.main-nav__panel {
    display: none;
    margin-top: 1.25rem
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__panel {
        margin-top: 0;
        position: absolute;
        top: 3.75rem;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        padding: 3.25rem 0 2.4375rem;
        background-color: #f6f6f6;
        border-bottom: 3px solid #406C85;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s
    }
}

.main-nav__panel .main-nav__panel__inner {
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%
}

.main-nav__panel .main-nav__panel__inner .row {
    margin: 0
}

.main-nav__panel .main-nav__panel__inner .row+.row {
    margin-top: 1.25rem
}

@media only screen and (max-width: 64.0525em) {
    .main-nav__panel .main-nav__panel__inner .columns {
        padding-right: 0;
        padding-left: 0
    }
}

.main-nav__panel .columns+.columns:last-child {
    float: left
}

@media only screen and (min-width: 90.0625em) {
    .main-nav__panel .large-3 {
       /* width: 20%*/
    }
}

.main-nav__block {
    display: inline-block;
    margin-bottom: .625rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #363537
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__block {
        display: block;
        margin-bottom: 1.25rem;
        padding: 1.0625rem 0.1rem;
        height: 82px;
        background-color: #dcdcdc;
        border-radius: 2px
    }
    .main-nav__block:hover,
    .main-nav__block:focus {
        border-bottom: 0;
        background-color: #c3c3c3
    }
}

.main-nav__block .icon {
    display: none
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__block .icon {
        display: block;
        float: left;
        font-size: 3rem
    }
}

.main-nav__block svg{
    display: block;
    width: 3em;
    height:3em;
    float:left;
}

@media only screen and (min-width: 64.0625em) {
    .main-nav__block .label {
        display: block;
        margin-left: 3.4375rem;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .main-nav__block .label.label--noicon {
        margin-left: 0
    }
}

.site-footer h2 {
    margin-bottom: 2.125rem;
    font-size: 1.375rem
}

.site-footer p {
    margin: 0
}

.footer__primary {
    font-size: 1.125rem;
    color: #fff;
    background-color: #003b5c;
}

@media only screen and (min-width: 64.0625em) {
    .footer__primary {
        position: relative;
        overflow: hidden
    }
}

.footer__secondary {
    font-size: .9375rem
}

.footer__one {
    padding: 5rem 0 9.6875rem;    
    background-image: url(/site-elements/images/icons/png/icon-domino-wave-new.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;    
    background-color: #003b5c;
}

@media only screen and (min-width: 64.0625em) {
    .footer__one {
       padding: 4.25rem 2.5rem 9rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .footer__one {
        padding-right: 5rem;
        padding-left: 5rem;
        background-image: url(/site-elements/images/icons/png/icon-domino-wave-new.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;    
        background-color: #003b5c;
    }
}

.footer__two {
    padding: 4.25rem 2.5rem 9.3rem 2.5rem;
    background-color: #406c85;
}

@media only screen and (min-width: 64.0625em) {
    .footer__two {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        padding-bottom: 11.1rem;
    }
}

@media only screen and (min-width: 90.0625em) {
    .footer__two {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

.footer__three {
    padding: 2.5rem .9375rem
}

@media only screen and (min-width: 64.0625em) {
    .footer__three {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .footer__three {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

.footer-links {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0
}

.footer-links__item {
    margin-bottom: .4375rem
}

.footer__link,
.footer-links__link,
.footer__link--phone a {
    font-weight: 700;
    color: #fff
}

.footer__link--phone {
    font-size: 1.375rem
}

.footer__btns {
    margin-top: 1.875rem
}

@media only screen and (min-width: 40.0625em) {
    .footer__btns {
        margin-top: 2.25rem
    }
}

.footer__btns p {
    margin-top: 0;
}

@media only screen and (min-width: 40.0625em) {
    .footer__btns p {
        display: inline;
    }
}

@media only screen and (min-width: 40.0625em) {
    .footer__btns p+p {
        margin-left: 0.2rem
    }
    [dir="rtl"] .footer__btns p+p {
        margin-left: 0;
        margin-right: 4.5625rem
    }
}

.footer__contact p {
    margin-bottom: .4375rem
}

.footer__contact address {
    margin-bottom: 1.875rem
}

.footer__social {
    margin-top: 1rem
}

.footer__social a {
    display: inline-block;
    width: 2.875rem;
    margin-right: 0.5375rem;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s
}
.footer__social svg path{
    fill: #fff;
}

.footer__social a:hover,
.footer__social a:focus {
    opacity: 1;
    border-bottom: 0
}

.footer__country {
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 64.0625em) {
    .footer__country {
        margin-bottom: 0
    }
}

.footer__country .icon {
    margin-right: .25rem;
    color: #a9a8ab
}

.footer__country__select {
    display: inline-block;
    margin-left: 1.375rem;
    padding: .125rem .75rem;
    background-color: #F0F3F4;
    color: #363537;
    border-radius: 1.5625rem
}

.footer__country__select:hover,
.footer__country__select:focus {
    border-bottom: 0;
    background-color: #e1e7e9
}

.search--country .input-field--placeholder label {
    top: -1.5625rem
}

.footer__copyright {
    color: #525556
}

@media only screen and (max-width: 64.0525em) {
    .footer__copyright {
        line-height: 2.2
    }
}

.footer__copyright a,
.footer__copyright a.ot-sdk-show-settings {
    display: inline-block;
    position: relative;
    color: #525556;
    margin-right: .0625rem
}

.footer__copyright span {
    display: inline-block;
    color: #b0b0b2
}

.site-footer .icon-domino-wave {
    position: absolute;
    height: 13.8125rem;
    color: #505051
}

/*
.site-footer .new-domino-wave{
    position: absolute;
    height: 9.4rem;
}

.site-footer .new-domino-wave {
    left: 65.3%;
    top: 25.5rem;
}
*/
.site-footer .icon-domino-wave--one {
    bottom: 2.5rem;
    left: 5%
}

@media only screen and (min-width: 64.0625em) {
    .site-footer .icon-domino-wave--one {
        display: none
    }
}
/*
.site-footer .icon-domino-wave--two {
    display: none
}

@media only screen and (min-width: 64.0625em) {
    .site-footer .icon-domino-wave--two {
      	display:none;        
        bottom: -2.5rem;
        right: -25rem
    }
}
*/
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

.off-canvas-menu--left {
    -webkit-backface-visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    width: 20rem;
    height: 100%;
    background: #fff;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    left: -20rem;
    top: 0
}

.off-canvas-menu--left * {
    -webkit-backface-visibility: hidden
}

.off-canvas-menu--right {
    -webkit-backface-visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    width: 20rem;
    height: 100%;
    background: #fff;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    right: -20rem;
    top: 0
}

.off-canvas-menu--right * {
    -webkit-backface-visibility: hidden
}

.exit-off-canvas {
    display: none
}

@media only screen and (max-width: 64.0525em) {
    .move-right>.off-canvas-menu {
        visibility: visible;
        left: 0
    }
    .move-right .exit-off-canvas {
        -webkit-backface-visibility: hidden;
        cursor: pointer;
        -webkit-transition: background 300ms ease;
        transition: background 300ms ease;
        -webkit-tap-highlight-color: transparent;
        background: rgba(29, 29, 29, 0.5);
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000
    }
}

@media only screen and (max-width: 64.0525em) and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(29, 29, 29, 0.3)
    }
}

@media only screen and (max-width: 64.0525em) {
    .move-left>.off-canvas-menu {
        visibility: visible;
        right: 0
    }
    .move-left .exit-off-canvas {
        -webkit-backface-visibility: hidden;
        cursor: pointer;
        -webkit-transition: background 300ms ease;
        transition: background 300ms ease;
        -webkit-tap-highlight-color: transparent;
        background: rgba(29, 29, 29, 0.5);
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000
    }
}

@media only screen and (max-width: 64.0525em) and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(29, 29, 29, 0.3)
    }
}

.off-canvas-menu__inner {
    padding: 4rem 3.4375rem
}

.off-canvas-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    color: #363537
}

.off-canvas-menu__close:hover,
.off-canvas-menu__close:focus {
    border-bottom: 0
}

.off-canvas-menu__logo {
    display: inline-block;
    margin-top: 6.25rem;
    width: 190px
}

.search .input-field {
    position: relative;
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .search .input-field {
        padding-right: 6.5625rem
    }
    [dir="rtl"] .search .input-field {
        padding-left: 6.5625rem;
        padding-right: 0
    }
}

.search .btn,
.search .sys_cms-form-control .sys_form-submit,
.sys_cms-form-control .search .sys_form-submit {
    width: 100%
}

@media only screen and (min-width: 40.0625em) {
    .search .btn,
    .search .sys_cms-form-control .sys_form-submit,
    .sys_cms-form-control .search .sys_form-submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 6.5625rem
    }
    [dir="rtl"] .search .btn,
    [dir="rtl"] .search .sys_cms-form-control .sys_form-submit,
    .sys_cms-form-control [dir="rtl"] .search .sys_form-submit {
        left: 0;
        right: auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .search input[type="text"],
    .search .btn,
    .search .sys_cms-form-control .sys_form-submit,
    .sys_cms-form-control .search .sys_form-submit {
        height: 3.25rem
    }
}

.search input[type="text"] {
    margin-bottom: .9375rem
}

@media only screen and (min-width: 40.0625em) {
    .search input[type="text"] {
        margin-bottom: 0;
        width: 96%
    }
}

.search__suggestions {
    margin: 1.375rem 0 2.375rem;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 40.0625em) {
    .search__suggestions {
        margin-right: 1.4375rem;
        margin-left: 1.4375rem
    }
}

.search__suggestions li+li {
    margin-top: 1.375rem
}

.search__suggestions p {
    margin: 0
}

.search__link {
    font-size: 1.25rem;
    font-weight: 700;
    color: #406C85
}

.search .ui-autocomplete {
    top: 0 !important;
    left: 0 !important;
    position: relative;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 2.375rem 0 0
}

@media only screen and (min-width: 40.0625em) {
    .search .ui-autocomplete {
        margin-right: 1.4375rem;
        margin-left: 1.4375rem
    }
}

.search .ui-menu .ui-menu-item {
    margin-bottom: 1.375rem;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700
}

.search .ui-menu .ui-state-focus,
.search .ui-menu .ui-state-active {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    color: #009639
}

.account__header {
    margin-bottom: 6.25rem;
    font-size: 1.75rem
}

.account .columns {
    margin-bottom: .3125rem
}

@media only screen and (min-width: 64.0625em) {
    .account .columns:nth-child(2n+1) {
        clear: left
    }
}

.account .columns+.columns:last-child {
    float: left
}

.account__title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700
}

.video-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.video-holder video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.no-js .video-holder {
    background-image: url("../images/test/hero-banner.jpg")
}

.feat-casestudy {
    margin-bottom: 3.125rem
}

.feat-casestudy article {
    position: relative;
    margin-top: 1px;
    height: 30rem;
    background-color: #363537;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

@media only screen and (min-width: 64.0625em) {
    .feat-casestudy article {
        height: 38.125rem
    }
}

.feat-casestudy article::before {
    background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%
}

.feat-casestudy__link {
    display: block;
    height: 100%;
    color: #fff
}

.feat-casestudy__link:hover,
.feat-casestudy__link:focus {
    border-bottom: 0
}

.feat-casestudy__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 .9375rem 4.75rem
}

@media only screen and (min-width: 40.0625em) {
    .feat-casestudy__info {
        width: 75%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 64.0625em) {
    .feat-casestudy__info {
        width: 90%
    }
}

@media only screen and (min-width: 90.0625em) {
    .feat-casestudy__info {
        width: 75%
    }
}

.feat-casestudy__info .btn,
.feat-casestudy__info .sys_cms-form-control .sys_form-submit,
.sys_cms-form-control .feat-casestudy__info .sys_form-submit {
    margin-top: 3.4375rem
}

.feat-casestudy__desc {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase
}

.feat-casestudy__article__header {
    margin-bottom: .5rem;
    font-size: 1.75rem;
    line-height: 1.2
}

@media only screen and (min-width: 64.0625em) {
    .feat-casestudy__product {
        margin-left: 1px
    }
}

.feat-casestudy__product__header {
    margin-bottom: .5rem;
    font-size: 1.75rem;
    line-height: 1.2
}

@media only screen and (min-width: 40.0625em) {
    .feat-casestudy__product__header {
        font-size: 3.25rem;
        line-height: 1.0
    }
}

@media only screen and (min-width: 64.0625em) {
    .feat-casestudy__product__header {
        font-size: 3.25rem
    }
}

.filter {
    margin-bottom: .9375rem
}

@media only screen and (min-width: 64.0625em) {
    .filter {
        margin-bottom: 2.8125rem
    }
}

.filter__item {
    display: inline-block;
    margin: 0 .4375rem 1.25rem;
    padding: .5rem .6875rem;
    text-transform: uppercase;
    color: #363537;
    font-weight: 600;
    background-color: #E3E9EC;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.filter__item:hover,
.filter__item:focus {
    border-bottom: 0;
    background-color: #d4dde2
}

.filter__item--active,
.filter__item--active:hover,
.filter__item--active:focus {
    color: #fff;
    background-color: #406C85
}

.filter__item--disabled {
    opacity: 0.5;
    cursor: default
}

.filterby {
    margin-top: 2.1875rem
}

.filterby .columns {
    margin-bottom: 1.25rem
}

.filterby .columns:last-child {
    margin-bottom: 0
}

.masonry {
    overflow: hidden
}

.masonry__inner {
    margin: 3px -3px
}

.masonry__item {
    position: relative;
    overflow: hidden;
    border: 3px solid #fff
}

.masonry .collapse .columns {
    padding-left: 0;
    padding-right: 0
}

.masonry .columns+.columns:last-child {
    float: left
}

.masonry__header {
    text-transform: uppercase
}

.masonry__noresults {
    margin: 0 0 3.125rem
}

.article {
    position: relative;
    height: 23.75rem;
    background-color: #4298B5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: background-color 0.2s ease-out 0s;
    transition: background-color 0.2s ease-out 0s
}

.article:hover,
.article:focus {
    background-color: #4298B5
}

.article:hover .article__info,
.article:focus .article__info {
    padding-bottom: 1.625rem;
    border-color: #406C85
}

.article__link {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%
}

.article__info {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.3125rem 1.875rem;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.no-rgba .article__info {
    background-color: #fff
}

.article__date {
    margin-bottom: .4375rem;
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
  	color: #464646;
}

.article-list__img .article__date{
  color: #ffffff;
    background: #406C85;
}

.article__header {
    margin-bottom: 0;
    color: #003B5C;
}

h3.article__header {
    font-weight: 600
}

.article__read {
    margin-top: 1.9375rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #003B5C;
}

.article--txt .article__info {
    background: transparent;
    border-bottom: 0
}

.article--txt .article__date,
.article--txt .article__header {
    color: #fff
}

.article--txt .article__date {
    font-weight: 400
}

.article--casestudy {
    text-align: center;
    background-color: #fff
}

.article--casestudy .article__info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border-bottom: 0
}

@media only screen and (min-width: 90.0625em) {
    .article--casestudy .article__info {
        padding-right: 6.25rem;
        padding-left: 6.25rem
    }
}

.article--casestudy .article__header {
    color: #333
}

.article--casestudy:hover {
    background-color: #fff
}

.article--blog {
    background-color: #009639
}

.article--blog:hover,
.article--blog:focus {
    background-color: #009639
}

.article-listing .header {
    margin-bottom: 3.125rem
}

.article-listing .filter {
    text-align: left !important
}

.article-listing .filter__item {
    margin-left: 0;
    margin-right: .875rem
}

.article-list {
    margin-bottom: 3.125rem
}

.article-list:before,
.article-list:after {
    content: " ";
    display: table
}

.article-list:after {
    clear: both
}

.article-list__img {
    display: block;
    height: 378px;
    position: relative;
    margin-bottom: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 40.0625em) {
    .article-list__img {
        float: left;
        width: 210px;
        height: 130px;
        margin-bottom: 0
    }
}

.article-list__img:hover,
.article-list__img:focus {
    border: 0
}

.article-list__tag {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0
}

@media only screen and (min-width: 40.0625em) {
    .article-list__info {
        padding-left: 15.625rem
    }
}

.article-list__header {
    font-size: 1.25rem;
    margin-bottom: .625rem
}

.article-list__desc {
    margin-bottom: 0
}

.article-list__desc.readtime{
    margin-left: -8px;
    color:#b0aeae;
    font-size: smaller;
}

.article-preview {
    background: #F0F3F4;
    padding: 1.875rem
}

.cta__header {
    text-transform: uppercase
}

.cta__desc {
    margin-bottom: 4.0625rem;
    font-size: 1.375rem;
    display: block;
}

.cta--downloads {
    padding-top: 0;
    padding-bottom: 0;
}

.cta--downloads .columns {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.cta--downloads .columns:first-child {
    background-color: #F0F3F4
}

.cta--downloads .cta__desc {
    margin-right: auto;
    margin-left: auto;
    max-width: 43.75rem;
    font-size: 1.125rem;
}

.cta__downloads {
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
    list-style: none;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left
}

.cta__downloads .icon {
    margin-right: .625rem
}

.cta__downloads li+li {
    margin-top: 1.125rem
}

.cta__newsletter {
    margin-bottom: 0
}

.cta__newsletter input,
.cta__newsletter .btn,
.cta__newsletter .sys_cms-form-control .sys_form-submit,
.sys_cms-form-control .cta__newsletter .sys_form-submit {
    font-size: 1.125rem
}

.cta__newsletter input {
    font-weight: 700
}

@media only screen and (min-width: 40.0625em) {
    .cta__newsletter input {
        width: 18.75rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .cta__newsletter input {
        width: 21.25rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .cta__newsletter input {
        width: 27.5rem
    }
}

.hero-banner {
    position: relative;
    height: 85vh;
    min-height: 37.5rem;
    margin-top: -3.9375rem;
    color: #fff;
    background-color: #363537;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero-banner::after {
    background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .hero-banner {
        height: 704px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-banner {
        height: 960px
    }
}

.hero-banner .row {
    /*
    position: absolute;
    bottom: 7.8125rem;
    right: 0;
    left: 0;
    z-index: 2*/
}

.hero-banner__header {
    margin-bottom: .625rem;
    font-size: 3.25rem;
    line-height: 1.1
}

@media only screen and (min-width: 64.0625em) {
    .hero-banner__header {
        margin-bottom: 1rem;
        font-size: 3.75rem
    }
}

.hero-banner__desc {
    margin-bottom: 2rem !important;
    font-size: 1.125rem;
    font-weight: 700
}

@media only screen and (min-width: 64.0625em) {
    .hero-banner__desc {
        font-size: 1.25rem
    }
}

.hero-banner__arrow {
    display: none
}

@media only screen and (min-width: 43.75em) {
    .hero-banner__arrow {
        display: block;
        position: absolute;
        bottom: 0.5rem;
        left: 50%;
        z-index: 2;
        margin-left: -1.8125rem;
        padding: .9375rem;
        color: #fff
    }
}

.hero-banner__arrow:hover,
.hero-banner__arrow:focus {
    border-bottom: 0
}

.hero-banner__contact {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0.55rem 1.875rem;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 69, 112, 0.8);
    color: #757575
}

.hero-banner__contact div{
    display:inline-block;
}

@media only screen and (min-width: 64.0625em) {
    .hero-banner__contact {
        padding-top: 1rem;
        padding-bottom: 1.5rem
    }
}

.hero-banner__contact p {
    margin: 0;
    font-size: 1.5em;
    font-weight: 100;
    color: white
}

.hero-banner__contact p a {
    color: white
}

.page-banner {
    position: relative;
    color: #fff;
    background-color: #6E94A9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-banner.faq {
    height: 12.25rem;
    background-color: #4298B5;
}
.page-banner.faq .page-banner__detail{
    padding-bottom: 0rem;
    position:relative;
}
@media only screen and (min-width: 64.0625em) {
    .page-banner {
        height: 27.1875rem
    }
}
@media only screen and (min-width: 142.0625em) {
    .page-banner {
        height: 37.1875rem
    }
}

.page-banner::after {
    /*background: linear-gradient(to right, rgba(29, 29, 29, 0.8) 0%, rgba(30, 30, 30, 0) 60%);*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.page-banner--solution.page-banner::after{
    background: linear-gradient(to right, rgba(29, 29, 29, 0.8) 0%, rgba(30, 30, 30, 0) 60%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.no-rgba .page-banner::after {
    background-color: #333
}

@media only screen and (min-width: 64.0625em) {
    .page-banner--large {
        height: 31.25rem
    }
}

.page-banner .page-banner__detail {
    position: relative;
    z-index: 2;
    padding-top: 7.5rem;
    padding-bottom: 2.25rem
}

@media only screen and (min-width: 40.0625em) {
    .page-banner .page-banner__detail {
        padding-bottom: 3.25rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-banner .page-banner__detail {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding-top: 0;
        padding-bottom: 6rem
    }
}

.header__white {
    padding: 15px!important;    
    background: rgba(0,0,0,0.6)!important;
}


.page-banner__header {
    margin-bottom: 1.3125rem;
    font-size: 2.375rem;
    line-height: 1.1;
    font-weight: 700
}

@media only screen and (min-width: 64.0625em) {
    .page-banner__header {
        font-size: 3rem
    }
    .page-banner__header.header__small{
        font-size: 2rem
    } 
}

.page-banner__header::after {
    background-color: #fff
}

.page-banner__desc {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700
}

.page-banner .btn,
.page-banner .sys_cms-form-control .sys_form-submit,
.sys_cms-form-control .page-banner .sys_form-submit {
    margin-top: 2.5rem
}

.page-banner__meta {
    margin: 2.5rem 0 0;
    padding: 0 4.375rem 0 0;
    list-style: none
}

.page-banner__meta__item {
    position: relative;
    padding-left: 1.6875rem;
    font-weight: 700
}

@media only screen and (min-width: 40.0625em) {
    .page-banner__meta__item {
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: .625rem
    }
    [dir="rtl"] .page-banner__meta__item {
        margin-right: 0;
        margin-left: 1rem
    }
}

.page-banner__meta__item::after {
    content: "";
    display: block;
    position: absolute;
    top: .4375rem;
    left: 0;
    width: .5rem;
    height: .5rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width: 40.0525em) {
    .page-banner--casestudy .page-banner__detail .page-banner__header {
        font-size: 1.875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-banner--casestudy .page-banner__detail .page-banner__header {
        font-size: 2.5rem
    }
}

.page-banner--careers .page-banner__detail .page-banner__header {
  font-style: italic;
}

.page-banner--careers .page-banner__header::after {
  display: none;
}

@media only screen and (max-width: 40.0525em) {
  .page-banner--careers .page-banner__detail .page-banner__header {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .page-banner--careers .page-banner__detail .page-banner__header {
    font-size: 2.5rem;
  }
}

.page-banner--careers .page-banner__detail .page-banner__desc {
  font-weight: normal;
  font-size: 1.125rem;
}

.page-banner--careers .page-banner__detail .page-banner__desc strong {
  text-transform: uppercase;
}

@media only screen and (min-width: 64.0625em) {
  .page-banner--careers-detail {
    height: 11.875rem;
  }
}

.page-banner--careers-detail::after {
  display: none;
}

.page-banner--careers-detail .page-banner__header::after {
  display: none;
}

.page-banner--careers-detail .page-banner__detail {
  padding-top: 3.75rem;
}

@media only screen and (min-width: 64.0625em) {
  .page-banner--careers-detail .page-banner__detail {
    padding-top: 0;
    padding-bottom: 1.875rem;
  }
}

.page-banner--careers-detail .page-banner__detail .page-banner__desc {
  font-weight: normal;
  font-size: 1.125rem;
}

.page-banner--careers-detail .page-banner__detail .page-banner__desc strong {
  text-transform: uppercase;
}

.page-banner--breadcrumbs .page-banner__detail {
    padding-top: 3.75rem
}

.page-banner--product .page-banner__header {
    margin-bottom: 2.1875rem;
    font-size: 5rem;
    line-height: 1.0;
    font-weight: 700
}


@media only screen and (min-width: 40.0625em) {
  .page-banner--product .page-banner__desc {
        font-size: 1.375rem
    }
}

@media only screen and (min-width: 64.0625em) { 
  	.page-banner--product .page-banner__header.header__small{
    	font-size:3.5rem;
	}
}


.page-banner--sector .page-banner__header::after {
    margin-left: 4.8125rem
}

.page-banner--main::after {
    background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%)
}

@media only screen and (min-width: 64.0625em) {
    .page-banner--main .page-banner__detail .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .page-banner--main .page-banner__detail .columns {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

.page-banner--main .page-banner__header {
    font-size: 2.375rem
}

.page-banner--noimg {
    height: auto;
    color: #363537;
    background-color: transparent
}

.page-banner--noimg .page-banner__detail {
    position: relative
}

.page-banner--noimg .page-banner__header::after,
.page-banner--noimg .page-banner__meta__item::after {
    background-color: #363537
}

.page-banner--noimg.page-banner .breadcrumb .breadcrumb__item {
    color: #363537
}

.page-banner--noimg.page-banner .breadcrumb .breadcrumb__item:hover::after,
.page-banner--noimg.page-banner .breadcrumb .breadcrumb__item:focus::after {
    background-color: #363537
}

.page-banner--noimg::after {
    display: none
}

.page-banner--no-overlay::after {
    display: none
}

.page-banner__sharing {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 2.25rem;
    margin-left: .9375rem;
    color: #fff;
    font-size: 0;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

@media only screen and (min-width: 40.0625em) {
    .page-banner__sharing {
        position: absolute;
        bottom: 2.25rem;
        right: .9375rem;
        margin-top: 0;
        margin-left: 0
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-banner__sharing {
        bottom: 3.5625rem
    }
}

.page-banner__sharing__panel {
    display: inline-block;
    border-radius: 0 2px 2px 0;
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width: 40.0625em) {
    .page-banner__sharing__panel {
        border-radius: 2px 0 0 2px
    }
}

.active .page-banner__sharing__panel {
    background-color: #fff;
    opacity: 1;
    visibility: visible
}

.page-banner__sharing__item {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    margin: 0 .4375rem;
    text-align: center;
    border-radius: 2px
}

@media only screen and (min-width: 40.0625em) {
    .page-banner__sharing__item {
        width: 3.375rem;
        height: 3.375rem;
        line-height: 3.375rem
    }
}

.page-banner__sharing__item:hover,
.page-banner__sharing__item:focus {
    border-bottom: 0
}

@media only screen and (max-width: 40.0525em) {
    .page-banner__sharing .icon {
        font-size: 2.25rem
    }
}

.page-banner__sharing__item--twitter {
    color: #1da1f2
}

.page-banner__sharing__item--twitter:hover,
.page-banner__sharing__item--twitter:focus {
    color: #0d95e8
}

.page-banner__sharing__item--facebook {
    color: #3b5998
}

.page-banner__sharing__item--facebook:hover,
.page-banner__sharing__item--facebook:focus {
    color: #344e86
}

.page-banner__sharing__item--linkedin {
    color: #0077b5
}

.page-banner__sharing__item--linkedin:hover,
.page-banner__sharing__item--linkedin:focus {
    color: #00669c
}

.page-banner__sharing__item--google {
    color: #db4437
}

.page-banner__sharing__item--google:hover,
.page-banner__sharing__item--google:focus {
    color: #d33426
}

.page-banner__sharing__item--trigger {
    margin: 0;
    background-color: #003B5C;
    color: #fff;
    opacity: 1;
    visibility: visible
}

.page-banner__sharing__item--trigger:hover,
.page-banner__sharing__item--trigger:focus {
    background-color: #4298B5
}

@media only screen and (max-width: 40.0525em) {
    .page-banner__sharing__item--trigger .icon {
        font-size: 1.5rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .page-banner__sharing__item--trigger-one {
        display: none
    }
}

@media only screen and (max-width: 40.0525em) {
    .page-banner__sharing__item--trigger-two {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-info+.page-info {
        margin-top: 3.875rem
    }
}

.page-info__details {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.page-info ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-info li+li {
    margin-top: 1.875rem
}

.page-info__header {
    position: relative;
    margin-bottom: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 3px solid #ccc
}

.page-info__details.page-info__benefits li{
       padding-left: 55px;
}

.page-info__details.page-info__benefits li span.glyphicons{
   margin-left: -55px;
}

@media only screen and (min-width: 64.0625em) {
    .page-info__header {
        cursor: default
    }
}

.page-info__header .icon {
    position: absolute;
    top: .1875rem;
    right: 0;
    font-size: .9375rem
}

@media only screen and (min-width: 64.0625em) {
    .page-info__header .icon {
        display: none
    }
}

.page-info__header.active .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-info__subheader {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase
}

.page-info__subheader--primary {
  color: #406C85;
  font-weight: 700;
}

.page-info__link {
    font-size: 1.125rem;
    font-weight: 700
}

.page-info__btn {
    margin-top: 2.8125rem
}

.page-info__avatar {
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 20.0625em) {
    .page-info__avatar {
        max-width: 95px
    }
}

.page-info__img {
    max-width: 48px
}

.page-info__details .glyphicons {
    font-size: 32px
}

.page-benefits__subheader {
    color: #757575
}

@media only screen and (min-width: 40.0625em) {
    .page-benefits .columns:nth-child(2n+1) {
        clear: left
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-benefits .columns:nth-child(2n+1) {
        clear: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-benefits .columns:nth-child(3n+1) {
        clear: left
    }
}

.page-benefits .columns+.columns:last-child {
    float: left
}

.page-benefits__item {
    margin-bottom: 2.5rem;
    padding-bottom: 2.125rem;
    border-bottom: 3px solid #003B5C;
}

@media only screen and (min-width: 40.0625em) {
    .page-benefits__item {
        margin-bottom: 5.0625rem
    }
}

.page-benefits__icon {
    float: left;
    color: #003B5C;
    font-size: 3.125rem
}

.page-benefits__title {
    margin-bottom: 0;
    padding-left: 5.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #406C85;
    text-transform: uppercase
}

.page-benefits__desc {
    margin-bottom: 0;
    padding-left: 5.25rem;
    font-size: 1.125rem
}

.icon-grid__header {
    text-transform: uppercase
}

.icon-grid__desc {
    margin-bottom: 4.0625rem;
    font-size: 1.125rem
}

.icon-grid .columns+.columns:last-child {
    float: left
}

.icon-grid__item {
    margin-bottom: 2.8125rem;
    color: #000
}

@media only screen and (min-width: 40.0625em) {
    .icon-grid__item {
        margin-bottom: 4.6875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-grid__item {
        width: 20%
    }
}

.icon-grid__item:hover,
.icon-grid__item:focus {
    color: #406C85;
    border-bottom: 0
}

.icon-grid__item:hover .icon-grid__subheader::after,
.icon-grid__item:focus .icon-grid__subheader::after {
    width: 100%;
    background-color: #406C85
}

.icon-grid__item:nth-child(2n+1) {
    clear: left
}

@media only screen and (min-width: 40.0625em) {
    .icon-grid__item:nth-child(2n+1) {
        clear: none
    }
}

@media only screen and (min-width: 40.0625em) {
    .icon-grid__item:nth-child(3n+1) {
        clear: left
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-grid__item:nth-child(3n+1) {
        clear: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .icon-grid__item:nth-child(5n+1) {
        clear: left
    }
}

.icon-grid__icon {
    margin-bottom: 2rem
}

.icon-grid__icon img, .icon-grid__icon svg {
    max-height: 74px
}

.icon-grid__subheader {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem;
    text-transform: uppercase;
    color: #406C85
}

.icon-grid__subheader::after {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 3px;
    margin: 1px auto 0;
    background-color: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease
}

.breadcrumb {
    text-transform: uppercase
}

.breadcrumb__item {
    display: inline-block;
    margin-right: .0625rem
}

.breadcrumb__item::after {
    content: '';
    display: block;
    position: relative;
    height: 3px;
    width: 100%
}

.breadcrumb__item:hover,
.breadcrumb__item:focus {
    border-bottom: 0
}

.breadcrumb__item:hover::after,
.breadcrumb__item:focus::after {
    background-color: #406C85
}

.breadcrumb span {
    display: inline-block;
    color: #009639
}

.page-banner .breadcrumb {
    position: relative;
    z-index: 2;
    padding: 1.75rem 0
}

.page-banner .breadcrumb .breadcrumb__item {
    color: #fff
}

.page-banner .breadcrumb .breadcrumb__item:hover::after,
.page-banner .breadcrumb .breadcrumb__item:focus::after {
    background-color: #fff
}

.block {
    position: relative;
    height: 24.125rem;
    background-color: #363537
}

.block--small {
    height: 16rem
}

.block--large {
    height: 23.125rem
}

@media only screen and (min-width: 64.0625em) {
    .block--large {
        height: 39.125rem
    }
}

.block--medium {
    height: 23.125rem
}

.block__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 25rem;
    padding: 0 .9375rem 2.1875rem;
    color: #fff
}

@media only screen and (min-width: 40.0625em) {
    .block__info {
        padding-right: 2.5rem;
        padding-left: 5rem;
    }
}

.block__header {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700
}

.block__desc {
    margin-bottom: 0
}

.block__desc--only {
    font-weight: 700;
    font-size: 1.125rem
}

.block__play {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 64.0625em) {
    .block__play {
        bottom: auto;
        top: 50%
    }
}

.block__play:hover,
.block__play:focus {
    border-bottom: 0;
    color: #009E58
}

.block__play .icon {
    margin-bottom: .75rem
}

.block--img {
    background-repeat: no-repeat;
    /*background-position: center center;*/
  	background-position: top center;
    background-size: cover
}

.block--img::before {
    background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%
}

.block--img-large {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 31.25rem
}

@media only screen and (min-width: 64.0625em) {
    .block--img-large {
        height: 45rem
    }
}

.block--img-large::before {
    background-color: rgba(29, 29, 29, 0.0);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%
}

.no-rgba .block--img-large::before {
    background-color: #1d1d1d
}

.block--img-large .block__info {
    top: 4.5rem;
    bottom: auto;
    max-width: 37.5rem
}

.block--img-large .block__header {
    margin-bottom: 2rem;
    font-size: 1rem;
    text-transform: uppercase
}

.block--img-only::before {
    display: none
}

.block--txt .block__info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50rem;
    padding-bottom: 0
}

.block--txt .block__header {
    margin-bottom: .25rem;
    font-size: 1rem;
    text-transform: uppercase
}

.block--txt .block__desc {
    font-size: 1.125rem;
    line-height: 1.8
}

.block--quote .block__info {
    margin: 0 auto
}

.block--quote .block__desc {
    font-size: 1rem
}

.block--quote .icon {
    position: absolute;
    color: #454545
}

.block--quote .icon-quote-start {
    top: -1.1875rem;
    left: -.9375rem
}

.block--quote .icon-quote-end {
    bottom: -1.0625rem;
    right: -.6875rem
}

.block--video {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 31.25rem
}

@media only screen and (min-width: 64.0625em) {    
    .block--video {
        height: 45rem
    }
    .block--video.video--wistia{
        height: auto;
    }
    /*hacky fix for youtube height for sidebar*/
    aside.sidebar.video-panel .columns{
        padding:0px;
    }
    aside.sidebar.video-panel .block--video{
        height:13rem;
    }
}

.block--video::before {
    background-color: rgba(29, 29, 29, 0.7);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%
}

.block--video.video--wistia::before {
    position: initial;
    background-color: initial
}

.no-rgba .block--video::before {
    background-color: #1d1d1d
}

.block--video .block__info {
    top: 4.5rem;
    bottom: auto;
    max-width: 37.5rem;
    background: #003B5C;
    padding:15px;
}

.block--video .block__header {
    margin-bottom: 2rem;
    font-size: 1rem;
    text-transform: uppercase
}

.block--video .block__desc {
    font-size: 1.5625rem;
    line-height: 1.2
}

@media only screen and (min-width: 40.0625em) {
    .block--video .block__desc {
        font-size: 2rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav {
        background-color: #003B5C;
        text-align: left;
        height: 3.75rem;
        border-bottom: 1px solid #003B5C;
    }
    .secondary-nav-menu-text .secondary-nav__link {
        font-size: .85rem;
    }
    .secondary-nav__link {
        font-size: .85rem !important;
    }
}

@media only screen and (max-width: 77.5em) {
    .secondary-nav .columns {
        padding-right: 0;
        padding-left: 0
    }
}

.secondary-nav__trigger {
    position: fixed;
    bottom: .9375rem;
    right: .9375rem;
    width: 44px;
    height: 44px;
    background-color: #363537;
    border-radius: 2px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 11
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav__trigger {
        display: none
    }
}

.secondary-nav__trigger:hover,
.secondary-nav__trigger:focus {
    border-bottom: 0
}

.secondary-nav__trigger.menu-is-open {
    background-color: transparent
}

.secondary-nav__trigger.menu-is-open span {
    background-color: transparent;
    width: 20px;
    height: 2px
}

.secondary-nav__trigger.menu-is-open span::before,
.secondary-nav__trigger.menu-is-open span::after {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0
}

.secondary-nav__trigger.menu-is-open span::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.secondary-nav__trigger.menu-is-open span::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.secondary-nav__trigger span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.secondary-nav__trigger span::before,
.secondary-nav__trigger span::after {
    content: '';
    position: absolute;
    background: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.secondary-nav__trigger span::before {
    right: -10px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.secondary-nav__trigger span::after {
    left: -10px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.secondary-nav nav {
    position: fixed;
    right: .9375rem;
    bottom: .875rem;
    z-index: 10;
    width: 90%;
    max-width: 25rem;
    background-color: #363537;
    visibilty: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav nav {
        position: static;
        width: auto;
        max-width: 75.625rem;
        visitility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: transparent
    }
}

.secondary-nav nav.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s;
    transition: visibility 0s 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s, -webkit-transform 0.3s
}

.secondary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav__item {
        float: left
    }
}

.secondary-nav__link {
    display: block;
    position: relative;
    padding: 1.25rem .5rem 1.1875rem;
    font-size: .9375rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav__link {
        color: #f0f3f4;
        border-bottom: 0
    }
}

@media only screen and (min-width: 73.75em) {
    .secondary-nav__link {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.secondary-nav__link:hover,
.secondary-nav__link:focus {
    border-bottom: 0
}

.secondary-nav__link:hover {
    color: #003B5C;
    background-color: #f0f3f4;
    height: 3.75rem;
}

.secondary-nav__item--active .secondary-nav__link {
    color: #003B5C;
    background-color: #f0f3f4;
    height: 3.75rem;
}

.secondary-nav__btn {
    width: 100%;
    border-radius: 0
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav__btn {
        float: right;
        width: auto;
        margin-top: .3125rem;
        border-radius: 2px
    }
}

@media only screen and (min-width: 64.0625em) {
    .secondary-nav.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%
    }
}

@media only screen and (min-width: 64.0625em) {
    .main-content.has-top-margin {
        margin-top: 3.75rem
    }
}

.card-listing {
    margin-top: 6px;
    margin-bottom: 3.125rem;
    padding-bottom: 1.25rem
}

.card-listing--no-margin {
    margin-bottom: 0
}

@media only screen and (min-width: 31.25em) and (max-width: 40.0525em) {
    .card-listing__blocks .columns {
        width: 50%
    }
}

.card-listing .columns+.columns:last-child {
    float: left
}

.card-listing__more {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

.card-listing__noresults {
    margin: 0 0 3.125rem
}

.card {
    display: block;
    position: relative;
    height: 18rem;
    margin-bottom: 1.875rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.card:hover,
.card:focus {
    border-bottom: 0
}

.card:hover .card__info,
.card:focus .card__info {
    padding-bottom: 1.625rem;
    border-color: #40B06B
}

.card__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.3125rem 1.875rem;
    background-color: rgba(0, 96, 140, 0.66);
    border-bottom: 4px solid rgba(0, 96, 140, 0.66);
    color: white;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.card__header {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700
}

.card__desc {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    /*font-weight: 600;*/
    color: #f9f9f9
}

.contact-section {
    border-top: 6px solid #fff
}

.contact-section input,.contact-section select  {
  width:94%!important;
  padding: .875rem 1.25rem!important; 
}

.contact-section label[for="subscribe"]{
  float:left;
}
.contact-section input[type="checkbox"]{
  float:left;
  width:auto!important;
  margin-left:20px;
}



.contact-section textarea {
  width:97%!important;
}
.contact-section .sys_form-submit {
  width:initial!important;
}

.contact-section .ui-menu{
 padding:.875rem 1.25rem!important;
 background:white;
 margin-top:15px;
 border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

@media only screen and (min-width: 40.0625em) {
    .map {
        position: relative;
        height: 28.3125rem;
        background-color: #F0F3F4
    }
}

.map__details {
    padding: 1.875rem .9375rem
}

@media only screen and (min-width: 40.0625em) {
    .map__details {
        position: relative;
        padding: 0
    }
}

.map__header {
    font-size: 2rem
}

@media only screen and (min-width: 40.0625em) {
    .map__header {
        font-size: 3rem;
        line-height: 1.0
    }
}

.map__header::after {
    margin-top: 1.25rem;
    background-color: #406C85
}

@media only screen and (min-width: 40.0625em) {
    .map__search {
        position: absolute;
        top: 5.625rem;
        left: .9375rem;
        z-index: 1;
        max-width: 25rem
    }
}

.map__search .input-field {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-right: 3.875rem;
    border: 1px solid #dadada;
    border-radius: 2px
}

@media only screen and (min-width: 40.0625em) {
    .map__search .input-field {
        border: 0
    }
}

.map__search .Select {
    max-width: 280px;
    z-index: 10
}

.map__search select,
.map__search input[type="text"] {
    width: 13.625rem;
    border-color: #fff;
    border-radius: 2px 0 0 2px
}

.map__search .btn,
.map__search .sys_cms-form-control .sys_form-submit,
.sys_cms-form-control .map__search .sys_form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.875rem;
    color: #406C85;
    background-color: #fff;
    border-radius: 0 2px 2px 0
}

.map__search .btn .icon,
.map__search .sys_cms-form-control .sys_form-submit .icon,
.sys_cms-form-control .map__search .sys_form-submit .icon {
    margin: 0
}

@media only screen and (min-width: 40.0625em) {
    .map__search input[type="text"],
    .map__search .btn,
    .map__search .sys_cms-form-control .sys_form-submit,
    .sys_cms-form-control .map__search .sys_form-submit {
        height: 3.25rem
    }
}

.map__search .ui-autocomplete {
    max-height: 216px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: .3125rem 0 0;
    background-color: #fff;
    border: 1px solid #cccccc
}

.map__search .ui-menu .ui-menu-item {
    padding: .625rem 1.3125rem;
    font-size: 1rem;
    border-top: 1px solid #cccccc
}

.map__search .ui-menu .ui-menu-item:first-child {
    border-top: 0
}

.map__search .ui-menu .ui-state-focus,
.map__search .ui-menu .ui-state-active {
    margin: 0;
    color: #009639;
    font-weight: 700
}

.map__canvas {
    height: 18.75rem
}

@media only screen and (min-width: 40.0625em) {
    .map__canvas {
        height: 100%
    }
}

.map__marker {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 23px;
    text-align: center;
    background-color: #406C85;
    border-radius: 50%
}

.map__marker--dist {
    background-color: #009639
}

.contact__location {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-top: 5px solid #fff
}

.contact__location h2.header{
    text-transform: uppercase;
}

.contact__showall {
    margin-top: -3.125rem;
    padding-bottom: 3.125rem
}

.contact-card {
    margin-bottom: 2.4375rem;
    padding-bottom: 1rem;
    background-color: #fff
}

.contact-card__header {
    position: relative;
    margin-bottom: .5625rem;
    padding: .8125rem 4.625rem .8125rem 1.4375rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #406C85
}

[dir="rtl"] .contact-card__header {
    padding-right: 1.4375rem;
    padding-left: 4.625rem
}

.contact-card__count {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    line-height: 28px;
    text-align: center;
    background-color: #003B5C;
    border-radius: 50%
}

[dir="rtl"] .contact-card__count {
    left: 23px;
    right: auto
}

.contact-card__item {
    margin: 0 1.4375rem;
    padding: .875rem 0
}

.contact-card__item strong {
    font-size: 1.0625rem
}

.contact-card__item span {
    display: block;
    word-wrap: break-word
}

.contact-card__item a {
    font-weight: 700
}

.contact-card__icon {
    float: left
}

.contact-card__info {
    display: block;
    padding-left: 3.125rem
}

.contact-card__item+.contact-card__item {
    border-top: 1px solid #ccc
}

.contact-card__item--phone a {
    font-weight: 400;
    color: #363537
}

.contact__location+.contact__location .contact-card__btn {
    display: none
}

.contact-card--distributor .contact-card__header {
    background-color: #009639
}

.contact-card--distributor .contact-card__count {
    background-color: #A1CCDA;
}

.prod-features {
    text-align: center
}

.prod-features>.row {
    position: relative
}

.product-card-listing {
    margin: 3px
}

.product-card-listing .medium-4 {
    width: 100%
}

@media only screen and (min-width: 46.875em) {
    .product-card-listing .medium-4 {
        width: 33.33333%
    }
}

.product-card {
    position: relative;
    border: 3px solid #fff;
    background-color: #F0F3F4
}

.product-card__detail {
    padding: 1.75rem .9375rem 1.875rem
}

@media only screen and (min-width: 90.0625em) {
    .product-card__detail {
        padding-right: 3.125rem;
        padding-left: 3.125rem
    }
}

.product-card__detail_contact{
    padding: 1.75rem .9375rem 0px
}

.product-card ul {
    padding: 0;
    margin: 0 0 2.5rem;
    list-style: none
}

.product-card .slick-slider {
    margin-bottom: 0
}

.product-card__slider {
    padding: .625rem 1.25rem
}

@media only screen and (min-width: 46.875em) {
    .product-card__slider {
        padding: 3.9375rem 0 3.5625rem
    }
}

.product-card__item {
    margin: 1.25rem 0
}

.product-card__item:hover,
.product-card__item:focus {
    border-bottom: 0;
    outline: none
}

.product-card__item:hover .product-card__name {
    border-color: #406C85
}

.product-card__icon {
    color: #000
}

.slick-slide .product-card__icon img {
    display: inline-block;
    width: 112px
}

.product-card__name {
    display: inline-block;
    margin-top: 1.375rem;
    margin-bottom: .125rem;
    font-size: 1.375rem;
    color: #406C85;
    border-bottom: 3px solid transparent
}

.product-card__desc {
    margin-bottom: 0;
    font-size: .9375rem;
    color: #406C85;
    text-transform: uppercase
}

.product-card__bottom {
    padding: 1.875rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.8;
    background-color: #E7E6E6
}

.product-card__bottom p {
    margin: .9375rem 0 0
}

.product-card__useage {
    display: inline-block;
    margin: 0 .1875rem;
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.6875rem;
    background-color: #fff;
    border-radius: 50%
}

.product-card__useage .icon {
    font-size: 1.875rem
}

.product-card--summary {
    background-color: #fff
}

.product-card--summary .product-card__bottom {
    background-color: #F0F3F4
}

@media only screen and (min-width: 64.0625em) {
    .product-card--summary .product-card__bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0
    }
}

.product-listing {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #F0F3F4
}

@media only screen and (min-width: 64.0625em) {
    .product-listing {
        padding-top: 0.5rem
    }
}

.product-listing__inner {
    margin-right: -3px;
    margin-left: -3px
}

@media only screen and (min-width: 64.0625em) {
    .product-listing__inner {
        margin-right: 0;
        margin-left: 0
    }
}

.product-listing--alt {
    background-color: #E7E6E6
}

.product-listing__header {
    margin-bottom: 1.0625rem;
    font-size: 1.125rem
}

.product-listing .row.collapse {
    max-width: 76.625rem
}

@media only screen and (min-width: 40.0625em) {
    .product-listing .row.collapse .columns {
        padding-right: 8px;
        padding-left: 8px
    }
}

.product-listing .columns+.columns:last-child {
    float: left
}

.product-tile {
    display: block;
    position: relative;
    overflow: hidden;
    height: 19.9rem;
    padding: 1.5625rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 80%
}

@media only screen and (min-width: 22.5em) {
    .product-tile {
        background-size: 60%
    }
}

@media only screen and (min-width: 28.125em) {
    .product-tile {
        background-size: 50%
    }
}

@media only screen and (min-width: 37.5em) {
    .product-tile {
        background-size: 40%
    }
}

@media only screen and (min-width: 40.0625em) {
    .product-tile {
        height: 19.9rem;
        background-size: 82%
    }
}

.product-tile:hover,
.product-tile:focus {
    border-bottom: 0
}

.product-tile:hover .product-title__btn--view,
.product-tile:focus .product-title__btn--view {
    left: 1.5625rem
}

.product-tile--white {
    background-color: #fff
}

.product-tile--noimg {
    height: auto
}

.product-tile--slim {
    height: 24.375rem
}

.product-tile--margin {
    margin-bottom: 1.875rem
}

.product-tile__info {
    background-color: #fff
}

.product-tile__header {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.1;
    color: #406C85
}
.product-tile__header.smallText{
  font-size:1rem;
}


.row.mobile-compare {
  margin-top: 15px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 12px;
}
.row.mobile-compare .columns {
  padding:0px;
}

.row.mobile-compare .columns.thumbnail-img{
  	background-repeat: no-repeat;
    background-size: cover;
    height: 9rem;
    position: relative;
    background-position: center -1rem;
}


.row.mobile-compare .product-tile__header {
  font-size:1.5rem
}

.product-tile__desc {
    color: #363537;
    font-size: .9375rem;
    font-weight: 600
}
.product-tile__desc.smallText {    
    
}

.product-title__btn {
    position: absolute;
    bottom: 1.5625rem
}

@media only screen and (min-width: 40.0625em) {
    .product-title__btn--view {
        position: absolute;
        bottom: 1.5625rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .product-title__btn--view {
        left: -9.625rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .product-tile--show-view .product-title__btn--view {
        left: 1.5625rem
    }
}

.product-tile--summary {
    color: #363537;
    background-color: #cccccc;
    height: auto
}

@media only screen and (min-width: 64.0625em) {
    .product-tile--summary {
        height: 20rem
    }
}

.product-tile--summary .product-tile__header {
    margin-bottom: .375rem;
    font-size: 1.5rem
}

.product-tile--summary .product-tile__header,
.product-tile--summary .product-tile__desc {
    color: #363537;
    font-weight:500
      
}

.product-tile--summary .product-title__btn {
    position: static
}

@media only screen and (min-width: 64.0625em) {
    .product-tile--summary .product-title__btn {
        position: absolute;
        margin-bottom: 0;
    }
}

.prod-info {
    display: inline-block;
    margin: .625rem;
    padding: 1.5rem 1.0625rem;
    color: #666;
    border: 5px solid #DADDDE;
    background-color: #e4e4e4
}

.prod-info__img {
    max-height: 74px
}

.prod-info__title {
    margin: 1.25rem 0 0;
    font-size: 1.125rem;
    font-weight: 400
}

.casestudy {
    margin-top: 6px;
    margin-bottom: 6px
}

.casestudy__img {
    height: 410px
}

@media only screen and (min-width: 64.0625em) {
    .casestudy__img,
    .casestudy__detail {
        height: 610px
    }
}

.casestudy__img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.casestudy__header {
    font-size: 1.375rem;
    color: #406C85
}

.casestudy__desc {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 2.1875rem
}

.casestudy__detail {
    padding: 3.125rem .9375rem;
    background-color: #F0F3F4
}

@media only screen and (min-width: 64.0625em) {
    .casestudy__detail {
        padding: 3.125rem;
        border-left: 6px solid #fff
    }
}

@media only screen and (min-width: 90.0625em) {
    .casestudy__detail {
        padding: 6.25rem
    }
}

.code-gallery {
    padding-bottom: 0
}

.code-gallery .slick-slider {
    margin-bottom: 0
}

.code-gallery .slick-slide img {
    display: inline-block
}

.code-gallery__title {
    max-width: 25rem;
    font-size: 1.5625rem;
    text-align: left
}

@media only screen and (min-width: 64.0625em) {
    .code-gallery__title {
        position: absolute;
        top: 0;
        left: 0
    }
}

.code-gallery__slider {
    text-align: center
}

.code-gallery__item {
    position: relative
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

.compare-table th {
    padding: 0 1px;
    text-align: left;
    vertical-align: bottom
}

@media only screen and (min-width: 76.9375em) {
    .compare-table th {
        padding: 0 .5rem
    }
}

.compare-table th>div {
    border-bottom: 3px solid #406C85
}

.compare-table th:last-child,
.compare-table th.last-child {
    padding-right: 0
}

.compare-table td {
    padding: .625rem .9375rem;
    font-size: .9375rem;
    border-bottom: 1px solid #dedede
}

.compare-table tr:last-child td,
.compare-table tr.last-child td {
    border-bottom: 0
}

th.compare-table__title {
    padding-left: 0
}

th.compare-table__title>div {
    border-color: #009639
}

.compare-table__header {
    padding-left: .9375rem;
    margin-bottom: .625rem;
    font-size: 1rem;
    text-transform: uppercase
}

.compare-table__stat {
    display: inline-block;
    padding: .1875rem .4375rem;
    background-color: #E7E6E6;
    border-radius: 1.6875rem
}

.compare-table .icon-tick {
    color: #009E58
}

@media only screen and (max-width: 76.875em) {
    .compare-table .product-tile {
        height: auto;
        padding: .9375rem;
        background-image: none !important
    }
    .compare-table .product-tile .product-tile__header {
        font-size: 1.125rem
    }
    .compare-table .product-tile .product-tile__desc,
    .compare-table .product-tile .product-title__btn {
        display: none
    }
}

.video-tile {
    display: block;
    position: relative;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.video-tile::before {
    background-color: rgba(29, 29, 29, 0.7);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%
}

.no-rgba .video-tile::before {
    background-color: #1d1d1d
}

.video-tile:hover,
.video-tile:focus {
    border-bottom: 0;
    color: #009E58
}

.video-tile__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-tile__play .icon {
    margin-bottom: .75rem
}

.resource-type__header {
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.375rem
}

.resource-type__header .icon {
    margin-right: .9375rem;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.active .resource-type__header .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.resource-type__header a {
    color: #363537
}

.resource-type__header a:hover,
.resource-type__header a:focus {
    border-bottom: 0
}

.resource-type+.resource-type {
    border-top: 3px solid #E3E9EC
}

.js .resource-listing {
    display: none
}

.js .resource-listing.toggle-panel--active {
    display: block
}

.resource-listing .columns+.columns:last-child {
    float: left
}

.resource {
    margin-bottom: 1.875rem;
    background-color: #F0F3F4
}

.resource:before,
.resource:after {
    content: " ";
    display: table
}

.resource:after {
    clear: both
}

@media only screen and (min-width: 40.0625em) {
    .resource__img {
        float: left
    }
}

.resource__img img {
    width: 100%
}

.resource__info {
    padding: 1rem .9375rem
}

@media only screen and (min-width: 40.0625em) {
    .resource__info {
        padding-left: 10.9375rem;
        padding-right: 1.5625rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .resource__info--noimg {
        padding-left: 1.5625rem
    }
}

.resource__header {
    margin-bottom: .625rem;
    font-size: 1.125rem
}

.resource__desc {
    font-size: .9375rem
}

.resource__meta {
    margin-bottom: 0;
    font-size: .8125rem;
    text-transform: uppercase
}

.Select {
    position: relative
}

.Select,
.Select div,
.Select input,
.Select span {
    box-sizing: border-box
}

.Select.is-disabled>.Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled>.Select-control:hover {
    box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none
}

.Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 46px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06)
}

.Select-control .Select-input:focus {
    outline: none
}

.is-searchable.is-open>.Select-control {
    cursor: text
}

.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.is-open>.Select-control>.Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
    cursor: text
}

.is-focused:not(.is-open)>.Select-control {
    border-color: #406C85;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1)
}

.Select-placeholder,
.Select--single>.Select-control .Select-value {
    bottom: 0;
    color: #767676;
    left: 0;
    line-height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.has-value.Select--single>.Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus {
    color: #406C85;
    outline: none;
    text-decoration: underline
}

.Select-input {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.Select-input>input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 14px;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.is-focused .Select-input>input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    padding-top: 1px
}

.Select-clear-zone:hover {
    color: #D0021B
}

.Select-clear {
    display: inline-block;
    font-size: 22px;
    line-height: 1
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-top: 4px;
    padding-right: 20px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 4px;
    display: inline-block;
    height: 0;
    width: 0
}

.is-open .Select-arrow,
.Select-arrow-zone:hover>.Select-arrow {
    border-top-color: #666
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

@-webkit-keyframes "Select-animation-fadeIn" {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes "Select-animation-fadeIn" {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, 0.04);
    color: #333
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, 0.08);
    color: #333
}

.Select-option.is-disabled {
    color: #cccccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: #406C85;
    border-radius: 2px;
    border: 1px solid #406C85;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    margin-left: 10px;
    margin-top: 9px;
    vertical-align: top;
    padding-left: 6px
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #406C85;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #406C85;
    text-align: center;
    line-height: 16px;
    font-size: 16px
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:active {
    color: #000
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc
}

@keyframes "Select-animation-spin" {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes "Select-animation-spin" {
    to {
        -webkit-transform: rotate(1turn);
    }
}

.modal {
    visibility: hidden;
    position: fixed;
    z-index: 100;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f3f4;
    background-color: rgba(0, 0, 0, 0.4)
}

.modalContent {
    position: relative;
    background-color: #f0f3f4;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#playButton {
    cursor: pointer;
    width: 10%
}

#loadingImg {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    z-index: 0
}

#renderCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    padding: 0%;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #333;
    opacity: .75;
    filter: alpha(opacity=75)
}

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

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

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

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

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    color: #000;
    filter: alpha(opacity=100)
}

.mfp-close:hover,
.mfp-close:focus {
    border-bottom: 0;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.popup--video .mfp-close {
    color: #fff;
    right: -6px
}

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

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

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

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

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

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

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

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

.mfp-iframe-holder .mfp-close {
    top: -45px
}

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

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

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

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

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

.mfp-figure figure {
    margin: 0
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

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

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

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

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

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .75
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.popup {
    position: relative;
    padding: 4.375rem 6px;
    width: auto;
    max-width: 840px;
    margin: 20px auto;
    background-color: #fff
}
.country-region.popup{
    max-width:90%;
}

@media only screen and (min-width: 20.0625em) {
    .popup {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .popup {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

.popup--video {
    padding: 0;
    max-width: 1300px;
    margin-top: 40px;
    margin-bottom: 40px
}

.popup--video .mfp-close {
    top: -45px
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    max-height: 35rem;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-prev,
.slick-next,
.slick-up,
.slick-down {
    position: absolute;
    padding: 0;
    margin: 0;
    cursor: pointer;
    top: 48%;
    z-index: 10;
    opacity: 1;
    text-align: center;
    color: #000;
    background-color: transparent;
    border: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-up:hover,
.slick-up:focus,
.slick-down:hover,
.slick-down:focus {
    color: #406C85;
    opacity: 1;
    border-bottom: 0
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-up.slick-disabled,
.slick-down.slick-disabled {
    cursor: not-allowed;
    opacity: 1
}

.slick-prev {
    left: 0
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0
}

.slick-next {
    right: 0
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto
}

.slick-up {
    top: 1.125rem;
    right: 0;
    left: 0;
    width: 100%
}

.slick-down {
    top: auto;
    right: 0;
    left: 0;
    bottom: 1rem;
    width: 100%
}

.slick-prev--big,
.slick-next--big {
    top: 50%;
    width: 8rem;
    height: 8rem;
    margin-top: -5.5625rem;
    line-height: 7.75rem;
    background-color: #fff;
    border-radius: 50%;
    color: #757575
}

.slick-prev--big,
.slick-prev--big .icon,
.slick-next--big,
.slick-next--big .icon {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.slick-prev--big {
    left: -5.3125rem
}

[dir="rtl"] .slick-prev--big {
    left: auto;
    right: -5.3125rem
}

.slick-prev--big .icon {
    position: relative;
    right: -2.25rem
}

[dir="rtl"] .slick-prev--big .icon {
    left: -2.25rem;
    right: auto
}

.slick-prev--big:hover,
.slick-prev--big:focus {
    left: -3.125rem
}

[dir="rtl"] .slick-prev--big:hover,
[dir="rtl"] .slick-prev--big:focus {
    left: auto;
    right: -3.125rem
}

.slick-prev--big:hover .icon,
.slick-prev--big:focus .icon {
    right: -.9375rem
}

[dir="rtl"] .slick-prev--big:hover .icon,
[dir="rtl"] .slick-prev--big:focus .icon {
    left: -.9375rem;
    right: auto
}

.slick-next--big {
    right: -5.3125rem
}

[dir="rtl"] .slick-next--big {
    left: -5.3125rem;
    right: auto
}

.slick-next--big .icon {
    position: relative;
    left: -2.25rem
}

[dir="rtl"] .slick-next--big .icon {
    left: auto;
    right: -2.25rem
}

.slick-next--big:hover,
.slick-next--big:focus {
    right: -3.125rem
}

[dir="rtl"] .slick-next--big:hover,
[dir="rtl"] .slick-next--big:focus {
    left: -3.125rem;
    right: auto
}

.slick-next--big:hover .icon,
.slick-next--big:focus .icon {
    left: -.9375rem
}

[dir="rtl"] .slick-next--big:hover .icon,
[dir="rtl"] .slick-next--big:focus .icon {
    left: auto;
    right: -.9375rem
}

.slick-slider {
    margin-bottom: 30px
}

.events-slider__item {
    width: 100%;
    display: inline-block;
}

.events-slider__item .ge-caption-glyph {
    float: left;
}

.events-slider__item .ge-caption-text {
    font-size: smaller;
    font-weight: bold;
}

.slick-dots {
    display: block;
    text-align: center;
    padding: 0;
    margin: 1.875rem 0;
    width: 100%;
    line-height: 0px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 4px;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button {
    border: 2px solid #fff;
    background-color: #333;
    display: block;
    height: 14px;
    width: 14px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 1
}

.slick-dots li.slick-active button {
    border: 0;
    background-color: #333;
    opacity: 1
}

.ui-helper-hidden {
    display: none
}

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

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

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

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

.ui-helper-clearfix {
    min-height: 0
}

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

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container img {
    max-width: none !important
}

.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-tile-pane {
    z-index: 2
}

.leaflet-objects-pane {
    z-index: 3
}

.leaflet-overlay-pane {
    z-index: 4
}

.leaflet-shadow-pane {
    z-index: 5
}

.leaflet-marker-pane {
    z-index: 6
}

.leaflet-popup-pane {
    z-index: 7
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-clickable {
    cursor: pointer
}

.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078A8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px
}

.leaflet-control-zoom-out {
    font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url("../images/map/layers.png");
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url("../images/map/layers2x.png");
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    font-size: .8125rem
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
    border-bottom: 0
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.fadeout {
    position: absolute;
    bottom: 2em;
    width: 100%;
    height: 266px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%)
}

.columns.hiddenform {
    display: none;
    position: absolute;
    bottom: 5.2rem;
    left: 2rem;
    background: #efefef
}

@media only screen and (min-width: 64.063em) {
    .columns.hiddenform {
        left: 39rem
    }
}

.columns.hiddenform .sys_fieldcontent {
    margin-bottom: 0px
}

.columns.hiddenform input {
    padding: .875rem 1.25rem;
    font-size: 1rem;
    color: #363537;
    border: 1px solid #dadada;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 100% !important
}

.columns.hiddenform .close_form{
  	margin-bottom: 10px;
    font-weight: 700;
    cursor: pointer;
    float: right;
    padding: 5px;
  	
}

section.landing-page01.landing-page-quote {
    background-color: rgba(0, 81, 119, 0.89)
}

section.landing-page01.landing-page-quote .quote-image {
    height: 27.1875rem;
    background-size: cover
}

p.required label:before {
    content: "*";
    color: red
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.landing-page01.landing-page-quote .quote-image {
        height: 31.6rem
    }
}

section.landing-page01 blockquote{
    font-size: 1.9rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 90em) {
    section.landing-page01 blockquote{
    font-size: 1.25rem;
    }
 }

section.landing-page01 cite {
    color: white
}

/*SOLUTION CONTACT FORM*/
.solution-form .hide {
    display:none;
}

.solution-form .sys_fieldcontent{
    margin-bottom:0px;
}

.solution-form .sys_cms-form-body .sys_cms-form-item {
    margin:0px;
    padding: 7px 0 8px 0px;
    position:initial;
}

.solution-form .sys_cms-form-body input.sys_medium, 
.solution-form .sys_cms-form-body select.sys_medium {
    width:100%;
    padding: .875rem 1.25rem;
}

/* CAREERS PAGES */
.career-search {
  margin-top: 30px;
  font-size: 0;
}

.career-search input,
.career-search select {
  width: 100%;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 42.8125em) {
  .career-search input,
  .career-search select {
    display: inline-block;
    width: auto;
    height: 3.25rem;
    vertical-align: top;
    margin: 0 0.3125rem;
  }
}

.career-search input:last-child,
.career-search select:last-child {
  margin-bottom: 0;
}

.career-search input[type="search"] {
  font-weight: 700;
}

.career-search select {
  background-color: #406C85;
  background-image: url("../images/triangle-down.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #406C85;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.career-search input[type="search"],
.career-search select {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media only screen and (min-width: 42.8125em) {
  .career-search input[type="search"],
  .career-search select {
    width: 17.1875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .career-search input[type="search"],
  .career-search select {
    width: 18.75rem;
  }
}

.career-testimonials .column {
  margin-bottom: 1.875rem;
}

.career-testimonial {
  max-width: 30.125rem;
  margin: 0 auto;
}

@media only screen and (min-width: 64.0625em) {
  .career-testimonial {
    max-width: none;
  }
}

.career-testimonial__img {
  margin-bottom: 0.9375rem;
}

.career-testimonial__img img {
  width: 100%;
}

.career-testimonial__desc p {
  margin: 0;
}

.career-locations-list {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.career-locations-list .column {
  margin-bottom: 1.875rem;
}

.career-locations-all .btn, .career-locations-all .sys_cms-form-control .sys_form-submit, .sys_cms-form-control .career-locations-all .sys_form-submit {
  max-width: 25rem;
}

.careers-listing {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}

.careers-listing .row {
  border-bottom: 1px solid #DADDDE;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  .careers-listing .row {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.careers-listing__headings {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  .careers-listing__headings {
    display: block;
    margin-bottom: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.careers-listing__item {
  padding: 0.625rem 0;
}

.careers-listing__item h3 {
  font-size: 0.875rem;
  margin: 0;
}

@media only screen and (min-width: 40.0625em) {
  .careers-listing__item h3 {
    display: none;
  }
}

.careers-listing__item a {
  font-weight: 700;
}

.career-listing-all .btn, .career-listing-all .sys_cms-form-control .sys_form-submit, .sys_cms-form-control .career-listing-all .sys_form-submit {
  max-width: 25rem;
}
#loading{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
}



/* Header bar and breadcrumb area */
.headerbar {
  color: #f0f0f0;
  background: #009639;
  border-top: 8px solid #009639;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.headerbar a {
  color: #f0f0f0;
}

.headerbar a {
  text-decoration: none;
}

.headerbar .topContactBarButton{
    padding:5px;
    border:2px solid white;
    float:right;
}

.headerbar .topContactBarButton:hover{
    background: white;
    color: #009639;
}
@media only screen and (max-width: 40.0625em) {
    .headerbar .topContactBarButton{
        float:left;
        margin-top:10px;
    }
}

.headerbar_breadcrumb {
  padding-top: 4.8px;
}

@media screen and (min-width: 640px) {
  .headerbar_telbox {
    padding-top: 4.8px;
  }
}

.headerbar_telbox {
  float: right;
  padding-bottom: 10.8px;
}

.telbox {
  float: none;
  min-width: 200px;
}

.telbox span {
  font-weight: 700;
  border-bottom: 3px solid white;
}

/* Header control */
.headerbar .breadcrumb {
  color: #D0E5ED;
}

@media screen and (min-width: 640px) {
  .headerbar_breadcrumb, .headerbar_telbox {
    text-align: left;
  }
  .telbox {
    float: right;
    min-width: auto;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .headerbar {
    border-bottom: 0 none;
  }
  .telbox {
    float: right;
  }
  .telbox--101 {
    margin-right: 20px;
  }
}
/* END - Header bar and breadcrumb area */

/* Hero tab */
.hero {
  height: 438px;
  border-bottom: 11px solid #003B5C;
  overflow: hidden;
  clear: both;
}

@media screen and (min-width: 700px) {
  .hero {
    height: 426px;
    margin-top: 0;
  }
}

.heroslider__link {
  display: block;
  width: 100%;
  height: 100%;
}

/* BASIC CSS  - lifted from the plugin's css file and modified classnames*/
.heroslider {
  min-height: 100%;
}

.heroslider,
.heroslider .arrow_navigation,
.heroslider .heroslider__navigation {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.heroslider .heroslider__navigation > ul {
  margin: 0 auto;
}

.heroslider .heroslider__navigation > ul:after {
  content: "";
  clear: both;
  display: block;
}

.heroslider .heroslider__navigation > ul li {
  overflow: hidden;
  position: relative;
  display: inline;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 12px 15px;
  width: 100%;
  float: left;
  min-height: auto;
  /*border: 2px solid white;*/
  background: rgba(0,0,0,0.5);
  
}

@media screen and (min-width: 700px) {
  .heroslider .heroslider__navigation > ul li {
    width: 33%;
  }
}

@media screen and (min-width: 640px) {
  .heroslider .heroslider__navigation > ul li {
    min-height: 80px;
  }
}

@media screen and (min-width: 1050px) {
  .heroslider .heroslider__navigation > ul li {
    min-height: auto;
  }
}


.heroslider__slidetext {
    background: rgba(0,0,0,0.7);
    box-shadow: none;
}

.heroslider .heroslider__navigation > ul li.heroslider__slide--current,
.heroslider .heroslider__navigation > ul li:hover {
  position: relative;
  margin-top: -4px;
  padding-top: 12px;
  padding-bottom: 16px;
  min-height: auto;
  
}

.heroslider .heroslider__navigation > ul li.tab__standard:before,
.heroslider .heroslider__navigation > ul li:before {
    display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';	
	background: #003B5C;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  
}


.heroslider .heroslider__navigation > ul li.heroslider__slide--current:before,
.heroslider .heroslider__navigation > ul li:hover:before {    	
	bottom: 0%;
    top: auto;
    height: 100%;
}


@media screen and (max-width: 700px) {
  .heroslider .heroslider__navigation > ul li.heroslider__slide--current,
  .heroslider .heroslider__navigation > ul li:hover {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 640px) {
  .heroslider .heroslider__navigation > ul li.heroslider__slide--current,
  .heroslider .heroslider__navigation > ul li:hover {
    min-height: 82px;
  }
}

@media screen and (min-width: 1050px) {
  .heroslider .heroslider__navigation > ul li.heroslider__slide--current,
  .heroslider .heroslider__navigation > ul li:hover {
    min-height: auto;
  }
}

.heroslider .arrow_navigation {
  width: 100%;
  display: none;
}

.heroslider,
.heroslider .arrow_navigation,
.heroslider .heroslider__navigation {
  overflow: visible;
  position: relative;
  width: 100%;
}

.heroslider .heroslider__slides {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.heroslider .heroslider__slides > .heroslider__slide {
  float: left;
  width: 100%;
  height: inherit;
}

.heroslider .heroslider__navigation {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  right: 0;
  width: 100%;
  
}
.heroslider .heroslider__navigation.pushDown{
      bottom:.5rem;
}

@media screen and (min-width: 700px) {
  .heroslider .heroslider__navigation {
    bottom: 4.5rem;
  }
  
}

#container {
  width: 980px;
  margin: 50px auto;
}

.heroslider {
  height: auto;
}

.heroslider .heroslider__navigation > ul {
  margin: 0 auto;
}

.heroslider .heroslider__navigation > ul:after {
  content: "";
  clear: both;
  display: block;
}

.heroslider .arrow_navigation {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: auto;
}

@media screen and (max-width: 700px) {
  .heroslider__navigation > ul {
    padding: 0;
  }
}

.heroslider .arrow_navigation > div {
  position: relative;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  width: auto;
  height: 75px;
  cursor: pointer;
  top: 38%;
  background: #FFF;
  padding: 10px;
  left: auto;
}

.heroslider .arrow_navigation.on > div {
  opacity: 0.6;
}

.heroslider .arrow_navigation > div:hover {
  opacity: 1;
}

.heroslider .arrow_navigation > div > p {
  font-size: 20px;
  position: relative;
  line-height: 45px;
}

.touch .heroslider .arrow_navigation > div {
  padding: 20px;
  width: 30px;
}

.touch .heroslider .arrow_navigation > div > p {
  font-size: 25px;
}

.heroslider .arrow_navigation > div.left {
  padding-right: 20px;
  border-radius: 0 50px 50px 0;
}

.heroslider .arrow_navigation > div.right {
  padding-left: 20px;
  border-radius: 50px 0 0 50px;
}

.heroslider .heroslider__slides {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.heroslider .heroslider__slides > .heroslider__slide {
  float: left;
  width: 100%;
  height: inherit;
  text-align: center;
  background: #F1F1F1;
  background-size: cover;
  background-position: 65% 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 700px) {
  .heroslider .heroslider__slides > .heroslider__slide {
    background-position: center -5px;
  }
}

.lt-ie9 .heroslider .heroslider__slides > .heroslider__slide {
  -ms-behavior: url(../backgroundsize.min.htc);
}

.heroslider__slidetext {
  width: 92%;  
  position: absolute;
  top: 45px;
  color: #fff;
  text-align: left;
  padding: 24px 24px;
  font-size: 1.125rem;
  text-shadow: 1px 1px 0px rgb(0, 0, 0);
  z-index: 2;
  
}

.heroslider__slidetext p {
  margin: 0;
}

.heroslider__slidetext div.btn{
    margin-top:1.2em;
}

@media screen and (min-width: 700px) {
  .heroslider__slidetext {
    display: block;
    top: 16rem;
    width: 600px;
    padding: 36px 48px;
  }
}

@media screen and (max-width: 699px) {
  .heroslider__slidetext {
    display: block;
    top: 10rem;
  }
}

.heroslider__slidetext--heading {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 900;
}

.heroslider__slidetext--subheading {
  text-transform: uppercase;
  color: #009639;
  display: block;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
}

.heroslider__slidetext--highlight,
.heroslider__slidetext span {
  color: #009639;
}

.heroslider__image {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .heroslider__image {
    width: auto;
    margin: 0;
    height: 100%;
    max-width: inherit;
  }
}
/*fix to override existing CSS*/
/*.hero-banner a.heroslider__link .row {
  position: initial;
}*/

.hero-banner.carousel{
    margin-top:0px;
}
.hero-banner.carousel:after{
  background: none;
  content: none;
  position: inherit;
  top: inherit;
  left: initial;
  z-index: initial;
  width: initial;
  height: initial;  
}

/* ENS - Hero tab */


.async-hide {
    opacity: 0 !important
}

.lang-banner{
    display:none;
}

.alert-box {
    //border-style: solid;
    //border-width: 1px;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1.11111rem;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #f08a24;
    //border-color: #0078a0;
    color: #FFFFFF;
}
.alert-box .close {
    //right: 0.22222rem;
    background: inherit;
    color: white;
    font-size: 1.22222rem;
    //line-height: .9;
    //margin-top: -0.61111rem;
   // opacity: 0.3;
    //padding: 0 6px 4px;
    //position: absolute;
    top: 50%;
    padding-left:15px;
}

.alert-box.alert-box-grey{
   background-color: #484848;

}
.alert-box .btn{
    /* padding: 0.135rem 1.313rem;
    background: none;
    border: 2px solid #ABAAAD;
    float:left; */
}
.alert-box #locationBanner{
    height: 2rem;
    padding:5px;
    background: gray;
    color: white;
}

.alert-box.alert-box-generic{
    background-color: #003b5c;
    background: #003b5c;
    text-align: center;
    margin-bottom:0px;
    width:100%;
}
.alert-box.alert-box-generic a{
    color:white;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */.flag{display:inline-block;width:32px;height:32px;background:url('/site-elements/images/flags/flags.png') no-repeat}.flag.flag-nl{background-position:0 -96px}.flag.flag-dk{background-position:0 -32px}.flag.flag-se{background-position:-128px -96px}.flag.flag-mx{background-position:-160px -64px}.flag.flag-ie{background-position:0 -64px}.flag.flag-in{background-position:-32px -64px}.flag.flag-es{background-position:-32px -32px}.flag.flag-it{background-position:-64px -64px}.flag.flag-cn{background-position:-96px 0}.flag.flag-pl{background-position:-32px -96px}.flag.flag-gb{background-position:-128px -32px}.flag.flag-sk{background-position:-160px -96px}.flag.flag-kr{background-position:-96px -64px}.flag.flag-ru{background-position:-96px -96px}.flag.flag-ca{background-position:-64px 0}.flag.flag-us{background-position:-32px -128px}.flag.flag-ae{background-position:0 0}.flag.flag-fr{background-position:-96px -32px}.flag.flag-tw{background-position:0 -128px}.flag.flag-de{background-position:-160px 0}.flag.flag-lu{background-position:-128px -64px}.flag.flag-be{background-position:-32px 0}.flag.flag-cz{background-position:-128px 0}.flag.flag-gr{background-position:-160px -32px}.flag.flag-eu{background-position:-64px -32px}.flag.flag-pt{background-position:-64px -96px}


/*Feedback comment*/
.p_feedback .switch-field {  
  padding: 10px;
  overflow: hidden;
}
.p_feedback .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.p_feedback .switch-field label {
  float: left;
}
.p_feedback .switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: #ffffff;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  text-shadow: none;
  padding: 0px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}
.p_feedback .switch-field label:hover {
	cursor: pointer;
}
.p_feedback .switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p_feedback .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.p_feedback .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.p_feedback input#switch_left:checked + label{
    background-color:#009639!important;    
}
.p_feedback input#switch_left + label{
    background-color:#c9ffe1!important;    
}
.p_feedback input#switch_right:checked + label{
    background-color:#ff0000!important;
}
.p_feedback input#switch_right + label{
    background-color:#fde0e0!important;
}
.p_feedback .optional_comment{
    display:none;
}


/*SOLUTION FLOATING LABLE FORM*/

.form-floating-label {
    position: relative;
    
  }
.form-floating-label select{
    
    padding: 1.2rem 1.25rem;
    -webkit-padding-after: 17px;
    
}
  
  .form-floating-label [type='text'],
  .form-floating-label [type='password'],
  .form-floating-label [type='date'],
  .form-floating-label [type='datetime'],
  .form-floating-label [type='datetime-local'],
  .form-floating-label [type='month'],
  .form-floating-label [type='week'],
  .form-floating-label [type='email'],
  .form-floating-label [type='number'],
  .form-floating-label [type='search'],
  .form-floating-label [type='tel'],
  .form-floating-label [type='time'],
  .form-floating-label [type='url'],
  .form-floating-label [type='color'],
  .form-floating-label textarea {
    margin-bottom: 0;
    color: #8a8a8a;
    font-size: 1rem;
    font-weight: 300;
    padding: 23px 1rem 1rem 8px!important;
    line-height: 1rem;
  }
  
  .form-floating-label label {
    color: #cacaca;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 9px;
    bottom: 9px;
    transition: all 0.2s ease-in;
    font-weight: 300;
  }
  
  .form-floating-label textarea ~ label {
    top: 20px;
    font-size: 18px;
    font-weight: 300;
  }
  
  .form-floating-label input:focus ~ label,
  .form-floating-label input:disabled[value] ~ label,
  .form-floating-label.has-value input ~ label,
   .form-floating-label select.has-value ~ label
   {
    top: 0;
    font-size: 14px;
    color: #406C85;
    font-weight: 400;
  }
  
  .form-floating-label textarea:focus ~ label,
  .form-floating-label.has-value textarea ~ label {
    top: 0;
    font-size: 14px;
    color: #406C85;
    font-weight: 400;
  }

  .form-floating-label .input-validation-error{
   -webkit-box-shadow: -5px 0px 0px 0px #FF0000;
    box-shadow: -5px 0px 0px 0px #FF0000;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  @keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

aside .aside__item label.terms_conditions,
aside .aside__item label.terms_conditions a {    
    font-size:small
}

.columns.no-padding {
    padding:0px
}
  
.legal-text{
    background-color: #e0e0e0;
    color: #363537;
    padding-top:10px;
    padding-bottom: 10px;
    text-align: center;
}

/*ALL product listing*/
.product-listing-all h2{
    background-color: #005983;
    padding: 5px 1.4em;
    color: white;
}
.product-listing-all > .row > .medium-6 > .row:not(:first-child){
margin-bottom:20px;padding:27px; 
}

.product-listing-all > .row > .medium-6:nth-child(1) > .row:nth-child(even),
.product-listing-all > .row > .medium-6:nth-child(2) > .row:not(:first-child):nth-child(odd)
{
    background-color: #f0f3f4;
}

@media only screen and (min-width: 40.0625em){
.product-listing-all .digital-printing {
    width: 49%;
    margin-left: 1%;
    border-left: 1px solid #e4e4e4;
    }   
}

.product-listing-all .digital-printing .row{
   margin-left: 5px;
}
.comparison-button{
    position: absolute;
    bottom: 7%;
    right: 0%;
    display: contents;
}
.comparison-button a{
    padding: .4rem 1.3125rem;
    margin-top: 1rem;
}
.p2p-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 30px 60px;    
    background: #868686; 
    font-size:1.65em;
    font-weight: 700;
    color: #ffffff; 
        width: 100%; 
        transition: 0.5s;  
}
.p2p-button:hover,
.p2p-button:focus {
    background: #009639; 
    color: #ffffff;
    border:none;
}
.p2p-button:active {
    background: #982727;
    border:none;
}
.p2p-button:before{
    content: "\0000a0";
    display: inline-block;
    height: 61px;
    width: 61px;
    line-height: 51px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -38px;
}
.p2p-button:nth-of-type(1):before{
    background: url("/site-elements/images/icons/domino-set/svg/icons-productprinting-icon-charcoal.svg") no-repeat left center transparent;
}
.p2p-button:nth-of-type(2):before{
background:url("/site-elements/images/icons/domino-set/svg/icons-caseprinting-icon-charcoal.svg") no-repeat left center transparent;
}
.p2p-button:nth-of-type(3):before{
background:url("/site-elements/images/icons/domino-set/svg/icons-palletprinting-icon-charcoal.svg") no-repeat left center transparent;
}

.meet-team{
    padding-top: 40px;
    padding-bottom: 10px;
    max-height: 375px;
    height: 375px;
}

.meet-team h3{
    text-align: center;
    color: black;
    margin-bottom: -5px;
    margin-top: 15px;
}
.meet-team img{
    border-radius: 50%; 
    max-width: 200px;
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
.meet-team p{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.meet-team a{
    color: #003B5C;
}

.meet-team-text select, .meet-team-text select option { 
  color: #363537;
}

.meet-team-text select option:first-child{
  color: rgba(0,0,0,0.5);
}


/*VIDEO LISTING PAGE*/
.video-listing .video_title{
    font-size: 1.1em;
    font-weight: 700;
    color: #009639;
    margin-top: 15px;
}
.nowrap{
    white-space:nowrap!important;
}

/*solution listing page intro section*/

section.specialist{
    background-size: contain;
    min-height: 20em;
    background-position: 14%;
}
.specialist{
    color:white;
}
.specialist_title{
    font-size: 2em;
    line-height: 1.2;
    margin-bottom:0.2em;
    margin-top:0.5em;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64.0525em) {
    section.specialist .transparent-bg {
        background:rgba(0,0,0,0.5)!important;        
    }
}
@media only screen and (max-width: 40.0625em) {
    section.specialist {
        padding-top:11.3em;
        background-position-y: -3.8em!important;
    }
}

.validation-summary-errors{
    color:red;
}

/*CTA Sticky Sidebar*/
.cta-button a, .cta-button a:hover, .cta-button a:focus, .cta_button_vertical_text a, .cta_button_vertical_text a:hover, .cta_button_vertical_text a:focus{
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
}

/*CTA Sticky Sidebar - Laptop & Above*/
@media only screen and (min-width: 64.0526em){
    .cta-button {
        position: fixed;
        z-index: 3; 
        transform: rotate(-180deg); 
        right: -25px; 
        top: 400px;
        writing-mode: tb-rl;
        border-radius: 5px;
    }
    .cta_button_vertical_text {
        position: fixed;
        z-index: 3;
        right: -25px; 
        top: 450px;
        writing-mode: tb-rl;
        border-radius: 5px;
    }

    /*IE Fix*/
    _:-ms-input-placeholder, :root .cta-button {
        position: fixed;
        z-index: 3; 
        transform: rotate(-180deg); 
        right: -30px; 
        top: 450px;
        writing-mode: tb-rl;
        border-radius: 5px;
    }

    _:-ms-input-placeholder, :root .cta_button_vertical_text {
        position: fixed;
        z-index: 3;
        right: -30px; 
        top: 450px;
        writing-mode: tb-rl;
        border-radius: 5px;
    }

    /*Edge Fix*/
    @supports (-ms-ime-align: auto){
    .cta-button, .cta_button_vertical_text {
        right: -30px;
    }
    }
}

/*CTA Sticky Sidebar - Tablet&Mobile*/
@media only screen and (max-width: 64.0525em) {
    .cta-button, .cta_button_vertical_text {
        position: initial;
        width: 100%;
        z-index: 3;
        top: 0;
        border-radius: 5px;
    }

    /*IE Fix*/
    _:-ms-input-placeholder, :root .cta-button, .cta_button_vertical_text, .newsletter-sidebar{
        display: none
    }
}

/*E-News Sticky Sidebar (DE Only)*/
    .newsletter-sidebar {
        position: fixed;
        z-index: 3;
        transform: rotate(-180deg);
        top: 300px;
        right: -25px;
        writing-mode: tb-rl;
        border-radius: 5px;
        background: #406C85;
    }
    .newsletter-sidebar:focus {
        background: #406C85;
    }
    .newsletter-sidebar:hover {
        background: #487a96;
    }

/*E-News End*/

/*CTA Sticky Sidebar/E-News Sidebar - Laptop & Above - Firefox Fix*/
@-moz-document url-prefix() {
    @media only screen and (min-width: 64.0526em){
        .cta-button, .cta_button_vertical_text, .newsletter-sidebar {
            right: -30px; 
        }
    }
}

/*Card Slider Component*/
.card_slider {
    padding-top: 0.025rem;
    padding-bottom: 2.125rem;
}
.card_slider_image {
    margin-bottom: 1.625rem;
    margin-right: 0px;
    transition: transform .2s;
}
.card_slider_image:hover, .card_slider_image:focus, .card_slider_image:active{
    transform: scale(1.2);
}
.scroll_area::-webkit-scrollbar {
    display: none;
}
.scroll_nav{
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-color: transparent transparent #406c85;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.scroll_area a{
    display: inline-block;
    text-align: center;
    padding: 5px 5px 15px 5px;
    border-bottom-style: none!important;
}
.center_images{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.card_slider_nav{
    width:125px;
}
.pick_tri{
    position: absolute;
    bottom:0px;
    transition: 1s left;
    width: 0px;
    height: 0;
    border-color: transparent transparent rgb(64, 108, 133);
    border-style: solid;
    border-width: 0px 30px 30px 30px;
    margin-left: auto;
    margin-right: auto;
}
.slider_all_fields{
    padding-top: 10px;
    width: 100%;
}
.slider_text_fields{
    padding: 10px;
}
.slider_heading{
    margin-bottom: 0;
}
.slider_description{
    margin-bottom: 20px;
}
.slider-arrow-left{
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
.slider-arrow-left img{
    top: 80px;
    position: absolute;
    left: 20px;
    max-width: none !important;
}
.slider-arrow-right{
    cursor: pointer;
    float: right;
    padding-top: 80px;
}

.internalImagesSlider{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.internalImagesSlider a{
    border-bottom-style: none;
}
.internalImagesSlider img {
    padding: 35px;
    display: inline-block;
    width: 30%;
    margin:0 1% 0 1%;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .scroll_area {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto;
      overflow: auto;
      overflow: -moz-scrollbars-none;
      scrollbar-width: none;
    }
    .scroll_area::-webkit-scrollbar {
      display: none;
    }
}

@media screen and (max-width: 767px){
    .slider-desktop{
        display: none;
    }
    .internalImagesSlider img{
        padding: 50px;
        display: block;
        width: 100%;
        margin: 0 1% 0 1%;
    }
}

/*Card Slider Component End*/

/*WeChat QR Code on ZH HomePage*/
@media only screen and (min-width: 376px) and (max-width: 1439px) {
    .weChatQRContact {
        width: 250px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .weChatQRContact {
        width: 200px;
    }
}
@media only screen and (max-width: 320px) {
    .weChatQRContact {
        width: 150px;
    }
}
/*WeChat QR Code on ZH HomePage End*/

/*Specialised Solution Entry */
@media only screen and (min-width: 1025px){
    .solution-benefits .columns:nth-child(3n+1) {
        clear: none;
    }
    .solution-benefits .columns:nth-child(2n+1) {
        clear: none;
    }
    .solutionFullWidthImageCaption{
        top: 4.5rem;
        max-width: 37.5%;
        padding-left: 6rem;
    }
}
@media only screen and (max-width: 1024px){
    .solution-benefits-content{
        padding-bottom: 2.25rem;
    }
    .solution-benefits .columns:nth-child(2n+1){
        clear: left;
    }
    .solutionFullWidthImageCaption{
        top: 1rem;
        max-width: 50%;
        padding-left: 2rem;
    }
}
@media only screen and (max-width: 425px){
    .solutionFullWidthImageCaption{
        max-width: 50%;
        padding-left: 2.5rem;
        top: 0.5rem;
    }
    .solutionFullWidthImageText{
        font-size: 0.8rem;
    }
}
.solutionFullWidthImageText{
    text-transform: uppercase;
}
.solution-benefits {
    background-color: #f2f2f2; 
    padding-top: 1.5rem; 
    padding-bottom: 1.5rem;
}
.solution-benefits__icon{
    text-align: center;
    color: #003B5C;
    font-size: 3.125rem;
}
.solution-benefits__title{
    margin-bottom: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #406C85;
    text-transform: uppercase;
}
.solution-benefits__desc{
    margin-bottom: 0;
    text-align: center;
    font-size: 1.125rem;
}
.solutionFullWidthImageCaption {
    position: relative;
    background-color: #003b5c;
}
.solutionFullWidthImageText{
    color: #ffffff;
}
/*Specialised Solution Entry End*/
/*Back to Top Arrow*/
.scrollToTopButton {
    position: absolute;
    bottom: 10px;
    right: -25px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.8;
    background-color: #fff;
    color: #406C85;
    border-color: #406C85;
}
.scrollToTopButton:hover, .scrollToTopButton:active{
    opacity: 1.0;
    background-color: #406C85;
    border-color: #406C85;
    color: #fff;
}
.scrollToTopButton::before {
    border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 1em;
	position: relative;
	top: 0.35em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 1em;
}
/*Back to Top Arrow End*/

/*Customer Testimonials Razor*/
.customer-testimonial {
    padding: 20px 20px 25px;
    background-color: #C8E5ED;
    border: 1px #C8E5ED solid;
    border-radius: 2%;
    margin-bottom: 1.5rem;
}

.customer-testimonial-image-wrap {
    padding: 0 20px 10px 0;
    float: left;
}

.customer-testimonial-image-wrap.testimonial-flip {
    padding: 0px 20px 10px 10px;
    float: right;
}

@media only screen and (max-width: 374px){
    .customer-testimonial-image-wrap {
        float: none;
    }
}

.customer-testimonial-image {
    border: 7px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 5px 0 rgba(50,50,50,.15);
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
}

.customer-testimonial-blockquote {
    text-align: right;
    padding: 0 20px 0px;
}

.customer-testimonial-blockquote.testimonial-flip {
    text-align: left;
}

div.customer-testimonial-source p {
    margin: 0 auto;
}

.customer-testimonial-source {
    text-align: right;
    padding: 0 20px 0px;
}

.customer-testimonial-source.testimonial-flip {
    text-align: left;
    padding: 0 20px 0px;
}

.customer-testimonial-name {
    color: #4298B5;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.customer-testimonial-company {
    font-weight: 300;
    font-style: italic;
}
/*Customer Testimonials Razor End*/

.footer__btns a[title="E-News"]{
    color: #003b5c;
    background-color: white;
    }

    /*T&C banner - can be removed once banner is gone JF-19/12/2019*/
.terms-conditions-banner{
position: -webkit-sticky;
  position: sticky;
      top: 0px;
    z-index: 100;
}

/*Contact Top Notice - Contact Page*/
.contact-top-notice {
    display: flex;
    background: #003B5C;
    max-width: 100%;
    color: #ffffff;
}
.contact-top-notice > div.large-2:nth-child(2){
    background-position: 50%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 89.0em){
    .contact-top-notice > div.large-2:nth-child(1) {
        display: none;
    }
}

/*MODAL FORM*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
/*
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}
*/

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
/*
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
*/

.modalform.popup {
    padding: .375rem 6px;
}

.modalform div.input_wrapper {
    position: relative;
    overflow: hidden;
    min-height: 74px;
}

.modalform input[type=text],
.modalform input[type=email] {
    border: 0;
    border-bottom: 1px solid grey;
    box-shadow: none -webkit-transition: border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

    .modalform input[type=text]:focus,
    .modalform input[type=email]:focus
    .modalform textarea:focus {
        outline: none;
        border-bottom: 1px solid #009639;
        -webkit-box-shadow: 0 2px 2px -2px #009639;
        -moz-box-shadow: 0 2px 2px -2px #009639;
        box-shadow: 0 2px 2px -2px #009639;
    }

.modalform span.glyphicons {
    padding-top: 1.03rem;
    color: #9e9e9e !important;
    font-size: 1.7em;
    float: left;
}

.modalform .select2.select2-container {
    padding-top: 1.03rem;
}

.modalform .select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid grey;
}

.modalform .select2-selection__rendered {
    padding-left: 26px !important;
}

.modalform input.input-validation-error,
.modalform textarea.field-validation-error {
    border: 0;
    border-bottom: 1px solid red !important;
    -webkit-box-shadow: 0px 2px 2px -2px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 2px 2px -2px rgba(255, 0, 0, 1);
    box-shadow: 0px 2px 2px -2px rgba(255, 0, 0, 1);
}

.modalform input.valid {
    border: 0;
    border-bottom: 1px solid #009639 !important;
    -webkit-box-shadow: 0px 2px 2px -2px #009639;
    -moz-box-shadow: 0px 2px 2px -2px #009639;
    box-shadow: 0px 2px 2px -2px #009639;
}

.modalform span.field-validation-error {
    color: red;
    font-size: 0.9em;
}

.modalform .sys_form-submit {
    width: 100%;
}

.select2-selection__arrow {
    padding-top: 3.73rem !important;
}

.modalform input[type=checkbox] {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

.modalform .modalformconfirmation > div{
                        position: relative;
                        top: 45%;
                        transform: translateY(-45%);
                    }

.modalform .thankyoutext{
    font-weight: 600;
    font-size: 1.5em;
}

@media only screen and (max-width: 39.9375em){
    .modalform.popup {
        position: fixed;
        top: 0px;
        left: 0px;
        margin-top: 0px;
    }
    .modalform label, .modalform hr {
        font-weight: initial;
        margin: 3px 0 3px 0;
        font-size:0.9em;
    }
}
@media only screen and (max-width: 64.0625em) {    
    .modalform span.glyphicons,
    .modalform input[type=text],
    .modalform input[type=email] {
        padding: .3rem;
    }

    .modalform span.glyphicons{
        font-size:1.3em;
    }

    .modalform div.input_wrapper {
        min-height: initial;
    }
    .modalform .modalformconfirmation > div{                        
        top: 0%;
        transform: translateY(0%);                        
    }
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    }
.success-checkmark .check-icon {
width: 80px;
height: 80px;
position: relative;
border-radius: 50%;
box-sizing: content-box;
border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
top: 3px;
left: -2px;
width: 30px;
transform-origin: 100% 50%;
border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
top: 0;
left: 30px;
width: 60px;
transform-origin: 0 50%;
border-radius: 0 100px 100px 0;
animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
content: '';
height: 100px;
position: absolute;
background: #FFFFFF;
transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
height: 5px;
background-color: #4CAF50;
display: block;
border-radius: 2px;
position: absolute;
z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
top: 46px;
left: 14px;
width: 25px;
transform: rotate(45deg);
animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
top: 38px;
right: 8px;
width: 47px;
transform: rotate(-45deg);
animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
top: -4px;
left: -4px;
z-index: 10;
width: 80px;
height: 80px;
border-radius: 50%;
position: absolute;
box-sizing: content-box;
border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
top: 8px;
width: 5px;
left: 26px;
z-index: 1;
height: 85px;
position: absolute;
transform: rotate(-45deg);
background-color: #FFFFFF;
}

@keyframes rotate-circle {
0% {
    transform: rotate(-45deg);
}
5% {
    transform: rotate(-45deg);
}
12% {
    transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
}
}
@keyframes icon-line-tip {
0% {
    width: 0;
    left: 1px;
    top: 19px;
}
54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}
@keyframes icon-line-long {
0% {
    width: 0;
    right: 46px;
    top: 54px;
}
65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0px;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}


/*CUSTOMER CENTER DIRECTORY*/
@font-face {
    font-family: 'Glyphicons Regular';
    src: url("/fonts/glyphicons-regular-eot.eot");
    src: url("/fonts/glyphicons-regular-eot.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-regular-woff2.woff2") format("woff2"), url("/fonts/glyphicons-regular-woff.woff") format("woff"), url("/fonts/glyphicons-regular-ttf.ttf") format("truetype"), url("/fonts/glyphicons-regular-svg.svg#glyphiconsregular") format("svg")
}

.buydomino-banner {
    position: relative;
    height: 19rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    margin: 2px 0 2px 0;
}

@media only screen and (max-width: 64.0625em) {
    .buydomino-banner {
        height: 15rem;
    }
}
/* @media only screen and (max-width: 40.0625em) {
    .buydomino-banner{
        height:10rem;
    }
} */

.fixpaddingLR {
    padding-left: 2px;
    padding-right: 2px;
}

.partial-borderbox {
    /* position:relative;     */
    width: auto;
}

    .partial-borderbox:before, .partial-borderbox:after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        border: 2px solid #00527f;
    }

    .partial-borderbox::before {
        left: 0px;
        right: 80%;
        border-right: none;
    }

    .partial-borderbox::after {
        border-left: none;
        right: 0px;
        left: 80%;
    }

.buydomino-cta {
    padding: 71px 0 0 55px;
}

.customer-portal-subtitle {
    color: #00527f;
    font-size: 1.2rem;
}

.customer-portal-title {
    color: #009639;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.customer-portal-subtitle-small {
    color: #00527f;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.directory-heading {
    background-color: #00527f;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.2em;
    margin-top: 20px;
}

.directory-content {
    background-color: #f1f4f5;
}
.directory-heading, .directory-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.directory-content .icon-tick {
    color: #009E58;
}

@media only screen and (max-width: 64.0625em) {
    .directory-heading {
        margin-top: 0px;
        border-bottom: 1px solid white;
    }

        .directory-heading:after {
            content: "+";
            position: absolute;
            right: 15px;
            bottom: 5px;
            font-weight: 700;
            font-size: 1.2em;
        }

        .directory-heading.active:after {
            content: "-";
        }
}

.directory-content .description {
    margin-top: 10px;
    font-style: italic;
}

.directory-content .text-blue, .customer-portal .text-blue {
    color: #003c5d;
}

.contact-box, .contact-box .main_title {
    /* line-height: 2em;    */
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
    padding-bottom: 1em;
}

.directory-content .contact-box:last-child{
    border-bottom:none;
}

.contact-box .glyphicons:before {
    padding: 4px 4px;
}

.contact-box .main_title, .customer-portal .main_title {
    font-size: 1.2em;
    color: #003c5d;
    font-weight: 600;
}

.contact-box .title, .customer-portal .main_title {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: .4em;
}

.contact-box .link a {
    text-decoration: underline;
}

.contact-box.innerContact-box {
    background: #e5e8e9;
    color: #00527f;
    margin-top: 20px;
    padding: 25px;
    border:0;
}

.contact-box.innerContact-box .title {
    margin-top: initial;
}

.contact-box .companyName:not(:first-of-type){
    margin-top:20px;
}

.customer-portal .compare-table thead {
    background-color: #e5e8e9
}

.customer-portal table td, .customer-portal table th {
    border: 1px solid #d5d7d8;
    padding: .225rem .5375rem;
}

.customer-portal table tr:first-child th {
    border-top: 0;
}

.customer-portal table tr:last-child td {
    border-bottom: 0;
}

.customer-portal table tr td:first-child,
.customer-portal table tr th:first-child {
    border-left: 0;
}

.customer-portal table tr td:last-child,
.customer-portal table tr th:last-child {
    border-right: 0;
}

.customer-portal.introduction {
    padding: 50px; 
}

.customer-portal.introduction img {
    width: auto;    
}

.section--white .introduction{
    color:initial;
}

.customer-portal .introduction.heading {
    font-size: 1.5em;
    padding-bottom: .2em;
    font-weight: 700;
}
.customer-portal .introduction.text {
    line-height: 2em;
    margin-bottom: 3em;
}
.customer-portal .introduction.text.quote {
    font-size: 1.5rem;
}
.customer-portal .introduction.name {
    font-weight: 700;
    }
.customer-portal .signature {
    font-style: italic;
}

@media only screen and (max-width: 64.0625em) {
    .customer-portal .introduction.text{
        line-height: 1.5em;
        margin-bottom: 2em;
    }
}

/* END --  CUSTOMER CENTER DIRECTORY */

/*General Table Styles*/
table tr:nth-child(even){
    background-color: #f1f1f1;
}
/*table tr td:nth-child(2){
    padding-left: 5%;
} - Not sure why this was added, check in 6 months and remove.*/
table .tableHeader {
    background-color: #003b5c; 
    color: #ffffff; 
    text-align: center;
}

/*Coding Automation Page Table*/
.coding-automation-table tr td:nth-child(1){
    border-right: 1px solid grey;
}
.coding-automation-table .bottomTableLine {
    text-align: center;
    color:#003b5c;
    border: 2px solid #003b5c;
    font-weight: bold;
}

/*Inner Section Component styling*/
.inner-section-text {
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.checkmarkHeading {
    font-weight: 700;
    color: #406c85;
    padding-left: 1rem;
}

.checkmarkBox{
    padding: 1rem 1rem 0 1rem;
}

/*FOOTER CUSTOMER DIRECTORY*/
.footer__customer_directory > div{
    font-size:0.9em
}
.footer__customer_directory p.department{
    margin-bottom:0px
}
.footer__customer_directory p.department:not(:first-child){
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid white;
}
.footer__customer_directory a{
    color:#ffffff;
}

/*Hero Banner*/
.hero__content {
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-top: 20%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media only screen and (min-width: 64.0625em) {
  .hero__content {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    min-height: 580px;
    padding: 0;
  }
}

.hero__content .btn {
  display: inline-block;
  color: #fff;
  background: #009341;
  border-radius: 2px;
  padding: 0.625rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border: none;
}

.header__hero {
  position: relative;
  padding: 1rem 0;
}

.header__hero:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-rgba .header__hero:before {
  background-color: #000;
}

.header__hero.no-overlay:before {
  display: none;
}

.hero__heading {
  color: #fff;
  font-size: 2.5rem;
  line-height: 45px;
}

.hero__text {
  color: #fff;
  font-size: 1.1875rem;
  line-height: 28px;
}
/*Hero Banner End*/
/*Single Column Content*/
.single-col__image {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.single-col__video {
  margin-top: 3.125rem;
  margin-bottom: 3.75rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.single-col__video iframe,
.single-col__video object,
.single-col__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Single Column Content End*/
/*Multi Column Content*/
.multi-col__heading {
  font-size: 1.3rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.multi-col__image {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.multi-col__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Multi Column Content End*/
/*Double Column Form PopUp */
.double-col__contentform {
    max-width: 90%;
}
.double-col__contentform.border div:nth-child(2) {
    border-right: 1px solid #DADDDE;
}
/*Double Column Form PopUp End*/
/*Full Width CTA*/
.section.full-width-cta {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.section.full-width-cta .cta-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.section.full-width-cta .cta-wrap > * {
  margin: 5px 20px;
}

.section.full-width-cta.section--orient .cta-heading {
  color: #fff;
}

.section.full-width-cta .cta-heading {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
/*End Full Width CTA*/
/*Background Colour Selector*/
.section--white{
    background-color: #FFFFFF;
    color:initial;
}
.section--light-blue{
    background-color: #809dae;
}
/*dark blue*/
.section--orient {
  background-color: #005983;
  color: #fff;
}
.section--light-dm-blue{
    background-color: #c8e5ed;
}
.section--dark-dm-blue{
    background-color: #4298B5;
}
.section--dark-dm-blue > *,  .section--light-blue > *, .section--dark-green > * {
    color:#FFFFFF !important; 
}
.section--light-green{
    background-color: #80cb9c;
}
.section--dark-green{
    background-color: #009639;
}

.section--concrete {
  background-color: #f2f2f2;  
}
.section--concrete > *,
.section--concrete a,
.section--silver > *,
.section--silver a {
    color: initial;
}

.section--light-dm-blue a,
.section--light-green a {
    color: #363537;
}

.section--orient p,
.section--orient a,
.section--dark-dm-blue a,
.section--light-gren a,
.section--light-blue a,
.section--dark-green a,
.section--orient .blockquote,
.section--orient .figcaption {
  color: #fff;
}

.section--silver {
  background-color: #cccccc;
}
/*Background Colour Selector End*/

/*Vertical blocklist*/
.vertical__blockList .columns{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.vertical__blockItem{
    min-height: 6rem;
    color:white;
    display:flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
       
}
.vertical__blockItem.leftBlock{
    font-size: 2.0em;    
    font-weight: 700;
    line-height: 1em;
}
.vertical__blockList .medium-3:nth-of-type(3n + 1){
    background-color: #003b5d;
}
.vertical__blockList .medium-3:nth-of-type(3n + 3){
    background-color: #809dae;
}
.vertical__blockList .medium-3:nth-of-type(3n+2){
    background-color: #4298B5;
}
.vertical__blockItem.rightBlock{
    background-color: #e5e8e9;
    justify-content: left;
    padding-left:20px;
    color:initial;
}
.vertical__blockItem.rightBlock li{
    text-align: left;
}

.vertical__blockItem.rightBlock table tr:nth-child(even){
    background-color: #e5e8e9 !important;
}
@media only screen and (max-width: 40.0525em) {
    .vertical__blockList .columns {
        margin-bottom:0;        
    }
    .vertical__blockList .rightBlock{
        margin-bottom:20px;
    }
}
@media only screen and (min-width: 64em) {
    .vertical__blockItem.rightBlock table {
        text-align: justify;
    }
}
/*END --- Vertical blocklist*/

/*HERO BANNER WITH NAVIGATION OPTIONS*/
.hero-banner.hero-banner-optionTwo {
  height: 35vw;
  min-height: unset;
}
.hero-banner.hero-banner-optionTwo {
  display: block;
}

.hero-banner.hero-banner-optionTwo .heroslider__slide:not(.active) {
  display: none;
}

.heroslider__slide img {
  width: 74%;
  float: left;
  /*JUST FOR TESTING*/
  height: 100%;
  /* width: auto;*/
}
.hero-banner-optionTwo .heroslider-info {
  padding: 0 0 0 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
  height: 100%;
  background: url('/site-elements/images/herobanner-new-bg/grey-bar-black.png') repeat;
  background-size: contain;
}

.hero-banner-optionTwo .heroslider__slidetext {
  width: auto;  
  color: #fff;
  text-align: left;
  padding: 0 17px;
  font-size: 1.125rem;
  text-shadow: 1px 1px 0px rgb(0, 0, 0);
  z-index: 9999;
  background:initial;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner-optionTwo .heroslider-info .tag,
.carousel-selector .tag {
  color: white;
  position: relative;
  /* margin-bottom: 25px; */
  display: inline-block;
  padding: 0.425rem 0.5375rem;
}
.carousel-selector .tag {
  padding: 0.225rem 0.225rem;
  font-size: 0.8em;
  pointer-events:none;
}

.hero-banner.hero-banner-optionTwo .navigation {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  width: 68%;  
}

.hero-banner.hero-banner-optionTwo .navigation .carousel-selector {
  padding: 7px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0px;
  flex-basis: 110px;
  flex-grow: 1;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.hero-banner.hero-banner-optionTwo .navigation .carousel-selector:hover {
  padding: 7px;
  border-bottom: 4px solid #009639;
  background-color: rgb(0, 59, 92);
  background-color: rgba(0, 59, 92, 0.7);
  cursor: pointer;
}

.hero-banner.hero-banner-optionTwo
  .navigation
  .carousel-selector:not(:last-child) {
  /*padding: 7px 15px;*/
  border-right: 1px solid #555555;
}

.hero-banner.hero-banner-optionTwo .navigation .carousel-selector p {
  overflow: hidden;
  margin-top: 10px;
  color: #fff;
  line-height: 17px;
  text-decoration: none;
  width: 100%;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  text-align: left;
  font-size: 0.9em;
  pointer-events:none;
}

.hero-banner-optionTwo .carousel-indicators,
.hero-banner-optionTwo .carousel-control {
  display: none;
} 

.hero-banner-optionTwo .heroslider__slidetext h2{
    font-size:1.6vw;
    margin-top:18px;
}
.hero-banner-optionTwo .heroslider__slidetext p {
    font-size:1.2vw;
}

@media only screen and (min-width: 46.876em) and (max-width: 1231px) {
/*    .hero-banner-optionTwo h2{
        font-size:1.2rem;
    }
    .hero-banner-optionTwo p{
        font-size:1rem;
    }*/
    .hero-banner.hero-banner-optionTwo .navigation{
        width:73%;
    }
}

@media only screen and (max-width: 64.0625em) {
  .hero-banner.hero-banner-optionTwo {
    min-height: initial;
    height: initial;
  }

  .hero-banner-optionTwo .carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    display: block;
  }
  .hero-banner-optionTwo .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 0;
    background: #c1c1c1;
    margin: 0 11px 0 0;
    cursor: pointer;
    display: inline-block;
  }
  .hero-banner-optionTwo .carousel-indicators li.active {
    background: #005983;
  }
  .hero-banner.hero-banner-optionTwo .heroslider__slides {
    position: initial;
  }
  .hero-banner.hero-banner-optionTwo .heroslider__slidetext {
    position: initial;
    background: none;
    margin-top:1em;
    transform: initial;
  }

  .hero-banner.hero-banner-optionTwo .heroslider__slide img {
    width: 100%;
    float: initial;
  }
  .hero-banner-optionTwo .heroslider .heroslider__slides > .heroslider__slide {
    float: initial;
  }

  .hero-banner-optionTwo .heroslider__slide .heroslider-info {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url('/site-elements/images/herobanner-new-bg/b-gradient-up.png');
    padding: 0px;
    background-size: contain;
    margin-top: -30px;
    padding-bottom: 31px;
    margin-bottom: 20px;
  }
  .hero-banner.hero-banner-optionTwo .navigation {
    display: none;
  }
  
  .hero-banner-optionTwo .heroslider__slidetext p {
    font-size: 2vh;
    line-height: 1.3em;
  }
  .hero-banner-optionTwo .heroslider__slidetext h2{
      font-size:2.9vh;
  }
  .hero-banner-optionTwo h2 {
    margin-top: 10px;
  }

  .hero-banner-optionTwo .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 30px;
    color: #fff;
    display: block;
  }
  .hero-banner-optionTwo .carousel-control.right {
    right: 0;
    left: initial;
  }

  .hero-banner-optionTwo .carousel-control .icon {
    position: absolute;
    height: 60px;
    padding: 7px 0 0 0;
    margin: 0;
    top: 18%;
    text-align: left;
  }
  .hero-banner-optionTwo .left .icon {
    left: 0;
    background: url("https://static.markiza.sk/2.0/tvn/grf/m-slider-chevron-back-l.png")
      no-repeat;
  }
  .hero-banner-optionTwo .right .icon {
    right: 0;
    background: url("https://static.markiza.sk/2.0/tvn/grf/m-slider-chevron-back-r.png")
      no-repeat;
  }
  .hero-banner-optionTwo .icon.glyphicons:before {
    padding: 6px 0px;
  }
}

/*END ---- HERO BANNER WITH NAVIGATIONS
/*Related Content Component*/
.e-newsButton, .e-newsButton:focus {
    background-color: #406C85;
}
.e-newsButton:hover {
    background-color: #487a96;
}
.relatedContent::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.relatedContent h2, .relatedContent p, .relatedContent a {
    color: #ffffff;
    position:relative;
}
/*End Related Content Component*/
/*Form handlers styling options*/
.form__heading{  
    font-size: 2.5rem;
    font-weight: bold;
}
.form__subheading{
    font-size: 1.1875rem;
    line-height: 28px;
}

.search-results-offices{
    padding: 21px 0;
    margin-top: -70px!important;
}
.search-results-offices > div.columns{
    zoom: 0.8;
}