@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,400italic,300italic,100italic,500italic);

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
}

* html body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4em;
    min-height:100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position:relative;
    color: #1f487c;
    background:#e4e4e4;
}

hr {
    display: block;
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 0;
    background: none;
    overflow: hidden;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
}

:focus {
    outline:0;
}

b, strong {
    font-weight:600;
}

a {
    color: #1f487c;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

p {
    margin:0 0 2em 0;
    font-size: 105%;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    display:block;
    padding:0;
    margin: 0 0 1.5em 0;
    line-height: 1;
    color: #072e58;
}

h1 {
    font-size: 250%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size:150%;
}

h4 {
    font-size:120%;
}

h5 {
    font-size:110%;
}

h6 {
    font-size:100%;
    font-weight:600;
}

img {
    vertical-align: middle;
}

img, object {
    max-width: 100%;
    height: auto;
}

iframe, object, embed, video {
    max-width:100%;
}

[class^="svg-icon-"], [class*=" svg-icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: sub;
}

ol, ul {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 1.5em;
}

ul li{
    margin:0;
    padding: 0 0 0.30em 0.30em;
    display: list-item;
    list-style: disc;
}

ol li {
    list-style:decimal;
    margin: 0 0 1.5em 0;
}

/* Custom Scroll bars - Grey */
::-webkit-scrollbar {}
::-webkit-scrollbar-track {/*background: rgba(248,248,248,1);*/ border-radius: 10px;}
::-webkit-scrollbar-thumb { border-radius: 8px; /*background: rgba(0,0,0,0.25);*/ padding:10px; border:2px solid rgba(248,248,248,1);}
::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,0.45); }
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.25);}

