/*!
Theme Name: Multikwik
Theme URI: http://www.multikwik.com
Author: The Hideout
Author URI: http://www.thehideout.co.uk
Description: Multikwik
Version: 1.0.0
*/
/* COMPASS IMPORTS */
/* BASE - Base styles, Normalize, Colours, Typography */
/* blues */
/* greys */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f3708de8-179a-4b88-af23-90c386d5df84");
.top {
  top: 0;
  position: relative; }

.bottom {
  bottom: 0;
  position: relative; }

/* MAIN & RESETS
 * ------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

/* BASIC STYLES
 * ------------------------------------------------ */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: relative; }

body {
  height: 100%;
  font-size: 17px;
  line-height: 29px;
  color: #001f42;
  background: white;
  font-weight: normal;
  position: relative;
  font-family: "HelveticaNeueW01-45Ligh";
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 25px; } }

/* Text-level semantics */
abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #005ea7;
  color: black;
  font-weight: normal;
  font-style: italic; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

ins {
  color: white;
  background-color: #005ea7;
  text-decoration: none; }

del {
  text-decoration: line-through; }

strong, b {
  font-weight: bold; }

em {
  font-style: normal; }

/* Blockquotes */
blockquote {
  quotes: none;
  border: none;
  margin: 0;
  padding: 0; }
  blockquote:before, blockquote:after {
    content: '';
    content: none; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

/* Embedded content */
img {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

svg:not(:root) {
  overflow: hidden; }

ul, ol {
  margin: 0;
  padding: 0; }

/* Grouping content */
figure {
  margin: 15px 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 100%; }

/* text alignment */
.centre-text {
  text-align: center; }

.vert-align {
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* clear floats */
.right,
.left {
  float: none; }

.clearfix {
  clear: both;
  height: 0;
  width: 0; }

/* BUTTONS & LINKS
 * ------------------------------------------------ */
a {
  color: #005ea7;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none; }
  a:hover, a:focus {
    color: #59adec;
    cursor: pointer;
    text-decoration: none; }

/* non touch device */
.nonTouchDevice article.main-content p a:hover,
.nonTouchDevice article.main-content li a:hover {
  color: #59adec; }

.nonTouchDevice input[type="submit"]:hover,
.nonTouchDevice button:hover,
.nonTouchDevice .button:hover,
.nonTouchDevice .btn:hover,
.nonTouchDevice input[type="submit"]:focus,
.nonTouchDevice button:focus,
.nonTouchDevice .button:focus,
.nonTouchDevice .btn:focus,
.nonTouchDevice a:hover .button,
.nonTouchDevice a:hover .btn,
.nonTouchDevice a:focus .button,
.nonTouchDevice a:focus .btn,
.nonTouchDevice .contact-widget button:active {
  color: #005ea7;
  background: none; }

/* LISTS
 * ------------------------------------------------ */
ul,
ol,
dl {
  padding-left: 20px; }

ul.no-list,
ol.no-list,
dl.no-list {
  list-style: none;
  padding: 0; }

ul li,
ol li,
dl li {
  list-style-position: oustide; }

ul li a,
ol li a,
dl li a {
  font-weight: normal; }

/* HEADINGS
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: normal;
  color: #005ea7;
  font-family: "HelveticaNeueW01-77BdCn_692722"; }

/* MISC
 * ------------------------------------------------ */
* + ul,
* + ol,
* + dl,
* + p,
* + blockquote,
* + table {
  margin: 15px 0 0; }

* + h1 {
  margin: 25px 0 0; }

* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin: 20px 0 0; }

/* EXTRAS
 * ------------------------------------------------ */
/* Mozilla based browsers */
::-moz-selection {
  background-color: #005ea7;
  color: white;
  text-shadow: none; }

/* Works in Safari */
::selection {
  background-color: #005ea7;
  color: white;
  text-shadow: none; }

.chromeframe,
li.graphic-only {
  display: none !important; }

.stop-scrolling {
  height: 100% !important;
  overflow: hidden !important; }

/* FONTS
 * ------------------------------------------------ */
@font-face {
  font-family: "HelveticaNeueW01-45Ligh";
  src: url("/assets/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("/assets/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("/assets/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("/assets/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("/assets/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("/assets/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg"); }
@font-face {
  font-family: "HelveticaNeueW01-65Medi";
  src: url("/assets/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
  src: url("/assets/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"), url("/assets/fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"), url("/assets/fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("/assets/fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("/assets/fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg"); }
@font-face {
  font-family: "HelveticaNeueW01-47LtCn_692686";
  src: url("/assets/fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix");
  src: url("/assets/fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix") format("eot"), url("/assets/fonts/b37ddbd9-24db-4864-9095-5084a5679dd2.woff2") format("woff2"), url("/assets/fonts/42aacb2f-222e-46f5-a95a-1c22948ee0d1.woff") format("woff"), url("/assets/fonts/217a2f81-1e65-4924-a0d4-05ac8576f883.ttf") format("truetype"), url("/assets/fonts/5405647d-099e-47f7-9d4a-f8692e57a206.svg#5405647d-099e-47f7-9d4a-f8692e57a206") format("svg"); }
@font-face {
  font-family: "HelveticaNeueW01-77BdCn_692722";
  src: url("/assets/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
  src: url("/assets/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"), url("/assets/fonts/ab23c239-fb66-406e-bce6-f0f260f5a217.woff2") format("woff2"), url("/assets/fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("/assets/fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("/assets/fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg"); }
/* TRANSITIONS
 * ------------------------------------------------ */
a {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.no-anim, .no-anim * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important; }

.no-anim-single {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important; }

a, a i, a .btn, a .btn-white, button, input, img, header div, header, #wrap, header .search-form, nav, .search-form:after, .main-nav:after, .site-wrap, .slick-slide, .main-nav li, .mega-menu div, .accordion-content, .contact-widget label, .form-group:after, input + label:after, input + label:before, #wrap .mega-menu-applications .top-level a:after, .home-banner-canvas .canvas-marker:after, .home-banner-canvas .canvas-marker:before, .add-icons .add-to-list, .add-icons .download-file, .doc-down-widget a:before, .doc-down-widget a:after, .home-banner-canvas .canvas-marker i:after, .home-banner-canvas .canvas-marker i:before, .image-overlay-widget .btn, .image-overlay-widget .translucent-box, .img-list a:before, .img-list a:after, .video-widget a:after, .latest-news-widget .white-box, .box-widget-no-arrow .btn, .address-widget address, .address-widget a, .product-landing-categories .translucent-box:after, .product-landing-categories h3, .img-text-link-box:after, .search-results-widget h3, .search-results-widget a:after, .search-results-widget a p, .product-landing-links .row:last-child .box-link h5, .bg-img-cta-widget .btn, .border-box-cta-widget .caption, .border-box-cta-widget .caption:after, .border-box-cta .caption, .border-box-cta .caption:after, .block-box-cta-widget .btn, .article-cta-widget div, .article-cta-widget .btn, .hero-cta-widget .btn, .hero-cta-widget .btn, .hero-cta-widget .caption, .img-text-cta-widget .btn, .img-text-cta-widget .caption, .product-cta figure, .product-cta .caption-wrapper, .contact-links a {
  transition: all .35s ease;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease; }

/* COMPONENTS - Individual site components */
/* ACCORDION
--------------------------------------------*/
.accordion {
  margin-top: -20px; }
  @media (max-width: 767px) {
    .accordion {
      margin-top: -10px; } }

.accordion-group {
  border-bottom: 1px solid #dedede; }
  .accordion-group.active .accordion-btn {
    color: #001f42; }
    .accordion-group.active .accordion-btn:after {
      content: '\f021'; }
  .accordion-group .accordion-content {
    height: auto; }

.accordion-content {
  overflow: hidden; }

.accordion-content-inner {
  padding: 0 20px 30px; }
  @media (max-width: 767px) {
    .accordion-content-inner {
      padding: 0 10px 20px; } }

.accordion-btn {
  width: 100%;
  display: block;
  font-size: 25px;
  line-height: 34px;
  position: relative;
  color: #005ea7;
  padding: 25px 90px 25px 20px;
  font-family: "HelveticaNeueW01-47LtCn_692686"; }
  @media (max-width: 767px) {
    .accordion-btn {
      font-size: 19px;
      line-height: 23px;
      padding: 14px 40px 14px 10px; } }
  .accordion-btn:after {
    content: '\f01b';
    font-family: 'Black Tie';
    font-weight: bold;
    font-size: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 40px;
    position: absolute; }
    @media (max-width: 767px) {
      .accordion-btn:after {
        font-size: 18px;
        right: 10px; } }

/* accordion - non touch device hover transition */
.nonTouchDevice .accordion-btn:hover {
  color: #001f42; }

/* BUTTONS
--------------------------------------------*/
/* primary button styles */
.btn {
  color: white;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  font-family: "HelveticaNeueW01-77BdCn_692722";
  text-transform: uppercase;
  outline: none !important;
  border-radius: 0;
  border: none;
  positon: relative;
  display: inline-block;
  border: 3px solid #001f42;
  background-color: #001f42; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn {
      font-size: 20px;
      padding: 9px 17px; } }
  @media (max-width: 767px) {
    .btn {
      font-size: 18px;
      line-height: 21px;
      padding: 6px 10px;
      border-width: 2px; } }
  .btn i {
    font-size: 19px;
    margin: 0 -5px 0 15px;
    top: 1px;
    position: relative; }
    @media (max-width: 767px) {
      .btn i {
        font-size: 16px;
        margin: 0 -1px 0 7px; } }

.btn:hover,
.btn:focus {
  color: #001f42 !important;
  border: 3px solid #001f42;
  background-color: transparent; }
  @media (max-width: 767px) {
    .btn:hover,
    .btn:focus {
      border-width: 2px; } }

a:hover .btn,
a:focus .btn {
  color: #001f42;
  border: 3px solid #001f42;
  background-color: transparent; }
  @media (max-width: 767px) {
    a:hover .btn,
    a:focus .btn {
      border-width: 2px; } }

/* white button */
.btn-white {
  color: #001f42;
  border: 3px solid white;
  background-color: white; }
  @media (max-width: 767px) {
    .btn-white {
      border-width: 2px; } }
  .btn-white i {
    color: #001f42; }

.btn-white:hover,
.btn-white:focus,
a:hover .btn-white,
a:focus .btn-white {
  color: white !important;
  border: 3px solid white; }
  @media (max-width: 767px) {
    .btn-white:hover,
    .btn-white:focus,
    a:hover .btn-white,
    a:focus .btn-white {
      border-width: 2px; } }
  .btn-white:hover i,
  .btn-white:focus i,
  a:hover .btn-white i,
  a:focus .btn-white i {
    color: white; }

a#cookie-message-link {
  opacity: 0;
  display: none; }

.cookie-message {
  position: absolute;
  visibility: hidden;
  padding: 25px 30px;
  max-width: 400px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #001f42; }
  @media (max-width: 767px) {
    .cookie-message {
      padding: 30px 10px 25px;
      font-size: 15px;
      line-height: 26px; } }
  .cookie-message h4 {
    font-size: 26px;
    line-height: 26px;
    color: #005ea7; }
    @media (max-width: 767px) {
      .cookie-message h4 {
        font-size: 20px;
        line-height: 20px; } }
  .cookie-message p a {
    color: #001f42;
    border-bottom: 1px solid; }
    .cookie-message p a:hover {
      border-color: transparent; }
  .cookie-message button {
    margin-top: 20px;
    padding: 10px 30px; }
  .cookie-message .decline-cookies {
    position: absolute;
    cursor: pointer;
    z-index: 8040;
    top: -4px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: right; }
    .cookie-message .decline-cookies i {
      font-size: 14px;
      font-weight: 700;
      color: #005ea7; }
      .cookie-message .decline-cookies i:before {
        content: '\f00c';
        font-family: 'Black Tie'; }

.cookie-message-wrap .cookie-message {
  position: relative;
  visibility: visible; }

.cookie-message-wrap .fancybox-close {
  display: none !important; }

/* FANCYBOX
--------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-error, .fancybox-title {
  line-height: 20px;
  font-family: "Courier New",Courier,monospace; }

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative; }

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-inner {
  overflow: hidden !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font-size: 14px;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

.fancybox-close, .fancybox-next span, .fancybox-prev span {
  background: url(../img/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  cursor: pointer;
  z-index: 8040; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  background: url(../img/fancybox_sprite.png) !important;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(../img/blank.gif);
  -webkit-tap-highlight-color: transparent; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock {
  width: auto; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../img/fancybox_sprite@2x.png);
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url(../img/fancybox_loading@2x.gif);
    background-size: 24px 24px; } }
/* fancybox overwrites */
body .fancybox-overlay {
  background: rgba(29, 29, 29, 0.8); }

.fancybox-close {
  width: 36px;
  height: 36px;
  z-index: 1004;
  position: absolute;
  top: -40px !important;
  right: -40px !important;
  cursor: pointer;
  text-indent: -9999px; }
  .fancybox-close:before {
    content: '\f00c';
    font-family: 'Black Tie';
    font-size: 17px;
    color: white;
    text-indent: 0;
    font-weight: 900;
    top: 10px;
    left: 10px;
    position: absolute; }

.fancybox-prev {
  z-index: 1010;
  left: -40px; }
  .fancybox-prev span {
    left: 10px; }
    .fancybox-prev span:before {
      content: "\e901";
      font-family: 'icomoon';
      top: -5px;
      left: 12px;
      font-size: 21px;
      color: white; }

.fancybox-next {
  z-index: 1010;
  right: -40px; }
  .fancybox-next span {
    right: -15px; }
    .fancybox-next span:before {
      content: "\e902";
      font-family: 'icomoon';
      top: -5px;
      left: 12px;
      font-size: 21px;
      color: white; }

.fancybox-nav span {
  z-index: 1003;
  margin-top: -18px;
  visibility: hidden;
  cursor: pointer;
  width: 36px;
  height: 36px;
  top: 50%;
  position: absolute; }

/* FORMS
--------------------------------------------*/
/* resets */
input, textarea, button {
  outline: medium none; }

::-ms-clear {
  display: none; }

textarea,
textarea.form-control {
  height: auto;
  resize: none; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  border-radius: 0;
  border: 0;
  outline: 0;
  background: none;
  box-shadow: none;
  font-size: 100%;
  text-transform: none;
  font-weight: normal; }

input[type="text"],
input[type="email"],
input[type="password"] {
  line-height: 36px; }

textarea {
  resize: none;
  height: 150px;
  line-height: 1.3;
  padding: 10px; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: normal; }

/* placeholder text */
:-moz-placeholder {
  opacity: 1;
  color: #001f42 !important;
  font-weight: normal; }

::-moz-placeholder {
  opacity: 1;
  color: #001f42 !important;
  font-weight: normal; }

:-ms-input-placeholder {
  opacity: 1;
  color: #001f42 !important;
  font-weight: normal; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #001f42 !important;
  font-weight: normal; }

.placeholder {
  opacity: 1;
  color: #001f42 !important;
  font-weight: normal; }

/* ie9 X button on input fix */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0; }

select:-moz-focusring {
  color: transparent !important;
  outline: none !important;
  text-shadow: 0 0 0 #777 !important; }

select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  color: transparent;
  text-shadow: 0 0 0 #000;
  border: 0 !important; }

/* TABLES
--------------------------------------------*/
table {
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee; }
  @media (max-width: 767px) {
    table {
      border: none; } }

tr {
  display: table-row; }
  tr:before, tr:after {
    display: none; }
  @media (max-width: 767px) {
    tr:last-child {
      border: 0 none;
      margin: 0;
      padding: 0; } }
  tr + tr {
    display: table-row; }
    @media (max-width: 767px) {
      tr + tr {
        border-bottom: 3px solid #eee;
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative; } }
    tr + tr:before, tr + tr:after {
      display: none; }

th {
  padding: 5px 10px;
  display: table-cell;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #eee;
  color: #005ea7; }
  @media (max-width: 767px) {
    th {
      display: none; } }

td {
  padding: 5px 10px;
  display: table-cell;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  color: #001f42; }
  @media (max-width: 767px) {
    td {
      display: block;
      border: none;
      padding: 0; } }
  td > span.visible-xs {
    color: #005ea7;
    text-transform: uppercase;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
  td + td {
    margin-top: 10px; }

/* LAYOUTS - Core page layout elements */
/* STRUCTURE
--------------------------------------------*/
/* page wrapper */
#wrap {
  overflow: hidden;
  border-bottom: 8px solid #005ea7;
  right: 0;
  position: relative; }
  @media (max-width: 767px) {
    #wrap {
      border-width: 4px; } }

.site-wrap {
  position: relative;
  z-index: 5;
  background: white;
  overflow: hidden; }

/* main body */
.main-body {
  padding: 45px 0; }
  @media (max-width: 767px) {
    .main-body {
      padding: 0; } }
  .main-body .less-padding .main-content {
    padding-top: 0;
    padding-bottom: 0; }

/* full width main content */
.full-width-content {
  padding-left: 15px !important; }
  @media (max-width: 767px) {
    .full-width-content {
      padding-left: 20px !important; } }

/* sidebar */
#sidebar {
  clear: left; }
  #sidebar .widget-container {
    margin-top: 35px; }
    @media (max-width: 767px) {
      #sidebar .widget-container {
        margin-top: 30px; } }
    #sidebar .widget-container + .widget-container {
      margin-top: 35px; }
      @media (max-width: 767px) {
        #sidebar .widget-container + .widget-container {
          margin-top: 25px; } }
  #sidebar h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #sidebar h4 {
        font-size: 21px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      #sidebar h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px; } }
  #sidebar .read-more-link {
    font-size: 20px;
    line-height: 25px;
    font-family: "HelveticaNeueW01-47LtCn_692686";
    top: 3px;
    right: 0;
    position: absolute; }
    @media (max-width: 767px) {
      #sidebar .read-more-link {
        font-size: 18px; } }

/* bootstrap grid */
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }

  .row {
    margin-left: -20px;
    margin-right: -20px; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 20px;
    padding-right: 20px; } }
/* FOOTER
--------------------------------------------*/
footer {
  margin-top: 70px;
  /* newsletter signup */
  /* twitter widget */ }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer {
      margin-top: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    footer {
      margin-top: 40px; } }
  @media (max-width: 991px) {
    footer .pull-right {
      float: none; } }
  footer .newsletter-signup-widget {
    padding: 37px 0 57px;
    background: #4086bd; }
    @media (max-width: 767px) {
      footer .newsletter-signup-widget {
        padding: 30px 0; } }
    footer .newsletter-signup-widget h4 {
      font-size: 30px;
      line-height: 30px;
      font-family: "HelveticaNeueW01-77BdCn_692722";
      margin-top: 15px; }
      @media (max-width: 767px) {
        footer .newsletter-signup-widget h4 {
          font-size: 19px;
          line-height: 24px;
          margin-top: 0; } }
    footer .newsletter-signup-widget p {
      margin-top: 7px; }
    footer .newsletter-signup-widget form {
      width: 49%;
      top: 4px;
      right: 15px;
      position: absolute; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .newsletter-signup-widget form {
          width: 39%; } }
      @media (max-width: 991px) {
        footer .newsletter-signup-widget form {
          width: 100%;
          position: relative;
          right: auto;
          top: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .newsletter-signup-widget form {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        footer .newsletter-signup-widget form {
          margin-top: 15px; } }
    footer .newsletter-signup-widget input {
      box-shadow: none !important;
      -webkit-appearance: none; }
    footer .newsletter-signup-widget button {
      width: 140px;
      height: 50px; }
      @media (max-width: 767px) {
        footer .newsletter-signup-widget button {
          width: 105px;
          height: 40px; } }
      footer .newsletter-signup-widget button i {
        margin-left: 7px;
        top: 1px;
        left: 5px;
        position: relative; }
        @media (max-width: 767px) {
          footer .newsletter-signup-widget button i {
            top: 0;
            margin-left: 0; } }
  @media (max-width: 767px) {
    footer .twitter-feed-wrapper {
      margin: 0 -20px; } }
  footer .twitter-feed {
    padding: 45px 30px 0;
    margin-bottom: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .twitter-feed {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      footer .twitter-feed {
        padding: 30px 20px 0; } }
    footer .twitter-feed:after {
      border-left: solid 229px transparent;
      border-right: solid 228px transparent; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .twitter-feed:after {
          border-left: solid 188px transparent;
          border-right: solid 187px transparent; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .twitter-feed:after {
          border-left: solid 360px transparent;
          border-right: solid 360px transparent; } }
      @media (max-width: 767px) {
        footer .twitter-feed:after {
          margin-left: -384px;
          border-left: solid 384px transparent;
          border-right: solid 384px transparent; } }

/* footer top */
.footer-top {
  padding-top: 40px;
  clear: both; }
  @media (max-width: 767px) {
    .footer-top {
      padding-top: 0; } }

/* quicklinks */
.quick-links .open-quick-links {
  display: none;
  color: #005ea7;
  font-size: 15px;
  margin: 14px 0 0 20px;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-77BdCn_692722"; }
  @media (max-width: 767px) {
    .quick-links .open-quick-links {
      display: block; } }
  .quick-links .open-quick-links:after {
    content: '\e900';
    z-index: 2;
    font-size: 6px;
    font-weight: bold;
    font-family: 'icomoon';
    top: 11px;
    right: 25px;
    position: absolute; }
.quick-links a {
  width: 100%;
  clear: both;
  display: block;
  font-size: 15px;
  line-height: 36px;
  color: #001f42; }
  @media (max-width: 767px) {
    .quick-links a {
      font-size: 14px;
      line-height: 30px; } }
.quick-links .col-xs-6 {
  display: block; }
  @media (max-width: 767px) {
    .quick-links .col-xs-6 {
      display: none;
      padding-bottom: 20px; } }
  .quick-links .col-xs-6:last-child {
    padding-left: 0; }

/* contact info & links */
.contact-info {
  margin-top: 6px; }
  .contact-info p {
    font-size: 15px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .contact-info p {
        font-size: 14px;
        line-height: 20px; } }

.contact-links {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .contact-links {
      margin-top: 10px; } }
  .contact-links a, .contact-links span {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    font-family: "HelveticaNeueW01-77BdCn_692722";
    color: #005ea7; }
    @media (max-width: 767px) {
      .contact-links a, .contact-links span {
        font-size: 15px;
        line-height: 15px;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .contact-links a:last-of-type, .contact-links span:last-of-type {
        margin-right: 0; } }
  .contact-links i {
    width: 30px;
    display: inline-block;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none; }
    @media (max-width: 767px) {
      .contact-links i {
        width: 21px; } }

/* footer bottom */
.footer-bottom {
  margin-top: 50px;
  padding: 45px 0 70px;
  position: relative;
  border-top: 1px solid #d9d9d9; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom {
      padding: 25px 0; } }
  @media (max-width: 767px) {
    .footer-bottom {
      margin-top: 25px;
      padding: 25px 0 30px; } }
  .footer-bottom p {
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-bottom p {
        padding-bottom: 25px;
        border-bottom: 1px solid #d9d9d9; } }
    @media (max-width: 767px) {
      .footer-bottom p {
        font-size: 13px;
        line-height: 19px; } }

/* footer logo */
.footer-logo {
  display: block;
  width: 350px;
  height: 75px;
  top: 40px;
  right: 15px;
  position: absolute;
  text-indent: -9999px;
  background: url("../img/aliaxis.jpg") no-repeat;
  background-size: 350px auto; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .footer-logo {
      width: 240px;
      background-size: 240px auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-logo {
      width: 100%;
      height: auto;
      display: block;
      margin: 25px 0 8px;
      top: 0;
      right: 0;
      position: relative; } }
  @media (max-width: 767px) {
    .footer-logo {
      width: 150px;
      height: auto;
      margin-top: 20px;
      background-size: 150px auto;
      top: 0;
      right: 0;
      position: relative; } }

/* hideout link */
.hideout-link {
  font-size: 13px;
  line-height: 20px;
  color: #586476; }

/* newsletter widget - non touch device hover transition */
.nonTouchDevice footer .newsletter-signup-widget button:hover {
  width: 150px; }
  @media (max-width: 767px) {
    .nonTouchDevice footer .newsletter-signup-widget button:hover {
      width: 100px; } }

.nonTouchDevice .hideout-link:hover,
.nonTouchDevice .quick-links a:hover,
.nonTouchDevice .contact-links a:hover {
  color: #59adec; }

/* HEADER
--------------------------------------------*/
header {
  padding: 28px 0;
  position: relative;
  background-color: #00346c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF00346C', endColorstr='#FF00346C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzQ2YyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDc1MDhmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMwNzUwOGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM0NmMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #00346c), color-stop(20%, #07508f), color-stop(80%, #07508f), color-stop(100%, #00346c));
  background-image: -moz-linear-gradient(left, #00346c 0%, #07508f 20%, #07508f 80%, #00346c 100%);
  background-image: -webkit-linear-gradient(left, #00346c 0%, #07508f 20%, #07508f 80%, #00346c 100%);
  background-image: linear-gradient(to right, #00346c 0%, #07508f 20%, #07508f 80%, #00346c 100%);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#00346c, endColorstr=#07508f)'; }
  @media (max-width: 767px) {
    header {
      padding: 20px 0; } }

/* logo */
a.logo {
  width: 212px;
  height: 49px;
  float: left;
  display: block;
  margin-right: 40px;
  text-indent: -9999px;
  background: url(../img/logo.svg) no-repeat left top;
  background-size: 212px 49px; }
  @media (max-width: 767px) {
    a.logo {
      margin: 0 0 0 5px;
      width: 130px;
      height: 30px;
      background-size: 130px 30px; } }

.no-svg a.logo {
  /* moderniser fall back class */
  background-image: url(../img/logo.gif); }

/* nav wrapper */
.nav-wrapper {
  position: relative; }

/* main navigation */
.main-nav {
  float: left; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .main-nav {
      width: 100%; } }
  @media (max-width: 767px) {
    .main-nav {
      float: none;
      margin: 14px 0 -15px -20px;
      position: relative;
      width: calc(100% + 40px); } }
  .main-nav .inner {
    float: left;
    padding-top: 12px;
    position: relative; }
    @media (max-width: 767px) {
      .main-nav .inner {
        width: 100%;
        z-index: 3;
        padding-top: 0;
        background: #eee;
        top: 50px;
        left: 0;
        position: absolute;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    .main-nav .inner ul {
      margin: 0;
      list-style: none; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .main-nav .inner ul {
          padding: 10px 0 5px; } }
      @media (max-width: 767px) {
        .main-nav .inner ul {
          padding: 13px 0 15px; } }
    .main-nav .inner li {
      display: inline;
      margin-right: 47px;
      padding-bottom: 10px; }
      @media (max-width: 767px) {
        .main-nav .inner li {
          margin: 0;
          padding: 0;
          display: block; } }
      .main-nav .inner li:last-of-type {
        margin-right: 0; }
      .main-nav .inner li.current-menu-item a:after {
        opacity: 1;
        bottom: -10px; }
      .main-nav .inner li a {
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        position: relative; }
        @media (max-width: 767px) {
          .main-nav .inner li a {
            display: block;
            font-size: 18px;
            line-height: 28px;
            padding: 7px 25px;
            color: #001f42; } }
  .main-nav a {
    color: white; }
    .main-nav a:after {
      content: '';
      opacity: 0;
      background: white;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      pointer-events: none;
      width: 100%;
      height: 2px;
      bottom: -15px;
      left: 0;
      position: absolute; }
      @media (max-width: 767px) {
        .main-nav a:after {
          display: none; } }

/* nav extras */
.nav-extras {
  height: 30px;
  padding: 0 13px;
  z-index: 4;
  border-right: 1px solid white;
  top: 10px;
  right: 43px;
  position: absolute;
  /* icons */
  /* social media */ }
  @media (max-width: 767px) {
    .nav-extras {
      height: 22px;
      padding: 0;
      overflow: hidden;
      border: none;
      top: 72px;
      right: 22px;
      position: absolute; } }
  .nav-extras i {
    font-size: 20px;
    margin-right: 5px;
    top: 3px;
    position: relative; }
    @media (max-width: 767px) {
      .nav-extras i {
        font-size: 24px;
        margin: 0 14px 0 3px;
        top: 0;
        position: relative; } }
  .nav-extras .social-media a {
    margin: 0 5px;
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .nav-extras .social-media a {
        color: #005ea7;
        border-right: 1px solid #005ea7; } }
    @media (max-width: 767px) {
      .nav-extras .social-media a:last-of-type {
        border: none; }
        .nav-extras .social-media a:last-of-type i {
          margin-right: 0; } }

/* open search button */
.open-search-btn {
  z-index: 5;
  color: white;
  top: 12px;
  right: 5px;
  position: absolute; }
  @media (max-width: 767px) {
    .open-search-btn {
      font-size: 19px;
      right: 5px;
      top: 3px; } }
  .open-search-btn:hover, .open-search-btn:focus {
    color: white; }
  .open-search-btn:after {
    content: '';
    opacity: 0;
    background: white;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    width: 100%;
    height: 2px;
    bottom: -15px;
    left: 0;
    position: absolute; }
    @media (max-width: 767px) {
      .open-search-btn:after {
        display: none; } }
  .open-search-btn .close-icon {
    top: 3px;
    right: 3px; }

/* search form */
.search-form {
  width: 157px;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  top: 8px;
  right: 10px;
  position: absolute; }
  @media (max-width: 767px) {
    .search-form {
      width: 100%;
      padding: 5px;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      top: -65px;
      right: 0;
      left: 0;
      position: absolute; } }
  .search-form button {
    opacity: 0;
    color: white;
    font-size: 18px;
    line-height: 18px;
    margin-right: 0;
    padding: 0;
    z-index: 4;
    border: none;
    background: none;
    width: 37px;
    height: 37px;
    top: -4px;
    right: -8px;
    position: absolute; }
    @media (max-width: 767px) {
      .search-form button {
        opacity: 1;
        font-size: 19px;
        line-height: 19px;
        top: 4px;
        right: 8px;
        width: 40px;
        height: 40px; } }
    .search-form button:hover, .search-form button:focus {
      color: white; }
  .search-form input {
    width: 120px;
    height: 36px;
    color: white;
    padding: 0 0 0 15px;
    font-size: 16px;
    background: transparent;
    box-shadow: none !important;
    -webkit-appearance: none; }
    @media (max-width: 767px) {
      .search-form input {
        font-size: 14px;
        border: 1px solid white;
        padding: 0 40px 0 15px;
        width: 100%;
        height: 39px; } }
  .search-form :-moz-placeholder {
    color: white !important;
    opacity: 1; }
  .search-form ::-moz-placeholder {
    color: white !important;
    opacity: 1; }
  .search-form :-ms-input-placeholder {
    color: white !important;
    opacity: 1; }
  .search-form ::-webkit-input-placeholder {
    color: white !important;
    opacity: 1; }

/* show search field */
@media (max-width: 767px) {
  .show-search .main-nav {
    margin-top: 75px; } }
.show-search .open-search-btn {
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 767px) {
    .show-search .open-search-btn {
      pointer-events: all; }
      .show-search .open-search-btn .bts {
        opacity: 0; }
      .show-search .open-search-btn .close-icon {
        opacity: 1; } }
.show-search .search-form {
  z-index: 50;
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.show-search .nav-extras {
  -moz-transform: translateX(-130px);
  -o-transform: translateX(-130px);
  -ms-transform: translateX(-130px);
  -webkit-transform: translateX(-130px);
  transform: translateX(-130px); }
  @media (max-width: 767px) {
    .show-search .nav-extras {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }

/* mobile menu button */
.mob-menu-btn {
  color: white;
  border-right: 1px solid white;
  width: 38px;
  height: 22px;
  top: 4px;
  right: 40px;
  position: absolute; }
  .mob-menu-btn .fa {
    font-size: 24px;
    top: -1px;
    position: absolute; }
  .mob-menu-btn .close-icon {
    top: 2px;
    right: 16px; }
  .mob-menu-btn:hover, .mob-menu-btn:focus {
    color: white; }

/* show mobile menu */
.show-menu .mob-menu-btn .fa {
  opacity: 0; }
.show-menu .mob-menu-btn .close-icon {
  opacity: 1; }

/* close icon */
.close-icon {
  width: 18px;
  height: 18px;
  opacity: 0;
  display: block;
  position: absolute;
  background: url(../img/close_white.svg);
  background-size: 18px; }

/* main navigation - non touch device hover transition */
.nonTouchDevice .main-nav a:hover:after {
  bottom: -10px;
  opacity: 1; }

.nonTouchDevice .open-search-btn:hover:after {
  bottom: -8px;
  opacity: 1; }

/* SUB NAVIGATION
--------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .sub-nav {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .sub-nav {
    padding: 0; } }
.sub-nav.expanded .open-sub-nav {
  background: #e1e1e1; }
  .sub-nav.expanded .open-sub-nav:after {
    content: '\f021'; }
.sub-nav .open-sub-nav {
  display: block;
  font-size: 20px;
  line-height: 35px;
  padding: 10px 25px;
  margin-bottom: 1px;
  position: relative;
  text-transform: uppercase;
  color: #005ea7;
  background: #eee;
  font-family: "HelveticaNeueW01-77BdCn_692722"; }
  @media (max-width: 767px) {
    .sub-nav .open-sub-nav {
      font-size: 17px;
      line-height: 33px;
      padding: 7px 20px; } }
  .sub-nav .open-sub-nav:after {
    content: '\f01b';
    font-family: 'Black Tie';
    font-weight: 900;
    font-size: 19px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 22px;
    position: absolute; }
    @media (max-width: 767px) {
      .sub-nav .open-sub-nav:after {
        font-size: 16px;
        right: 20px; } }
.sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
@media (min-width: 992px) and (max-width: 1480px) {
  .sub-nav > ul {
    display: block !important; } }
@media (min-width: 1481px) {
  .sub-nav > ul {
    display: block !important; } }
@media (max-width: 991px) {
  .sub-nav > ul {
    display: none; } }
.sub-nav > ul > li {
  border-top: 1px solid white;
  border-bottom: 1px solid white; }
  .sub-nav > ul > li > a {
    display: block;
    font-size: 20px;
    line-height: 35px;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    color: #005ea7;
    background: #eee;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sub-nav > ul > li > a {
        font-size: 19px;
        padding: 9px 20px; } }
    @media (max-width: 767px) {
      .sub-nav > ul > li > a {
        font-size: 15px;
        line-height: 30px;
        padding: 5px 20px; } }
    @media (max-width: 991px) {
      .sub-nav > ul > li > a:after {
        content: "\e902";
        font-family: 'icomoon';
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        position: absolute; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sub-nav > ul > li > a:after {
        font-size: 20px;
        right: 25px; } }
    @media (max-width: 767px) {
      .sub-nav > ul > li > a:after {
        font-size: 17px;
        right: 20px; } }
.sub-nav > ul > li.current > a {
  color: white;
  background: #005ea7; }
.sub-nav ul ul {
  padding: 10px 25px;
  background: #f8f8f8; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sub-nav ul ul {
      padding: 9px 20px; } }
  @media (max-width: 767px) {
    .sub-nav ul ul {
      padding: 7px 20px; } }
  .sub-nav ul ul a {
    padding: 2px 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .sub-nav ul ul a {
        padding: 0;
        font-size: 14px; } }
.sub-nav ul ul ul {
  padding: 0 10px; }

/* sub navigation - non touch device hover transition */
.nonTouchDevice .sub-nav > ul > li > a:hover,
.nonTouchDevice .sub-nav .open-sub-nav:hover {
  background: #e1e1e1; }

.nonTouchDevice .sub-nav > ul > li.current > a:hover {
  background: #005ea7; }

/* PAGE BANNER
--------------------------------------------*/
.page-banner {
  width: 100%;
  height: 350px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-banner {
      height: 240px; } }
  @media (max-width: 767px) {
    .page-banner {
      height: 150px; } }
  .page-banner .container {
    height: 100%;
    position: relative; }
  .page-banner .caption {
    width: calc(100% - 30px);
    z-index: 2;
    bottom: 50px;
    position: absolute; }
    @media (max-width: 767px) {
      .page-banner .caption {
        width: calc(100% - 40px);
        bottom: 50%;
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transform: translateY(50%); } }
  .page-banner h2 {
    color: white;
    font-size: 40px;
    line-height: 50px;
    padding: 20px 30px;
    display: inline-block;
    background: #001f42; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-banner h2 {
        font-size: 34px;
        line-height: 44px;
        padding: 15px 25px; } }
    @media (max-width: 767px) {
      .page-banner h2 {
        font-size: 21px;
        line-height: 32px;
        padding: 7px 15px; } }
  .page-banner figure {
    margin: 0;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }

/* SECTIONS - Individual Page layouts */
/* HOMEPAGE
--------------------------------------------*/
/* home body class overwrites */
.home footer {
  margin-top: 0; }

/* home banner */
.home-banner {
  position: relative;
  /* mobile - accordion wrapper */
  /* mobile - open accordion button */
  /* mobile - accordion list */ }
  @media (max-width: 767px) {
    .home-banner {
      margin: 0 -20px; } }
  .home-banner .accordion-wrapper.expanded .open-home-accordion {
    background: #00508d; }
    .home-banner .accordion-wrapper.expanded .open-home-accordion:after {
      content: '\f021'; }
  .home-banner .open-home-accordion {
    font-size: 17px;
    line-height: 33px;
    padding: 7px 20px;
    color: white;
    display: block;
    position: relative;
    text-transform: uppercase;
    background: #005ea7;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    .home-banner .open-home-accordion:after {
      content: '\f01b';
      font-family: 'Black Tie';
      font-weight: 900;
      font-size: 16px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      right: 20px;
      position: absolute; }
  .home-banner .accordion {
    display: none;
    margin: 0; }
  .home-banner .accordion-group {
    border-bottom: 1px solid #d4d4d4; }
    .home-banner .accordion-group.active .accordion-btn {
      color: white;
      background: #0e495a;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      -webkit-transition: none;
      transition: none; }
  .home-banner .accordion-btn {
    font-size: 17px;
    line-height: 33px;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #001f42;
    background: #eee;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    .home-banner .accordion-btn:after {
      right: 20px !important; }
  .home-banner .accordion-content-inner {
    color: white;
    padding: 0 20px 30px;
    background: #0e495a; }
    .home-banner .accordion-content-inner .btn {
      margin-top: 15px; }
  .home-banner h2 {
    width: 430px;
    font-size: 40px;
    line-height: 45px;
    z-index: 5;
    text-transform: uppercase;
    color: white;
    padding: 25px 30px 27px;
    background: #001f42;
    top: 60px;
    left: -30px;
    position: absolute; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-banner h2 {
        width: 360px;
        font-size: 32px;
        line-height: 38px;
        padding: 23px 30px 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-banner h2 {
        width: 260px;
        top: 40px;
        font-size: 30px;
        line-height: 36px;
        padding: 20px 30px 22px; } }
    @media (max-width: 767px) {
      .home-banner h2 {
        width: 100%;
        top: 0;
        left: 0;
        font-size: 17px;
        line-height: 17px;
        padding: 14px 24px;
        position: relative; } }

/* home banner overlay */
.home-banner-overlay {
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  background: white;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }
  @media (max-width: 767px) {
    .home-banner-overlay {
      display: none; } }

/* home banner canvas */
.home-banner-canvas {
  margin-top: 0;
  position: relative; }
  .home-banner-canvas .home-banner-canvas-inner {
    overflow: hidden;
    position: relative; }
  .home-banner-canvas img {
    width: 100%;
    height: auto;
    display: block; }
  .home-banner-canvas .canvas-marker {
    display: block;
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    padding: 50px 0 0;
    -moz-transform: translateX(-50%) translateY(-30%);
    -o-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    -webkit-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%); }
    @media (max-width: 767px) {
      .home-banner-canvas .canvas-marker {
        display: none; } }
    .home-banner-canvas .canvas-marker:after, .home-banner-canvas .canvas-marker:before {
      content: '';
      position: absolute;
      border-radius: 42px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35); }
    .home-banner-canvas .canvas-marker:before {
      left: 50%;
      top: 11px;
      margin-left: -22px;
      background: white;
      width: 44px;
      height: 44px; }
    .home-banner-canvas .canvas-marker.active:before {
      background-color: #001f42;
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
    .home-banner-canvas .canvas-marker.active:after {
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    .home-banner-canvas .canvas-marker.active i:before,
    .home-banner-canvas .canvas-marker.active i:after {
      background: white !important; }
    .home-banner-canvas .canvas-marker.active i:after {
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    .home-banner-canvas .canvas-marker span {
      color: white;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      padding: 10px 20px;
      display: inline-block;
      text-transform: uppercase;
      background: #005ea7;
      font-family: "HelveticaNeueW01-77BdCn_692722";
      display: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-banner-canvas .canvas-marker span {
          display: none; } }
    .home-banner-canvas .canvas-marker i {
      margin-left: -10px;
      width: 18px;
      height: 18px;
      top: 24px;
      left: 50%;
      position: absolute; }
      .home-banner-canvas .canvas-marker i:before, .home-banner-canvas .canvas-marker i:after {
        content: '';
        position: absolute;
        background: #005ea7; }
      .home-banner-canvas .canvas-marker i:before {
        top: 7px;
        left: 1px;
        width: 18px;
        height: 4px; }
      .home-banner-canvas .canvas-marker i:after {
        top: 0;
        left: 8px;
        width: 4px;
        height: 18px; }

/* home banner tooltip */
.home-banner-tooltip {
  width: 310px;
  z-index: 10;
  padding: 30px;
  background: #0e495a;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  position: absolute; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-banner-tooltip {
      width: 370px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-banner-tooltip {
      width: 400px; } }
  @media (max-width: 767px) {
    .home-banner-tooltip {
      display: none; } }
  .home-banner-tooltip h4 {
    color: white;
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-banner-tooltip h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px; } }
    .home-banner-tooltip h4 strong {
      font-weight: normal;
      font-family: "HelveticaNeueW01-77BdCn_692722"; }
  .home-banner-tooltip p {
    color: white; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-banner-tooltip p {
        font-size: 16px;
        line-height: 24px; } }
  .home-banner-tooltip .btn {
    margin-top: 20px; }
  .home-banner-tooltip .close {
    opacity: 1;
    border-radius: 40px;
    text-align: center;
    background: #0e495a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    width: 50px;
    height: 50px;
    top: -25px;
    right: 285px;
    position: absolute; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-banner-tooltip .close {
        right: 345px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-banner-tooltip .close {
        right: 375px; } }
    .home-banner-tooltip .close:after {
      content: '';
      border-radius: 30px;
      width: 36px;
      height: 36px;
      top: 7px;
      left: 7px;
      position: absolute; }
    .home-banner-tooltip .close i {
      color: white;
      font-size: 18px;
      margin-top: 16px; }

.old-tooltip,
.new-tooltip {
  opacity: 0;
  right: -100px; }

/* home banner - non touch device hover transition */
.nonTouchDevice .home-banner-canvas .canvas-marker.hover:before {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  background: #001f42; }

.nonTouchDevice .home-banner-canvas .canvas-marker.hover:after {
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.nonTouchDevice .home-banner-canvas .canvas-marker.hover i:before,
.nonTouchDevice .home-banner-canvas .canvas-marker.hover i:after {
  background: white; }

/* home strapline & logos */
.home-strapline-logos {
  padding: 60px 0;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-strapline-logos {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .home-strapline-logos {
      padding: 35px 0 38px; } }
  .home-strapline-logos h2 {
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -0.7px;
    text-transform: capitalize;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-strapline-logos h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .home-strapline-logos h2 {
        font-size: 20px;
        line-height: 25px; } }
  .home-strapline-logos .logo-wrapper {
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-strapline-logos .logo-wrapper {
        width: 70%; } }
    @media (max-width: 767px) {
      .home-strapline-logos .logo-wrapper {
        width: 100%; } }
  .home-strapline-logos a {
    float: right;
    margin: 0 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-strapline-logos a {
        width: 40%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-strapline-logos a {
        width: auto;
        margin: 30px 0 0 0; } }
    @media (max-width: 767px) {
      .home-strapline-logos a {
        margin: 20px 0 0 0;
        width: calc(50% - 10px); } }
    @media (max-width: 991px) {
      .home-strapline-logos a:last-of-type {
        float: left; } }

/* home promo box widget */
.home-promo-box {
  padding: 90px 0;
  background: #eee; }
  @media (max-width: 767px) {
    .home-promo-box {
      padding: 40px 0; } }
  .home-promo-box .promo-box-cta-widget .bg-img-cta {
    border-right: 30px solid #eee; }
    @media (max-width: 991px) {
      .home-promo-box .promo-box-cta-widget .bg-img-cta {
        border: none; } }

/* home products and prices */
.home-products-prices {
  margin: 0 -25px;
  overflow: hidden;
  background: white; }
  @media (max-width: 991px) {
    .home-products-prices {
      margin: 0; } }

/* home products */
.home-products {
  width: 570px;
  float: left;
  margin-left: -570px;
  left: 50%;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-products {
      width: 470px;
      margin-left: -470px; } }
  @media (max-width: 991px) {
    .home-products {
      float: none;
      left: 0;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-products {
      width: 750px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .home-products {
      width: 100%;
      height: auto !important;
      padding-left: 20px;
      padding-right: 20px; } }
  .home-products .standard-text-widget {
    padding: 90px 0; }
    @media (max-width: 767px) {
      .home-products .standard-text-widget {
        padding: 30px 0 40px; } }

/* home prices */
.home-prices {
  width: 45%;
  float: right; }
  @media (max-width: 991px) {
    .home-prices {
      width: 100%;
      height: auto !important;
      float: none; } }
  @media (max-width: 767px) {
    .home-prices .hero-cta-widget {
      margin: 0; } }
  @media (max-width: 991px) {
    .home-prices .hero-cta-widget .figure-wrapper {
      left: 0; } }
  .home-prices .hero-cta-widget .caption-wrapper {
    z-index: 2;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute; }
    @media (max-width: 991px) {
      .home-prices .hero-cta-widget .caption-wrapper {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        top: 0;
        position: relative; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-prices .hero-cta-widget .caption-wrapper {
        padding: 75px 0 70px; } }
  .home-prices .hero-cta-widget p {
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .home-prices .hero-cta-widget p {
        margin-bottom: 0; } }

/* home intro text */
.home-intro {
  padding: 90px 0;
  background: #eee; }
  @media (max-width: 767px) {
    .home-intro {
      padding: 40px 0; } }
  .home-intro .three-col-text-widget .columns {
    margin: 0; }

/* GET IN TOUCH
--------------------------------------------*/
/* address details */
.address-widget {
  overflow: hidden; }
  @media (max-width: 767px) {
    .address-widget {
      margin-top: 0 !important; } }
  .address-widget .address-item {
    width: 46%;
    float: left;
    font-size: 20px;
    line-height: 30px;
    padding: 50px 40px;
    border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 767px) {
      .address-widget .address-item {
        width: 100%;
        height: auto !important;
        float: none;
        padding: 25px;
        font-size: 16px;
        line-height: 23px; } }
    .address-widget .address-item:first-child, .address-widget .address-item:nth-of-type(2) {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .address-widget .address-item:first-child, .address-widget .address-item:nth-of-type(2) {
          padding-top: 25px; } }
    .address-widget .address-item:nth-of-type(2n) {
      float: right; }
      @media (max-width: 767px) {
        .address-widget .address-item:nth-of-type(2n) {
          float: none; } }
    .address-widget .address-item h4 {
      font-size: 25px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .address-widget .address-item h4 {
          font-size: 22px;
          margin-bottom: 15px; } }
  .address-widget address {
    margin-bottom: 20px; }
  .address-widget a {
    color: #001f42;
    clear: both;
    display: block; }
    .address-widget a:hover {
      color: #59adec; }

/* LANDING PAGE
--------------------------------------------*/
.landing-page {
  /* main content */
  /* hero cta widget */ }
  @media (max-width: 767px) {
    .landing-page .main-content {
      padding-top: 20px; } }
  .landing-page .hero-cta-widget .caption {
    width: 38%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .landing-page .hero-cta-widget .caption {
        width: 44%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .landing-page .hero-cta-widget .caption {
        width: 55%; } }
    @media (max-width: 767px) {
      .landing-page .hero-cta-widget .caption {
        width: 71%; } }

/* cta blocks */
.landing-page-cta-blocks {
  /* row */
  /* columns */
  /* img and text cta widget */
  /* block box cta widget */
  /* two row block box cta */
  /* link list widget */ }
  .landing-page-cta-blocks .row {
    overflow: hidden; }
    @media (max-width: 991px) {
      .landing-page-cta-blocks .row {
        overflow: visible; } }
  .landing-page-cta-blocks .column {
    min-height: 425px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .landing-page-cta-blocks .column {
        min-height: inherit !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .landing-page-cta-blocks .column {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .landing-page-cta-blocks .column {
        margin-bottom: 25px;
        min-height: inherit !important; } }
    @media (max-width: 991px) {
      .landing-page-cta-blocks .column:last-of-type {
        margin-bottom: 0; } }
  .landing-page-cta-blocks .img-text-cta-widget a {
    overflow: visible; }
  .landing-page-cta-blocks .img-text-cta-widget .caption {
    padding-bottom: 9999px;
    margin-bottom: -9999px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .landing-page-cta-blocks .img-text-cta-widget .caption {
        padding-bottom: 0;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .landing-page-cta-blocks .img-text-cta-widget .caption {
        padding-bottom: 25px;
        margin-bottom: 0; } }
  .landing-page-cta-blocks .img-text-cta-widget .btn {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .landing-page-cta-blocks .img-text-cta-widget .btn {
        margin-bottom: 0; } }
  .landing-page-cta-blocks .block-box-cta-widget {
    height: 100%; }
    @media (max-width: 991px) {
      .landing-page-cta-blocks .block-box-cta-widget {
        padding-right: 0; } }
    .landing-page-cta-blocks .block-box-cta-widget a {
      height: 100%; }
  .landing-page-cta-blocks .block-box-two-row {
    margin-bottom: 0; }
    .landing-page-cta-blocks .block-box-two-row a {
      height: calc(50% - 14px); }
      @media (min-width: 768px) and (max-width: 991px) {
        .landing-page-cta-blocks .block-box-two-row a {
          height: calc(50% - 14px);
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .landing-page-cta-blocks .block-box-two-row a {
          height: calc(50% - 12px);
          margin-bottom: 24px; } }
    .landing-page-cta-blocks .block-box-two-row a + a {
      margin-bottom: 0; }
  .landing-page-cta-blocks .link-list-widget {
    height: 100%;
    min-height: 425px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .landing-page-cta-blocks .link-list-widget {
        min-height: inherit; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .landing-page-cta-blocks .link-list-widget {
        min-height: inherit;
        padding: 10px 35px; } }
    @media (max-width: 767px) {
      .landing-page-cta-blocks .link-list-widget {
        min-height: inherit; } }
    .landing-page-cta-blocks .link-list-widget div {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        .landing-page-cta-blocks .link-list-widget div {
          top: 0;
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          position: relative; } }

/* PRODUCTS
--------------------------------------------*/
.products {
  /* border box cta widget */ }
  @media (max-width: 991px) {
    .products .border-box-cta-wrapper {
      margin: 0; } }
  .products .border-box-cta-wrapper .border-box-cta {
    width: calc(33.33% - 30px); }
    @media (min-width: 768px) and (max-width: 991px) {
      .products .border-box-cta-wrapper .border-box-cta {
        margin: 0 0 30px;
        width: calc(100% - 1px); } }
    @media (max-width: 767px) {
      .products .border-box-cta-wrapper .border-box-cta {
        width: calc(100% - 1px);
        margin: 0 0 15px; } }

/* products listing widget */
.product-listing-widget {
  overflow: hidden; }
  .product-listing-widget .product-cta-wrapper {
    margin: 0 -15px; }
  .product-listing-widget .product-cta {
    height: 260px;
    float: left;
    margin: 0 15px;
    width: calc(20% - 30px);
    display: block;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .product-listing-widget .product-cta {
        height: 150px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-listing-widget .product-cta {
        margin: 0 0 30px;
        width: calc(100% - 1px); } }
    @media (max-width: 767px) {
      .product-listing-widget .product-cta {
        width: calc(100% - 1px);
        margin: 0 0 15px; } }
    @media (max-width: 991px) {
      .product-listing-widget .product-cta:last-of-type {
        margin-bottom: 0; } }
  .product-listing-widget figure {
    z-index: 5;
    margin: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center center;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease; }
  .product-listing-widget .caption-wrapper {
    width: 100%;
    z-index: 6;
    padding: 30px 25px;
    text-align: center;
    display: table;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #5996c5;
    background-color: rgba(0, 94, 167, 0.65); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-listing-widget .caption-wrapper {
        padding: 25px 20px; } }
    @media (max-width: 767px) {
      .product-listing-widget .caption-wrapper {
        padding: 20px; } }
  .product-listing-widget .caption {
    display: table-cell;
    vertical-align: middle; }
  .product-listing-widget h3 {
    color: white;
    font-size: 26px;
    line-height: 30px;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-listing-widget h3 {
        font-size: 22px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .product-listing-widget h3 {
        font-size: 22px;
        line-height: 26px; } }

/* bg img cta widget - non touch device hover transition */
.nonTouchDevice .product-cta:hover figure {
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
.nonTouchDevice .product-cta:hover .caption-wrapper {
  background-color: #005ea7;
  background-color: #005ea7; }

/* WIDGETS - Flexible Content Widget Areas */
/* BLANK DIVIDER WIDGET
--------------------------------------------*/
.blank-divider-widget {
  padding: 0 !important; }

/* CONTACT WIDGET
--------------------------------------------*/
.contact-widget {
  background: #f3f3f3;
  /* contact widget wrapper */
  /* form heading */
  /* form groups */
  /* half width form group */
  /* full width form group */
  /* labels */
  /* form controls */
  /* textareas */
  /* select dropdown */
  /* file upload button */
  /* radio buttons and checkboxes */ }
  .contact-widget .contact-cont {
    padding: 40px; }
    @media (max-width: 767px) {
      .contact-widget .contact-cont {
        padding: 25px; } }
  .contact-widget .contact-text {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .contact-widget .contact-text {
        margin-bottom: 25px; } }
  .contact-widget .form-heading {
    width: 100%;
    margin: 15px 0 0; }
    @media (max-width: 767px) {
      .contact-widget .form-heading {
        margin: -5px 0 5px !important; } }
    .contact-widget .form-heading h5 {
      font-size: 20px;
      line-height: 20px;
      text-transform: capitalize;
      font-family: "HelveticaNeueW01-47LtCn_692686"; }
      @media (max-width: 767px) {
        .contact-widget .form-heading h5 {
          font-size: 17px;
          line-height: 17px; } }
  .contact-widget .form-group {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .contact-widget .form-group {
        padding-bottom: 10px; } }
    .contact-widget .form-group + .form-group {
      margin-top: -14px; }
    .contact-widget .form-group:last-child {
      margin-bottom: 0; }
    .contact-widget .form-group.filled:after {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  .contact-widget .less-width {
    width: 58%; }
    @media (max-width: 767px) {
      .contact-widget .less-width {
        width: 100%; } }
  .contact-widget .full-width {
    width: 100%; }
  .contact-widget label {
    display: none;
    z-index: 1;
    font-size: 11px;
    font-weight: bold;
    -moz-transform: translateX(110%);
    -o-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    color: #005ea7;
    right: 0;
    bottom: -6px;
    position: absolute; }
    @media (max-width: 767px) {
      .contact-widget label {
        display: none; } }
  .contact-widget .filled label {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .contact-widget .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    outline: 0;
    background: none;
    box-shadow: none !important;
    color: #001f42;
    border: 1px solid #b2bbc6;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: 1; }
    @media (max-width: 767px) {
      .contact-widget .form-control {
        height: 40px;
        font-size: 14px;
        padding: 10px 15px; } }
    .contact-widget .form-control:focus {
      color: #005ea7;
      /*border: 2px solid $color-blue-base;*/ }
  .contact-widget .filled .form-control {
    color: #005ea7;
    border: 2px solid #005ea7; }
  .contact-widget textarea.form-control {
    width: 100%;
    height: 175px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    resize: none;
    overflow: hidden !important;
    -webkit-appearance: none;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .contact-widget textarea.form-control {
        height: 110px !important;
        padding-top: 10px;
        padding-bottom: 10px; } }
  .contact-widget select.form-control {
    width: 100%;
    z-index: 2;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: normal;
    position: relative;
    background-color: transparent;
    color: #001f42 !important; }
    @media (max-width: 767px) {
      .contact-widget select.form-control {
        padding-top: 8px;
        padding-left: 11px; } }
    .contact-widget select.form-control:focus::-ms-value {
      background-color: white;
      color: #005ea7; }
  .contact-widget .filled select {
    color: #005ea7 !important; }
  .contact-widget .select-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .contact-widget .select-wrap:after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 10px;
    z-index: 1;
    display: block;
    color: #afb3ba;
    top: 12px;
    right: 20px;
    position: absolute; }
    @media (max-width: 767px) {
      .contact-widget .select-wrap:after {
        font-size: 7px;
        top: 10px;
        right: 15px; } }
  .contact-widget .filled .select-wrap:after {
    color: #005ea7; }
  .contact-widget .file-upload {
    position: relative;
    cursor: pointer; }
    .contact-widget .file-upload * {
      position: relative;
      cursor: pointer; }
    .contact-widget .file-upload label {
      position: absolute; }
    .contact-widget .file-upload input {
      z-index: 2;
      opacity: 0;
      width: 100%;
      height: 50px; }
      @media (max-width: 767px) {
        .contact-widget .file-upload input {
          height: 40px; } }
    .contact-widget .file-upload .fake-input {
      z-index: 1;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 50px;
      padding: 10px 20px;
      font-size: 16px;
      outline: 0;
      color: #001f42;
      background: none;
      box-shadow: none !important;
      border: 1px solid #b2bbc6;
      border-radius: 0;
      /*&:focus {
          border: 2px solid $color-blue-base;
      }*/ }
      @media (max-width: 767px) {
        .contact-widget .file-upload .fake-input {
          height: 40px;
          padding: 6px 15px;
          font-size: 14px; } }
      .contact-widget .file-upload .fake-input:after {
        font-family: 'Black Tie';
        content: "\f055";
        font-size: 16px;
        font-weight: 800;
        color: #afb3ba;
        top: 10px;
        right: 20px;
        position: absolute; }
        @media (max-width: 767px) {
          .contact-widget .file-upload .fake-input:after {
            top: 7px;
            right: 15px;
            font-size: 13px; } }
    .contact-widget .file-upload .remove {
      z-index: 4;
      display: none;
      font-size: 20px;
      top: 10px;
      right: 15px;
      position: absolute; }
      @media (max-width: 767px) {
        .contact-widget .file-upload .remove {
          top: 7px;
          right: 13px;
          font-size: 17px; } }
    .contact-widget .file-upload.filled .fake-input {
      color: #005ea7;
      border: 2px solid #005ea7; }
      .contact-widget .file-upload.filled .fake-input:after {
        opacity: 0; }
    .contact-widget .file-upload.filled .remove {
      display: block; }
  .contact-widget .radio-check-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .contact-widget .radio-check-list label {
      position: relative;
      right: auto;
      bottom: auto;
      -moz-transform: none !important;
      -o-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important; }
  .contact-widget .checkbox-cont {
    float: left;
    margin: 8px 40px 2px 0; }
    @media (max-width: 767px) {
      .contact-widget .checkbox-cont {
        float: none;
        margin: 7px 30px 2px 0; } }
    .contact-widget .checkbox-cont:hover input[type=radio] + label:after,
    .contact-widget .checkbox-cont:hover input[type=checkbox] + label:after {
      opacity: 0.2; }
    .contact-widget .checkbox-cont:hover input[type=radio]:checked + label:after,
    .contact-widget .checkbox-cont:hover input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .contact-widget input[type="checkbox"],
  .contact-widget input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .contact-widget input[type=checkbox],
  .contact-widget input[type=radio] {
    width: 24px;
    opacity: 0;
    display: none;
    margin: 0;
    padding: 0; }
    .contact-widget input[type=checkbox] + label,
    .contact-widget input[type=radio] + label {
      position: relative;
      display: inline-block;
      color: #001f42;
      font-weight: 300;
      cursor: pointer;
      line-height: 25px;
      font-size: 18px;
      padding-left: 50px;
      padding-top: 8px; }
      @media (max-width: 767px) {
        .contact-widget input[type=checkbox] + label,
        .contact-widget input[type=radio] + label {
          line-height: 21px;
          font-size: 14px;
          padding-left: 35px;
          padding-top: 5px; } }
      .contact-widget input[type=checkbox] + label:after, .contact-widget input[type=checkbox] + label:before,
      .contact-widget input[type=radio] + label:after,
      .contact-widget input[type=radio] + label:before {
        position: absolute;
        content: '';
        border-radius: 0; }
      .contact-widget input[type=checkbox] + label:before,
      .contact-widget input[type=radio] + label:before {
        left: 0;
        top: 2px;
        width: 36px;
        height: 36px;
        border: 1px solid #afb3ba; }
        @media (max-width: 767px) {
          .contact-widget input[type=checkbox] + label:before,
          .contact-widget input[type=radio] + label:before {
            width: 26px;
            height: 26px; } }
      .contact-widget input[type=checkbox] + label:after,
      .contact-widget input[type=radio] + label:after {
        left: 8px;
        top: 9px;
        opacity: 0;
        content: '\f012';
        font-size: 18px;
        font-weight: 900;
        font-family: 'Black Tie';
        color: #005ea7; }
        @media (max-width: 767px) {
          .contact-widget input[type=checkbox] + label:after,
          .contact-widget input[type=radio] + label:after {
            left: 5px;
            top: 5px;
            font-size: 14px; } }
    .contact-widget input[type=checkbox]:checked + label,
    .contact-widget input[type=radio]:checked + label {
      color: #005ea7; }
      .contact-widget input[type=checkbox]:checked + label:before,
      .contact-widget input[type=radio]:checked + label:before {
        border-color: #005ea7; }
      .contact-widget input[type=checkbox]:checked + label:after,
      .contact-widget input[type=radio]:checked + label:after {
        opacity: 1; }

div.validation-summary {
  margin-top: 15px; }

span.error {
  margin-top: 10px;
  color: #c5060b; }

div.error {
  margin-bottom: 20px; }

div.error ul li {
  color: #c5060b; }

p.error {
  color: #c5060b; }

/* WIDGET CONTAINER
--------------------------------------------*/
.widget-container {
  margin-top: 50px;
  position: relative; }
  .widget-container:first-of-type {
    margin-top: 0; }
  @media (max-width: 767px) {
    .widget-container {
      margin-top: 20px; } }

/* ARTICLE CTA WIDGET
--------------------------------------------*/
.article-cta-widget article {
  position: relative; }
  .article-cta-widget article a {
    display: block;
    background: black; }
.article-cta-widget figure {
  width: 41%;
  height: auto;
  z-index: 5;
  margin: 0;
  background-size: cover;
  background-position: center center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (max-width: 767px) {
    .article-cta-widget figure {
      position: relative;
      width: 100%;
      height: 190px; } }
.article-cta-widget .caption {
  position: relative;
  margin-left: 41%;
  padding: 40px;
  background: #eee; }
  @media (max-width: 767px) {
    .article-cta-widget .caption {
      margin-left: 0;
      padding: 25px; } }
.article-cta-widget h3 {
  font-size: 30px;
  line-height: 35px;
  font-family: "HelveticaNeueW01-77BdCn_692722"; }
  @media (max-width: 767px) {
    .article-cta-widget h3 {
      font-size: 22px;
      line-height: 26px; } }
.article-cta-widget p {
  font-size: 17px;
  line-height: 29px;
  color: #001f42; }
.article-cta-widget .btn {
  margin: 30px 0 0 -40px;
  padding-left: 37px; }
  @media (max-width: 767px) {
    .article-cta-widget .btn {
      margin: 20px 0 0;
      padding-left: 10px; } }

/* article cta widget - non touch device hover transition */
.nonTouchDevice .article-cta-widget a:hover figure {
  opacity: 0.85; }
.nonTouchDevice .article-cta-widget a:hover .caption {
  background: #f8f8f8; }
.nonTouchDevice .article-cta-widget a:hover .btn {
  color: white !important;
  background: #001f42;
  padding-left: 60px; }
  @media (max-width: 767px) {
    .nonTouchDevice .article-cta-widget a:hover .btn {
      padding-left: 10px; } }

.nonTouchDevice .article-cta-widget a:focus .btn {
  color: white !important;
  background: #001f42; }

/* BG IMG CTA WIDGET
--------------------------------------------*/
.bg-img-cta {
  width: 100%;
  display: block;
  position: relative;
  background: #005ea7; }
  .bg-img-cta .figure-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .bg-img-cta figure {
    z-index: 5;
    margin: 0;
    opacity: 0.35;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center center;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease; }
  .bg-img-cta .caption {
    padding: 40px;
    z-index: 6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative; }
    @media (max-width: 767px) {
      .bg-img-cta .caption {
        padding: 20px; } }
  .bg-img-cta h3 {
    color: white;
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 90px;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (max-width: 767px) {
      .bg-img-cta h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 60px; } }
  .bg-img-cta .btn {
    right: -30px;
    bottom: 30px;
    position: absolute; }
    @media (max-width: 767px) {
      .bg-img-cta .btn {
        bottom: 20px;
        right: -7px; } }

/* bg img cta widget - non touch device hover transition */
.nonTouchDevice .bg-img-cta:hover figure {
  opacity: 0.1;
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
.nonTouchDevice .bg-img-cta:hover .btn {
  color: white !important;
  background: #001f42;
  right: -15px; }

.nonTouchDevice .bg-img-cta:focus .btn {
  color: white !important;
  background: #001f42; }

/* BLOCK COLOUR BOX CTA WIDGET
--------------------------------------------*/
.block-box-cta-widget {
  margin-bottom: -29px;
  padding-right: 23px; }
  .block-box-cta-widget .cta-wrapper {
    overflow: hidden; }
  .block-box-cta-widget .bg-grey {
    background: #eceaea; }
  .block-box-cta-widget .bg-blue {
    background: #005ea7; }
    .block-box-cta-widget .bg-blue h3 {
      color: white; }
  .block-box-cta-widget a {
    height: 100%;
    margin-bottom: 29px;
    display: block;
    position: relative; }
  .block-box-cta-widget .caption {
    padding: 40px 40px 123px; }
    @media (max-width: 767px) {
      .block-box-cta-widget .caption {
        padding: 20px 25px 75px; } }
  .block-box-cta-widget h3 {
    font-size: 30px;
    line-height: 35px;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (max-width: 767px) {
      .block-box-cta-widget h3 {
        font-size: 22px;
        line-height: 26px; } }
  .block-box-cta-widget .btn {
    right: -30px;
    bottom: 30px;
    position: absolute; }
    @media (max-width: 767px) {
      .block-box-cta-widget .btn {
        bottom: 20px;
        right: -7px; } }

/* article cta widget - non touch device hover transition */
.nonTouchDevice .block-box-cta-widget a.bg-grey:hover {
  background: #f3f3f3; }

.nonTouchDevice .block-box-cta-widget a.bg-blue:hover {
  background: #06508f; }

.nonTouchDevice .block-box-cta-widget a:hover .btn,
.nonTouchDevice .block-box-cta-widget a:focus .btn {
  color: white !important;
  background: #001f42; }

.nonTouchDevice .block-box-cta-widget a:hover .btn {
  right: -15px; }

/* BORDER BOX CTA WIDGET
--------------------------------------------*/
.border-box-cta-widget {
  margin-bottom: -30px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .border-box-cta-widget {
      margin-bottom: -15px; } }

/* wrapper for multiple cta items */
.border-box-cta-wrapper {
  overflow: hidden;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .border-box-cta-wrapper {
      margin: 0; } }
  .border-box-cta-wrapper .border-box-cta {
    float: left;
    display: inline-block;
    margin: 0 15px 30px;
    width: calc(50% - 30px); }
    @media (max-width: 767px) {
      .border-box-cta-wrapper .border-box-cta {
        width: 100%;
        height: auto !important;
        float: none;
        margin: 0 0 15px; } }

/* border box cta */
.border-box-cta .caption {
  height: 100%;
  padding: 34px 34px 85px;
  display: block;
  position: relative;
  color: #586476;
  border: 4px solid #b2bbc6; }
  @media (max-width: 767px) {
    .border-box-cta .caption {
      padding: 20px 20px 50px;
      border-width: 2px; } }
  .border-box-cta .caption:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 30px;
    color: #586476;
    right: 25px;
    bottom: 25px;
    position: absolute; }
    @media (max-width: 767px) {
      .border-box-cta .caption:after {
        font-size: 22px;
        right: 20px;
        bottom: 19px; } }
  .border-box-cta .caption span {
    font-size: 34px;
    line-height: 37px;
    text-transform: uppercase;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (max-width: 767px) {
      .border-box-cta .caption span {
        font-size: 22px;
        line-height: 26px; } }
  .border-box-cta .caption p {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .border-box-cta .caption p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; } }

/* border box cta widget - non touch device hover transition */
.nonTouchDevice .border-box-cta:hover .caption {
  color: #001f42;
  border: 4px solid #001f42;
  background: none; }
  @media (max-width: 767px) {
    .nonTouchDevice .border-box-cta:hover .caption {
      border-width: 2px; } }
  .nonTouchDevice .border-box-cta:hover .caption:after {
    right: 20px;
    color: #001f42; }

/* HERO CTA WIDGET
--------------------------------------------*/
.hero-cta-widget {
  height: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hero-cta-widget {
      margin: 0 -20px; } }
  .hero-cta-widget a {
    display: block; }
  .hero-cta-widget article {
    height: 100%;
    position: relative; }
  .hero-cta-widget .figure-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 6%;
    position: absolute; }
    @media (max-width: 767px) {
      .hero-cta-widget .figure-wrapper {
        left: 0; } }
  .hero-cta-widget figure {
    z-index: 1;
    margin: 0;
    background-size: cover;
    background-position: center center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .hero-cta-widget .caption-wrapper {
    width: 100%;
    padding: 50px 0; }
    @media (max-width: 767px) {
      .hero-cta-widget .caption-wrapper {
        padding: 45px 0; } }
  .hero-cta-widget .caption {
    width: 50%;
    padding: 40px;
    z-index: 2;
    background: #005ea7;
    top: 0;
    left: 0;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-cta-widget .caption {
        width: 55%; } }
    @media (max-width: 767px) {
      .hero-cta-widget .caption {
        width: 71%;
        padding: 25px; } }
  .hero-cta-widget h3 {
    color: white;
    font-size: 30px;
    line-height: 35px; }
    @media (max-width: 767px) {
      .hero-cta-widget h3 {
        font-size: 22px;
        line-height: 26px; } }
  .hero-cta-widget p {
    color: white;
    font-size: 17px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .hero-cta-widget p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px; } }
  .hero-cta-widget .btn {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .hero-cta-widget .btn {
        margin-top: 15px; } }

/* hero cta widget - non touch device hover transition */
.nonTouchDevice .hero-cta-widget a:hover figure {
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
.nonTouchDevice .hero-cta-widget a:hover .caption {
  background: #06508f; }

/* IMG AND TEXT WIDGET
--------------------------------------------*/
.img-text-cta-widget a {
  height: 100%;
  display: block;
  overflow: hidden; }
.img-text-cta-widget article {
  position: relative; }
.img-text-cta-widget .figure-wrapper {
  overflow: hidden;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  position: relative; }
.img-text-cta-widget figure {
  z-index: 1;
  margin: 0;
  background-size: cover;
  background-position: center center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }
.img-text-cta-widget .caption-wrapper {
  padding: 0; }
.img-text-cta-widget .caption {
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 40px;
  background: #005ea7;
  top: 0;
  left: 0;
  position: relative; }
  @media (max-width: 767px) {
    .img-text-cta-widget .caption {
      padding: 20px 25px 25px; } }
.img-text-cta-widget h3 {
  color: white;
  font-size: 30px;
  line-height: 35px; }
  @media (max-width: 767px) {
    .img-text-cta-widget h3 {
      font-size: 22px;
      line-height: 26px; } }
.img-text-cta-widget p {
  color: white;
  font-size: 17px;
  line-height: 25px; }
.img-text-cta-widget .btn {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .img-text-cta-widget .btn {
      margin-top: 20px; } }

/* hero cta widget - non touch device hover transition */
.nonTouchDevice .img-text-cta-widget a:hover figure {
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
.nonTouchDevice .img-text-cta-widget a:hover .caption {
  background: #06508f; }

/* PROMO BOX CTA WIDGET
--------------------------------------------*/
.promo-box-cta-widget {
  margin-bottom: -30px;
  /* bg img cta */ }
  @media (max-width: 767px) {
    .promo-box-cta-widget {
      margin-bottom: -15px; } }
  .promo-box-cta-widget .promo-box-cta-wrapper {
    margin: 0 -15px; }
    @media (max-width: 991px) {
      .promo-box-cta-widget .promo-box-cta-wrapper {
        margin: 0; } }
    .promo-box-cta-widget .promo-box-cta-wrapper a {
      float: left;
      margin: 0 15px 30px;
      width: calc(50% - 30px); }
      @media (max-width: 991px) {
        .promo-box-cta-widget .promo-box-cta-wrapper a {
          width: 100%;
          height: auto !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .promo-box-cta-widget .promo-box-cta-wrapper a {
          margin: 0 0 30px; } }
      @media (max-width: 767px) {
        .promo-box-cta-widget .promo-box-cta-wrapper a {
          margin: 0 0 15px; } }
  .promo-box-cta-widget .bg-img-cta {
    width: 95%;
    border-right: 30px solid white; }
    @media (max-width: 991px) {
      .promo-box-cta-widget .bg-img-cta {
        width: 100%;
        border: none; } }

/* DOWNLOADS WIDGET
--------------------------------------------*/
.doc-down-widget {
  margin-bottom: -30px; }
  @media (max-width: 767px) {
    .doc-down-widget {
      margin-bottom: -10px; } }
  .doc-down-widget p {
    margin-bottom: 20px; }

.docs-list {
  overflow: hidden;
  margin: 0 -20px; }
  @media (max-width: 767px) {
    .docs-list {
      margin: 0; } }
  .docs-list a {
    float: left;
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    padding: 35px 35px 35px 140px;
    position: relative;
    line-height: 15px;
    display: block;
    border: 3px solid #b2bbc6; }
    @media (max-width: 767px) {
      .docs-list a {
        width: 100%;
        height: auto !important;
        float: none;
        margin: 0 0 15px;
        padding: 21px 20px 19px 85px;
        border-width: 2px; } }
    .docs-list a:before {
      content: '';
      z-index: 1;
      opacity: 0;
      background: #005ea7;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    .docs-list a:after {
      content: '\f056';
      color: white;
      z-index: 2;
      opacity: 0;
      font-size: 36px;
      font-weight: bold;
      font-family: 'Black Tie';
      top: 50%;
      left: 50%;
      position: absolute;
      -moz-transform: translate(-50%, -50%) scale(0, 0);
      -o-transform: translate(-50%, -50%) scale(0, 0);
      -ms-transform: translate(-50%, -50%) scale(0, 0);
      -webkit-transform: translate(-50%, -50%) scale(0, 0);
      transform: translate(-50%, -50%) scale(0, 0); }
  @media (max-width: 767px) {
    .docs-list .inner {
      min-height: 61px; } }
  .docs-list .inner:before {
    content: '';
    width: 76px;
    height: 94px;
    top: 35px;
    left: 70px;
    position: absolute;
    background: url(../img/doc-default.svg);
    background-size: 76px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .docs-list .inner:before {
        top: 20px;
        left: 45px;
        width: 49px;
        height: 61px;
        background-size: 49px; } }
  .docs-list .doc-word .inner:before {
    background-image: url(../img/doc-word.svg); }
  .docs-list .doc-excel .inner:before {
    background-image: url(../img/doc-excel.svg); }
  .docs-list .doc-pdf .inner:before {
    background-image: url(../img/doc-pdf.svg); }
  .docs-list .doc-zip .inner:before {
    background-image: url(../img/doc-zip.svg); }
  .docs-list .doc-img {
    padding-left: 32px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .docs-list .doc-img {
        padding-left: 20px; } }
    .docs-list .doc-img img {
      float: left;
      margin-right: 32px; }
      @media (max-width: 767px) {
        .docs-list .doc-img img {
          width: 49px;
          height: 61px;
          margin-right: 15px; } }
    .docs-list .doc-img .inner {
      width: 200px;
      float: left; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .docs-list .doc-img .inner {
          width: 135px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .docs-list .doc-img .inner {
          width: 159px; } }
      @media (max-width: 767px) {
        .docs-list .doc-img .inner {
          width: 70%; } }
      .docs-list .doc-img .inner:before {
        display: none; }
  .docs-list span {
    display: block; }
  .docs-list .title {
    font-size: 27px;
    line-height: 32px;
    color: #005ea7;
    font-family: "HelveticaNeueW01-77BdCn_692722";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .docs-list .title {
        font-size: 18px;
        line-height: 20px; } }
  .docs-list .file-info {
    font-size: 17px;
    margin-top: 25px;
    color: #001f42;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .docs-list .file-info {
        font-size: 14px;
        margin-top: 5px; } }

/* downloads list - non touch device hover transition */
.nonTouchDevice .docs-list a:hover {
  border: 3px solid #005ea7; }
  @media (max-width: 767px) {
    .nonTouchDevice .docs-list a:hover {
      border-width: 2px; } }
  .nonTouchDevice .docs-list a:hover:before {
    opacity: 0.85; }
    @media (max-width: 767px) {
      .nonTouchDevice .docs-list a:hover:before {
        display: none; } }
  .nonTouchDevice .docs-list a:hover:after {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }
    @media (max-width: 767px) {
      .nonTouchDevice .docs-list a:hover:after {
        display: none; } }

/* FAQS WIDGET
--------------------------------------------*/
/* IMAGE GALLERY WIDGET
--------------------------------------------*/
/* gallery image list */
.img-list {
  overflow: hidden;
  margin: 0 -15px -15px; }
  @media (max-width: 767px) {
    .img-list {
      margin: 0 -8px -8px; } }
  .img-list a {
    height: 0;
    float: left;
    overflow: hidden;
    z-index: 0;
    margin: 0 15px 30px;
    padding-top: 20%;
    position: relative;
    width: calc(33.33% - 30px);
    background-size: cover;
    background-position: center center; }
    @media (max-width: 767px) {
      .img-list a {
        margin: 0 8px 16px;
        padding-top: 30%;
        width: calc(50% - 16px); } }
    .img-list a:before {
      content: '';
      z-index: 1;
      opacity: 0;
      background: #005ea7;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    .img-list a:after {
      content: '\f002';
      color: white;
      z-index: 2;
      opacity: 0;
      font-size: 36px;
      font-weight: bold;
      font-family: 'Black Tie';
      top: 50%;
      left: 50%;
      position: absolute;
      -moz-transform: translate(-50%, -50%) scale(0, 0);
      -o-transform: translate(-50%, -50%) scale(0, 0);
      -ms-transform: translate(-50%, -50%) scale(0, 0);
      -webkit-transform: translate(-50%, -50%) scale(0, 0);
      transform: translate(-50%, -50%) scale(0, 0); }
      @media (max-width: 767px) {
        .img-list a:after {
          font-size: 24px; } }

/* gallery thumbs - non touch device hover transition */
.nonTouchDevice .img-list a:hover:before {
  opacity: 0.85; }
.nonTouchDevice .img-list a:hover:after {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1); }

/* IMAGE SLIDER WIDGET
--------------------------------------------*/
/* image slider */
.image-slider .slide {
  height: 470px;
  overflow: hidden !important;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .image-slider .slide {
      height: 165px; } }
.image-slider .slick-arrow {
  width: 55px;
  height: 80px;
  top: 50%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  margin-top: -40px;
  background: white !important;
  border: 0;
  outline: 0;
  z-index: 99;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 767px) {
    .image-slider .slick-arrow {
      width: 30px;
      height: 50px;
      margin-top: -25px; } }
  .image-slider .slick-arrow:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 30px;
    z-index: 100;
    text-indent: 0;
    margin-left: 3px;
    color: #005ea7;
    top: 50%;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 767px) {
      .image-slider .slick-arrow:after {
        font-size: 18px; } }
.image-slider .slick-next {
  left: auto;
  right: -1px; }
.image-slider .slick-prev:after {
  content: "\e901";
  margin-left: -3px; }

/* image slider - non touch device hover transition */
.nonTouchDevice .image-slider .slick-arrow:hover {
  width: 70px; }
  @media (max-width: 767px) {
    .nonTouchDevice .image-slider .slick-arrow:hover {
      width: 45px; } }

/* LINK DIVIDER WIDGET
--------------------------------------------*/
.line-divider-widget {
  overflow: hidden;
  clear: both;
  padding: 0 !important;
  border-top: 1px solid #d9d9d9; }

/* LINK LIST WIDGET
--------------------------------------------*/
.link-list-widget {
  padding: 0 25px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .link-list-widget {
      padding: 0 15px; } }
  .link-list-widget a {
    width: 100%;
    font-size: 18px;
    padding: 7px 0;
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    color: #001f42;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .link-list-widget a {
        font-size: 16px;
        padding: 5px 0; } }
    @media (max-width: 767px) {
      .link-list-widget a {
        font-size: 16px;
        padding: 6px 0; } }
    .link-list-widget a:first-of-type {
      padding-top: 0; }
    .link-list-widget a:last-of-type {
      padding-bottom: 0; }
    .link-list-widget a:before, .link-list-widget a:after {
      content: "\e902";
      font-family: 'icomoon';
      font-size: 14px;
      color: #586476; }
    .link-list-widget a:before {
      margin-top: -1px;
      position: absolute;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -moz-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
    .link-list-widget a:after {
      margin: 0;
      display: block;
      line-height: 1.3;
      -moz-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      -ms-transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      transition: all 0.45s ease;
      top: 12px;
      right: 0;
      position: absolute; }

/* link list widget - non touch device hover transition */
.nonTouchDevice .link-list-widget a:hover {
  padding-left: 20px !important; }
  .nonTouchDevice .link-list-widget a:hover:after {
    right: -15px; }

/* MAIN CONTENT
--------------------------------------------*/
.main-content {
  float: right;
  padding-left: 40px; }
  @media (max-width: 991px) {
    .main-content {
      float: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-content {
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .main-content {
      padding-top: 25px;
      padding-left: 20px; } }

/* NEWSLETTER SIGNUP WIDGET
--------------------------------------------*/
.newsletter-signup-widget h4 {
  color: white; }
.newsletter-signup-widget p {
  color: white;
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 767px) {
    .newsletter-signup-widget p {
      font-size: 15px;
      line-height: 20px; } }
.newsletter-signup-widget input[type="email"] {
  width: 100%;
  height: 50px;
  color: white;
  padding-left: 15px;
  padding-right: 155px;
  border: 1px solid white;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .newsletter-signup-widget input[type="email"] {
      height: 40px;
      padding-right: 115px; } }
.newsletter-signup-widget input[type="checkbox"] {
  width: 24px;
  opacity: 0;
  display: none;
  margin: 0;
  padding: 0; }
  .newsletter-signup-widget input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    color: white;
    font-weight: 300;
    cursor: pointer;
    line-height: 25px;
    font-size: 16px;
    padding-left: 37px;
    padding-top: 3px; }
    .newsletter-signup-widget input[type="checkbox"] + label:after, .newsletter-signup-widget input[type="checkbox"] + label:before {
      position: absolute;
      content: '';
      border-radius: 0; }
    .newsletter-signup-widget input[type="checkbox"] + label:before {
      left: 0;
      top: 2px;
      border: 1px solid white;
      width: 25px;
      height: 25px; }
    .newsletter-signup-widget input[type="checkbox"] + label:after {
      left: 5px;
      top: 3px;
      opacity: 0;
      content: '\f012';
      font-size: 12px;
      font-weight: 700;
      font-family: 'Black Tie';
      color: white; }
    .newsletter-signup-widget input[type="checkbox"] + label a {
      color: white;
      text-decoration: underline; }
  .newsletter-signup-widget input[type="checkbox"]:checked + label:after {
    opacity: 1; }
.newsletter-signup-widget button {
  border: none;
  background: white;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-77BdCn_692722";
  top: 0;
  right: 0;
  position: absolute; }
  @media (max-width: 767px) {
    .newsletter-signup-widget button {
      font-size: 17px;
      line-height: 20px; } }
  .newsletter-signup-widget button i {
    font-size: 19px;
    color: #001f42;
    top: 1px;
    position: relative; }
    @media (max-width: 767px) {
      .newsletter-signup-widget button i {
        top: 0;
        font-size: 14px; } }
.newsletter-signup-widget :-moz-placeholder {
  color: white !important;
  opacity: 1; }
.newsletter-signup-widget ::-moz-placeholder {
  color: white !important;
  opacity: 1; }
.newsletter-signup-widget :-ms-input-placeholder {
  color: white !important;
  opacity: 1; }
.newsletter-signup-widget ::-webkit-input-placeholder {
  color: white !important;
  opacity: 1; }

/* newsletter widget - non touch device hover transition */
.nonTouchDevice .newsletter-signup-widget button:hover {
  background: white;
  color: #001f42; }

/* BG IMG QUICKLINKS WIDGET
--------------------------------------------*/
.bg-img-quicklinks-widget {
  margin-bottom: -30px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .bg-img-quicklinks-widget {
      margin-bottom: -20px; } }
  .bg-img-quicklinks-widget .bg-img-quicklink-wrapper {
    overflow: hidden;
    margin: 0 -15px; }
    @media (max-width: 767px) {
      .bg-img-quicklinks-widget .bg-img-quicklink-wrapper {
        margin: 0; } }
  .bg-img-quicklinks-widget a {
    float: left;
    margin: 0 15px 30px;
    width: calc(50% - 30px);
    display: block;
    position: relative;
    overflow: hidden;
    background: #005ea7; }
    @media (max-width: 767px) {
      .bg-img-quicklinks-widget a {
        width: 100%;
        height: auto !important;
        float: none;
        margin: 0 0 15px; } }
  .bg-img-quicklinks-widget figure {
    z-index: 5;
    margin: 0;
    opacity: 0.35;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center center;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease; }
  .bg-img-quicklinks-widget .caption-wrapper {
    padding: 55px 35px 52px;
    z-index: 6;
    display: table;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .bg-img-quicklinks-widget .caption-wrapper {
        padding: 30px 30px 27px; } }
  .bg-img-quicklinks-widget .caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative; }
  .bg-img-quicklinks-widget h3 {
    color: white;
    font-size: 30px;
    line-height: 35px;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (max-width: 767px) {
      .bg-img-quicklinks-widget h3 {
        font-size: 22px;
        line-height: 26px; } }

/* bg img cta widget - non touch device hover transition */
.nonTouchDevice .bg-img-quicklinks-widget a:hover figure {
  opacity: 0.1;
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* MAIN TEXT WIDGET
--------------------------------------------*/
/* standard text content */
.standard-text-widget {
  /* element margins */
  /* headings */ }
  .standard-text-widget * + ul,
  .standard-text-widget * + ol,
  .standard-text-widget * + dl,
  .standard-text-widget * + p,
  .standard-text-widget * + blockquote,
  .standard-text-widget * + table {
    margin: 20px 0 0; }
    @media (max-width: 767px) {
      .standard-text-widget * + ul,
      .standard-text-widget * + ol,
      .standard-text-widget * + dl,
      .standard-text-widget * + p,
      .standard-text-widget * + blockquote,
      .standard-text-widget * + table {
        margin: 15px 0 0; } }
  .standard-text-widget * + h1 {
    margin: 30px 0 0; }
    @media (max-width: 767px) {
      .standard-text-widget * + h1 {
        margin: 20px 0 0; } }
  .standard-text-widget * + h2,
  .standard-text-widget * + h3,
  .standard-text-widget * + h4,
  .standard-text-widget * + h5,
  .standard-text-widget * + h6 {
    margin: 25px 0 0; }
    @media (max-width: 767px) {
      .standard-text-widget * + h2,
      .standard-text-widget * + h3,
      .standard-text-widget * + h4,
      .standard-text-widget * + h5,
      .standard-text-widget * + h6 {
        margin: 15px 0 0; } }
  .standard-text-widget * + a.btn {
    margin: 25px 0 0; }
    @media (max-width: 767px) {
      .standard-text-widget * + a.btn {
        margin: 15px 0 0; } }
  .standard-text-widget h1,
  .standard-text-widget h2 {
    font-size: 35px;
    line-height: 43px; }
    @media (max-width: 767px) {
      .standard-text-widget h1,
      .standard-text-widget h2 {
        font-size: 22px;
        line-height: 28px; } }
  .standard-text-widget h3 {
    font-size: 25px;
    line-height: 35px;
    text-transform: inherit;
    font-family: "HelveticaNeueW01-47LtCn_692686"; }
    @media (max-width: 767px) {
      .standard-text-widget h3 {
        font-size: 18px;
        line-height: 24px; } }
  .standard-text-widget h4 {
    font-size: 31px;
    line-height: 39px; }
    @media (max-width: 767px) {
      .standard-text-widget h4 {
        font-size: 18px;
        line-height: 24px; } }
  .standard-text-widget h5 {
    font-size: 21px;
    line-height: 29px; }
    @media (max-width: 767px) {
      .standard-text-widget h5 {
        font-size: 16px;
        line-height: 22px; } }
  .standard-text-widget h6 {
    font-size: 18px;
    line-height: 26px;
    color: #586476; }
    @media (max-width: 767px) {
      .standard-text-widget h6 {
        font-size: 15px;
        line-height: 20px; } }

/* two col text widget */
.two-col-text-widget .columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin: 20px 0 0; }
  @media (max-width: 767px) {
    .two-col-text-widget .columns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      margin: 15px 0 0; } }

/* three col text widget */
.three-col-text-widget .columns {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
  margin: 20px 0 0; }
  @media (max-width: 767px) {
    .three-col-text-widget .columns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      margin: 15px 0 0; } }

/* WIDGET TITLE
--------------------------------------------*/
/* main widget title */
.widget-title {
  font-size: 31px !important;
  line-height: 39px !important;
  margin-bottom: 25px !important; }
  @media (max-width: 767px) {
    .widget-title {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 15px !important; } }

/* VIDEO WIDGET
--------------------------------------------*/
.video-container {
  position: relative; }

.video-widget a {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .video-widget a:after {
    content: '';
    opacity: 0.3;
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .video-widget a i {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 80px;
    z-index: 5;
    color: white;
    text-align: center;
    padding: 12px 0 0 8px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .video-widget a i {
        font-size: 40px;
        width: 60px;
        height: 60px; } }
.video-widget iframe {
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute; }

/* video widget - non touch device hover transition */
.nonTouchDevice .video-widget a:hover i {
  -moz-transform: translate(-50%, -50%) scale(1.25, 1.25);
  -o-transform: translate(-50%, -50%) scale(1.25, 1.25);
  -ms-transform: translate(-50%, -50%) scale(1.25, 1.25);
  -webkit-transform: translate(-50%, -50%) scale(1.25, 1.25);
  transform: translate(-50%, -50%) scale(1.25, 1.25); }
.nonTouchDevice .video-widget a:hover:after {
  opacity: 0.6; }

/* TWITTER FEED WIDGET
--------------------------------------------*/
@media (max-width: 991px) {
  aside .twitter-feed-widget,
  aside .twitter-feed-widget + .line-divider-widget {
    display: none !important; } }
.twitter-feed-wrapper {
  overflow: hidden; }

.twitter-feed {
  position: relative;
  background: #e5eff6;
  /* twitter profile */
  /* tweets */ }
  .twitter-feed:after {
    content: '';
    margin-left: -50%;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    position: absolute;
    border-top: solid 40px #e5eff6; }
  .twitter-feed .twitter-profile {
    font-size: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    margin-left: -10px;
    color: #005ea7;
    font-family: "HelveticaNeueW01-77BdCn_692722"; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .twitter-feed .twitter-profile {
        font-size: 24px;
        line-height: 24px;
        margin-left: -13px; } }
    @media (max-width: 767px) {
      .twitter-feed .twitter-profile {
        font-size: 20px;
        line-height: 20px; } }
    .twitter-feed .twitter-profile:before {
      content: "\f099";
      margin-right: 15px;
      font-family: 'FontAwesome';
      color: #59adec; }
      @media (max-width: 767px) {
        .twitter-feed .twitter-profile:before {
          margin-right: 10px; } }
  .twitter-feed .twitter-slider {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    text-align: center; }
    @media (max-width: 767px) {
      .twitter-feed .twitter-slider {
        padding: 10px 0 0; } }
    .twitter-feed .twitter-slider .slick-arrow {
      display: none !important; }
  .twitter-feed .tweet {
    font-size: 20px;
    line-height: 30px;
    color: #001f42;
    word-wrap: break-word; }
    @media (max-width: 767px) {
      .twitter-feed .tweet {
        font-size: 16px;
        line-height: 26px; } }
    .twitter-feed .tweet a {
      word-wrap: break-word; }
  .twitter-feed .timePosted a {
    font-size: 17px;
    line-height: 29px;
    color: #001f42; }
    @media (max-width: 767px) {
      .twitter-feed .timePosted a {
        font-size: 14px;
        line-height: 23px; } }

/* twitter feed widget - non touch device hover transition */
.nonTouchDevice .twitter-feed-widget .twitter-profile:hover {
  opacity: 0.8; }

.nonTouchDevice .twitter-feed-widget .timePosted a:hover {
  color: #59adec; }

.sitemap-widget a {
  display: block; }

.sitemap-widget ul, .sitemap-widget li {
  list-style: none;
  padding: 0;
  margin: 0; }

.sitemap-widget > ul {
  margin: -30px 0 0;
  padding: 0; }

.sitemap-widget > ul > li {
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  padding: 0;
  margin: 0; }

.sitemap-widget > ul > li:last-child {
  border: 0; }

.sitemap-widget > ul > li > a {
  font-size: 20px;
  color: #005ea7;
  padding: 25px 0; }

.sitemap-widget ul ul a {
  color: #001f42;
  font-size: 17px;
  font-weight: lighter;
  padding: 3px 0; }

.sitemap-widget ul ul a:hover {
  color: #005ea7; }

.sitemap-widget ul ul a:before {
  content: '- ';
  margin-right: 6px; }

.sitemap-widget ul ul ul a {
  color: #586476; }

.sitemap-widget > ul > li > ul {
  margin: -10px 0 30px; }

.sitemap-widget > ul > li > ul > li > ul {
  padding-left: 30px;
  margin: 5px 0; }

@media (max-width: 767px) {
  .sitemap-widget {
    margin-top: 30px !important; }

  .sitemap-widget > ul > li > a {
    font-size: 16px;
    padding: 20px 0; }

  .sitemap-widget ul ul a {
    font-size: 14px;
    padding: 2px 0; } }
.search-results-widget a {
  color: inherit;
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
  display: block; }
.search-results-widget h3 {
  width: 100%;
  display: block;
  font-size: 25px;
  line-height: 34px;
  position: relative;
  color: #005ea7;
  padding: 0;
  font-family: "HelveticaNeueW01-47LtCn_692686";
  text-transform: none; }
  @media (max-width: 767px) {
    .search-results-widget h3 {
      font-size: 19px;
      line-height: 23px; } }
.search-results-widget p {
  color: #001f42; }
.search-results-widget:hover a {
  opacity: 0.4; }
.search-results-widget a:hover {
  opacity: 1; }

/* SIDEBAR WIDGETS - Flexible Sidebar Widget Areas */
/* SIDEBAR - ARTICLE CTA WIDGET
--------------------------------------------*/
#sidebar .article-cta-widget figure {
  position: relative;
  width: 100%;
  height: 200px; }
#sidebar .article-cta-widget .caption {
  margin-left: 0;
  padding: 25px 25px 30px; }
  @media (max-width: 767px) {
    #sidebar .article-cta-widget .caption {
      padding: 25px; } }
#sidebar .article-cta-widget h3 {
  font-size: 25px;
  line-height: 30px; }
  @media (max-width: 767px) {
    #sidebar .article-cta-widget h3 {
      font-size: 22px;
      line-height: 26px; } }
#sidebar .article-cta-widget .btn {
  margin: 30px 0 0 -25px;
  padding-left: 25px; }
  @media (max-width: 767px) {
    #sidebar .article-cta-widget .btn {
      margin: 20px 0 0;
      padding-left: 10px; } }

/* sidebar article cta widget - non touch device hover transition */
.nonTouchDevice #sidebar .article-cta-widget a:hover .btn {
  padding-left: 40px; }
  @media (max-width: 767px) {
    .nonTouchDevice #sidebar .article-cta-widget a:hover .btn {
      padding-left: 10px; } }

/* SIDEBAR - BLOCK BOX CTA WIDGET
--------------------------------------------*/
#sidebar .block-box-cta-widget {
  margin-bottom: 0;
  padding-right: 0; }
  #sidebar .block-box-cta-widget a {
    padding: 25px 25px 110px; }
    @media (max-width: 767px) {
      #sidebar .block-box-cta-widget a {
        padding: 20px 25px 75px; } }
  #sidebar .block-box-cta-widget h3 {
    font-size: 25px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #sidebar .block-box-cta-widget h3 {
        font-size: 22px;
        line-height: 26px; } }

/* SIDEBAR - BORDER BOX CTA WIDGET
--------------------------------------------*/
#sidebar .border-box-cta-widget {
  margin-bottom: 0; }
#sidebar .border-box-cta .caption {
  padding: 25px 25px 75px; }
  @media (max-width: 767px) {
    #sidebar .border-box-cta .caption {
      padding: 20px 20px 60px; } }
  #sidebar .border-box-cta .caption span {
    font-size: 25px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #sidebar .border-box-cta .caption span {
        font-size: 22px;
        line-height: 26px; } }

/* BG IMG CTA WIDGET
--------------------------------------------*/
#sidebar .bg-img-cta .caption {
  padding: 25px; }
  @media (max-width: 767px) {
    #sidebar .bg-img-cta .caption {
      padding: 20px; } }
#sidebar .bg-img-cta h3 {
  font-size: 25px;
  line-height: 30px; }
  @media (max-width: 767px) {
    #sidebar .bg-img-cta h3 {
      font-size: 22px;
      line-height: 26px; } }

/* SIDEBAR - IMG AND TEXT CTA WIDGET
--------------------------------------------*/
#sidebar .img-text-cta-widget .caption {
  padding: 25px 25px 30px; }
  @media (max-width: 767px) {
    #sidebar .img-text-cta-widget .caption {
      padding: 20px 25px 25px; } }
#sidebar .img-text-cta-widget h3 {
  font-size: 25px;
  line-height: 30px; }
  @media (max-width: 767px) {
    #sidebar .img-text-cta-widget h3 {
      font-size: 22px;
      line-height: 26px; } }
#sidebar .img-text-cta-widget .btn {
  margin-top: 30px; }
  @media (max-width: 767px) {
    #sidebar .img-text-cta-widget .btn {
      margin-top: 20px; } }

/* NEWSLETTER SIGNUP WIDGET
--------------------------------------------*/
#sidebar .newsletter-signup-widget {
  padding: 25px 25px 30px;
  background: #4086bd; }
  #sidebar .newsletter-signup-widget p {
    margin-bottom: 20px; }
  #sidebar .newsletter-signup-widget form {
    position: relative; }
  #sidebar .newsletter-signup-widget span {
    display: none; }
    @media (max-width: 991px) {
      #sidebar .newsletter-signup-widget span {
        display: inline-block; } }
  #sidebar .newsletter-signup-widget input {
    box-shadow: none !important;
    -webkit-appearance: none;
    padding-right: 65px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #sidebar .newsletter-signup-widget input {
        padding-right: 155px; } }
    @media (max-width: 767px) {
      #sidebar .newsletter-signup-widget input {
        padding-right: 120px; } }
  #sidebar .newsletter-signup-widget button {
    width: 50px;
    height: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #sidebar .newsletter-signup-widget button {
        width: 140px;
        padding: 0 20px; } }
    @media (max-width: 767px) {
      #sidebar .newsletter-signup-widget button {
        width: 105px;
        height: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #sidebar .newsletter-signup-widget button i {
        left: 5px;
        margin-left: 7px; } }
    @media (max-width: 767px) {
      #sidebar .newsletter-signup-widget button i {
        left: 0;
        margin-left: 7px; } }

/* newsletter widget - non touch device hover transition */
.nonTouchDevice #sidebar .newsletter-signup-widget button:hover {
  width: 58px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .nonTouchDevice #sidebar .newsletter-signup-widget button:hover {
      width: 150px; } }
  @media (max-width: 767px) {
    .nonTouchDevice #sidebar .newsletter-signup-widget button:hover {
      width: 100px; } }

/* SOCIAL SHARE WIDGET
--------------------------------------------*/
.share-widget {
  padding: 0 25px;
  margin: 25px 0 -10px !important; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .share-widget {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .share-widget {
      padding: 0 20px;
      margin: 20px 0 -7px !important; } }
  .share-widget .addthis_toolbox {
    margin-top: 15px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .share-widget .addthis_toolbox {
        margin-top: 10px; } }
  .share-widget a {
    margin-right: 21px;
    font-size: 27px;
    color: #afb3ba; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .share-widget a {
        margin-right: 12px; } }
    @media (max-width: 767px) {
      .share-widget a {
        font-size: 24px;
        margin-right: 23px; } }
    .share-widget a:last-of-type {
      margin-right: 0; }

/* bg img cta widget - non touch device hover transition */
.nonTouchDevice .share-widget a:hover {
  color: #001f42; }

/* TWITTER FEED WIDGET
--------------------------------------------*/
#sidebar .twitter-feed {
  padding: 40px 40px 10px;
  margin-bottom: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #sidebar .twitter-feed {
      padding: 40px 30px 10px; } }
  @media (max-width: 767px) {
    #sidebar .twitter-feed {
      padding: 30px 20px 10px; } }
  #sidebar .twitter-feed:after {
    border-left: solid 131px transparent;
    border-right: solid 131px transparent; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #sidebar .twitter-feed:after {
        border-left: solid 106px transparent;
        border-right: solid 106px transparent; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #sidebar .twitter-feed:after {
        border-left: solid 360px transparent;
        border-right: solid 360px transparent; } }
    @media (max-width: 767px) {
      #sidebar .twitter-feed:after {
        margin-left: -384px;
        border-left: solid 384px transparent;
        border-right: solid 384px transparent; } }
