@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic);

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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; }

html {
  overflow-y: scroll;
  height: 100%; }
  html.no-scroll {
    overflow-y: hidden !important; }

body {
  height: 100%;
  background: #fff;
  color: #888;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.6; }
  body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-overflow: ellipsis; }

main {
  padding-top: 40px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 20px;
      padding-bottom: 20px; } }

.page-wrap {
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 1080px; }
  .container:after, .box-row:after, .main-content:after, .half:after, .news-container:after, .insurance-news ul:after, .social-news ul:after, .search-results:after, .search-results ul:after, .advisers-data:after {
    content: "";
    display: table;
    clear: both; }
  .container .aligned-middle:before, .offices-details ul:before, .page-controls:before, .results-item:before, .testimonials-listing .main-content:before, .contact-page .main-content:before, .contact-page .box.full-width form:before, .contact-page .form-wrapper:before, .container .aligned-middle:after, .offices-details ul:after, .page-controls:after, .results-item:after, .testimonials-listing .main-content:after, .contact-page .main-content:after, .contact-page .box.full-width form:after, .contact-page .form-wrapper:after {
    content: "";
    display: table; }
  .container .aligned-middle:after, .offices-details ul:after, .page-controls:after, .results-item:after, .testimonials-listing .main-content:after, .contact-page .main-content:after, .contact-page .box.full-width form:after, .contact-page .form-wrapper:after {
    clear: both; }
  .container .aligned-middle, .offices-details ul, .page-controls, .results-item, .testimonials-listing .main-content, .contact-page .main-content, .contact-page .box.full-width form, .contact-page .form-wrapper {
    zoom: 1; }
  .main-content, .side-container, .side-container .box, .half, .half .box,
  .half .box.wide, .button-container, .icon-header, .contact-banner, .offices-details, .offices-details ul li, .about-box, .copyright-box, .social-links, .wysiwyg, .section-header, .section-header h2, .section-header .controls, .slider-container .slider .item, .testimonials, .testimonials .testimonials-column, .testimonials .testimonials-column > div, .form-wrapper, .form-wrapper form, .boxes-container, .box, .box.wide, .news-container, .news-container .insurance-news, .news-container .social-news, .insurance-news, .social-news, .insurance-news li, .social-news li, .insurance-news li > figure, .social-news li > figure, .insurance-news li > div, .social-news li > div, .map, .banner-container .banner-logo, .owl-carousel, .retailers-search, .search-results ul li.results-item, .results-item .content, .results-item .actions, .advisers-data li, .advisers-data li > figure, .advisers-data li > div, .featured-text, .side-list, .testimonials-details .main-content .image-container, .testimonials-details .main-content footer, .contact-page .main-content .text-center-mobile, .contact-page .contact-banner,
  .contact-page .offices-details,
  .contact-page .about-box, .contact-page .offices-details ul li, .contact-page .form-wrapper, .contact-page .form-wrapper .forms-row, .contact-page .indented,
  .contact-page .terms-container {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
  .slider-container .slider .item {
    position: relative; }
  @media screen and (max-width: 479px) {
    .container .offices-details ul li, .offices-details ul .container li, .container .advisers-data li, .advisers-data .container li {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .container .offices-details ul li, .offices-details ul .container li, .container .advisers-data li, .advisers-data .container li {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .container .side-container, .container
    .main-content, .container .contact-banner, .container .offices-details, .container .about-box, .container .section-header h2, .section-header .container h2, .container .section-header .controls, .container .section-header .controls p,
    .container .section-header .controls > span, .container .box, .container .insurance-news li > figure, .insurance-news .container li > figure, .container
    .insurance-news li > div,
    .insurance-news .container li > div, .container .retailers-search, .container .results-item .content,
    .container .results-item .actions {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .container .main-content, .container .side-container, .container .side-container > div, .container .half .box:not(.box-text), .half .container .box:not(.box-text), .container .contact-banner, .container .offices-details, .container .offices-details ul li, .offices-details ul .container li, .container .about-box, .container .section-header h2, .section-header .container h2, .container .section-header .controls, .section-header .container .controls, .container .section-header .controls p, .section-header .controls .container p, .container
    .section-header .controls > span,
    .section-header .container .controls > span, .container .box, .container .insurance-news li > figure, .insurance-news .container li > figure, .container .insurance-news li > div, .insurance-news .container li > div, .container .social-news li > figure, .social-news .container li > figure, .container .social-news li > div, .social-news .container li > div, .container .retailers-search {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .container .offices-details {
      position: relative; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .container .advisers-data li, .advisers-data .container li, .container .advisers-data li > figure, .advisers-data .container li > figure, .container .advisers-data li > div, .advisers-data .container li > div {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  @media screen and (min-width: 920px) and (max-width: 1079px) {
    .container .half, .container .half .box:not(.box-text), .half .container .box:not(.box-text), .container .advisers-data li, .advisers-data .container li, .container .advisers-data li > figure, .advisers-data .container li > figure, .container .advisers-data li > div, .advisers-data .container li > div {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 1079px) {
    .container .half, .container .social-links, .container .testimonials .testimonials-column > div, .testimonials .container .testimonials-column > div, .container .insurance-news, .container .social-news {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px; } }
  .container .aligned-middle {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    clear: both;
    vertical-align: top; }
    .container .aligned-middle .container .aligned-middle {
      margin-left: -10px;
      margin-right: -10px; }
    @media screen and (max-width: 479px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 767px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) and (max-width: 919px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 920px) and (max-width: 1079px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 1079px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 1080px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 1550px) {
      .container .aligned-middle .container .aligned-middle {
        margin-left: -10px;
        margin-right: -10px; } }
    .container .aligned-middle > * {
      float: none !important;
      vertical-align: top;
      font-size: 1rem; }

@-moz-document url-prefix() {
  .container .aligned-middle > * {
    margin-right: -0.5px; } }

figure img {
  display: block;
  width: 100%;
  height: auto; }

hr {
  clear: both;
  height: 0;
  margin: 20px 0;
  border: solid #003057;
  border-width: 0 0 1px 0; }

.relative {
  position: relative; }

.main-content {
  width: 66.66667%; }

.side-container {
  width: 33.33333%; }
  .side-container .box {
    width: 100%;
    padding-left: 0;
padding-right: 0;
    padding-top: 0; }
    .side-container .box.box-icon .box-content {
      padding: 0 0 30px 0;
      height: auto; }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .main-content {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .side-container {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .side-container > div {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .side-container > div:only-child {
    width: 100%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .side-container,
  .main-content {
    width: 100%; } }

.half {
  width: 50%; }

@media screen and (max-width: 1079px) and (max-width: 1079px) and (max-width: 1079px) {
  .half {
    width: 100%; } }

@media screen and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) {
  .half {
    width: 50%; } }
  .half .box,
  .half .box.wide {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .half .box:not(.box-text),
  .half .box.wide:not(.box-text) {
    width: 50%; } }

@media screen and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) {
  .half .box:not(.box-text),
  .half .box.wide:not(.box-text) {
    width: 100%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .half .box,
  .half .box.wide {
    width: 100%; } }
    .half .box:not(.box-blue) .box-content,
    .half .box.wide:not(.box-blue) .box-content {
      padding-left: 10px;
      padding-right: 10px; }
  .half .box.wide.box-blue {
    padding-left: 10px; }
  .half .box-text .box-content {
    padding: 0; }

.button-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@font-face {
  font-family: 'IA-Icons';
  src: url("../fonts/IA-Icons.eot");
  src: url("../fonts/IA-Icons.eot#iefix") format("embedded-opentype"), url("../fonts/IA-Icons.ttf") format("truetype"), url("../fonts/IA-Icons.woff") format("woff"), url("../fonts/IA-Icons.svg#IA-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

*[class^="icon-"]:before, .icon:before, .icon-right:before {
  font-family: 'IA-Icons';
  display: inline-block;
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  pointer-events: none;
  color: #003057;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-only {
  font-size: 0;
  line-height: 1; }
  .icon-only:before {
    font-size: 14px; }

.icon-right:before {
  padding-right: 10px; }

.icon-right:before {
  float: right;
  padding-right: 0;
  padding-left: 10px; }

.icon.hidden {
  display: none; }

.icon-close:before {
  content: "\e421"; }

.icon-twitter:before {
  content: "\e920"; }

.icon-facebook:before {
  content: "\e91d"; }

.icon-linkedin:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e91e"; }

.icon-play:before {
  content: "\e91f"; }
  
.icon-advice:before {
  content: "\e921"; }

.icon-arrow-bottom:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-right-after:after {
  content: "\e902";
float:right; }


.icon-arrow-top:before {
  content: "\e903"; }

.icon-bars:before {
  content: "\e904"; }

.icon-boat:before {
  content: "\e905"; }

.icon-box:before {
  content: "\e906"; }
  
.icon-builders-warranty:before {
  content: "\e922"; }


.icon-business-interruption:before {
  content: "\e923"; }
  
.icon-business:before {
  content: "\e924"; }
  

  
.icon-car:before {
  content: "\e907"; }

.icon-card:before {
  content: "\e908"; }

.icon-check:before {
  content: "\e909"; }
  
.icon-choice:before {
  content: "\e925"; }
  
.icon-claims-centre:before {
  content: "\e937";
 }
  
.icon-clock:before {
  content: "\e90a"; }

.icon-compass:before {
  content: "\e90b"; }
 
.icon-contract-works:before {
  content: "\e926"; }

.icon-cyber:before {
  content: "\e927"; }  

.icon-DO-managment-liability:before {
  content: "\e928"; }
  
.icon-eye:before {
  content: "\e90c"; }

.icon-fax:before {
  content: "\e929"; }
  
.icon-home:before {
  content: "\e92a"; }

.icon-leaf:before {
  content: "\e90e"; }
  
.icon-liability:before {
  content: "\e92b"; }

.icon-life:before {
  content: "\e92c"; }
  
.icon-mail:before {
  content: "\e90f"; }

.icon-make-payment:before {
  content: "\e938";
}

.icon-man:before {
  content: "\e910"; }
  
.icon-management-liability:before {
  content: "\e92d"; }

.icon-marker:before {
  content: "\e911"; }

.icon-people:before {
  content: "\e912"; }

.icon-person:before {
  content: "\e913"; }

.icon-persons:before {
  content: "\e914"; }

.icon-phone:before {
  content: "\e915"; }
  
.icon-plant-equipment:before {
  content: "\e930"; }

.icon-phonebook:before {
  content: "\e916"; }

.icon-plane:before {
  content: "\e917"; }

.icon-professional-indemnity:before {
  content: "\e931"; }
  
.icon-property:before {
  content: "\e932"; }

.icon-retweet:before {
  content: "\e918"; }

.icon-search:before {
  content: "\e919"; }

.icon-settings:before {
  content: "\e91a"; }

.icon-star-badge:before {
  content: "\e91b"; }

.icon-strata:before {
  content: "\e933"; }

.icon-telephone:before {
  content: "\e91c"; }
  
.icon-trust:before {
  content: "\e934"; }
  
.icon-value:before {
  content: "\e935"; }

.icon-workers-compensation:before {
  content: "\e936"; }

a {
  text-decoration: none;
  color: #888;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  a:hover {
    outline: 0;
    color: #1f486b;
    text-decoration: none; }
  a:active, a:focus {
    outline: 0; }

/* Default paragraph styles */
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #21466c;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  font-style: inherit;
  font-weight: 400;
  line-height: inherit; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
  color: #21466c;
}

blockquote {
  position: relative;
  padding: 20px 20px 20px 70px;
  border: 1px solid #dadada;
  border-width: 1px 0;
  font-style: italic; }
  blockquote:before {
    content: "\201C";
    position: absolute;
    top: 20px;
    left: 0;
    color: #1f486b;
    font-size: 92px;
    font-style: normal;
    line-height: 72px; }

.text-bold {
  font-weight: 700; }

.text-italic {
  font-style: italic; }

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

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

@media screen and (max-width: 767px) {
  .text-center-mobile {
    text-align: center; } }

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-hide {
  text-indent: -999em; }

.text-hide[class*="icon-"]:before {
  float: left;
  text-indent: 0; }

.box-header {
  border-bottom: 1px solid #003057;
  line-height: 1;
  padding-bottom: 9px; }
  .box-header + p {
    margin-top: 15px;
line-height: 18px;  }
  .box-header + div {
    margin-top: 25px; }

.icon-header {
  width: 100%;
  position: relative;
  padding: 15px 10px 15px 40px;
  color: #fff;
  background-color: #003057;
  font-size: 24px;
  line-height: 1; }
  .icon-header:before, .icon-header:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    width: 50px;
    text-align: center; }
  .icon-header:after {
    font-family: "IA-Icons";
    content: "";
    left: auto;
    right: 0;
    font-size: 14px; }

.quote {
  max-width: 350px;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  line-height: 22px; }

/*
 * Fonts order:
 * eot svg woff ttf
 */
@font-face {
  font-family: 'Merriweather-Serif';
  src: url("../fonts/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-Regular.woff") format("woff"), url("../fonts/Merriweather-Regular.ttf") format("truetype"), url("../fonts/Merriweather-Regular.svg#Merriweather-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Serif';
  src: url("../fonts/Merriweather-LightRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-LightRegular.woff") format("woff"), url("../fonts/Merriweather-LightRegular.ttf") format("truetype"), url("../fonts/Merriweather-LightRegular.svg#Merriweather-LightRegular") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Serif';
  src: url("../fonts/Merriweather-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-Italic.woff") format("woff"), url("../fonts/Merriweather-Italic.ttf") format("truetype"), url("../fonts/Merriweather-Italic.svg#Merriweather-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Merriweather-Serif';
  src: url("../fonts/Merriweather-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-LightItalic.woff") format("woff"), url("../fonts/Merriweather-LightItalic.ttf") format("truetype"), url("../fonts/Merriweather-LightItalic.svg#Merriweather-LightItalic") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Merriweather Sans', sans-serif;
  /*src: url("../fonts/MerriweatherSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherSans-Regular.woff") format("woff"), url("../fonts/MerriweatherSans-Regular.ttf") format("truetype"), url("../fonts/MerriweatherSans-Regular.svg#MerriweatherSans-Regular") format("svg");*/
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather Sans', sans-serif;
  /*src: url("../fonts/MerriweatherSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherSans-Bold.woff") format("woff"), url("../fonts/MerriweatherSans-Bold.ttf") format("truetype"), url("../fonts/MerriweatherSans-Bold.svg#MerriweatherSans-Bold") format("svg");*/
  font-weight: 700;
  font-style: normal; }

.page-header {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #003057;
  background-color: #fff; }
  .page-header .container {
    margin: 0 auto; }
  .page-header .mobile-menu-button, .page-header .mobile-logo, .page-header .mobile-search {
    display: none; }
  .page-header .main-menu {
    z-index: 4; }
    @media screen and (min-width: 1080px) {
      .page-header .main-menu li:hover > ul {
        display: inline-block; } }
    .page-header .main-menu > ul > li {
      position: relative;
      display: inline-block; }
      .page-header .main-menu > ul > li a {
        text-transform: uppercase; }
        .page-header .main-menu > ul > li a:before {
          position: absolute;
          top: 50%;
          right: 0;
          display: inline-block;
          padding-right: 17px;
          color: #fff;
          font-size: 8px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: "IA-Icons";
          content: ""; }
        .page-header .main-menu > ul > li a:only-child:before {
          content: ''; }
      .page-header .main-menu > ul > li > a {
        position: relative;
        display: block;
        padding: 18px 10px;
        font-size: 12px;
        line-height: 1; }
        .page-header .main-menu > ul > li > a:before {
          display: none; }
      .page-header .main-menu > ul > li.active > a:after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: 0;
        left: 10px;
        opacity: 1;
        display: inline-block;
        height: 5px;
        background-color: #003057; }
      .page-header .main-menu > ul > li:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 2px;
        height: 12px;
        background-color: #666;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .page-header .main-menu > ul > li:last-child:after {
        display: none; }
      .page-header .main-menu > ul > li ul {
        position: absolute;
        top: 100%;
        display: none;
        border-bottom: 5px solid #003057; }
        .page-header .main-menu > ul > li ul li {
          position: relative;
          display: block;
          width: 200px; }
          .page-header .main-menu > ul > li ul li a {
            display: block;
            padding: 5px 20px;
            background-color: #97999b;
            color: #fff;
            -webkit-transition: color .3s ease;
            transition: color .3s ease; }
          .page-header .main-menu > ul > li ul li:hover > a {
            background-color: #003057; }
        .page-header .main-menu > ul > li ul ul {
          position: absolute;
          top: 0;
          right: -100%;
          display: none;
          width: 200px;
          border-left: 1px solid #003057; }

@media screen and (max-width: 1079px) {
  .page-header {
    position: fixed;
    z-index: 6;
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    border: none;
    background-color: #fff; }
    .page-header .container {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      margin-left: 0;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .page-header .container.active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        margin-left: 50px; }
    .page-header .mobile-container {
      position: relative;
      background-color: #FFF;
      border-bottom: 1px solid #003057;
      overflow: visible; }
    .page-header .mobile-search {
      display: inline-block;
      z-index: 6;
      position: absolute;
      top: 50%;
      left: 85px;
      right: 20px;
      height: 30px;
      margin-right: -30px;
      padding: 0;
      -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
      background-color: rgba(255, 255, 255, 0.5); }
      .page-header .mobile-search .icon-search {
        position: absolute;
        right: 1px;
        top: 1px;
        width: 28px;
        height: 28px;
        border: none;
        background: none; }
      .page-header .mobile-search > span:after {
        font-family: "IA-Icons";
        content: "";
        color: #333;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        pointer-events: none; }
      .page-header .mobile-search form {
        height: 100%; }
      .page-header .mobile-search input {
        background-color: #FFF;
        height: 100%;
        position: relative;
        padding-right: 30px; }
    .page-header .mobile-logo {
      display: inline-block;
      /*width: 50px;*/
      height: 36px;
      margin-top: 7px;
      margin-left: 10px; }
      .page-header .mobile-logo a {
        display: inline-block;
        height: 100%; }
      .page-header .mobile-logo img {
        height: 100%; } }
    @media screen and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
      .page-header .mobile-logo {
        /*display: none;*/ } }

@media screen and (max-width: 1079px) {
    .page-header .mobile-menu-button {
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0;
      display: inline-block;
      width: 53px;
      height: 53px; }
      .page-header .mobile-menu-button .icon {
        min-width: 50px;
        padding: 0;
        font-size: 0;
        background-color: transparent; }
        .page-header .mobile-menu-button .icon.active:not(.disabled):not(:disabled), .page-header .mobile-menu-button .icon.button:hover:not(.disabled):not(:disabled) {
          background-color: transparent; }
        .page-header .mobile-menu-button .icon:before {
          width: 53px;
          margin: 0;
          padding: 0;
          color: #fff;
          font-size: 20px;
          line-height: 53px;
          text-align: center; }
      .menu-open .page-header .mobile-menu-button .icon:before {
        font-family: "IA-Icons";
        content: "";
        font-size: 40px; }
    .page-header .main-menu {
      position: absolute;
      z-index: 6;
      top: 53px;
      right: -100%;
      margin-right: -10px;
      -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
      transform: translateX(-2px);
      overflow-y: scroll;
      display: block;
      width: 100%;
      height: 100vh;
      margin-bottom: 5px;
      background-color: #003057;
      box-shadow: -5px -1px 5px 0 rgba(50, 50, 50, 0.15);
      -webkit-transition: margin .5s ease;
      transition: margin .5s ease; }
      .menu-open .page-header .main-menu {
        margin: 0; }
      .page-header .main-menu > ul {
        overflow-y: scroll;
        margin: 0 0 53px; }
        .page-header .main-menu > ul > li > a:before {
          display: inline-block; }
      .active .page-header .main-menu {
        height: 100%; }
      .page-header .main-menu li, .page-header .main-menu > ul > li {
        display: block; }
        .page-header .main-menu li a, .page-header .main-menu > ul > li a {
          position: relative;
          padding: 20px 30px;
          color: #fff;
          border-width: 0 0 1px 0; }
          .page-header .main-menu li a:before, .page-header .main-menu > ul > li a:before {
            right: 0;
            padding: 0;
            -webkit-transform: translate(-73px, -50%);
            -ms-transform: translate(-73px, -50%);
            transform: translate(-73px, -50%); }
        .page-header .main-menu li.open > a:before, .page-header .main-menu > ul > li.open > a:before {
          -webkit-transform: translate(-73px, -50%) rotate(90deg);
          -ms-transform: translate(-73px, -50%) rotate(90deg);
          transform: translate(-73px, -50%) rotate(90deg); }
        .page-header .main-menu li.open > ul, .page-header .main-menu > ul > li.open > ul {
          display: block; }
        .page-header .main-menu li ul ul, .page-header .main-menu > ul > li ul ul {
          border-width: 1px 0 1px 0; }
        .page-header .main-menu li ul, .page-header .main-menu li ul ul, .page-header .main-menu > ul > li ul, .page-header .main-menu > ul > li ul ul {
          position: static;
          width: 100%; }
          .page-header .main-menu li ul li, .page-header .main-menu li ul ul li, .page-header .main-menu > ul > li ul li, .page-header .main-menu > ul > li ul ul li {
            width: 100%; }
            .page-header .main-menu li ul li a, .page-header .main-menu li ul ul li a, .page-header .main-menu > ul > li ul li a, .page-header .main-menu > ul > li ul ul li a {
              padding: 10px 30px 10px 45px; }
              .page-header .main-menu li ul li a:hover, .page-header .main-menu li ul ul li a:hover, .page-header .main-menu > ul > li ul li a:hover, .page-header .main-menu > ul > li ul ul li a:hover {
                background-color: #666; }
      .page-header .main-menu > ul > li {
        display: block; }
        .page-header .main-menu > ul > li:after {
          display: none; }
      .page-header .main-menu ul ul li a {
        padding-left: 45px;
        border-bottom: 1px solid #003057;
        background-color: #666; }
      .page-header .main-menu ul ul li ul li a {
        padding-left: 75px; } }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .page-header .container {
    margin-left: 0; }
    .page-header .container .main-menu {
      left: 100%;
      margin-left: 5px;
      right: auto;
      width: 300px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: transform .3s ease; }
    .page-header .container .mobile-search {
      display: inline-block;
      z-index: 6;
      position: absolute;
      top: 50%;
      left: auto;
      right: -245px;
      width: 230px;
      margin-right: 0;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      background-color: rgba(255, 255, 255, 0.5); }
      .page-header .container .mobile-search > span:after {
        font-family: "IA-Icons";
        content: "";
        color: #333;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        pointer-events: none; }
      .page-header .container .mobile-search form {
        height: 100%; }
      .page-header .container .mobile-search input {
        background-color: #FFF;
        height: 100%;
        position: relative; }
    .page-header .container.active {
      -webkit-transform: translateX(-285px);
      -ms-transform: translateX(-285px);
      transform: translateX(-285px);
      margin-left: 0; }
      .page-header .container.active .main-menu li a:before, .page-header .container.active .main-menu > ul > li a:before {
        -webkit-transform: translate(-38px, -50%);
        -ms-transform: translate(-38px, -50%);
        transform: translate(-38px, -50%); }
      .page-header .container.active .main-menu li.open > a:before, .page-header .container.active .main-menu > ul > li.open > a:before {
        -webkit-transform: translate(-38px, -50%) rotate(90deg);
        -ms-transform: translate(-38px, -50%) rotate(90deg);
        transform: translate(-38px, -50%) rotate(90deg); }
      .page-header .container.active .mobile-search {
        width: 260px;
        right: -275px; } }

.phone.iphone .page-header .main-menu {
  padding-bottom: 90px; }

@media screen and (max-width: 767px) {
  .phone.ie .page-header {
    left: 0;
    right: 0; }
    .phone.ie .page-header .mobile-search input {
      line-height: 1;
      padding: 0 30px 0 5px; } }

.page-footer {
  width: 100%;
  /*border-top: 10px solid #003057;*/
  background: #ebebeb; }
  .page-footer > .container {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    @media screen and (max-width: 1079px) {
      .page-footer > .container {
        /*padding-top: 50px;*/ } }
  .page-footer h5, .page-footer p {
    color: #1f486b;
    line-height: 1.3; }

.contact-banner {
  width: 25%; }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .contact-banner {
    width: 33.33333%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .contact-banner {
    width: 100%; } }
  .contact-banner a > div {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #003057; }
    .contact-banner a > div p {
      color: #fff;
      font-size: 25px;
      font-weight: 600;
      text-align: center; }
      .contact-banner a > div p:first-child {
        font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif; }
      .contact-banner a > div p:last-child {
        font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
        font-size: 19px; }
    @media screen and (max-width: 1079px) {
      .contact-banner a > div {
        width: 100%; } }

.offices-details {
  width: 50%; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .offices-details {
      left: 8.33333%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .offices-details {
    width: 58.33333%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .offices-details {
    width: 100%; } }
  .offices-details ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    .offices-details ul .offices-details ul {
      margin-left: -10px;
      margin-right: -10px; }
    @media screen and (max-width: 479px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 767px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) and (max-width: 919px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 920px) and (max-width: 1079px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 1079px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 1080px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 1550px) {
      .offices-details ul .offices-details ul {
        margin-left: -10px;
        margin-right: -10px; } }
    .offices-details ul li {
      width: 33.33333%; }

@media screen and (max-width: 479px) and (max-width: 479px) and (max-width: 479px) {
  .offices-details ul li {
    width: 50%; } }

@media screen and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .offices-details ul li {
    width: 33.33333%; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .offices-details ul li {
          padding-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .offices-details ul li {
    width: 33.33333%; } }
      @media screen and (min-width: 1080px) {
        .offices-details ul li {
          padding-top: 0;
          padding-bottom: 0; } }
      .offices-details ul li h5 {
        font-size: 18px;
        font-weight: 600; }
      .offices-details ul li h5 + div, .offices-details ul li div + div {
        /*margin-top: 20px;*/ }

.about-box {
  width: 25%; }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .about-box {
    width: 100%; } }
  @media screen and (max-width: 767px) {
    .about-box {
      text-align: center; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .about-box {
    width: 100%; } }
  @media screen and (max-width: 767px) {
      .about-box .logo {
        margin: 0 auto; } }
  .about-box p + p {
    margin-top: 15px; }
  .about-box .logo {
    width: 66%; }
    .about-box .logo img {
      width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .about-box {
      text-align: right; }
      .about-box p {
        display: inline-block;
        vertical-align: bottom; }
        .about-box p + p {
          margin-left: 0; }
        .about-box p:not(.logo):not(.social-links) {
          width: 59%;
          text-align: left;
          padding-left: 30px; }
      .about-box .social-links {
        width: 20%;
        margin-top: 0; }
      .about-box .logo {
        width: 20%;
        margin: 0; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .about-box p {
      display: inline-block;
      vertical-align: bottom; }
      .about-box p + p {
        margin-left: 0; }
      .about-box p:not(.logo):not(.social-links) {
        width: 69%;
        text-align: left;
        padding-left: 30px; }
    .about-box .social-links {
      text-align: left;
      padding-left: 0;
      margin-top: 5px; }
    .about-box .logo {
      width: 30%;
      margin: 0; } }

.back-to-top {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: -15px; }
  .back-to-top a {
    display: inline-block;
    font-size: 0; }
    .back-to-top a:before {
      display: inline-block;
      padding: 20px 20px;
      font-size: 12px;
      color: #fff;
      background-color: #003057;
      -webkit-transition: background-color .15s ease;
      transition: background-color .15s ease; }
    .back-to-top a:hover:before {
      background-color: #1f486b; }

.copyright-box {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background-color: #333; }
  .copyright-box p {
    font-size: 12px;
  padding-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.8px; }
    .copyright-box p a {
      position: relative;
      padding-left: 20px;
      color: #fff; }
      .copyright-box p a:hover {
        color: #888; }
      .copyright-box p a:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        margin-top: 1px;
        background-color: #fff; }
  @media screen and (max-width: 767px) {
    .copyright-box {
      padding-left: 10px;
      padding-right: 10px; } }

.page-wrap {
  min-height: 100%;
  margin-bottom: -272px;
  padding-bottom: 272px; }
  .footer-simple .page-wrap {
    margin-bottom: -169px;
    padding-bottom: 169px; }

.social-links {
  width: 100%;
  padding-left: 0; }
  .social-links a {
    vertical-align: bottom;
    font-size: 0;
    display: inline-block; }
    .social-links a + a {
      margin-left: 8px; }
    .social-links a:before {
      display: inline-block;
      overflow: hidden;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      background-color: #003057;
      color: #fff;
      font-size: 16px;
      line-height: 35px;
      text-align: center;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
    .social-links a.icon-facebook:before {
      font-size: 18px; }
    .social-links a.icon-twitter:before {
      font-size: 14px; }
    .social-links a.icon-linkedin:before {
      line-height: 33px; }
    .social-links a:hover:before {
      background-color: #1f486b; }
  @media screen and (max-width: 1079px) {
    .social-links {
      text-align: center;
      width: 100%; } }

@media screen and (max-width: 1079px) and (max-width: 1079px) and (max-width: 1079px) {
  .social-links {
    width: 100%; } }

/*
 * Forms and form fields
 */
/* Input style */
label {
  cursor: pointer; }

input,
button,
select {
  vertical-align: middle;
  outline: none; }

textarea {
  vertical-align: top;
  outline: none; }

button,
select,
label[for],
input[type="reset"],
input[type="radio"],
input[type="button"],
input[type="submit"],
input[type="checkbox"] {
  cursor: pointer; }

button[disabled],
select[disabled],
label[disabled][for],
input[disabled][type="reset"],
input[disabled][type="radio"],
input[disabled][type="button"],
input[disabled][type="submit"],
input[disabled][type="checkbox"] {
  cursor: default; }

input[type="search"] {
  box-sizing: border-box; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="password"],
.textarea-wrapper {
  position: relative;
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #003057;
  background: #fff;
  color: #21466c;
  font-size: 14px;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder, input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  .textarea-wrapper::-webkit-input-placeholder,
  .textarea-wrapper::-ms-input-placeholder {
    font-size: 0;
    opacity: 0; }

.textarea-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  border: none; }
  .textarea-wrapper.error textarea {
    border-color: #D0202E; }

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #003057;
  resize: none;
  border-radius: 0;
 }

textarea + .placeholder {
  top: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  line-height: 1.5 !important; }

.placeholder {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 0 0 10px;
  color: #21466c;
  font-style: italic; }

/* Checkbox styles */
input[type="checkbox"] {
  position: absolute; }
  input[type="checkbox"] + span {
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    background: #f2f2f2;
    text-indent: -99em;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer; }
    input[type="checkbox"] + span:before {
      float: left;
      width: 100%;
      height: 100%;
      font-size: 12px;
      line-height: 18px;
      -webkit-transition: color 0.25s ease;
      transition: color 0.25s ease;
      color: transparent;
      text-align: center;
      text-indent: 0; }
  input[type="checkbox"]:checked + span:before {
    color: #1f486b; }

/* Radio styles */
input[type="radio"].form-radio {
  visibility: visible;
  position:relative;
   margin-right: 10px;
}
input[type="radio"] {
  position: absolute;
  visibility: hidden; }
  input[type="radio"] + span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 20px;
    background: #f2f2f2;
    text-indent: -99em;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer; }
    input[type="radio"] + span:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      margin: auto;
      background: transparent;
      -webkit-transition: background 0.25s ease;
      transition: background 0.25s ease; }
  input[type="radio"]:checked + span:before {
    background: #1f486b; }

input[type="file"] {
  display: none; }
  input[type="file"] + span {
    color: #888;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    input[type="file"] + span:hover {
      color: #003057; }

/* Errors */
.error input,
.error.fake-select {
  border: 1px solid #d0202e; }

.error-message {
  display: block;
  color: #d0202e;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif; }

.table-wrap {
  width: 100%;
  padding: 30px 20px;
  overflow-x: auto; }

table {
  width: 100%;
  border-spacing: 10px; }
  table tr + tr {
    margin-top: 3px; }
  table td {
    vertical-align: top;
    color: #21466c;
    line-height: 1.7; }
    table td:first-child {
      font-weight: 600;
      text-transform: uppercase; }

/*
 * Styles for WYSIWYG editors like TinyMCE or CKEditor
 */
.wysiwyg {
  width: 100%; }
  .wysiwyg * + p,
  .wysiwyg * + dl,
  .wysiwyg * + h1,
  .wysiwyg * + h2,
  .wysiwyg * + h3,
  .wysiwyg * + h4,
  .wysiwyg * + h5,
  .wysiwyg * + h6,
  .wysiwyg * + ol,
  .wysiwyg * + ul,
  .wysiwyg * + table,
  .wysiwyg * + figure {
    margin-top: 18px; }
  .wysiwyg li {
    position: relative;
    padding-left: 40px;
    color: #1f486b; }
    .wysiwyg li:before {
      font-family: "IA-Icons";
      content: "";
      position: absolute;
      left: 0;
      width: 28px;
      padding: 4px 0;
      color: #003057;
      text-align: center;
      line-height: 1; }
    .wysiwyg li ol,
    .wysiwyg li ul {
      margin-top: 0;
      margin-bottom: 0; }
  .wysiwyg.gray li,
  .wysiwyg.gray li:before,
  .wysiwyg.gray h1, .wysiwyg.gray h2, .wysiwyg.gray h3, .wysiwyg.gray h4, .wysiwyg.gray h5, .wysiwyg.gray h6 {
    color: #888; }
  .wysiwyg li + li {
    margin-top: 6px; }
  .wysiwyg ol > li {
    counter-increment: ordered-list; }
    .wysiwyg ol > li:before {
      content: counter(ordered-list);
      top: -3px;
      padding: 7px 0;
      background: #003057;
      color: #fff;
      font-size: 14px; }
  .wysiwyg > h1, .wysiwyg > h2, .wysiwyg > h3, .wysiwyg > h4, .wysiwyg > h5, .wysiwyg > h6 {
    font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif; }
  .wysiwyg h1 {
    font-size: 28px;
    font-weight: 400; }
  .wysiwyg h2 {
    font-size: 18px;
    font-weight: 400; }
  .wysiwyg h3 {
    font-size: 16px;
    font-weight: 400; }
  .wysiwyg h4 {
    font-size: 14px;
    font-weight: 400; }
  .wysiwyg h5 {
    font-size: 13px;
    font-weight: 400; }
  .wysiwyg h6 {
    font-size: 13px;
    font-weight: 400; }
  .wysiwyg dt {
    font-weight: 700; }
  .wysiwyg > a,
  .wysiwyg > p > a {
    color: #888;
    text-decoration: none; }
    .wysiwyg > a:hover,
    .wysiwyg > p > a:hover {
      color: #003057;
      text-decoration: none; }
  .wysiwyg hr {
    display: block;
    margin: 50px -10px;
    height: 1px;
    background-color: #003057; }
    .wysiwyg hr + img {
      margin-top: 0; }
  .wysiwyg p + h4 {
    margin-top: 60px; }
  .wysiwyg > p:not(.text-center):not(.text-center-mobile) {
    vertical-align: top;
  line-height: 18px;
    text-align: left;
    color: #888; }
  .wysiwyg img {
    display: inline-block;
    margin-top: 18px;
    vertical-align: middle;
    /*max-width: 100%;*/
    clear: both;
    margin-bottom: 20px; }
  .wysiwyg img.left {
    float: left;
    padding-right: 25px; }
  .wysiwyg img.right {
    float: right;
    padding-left: 25px; }
  .wysiwyg figure img {
    display: block; }
  .wysiwyg div.floated {
    float: right;
    width: 33%;
    margin-left: 20px;
    clear: right; }
    .wysiwyg div.floated > div {
      width: 100%; }
  @media screen and (max-width: 1079px) {
    .wysiwyg p + h4 {
      margin-top: 30px; }
    .wysiwyg div.floated {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .wysiwyg img.left,
    .wysiwyg img.right {
      float: none;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0 0 10px; }
    .wysiwyg p + h4 {
      margin-top: 20px; } }

.wysiwyg table, .wysiwyg tr, .wysiwyg td {
  border: 1px solid #21466c;
  padding: 3px;
}

/* Button style */
.button {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  min-width: 160px;
  border: none;
  background: #003057;
  color: #fff;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: nowrap; }
.button.large{
      min-width: 180px;
}
.webform-confirmation p {
  padding-top: 10px;
  float:left;
}
.links {
  padding-top: 15px;
  clear:both;
}
.links a:before {
  padding-right: 10px;
  color: #003057;
  transition: color .3s ease;
  text-indent: 0;
      text-shadow: none;
  content: "\e901";
  font-family: 'IA-Icons';
    display: inline-block;
    position: relative;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    pointer-events: none;
-webkit-font-smoothing: antialiased;
}
.links a {
  background: transparent;
    color: #003057;
  text-decoration: none;
  transition: all 0.25s ease;
    white-space: nowrap;
  font-family: "Merriweather Sans",Arial,Helvetica,sans-serif;
      font-size: 13px;
      line-height: 1;
      text-align: left;
      text-transform: uppercase;
      vertical-align: middle;
    overflow: hidden;
        display: inline-block;
        position: relative;
        padding: 15px 25px;
        min-width: 160px;
        border: none;
}
.links a:hover {
  background: #003057;
      color: #fff;
}
.links a:hover:before {
  color: #fff;
}
  .button.more:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "IA-Icons";
    content: ""; }
  .button.gray {
    background: #97999b;
color: #fff; }
    .button.gray:before {
      color: #fff; }
    .button.gray:hover:not(.disabled):not(:disabled) {
      background: #7a7a7a; }
  .button.transparent {
    background: transparent;
    color: #003057; }
    .button.transparent.icon-arrow-left:before {
      padding-right: 10px; }
    .button.transparent:before {
      color: #003057;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .button.transparent:hover:not(.disabled):not(:disabled) {
      background: #003057;
      color: #fff; }
    .button.transparent:hover:before {
      color: #fff; }
  .button.white {
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 1px; }
    .button.white:before {
      color: #fff; }
  .button.thin {
    padding: 10px 20px; }
  .button.block {
    display: block;
    display: block;
    width: 100%; }
  .button.big {
    padding: 19px 36px;
    font-size: 17px; }
    .button.bigger {
    padding: 31px 41px;
  margin-right: 20px;
  width: 284px;
  margin-bottom: 20px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 14px; }
  .button.dark-blue:hover:not(.disabled):not(:disabled) {
    background:#1f486b;
  }
  @media screen and (max-width: 767px) {
    .text-container {
      display:none !important;
    }
  }
  .campaign-wrapper {
      margin: 0 5%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .campaign-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .campaign-overlay {
    margin-top: -25px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    
  }
  .campaign-overlay.end {
    background: rgba(0, 0, 0, 0.37);
    z-index: 1;
  }
  .campaign-overlay .text-container {
    display:none;
    position: relative;
    top: 40%;
  }
  .campaign-overlay.end .text-container {
    display:block;
  }
  .campaign-overlay .text-container .button {
    border: 1px solid #fff;
    width: 285px;
    max-height: 90px;
  }
  
  .campaign-overlay .text-container .button.icon-search:before {
    font-size: 23px;
    content: "\e919"; 
  }
  
  .campaign-overlay .text-container .button.icon-clock:before {
    font-size: 23px;
    content: "\e90a";
  }
  
  .campaign-overlay .text-container .button {
    padding-left: 63px;
    padding-right: 0px;
  }
  
  .campaign-overlay .text-container #video-replay, .campaign-overlay .text-container #video-replay:before  {
    color: #fff;
  }
  
  .campaign-overlay .text-container .button.bigger:before {
    margin-left: 27px; 
  }
  
  .campaign-overlay .text-container .button:before {
    left:0px;
    content:url('../images/video-button-icon.png');
  }
  .button.disabled, .button:disabled {
    color: #fff;
    opacity: 0.5;
    cursor: default; }
  .button.active:not(.disabled):not(:disabled), .button:hover:not(.disabled):not(:disabled) {
    background: #1985e0;
    color: #fff; }
  .button.secondary {
    background: #003057;
    color: #000; }
    .button.secondary.disabled, .button.secondary:disabled {
      color: #000; }
    .button.secondary.active:not(.disabled):not(:disabled), .button.secondary:hover:not(.disabled):not(:disabled) {
      background: #002646; }
  .button:before,
  .button > span:before {
    text-indent: 0;
    text-shadow: none; }
  .button:not(.icon-right):not(.more):before:not(.mobile-menu-button):before {
    margin-right: 20px; }
  .button.icon-right:before {
    float: right;
    margin-left: 20px; }
  .button > span:before {
    float: left;
    margin-right: 20px; }
  .button.big:before {
    margin-left: 40px; }
  .button.big > span:before {
    margin-right: 36px; }
  .button.bigger:before {
    margin-left: 36px; }
  .button.bigger > span:before {
    margin-right: 36px; }
  .button.text-hide {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-indent: -999em; }
  .button.text-hide.big {
    width: 55px; }
  .button.text-hide {
    padding-left: 0;
    padding-right: 0;
    text-indent: -999em; }
  .button.text-hide[class*="icon-"]:before {
    float: right;
    width: 100%;
    margin: auto;
    text-align: center; }

.page-controls {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  margin: 30px 20px 0; }
  .page-controls .page-controls {
    margin-left: -10px;
    margin-right: -10px; }
  @media screen and (max-width: 479px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 920px) and (max-width: 1079px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1079px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1080px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1550px) {
    .page-controls .page-controls {
      margin-left: -10px;
      margin-right: -10px; } }
  .page-controls > p {
    display: inline-block; }
    .page-controls > p + p {
      margin-left: 10px; }
  .page-controls .pagination > a,
  .page-controls .pagination > span {
    padding: 2px 3px 1px; }
    .page-controls .pagination > a.active,
    .page-controls .pagination > span.active {
      position: relative;
      pointer-events: none; }
      .page-controls .pagination > a.active:after,
      .page-controls .pagination > span.active:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50%;
        height: 1px;
        background-color: #000; }
  @media screen and (max-width: 767px) {
    .page-controls {
      margin-left: 0; } }

.secondary-nav {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-color: #003057; }
  .secondary-nav .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1080px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .secondary-nav .secondary-menu > ul > li {
    position: relative;
    display: inline-block; }
    .secondary-nav .secondary-menu > ul > li > a {
      position: relative;
      display: block;
      padding: 27px 12px;
      color: #97999b;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
      .secondary-nav .secondary-menu > ul > li > a:hover {
        color: #fff; }
    .secondary-nav .secondary-menu > ul > li.active > a {
      color: #fff; }
      .secondary-nav .secondary-menu > ul > li.active > a:after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: 0;
        left: 10px;
        opacity: 1;
        display: inline-block;
        height: 5px;
        background-color: #fff; }
      .secondary-nav .secondary-menu > ul > li.active > a:after {
        opacity: 1; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .secondary-nav .container {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .secondary-nav .secondary-menu > ul > li > a {
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .secondary-nav .container {
      top: 0;
      left: 0;
      width: 100%;
      margin: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .secondary-nav .secondary-menu {
      width: 100%;
      height: 75px; }
      .secondary-nav .secondary-menu > ul {
        overflow: hidden;
        margin-top: 70px;
        padding-top: 10px;
        height: 0; }
        .secondary-nav .secondary-menu > ul:before {
          content: '';
          position: absolute;
          top: 70px;
          left: 0;
          width: 100%;
          height: 100vh;
          display: none;
          background-color: rgba(255, 255, 255, 0);
          -webkit-transition: background-color .1s ease;
          transition: background-color .1s ease; }
        .secondary-nav .secondary-menu > ul.opened {
          height: auto; }
          .secondary-nav .secondary-menu > ul.opened:before {
            display: block;
            background-color: rgba(255, 255, 255, 0.95); }
          .secondary-nav .secondary-menu > ul.opened li.active:after {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
        .secondary-nav .secondary-menu > ul > li {
          display: block; }
          .secondary-nav .secondary-menu > ul > li.active {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            line-height: 75px; }
            .secondary-nav .secondary-menu > ul > li.active:after {
              font-family: "IA-Icons";
              content: "";
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              color: #fff;
              font-size: 14px;
              width: 60px;
              text-align: center;
              pointer-events: none; }
            .secondary-nav .secondary-menu > ul > li.active a {
              text-align: left;
              font-size: 19px; }
              .secondary-nav .secondary-menu > ul > li.active a:after {
                display: none; }
          .secondary-nav .secondary-menu > ul > li:not(.active) {
            border-top: 1px solid #003057; }
            .secondary-nav .secondary-menu > ul > li:not(.active) a {
              color: #333;
              padding: 10px; }
              .secondary-nav .secondary-menu > ul > li:not(.active) a:after {
                font-family: "IA-Icons";
                content: "";
                display: inline-block;
                position: absolute;
                right: 25px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #333;
                font-size: 10px; }
            .secondary-nav .secondary-menu > ul > li:not(.active):last-child {
              border-bottom: 1px solid #003057; }
          .secondary-nav .secondary-menu > ul > li a {
            text-align: center; }
.secondary-nav .secondary-menu > ul > li a:hover {
            background-color: #eee; } 
.secondary-nav .secondary-menu > ul > li.active a:hover {
            background-color: #003057; }      }

@media screen and (max-width: 1079px) {
  .mobile-container {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 53px; }
    .mobile-container:before {
      content: '';
      position: absolute;
      z-index: 1;
      z-index: 3;
      right: -100%;
      display: block;
      width: 117%;
      height: 100%;
      border-bottom: 1px solid #003057;
      background-color: #092f57;
      -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg); }
    .mobile-container:after {
      content: '';
      position: absolute;
      z-index: 1;
      z-index: 3;
      top: -0;
      display: block;
      width: 25px;
      height: 100%;
      right:18%;
      background-color: rgba(151, 153, 155, 0.9);
      -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg); } }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .mobile-container:before {
    left: auto;
    right: -330px;
    width: 400px; }
  .mobile-container:after {
    left: auto;
    right: 75px; } }

.page-decorator {
  overflow: hidden;
  width: 200px;
  height: 92px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  -webkit-transform: translateX(560px);
  -ms-transform: translateX(560px);
  transform: translateX(560px); }
  .page-decorator:before {
    content: '';
    position: absolute;
    z-index: 1;
    z-index: 3;
    right: 52px;
    display: block;
    width: 70px;
    height: 92px;
    border-bottom: 1px solid #003057;
    background-color: #003b6c;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg); }
  .page-decorator:after {
    content: '';
    position: absolute;
    z-index: 1;
    z-index: 3;
    top: -0;
    right: 125px;
    display: block;
    width: 25px;
    height: 92px;
    background-color: #97999b;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg); }

.section-header {
  width: 100%;
  position: relative;
  padding: 0 10px; }
  .section-header.margined {
    margin-bottom: 20px; }
  .section-header h2 {
    width: 65.33333%;
    padding-left: 0;
    padding-bottom: 5px; }
    .section-header h2:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #003057; }
  .section-header .controls {
    width: 41.66667%;
    text-align: right; }
    .section-header .controls p {
      display: inline-block;
      padding-right: 10px;
      color: #003057;
      text-transform: uppercase;
      font-family: "Merriweather Sans", Arial, Helvetica, sans-serif; }
    .section-header .controls p, .section-header .controls .jcf-select {
      vertical-align: middle; }
  .section-header h2, .section-header .controls {
    padding-top: 0;
    padding-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .section-header h2 {
      vertical-align: bottom; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .section-header h2 {
    width: 58.33333%; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .section-header .controls {
      vertical-align: bottom;
      position: relative; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .section-header .controls {
    width: 41.66667%; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
      .section-header .controls p,
      .section-header .controls > span {
        padding: 0; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .section-header .controls p,
  .section-header .controls > span {
    width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
      .section-header .controls p {
        position: absolute;
        top: -30px;
        right: 0; }
    .container .section-header .controls > span {
      padding: 0 20px; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .section-header h2 {
    width: 100%; } }
  @media screen and (max-width: 767px) {
    .container .section-header .controls {
      max-width: 320px; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .container .section-header .controls {
    width: 100%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .container .section-header .controls p,
  .container .section-header .controls > span {
    width: 100%; } }
  @media screen and (max-width: 767px) {
      .container .section-header .controls p {
        padding-left: 0;
        text-align: left; }
      .container .section-header .controls > span {
        padding: 0 5px; } }

#views-exposed-form-products-page-3 {
  display:none;
}

.slider-container {
  position: relative;
  padding: 50px 0;
  background-color: #1f486b;
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  clear: both;
  text-align: center;
  vertical-align: middle; }
  .slider-container > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .slider-container > * {
    margin-right: -0.5px; } }
  .slider-container > * {
    text-align: left; }
  .slider-container .slider {
    margin: 0 auto;
    max-width: 1060px;
    text-align: center;
    z-index: 10;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .slider-container .slider .item {
      padding-bottom: 50px;
      left: 8.33333%;
      width: 83.33333%; }
      .slider-container .slider .item h2, .slider-container .slider .item p {
        color: #fff; }
      .slider-container .slider .item h2 + p {
        margin-top: 30px; }

.slider-multiple-4 {
  position: relative;
  padding: 40px 0 50px;
  background-color: #1f486b;
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  clear: both;
  text-align: center;
  vertical-align: middle; }
  .slider-multiple-4 > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .slider-multiple-4 > * {
    margin-right: -0.5px; } }
  .slider-multiple-4 > * {
    text-align: left; }
  .slider-multiple-4 h2 {
    z-index: 10;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center; }
    .slider-multiple-4 h2:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50%;
      max-width: 540px;
      height: 1px;
      background-color: #FFF; }
  .slider-multiple-4 .slider {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .slider-multiple-4 .slider .item {
      position: relative;
      padding-bottom: 45px;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      .slider-multiple-4 .slider .item h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-transform: capitalize; }
        .slider-multiple-4 .slider .item h4:before {
          position: relative;
          left: 50%;
          display: block;
          width: 70px;
          height: 70px;
          margin-bottom: 20px;
          border: 2px solid #fff;
          border-radius: 100%;
          color: #fff;
          font-size: 35px;
          line-height: 70px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .slider-multiple-4 .slider .item p {
        font-size: 13px;
        line-height: 1.3; }
      .slider-multiple-4 .slider .item h4, .slider-multiple-4 .slider .item p {
        color: #fff; }
      .slider-multiple-4 .slider .item h4 + p {
        margin-top: 5px; }
      .slider-multiple-4 .slider .item p + p {
        margin-top: 15px; }
      .slider-multiple-4 .slider .item .button.more {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 1px solid #fff;
        background-color: transparent; }
        .slider-multiple-4 .slider .item .button.more:before {
          color: #fff; }
        .slider-multiple-4 .slider .item .button.more:hover {
          background-color: #FFF;
          color: #1f486b; }
          .slider-multiple-4 .slider .item .button.more:hover:before {
            color: #1f486b; }

.testimonials {
  padding: 50px 0;
  background-color: #ebebeb;
  width: 100%;
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .testimonials.no-bg {
    background-color: transparent; }
  .testimonials .testimonials-column {
    position: relative;
    left: 50%;
    max-width: 1060px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .testimonials .testimonials-column > div {
      vertical-align: top;
      width: 50%; }

@media screen and (max-width: 1079px) and (max-width: 1079px) and (max-width: 1079px) {
  .testimonials .testimonials-column > div {
    width: 100%; } }
      .testimonials .testimonials-column > div:last-child {
        line-height: 1; }
  .testimonials iframe {
    width: 100%;
    height: 300px; }
  .testimonials p + p {
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .testimonials {
      padding: 15px 0; }
      .testimonials iframe {
        height: 220px; } }

.form-wrapper {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
.form-wrapper.embedded-form {
  width: 50%;
  float: right;
}
.form-wrapper.embedded-form h4 {
  font-size:24px;
}
  .form-wrapper form {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .form-wrapper .forms-row + .forms-row,
  .form-wrapper .forms-row + p {
    margin-top: 15px; }
  .form-wrapper .indented {
    margin-left: 30px; }
  .form-wrapper .icon-header + p,
  .form-wrapper p + p {
    margin-top: 15px; }
  .form-wrapper p, .form-wrapper a {
    color: #1f486b; }
  .form-wrapper a {
    text-decoration: underline; }
    .form-wrapper a:hover {
      color: #97999b; }
  @media screen and (max-width: 767px) {
    .form-wrapper .terms-container label {
      width: 90%; } }

.parallax {
  margin: -150px 0; }
  .ie .parallax {
    margin-top: -125px; }
  .parallax:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 59, 108, 0.9); }
  .parallax img {
    max-width: 100%; }
  .parallax img {
    max-width: none; }

.boxes-container {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding: 0 0 50px 0; }
  .boxes-container.unpadded-boxes .box-icon h3 + p {
    margin-top: 10px; }
  .boxes-container.unpadded-boxes .box-icon p {
    padding-left: 0; }

.box {
  width: 25%; }
  .box.wide {
    width: 50%; }
  .box.full {
      width: 100%; 
  }
  .box.full .box-content {
    padding-left: 0px;
  }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .box {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .box.wide {
    width: 50%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .box {
    width: 100%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .box.wide {
    width: 100%; } }
  .box .box-content {
    position: relative;
    padding: 20px 25px 30px; }
    .box .box-content .absolute-button {
      padding-bottom: 40px; }
      .box .box-content .absolute-button > .button {
        bottom: 20px; }
    .box .box-content .button {
      position: absolute;
      bottom: 20px; }
    .box.box-icon .box-content .button {
    position: relative;
    bottom: 0px;
    }
    @media screen and (max-width: 767px) {
      .box .box-content .absolute-button {
        padding-bottom: 0; } }
  .box.no-padding.box-text .box-content, .box.no-padding.box-icon .box-content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0; }
  .box p {
    line-height: 18px; }
    .box p + p {
      margin-top: 15px; }
  .box h3, .box h4 {
    line-height: 1.2;
    padding-bottom: 10px; }
  .box.box-text .box-content {
    padding-right: 10px;
    padding-bottom: 25px; }
  .box.box-text h2, .box.box-text h3 {
    position: relative;
    top: -16px;
    display: block; }
    .box.box-text h2 + p, .box.box-text h3 + p {
      margin-top: 0; }
    .box.box-text h2:after, .box.box-text h3:after {
      content: '';
      position: absolute;
      left: -10px;
      right: -10px;
      bottom: -5px;
      display: block;
      height: 1px;
      background-color: #1f486b; }
  .box.box-text p {
    color: #888; }
  .box.box-white .box-content {
    border: 1px solid #636363;
    background-color: #fff; }
  .box.box-white h3 {
    color: #003057; }
  .box.box-white p {
    color: #888; }
  .box.box-bg {
    position: relative; }
    .box.box-bg h3, .box.box-bg p {
      color: #fff; }
    .box.box-bg:before {
      z-index: 0;
      content: '';
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      display: block;
      background: url("../images/box-bg-1.jpg") no-repeat 50% 50%; }
    .box.box-bg:after {
      z-index: 1;
      content: '';
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      display: block;
      background-color: rgba(63,64,64,0.8); }
    .box.box-bg .box-content {
      z-index: 3;
      position: relative;
      background-color: transparent;
      overflow: hidden; }
  .box.box-featured {
    position: relative; }
    .box.box-featured h3, .box.box-featured p {
      color: #fff; }
    .box.box-featured:before {
      z-index: 0;
      content: '';
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      display: block;
      background: url("../images/box-bg-2.jpg") no-repeat 50% 50%; }
    .box.box-featured:after {
      z-index: 1;
      content: '';
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      display: block;
      background-color: rgba(0, 48, 87, 0.8); }
    .box.box-featured .box-content {
      z-index: 3;
      position: relative;
      background-color: transparent;
      overflow: hidden; }
      .box.box-featured .box-content .button {
        min-width: 50px;
        background-color: transparent;
        padding-left: 50px; }
        .box.box-featured .box-content .button:before {
          font-family: "IA-Icons";
          content: "";
          display: inline-block;
          position: absolute;
          width: 36px;
          height: 40px;
          padding-left: 4px;
          left: 0;
          top: 50%;
          margin-top: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: 40px;
          font-size: 14px;
          border-radius: 100%;
          color: #003f72;
          background-color: rgba(255, 255, 255, 0.6);
          text-align: center;
          -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease; }
        .box.box-featured .box-content .button:hover {
          background-color: transparent; }
          .box.box-featured .box-content .button:hover:before {
            background-color: #FFF; }
  .box.box-icon .box-content {
    padding: 25px 15px 25px 25px;
    height: auto;
    background-color: #fff; }
  .box.box-icon h3 {
    position: relative;
    color: #003057;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 45px;
    padding-left: 54px;
  padding-top: 10px;
    vertical-align: top; }
    .box.box-icon h3:before {
      position: absolute;
      top: 10px;
      left: 0;
      display: inline-block;
      width: 45px;
      height: 45px;
      background-color: #1f486b;
      color: #fff;
      font-size: 25px;
      line-height: 45px;
      -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
      transform: translateY(-15%);
      text-align: center; }
  .box.box-icon p {
    color: #888;
    padding-left: 60px; }
  .box.box-type .box-content {
    height: auto;
    padding: 20px 55px 25px 90px;
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .box.box-type .box-content {
      padding: 15px 10px 25px 90px;
      background-color: #fff; } }
  .box.box-type h3 {
    position: relative;
    color: #003057;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2; }
    .box.box-type h3:before{
      position: absolute;
      top: 50%;
      left: -90px;
      display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 100%;
      background-color: #1f486b;
      color: #fff;
      font-size: 30px;
      line-height: 70px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }
  .title-box  h3:before {
    display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 100%;
      background-color: #1f486b;
      color: #fff;
      font-size: 30px;
      line-height: 70px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
        top: 35px;
      margin-right: 5px;
  }
  .title-box h3.icon:before{
    position: absolute;
    left: 0;
  }
  .title-box h3.icon{
    min-height: 70px;
    padding-left: 75px;
    padding-top: 19px;
    position: relative;
  }
  .box.box-type p {
    color: #888; }
  .box.box-gray {
    background-color: #97999b; }
    .box.box-gray h3 {
      color: #fff; }
  .box.box-blue h3, .box.box-blue p {
    color: #fff; }
  .box.box-blue h3 {
    position: relative; }
    .box.box-blue h3 + p {
      margin-top: 10px; }
    .box.box-blue h3:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 40px;
      height: 40px;
      padding-right: 10px;
      color: #fff;
      font-size: 28px;
      line-height: 40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .box.box-blue .box-content {
    background-color: #003057; }
  .box.decorated {
    position: relative; }
    .box.decorated .box-content {
      padding: 30px 30px 45px; }
    .box.decorated h3.icon {
  font-size: 26px;
      padding-top: 10px;
      padding-left: 40px; }
      .box.decorated h3.icon + p,
      .box.decorated h3.icon ~ .absolute-button {
        padding-left: 0px; }
    .box.decorated .decorator {
      position: absolute;
      top: 0;
      right: 30px;
      overflow: hidden;
      width: 130px;
      height: 30px; }
      .box.decorated .decorator:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 12px;
        display: block;
        width: 20px;
        height: 60px;
        background-color: #97999b;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg); }
      .box.decorated .decorator:after {
        content: '';
        position: absolute;
        top: -21px;
        left: 39px;
        display: block;
        width: 80px;
        height: 70px;
        background-color: #fff;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg); }
  @media screen and (max-width: 767px) {
    .box .box-content {
      padding-bottom: 25px; }
      .box .box-content .absolute-button > .button,
      .box .box-content .button {
        position: relative;
        bottom: 0; }
    .box:not(.box-white) .box-content {
      position: relative;
      /*padding: 0 25px 0;*/ }
    .box.box-text .box-content {
      position: relative;
      padding: 0 25px 0; }
    .box.box-blue.decorated .box-content {
      padding: 30px; }
    .box.box-type {
      padding: 15px 25px; }
      .box.box-type .box-content {
        padding-left: 85px; } }

.news-container {
  width: 100%;
  margin-top: 20px; }
  .news-container h2 {
    margin-bottom: 25px; }
  .news-container .insurance-news, .news-container .social-news {
    width: 50%; }

.insurance-news, .social-news {
  width: 100%; }
  .insurance-news li, .social-news li {
    position: relative;
    height: 170px;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .insurance-news li > figure, .social-news li > figure {
      width: 33.33333%; }
    .insurance-news li > div, .social-news li > div {
      width: 50%; }
  .insurance-news li > div.no-image, .social-news li > div.no-image {
      width: 90%; }
      .insurance-news li > div p + p, .social-news li > div p + p {
        margin-top: 10px;
overflow: hidden;
max-height: 90px;   }
      .insurance-news li > div .news-header, .social-news li > div .news-header {
        margin: -2px 0 5px;
        line-height: 1.2;
        font-size: 18px;
        font-weight: 600; }
      .insurance-news li > div p, .social-news li > div p {
        line-height: 18px; }
      .insurance-news li > div .news-info, .social-news li > div .news-info {
        font-size: 10px;
        line-height: 1.0; }

.testimonials-listing .insurance-news li {
  height: 180px; }

.insurance-news li:before {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 47px;
  height: 47px;
  background-color: #003057;
  color: #fff;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  font-family: "IA-Icons";
  content: ""; }
  
 .insurance-news.testimonial-list li:before {
  display:none;
  content: "";
 }

.insurance-news li:nth-child(odd) {
  position: relative;
  z-index: 2; }
  .insurance-news li:nth-child(odd):after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5px;
    right: 0;
    left: -5px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ebebeb; }

.social-news li > figure {
  width: 16.66667%; }

.social-news li > a {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 47px;
  height: 47px;
  background-color: #003057;
  border-radius: 100%;
  text-align: center; }
  .social-news li > a:before {
    font-size: 22px;
    line-height: 47px;
    color: #fff; }

.social-news li > div {
  position: relative;
  height: 100%;
  width: 66.66667%; }
  .social-news li > div .social-info {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 50%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #003057;
    color: #003057;
    font-size: 12px;
    line-height: 1.5; }

.social-news li:before {
  border-radius: 100%; }

.social-news li.twitter-post:before {
  font-size: 20px; }

@media screen and (max-width: 1079px) and (max-width: 1079px) and (max-width: 1079px) {
  .insurance-news, .social-news {
    width: 100%; } }

@media screen and (max-width: 1079px) {
  .insurance-news li, .social-news li {
    height: auto; }
    .insurance-news li > div .news-info, .social-news li > div .news-info {
      line-height: 1.5; }
  .testimonials-listing .insurance-news li {
    height: 145px; }
  .insurance-news li {
    margin-left: 5px; }
    .insurance-news li figure,
    .insurance-news li div {
      padding-bottom: 20px; }
  .social-news li > div .social-info {
    position: static;
    margin-top: 10px;
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .insurance-news li > figure {
    width: 16.66667%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .insurance-news li > div {
    width: 83.33333%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .insurance-news li > div h4, .insurance-news li > div p {
    padding-right: 50px; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .social-news li > figure {
    width: 8.33333%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .social-news li > div {
    width: 91.66667%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .social-news li > div h4, .social-news li > div p {
    padding-right: 50px; }
  .social-news li li > div {
    padding-bottom: 50px; }
    .social-news li li > div .social-info {
      position: absolute;
      bottom: 0; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .insurance-news li > figure,
  .insurance-news li > div {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .insurance-news li > figure img,
  .insurance-news li > div img {
    padding-right: 10px;
    max-width: 180px;
    margin: 0 auto; }
  .insurance-news li > div .news-header {
    padding-right: 40px; }
  .insurance-news li > figure + div .news-header {
    padding-right: 20px; }
  .social-news li > figure {
    padding: 0; }
    .social-news li > figure img {
      padding-top: 5px;
      max-width: 81px; }
  .social-news li > div {
    padding-top: 0; }
  .news-container .insurance-news,
  .news-container .social-news {
    width: 100%; }
  .testimonials-listing .insurance-news li {
    height: auto; } }

.map {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 222px;
  margin-top: 3px; }

/* Banner style */
.banner-container {
  position: relative;
  height: 285px;
  border: 1px solid #003057;
  border-width: 1px 0 0;
  z-index: 5; }
  .banner-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #003057; }
  .banner-container.small,
  .banner-container.small .banner-image {
    height: 190px; }
  .banner-container.medium,
  .banner-container.medium .banner-image {
    height: 277px; }
  .banner-container.submenu {
    /*height: 421px;*/
  height: 348px;
    padding-bottom: 70px; }
    .banner-container.submenu.small {
      height: 260px; }
    .banner-container.submenu.medium {
      height: 345px; }
  .banner-container .fullscreen-video {
  max-height: 273px;
    position: relative;
  float:right;
  z-index:4;
    top: 0;}
    .banner-container .fullscreen-video video {
      max-width: 623px; 
    position: relative;
    z-index: 7;
    width: 100%; }
  .inner-video-banner .fullscreen-video {
    left: 175px;
  }
  .banner-container .banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px; }
  .banner-container .content-placeholder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 57%;
    width: 43%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .banner-container .content-placeholder .button.icon-arrow-left:before {
      padding-right: 10px; }
    .banner-container .content-placeholder h2 {
      color: #fff; }
    .banner-container .content-placeholder .slider-banner {
      margin-top: -40px; }
      .banner-container .content-placeholder .slider-banner .item,
      .banner-container .content-placeholder .slider-banner .owl-dots {
        margin-left: 1%; }
    .banner-container .content-placeholder p + p {
      margin-top: 15px; }
  .banner-container .banner-logo {
    position: relative;
    margin-top: 72px;
    width: 25%;
    padding: 0; }
    .banner-container.small .banner-logo {
      margin-top: 40px;
    }
   .icon-banner-image {
    float: left;
    display: inline-block;
    margin-top: 20px;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        opacity: 0.4;
        background-color: #fff;
        color: #fff;
        font-size: 30px;
        line-height: 74px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin-right: 15px;
        font-size: 38px;
    
  }
  .icon-banner-image.prop {
      opacity:1.0;
      background-color:transparent;
  }
  .icon-banner-image.prop:before {
    color: #fff;
  
    
  }
  
  .box-content h3 {
    font-size:24px;
  }

  .icon-slider-image:before {

    display: inline-block;
        color: #fff;

        text-align: center;
        margin-right: 15px;
        font-size: 38px;
    
  }
  .banner-content .icon-banner p, .banner-content .icon-banner-slider p {
    margin-left: 84px;
  }
  .banner-content .icon-banner h2, .banner-content .icon-banner-slider h2 {
    font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 200;
    line-height: 28px;
    margin-top:15px;
    font-size: 28px;
  }
  .banner-content .icon-banner span.tag-line, .banner-content .icon-banner-slider span.tag-line {
    font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 200;
    font-style:italic;
    line-height: 18px;
    padding:10px 0px;
    display:block;
    font-size: 16px;
    margin-left: 85px;
  }
    .banner-container .banner-logo a {
      display: block;
      line-height: 1; }
    .banner-container .banner-logo img {
      width: 100%;
      height: auto; }
  
  .banner-container .banner-image {
    position: absolute;
    top: 0;
    right: -280px;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 361px;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: -400px 35%;
    background-size: cover;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px); }
    .desktop.ie .banner-container .banner-image {
      left: 50.1%; }
    .banner-container .banner-image:before {
      content: '';
      position: absolute;
      z-index: 1;
      z-index: 3;
      top: 0;
      right: 0;
      left: 1580px;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 59, 108, 0.9); }
    .banner-container .banner-image .decoration-wrapper {
      position: relative;
      overflow: hidden;
      width: 1580px;
      height: 350px;
      max-height: 100%; }
      .banner-container .banner-image .decoration-wrapper:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 262px;
        display: block;
        width: 30px;
        height: 100%;
        background-color: #fff;
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); }
      .banner-container .banner-image .decoration-wrapper:after {
        content: '';
        position: absolute;
        z-index: 1;
        z-index: 3;
        top: 0;
        left: 292px;
        display: block;
        width: 1580px;
        height: 100%;
        background-color: rgba(0, 59, 108, 0.8);
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); }
    .banner-container .banner-image .gray-overlay {
      position: relative;
      height: 100%; }
      .banner-container .banner-image .gray-overlay:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 102px;
        display: block;
        width: 160px;
        height: 100%;
        background-color: rgba(151, 153, 155, 0.7);
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); }
      .banner-container .banner-image .gray-overlay:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: -155px;
        display: block;
        width: 257px;
        height: 100%;
        background-color: #fff;
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); }
  .banner-container.video-banner .banner-image, .banner-container .video-banner.banner-image {
    left: 70%;
    height: 285px; }
    .banner-container.video-banner .banner-image .decoration-wrapper {
      display: none; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .banner-container {
      height: 250px; }
      .banner-container .banner-content {
        height: 100%; }
        .banner-container .banner-content .content-placeholder {
          max-height: 100%;
          left: 59%;
          width: 41%;
          padding-right: 20px; }
          .banner-container .banner-content .content-placeholder .image-container {
            height: 250px;
            line-height: 0;
            text-align: center; }
            .banner-container .banner-content .content-placeholder .image-container img {
              max-height: 100%; }
          .banner-container .banner-content .content-placeholder .input-container label,
          .banner-container .banner-content .content-placeholder .input-container span {
            display: block; }
          .banner-container .banner-content .content-placeholder .input-container > span {
            margin: 5px 0 0; } 
      .banner-container .fullscreen-video {
          height: 239px;
        }
          .banner-container.medium .fullscreen-video {
              height: 274px;
            }
      .banner-container .fullscreen-video video {
          left: 0px; 
        width: auto;
        height: 239px;
        }
        .banner-container.medium .fullscreen-video video {
          height: 274px;
        }
      
}

 @media screen and (max-width: 640px) {
  .banner-container.video-banner .banner-image {
    min-height: 183px;
      height: auto;
  }
  
  .banner-container .fullscreen-video {
    margin-top: 5%;
  }

}

  @media screen and (min-width: 767px) and (max-width: 860px) {
   .banner-container .banner-logo {
        width: 15% }
  }
  
  @media screen and (max-width: 351px) {
  .banner-container {
    max-height: 180px;
  }
  }
  
  @media screen and (max-width: 391px) {
  .banner-container {
    max-height: 200px;
  }
  }
  
    @media screen and (max-width: 433px) {
  .banner-container {
    max-height: 220px;
  }
  }
  
   @media screen and (max-width: 511px) {
  .banner-container {
    max-height: 260px;
  }
  }
  
     @media screen and (max-width: 587px) {
  .banner-container {
    max-height: 300px;
  }
  .banner-container .content-placeholder .slider-banner {
    height: auto;
  }
  .banner-content .icon-banner-slider h2 {
    font-size: 20px;
    margin-left: 82px;
  }
  
  .icon-banner-image {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height:53px;
  }
  
  .banner-content .icon-banner-slider h2 {
    font-size: 20px;
    margin-left: 82px;
  }
      
  }
      
  @media screen and (max-width: 767px) {
    .banner-container {
      position: relative;
      height: auto;
      overflow: visible; }
      .banner-container .banner-logo {
        display: none; }
      .banner-container.small {
        height: 175px; }
        .banner-container.small .banner-content,
        .banner-container.small .banner-image {
          height: 175px; }
      .banner-container.medium {
        height: 279px; }
        .banner-container.medium .banner-content,
        .banner-container.medium .banner-image {
         height: auto; 
    margin-top: 0px;
    }
      .banner-container.submenu {
        height: 350px;
        padding-bottom: 70px; }
        .banner-container.submenu.small {
          height: 250px; }
        .banner-container.submenu.medium {
          height: 350px; }
      .banner-container .banner-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: auto; }
.banner-container.video-banner .banner-image {
  left: 0px;
}
.banner-container .fullscreen-video, .inner-video-banner .fullscreen-video {
  left: 0px;
}

    .section-header {
      margin-bottom: 10px;
    }
        .banner-container .banner-content .content-placeholder {
          position: relative;
          margin: 0 auto 0;
          width: auto;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .banner-container .banner-content .content-placeholder .text-right {
            text-align: center; }
          .banner-container .banner-content .content-placeholder .slider-banner {
            margin-top: 10px;
            height: auto; }
          .banner-container .banner-content .content-placeholder .quote {
            margin: 0 auto; }
          .banner-container .banner-content .content-placeholder .image-container {
            line-height: 0;
            text-align: center; }
            .banner-container .banner-content .content-placeholder .image-container img {
              max-height: 100%;
              max-width: 100%; }
          .banner-container .banner-content .content-placeholder .input-container label,
          .banner-container .banner-content .content-placeholder .input-container span {
            display: block;
            text-align: center; }
          .banner-container .banner-content .content-placeholder .input-container > span {
            margin: 5px auto 0; }
      .banner-container .banner-image {
        position: relative;
        height: 295px;
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0;
        right: 0;
        background-position: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        .banner-container .banner-image .decoration-wrapper:before {
          display: none; }
        .banner-container .banner-image .decoration-wrapper:after {
          content: '';
          position: absolute;
          z-index: 3;
          top: -0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 59, 108, 0.9);
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
        .banner-container .banner-image .gray-overlay {
          display: none; } }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel {
  width: 100%; }

.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;
  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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.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;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  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;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-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;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-theme .owl-controls {
  display: block; }
  .owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .owl-theme .owl-controls .owl-nav > div {
      position: absolute;
      font-size: 0; }
      .owl-theme .owl-controls .owl-nav > div.owl-prev {
        left: -30px; }
        .owl-theme .owl-controls .owl-nav > div.owl-prev:before {
          font-family: "IA-Icons";
          content: ""; }
      .owl-theme .owl-controls .owl-nav > div.owl-next {
        right: -30px; }
        .owl-theme .owl-controls .owl-nav > div.owl-next:before {
          font-family: "IA-Icons";
          content: ""; }
      .owl-theme .owl-controls .owl-nav > div:before {
        color: #fff;
        font-size: 15px; }
      .owl-theme .owl-controls .owl-nav > div.owl-prev:before, .owl-theme .owl-controls .owl-nav > div.owl-next:before {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
      .owl-theme .owl-controls .owl-nav > div.owl-prev:hover:before, .owl-theme .owl-controls .owl-nav > div.owl-next:hover:before {
        color: #97999b; }
      @media screen and (max-width: 1079px) {
        .owl-theme .owl-controls .owl-nav > div.owl-prev {
          left: 10px; }
        .owl-theme .owl-controls .owl-nav > div.owl-next {
          right: 10px; } }
  .owl-theme .owl-controls .owl-dots {
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .owl-theme .owl-controls .owl-dots .owl-dot {
      display: inline-block; }
      .owl-theme .owl-controls .owl-dots .owl-dot + .owl-dot {
        margin-left: 9px; }
      .owl-theme .owl-controls .owl-dots .owl-dot span {
        background: tranparent;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        height: 20px;
        width: 20px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .owl-theme .owl-controls .owl-dots .owl-dot.active > span {
        border-color: #fff;
        background-color: #FFF; }
      .owl-theme .owl-controls .owl-dots .owl-dot.active:hover > span {
        background-color: #97999b;
        border-color: #97999b; }
      .owl-theme .owl-controls .owl-dots .owl-dot:hover > span {
        border-color: #97999b; }
  .slider-banner .owl-theme .owl-controls .owl-item {
    padding-bottom: 10px; }
  .slider-banner .owl-theme .owl-controls .owl-dots {
    bottom: -40px;
    left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .slider-banner .owl-theme .owl-controls .owl-dots .owl-dot span {
      width: 17px;
      height: 17px; }
    .slider-banner .owl-theme .owl-controls .owl-dots .owl-dot + .owl-dot {
      margin-left: 14px; }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .slider-banner .owl-theme .owl-controls .owl-dots {
        bottom: -30px; } }

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

/* checkbox */
.jcf-checkbox + label {
  display: inline-block;
  width: 55%;
  padding-left: 15px;
  vertical-align: top; }

.jcf-checkbox {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  cursor: default;
  background: #fff;
  border: 1px solid #333; }
  .jcf-checkbox + label {
    margin-bottom: 0; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

.jcf-checkbox.checked {
  position: relative; }
  .jcf-checkbox.checked span {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    left: 0;
    top: 0;
    margin: 0; }
    .jcf-checkbox.checked span:before {
      font-family: "IA-Icons";
      content: "";
      position: absolute;
      left: 45%;
      top: 50%;
      color: #003057;
      font-size: 7px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* button */
.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px; }

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

/* select */
.jcf-select {
  display: inline-block;
  position: relative;
  border: 2px solid #003057;
  background: #fff;
  width: 230px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #003057;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    font-family: "IA-Icons";
    content: "";
    position: absolute;
    width: 40px;
    right: 0;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -sand-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out; }

.jcf-drop-active .jcf-select-opener:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -sand-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select.jcf-compact-multiple {
  max-width: 220px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...'; }

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #003057;
  border-top-width: 1px; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 2px solid #003057;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 25px;
  color: #656565;
  min-height: 14px;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-select .jcf-select-text,
.jcf-list .jcf-option {
  display: block;
  padding: 0 20px;
  padding-right: 45px;
  text-align: center;
  font-size: 14px;
  color: #003057;
  background-color: #FFF;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.jcf-select .jcf-select-text {
  padding: 0 10px 0 0;
  margin-right: 35px; }

.jcf-list .jcf-option:hover {
  background-color: #003057;
  color: #fff; }

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

.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: -webkit-zoom-out;
  cursor: zoom-out; }

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

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

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -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;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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-bg {
  opacity: .7;
  height: 101%; }

.mfp-wrap.loader:after {
  content: '';
  position: absolute;
  z-index: 1200;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid #eee;
  border-radius: 100%;
  background-color: #bbb;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

.mfp-wrap .mfp-content {
  width: 1024px;
  max-width: 100%; }
  .mfp-wrap .mfp-content > div {
    width: 100%;
    height: 100%; }

.mfp-wrap .mfp-close {
  top: 0;
  right: 0;
  opacity: 1;
  width: auto;
  height: 36px;
  margin-top: -10px;
  padding: 0 10px;
  border: 1px solid #fff;
  color: #003057;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  letter-spacing: 0; }
  .mfp-wrap .mfp-close:hover {
    background-color: #fff; }
    .mfp-wrap .mfp-close:hover:after {
      color: #1f486b; }
  .mfp-wrap .mfp-close:after {
    font-family: "IA-Icons";
    content: "";
    color: #fff;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

html {
  position: relative; }

.page-wrap {
  padding-top: 48px; }

.sticky {
  position: fixed;
  top: 52px; }

.sticky.bottom {
  top: auto;
  bottom: 0; }

main {
  z-index: 3;
  overflow: hidden; }

@media screen and (max-width: 1079px) {
  .page-decorator {
    display: none; } }

.retailers-search {
  width: 66.66667%; }
  .retailers-search > p {
    margin-bottom: 10px;
    color: #21466c; }
  .retailers-search p {
    position: relative; }
    .retailers-search p input {
      height: 80px; }
    .retailers-search p .button {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 50px;
      height: 100%;
      padding: 0;
      font-size: 0; }
      .retailers-search p .button:before {
        width: 100px;
        color: #fff;
        font-size: 20px;
        text-align: center; }
      .retailers-search p .button:hover:not(.disabled):not(:disabled) {
        background: #1f486b; }
      .retailers-search p .button:not(.icon-right):not(.more):before {
        margin: 0; }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .retailers-search {
    width: 100%; } }
  @media screen and (max-width: 767px) {
    .retailers-search p .button {
      min-width: 50px; }
      .retailers-search p .button:before {
        width: 50px; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .retailers-search + .side-container {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .retailers-search {
    width: 50%; } }

.banner-content .input-container {
  text-transform: uppercase;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif; }
  .banner-content .input-container > span {
    display: inline-block;
    width: 230px;
    margin-left: 20px; }

.banner-content .placeholder {
  color: #fff;
  text-align: center;
  font-style: normal; }

.banner-content input {
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 10px 20px; }
.search-results li {
  margin-bottom: 0px;
}
.search-results ul li.results-item {
  width: 100%; }
  .search-results ul li.results-item:nth-child(even) {
    background-color: #ebebeb; }

.results-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #003057; }
  .results-item .results-item {
    margin-left: -10px;
    margin-right: -10px; }
  @media screen and (max-width: 479px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 920px) and (max-width: 1079px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1079px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1080px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1550px) {
    .results-item .results-item {
      margin-left: -10px;
      margin-right: -10px; } }
  .results-item .content {
    width: 66.66667%; }
    .results-item .content h3 {
      font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
      padding-left: 45px;
      position: relative; }
      .results-item .content h3:before {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
        line-height: 38px; }
      .results-item .content h3 a {
        color: #003057; }
        .results-item .content h3 a:hover {
          color: #888; }
    .results-item .content p {
      padding-left: 45px; }
      .results-item .content p:nth-of-type(3), .results-item .content p:nth-of-type(4) {
        text-transform: uppercase; }
  .results-item .actions {
    width: 33.33333%; }
    .results-item .actions .controls {
      text-align: right; }
      .results-item .actions .controls .icon-only {
        display: inline-block; }
        .results-item .actions .controls .icon-only:before {
          font-size: 20px;
          padding: 0 5px;
          line-height: 41px; }
        .results-item .actions .controls .icon-only + .icon-only {
          margin-left: 10px; }
        .results-item .actions .controls .icon-only:hover:before {
          color: #333; }
    .results-item .actions > p span {
      display: inline-block;
      width: 50px; }
  @media screen and (max-width: 767px) {
    .container .results-item .content,
    .container .results-item .actions {
      padding-top: 0;
      padding-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .container .results-item .content,
  .container .results-item .actions {
    width: 100%; } }
  @media screen and (max-width: 767px) {
    .results-item .content h3 {
      margin-bottom: 10px; }
    .results-item .content p {
      padding-left: 0; }
    .results-item .actions {
      margin-bottom: 10px; }
      .results-item .actions .controls .icon-only:before {
        line-height: 20px; } }

.download-card {
  border: 1px solid #003057;
  border-width: 1px 0;
  padding: 22px 0;
  text-align: center; }
  .download-card a {
    text-transform: uppercase;
    display: block;
    line-height: 1;
    color: #1f486b; }
    .download-card a:hover {
      color: #888; }
    .download-card a:before {
      margin-top: -5px;
      padding-right: 5px;
      font-size: 18px;
      vertical-align: middle;
      color: #1f486b; }

.advisers-data li {
  width: 50%; }
  .advisers-data li img {
    border-radius: 100%;
    border: 2px solid #b9bbbc; }
  .advisers-data li > figure {
    width: 25%; }
  .advisers-data li > div {
    width: 75%; }
    .advisers-data li > div h5 {
      font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 14px;
      font-weight: 600; }
    .advisers-data li > div p, .advisers-data li > div a {
      color: #003057;
    clear:both;}
    .advisers-data li > div a:hover {
      color: #888; }
    .advisers-data li > div .icon:before {
      padding-right: 10px;
  padding-top: 3px;
  float:left;}
.advisers-data .icon-mail .email-cropped {
  max-width: 200px;
  white-space:nowrap; 
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
  float:left;
}

.advisers-data .icon-mail .email-cropped:hover {
  overflow:visible;
}

@media screen and (min-width: 768px) and (max-width: 919px) and (min-width: 768px) and (max-width: 919px) and (min-width: 768px) and (max-width: 919px) {
  .advisers-data li {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 919px) and (min-width: 768px) and (max-width: 919px) and (min-width: 768px) and (max-width: 919px) {
  .advisers-data li > figure {
    width: 25%; } }

@media screen and (min-width: 768px) and (max-width: 919px) and (min-width: 768px) and (max-width: 919px) and (min-width: 768px) and (max-width: 919px) {
  .advisers-data li > div {
    width: 75%; } }

@media screen and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) {
  .advisers-data li {
    width: 33.33333%; } }

@media screen and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) {
  .advisers-data li > figure {
    width: 33.33333%; } }

@media screen and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) and (min-width: 920px) and (max-width: 1079px) {
  .advisers-data li > div {
    width: 66.66667%; } }

@media screen and (max-width: 479px) and (max-width: 479px) and (max-width: 479px) {
  .advisers-data li {
    width: 100%; } }

@media screen and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .advisers-data li {
    width: 50%; } }

.featured-text {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  background-color: #003057;
  font-style: italic;
  font-weight: 600;
  color: #fff; }
  .featured-text:before {
    color: #fff;
    font-size: 25px;
    margin-top: -2px; }

.testimonials-listing .main-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  margin: 0; }
  .testimonials-listing .main-content .testimonials-listing .main-content {
    margin-left: -10px;
    margin-right: -10px; }
  @media screen and (max-width: 479px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 920px) and (max-width: 1079px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1079px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1080px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1550px) {
    .testimonials-listing .main-content .testimonials-listing .main-content {
      margin-left: -10px;
      margin-right: -10px; } }

.testimonials-listing .insurance-news h2 + ul {
  margin-top: 20px;
  display: block; }

.testimonials-listing .insurance-news .news-info {
  font-size: 12px; }

.testimonials-listing .insurance-news li {
  height: auto;
  padding-bottom: 10px; }

.side-list {
  width: 100%;
  margin-top: 10px; }
  .side-list h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 600; }
  .side-list li {
    padding-left: 20px; }
    .side-list li + li {
      margin-top: 8px; }

.testimonials-details .main-content {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }
  .testimonials-details .main-content .image-container {
    width: 100%;
    margin-bottom: 20px; }
    .testimonials-details .main-content .image-container img {
      width: 100%; }
  .testimonials-details .main-content footer {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #003057; }
    .testimonials-details .main-content footer p {
      padding: 5px 0;
      font-size: 12px;
      color: #888; }

.contact-page .main-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  margin: 0;
  padding: 0; }
  .contact-page .main-content .contact-page .main-content {
    margin-left: -10px;
    margin-right: -10px; }
  @media screen and (max-width: 479px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 920px) and (max-width: 1079px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1079px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1080px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1550px) {
    .contact-page .main-content .contact-page .main-content {
      margin-left: -10px;
      margin-right: -10px; } }
  .contact-page .main-content .text-center-mobile {
    width: 100%; }

.contact-page .side-container {
  padding-top: 0; }

.contact-page .box.full-width {
  width: 100%; }
  .contact-page .box.full-width .box-content {
    padding-bottom: 20px; }
  .contact-page .box.full-width form {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    margin: 0;
    margin-top: 10px; }
    .contact-page .box.full-width form .contact-page .box.full-width form {
      margin-left: -10px;
      margin-right: -10px; }
    @media screen and (max-width: 479px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 767px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 768px) and (max-width: 919px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 920px) and (max-width: 1079px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 1079px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 1080px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (min-width: 1550px) {
      .contact-page .box.full-width form .contact-page .box.full-width form {
        margin-left: -10px;
        margin-right: -10px; } }
    .contact-page .box.full-width form .forms-row {
      padding: 0; }
      .contact-page .box.full-width form .forms-row + .forms-row {
        margin-top: 20px; }
      .contact-page .box.full-width form .forms-row .forms-field {
        float: left; }
        .contact-page .box.full-width form .forms-row .forms-field:first-child {
          width: 66.665%;
          padding-right: 5px; }
        .contact-page .box.full-width form .forms-row .forms-field:last-child {
          width: 33.332%;
          padding-left: 5px; }
        .contact-page .box.full-width form .forms-row .forms-field.button-field {
          padding: 0; }
          .contact-page .box.full-width form .forms-row .forms-field.button-field .button {
            position: relative;
            bottom: auto; }
        @media screen and (max-width: 767px) {
          .contact-page .box.full-width form .forms-row .forms-field:first-child, .contact-page .box.full-width form .forms-row .forms-field:last-child {
            width: 100%;
            padding: 0; }
          .contact-page .box.full-width form .forms-row .forms-field + .forms-field {
            margin-top: 10px; } }

.contact-page .contact-banner,
.contact-page .offices-details,
.contact-page .about-box {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .contact-page .contact-banner,
  .contact-page .offices-details,
  .contact-page .about-box {
    width: 100%; } }

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .contact-page .contact-banner,
  .contact-page .offices-details,
  .contact-page .about-box {
    width: 100%; } }

.contact-page .contact-banner > div {
  padding: 10px 15px 15px;
  width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .contact-page .offices-details {
    position: static; } }

.contact-page .offices-details ul li {
  width: 100%;
  padding-top: 0; }

@media screen and (max-width: 479px) and (max-width: 479px) and (max-width: 479px) {
  .contact-page .offices-details ul li {
    width: 100%; } }

@media screen and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .contact-page .offices-details ul li {
    width: 100%; }
  }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .contact-page .offices-details ul li {
      padding-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) and (min-width: 768px) and (max-width: 1079px) {
  .contact-page .offices-details ul li {
    width: 100%; } }
  .contact-page .offices-details ul li .icon-header {
    cursor: pointer; }
  .contact-page .offices-details ul li .map-box {
    height: 222px; }
  .contact-page .offices-details ul li .map-box,
  .contact-page .offices-details ul li .location-details,
  .contact-page .offices-details ul li .download-card {
    display: none; }
  .contact-page .offices-details ul li.opened .map-box,
  .contact-page .offices-details ul li.opened .location-details,
  .contact-page .offices-details ul li.opened .download-card {
    display: block; }

.contact-page .about-box {
  margin-top: 20px;
  padding: 0; }

.contact-page .form-wrapper {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0;
  margin: 0; }
  .contact-page .form-wrapper .contact-page .form-wrapper {
    margin-left: -10px;
    margin-right: -10px; }
  @media screen and (max-width: 479px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
  .offices-details ul li h5 {
  font-size: 16px;
  }
  .banner-content .icon-banner h2 {
  margin-top: 98px;
  }
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; }
.contact-page .offices-details ul li .icon-header {
    font-size: 20px;
  }   }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
   .offices-details ul li h5 {
  font-size: 16px;
  }
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 920px) and (max-width: 1079px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 1079px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1080px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (min-width: 1550px) {
    .contact-page .form-wrapper .contact-page .form-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  .contact-page .form-wrapper form {
    padding-top: 0; }
  .contact-page .form-wrapper .forms-row {
    width: 100%;
    padding-top: 0;
    margin: 0; }
    .contact-page .form-wrapper .forms-row .forms-field {
      width: 100%;
      float: left;
      padding-right: 5px; }
      .contact-page .form-wrapper .forms-row .forms-field:last-child {
        padding-right: 0;
        padding-left: 5px; }
      .contact-page .form-wrapper .forms-row .forms-field:first-child {
        padding-left: 0; }
      .contact-page .form-wrapper .forms-row .forms-field.textarea-wrapper {
        padding: 0; }
      .contact-page .form-wrapper .forms-row .forms-field.field-6 {
        width: 50%; }
      .contact-page .form-wrapper .forms-row .forms-field.field-4 {
        width: 33.332%; }
      .contact-page .form-wrapper .forms-row .forms-field.field-8 {
        width: 66.665%; }

.contact-page .indented,
.contact-page .terms-container {
  width: 100%; }

.contact-page .indented + .terms-container,
.contact-page p + p {
  margin-top: 0; }


  /* New Footer Styles */
  .footer-cta .contact-banner {
  margin-top: 44px;
  }
  
  .footer-cta .contact-banner div {
  background: url('../images/footer-cta-bg.jpg');
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0 20px;
  height: 95px;
  }
  
  .footer-cta .contact-banner div p.large {
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 24px;
  }
  
  .footer-cta .contact-banner div p {
  font-size: 18px;
  text-transform: uppercase;
  }
  
  .footer-cta .contact-banner div p.icon {
  line-height: 50px;
  font-size: 17px;
  }
  
  .footer-cta .contact-banner div p:before {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    color: #093254;
    font-size: 22px;
    line-height: 50px;
  margin-right: 10px;
  }
  
  .footer-cta .contact-banner div p.icon-claims-centre:before {
  font-size: 31px;
  width: 45px;
  padding-left: 5px;
  }
  .footer-cta .contact-banner div p.icon-claims-centre span {
    position: relative;
    top: -3px;
  }
  
  .footer-cta .contact-banner div p.icon-make-payment span {
    position: relative;
    top: -2px;
  }
  
  .footer-cta .contact-banner div p.icon-make-payment:before {
  font-size: 28px;
  
  }
  
  .footer-second-row .col{
  float:left;
  width: 50%;
  }
  
  .footer-second-row .logo {
  float:right;
  margin-right: 80px;
  width: 181px;
  }
  
  .footer-second-row .social-links {
    padding:0px;
    margin-bottom: 20px;
  }
  
  .footer-second-row .social-links a:before {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  }
  
  .footer-second-row .logo  img{
  max-width: 186px;
  width: 100%;
  }
  
  .footer-second-row .social-links {
  margin-left: 80px;
  }
 
 /* New Home Page */
 .home-banner {
  background-image: url('/sites/default/files/images/banner-bg-home-image.jpg');
  background-position: 0px -174px;
  background-repeat: no-repeat;
 }
 
  .home-banner .icon-banner-image.prop {
  font-size: 66px;
  }
  
  .home-banner .banner-content .icon-banner-slider h2 {
  font-style:italic;
  font-size:38px;
  /*margin-bottom: 10px;*/
  }
  
  .home-banner .banner-content .icon-banner-slider p {
  font-size: 17px;
  font-style:italic;
  }
  
  .home-banner .decoration-wrapper .gray-overlay:after {
  display:none;
  }

  .banner-container:after {
    height: 1px;
  }
  
  .home-featured .box-content, .video .box-content {
    padding:0px;
    /*height: 227px;*/
  }

  .home-featured .col, .wide.video .col {
    width: 47%;
    float: left;
    max-height: 222px;
    height: 100%;
    position: relative;
  }
  
  .wide.video .col {
    width: 46%;
  }
  
  .wide.video .col {
    margin-right: 4%;
  }

  .home-banner .owl-theme .owl-controls {
    display:none;
  }

  
  .box.box-text.home-featured h3, .box.box-text.video h3 {
    font-size: 22px;
    top:0px;
    color: #003057;
    margin-top: 15px;
  }

  .box.box-text.home-featured h3:after, .box.box-text.video h3:after {
    display:none;
  }
  
  .box.box-text.home-featured p, .box.box-text.video p {
    color: #888;
  }
  
  .box-home-featured {
    background-image: url('/sites/default/files/images/banner-bg-home-image.jpg');
    background-size: cover;
    background-position: -80px 0px;
    height: 100%;
    max-height: 222px;
    max-width: 250px;
    margin-right: 20px;
  }
  
  .box-home-featured:before {
    display:block;
    position: relative;
    content: '';
    background-color: rgba(0,48,87, 0.8);
    width: 100%;
    height: 100%;
    
  }
  
  .box-home-featured .icon, .box-home-video .icon{
    top:25%;
    position: absolute;
    width:100%;
    text-align: center;
  }
  
  .box-home-video .icon {
    
    padding: 10% 0;
  }
  .box-home-video {
    margin: 0;
    margin-left: 6px
  }
  
  .box-home-featured .icon:before {

    color: rgba(255,255,255, 0.2);
    font-size: 120px;
  }
  
  .box-home-video .icon:before {
    border-radius: 100%;
    background-color: rgba(255,255,255,0.7);
    color: #093254;
    font-size: 26px;
    width: 54px;
    height: 60px;
    line-height: 60px;
    padding-left: 6px;
    text-align:center;
  }
  
  .home-featured.box .box-content .absolute-button > .button, .box.box-text.video .box-content .absolute-button > .button {
    bottom:0px;
    font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  }
  
  .wide.video .box-home-video.col {
    background-image: url('/sites/default/files/images/home-video-placeholder.png');
    background-size: cover;
    margin-right:0;
    height:100%;
    /*min-height: 222px;*/
  }
  
  .home-video video {
    max-width: 500px;
    max-height: 222px;
    width: 100%;
  }
  
  .box.box-text.wide.home-video {
    padding-left: 6px;
  }

  .box.box-text.column3 {
    width: 75%; 
  }
  
  .sub-footer-section {
    background-image: url('/sites/default/files/images/sub-footer-bg.jpg');
    background-size: cover;
    padding: 40px 0;
  }
  
  .standard-page .sub-footer-section {
    display:none;
  }
  
  .sub-footer-section:after {
    content: "";
    display: table;
    clear: both; 
  }
  
  .sub-footer-section .box .box-content {
    padding:0px;
  }
  
  .footer-second-row .social-links {
    width: 60%;
  }
  
  .home-search-form {
    margin-top: 20px;
    margin-left: 10px;
    width: 100%;
    clear:both;
  }
  
  .home-search-form  form .form-text {
    float: left;
    width: 88%;
    height: 82px;
    font-size: 18px;
    padding-left: 45px;
  }
  
  .home-search-form  form .form-wrapper {
    width: 76%;
  }
  
  .home-search-form .form-wrapper .forms-row + .forms-row {
    float: left;
    margin-top: 0px;
  }
  
  main.front-page {
    padding-bottom: 20px;
    padding-top: 0px;
  }

  main.front-page .box.box-text .box-content {
    height:100%;
    padding:0px;
  }
  .home-search-form .forms-field.button-field {
    float: left;
    height: 82px;
    width: 93px;
  }
  
  .home-search-form .forms-field.button-field .button {
    width: 100%;
    min-width: initial;
    height: 82px;
    background-color: #003057;
  }
  
  .home-search-form .forms-field.button-field .button:before {
    font-size: 27px;
    color:#fff;
    padding-left: 10px;
  }
  
  .home-search-form h4 {
    color: #fff;
    float: left;
    width: 22.38%;
    padding-top: 21px;
    padding-left: 16px;
    font-size:22px;
    height: 82px;
    background-color: #003057;
  }

  .home-search-form h4 span {
    padding-left: 10px;
  }
  
  .home-search-form .placeholder{
    margin-top: 39px;
    margin-left: 45px;
    font-size: 18px;
    width: 67% !important;
  }
  
  .home-search-form h4.icon:before {
    color: #fff;
    /*margin-right: 10px;*/
  }
  
  @media screen and (max-width: 1079px) {
    
    .home-video {
      width: 100%;
    }
    
    .sub-footer-section .container {
      text-align:center;
    }
    
    .sub-footer-section .box.no_title, .sub-footer-section .box.box-text.column3 {
      width: 100%;
    }
    
    .home-banner .icon-banner-image.prop {
      margin-right: 10px;
    }
    
    .box-home-video a {
      text-align:center;
    }
    
    .home-search-form  form .form-text {
      width:87%;
    }

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

    .sub-footer-section .box:nth-child(1){
      width:100%;
    }

    .home-banner .banner-content .icon-banner-slider p {
        font-size: 14px;
      }

      .home-banner .banner-content .icon-banner-slider h2 {
        font-size: 25px;
      }

      .home-banner .icon-banner-image.prop {
        font-size: 56px;
      }


    .box.box-text.home-featured h3, .box.box-text.video h3 {
        margin-top: 0px;
        font-size: 16px;

    }

    .box.box-text.home-featured p, .box.box-text.video p {
        font-size: 12px;
        line-height: 14px;
    }

    .home-featured .col, .wide.video .col {
      max-height:250px;
    }

    .sub-footer-section {
      display: none;
    }

    .footer-cta .contact-banner {
      width:25%;
    }
    
  }

  @media screen and (max-width: 944px) {


    .footer-cta .contact-banner {
      width:50%;
      margin-top:10px;
    }

    .home-search-form h4 {
      width:7%;
    }

    .home-search-form h4 span {
      display: none;
    }

    .home-search-form  form .form-wrapper {
      width:93%;
    }

    .page-footer > .container {
      padding-top:33px;
    }
  }
  
  @media screen and (max-width: 1079px) and (min-width: 768px) {
    
    
    .box-home-video .icon {
      display: block;
      height: 100%;
    }
    
    .box-home-featured .icon{ 
       width: 100%;
       top:16%;
    }
    

    .wide.video .col:nth-child(1) {
      height:auto;
    }
    
    main.front-page .box .box-content .absolute-button {
      position:relative;
    }
    
    
    .video  .absolute-button  {
      margin-bottom: 20px;
    }
    
    .box-home-video {
      height: 100%;
      min-height: 150px;
    }

  }

  
  @media screen and (max-width: 768px) {

    .box.box-text.wide.home-video {
      padding-left:10px;
    }

    .home-video video {
      max-width: none; 
      max-height: none;
    }

    .home-banner.banner-container .content-placeholder .slider-banner {
      margin-top: 0px;
    }

    .home-banner.banner-container .banner-logo {
      margin-top:50px;
    }
  
    .video .col h3 {
      margin-top: 0;
    }
    
    .footer-second-row  .social-links {
      width: 100%;
      margin-left: 0;
    }
    
    .home-banner {
      height: 159px;
    }
    
    
    .footer-second-row .col {
      float:none;
      text-align:center;
      width: 100%;
    }
    
    .footer-second-row .logo {
      width: auto;
      float:none;
      margin-right: 0;
    }
    
    .footer-second-row .social-links {
      margin-top: 20px;
    }
    
    .home-search-form {
      width: 97%;
    }
    
    .home-search-form h4 {
      width: 13%;
      padding:0;
      font-size:33px;
    }

    .home-search-form h4.icon {
      position: relative;
      text-align: center;
    }

    .home-search-form h4.icon:before {
      top:25%;
    }

    .home-search-form h4 span {
      display: none;
    }
    
    
    .home-search-form  form .form-wrapper  {
      width: 87%;
    }
    
    .home-search-form  form .form-text {
      width: 87%;
      
    }

    .home-search-form .forms-field.button-field .button:before {
      padding:0px;
    }
    
    .box-home-video  span.icon {
      padding:0;
    }
    
    .home-search-form .placeholder {
      margin-left: 15px;
      overflow:hidden;
    }
    
    .home-search-form .forms-field.button-field {
      width: 100%;
    }
    
    .home-search-form .forms-row {
      width:100%;
    }
    
    .home-search-form .forms-row:nth-child(2) {
      max-width:13%;
    }

    .home-featured .box-home-featured.col {

      height: 182px;
    }

    .home-featured .col, .wide.video .col {

      height: auto;
    }

    .frontpage .home-search-form h4 span{
      display:none;
    }

    .box.box-text.home-featured h3, .box.box-text.video h3 {
        font-size: 20px;

    }

    .wide.video .box-home-video.col {
      min-height: 150px;
    }

    .home-banner.banner-container .content-placeholder .slider-banner {
        margin-top:20px;
      }

  }

    @media screen and (max-width: 640px) {

      .testimonials-column img {
        margin: 0 auto;
        height: auto;
        max-width: 95%;
      }

      .home-search-form h4, .home-search-form .forms-field.button-field .button, .home-search-form  form .form-text{
        height: 49px;
      }

      .box-home-video .icon:before {
        font-size: 13px;
        width: 27px;
        height: 31px;
        line-height: 33px;
        padding-left: 4px;
      }

      .home-search-form .forms-row:nth-child(2) {
            max-width: 16%;
      }

      .home-search-form  form .form-wrapper {
        height: 49px;
      }

      .home-search-form .placeholder {
        margin-top: 24px;
        font-size:14px;
      }
      .wide.video .box-home-video.col {
        min-height:99px;
      }



      .home-search-form  form .form-text {
        width: 81%;
      }

      .box.box-text.wide.home-video {
        padding-left:10px;
      }

      .wide.video .box-home-video.col {
        width: 33%;
        float: right;
      }

      .footer-cta .contact-banner {
        width: 50%;
        margin-top:0;
        padding-top:0;
      }

      main.front-page {
        padding-bottom:0px;
      }

      .footer-cta .back-to-top {
        display:none;
      }

      .footer-cta .contact-banner div p:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        text-align: center;
        margin-right: 5px;
      }

      .footer-cta .contact-banner div {
        padding:15px 7px;
        height:55px;
      }

      .footer-second-row .logo  img {
        max-width:143px;
      }

      .footer-cta .contact-banner div p.icon-claims-centre:before {
        font-size: 14px;
        width: 17px;
        padding-left: 3px;
      }

      .footer-cta .contact-banner:first-child > div  {
          padding-top: 10px;
      }

      .footer-cta .contact-banner div p.icon-make-payment:before {
        font-size:12px;
      }

      .footer-cta .contact-banner div p, .footer-cta .contact-banner div p.icon,  .contact-banner a > div p:last-child {
        font-size: 11px;
        line-height: 13px;
      }

      .footer-cta .contact-banner div p.icon {
        padding-top: 3px;
      }

      .footer-cta .contact-banner div p.large {
        font-size: 16px;
        line-height: 18px;
      }


      .page-footer > .container {
        margin-top:0;
      }

      .page-footer {
        background-color: #fff;
      }

      .home-featured .box-home-featured.col {

        height: 91px;
        width: 33%;
      }

      .home-search-form h4.icon:before {
        font-size: 16px;
        top:-14%;
      }

      .home-search-form .forms-field.button-field .button {
        padding:15px;
      }

      .home-search-form .forms-field.button-field .button:before {
        font-size: 16px;
      }

      .box-home-featured .icon:before {

        font-size: 53px;

      }

      .home-featured .col, .wide.video .col {
        width: 58%;
      }

      .home-featured.box .box-content .absolute-button > .button, .box.box-text.video .box-content .absolute-button > .button {
        font-size: 11px;
        padding: 10px 15px;
      }

      .home-featured.box .box-content .absolute-button > .button.more:before, .box.box-text.video .box-content .absolute-button > .button.more:before {
        font-size:10px;
      }

      .home-featured .box-content, .video .box-content {
        height: auto;
      }

      .home-banner .icon-banner-image.prop {
        margin-right: 22px;
      }
 
      .home-banner .banner-content .icon-banner-slider p {
         margin-left: 75px;
      }

      .banner-container .icon-banner h2 {
        font-size:20px;
      }

      .banner-container.medium .banner-content {
            margin-top: 80px;
      }
  
    }


/* Foundation news */
.foundation-news ul li {
  padding: 1em;
  float: left;
}
.foundation-news ul li:nth-child(2n+1) {
  background: #ebebeb;
}

.foundation-news .news-tile {
  width: 100%;
  clear: both;
}

.foundation-news .news-tile .body {
  width: 100%;
}
.foundation-news .news-tile .image,
.foundation-news .news-tile .body.with-image {
  width: 48%;
  float: left;
}
.foundation-news .news-tile .body.with-image {
  float: right;
}
.foundation-news .news-tile .image img {
  width: 100%;
  height: auto;
}

.foundation-news .news-tile .body h4 {
  line-height: 1.2em;  
}
.foundation-news .news-tile .body .snippet {
  padding-top: 0.8em;
}


/* WYWIWYG */
.wysiwyg h2.underline {
  border-bottom: 1px solid #003057;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

.wysiwyg #logo-carousel li:before {
  content: '';
}

/* Foundation calculator */
.foundation-calculator .table-wrap {
  padding: 0;
}
.foundation-calculator table,
.foundation-calculator table tr,
.foundation-calculator table td {
  border: 0;
}
.foundation-calculator table td:first-child {
  text-transform: none;
}
.foundation-calculator table tr td {
  padding: 1em;
}
.foundation-calculator table tr td:nth-child(2) {
  text-align: right;
  padding-right: 1.6em;
  border-left: 1px solid #38bb8d;
}
.foundation-calculator table thead {
  background-color: #38bb8d;
  font-size: 1.4em;
}
.foundation-calculator table thead tr td {
  color: #fff;
}
.foundation-calculator table thead tr td:nth-child(2) {
  border-left-color: #fff;
}
.foundation-calculator table tbody tr:nth-child(2n+1) {
  background: #ecf8f4;
}
.foundation-calculator table tfoot {
  background: #033157;
  font-size: 1.2em;
  text-align: right;
}
.foundation-calculator table tfoot tr td {
  color: #38bb8d;
  padding: 1.2em;
}
.foundation-calculator table tfoot tr td .total {
  font-size: 1.4em;
  color: #fff;
}

/* Logo carousel */
#logo-carousel {
  padding-bottom: 2em;
  border-bottom: 1px solid #003057;
}

@media screen and (max-width: 1079px) {
  .foundation-calculator table {
    width: 100% !important;
  }
}