/** Generic Classes **/
.svg-deffs {
    position: absolute;
    width: 0;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

[class*="grid"] {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1em;
}

[class*="grid-"][class*="-center"] {
    justify-content: center;
}

[class*="grid-"][class*="-top"] {
    align-items: flex-start;
}

.col, [class*="col-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0 1em 2em;
}

[class*='grid']>[class*="col-3"] {
    flex-basis: 25%;
    max-width: 25%;
}

[class*='grid']>[class*="col-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

@media screen and (max-width: 75em) {

    [class*='grid']>[class*="_lg-6"] {
        flex-basis: 50%;
        max-width: 50%;
    }

}

@media screen and (max-width: 48em) {

    [class*='grid']>[class*="_sm-6"] {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 35.5em) {

    [class*='grid']>[class*="_xs-12"] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/** Buttons **/
[class^="btn-"], [class*=" btn-"] {
    position:relative;
    text-decoration:none;
    padding: 1em;
    display: inline-block;
    border: none;
    line-height: 1;
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.btn-red { color: #fff; background: #e53f3a; }
.btn-red:hover { background: #f34742; }

.btn-blue { color: #fff; background: #1f487c; }
.btn-blue:hover {background: #275289;}

/** Layout **/
.l-container {
    max-width: 1368px;
    margin: 0 auto;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}

/** Header **/
.l-header {
    /* position: absolute; */
    width: 100%;
    z-index: 10;
    top: 0;
}

.l-header-top {background: #fff;}
.l-header-btm {background: rgba(32,64,104,0.9);position: absolute;width: 100%;z-index: 10;}

.l-header-top ul,
.l-header-top ul li,
.l-header-btm ul,
.l-header-btm ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.l-header-top ul li,
.l-header-btm ul li{
    display:inline;
}

.l-header-logo,
.l-header-utilities {
    float: left;
}


/** Logo/Phone **/
.l-header-nav-burger {
    display: none;
}

.l-header-logo {
    margin: auto;
    width: 50%;
    padding: 0.5% 0 2% 0;
    line-height: 1;
}

.l-header-logo .logo,
.l-header-logo .phone {
    float:left;
}

.l-header-logo .logo {
    width: 37%;
}

.l-header-logo .phone {
    padding: 0.75em 0 0.75em 1.5em;
    margin: 1em 0 0 4%;
    width: 59%;
    border-left:1px solid #ddd;
}

.l-header-logo .phone div {
    display:block;
    color: #ffc420;
    text-transform:uppercase;
    font-weight:100;
    font-size: 200%
}

.l-header-logo .phone div a{
    color: #1d497c;
    text-decoration:none;
    font-weight: 900;
    letter-spacing:-1px;
}

.l-header-logo .phone div + div {
    font-weight:300;
    color:#1d497c;
    font-size: 100%;
    text-transform: none;
}

/** Utilities **/
.l-header-utilities {
    text-align: right;
    width: 50%;
    padding: 3.5% 0 0 0;
}

.l-header-utilities ul li{
    color:#e0e0e0;
}

.l-header-utilities ul li a{
    color:#1f487c ;
    text-decoration:none;
    font-weight:400;
    padding:0 0.25em;
}

.l-header-utilities ul li a:hover{
    text-decoration:underline;
}

/** Main Nav **/
.l-header-btm ul{
    overflow:hidden;
}

.l-header-btm ul li{
    float:left;
}

.l-header-btm ul li.divider{
    color:rgba(255,255,255,0.20);
    margin: 20px 5px;
}

.l-header-btm ul li a{
    font-size:110%;
    display: block;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    padding: 20px 0.75em;
    position: relative;
}

.l-header-btm ul li a:hover {
}

.l-header-btm ul li a span{
    display:block;
    width:100%;
    height: 0.25em;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.l-header-btm ul li a:hover span{
    background: rgba(255,255,255,0.20);
}

.l-header-btm ul li.active a span{
    background: #ffc420;
}

.l-header .btn-red {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10em;
    max-height: 73%;
}

.l-header-top .resp-btn-red {
    display: none;
}

/******* Featured *******/
.l-featured {
    width: 100%;
}

.l-featured-item {
    display: none;
    position: relative;
    min-height: 31.875em;
    overflow: hidden;
    background: #1C477E;
}

.owl-item .l-featured-item{
    display: block;
    -webkit-animation: fade 300ms;
    -moz-animation: fade 300ms;
    -ms-animation: fade 300ms;
    -o-animation: fade 300ms;
    animation: fade 300ms;
}


.l-featured-item > .l-container{
    z-index: 5;
}

.l-featured-item-copy {
    width: 41.5%;
    color:#fff;
    padding: 10em 0 0 1.75em;
    z-index: 7;
    position: relative;
}

.l-featured-item-copy h1,
.l-featured-item-copy h2,
.l-featured-item-copy h3,
.l-featured-item-copy h4,
.l-featured-item-copy h5 {
    text-transform:uppercase;
    color:#ffc420;
    font-weight: 800;
    font-size: 320%;
    margin: 0 0 0.5em 0;
}

.l-featured-item-copy h1 span,
.l-featured-item-copy h2 span,
.l-featured-item-copy h3 span,
.l-featured-item-copy h4 span,
.l-featured-item-copy h5 span {
    color:#fff;
}

.l-featured-item-copy p{
    font-weight: 300;
    font-size: 125%;
    line-height:1.5;
    margin-bottom: 2.75em;
}

.l-featured-item-copy-cta {
    overflow:hidden;
}

.l-featured-item-copy-cta p,
.l-featured-item-copy-cta .btn-red {
    display:inline-block;
}

.l-featured-item-copy-cta .btn-red {
    padding:1em 8%;
    margin-right:5%
}

.l-featured-item-copy-cta p {
    font-size: 100%
}

.l-featured-item-copy-cta p a{
    color:#fff;
}

.l-featured-item-img {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    overflow: hidden;
    z-index: 3;
}

.l-featured-item-img > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    background-position: center;
    background-size: cover;
}


.l-featured-item-img-edge {
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #1f487c;
    z-index: 4;
}

.l-featured-item-img-edge:after {
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    background:url(/images/featured-tick.png);
    right: -100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 1200px) {

    .l-featured-item-copy {
        width: 55%;
        color:#fff;
        padding: 9em 0 5em 1.75em;
    }
}

@media(max-width: 960px) {

    .l-featured-item-img-edge {
        width: 75%;

        -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
    }

    .l-featured-item-img-edge:after {
        display:none;
    }
}

@media(max-width: 700px) {

    .l-featured-item {
        min-height: 0;
    }

    .l-featured-item .l-container{
        padding:0;
    }

    .l-featured-item-img-edge {
        display:none;
    }

    .l-featured-item-img {
        width: 100%;
    }

    .l-featured-item-copy {
        text-align:center;
        width: 100%;
        padding: 6em 1.75em 1em 1.75em;
        background:rgba(32,64,104,0.90);
        margin: 0 auto;
        font-size:90%
    }

    .l-featured-item-copy-cta p,
    .l-featured-item-copy-cta .btn-red {
        display:block;
    }

    .l-featured-item-copy-cta .btn-red {
        font-size:100%;
        padding: 1.25em 5%;
        margin: 0 auto 1em;
        max-width:15em;
    }
}

/**** Blocks (Module) ****/
.m-blocks {
    padding: 3.25em 0 1.25em 0;
}

@media(max-width: 1100px) {

    .m-blocks {
        padding: 2.5em 0 1.25em 0;
    }
}

@media(max-width: 600px) {

    .m-blocks {
        padding-top: 1.5em;
    }
}

.m-blocks .m-blocks-title {
    font-weight: 300;
    text-align: center;
    font-size: 300%;
    margin-bottom: 1.45em;
}

@media(max-width: 1100px) {

    .m-blocks .m-blocks-title {
        font-size: 4.75vw;
        margin-bottom: 1.3em;
    }
}

.m-blocks .m-blocks-title strong{
    font-weight: 900;
}

.m-blocks-item {
    background: #fff;
    position:relative;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    float: left;
    width: calc(100%/ 4 - 1.5em);
    margin-left: 2em;
    margin-bottom: 2em;
}

.m-blocks-item:first-child {
    margin-left:0;
}

@media(max-width: 1100px) {

    .m-blocks-item {
        width: calc(100%/ 2 - 1.5em);
    }

    .m-blocks-item:nth-child(3n+3) {
        margin-left:0;
    }
}

@media(max-width: 600px) {

    .m-blocks-item {
        float:none;
        width: calc(100%/ 1 - 0em);
        margin:0 auto 2em;
        max-width:500px;
    }

    .m-blocks-item:nth-child(3n+3),
    .m-blocks-item:first-child {
        margin:0 auto 2em;
    }
}

.m-blocks-item:hover {
    background: rgba(255,255,255,0.75);
}

.m-blocks-item .m-blocks-item-img img{

    display:block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.m-blocks-item .m-blocks-item-img{
    position:relative;
}

.m-blocks-item .m-blocks-item-img:after {
    content: '';
    position:absolute;
    bottom:0%;
    left:2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
}

.m-blocks-item:hover .m-blocks-item-img img{
    opacity:0.75;
}


.m-blocks-item .m-blocks-item-copy {
    padding:1.70em 1.25em;
}

.m-blocks-item .m-blocks-item-copy h3,
.m-blocks-item .m-blocks-item-copy p {
    margin:0;
    text-transform:uppercase;
    display:inline-block;
    vertical-align:middle;
}

.m-blocks-item .m-blocks-item-copy h3{
    font-weight: 900;
    font-size:115%;
    margin-right: 30px;
}

.m-blocks-item .m-blocks-item-copy p {
    font-size:75%;
    font-weight:400;
    color:#aeb4bb;
}

.m-blocks-item .m-blocks-item-url {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.m-blocks-help {
    text-align:center;
}

.m-blocks-help > div {
    padding:3em
}

@media(max-width: 1100px) {

    .m-blocks-help > div {
        padding:22% 0.5em
    }
}


.m-blocks-help svg{
    font-size:450%;
    color:#e4e4e4;
    margin-bottom:30px;
}
.m-blocks-help h2{
    font-size:150%;
    text-transform:uppercase;
    margin-bottom: 5px;
    font-weight:800;
}

.m-blocks-help p{
    font-size: 95%;
    font-weight:400;
    color:#072e58;
    margin-bottom: 24px;
    line-height:1;
}

.m-blocks-help [class^="btn-"], .m-blocks-help [class*=" btn-"] {
    padding: 0.85em 19%;
}



/*** Testimonials ***/
.m-testimonials {
    overflow:hidden;
    background: #1f487c;
    color: #b8bdca;
    padding: 5em 0 1em 0;
}

.m-testimonials .svg-icon-speech-bubble {
    font-size:1850%;
    color:#275289;
    position:absolute;
    right:1%;
    top:-0.35em;
    line-height:1;
    z-index:1;
}

.m-testimonials-title {
    font-size: 300%;
    font-weight:800;
    line-height: 1.1;
    color:#fff;
    z-index:2;
    position:relative;
}

.m-testimonials-title span{
    color: #ffc420;
    display: block;
}

.m-testimonials-title a{
    color: #ffc420;
    display: inline-block;
    vertical-align: middle;
    font-size: 50%;
    font-weight:400;
}

.m-testimonial {
    position:relative;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    float: left;
    width: calc(100%/ 3 - 1.35em);
    margin-left: 2em;
    margin-bottom: 5em;
    z-index:2;
}

.m-testimonial:first-child {
    margin-left: 0;
}

.m-testimonial blockquote {
    margin:0;
    padding:0 0 2em 0;
    font-size:110%;
    font-style:italic;
    line-height:1.35;
}

.m-testimonial div {
    font-weight: 800;
    font-size: 170%;
    line-height: 1;
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.m-testimonial div svg{
    color:#ffc420;
    vertical-align:middle;
    margin-left: 0.5em;
    font-size:85%;
}

.m-testimonial div svg+ svg {
    margin-left: -0.35em;
}

@media(max-width: 1024px) {

    .m-testimonials-title {
        font-size: 200%;
        text-align:center;
    }

    .m-testimonials-title a{
        display: block;
    }

    .m-testimonial {
        width: calc(100%/ 1 - 0em);
        float:none;
        margin:0 auto 3em;
        max-width:500px;
        text-align:center;
    }

    .m-testimonial:first-child {
        margin:0 auto 3em;
    }

    .m-testimonial blockquote {
        padding:0 0 1em 0;
    }
}

@media(max-width: 600px) {

    .m-testimonial div span{
        display:block;
        font-size:80%;
    }
}


/*** Contact ***/
.m-contacts {
    overflow:hidden;
    background: #ffc420;
    color: #b8bdca;
    padding: 5em 0 3.5em 0;
    color:#1f487c;
}

.m-contacts-title {
    font-size: 300%;
    font-weight:800;
    line-height: 1.1;
    color:#1f487c;
    z-index:2;
    position:relative;
    text-align: center;
    margin-bottom:0.85em;
}

.m-contact-full-wrapper {
    max-width: 72em;
    margin:auto;
    position: relative;
}

.m-contacts p{
    text-align:center;
    font-weight:400;
    max-width:55em;
    margin: auto;
}

.m-contact {
    position:relative;
    float: left;
    width: calc(100%/ 2 - 1em);
    margin-left: 2em;
    margin-bottom: 2.5em;
    z-index:2;
}

.m-contact:first-child {
    margin-left: 0;
}

.m-contact-or {
    position:absolute;
    text-align:center;
    width:100%;
    height: 18px;
    margin: auto;
    top: -2.20em;
    bottom: 0;
    line-height: 1;
}

.m-contact a {
    color:#fff;
    background: #1f487c;
    margin:0;
    padding:0.75em 1em 0.60em 1em;
    border-radius:5px;
    font-size:200%;
    line-height:1;
    font-weight: 800;
    text-decoration:none;
    display:block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-contact a svg{
    font-size:140%;
    vertical-align:middle;
    color: #ffc420;
}

.m-contact a:hover {
    background: #24528d;
}

@media(max-width: 1024px) {

    .m-contacts-title {
        font-size: 200%;
        text-align:center;
    }

    .m-contact {
        width: calc(100%/ 1 - 0em);
        float:none;
        margin:0 auto 3em;
        max-width:500px;
        text-align:left;
        font-size:80%;
    }

    .m-contact:first-child {
        margin:0 auto 1em;
    }

    .m-contact-or {
        position:relative;
        text-align:center;
        width:100%;
        height: auto;
        top: auto;
        bottom: auto;
        margin-bottom:0.50em;
        line-height: 1;
        font-weight:600;
    }
}

@media(max-width: 480px) {

    .m-contact {
        font-size:65%;
    }

    .m-contact a{
        font-weight:600;
    }
}

.l-page-column .m-contacts {
    padding: 2em 1em 1em 1em;
    color:#1f487c;
}

.l-page-column .m-contacts-title {
    font-size: 200%;
}

.l-page-column .m-contact {
    position:relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
}

.l-page-column .m-contact a {
    padding:0.85em 1em 0.75em 1em;
    font-size:150%;
}

.l-page-column .m-contact a span small {
    font-weight:100;
    font-size:65%;
}

@media(max-width: 900px) {

    .l-page-column .m-contact {
        text-align:center;
        margin: 0 auto 1em;
    }
}

/*** Title ***/
.m-title {

    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1C477E;
    margin-bottom: 2.5em;
}

.m-title-copy {
    width: 55%;
    color:#fff;
    padding: 8em 0 4.75em 0;
    z-index: 7;
    position: relative;
}

.m-title-breadcrumbs ul,
.m-title-breadcrumbs ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.m-title-breadcrumbs ul li{
    display: inline-block;
}

.m-title-breadcrumbs ul li a{
    color: #fff;
    text-decoration: none;
}

.m-title-breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.m-title-copy h1{
    color:#ffc420;
    margin-bottom: 0;
    font-size: 320%;
    font-weight: 800;
    text-transform: uppercase;
}

.m-title-copy h1 span{
    color:#fff;
}

.m-title-img {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    overflow: hidden;
    z-index: 3;
}

.m-title-img > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

.m-title-img-edge {
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #1f487c;
    z-index: 4;
}

.m-title-img-edge:after {
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    background:url(/images/featured-tick.png);
    right: -100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}


@media(max-width: 960px) {

    .m-title-img-edge {
        width: 75%;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
    }

    .m-title-img-edge:after {
        display:none;
    }
}

@media(max-width: 700px) {

    .m-title {
        min-height: 0;
    }

    .m-title .l-container{
        padding:0;
    }

    .m-title-img-edge {
        display:none;
    }

    .m-title-img {
        width: 100%;
    }

    .m-title-copy {
        text-align:center;
        width: 100%;
        padding: 6em 1.75em 4em 1.75em;
        background:rgba(32,64,104,0.90);
        margin: 0 auto;
        font-size:90%
    }
}

/*** Page Listing ***/
.l-page-listing-featured {

}

.l-page-listing-item,
.l-page-listing-featured-item {
    position:relative;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    float: left;
    margin-bottom: 2em;
    border-radius: 3px;
    margin-left: 2em;

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.l-page-listing-item-url {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.l-page-listing-featured-item {
    background: #ffc420;
    width: calc(100%/ 3 - 1.35em);
}

.l-page-listing-featured-item:first-child {
    margin-left: 0;
}

.l-page-listing-featured-item .l-page-listing-item-copy h3 {
    margin-bottom: 0.65em;
    font-size: 155%;
    color: #1f487c;
}

.l-page-listing-featured-item:hover {
    background: #ffc934;
}

.l-page-listing-item:hover .l-page-listing-item-img,
.l-page-listing-featured-item:hover .l-page-listing-item-img {
    background: #255592;
}

/** Featured Listing Advert **/
.l-page-listing-featured-advert-item {
    text-align:center;
    padding:3em 2.2em;
}

.l-page-listing-featured-advert p,
.l-page-listing-featured-advert h3{
    margin:0 0 0.20em 0;
    color: #1f487c;
    line-height:1;
}

.l-page-listing-featured-advert h3{
    font-size:350%;
    font-weight: 800;
}

.l-page-listing-featured-advert p{
    font-size:210%;
    margin:0 0 0.75em 0;
}

.l-page-listing-featured-advert a{

    color: #fff;
    background: #1f487c;
    margin: 0;
    padding: 0.65em 1em 0.45em 1em;
    border-radius: 5px;
    font-size: 180%;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    display: block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align:left;
}

.l-page-listing-featured-advert a svg{
    font-size:145%;
    vertical-align:middle;
    color: #ffc420;
}

/* Normal items */
.l-page-listing-wrapper {
    margin-bottom:1.5em;
}

.l-page-listing-item {
    background: #fff;
    width: calc(100%/ 4 - 1.5em);
}

.l-page-listing-item:first-child {
    margin-left: 0;
}


.l-page-listing-item:nth-child(4n+5) {
    margin-left:0;
    clear: left;
}

@media(max-width: 970px) {

    .l-page-listing-item {
        width: calc(100%/ 3 - 1.5em);
    }

    .l-page-listing-item:nth-child(4n+5) {
        margin-left:2em;
        clear: none;
    }

    .l-page-listing-item:nth-child(3n+4) {
        margin-left:0;
        clear: left;
    }

    .l-page-listing-featured-item {
        width: calc(100%/ 1 - 0em);
        margin: 0 auto 2em;
        max-width: 620px;
        float:none;
    }

    .l-page-listing-featured-item:first-child {
        margin: 0 auto 2em;
    }
}

@media(max-width: 670px) {

    .l-page-listing-item {
        width: calc(100%/ 2 - 1em);
        margin-left: 2em;
    }

    .l-page-listing-item:first-child {
        margin: 0;
    }

    .l-page-listing-item:nth-child(4n+5),
    .l-page-listing-item:nth-child(3n+4) {
        margin:0 0 2em 2em;
        clear:none;
    }

    .l-page-listing-item:nth-child(2n+3) {
        margin:0 0 2em 0;
        clear:left;
    }


}

@media(max-width: 480px) {

    .l-page-listing-item {
        width: calc(100%/ 1 - 0em);
        margin-left: 0;
        height: auto !important;
        clear:left;
        float:none;
    }

    .l-page-listing-item:first-child {
        margin: 0 0 2em 0;
    }

    .l-page-listing-item:nth-child(4n+5),
    .l-page-listing-item:nth-child(3n+4),
    .l-page-listing-item:nth-child(2n+3) {
        margin:0 0 2em 0;
        clear:none;
        clear:left;
    }
}

.l-page-listing-item-img {
    background: #1f487c;
    border-radius: 3px 3px 0 0;
    text-align:center;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.l-page-listing-item-copy {
    text-align: center;
    padding: 1em 1em;
}

.l-page-listing-item-copy h3 {
    margin-bottom: 0;
    font-size: 120%;
    color: #072e58;
    font-weight: 800;
}

.l-page-listing-item-copy p {
    font-size:95%;
    line-height:1.3;
    margin:0 0 1em 0;
}

.l-page-listing-item-copy p:last-child {
    margin:0;
}

/*** Normal Page ***/
.l-page {
    margin-bottom: 2.5em;
}

.l-page-content,
.l-page-column {
    float: left;
}

.l-page-content-left {
    width: 65%;
}

.l-page-column-right {
    width: 32%;
    margin-left:3%;
}

.l-page-column-cta {
    background:#1f487c;
    padding:1.75em 2em;
    text-align:center;
    color:#fff;
}

.l-page-column-cta p{
    margin:0 0 1em 0;
}

.l-page-column-cta p:last-child {
    margin:0;
}

.l-page-column-cta a{
    display:block;
    color:#fff;
}

.l-page-column-cta .btn-red{
    display:block;
    margin-bottom:0.75em;
    font-size:140%;
}

.m-contacts-ticks,
.m-contacts-ticks li {
    margin:0;
    padding:0;
    list-style:none;
    font-size:98%;
}

.m-contacts-ticks {
    margin:2.75em 1em 2.5em 0em;
}

.m-contacts-ticks li {
    margin:0 0 0.75em 2.25em;
    font-weight:400;
    line-height:1.1;
    list-style:disc;
}

@media(max-width: 900px) {

    .l-page-content,
    .l-page-column {
        float: none;
        width:100%;
        margin:0;
    }

    .l-page-column {
        margin-top: 2em;
    }
}

.l-page-content-wrapper {
    background:white;
    padding: 3.75em 3.75em 2em 3.75em;
    color:#1f487c;
}

.l-page-content-wrapper h1,
.l-page-content-wrapper h2,
.l-page-content-wrapper h3,
.l-page-content-wrapper h4,
.l-page-content-wrapper h5 {
    color:#1f487c;
    line-height: 1.2;
    font-weight:800;
}

.l-page-content-wrapper h3 {
    font-size:170%;
}

@media(max-width: 1200px) {

    .l-page-content-wrapper {
        padding: 2.75em 2.75em 1em 2.75em;
    }
}

/** Form **/
fieldset {
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    padding: 2.75em;
}

legend {
    margin:0;
    font-size: 145%;
    font-weight: 800;
    padding: 0 0.5em;
    text-transform:uppercase;
}

label{
    cursor:pointer;
    display: block;
    margin-bottom: 1em;
    clear:left;
    overflow:hidden;
    position:relative;
}

label > strong {
    float:left;
    width:40%;
    font-size:95%;
}

label > input[type="text"],
label > input[type="email"],
label > input[type="password"],
label > input[type="phone"],
label > input[type="date"],
label > input[type="url"],
label > input[type="search"],
label > textarea,
label > select {

    font-size: 95%;
    font-weight: 400;
    float:left;
    width: 60%;
    padding: 0.6em 1em;
    border: 1px solid #ccc;
    outline: 0;
    color: #1f487c;
    background-color: #fff;
    border-radius:2px;
}

.m-form-actions {
    padding:0 0 0 40%;
}

.m-form-actions .btn-red {
    display:block;
    width:100%;
}

@media(max-width: 670px) {

    label > strong,
    label > input[type="text"],
    label > input[type="email"],
    label > input[type="password"],
    label > input[type="phone"],
    label > input[type="date"],
    label > input[type="url"],
    label > input[type="search"],
    label > textarea,
    label > select {
        float:none;
        display:block;
        width: 100%;
    }

    label > strong {
        margin-bottom:.50em;
    }

    .m-form-actions {
        padding:0;
    }
}

/** Checkboxes **/
.checkbox {
    position: relative;
    padding: 1.3em 1em 1.2em 3.5em;
    cursor: pointer;
    font-weight:400;
    font-size:90%;
    float:none;
    display:block;
    background:#eaeaea;
    line-height:1;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1; /* Put the input behind the label so it doesn't overlay text */
}

.checkbox-indicator {
    position: absolute;
    top: 1em;
    left: 1.25em;
    display: block;
    width:  1.40em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
    background-color: #fff;
    box-shadow:inset 1px 1px 0 rgba(0, 0, 0, 0.15);
    border-radius:3px;
    background-size: 65% 65%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input:checked ~ .checkbox-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    background-color: #20416a;
    box-shadow: none;
}

/** Select **/
.select {
    position: relative;
}

.select select {
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select:after {
    content: '';
    width: 15px;
    height: 15px;
    pointer-events: none;
    background: url(/images/select-bg.png) no-repeat;
    background-size: cover;
    line-height: 1;
    position:absolute;
    top:0;
    right:2%;
    bottom:0;
    display:inline-block;
    vertical-align: middle;
    z-index: 2;
    margin: auto;
}

@media(max-width: 670px) {

    .select:after {
        top:auto;
        right:3%;
        bottom:18%;
    }
}

/** Newsletter **/
.m-newsletter {
    background:#ffc420;
    padding: 3em 3.75em 3em 3.75em;
    position:relative;
}

.m-newsletter h3,
.m-newsletter p {
    color:#1f487c;
    margin:0;
    font-size: 115%;
}

.m-newsletter h3 {
    font-weight:800;
    font-size: 225%;
    letter-spacing: -1px;
}

.m-newsletter div {
    padding: 0 15em 0 0;
}

.m-newsletter .btn-blue {
    position:absolute;
    right:3.75em;
    top:0;
    bottom:0;
    margin:auto;
    height:2.65em;
    font-size:140%;
    padding: 0.75em 9%;
}

@media(max-width: 1200px) {

    .m-newsletter {
        padding: 2em 2.75em 2em 2.75em;
    }

}

@media(max-width: 1024px) {

    .m-newsletter div {
        padding: 0;
        text-align:center;
    }

    .m-newsletter .btn-blue {
        position:relative;
        right: auto;
        top:auto;
        bottom:auto;
        margin:auto;
        height:auto;
        font-size:125%;
        padding:0.75em 3em;
        margin:1em auto 0;
        display:block;
        max-width:14em
    }


}

/*** Footer ***/
.l-footer-top {
    background: #fff;
    padding: 5em 0 4.5em 0;
}

.l-footer-links {
    width: 75%;
}

.l-footer-links nav p {
    font-weight: 800;
    font-size: 120%;
    text-transform:uppercase;
    margin-bottom: 1.15em;
    color:#072e58;
}

.l-footer-links nav ul,
.l-footer-links nav ul li {
    margin:0;
    list-style:none;
    padding:0;
}

.l-footer-links nav ul,
.l-footer-links nav {
    float:left;
    margin-left: 2em;
}

.l-footer-links nav:first-child {
    margin-left:0;
}

.l-footer-links nav ul{
    margin-left:0;
    margin-right: 3em;
}

.l-footer-links nav ul li {
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.l-footer-links nav ul li a{
    text-decoration:none;
    color:#072e58;
}

.l-footer-links nav ul li a:hover{
    text-decoration: underline;
}

.l-footer-social {
    position:absolute;
    right: 1em;
    bottom: 0;
    text-align: right;
}

.l-footer-social > img{
    display:block;
    margin-top: 15px;
    max-width: 225px;
}

.l-footer-social ul,
.l-footer-social ul li {
    margin:0; padding:0; list-style:none;
}

.l-footer-social ul li {
    display:inline-block;
}

.l-footer-social ul li a{
    background:#1f487c;
    width:2em;
    height:2em;
    line-height:2em;
    color:#fff;
    text-align:center;
    display:block;
    border-radius:100%;
}

.l-footer-btm {
    background:#1f487c;
    overflow:hidden;
    text-align:center;
    padding: 1.5em 1em 1em 1em;
}

.l-footer-btm a{
    color:#fff;
    text-decoration:none;
}

.l-footer-btm a:hover{
    text-decoration:underline;
}

.l-footer-btm p{
    max-width:90em;
    margin:0 auto 0.25em;
    color:#8394aa;
    line-height:1.4;
    font-size:90%;
}

.l-footer-btm p +p{
    margin:0 auto 0.25em;
    color:#fff;
}

@media(max-width: 1000px) {

    .l-footer-social {
        margin-top:2em;
        position:relative;
        right: 0;
        text-align: center;
    }

    .l-footer-links {
        width: 100%;
    }

    .l-footer-social > img{
        margin:  0px auto 0;
    }

    .l-footer-links nav ul,
    .l-footer-links nav {
        float:left;
        width:50%;
        margin-left:0;
        text-align:center;
        margin-right: 0;
    }
}

@media(max-width: 580px) {

    .l-footer-links {
        width: 100%;
    }

    .l-footer-links nav ul,
    .l-footer-links nav {
        float:none;
        width: 100%;
    }

    .l-footer-links nav {
        margin-bottom:2em
    }

    .l-footer-social {
        margin-top:1em;
    }
}

/******* Pushy *******/
.pushy {
    height: 100%;
    z-index: 9999;
    overflow: auto;
    max-width: 85%;
    width: 20em;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-shadow: inset 40px 0 8px -38px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 40px 0 8px -38px rgba(0, 0, 0, 0.45);
    box-shadow: inset 40px 0 8px -38px rgba(0, 0, 0, 0.45);
}

.pushy ul,
.pushy ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pushy-logo {
    display: block;
    margin: 1em auto 2em;
    max-width: 75%;
}

.pushy ul {
    margin: 1em 2em 1em 2em;
}


.pushy li a {
    display: block;
    color: #1d497c;
    padding: .85em;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0, 0.05);
    background: rgba(255, 255, 255, 0);
}

.pushy li a.active {
    color: #fff;
    border-bottom: 1px solid red;
    background: black;
}

.pushy-active {
    overflow: hidden;
}

.pushy-right {
    -webkit-transform: translate3d(20em,0,0);
    -moz-transform: translate3d(20em,0,0);
    -ms-transform: translate3d(20em,0,0);
    -o-transform: translate3d(20em,0,0);
    transform: translate3d(20em,0,0);
}

.push-push,
.container-push {
    -webkit-transform: translate3d(-20em,0,0);
    -moz-transform: translate3d(-20em,0,0);
    -ms-transform: translate3d(-20em,0,0);
    -o-transform: translate3d(-20em,0,0);
    transform: translate3d(-20em,0,0);
}

/* Menu Transitions */
.push,
.pushy,
.l-page-container {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .3s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .3s cubic-bezier(.16, .68, .43, .99);
    transition: transform .3s cubic-bezier(.16, .68, .43, .99);
    /*-webkit-backface-visibility: hidden;*/
}

/* Site Overlay */
.site-overlay,
.close-pushy {
    display: none;
}

.pushy-active .site-overlay{
    position: fixed;
    top:0;
    bottom:0;
    right: -20em;
    left: 0;
    display: block;
    z-index: 9998;
    cursor:pointer;
    background-color: rgba(0,0,0,0.50);
    -webkit-animation: fade 100ms;
    -moz-animation: fade 100ms;
    -ms-animation: fade 100ms;
    -o-animation: fade 100ms;
    animation: fade 100ms;
}

.pushy-active .close-pushy {
    display: none;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
    z-index: 0; }
.owl-carousel .owl-animated-out {
    z-index: 1; }
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    display: none; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/** Animations **/
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@media(max-width: 1200px) {

    .l-header-btm ul li.divider{
        margin: 20px 0px;
    }

    .l-header-btm ul li a{
        font-size:100%;
        padding: 20px 0.5em;
    }
}

@media(max-width: 1100px) {

    .l-header-logo .phone {
        font-size:80%;
    }

    .l-header-utilities ul li a{
        padding:0 0.1em;
    }
}

@media(max-width: 980px) {

    .l-header-nav-burger {
        display: block;
        position: absolute;
        right: 1em;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 50px;
    }

    .l-header-nav-burger .menu-btn {
        -webkit-animation: fade 300ms;
        -moz-animation: fade 300ms;
        -ms-animation: fade 300ms;
        -o-animation: fade 300ms;
        animation: fade 300ms;
        margin: initial;
        display: block;
        padding: 1em;
    }

    .l-header-nav-burger .menu-btn .burger-icon {
        position: relative;
        margin-top: 8px;
        margin-bottom: 8px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .l-header-nav-burger .menu-btn .burger-icon,
    .l-header-nav-burger .menu-btn .burger-icon:before,
    .l-header-nav-burger .menu-btn .burger-icon:after {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #313b47;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .l-header-nav-burger .menu-btn .burger-icon:before,
    .l-header-nav-burger .menu-btn .burger-icon:after {
        position: absolute;
        content: "";
    }

    .l-header-nav-burger .menu-btn.is-active .burger-icon {
        background-color: transparent;
    }

    .l-header-nav-burger .menu-btn .burger-icon:before {
        top: -8px;
    }

    .l-header-nav-burger .menu-btn .burger-icon:after {
        top: 8px;
    }

    .l-header-nav-burger .menu-btn.is-active .burger-icon:before {
        -webkit-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .l-header-nav-burger .menu-btn.is-active .burger-icon:after {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .l-header-top {
        background: transparent;
    }

    .l-header-btm,
    .l-header-utilities {
        display: none;
    }

    .l-header .l-container {
        padding-left: 0;
        padding-right: 0;
    }

    .l-header-logo {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .l-header-logo .logo {
        width: 100%;
        padding: 0.5% 1em 2em 1em;
        position: relative;
        background: white;
    }

    .l-header-logo .logo img{
        max-width: 10.938em;
    }

    .l-header-logo .phone {
        position: absolute;
        padding: 1.2em 2em;
        margin: 0;
        width: 100%;
        border-left:none;
        background: rgba(32,64,104,0.9);
        font-size: 70%;
        top: 100%;
        z-index: 10;
    }

    .l-header-logo .phone div a{
        color: #fff;
    }

    .l-header-logo .phone div + div {
        display:none;
    }

    .l-header-top .resp-btn-red {
        font-size: 105%;
        display: block;
    }
	
	.p-news{
		display:block;
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 1em;
		margin-right: 1em;
	}
	
	
		
	
}