/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-ExtraLight.ttf") format("ttf"), url("../fonts/gotham/Gotham-ExtraLight.otf") format("otf"), url("../fonts/gotham/Gotham-ExtraLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-BookItalic.ttf") format("ttf"), url("../fonts/gotham/Gotham-BookItalic.otf") format("otf"), url("../fonts/gotham/Gotham-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Book.ttf") format("ttf"), url("../fonts/gotham/Gotham-Book.otf") format("otf"), url("../fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Medium.ttf") format("ttf"), url("../fonts/gotham/Gotham-Medium.otf") format("otf"), url("../fonts/gotham/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-MediumItalic.ttf") format("ttf"), url("../fonts/gotham/Gotham-MediumItalic.otf") format("otf"), url("../fonts/gotham/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Bold.ttf") format("ttf"), url("../fonts/gotham/Gotham-Bold.otf") format("otf"), url("../fonts/gotham/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Black.ttf") format("ttf"), url("../fonts/gotham/Gotham-Black.otf") format("otf"), url("../fonts/gotham/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }


html {
  font-family: Gotham,sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/* apply a natural box layout model to all elements, but allowing components to change */
*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */

html, body {
  margin: 0;
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

h3 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #407ec9;
}

h4 {
  font-weight: normal;
}

h5 {
  color: #407ec9;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! 
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=09d584c908fe64886fd5)
 * Config saved to config.json and https://gist.github.com/09d584c908fe64886fd5
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.embed-box h3 {
  color: #6facde;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*Carousel Styles*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 220px;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* iCheck plugin Square skin, grey
----------------------------------- */
.icheckbox_square-grey,
.iradio_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-grey {
    background-position: 0 0;
}
    .icheckbox_square-grey.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-grey.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-grey.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-grey.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-grey {
    background-position: -120px 0;
}
    .iradio_square-grey.hover {
        background-position: -144px 0;
    }
    .iradio_square-grey.checked {
        background-position: -168px 0;
    }
    .iradio_square-grey.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-grey.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-grey,
    .iradio_square-grey {
        background-image: url(../img/grey@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Gotham",sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	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;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.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;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	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: transparent; /* Fallback for web browsers that doesn't support RGBa */
	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: bold;
	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, .8);
}

/*Retina graphics!*/
@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-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

[class^="icon-"]:before,
[class*=" icon-"]:before,
#header .form-actions:before {
  font-family: "ajg";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
  content: '\e900';
}

.icon-facebook:before {
  content: '\e800';
}

.icon-user:before {
  content: '\e801';
}

.icon-twitter:before {
  content: '\e802';
}

.icon-menu:before {
  content: '\e803';
}

.icon-linkedin:before {
  content: '\e804';
}

.icon-buildings:before {
  content: '\e805';
}

.icon-search:before {
  content: '\e806';
}

.icon-circle:before {
  content: '\e807';
}

.icon-play-circled:before {
  content: '\e808';
}

.icon-graph:before {
  content: '\e809';
}

.icon-copyright:before {
  content: '\e80a';
}

.icon-heart:before {
  content: '\e80b';
}

.icon-location:before {
  content: '\e80c';
}

.icon-doc-inv:before {
  content: '\e80d';
}

.icon-icon-note:before {
  content: '\e80e';
}

.icon-phone:before {
  content: '\e80f';
}

.icon-mail-alt:before {
  content: '\e810';
}

.icon-angle-left:before {
  content: '\e812';
}

.icon-talk:before {
  /*content: '\e814';*/
  content: url('../img/svg/local-talk.svg');
  width: 1em;
}

.icon-data-breach:before {
  content: url('../img/svg/data-breach.svg');
  width: 1em;
}

.icon-get-quote:before {
  content: url('../img/svg/get-quote.svg');
  width: 1em;
}

.icon-make-claim:before {
  content: url('../img/svg/make-claim.svg');
  width: 1em;
}

.icon-make-payment:before {
  content: url('../img/svg/make-payment.svg');
  width: 1em;
}


.icon-file-pdf:before {
  content: '\e815';
}

.icon-circle-empty:before {
  content: '\e816';
}

.icon-dot-circled:before {
  content: '\e817';
}

.icon-angle-right:before {
  content: '\e818';
}

.icon-angle-up:before {
  content: '\e819';
}

.icon-angle-down:before {
  content: '\e81a';
}

.icon-microsite-making-a-claim:before {
  content: '\e81b';
}

.icon-microsite-whats-covered:before {
  content: '\e81c';
}

.icon-microsite-downloads-1:before {
  content: '\e81d';
}

.icon-microsite-frequently-asked-questions:before {
  content: '\e81e';
}

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}

@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

html {
  height: 100%;
  color: #465560;
  line-height: 1.4;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  height: 100%;
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 1rem;
  overflow-x: hidden;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h6,
p,
ul,
ol,
li,
input,
fieldset,
label,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
  list-style: none;
  color: #465560;
  font-size: 1em;
}

a:hover,
a:focus {
  color: #22292e;
}

h1 {
  font-size: 3.75rem;
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
}

.visible-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='submit'],
textarea {
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus,
input:active {
  outline: 0;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

#admin-menu {
  display: none !important;
}

.element-invisible {
  display: none;
}

.btn {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #6facde;
  color: #FFFFFF;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

.btn:hover,
.btn:focus {
  background: #407ec9;
  color: #FFFFFF;
}

.btn i {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-right: 5px;
}

.btn .icon-pin{
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 3px;
}

.btn.orange {
  background: #ed7800;
  text-align: center;
}

.btn.orange:hover,
.btn.orange:focus {
  background: #ba5d00;
}

div.btn:hover,
div.btn:focus {
  background: #6facde;
  color: #FFFFFF;
}

iframe {
  border: none;
}

iframe.smartsheet-iframe {
  width: 100%;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 550px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  border-bottom: 0.3125rem solid #e8f1f7;
}

@media only screen and (max-width: 767px) {
  iframe.smartsheet-iframe {
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    border-bottom: 0;
  }
}

.breadcrumbs li {
  float: left;
  padding-left: 6px;
}

.breadcrumbs li:before {
  content: '>';
  padding-right: 6px;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.wysiwyg h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.wysiwyg p {
  margin-bottom: 20px;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 20px;
}

.wysiwyg ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.wysiwyg ul li:before {
  position: absolute;
  content: '.';
  left: 0px;
  top: 0px;
  line-height: 1;
}

.wysiwyg ol li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  counter-increment: quote-progress;
}

.wysiwyg ol li:before {
  position: absolute;
  content: counter(quote-progress) ".";
  left: 0px;
  top: 6px;
  line-height: 1;
  text-align: right;
  width: 20px;
  font-size: .8rem;
  font-weight: bold;
}

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg.border-bottom {
  border-bottom: 0.3125rem solid #e8f1f7;
}

.wysiwyg .newsletters ul li:before {
  content: none;
}

.branch-landing-page .wysiwyg table {
  margin: 30px 0;
  border-bottom: 0.3125rem solid #e8f1f7;
}

.branch-landing-page .wysiwyg table tr td:first-child {
  width: 180px;
  text-align: center;
  padding-bottom: 30px;
}

.branch-landing-page .wysiwyg table tr td:first-child img {
  width: auto !important;
  height: auto !important;
  max-width: 70%;
}

.branch-landing-page .wysiwyg table tr td {
  padding-bottom: 30px;
}

.branch-landing-page .wysiwyg table tr td p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .branch-landing-page .wysiwyg table {
    display: block;
    width: 100%;
  }

  .branch-landing-page .wysiwyg table tbody,
  .branch-landing-page .wysiwyg table tr,
  .branch-landing-page .wysiwyg table td {
    width: 100%;
    display: block;
  }

  .branch-landing-page .wysiwyg table tr td:first-child {
    width: 100%;
  }
}

.branch-landing-page span.phone-number {
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}

.branch-landing-page .google-map {
  padding-top: 20px;
  border-top: 0.3125rem solid #e8f1f7;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .branch-landing-page .google-map {
    margin-bottom: 60px;
    border: none;
    padding-top: 0;
  }
}

.branch-landing-page .google-map iframe {
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .branch-landing-page .google-map iframe {
    height: 300px;
  }
}

#header .utilities-nav {
  background: #6FACDE;
  height: 41px;
}

#header .utilities-nav p {
  margin-top: 2px;
}

#header .utilities-nav p span {
  margin-left: 10px;
  font-weight: bold;
}

#header .utilities-nav ul {
  float: right;
  margin-top: 7px;
}

#header .utilities-nav li {
  display: inline-block;
  padding-left: 20px;
}

#header .utilities-nav p,
#header .utilities-nav a {
  color: white;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .utilities-nav p,
  #header .utilities-nav a {
    padding: 5px 5px;
  }
}

#header .utilities-nav .col-sm-3 {
  background:  #00263e;
  height: 41px;
}

#header .utilities-nav a {
  opacity: 1;
}

#header .utilities-nav a:hover,
#header .utilities-nav a:focus {
  text-decoration: none;
  opacity: 1;
}

#header .utilities-nav .logo {
  display: block;
  opacity: 1;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .utilities-nav .logo {
    margin: 4px 0px 0 0;
    max-width: 170px;
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #header .utilities-nav .logo {
    display: inline-block;
    margin: 0;
    max-width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#header .top {
  background: #00263e;
  height: 80px;
}

@media only screen and (max-width: 767px) {
  #header .top {
    position: relative;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .top {
    height: 60px;
  }
}

#header .top .logo {
  display: block;
  margin: 14px 60px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .top .logo {
    margin: 16px 48px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .top .logo {
    margin: 20px 0px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #header .top .logo {
    margin: 0;
    max-width: 170px;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #header .top .col-1 {
    height: 60px;
  }
}

#header .top .col-2 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #header .top .col-2 {
    position: static;
    padding-right: 0px;
  }
}

#header .top .col-2 img {
  display: inline-block;
  width: auto;
}

#header .top .col-2 a {
  color: #67879d;
  font-size: 1.125rem;
}

#header .top .col-2 a:hover,
#header .top .col-2 a:focus {
  color: white;
}

#header .top .col-2 .link-portal {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  margin: 20px 10px 0 0;
  background: #e8e9ed;
  border-radius: 5px;
  color: #00263e;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .top .col-2 .link-portal {
    margin-right: 0;
  }
}

#header .top .col-2 .link-portal:hover,
#header .top .col-2 .link-portal:focus {
  color: #00263e;
  background: #cbced7;
}

#header .top .col-2 .secondary {
  display: inline-block;
  text-align: right;
}

#header .top .col-2 .secondary li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .top .col-2 .secondary li {
    margin-right: 16px;
  }
}

#header .top .col-2 #toggle-menu-mobile,
#header .top .col-2 #toggle-search-mobile {
  float: right;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  border-left: 2px solid #001e31;
}

#header .top .col-2 #toggle-menu-mobile.active,
#header .top .col-2 #toggle-search-mobile.active {
  background: #009997;
}

#header .top .col-2 #toggle-menu-mobile.active .icon-search:before,
#header .top .col-2 #toggle-search-mobile.active .icon-search:before {
  content: '×';
  padding-top: 8px;
  font-size: 36px;
}

#header .btm {
  position: relative;
  left: 0px;
  width: 100%;
  height: 100px;
  /*background: rgba(0,20,49,0.75);*/
  background: white;
  z-index: 150;
  padding: 0;
  transition: height .3s ease;
}

@media only screen and (min-width: 768px) {
  #header .btm.is-docked{
    position: fixed;
    top: 0px;
    height: 50px;
    backface-visibility: hidden;
    transform: scale(1.0,1.0);
    background: white;
  }
}

@media only screen and (max-width: 767px) {
  #header .btm {
    height: 60px;
    background: white;
  }
}

#header .btm .logo {
  display: block;
  max-width: 280px;
  margin-right: 30px;
}
#header .btm .nav-menu>li>a.logo {
  padding-left: 0;
}


@media only screen and (min-width: 768px){
  #header .btm.is-docked .logo {
    max-width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .btm .logo {
    margin: 0px 28px 0 0;
    max-width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .btm .logo {
    margin: 0px 0px 0 0;
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  #header .btm .logo {
    margin: 0;
    padding-top: 3%;
    max-width: 170px;
    display: inline-block;
  }
}

#header .btm .nav-menu {
  position: relative;
  text-align: right;
}

#header .btm .nav-menu .logo-item{
  float: left;
}

#header .btm .nav-menu .logo-item:hover {
  background: transparent;
}

#header .btm .nav-menu>li {
  display: inline-block;
}

#header .btm .nav-menu>li {
  text-align: left;
}

#header .btm .nav-menu>li>a {
  color: #00263e;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0 20px;
  height: 100px;
  line-height: 100px;
  display: block;
  transition: height .3s ease, line-height .3s ease, max-width .1s ease;
}

@media only screen and (min-width: 768px) {
  #header .btm.is-docked .nav-menu>li>a{
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .btm .nav-menu>li>a {
    font-size: 1rem;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .btm .nav-menu>li>a {
    padding: 0 15px;
  }
}

#header .btm .nav-menu>li>a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#header .btm .nav-menu>li>a.open {
  background: #6FACDE;
  font-weight: bold;
  color: #fff;
}

#header .btm .nav-menu>li:hover,
#header .btm .nav-menu>li:active {
  background: #6FACDE;
}

#header .btm .nav-menu>li.find-an-expert {
  float: right;
}

#header .btm .nav-menu>li.find-an-expert a {
  color: #ed7800;
}

#header .btm .nav-menu>li.find-an-expert a:hover {
  background: #ed7800;
  color: white;
}

#header .btm .nav-menu>li .sub-nav {
  display: none;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  background: #6FACDE;
  padding: 20px 32px 40px 32px;
  transition: top .3s ease;
}

@media only screen and (min-width: 768px) {
  #header .btm.is-docked .nav-menu>li .sub-nav {
    top: 50px;
  }
}

#header .btm .nav-menu>li .sub-nav.open {
  display: block;
}

#header .btm .nav-menu>li h3{
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
}

#header .btm .nav-menu>li .sub-nav ul li {
  padding: 8px 20px 8px 0;
}

#header .btm .nav-menu>li .sub-nav ul li a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: white;
  padding-left: 15px;
  line-height: 1.2;
  font-weight: normal;
}

#header .btm .nav-menu>li .sub-nav ul li a:hover {
  text-decoration: none;
  color: #00263e;
}

#header .btm .nav-menu>li .sub-nav ul li a:before {
  font-family: 'ajg';
  content: '\e818';
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 1;
  font-size: .5rem;
}

#header .btm .secondary {
  display: inline-block;
  text-align: right;
}

#header .btm .secondary li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .btm .nav-menu>li.logo-item {
    display: none;
  }
  #header .btm .nav-menu>li>a{
    height: 75px;
    line-height: 75px;
  }
  #header .btm{
    height: 75px;
  }
  #header .btm .nav-menu{
    text-align: center;
  }
  #header .btm .nav-menu>li .sub-nav{
    top: 75px;
  }
  #homepage .home-intro{
    padding: 150px 20px 100px 20px;
  }
  #homepage .home-intro-inner{
    max-width: 640px;
  }
  #homepage .home-intro p{
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .btm .secondary li {
    margin-right: 16px;
  }
}

#header .btm #toggle-menu-mobile,
#header .btm #toggle-search-mobile,
#header .btm #phone-mobile {
  float: right;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #00263e;
  position: relative;
  left: 15px;
}

#header .btm #toggle-menu-mobile.active,
#header .btm #toggle-search-mobile.active,
#header .btm #phone-mobile.active {
  background: #6FACDE;
}

#header .btm #toggle-menu-mobile.active .icon-search:before,
#header .btm #toggle-search-mobile.active .icon-search:before,
#header .btm #phone-mobile.active .icon-search:before {
  content: '×';
  padding-top: 8px;
  font-size: 36px;
}

#header form {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #6FACDE;
  margin: 0px;
  border-left: 1px solid white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header form {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header form {
    width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  #header form {
    width: 100%;
    height: 60px;
    z-index: 50;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #6FACDE;
    font-size: 1.25rem;
    border-bottom: 1px solid #8cadc5;
  }
  #homepage .home-intro{
    padding: 100px 20px 60px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #homepage .home-intro-inner{
    max-width: 100%;
  }
  #homepage .home-intro p{
    font-size: 18px;
    line-height: 30px;
  }
}

#header form label {
  display: none;
}

#header form input {
  background: transparent;
  border: none;
}

#header form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #header form ::-webkit-input-placeholder {
    font-size: 1.25rem;
    color: #00263e;
  }
}

#header form :-moz-placeholder {
  color: white;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #header form :-moz-placeholder {
    font-size: 1.25rem;
  }
}

#header form ::-moz-placeholder {
  color: white;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #header form ::-moz-placeholder {
    font-size: 1.25rem;
  }
}

#header form :-ms-input-placeholder {
  color: white;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #header form :-ms-input-placeholder {
    font-size: 1.25rem;
  }
}

#header form .form-text {
  width: 100%;
  padding: 0 35px 0 16px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  color: #00263e;
}

#header form .form-text:focus {
  background: #6FACDE;
  border-bottom: 1px solid #8cadc5;
}

@media only screen and (max-width: 767px) {
  #header form .form-text:focus {
    border: none;
  }
}

#header form .form-text:focus::-webkit-input-placeholder {
  color: #00263e;
  opacity: .25;
}

@media only screen and (max-width: 767px) {
  #header form .form-text:focus::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
}

#header form .form-text:focus:-moz-placeholder {
  color: white;
  opacity: .25;
}

@media only screen and (max-width: 767px) {
  #header form .form-text:focus:-moz-placeholder {
    font-size: 1.25rem;
  }
}

#header form .form-text:focus::-moz-placeholder {
  color: white;
  opacity: .25;
}

@media only screen and (max-width: 767px) {
  #header form .form-text:focus::-moz-placeholder {
    font-size: 1.25rem;
  }
}

#header form .form-text:focus:-ms-input-placeholder {
  color: white;
  opacity: .25;
}

@media only screen and (max-width: 767px) {
  #header form .form-text:focus:-ms-input-placeholder {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  #header form .form-text {
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    color: #00263e;
    border: none;
    font-size: 1.25rem;
  }
}

#header form .form-actions {
  position: absolute;
  right: 0px;
  top: 0px;
}

#header form .form-actions input {
  position: relative;
  z-index: 10;
  height: 35px;
  width: 35px;
  text-indent: -99999px;
}

@media only screen and (max-width: 767px) {
  #header form .form-actions input {
    width: 60px;
    height: 60px;
  }
}

#header form .form-actions:before{
  position: absolute;
  content: '\e806';
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  margin: 0;
  padding: 0;
  color: white;
}

@media only screen and (max-width: 767px) {
  #header form .form-actions:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #00263e;
  }
}

#header .nav-mobile {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  z-index: 160;
}

#header .nav-mobile.microsite-mobile-nav>a {
  display: none;
}

#header .nav-mobile.microsite-mobile-nav .nav-menu {
  background: #6facde;
  padding: 0;
}

#header .nav-mobile.microsite-mobile-nav .nav-menu a {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 1.125rem;
  padding: 10px 25px 10px 15px;
  border-bottom: 1px solid #009997;
}

#header .nav-mobile.microsite-mobile-nav .nav-menu a:before {
  display: none;
}

#header .nav-mobile.microsite-mobile-nav .nav-menu>a:first-child {
  display: none;
}

#header .nav-mobile.microsite-mobile-nav .icon-angle-up,
#header .nav-mobile.microsite-mobile-nav .icon-angle-down {
  display: none;
}

#header .nav-mobile.microsite-mobile-nav .sub-nav {
  padding-top: 0;
  padding-bottom: 0;
}

#header .nav-mobile.microsite-mobile-nav .sub-nav,
#header .nav-mobile.microsite-mobile-nav .sub-nav-group,
#header .nav-mobile.microsite-mobile-nav .nav-item-top {
  display: block;
}

#header .nav-mobile.microsite-mobile-nav .sub-nav>a,
#header .nav-mobile.microsite-mobile-nav .sub-nav .accessible-megamenu,
#header .nav-mobile.microsite-mobile-nav .sub-nav-group>a,
#header .nav-mobile.microsite-mobile-nav .sub-nav-group .accessible-megamenu,
#header .nav-mobile.microsite-mobile-nav .nav-item-top>a,
#header .nav-mobile.microsite-mobile-nav .nav-item-top .accessible-megamenu {
  display: none;
}

#header .nav-mobile.microsite-mobile-nav .views-row-first a:first-child {
  display: none;
}

#header .nav-mobile .sub-nav-group.parent-sub{
  display: none;
}

#header .nav-mobile .nav-item-top {
  background: #6FACDE;
  clear: both;
}

#header .nav-mobile .nav-item-top>a {
  display: block;
  position: relative;
  color: #00263e;
  padding: 15px 15px;
  font-size: 1.25rem;
  border-bottom: 1px solid #8cadc5;
}

#header .nav-mobile .parent-sub .nav-item-top>a{
  background: #6FACDE;
  padding: 15px 15px 15px 20px;
  color: #fff;
}

#header .nav-mobile .nav-item-top>a .icon-angle-up,
#header .nav-mobile .nav-item-top>a .icon-angle-down {
  font-size: 1.2rem;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#header .nav-mobile .nav-item-top>a .icon-angle-up {
  display: none;
}

#header .nav-mobile .nav-item-top>a.open .icon-angle-down {
  display: none;
}

#header .nav-mobile .nav-item-top>a.open .icon-angle-up {
  display: block;
}

#header .nav-mobile .nav-item-top>a.open {
  color: #fff;
}

#header .nav-mobile .sub-nav {
  display: none;
  background: #6FACDE;
  padding: 15px 0;
}

#header .nav-mobile .sub-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  padding: 10px 25px;
}

#header .nav-mobile .sub-nav a:before {
  font-family: 'ajg';
  content: '\e818';
  font-size: .5rem;
  top: 16px;
  left: 12px;
  position: absolute;
}

#header .nav-mobile .secondary {
  background: #6FACDE;
}

#header .nav-mobile .secondary>a {
  display: block;
  position: relative;
  color: #00263e;
  padding: 15px 15px;
  font-size: 1.25rem;
  border-bottom: 1px solid #8cadc5;
}

.minimal-header .btm {
  display: none;
}

.node-type-branch-landing-page #hero-carousel .item.inner {
  max-height: 320px;
}

.node-type-branch-landing-page #content-header {
  padding-top: 21.625rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node-type-branch-landing-page #content-header {
    padding-top: 23.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node-type-branch-landing-page #content-header {
    padding-top: 23.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .node-type-branch-landing-page #content-header {
    padding-top: 14.625rem;
  }
}

.node-type-microsite-child #hero-carousel .item.inner,
.node-type-microsite #hero-carousel .item.inner {
  max-height: 230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node-type-microsite-child #hero-carousel .item.inner,
  .node-type-microsite #hero-carousel .item.inner {
    max-height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node-type-microsite-child #hero-carousel .item.inner,
  .node-type-microsite #hero-carousel .item.inner {
    max-height: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .node-type-microsite-child #hero-carousel .item.inner,
  .node-type-microsite #hero-carousel .item.inner {
    height: 25vw;
  }
}

.node-type-microsite-child #content-header,
.node-type-microsite #content-header {
  padding-top: 16rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node-type-microsite-child #content-header,
  .node-type-microsite #content-header {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node-type-microsite-child #content-header,
  .node-type-microsite #content-header {
    padding-top: 12.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .node-type-microsite-child #content-header,
  .node-type-microsite #content-header {
    padding-top: 25vw;
  }
}

.node-type-microsite-child ul.nav.nav-tabs,
.node-type-microsite ul.nav.nav-tabs {
  position: relative;
  top: 0px;
}

.node-type-microsite-child ul.nav.nav-tabs li,
.node-type-microsite ul.nav.nav-tabs li {
  margin-left: 6px;
}

.node-type-microsite-child ul.nav.nav-tabs li:first-child,
.node-type-microsite ul.nav.nav-tabs li:first-child {
  margin-left: 0;
}

.node-type-microsite-child ul.nav.nav-tabs li.first,
.node-type-microsite ul.nav.nav-tabs li.first {
  margin-left: 0;
}

.node-type-microsite-child ul.nav.nav-tabs li a,
.node-type-microsite ul.nav.nav-tabs li a {
  padding: 8px 15px;
}

@media only screen and (max-width: 767px) {
  .node-type-microsite-child ul.nav.nav-tabs li a,
  .node-type-microsite ul.nav.nav-tabs li a {
    padding: 8px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node-type-microsite-child ul.nav.nav-tabs li,
  .node-type-microsite ul.nav.nav-tabs li {
    margin-left: 1px;
  }

  .node-type-microsite-child ul.nav.nav-tabs li a,
  .node-type-microsite ul.nav.nav-tabs li a {
    padding: 8px 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node-type-microsite-child ul.nav.nav-tabs li,
  .node-type-microsite ul.nav.nav-tabs li {
    margin-left: 4px;
  }

  .node-type-microsite-child ul.nav.nav-tabs li a,
  .node-type-microsite ul.nav.nav-tabs li a {
    padding: 8px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node-type-microsite-child article .share-links span,
  .node-type-microsite article .share-links span {
    font-size: 1.15rem;
  }
}

.node-type-microsite-child article .share-links a:hover,
.node-type-microsite-child article .share-links a:active,
.node-type-microsite article .share-links a:hover,
.node-type-microsite article .share-links a:active {
  color: #6facde;
}

#newsletterSubscribe {
  border: 1px solid #e8f1f7;
  padding: 50px 0 40px;
  display: none !important;
}

@media only screen and (max-width: 767px) {
  #newsletterSubscribe {
    padding: 12px 0;
  }
}

#newsletterSubscribe label {
  visibility: hidden;
  display: block;
  height: 0;
}

#newsletterSubscribe input[type=email] {
  border: solid 1px #a4c8e1;
  display: inline-block;
  height: 3.125rem;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 12px;
  padding-right: 20px;
  text-overflow: ellipsis;
}

#newsletterSubscribe input[type=email]:focus {
  border: solid 2px #a4c8e1;
  padding-left: 11px;
}

@media only screen and (max-width: 767px) {
  #newsletterSubscribe input[type=email] {
    width: 100%;
    margin: 10px 0;
  }
}

#newsletterSubscribe input[type=submit] {
  height: 3.125rem;
  width: 145px;
  display: inline-block;
  background-color: #34647f;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

#newsletterSubscribe input[type=submit]:hover,
#newsletterSubscribe input[type=submit]:focus {
  background-color: #274b5f;
}

@media only screen and (max-width: 767px) {
  #newsletterSubscribe input[type=submit] {
    width: 100%;
  }
}

#newsletterSubscribe h2 {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
  padding-left: 50px;
  color: #34647f;
}

#newsletterSubscribe h2 i {
  font-size: 2.2rem;
  margin-right: 5px;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #newsletterSubscribe h2 i {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsletterSubscribe h2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #newsletterSubscribe h2 {
    margin-bottom: 0px;
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
  }
}

footer#top-footer {
  padding: 70px 0 80px;
  background: #efefef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer#top-footer {
    padding: 50px 0 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer#top-footer {
    padding: 50px 0 45px;
  }
}

@media only screen and (max-width: 767px) {
  footer#top-footer {
    padding: 0px;
  }
}

footer#bottom-footer {
  padding: 30px 0 25px;
  background: #bbd6e9;
}

footer .social-links {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  footer .social-links {
    text-align: center;
  }
}

footer .social-links a {
  font-size: 2rem;
  color: #34647f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .social-links a {
    font-size: 1.8rem;
  }
}

footer .social-links a:hover {
  color: #1f3c4d;
}

footer h2 {
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #34647f;
}

@media only screen and (max-width: 767px) {
  footer h2 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}

footer ul.lower-nav {
  margin-top: 12px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer ul.lower-nav {
    margin-top: 0;
  }
}

footer ul.lower-nav li {
  display: inline-block;
  font-size: .8rem;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

footer ul.lower-nav li:before {
  content: '|';
  position: absolute;
  left: 0px;
  top: 0px;
}

footer ul.lower-nav li:first-child {
  margin: 0;
  padding: 0;
}

footer ul.lower-nav li:first-child:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  footer ul.lower-nav li:first-child {
    margin-bottom: 20px;
  }

  footer ul.lower-nav li:first-child div {
    margin: 0 auto;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer ul.lower-nav li:first-child {
    display: block;
    margin-bottom: 8px;
  }
}

footer ul.lower-nav li a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer ul.lower-nav li:nth-child(2) {
    margin-left: 0;
    padding: 0;
  }

  footer ul.lower-nav li:nth-child(2):before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  footer ul.lower-nav li {
    display: block;
    margin: 0 auto 5px;
    padding: 0;
    text-align: left;
  }

  footer ul.lower-nav li:before {
    display: none;
  }

  footer ul.lower-nav li:last-child {
    margin-bottom: 25px;
  }
}

footer .copyright {
  text-align: left;
  font-style: italic;
}

footer ul.footer-nav li {
  margin-right: 15px;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

footer ul.footer-nav li a {
  width: 100%;
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

footer ul.footer-nav li a:before {
  font-family: 'ajg';
  content: '\e818';
  font-weight: bold;
  font-size: .5rem;
  position: absolute;
  left: -10px;
  top: 6px;
}

footer ul.footer-nav li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer ul.footer-nav li {
    margin-bottom: 5px;
  }

  footer ul.footer-nav li a {
    font-size: .8rem;
  }

  footer ul.footer-nav li a:before {
    top: 4px;
  }
}

footer ul.footer-nav.quick-links li {
  width: -webkit-calc(100% / 3 - 15px);
  width: calc(100% / 3 - 15px);
}

footer ul.footer-nav.quick-links li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer ul.footer-nav.quick-links li {
    width: -webkit-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
  }

  footer ul.footer-nav.quick-links li:nth-child(3n) {
    margin-right: 15px;
  }

  footer ul.footer-nav.quick-links li:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  footer ul.footer-nav.quick-links {
    margin-bottom: 30px;
  }

  footer ul.footer-nav.quick-links li {
    width: -webkit-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
  }

  footer ul.footer-nav.quick-links li:nth-child(3n) {
    margin-right: 15px;
  }

  footer ul.footer-nav.quick-links li:nth-child(2n) {
    margin-right: 0px;
  }
}

footer ul.footer-nav.about-us li {
  /*width: -webkit-calc(100% / 2 - 15px);*/
  /*width: calc(100% / 2 - 15px);*/
  display: block;
}

footer ul.footer-nav.about-us li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  footer .nav-container {
    position: relative;
    border-bottom: 1px solid #bbd6e9;
    padding: 0;
  }

  footer .nav-container h2 {
    margin: 0;
  }

  footer .nav-container:before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 5px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #34647f;
    pointer-events: none;
  }

  footer .nav-container>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  footer .nav-container ul.footer-nav {
    display: none;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  footer .nav-container.open:before {
    content: '-';
    position: absolute;
    right: 20px;
    top: 5px;
    font-weight: bold;
    font-size: 1.5rem;
  }
}

#page {
  min-height: -webkit-calc(100% - 11.4rem);
  min-height: calc(100% - 11.4rem);
}

#hero-carousel {
  position: absolute;
  top: 41px;
  left: 0px;
  width: 100%;
}

#hero-carousel .item {
  height: 25.8125rem;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item {
    height: 220px;
    margin-top: 30px;
  }
}

#hero-carousel .item.inner {
  height: 25.8125rem;
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item.inner {
    height: 220px;
  }
}

#hero-carousel .item .vert-wrapper {
  height: 25.8125rem;
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item .vert-wrapper {
    height: 220px;
  }
}

#hero-carousel .item .hero-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item .hero-text {
    top: 50%;
  }
}

#hero-carousel .item .hero-text h1 {
  font-size: 3.25rem;
  line-height: 1;
  color: white;
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0px 0px 22.5px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item .hero-text h1 {
    font-size: 2rem;
  }
}

#hero-carousel .item .hero-text .btn {
  margin-top: 20px;
  display: inline-block;
  font-size: .9rem;
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item .hero-text .btn {
    margin-top: 15px;
  }
}

#hero-carousel .item:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 128px;
  z-index: 100;
  background: transparent url("../img/hero-mask.png") no-repeat bottom center;
  background-size: 100% auto;
  pointer-events: none;
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #hero-carousel .item:before {
    height: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-carousel .item:before {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #hero-carousel .item:before {
    height: 38px;
  }
}

@media only screen and (min-width: 505px) and (max-width: 767px) {
  #hero-carousel .item:before {
    height: 52px;
  }
}

#hero-carousel .indicators {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: right;
  z-index: 120;
}

@media only screen and (max-width: 767px) {
  #hero-carousel .indicators {
    bottom: -10px;
  }
}

#hero-carousel .indicators li {
  display: inline-block;
  background: #d6d6d9;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  cursor: pointer;
}

#hero-carousel .indicators li.active {
  background: #00263e;
}

#breakout-carousel{
  width: 100%;
  position: relative;
}

#breakout-carousel .indicators {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 120;
}

#breakout-carousel .indicators li {
  display: inline-block;
  background: #d6d6d9;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 8px;
}

#breakout-carousel .indicators li.active {
  background: #00263e;
}

#content-header {
  padding-top: 20.625rem;
}

#content.is-docked #content-header {
  padding-top: 27.625rem;
}

@media only screen and (max-width: 767px) {
  #content-header {
    padding-top: 270px;
  }
}

#homepage .mini-hero {
  text-align: center;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  #homepage .mini-hero {
    padding-top: 10px;
  }
}

#homepage .mini-hero i,
#homepage .home-other-cta i{
  color: #799a05;
  font-size: 60px;
  display: block;
  height: 110px;
}

#homepage .mini-hero i:before,
#homepage .home-other-cta i:before{
  width: 1em;
}

#homepage .mini-hero i.icon-talk::before,
#homepage .home-other-cta i.icon-talk::before{
  font-size: 85px;
  vertical-align: top;
}

#homepage .mini-hero h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #04152B;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1;
  width: 80%;
  margin: auto;
}

#homepage .mini-hero p{
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #4F5E67;
}

#homepage .mini-hero hr {
  border-color: #6FACDE;
  width: 35%;
  margin-bottom: 6%;
}

#homepage .mini-hero img {
  width: 30%;
  margin-bottom: 5%;
}

.mini-hero-cta{
  color: #6FACDE;
  font-size: 20px;
  border-bottom: 1px solid #6FACDE;
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 2%;
}

.mini-hero-cta:hover{
  border-bottom-color: #407ec9;
  color: #407ec9;
}

#homepage .line-break {
  padding-top: 30px;
  border-bottom: 5px solid #e8f1f7;
}

#homepage .featured {
  padding-right: 30px;
  border-right: 5px solid #e8f1f7;
}

@media only screen and (max-width: 767px) {
  #homepage .featured {
    border-right: none;
    padding-right: 15px;
  }
}

#homepage .featured h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #00263e;
  font-size: 1.875rem;
  margin: 48px 0 40px 0;
  text-align: center;
}

#homepage .featured .item {
  padding-bottom: 30px;
}

#homepage .featured .item i {
  float: left;
  color: #6facde;
  font-size: 3rem;
  width: 40%;
  text-align: right;
}

#homepage .featured .item i:before {
  width: auto;
  padding-right: 10px;
  position: relative;
}

#homepage .featured .item i.icon-buildings {
  font-size: 2.5rem;
}

#homepage .featured .item i.icon-buildings:before {
  top: 2px;
  left: -35px;
}

#homepage .featured .item i.icon-icon-note {
  font-size: 3.5rem;
}

#homepage .featured .item i.icon-icon-note:before {
  top: -5px;
  left: 3px;
}

#homepage .featured .item i.icon-location {
  font-size: 3.8rem;
}

#homepage .featured .item i.icon-location:before {
  top: -5px;
  left: 5px;
}

#homepage .featured .item i.icon-talk {
  font-size: 4.2rem;
}

#homepage .featured .item .text {
  float: left;
  width: 60%;
}

#homepage .featured .item .text h3 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 4px;
}

#homepage .featured .item .text p {
  font-size: .95rem;
}

#homepage .featured .item .text a {
  display: block;
  text-decoration: underline;
}

#homepage .views-and-ideas {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #homepage .views-and-ideas {
    padding-left: 15px;
  }
}

#homepage .views-and-ideas h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #00263e;
  font-size: 1.875rem;
  margin: 48px 0 40px 0;
  text-align: center;
}

#homepage .views-and-ideas .item {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #homepage .views-and-ideas .item {
    padding-left: 0px;
  }
}

#homepage .views-and-ideas .item figure {
  float: left;
  width: 30%;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  #homepage .views-and-ideas .item figure {
    margin: 0;
    width: 40%;
    padding: 0 15px;
  }
}

#homepage .views-and-ideas .item .text {
  margin-top: -5px;
  float: left;
  width: 60%;
}

#homepage .views-and-ideas .item .text a {
  display: inline-block;
  text-decoration: underline;
}

#homepage .cta {
  text-align: center;
  border-top: 5px solid #e8f1f7;
  padding-bottom: 60px;
}

#homepage .cta h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #00263e;
  font-size: 1.875rem;
  margin: 48px 0 10px 0;
  text-align: center;
}

#homepage .cta p {
  margin-bottom: 16px;
}

#homepage .cta .btn {
  display: inline-block;
}

article header.border {
  border-bottom: 0.3125rem solid #e8f1f7;
}

@media only screen and (max-width: 767px) {
  article header.border {
    border: none;
  }
}

article header .row {
  position: relative;
}

article header h1 {
  font-size: 3rem;
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

@media only screen and (max-width: 767px) {
  article header h1 {
    padding: 1rem 0 1rem 0;
    font-size: 2.3rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  article header .nav-tabs {
    position: relative;
    border: 5px solid #e8f1f7;
  }
}

article header .nav-tabs i {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

article header .nav-tabs li {
  float: left;
  border-color: #e8f1f7;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  article header .nav-tabs li {
    border-width: 4px 4px 0 4px;
    margin-left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article header .nav-tabs li {
    border-width: 3px 3px 0 3px;
    margin-left: 6px;
  }
}

@media only screen and (max-width: 767px) {
  article header .nav-tabs li {
    float: none;
    margin: 0;
    border: none;
    display: none;
  }
}

article header .nav-tabs li.first {
  margin-left: 0;
}

article header .nav-tabs li.active {
  background: #e8f1f7;
}

@media only screen and (max-width: 767px) {
  article header .nav-tabs li.active {
    display: block !important;
    background: none;
  }
}

article header .nav-tabs li a {
  padding: 10px 25px;
  display: block;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  article header .nav-tabs li a {
    padding: 8px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article header .nav-tabs li a {
    padding: 5px 12px;
  }
}

article header .sub-heading {
  padding: 20px 15px;
}

article .tab-content {
  padding-top: 1.875rem;
  padding-bottom: 7.5rem;
}

@media only screen and (max-width: 767px) {
  article .tab-content {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}

article .tab-content .tab-pane {
  display: none;
}

article .tab-content .tab-pane.active {
  display: block;
}

article .tab-content .tab-pane .view-related-articles h2 {
  font-size: 2.25rem;
  margin: 18px 0 10px 0;
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
}

article .tab-content .tab-pane .view-related-articles .views-field-title {
  padding-top: 10px;
  min-height: 90px;
}

article .tab-content .tab-pane .view-related-articles a,
article .tab-content .tab-pane .view-related-articles img {
  display: block;
}

article .tab-content .tab-pane#downloads h2,
article .tab-content .tab-pane .downloads h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

article .tab-content .tab-pane#downloads li,
article .tab-content .tab-pane .downloads li {
  padding-left: 28px;
  width: 47%;
  display: inline-block;
  padding-right: 1%;
}

@media only screen and (max-width: 767px) {
  article .tab-content .tab-pane#downloads li,
  article .tab-content .tab-pane .downloads li {
    width: 100%;
    padding-right: 0;
  }
}

article .tab-content .tab-pane#downloads li:before,
article .tab-content .tab-pane .downloads li:before {
  content: none;
}

article .tab-content .tab-pane#downloads i,
article .tab-content .tab-pane .downloads i {
  font-size: 1.375rem;
  margin-top: 10px;
  position: relative;
  top: 4px;
  left: -30px;
}

article .tab-content .tab-pane#downloads a,
article .tab-content .tab-pane .downloads a {
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 1;
  margin-left: -30px;
}

article .tab-content .tab-pane#downloads span,
article .tab-content .tab-pane .downloads span {
  display: block;
  padding-left: 10px;
  font-size: 0.75rem;
  margin: 5px 0 10px -8px;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper {
  background-color: #e8f1f7;
  padding: 30px;
  margin: 20px 0;
  overflow: hidden;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .required-fields {
  float: right;
  position: relative;
  top: -35px;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .form-actions .webform-submit {
  display: inline-block;
  padding: 10px 15px;
  background-color: #6facde;
  color: white;
  margin: 15px;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper span.select2.select2-container.select2-container--default {
  display: block;
  width: 100% !important;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-name,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-email,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-company,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-state {
  margin-top: 15px;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-name .contact-form-name-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-name .contact-form-email-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-name .contact-form-company-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-name .contact-form-state-select,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-email .contact-form-name-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-email .contact-form-email-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-email .contact-form-company-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-email .contact-form-state-select,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-company .contact-form-name-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-company .contact-form-email-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-company .contact-form-company-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-company .contact-form-state-select,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-state .contact-form-name-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-state .contact-form-email-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-state .contact-form-company-input,
article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-state .contact-form-state-select {
  border: solid 1px #939a90;
  display: block;
  height: 3.125rem;
  width: 100%;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-your-enquiry {
  margin-top: 15px;
}

article .tab-content .tab-pane#contactformwebform .contact-form-wrapper .contact-form-your-enquiry .contact-form-your-enquiry-input {
  border: solid 1px #939a90;
  display: block;
  width: 100%;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
}

article .tab-content a.more-culture,
article .tab-content a.more-introduction {
  display: inline-block;
  width: 47%;
  color: #465560;
  text-decoration: underline;
  font-size: 1.4em;
  line-height: 1.2em;
  padding-left: 95px;
  position: relative;
  margin-top: 40px;
}

article .tab-content a.more-culture:before,
article .tab-content a.more-introduction:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  article .tab-content a.more-culture,
  article .tab-content a.more-introduction {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .tab-content a.more-culture,
  article .tab-content a.more-introduction {
    padding-left: 75px;
    font-size: 1.1em;
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  article .tab-content a.more-culture,
  article .tab-content a.more-introduction {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    padding-left: 75px;
  }
}

article .tab-content a.more-culture {
  margin-right: 6%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .tab-content a.more-culture {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  article .tab-content a.more-culture {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

article .tab-content a.more-culture:before {
  background-image: url("../img/icon-world.png");
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  top: 50%;
  margin-top: -37px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  article .tab-content a.more-culture:before {
    background-image: url("../img/icon-world@2x.png");
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .tab-content a.more-culture:before {
    width: 55px;
    height: 55px;
    margin-top: -27px;
    background-size: 55px 55px;
  }
}

@media only screen and (max-width: 767px) {
  article .tab-content a.more-culture:before {
    width: 55px;
    height: 55px;
    margin-top: -27px;
    background-size: 55px 55px;
  }
}

article .tab-content a.more-introduction:before {
  background-image: url("../img/icon-book.png");
  background-size: 76px 63px;
  width: 76px;
  height: 63px;
  top: 50%;
  margin-top: -31px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  article .tab-content a.more-introduction:before {
    background-image: url("../img/icon-book@2x.png");
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .tab-content a.more-introduction:before {
    width: 55px;
    height: 46px;
    margin-top: -23px;
    background-size: 55px 46px;
  }
}

@media only screen and (max-width: 767px) {
  article .tab-content a.more-introduction:before {
    width: 55px;
    height: 46px;
    margin-top: -23px;
    background-size: 55px 46px;
  }
}

article .tab-content .box {
  padding: 1.5rem 1.75rem;
  border-bottom: 0.3125rem solid #e8f1f7;
}

@media only screen and (max-width: 767px) {
  article .tab-content .box {
    padding: 1rem 1.75rem;
    margin-bottom: 30px;
    border-top: none;
  }

  article .tab-content .box:first-child {
    border-top: 0.3125rem solid #e8f1f7;
  }
}

article .tab-content .box .auto-search-result p {
  display: none;
}

article .tab-content .box .auto-search-result .right-photo {
  display: none;
}

article .tab-content .box .auto-search-result .sidebar-photo {
  margin-bottom: 20px;
  max-width: 400px;
}

article .tab-content .box h2 {
  font-size: 1.375rem;
  color: #6facde;
  margin-bottom: .75rem;
}

article .tab-content .box h2 a {
  color: #6facde;
  font-size: 1.375rem;
}

article .tab-content .box h2.sidebar-contact-link {
  margin-bottom: 0;
}

article .tab-content .box h2.expert-name {
  margin-bottom: 0;
}

article .tab-content #search-block-form--2 {
  background: #e8f1f7;
  padding: 30px 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  article .tab-content #search-block-form--2 {
    padding: 15px;
  }
}

article .tab-content #search-block-form--2 .form-item,
article .tab-content #search-block-form--2 .form-actions {
  display: inline-block;
}

article .tab-content #search-block-form--2 .form-item {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
}

@media only screen and (max-width: 767px) {
  article .tab-content #search-block-form--2 .form-item {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}

article .tab-content #search-block-form--2 input.form-text {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 1rem;
  color: #465560;
  border: 1px solid #939a90;
  width: 100%;
}

article .tab-content #search-block-form--2 .form-submit {
  width: 120px;
  margin-left: 5px;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 1rem;
  color: white;
  background: #6facde;
}

@media only screen and (max-width: 767px) {
  article .tab-content #search-block-form--2 .form-submit {
    width: 80px;
    padding: 0 .5rem;
  }
}

article .tab-content #search-block-form--2 .form-submit:hover {
  background: #407ec9;
}

article .tab-content #search-block-form--2 .form-submit[disabled],
article .tab-content #search-block-form--2 .form-submit[disabled]:hover {
  background: rgba(147,154,144,0.5);
}

article .sidebar {
  padding-bottom: 60px;
}

article .sidebar .box {
  padding: 1.5rem 0.5rem;
  border-bottom: 0.3125rem solid #e8f1f7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  article .sidebar .box {
    padding: 1.5rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .sidebar .box {
    padding: 1.5rem 1rem;
  }
}

@media only screen and (max-width: 767px) {
  article .sidebar .box:first-child {
    border-top: 0.3125rem solid #e8f1f7;
  }
}

article .sidebar .box .auto-search-result p {
  display: none;
}

article .sidebar .box .auto-search-result .right-photo {
  display: none;
}

article .sidebar .box .auto-search-result .sidebar-photo {
  margin-bottom: 20px;
  max-width: 400px;
}

article .sidebar .box h2 {
  font-size: 1.375rem;
  color: #6facde;
  margin-bottom: .75rem;
}

article .sidebar .box h2 a {
  color: #6facde;
  font-size: 1.375rem;
}

article .sidebar .box h2.sidebar-contact-link {
  margin-bottom: 0;
}

article .sidebar .box h2.expert-name {
  margin-bottom: 0;
}

article .sidebar .box.downloads h2 {
  margin-bottom: 0;
}

article .sidebar .box h3 {
  font-weight: normal;
  margin: 0 0 20px 0;
}

article .sidebar .box p,
article .sidebar .box ul {
  margin-bottom: 10px;
}

article .sidebar .box li {
  padding: 3px 0 3px 10px;
  position: relative;
}

article .sidebar .box li:before {
  content: '.';
  position: absolute;
  left: 0px;
  top: 0px;
}

article .sidebar .box .read-more {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  article .sidebar .box.online-quote {
    border-top: none;
  }
}

article .sidebar .box.online-quote .online-quote {
  width: 100%;
}

article .sidebar .box.online-quote .select2-container {
  margin-top: 10px;
  color: white;
  background-color: #6facde;
}

article .sidebar .box.online-quote .select2-container .select2-results {
  background-color: #00263e;
}

article .sidebar .box.online-quote .select2-container .select2-results .select2-results__option {
  color: white;
}

article .sidebar .box.online-quote .select2-container .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #001e31;
}

article .sidebar .box.online-quote .select2-container .select2-selection--single {
  height: 2.5rem;
  border-radius: 0;
  color: white;
  background-color: #6facde;
  border: none;
}

article .sidebar .box.online-quote .select2-container .select2-selection--single .select2-selection__rendered,
article .sidebar .box.online-quote .select2-container .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  color: white;
}

article .sidebar .box.online-quote .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

article .sidebar .box.online-quote .select2-container .select2-selection--single .select2-selection__placeholder {
  color: white;
  opacity: .7;
}

article .sidebar .box.online-quote .select2-container .select2-selection--single .select2-selection__arrow {
  height: 2.4;
  border-left: 1px solid rgba(255,255,255,0.5);
  top: 0;
  width: 40px;
}

article .sidebar .box.online-quote .select2-container .select2-selection--single .select2-selection__arrow b {
  left: 70%;
  margin-left: -14px;
  color: white;
  border-width: 7px 6px 0 6px;
  border-top-color: white;
}

article .sidebar .box a.button {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  padding: 10px 15px;
  color: white;
  background: #6facde;
  margin-bottom: 10px;
}

article .sidebar .box a.button:hover,
article .sidebar .box a.button:focus {
  background: #407ec9;
}

article .sidebar .box .select2-container {
  width: 100% !important;
}

article .sidebar .get-a-quote-sidebar {
  background: #6facde;
  color: white;
  border-bottom: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

article .sidebar .get-a-quote-sidebar.on-contact-page {
  margin-bottom: 0;
}

article .sidebar .get-a-quote-sidebar h2 {
  color: white;
  margin-bottom: .55em;
}

article .sidebar .get-a-quote-sidebar .strong {
  font-weight: bold;
  text-transform: uppercase;
}

article .sidebar .get-a-quote-sidebar .phone-number {
  font-weight: bold;
}

article .sidebar .get-a-quote-sidebar a {
  color: white;
}

@media only screen and (max-width: 767px) {
  article .sidebar .get-a-quote-sidebar {
    margin-top: 0;
  }

  article .sidebar .get-a-quote-sidebar:first-child {
    border-top: 0;
  }
}

article .sidebar .microsite-useful-info {
  border-top: none;
}

article .sidebar .microsite-useful-info h2 {
  margin-bottom: 0px;
}

article .sidebar .microsite-useful-info li {
  padding: 0;
  margin-left: -5px;
  padding-left: 35px;
}

article .sidebar .microsite-useful-info li:before {
  content: none;
}

article .sidebar .microsite-useful-info i {
  font-size: 1.375rem;
  margin-top: 10px;
  position: relative;
  top: 4px;
  right: 35px;
}

article .sidebar .microsite-useful-info a {
  text-decoration: underline;
  font-size: 1rem;
  margin-left: -32px;
}

article .sidebar .microsite-useful-info span {
  display: block;
  padding-left: 10px;
  font-size: 0.75rem;
  margin: 0px 0 0px -8px;
}

article .share-links {
  padding-top: 14px;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 1.1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  article .share-links {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .share-links {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  article .share-links {
    display: none !important;
  }
}

article .share-links span {
  opacity: .5;
  font-size: 1.25rem;
  padding-right: 5px;
}

article .share-links a {
  font-size: 1.8rem;
  color: #34647f;
}

article .share-links a:hover,
article .share-links a:focus {
  color: #6facde;
}

article .share-links a i:before {
  width: .8em;
}

.article-teaser,
.search-result {
  margin-bottom: 40px;
}

.article-teaser h2,
.search-result h2 {
  margin-bottom: 0;
}

.article-teaser h2 a,
.search-result h2 a {
  text-decoration: none;
  font-weight: normal;
}

.article-teaser .article-meta,
.search-result .article-meta {
  font-size: .75rem;
  text-transform: uppercase;
  display: block;
  margin: 2px 0 10px 0;
}

.article-teaser p,
.search-result p {
  margin-bottom: 10px;
}

.pager {
  border-top: 5px solid #e8f1f7;
  padding: 10px 0;
  text-align: right;
}

.pager li {
  display: inline-block;
}

.form-template header b {
  display: block;
  border-bottom: 5px solid #e8f1f7;
}

.form-template .form-content {
  padding-top: 1.75rem;
  padding-bottom: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .form-template .form-content {
    padding-top: 0;
  }
}

.form-template fieldset legend {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "news-gothic-std",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
}

.form-template .form-item {
  margin-bottom: 1.5625rem;
}

.form-template .form-type-radio {
  float: left;
  margin-left: 20px;
}

.form-template .form-type-radio:first-child {
  margin-left: 0;
}

.form-template .form-type-radio .iradio_square-grey {
  height: 3.125rem;
  background-position-y: center;
}

.form-template .form-type-radio input {
  float: left;
}

.form-template .form-type-radio label {
  float: left;
  line-height: 3.125rem;
  font-size: 1.125rem;
  margin-right: 10px;
}

.form-template .webform-component--full-name {
  clear: both;
}

.form-template label {
  display: block;
  color: #465560;
  font-size: 1rem;
  line-height: 2;
}

.form-template label.element-invisible {
  display: none;
}

.form-template input {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 1rem;
  color: #465560;
  border: 1px solid #939a90;
  width: 100%;
}

.form-template input.error {
  border-color: red;
}

.form-template input:focus {
  border-color: #6facde;
}

.form-template input.webform-submit {
  float: right;
  margin-right: 15px;
  width: 24%;
  background: #ed7800;
  border: transparent;
  color: white;
}

.form-template input.webform-submit:hover,
.form-template input.webform-submit:focus {
  background: #ba5d00;
}

@media only screen and (max-width: 767px) {
  .form-template input.webform-submit {
    width: 50%;
  }
}

.form-template select {
  width: 100%;
}

.form-template .select2-container .select2-selection--single {
  height: 3.125rem;
  border-radius: 0;
}

.form-template .select2-container .select2-selection--single .select2-selection__rendered,
.form-template .select2-container .select2-selection--single .select2-selection__arrow {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
}

.form-template .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -14px;
  border-width: 7px 6px 0 6px;
}

.form-template .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7px 6px;
}

.form-template .select2-container.error .select2-selection {
  border-color: red;
}

@media only screen and (max-width: 767px) {
  .form-template .webform-component--mandatory-notice {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-template .webform-component--mandatory-notice label {
    display: none;
  }
}

.form-template .webform-component--mandatory-notice p {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  opacity: .75;
}

@media only screen and (max-width: 767px) {
  .form-template .webform-component--mandatory-notice p {
    margin: 0;
  }
}

.form-template textarea {
  font-size: 1.125rem;
  color: #465560;
  border: 1px solid #939a90;
  width: 100%;
  padding: 0.7rem 1rem;
}

.form-template textarea.error {
  border-color: red;
}

.form-template textarea:focus {
  border-color: #6facde;
}

.portal-link {
  float: left;
  margin-left: 60px;
}

.portal-link.first {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .portal-link {
    float: none;
    margin: 0;
  }
}

@media only screen and (min-width: 505px) and (max-width: 767px) {
  .portal-link {
    float: left;
    margin-left: 60px;
  }
}

.claim-link {
  text-align: center;
  display: block;
  margin-top: 60px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .claim-link {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.claim-link i {
  font-size: 62px;
  display: block;
}

.claim-link i:before {
  width: auto;
}

.claim-link h3 {
  font-size: 22px;
}

.page-search form {
  display: none;
}

.advisor-search {
  padding-top: 1.875rem;
  padding-bottom: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .advisor-search {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advisor-search {
    padding-bottom: 0;
  }
}

.advisor-search h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.advisor-search .nav-tabs {
  padding: 20px 0 0 0;
}

.advisor-search .nav-tabs li {
  float: left;
  width: 120px;
  margin-right: 40px;
  position: relative;
}

.advisor-search .nav-tabs li a {
  padding-left: 35px;
  font-size: 1.4rem;
}

.advisor-search .nav-tabs li i {
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 1.5rem;
}

.advisor-search .nav-tabs li i.icon-dot-circled {
  display: none;
}

.advisor-search .nav-tabs li.active i {
  display: none;
}

.advisor-search .nav-tabs li.active i.icon-dot-circled {
  display: block;
}

.advisor-search .tab-pane {
  position: relative;
}

.advisor-search .tab-pane:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e8f1f7;
}

.advisor-search .tab-pane#personalSearch:before {
  left: 210px;
}

.advisor-search .search-wrap {
  background: #e8f1f7;
  padding: 30px 30px;
  margin-bottom: 15px;
}

.advisor-search .search-wrap input,
.advisor-search .search-wrap select {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 1rem;
  color: #465560;
  border: 1px solid #939a90;
  width: 100%;
}

.advisor-search .search-wrap .twitter-typeahead {
  display: block !important;
}

.advisor-search .search-wrap .tt-menu {
  background: white;
  border: 1px solid #939a90;
  width: 100%;
}

.advisor-search .search-wrap .tt-suggestion {
  padding: 0 15px;
  line-height: 3.125rem;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.advisor-search .search-wrap .tt-suggestion.tt-cursor {
  background: #e8f1f7;
}

.advisor-search .fallback-link {
  font-style: italic;
  margin-bottom: 30px;
}

.advisor-search .fallback-link a {
  text-decoration: underline;
}

.advisor-search .results {
  min-height: 100px;
}

.advisor-search .results.loading {
  background: url(../img/loader.gif) no-repeat top center;
}

.home-main-cta.advisor-search .results{
  display: none;
}

.home-main-cta.advisor-search .results.loading {
  display: block;
}

.advisor-search .results .state-search-wrap {
  margin-bottom: 15px;
}

.advisor-search .results .state-search-wrap .select-wrap {
  float: right;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .advisor-search .results .state-search-wrap .select-wrap {
    float: none;
    width: auto;
  }
}

.advisor-search .results .state-search-wrap .select-wrap select {
  width: 100%;
}

.advisor-search .results .state-search-wrap label {
  width: 20%;
  left: 60%;
  position: relative;
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .advisor-search .results .state-search-wrap label {
    width: auto;
    left: auto;
  }
}

.advisor-search .results .state-wrap {
  display: none;
}

.advisor-search .results .state-wrap.has-results {
  display: block;
}

.advisor-search .results .state-wrap h2.state-heading {
  padding: 5px 10px;
  background: #e8f1f7;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}

.advisor-search .auto-search-result {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #939a90;
  margin-bottom: 20px;
}

.advisor-search .auto-search-result h2 {
  font-family: "Gotham",sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #00263e;
  font-size: 1.875rem;
  margin-bottom: 10px;
}

.advisor-search .auto-search-result h3 {
  font-size: 1rem;
  font-weight: normal;
}

.advisor-search .auto-search-result h3:last-child {
  margin-bottom: 0;
}

.advisor-search .auto-search-result p {
  margin-bottom: 20px;
}

.advisor-search .auto-search-result p:last-child {
  margin-bottom: 0;
}

.advisor-search .auto-search-result .result-cta {
  padding-top: 25px;
}

.advisor-search .auto-search-result .right-photo {
  display: inline-block;
  float: right;
  max-width: 300px;
  max-height: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .advisor-search .auto-search-result .right-photo {
    display: none;
  }
}

.advisor-search .auto-search-result .sidebar-photo {
  display: none;
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .advisor-search .auto-search-result .sidebar-photo {
    display: block;
    margin-bottom: 20px;
  }
}

.advisor-search .auto-search-result .cta-wrap {
  clear: both;
}

.advisor-search .auto-search-result .cta-wrap .btn {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.advisor-search .auto-search-result .cta-wrap .btn:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 505px) and (max-width: 767px) {
  .advisor-search .auto-search-result .cta-wrap .btn {
    float: none;
    display: block;
    margin: 0 0 10px 0;
    width: auto;
    max-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .advisor-search .auto-search-result .cta-wrap .btn {
    float: none;
    display: block;
    margin: 0 0 10px 0;
    width: auto;
    max-width: 400px;
  }
}

.advisor-search a.auto-search-result h2 {
  text-decoration: underline;
}

.advisor-search a.auto-search-result:hover,
.advisor-search a.auto-search-result:focus {
  background-color: #e8f1f7;
}

.select2-container .select2-selection--single {
  height: 3.125rem;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -14px;
  border-width: 7px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7px 6px;
}

#select2-online_quote-results .select2-results__option[aria-selected] {
  background: #059692;
  color: white;
  padding-left: 12px;
  padding: 10px 12px;
}

#select2-online_quote-results .select2-results__option--highlighted[aria-selected] {
  background-color: #04706d;
}

.page-user-login #content-header {
  padding-top: 10.5rem;
}

.page-user-login #content-area {
  margin-left: -15px;
  margin-right: -15px;
}

.page-user-login #user-login {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  left: 25%;
}

.page-user-login #user-login label {
  display: block;
  color: #465560;
  font-size: 1rem;
  line-height: 2;
}

.page-user-login #user-login input {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 1rem;
  color: #465560;
  border: 1px solid #939a90;
  width: 100%;
  margin-bottom: 30px;
}

.page-user-login #user-login input:focus {
  border-color: #6facde;
}

.page-user-login #user-login input.webform-submit {
  float: right;
  margin-right: 15px;
  width: 24%;
  background: #ed7800;
  border: transparent;
  color: white;
}

.page-user-login #user-login input.webform-submit:hover,
.page-user-login #user-login input.webform-submit:focus {
  background: #ba5d00;
}

@media only screen and (max-width: 767px) {
  .page-user-login #user-login input.webform-submit {
    width: 50%;
  }
}

.page-user-login #user-login .description {
  display: none;
}

.page-user-login #user-login .form-actions {
  width: 200px;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .box h3.expert-expertise {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .box .talk-to-me-about ul {
    margin-bottom: 10px;
  }
}

.box .talk-to-me-about ul li {
  padding: 3px 0 3px 10px;
  position: relative;
}

.box .talk-to-me-about ul li:before {
  content: '.';
  position: absolute;
  left: 0px;
  top: 0px;
}

#header.microsite-header .utilities-nav {
  height: 80px;
}

#header.microsite-header .utilities-nav p {
  display: none;
}

#header.microsite-header .utilities-nav .logo .microsite-logo {
  display: block !important;
  width: 245px;
  margin-top: 15px;
  visibility: visible !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header.microsite-header .utilities-nav .logo .microsite-logo {
    margin-top: 10px;
  }
}

#header.microsite-header .utilities-nav .visible-sm {
  display: none !important;
}

#header.microsite-header .utilities-nav ul {
  display: none;
}

@media only screen and (max-width: 767px) {
  #header.microsite-header .utilities-nav {
    display: block !important;
  }
}

#header.microsite-header .btm {
  height: 60px;
}

#header.microsite-header .btm .nav-menu>li a {
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
}

#header.microsite-header .btm .nav-menu>li a:hover {
  background: #6facde;
}

@media only screen and (max-width: 767px) {
  #header.microsite-header .btm {
    top: 0px;
    height: auto;
  }

  #header.microsite-header .btm .nav-menu>li {
    float: none;
  }

  #header.microsite-header .btm .nav-menu>li a {
    font-size: 1rem;
    padding: 0 15px;
    height: 44px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header.microsite-header .btm .nav-menu>li>a {
    font-size: 1rem;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header.microsite-header .btm .nav-menu>li>a {
    font-size: 1.1rem;
  }
}

.microsite #hero-carousel {
  top: 80px;
}

@media only screen and (max-width: 767px) {
  .microsite #hero-carousel {
    top: 0;
  }
}

.microsite .wysiwyg {
  padding: 0 0 30px;
}

.microsite .newsletters span {
  display: block;
}

.microsite .wysiwyg p img {
  margin-right: 15px;
  margin-bottom: 15px;
}

.microsite .views-field-title {
  margin-top: 15px;
}

.microsite .featured h2 {
  margin: 0px 0 40px 0;
}

.microsite .featured .item {
  padding-bottom: 30px;
}

.microsite .featured .item i {
  float: left;
  color: #6facde;
  font-size: 3rem;
  width: 40%;
  text-align: left;
  max-width: 120px;
}

.microsite .featured .item i:before {
  width: auto;
  padding-right: 10px;
  position: relative;
}

.microsite .featured .item i.icon-microsite-whats-covered,
.microsite .featured .item i.icon-microsite-making-a-claim,
.microsite .featured .item i.icon-microsite-downloads-1,
.microsite .featured .item i.icon-talk {
  font-size: 4rem;
}

.microsite .featured .item i.icon-microsite-whats-covered:before,
.microsite .featured .item i.icon-microsite-making-a-claim:before,
.microsite .featured .item i.icon-microsite-downloads-1:before,
.microsite .featured .item i.icon-talk:before {
  top: -4px;
}

.microsite .featured .item .text {
  float: left;
  width: 60%;
}

.microsite .featured .item .text h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 4px;
}

.microsite .featured .item .text p {
  font-size: .95rem;
}

.microsite .featured .item .text a {
  display: block;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  article .tab-content .tab-pane .downloads a {
    line-height: 1.5;
  }

  article .tab-content .tab-pane .downloads span {
    padding-left: 0;
    margin: 5px 0 10px 6px;
  }
}

.microsite-logo {
  display: block;
  text-align: right;
  margin-top: -30px;
  margin-bottom: 10px;
}

.microsite-logo img {
  max-height: 120px;
  width: auto;
  text-align: right;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .microsite-logo {
    text-align: left;
    margin-top: 0;
  }

  .microsite-logo img {
    max-height: 50px;
  }
}

.microsite-share-links {
  display: block;
  position: static !important;
  margin-bottom: 10px;
  text-align: left !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .microsite-share-links span {
    font-size: 1.1rem !important;
  }
}

.page-node-8 .cta-wrap a:first-child {
  display: none;
}

.contact-form-content {
  margin-bottom: 30px;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

div.webform-component--number-of-trips-within-australia-in-the-next-12-months,
div.webform-component--number-of-overseas-trips-in-the-next-12-months {
  clear: left;
}

div.webform-component--number-of-trips-within-australia-in-the-next-12-months .description,
div.webform-component--number-of-overseas-trips-in-the-next-12-months .description {
  padding-top: 10px;
  font-size: .85rem;
}

@media only screen and (max-width: 767px) {
  .get-a-quote-sidebar.on-payment-page a.visible-xs {
    display: inline !important;
  }
}

.payment-accordion {
  width: 100%;
}

.payment-accordion>p a {
  text-decoration: underline;
}

.payment-accordion>ul {
  margin-bottom: 20px;
}

.payment-accordion>ul li {
  margin-bottom: 6px;
}

.payment-accordion>ul li>h2 {
  position: relative;
}

.payment-accordion>ul li>h2:after {
  content: '\e81a';
  font-family: 'ajg';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.payment-accordion>ul li>h2 a {
  padding: 10px 50px 10px 14px;
  background-color: #e8f1f7;
  font-size: 1.2rem;
  display: inline-block;
  width: 100%;
}

.payment-accordion>ul li ul {
  display: none;
  border: 2px solid #e8f1f7;
  margin-top: 4px;
  padding: 10px 20px;
}

.payment-accordion>ul li ul li {
  font-size: 1rem;
  padding: 5px 10px;
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
}

.payment-accordion>ul li ul li:before {
  content: "•";
  font-size: .8rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.payment-accordion>ul li ul li a {
  text-decoration: underline;
}

.payment-accordion>ul li.open h2:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/*# sourceMappingURL=main.css.map */

/* Additions - Windsorborn */

.home-intro{
  padding: 170px 20px 100px 20px;
  margin-left: -100%;
  margin-right: -100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.home-intro-inner{
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 20px;
  color: white;
  position: relative;
  z-index: 2;
}

.home-intro-inner h2 {
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  color: white;
}

.home-intro-inner h1 {
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  color: white;
}

.home-intro-inner a {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  background: #DE7D44;
  padding: 15px 25px;
}

.home-intro-inner a:hover {
  color: white;
}

.home-intro p{
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
  font-family: "Gotham",sans-serif;
}

.home-main-cta h4, .home-main-cta h3{
  text-align: center;
}

.home-main-cta h4{
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}

.home-main-cta h3{
  margin-bottom: 30px;
}

.home-main-cta.advisor-search{
  padding: 0px 10px;
}

@media only screen and (min-width: 768px) {
  .home-main-cta.advisor-search{
    padding: 60px 20px 20px 20px;
  }
}

.home-main-cta.advisor-search .tab-content{
  padding: 20px 0px;
}

.home-main-cta.advisor-search .tab-pane::before{
  display: none;
}

.home-main-cta.advisor-search .nav-tabs{
  text-align: center;
  padding-top: 0;
}

.home-main-cta.advisor-search .nav-tabs li{
  width: auto;
  float: none;
  display: inline-block;
}

.home-branch-text{
  font-size: 1.4rem;
  text-align: center;
}

.home-business-cta{
  padding: 40px 0px;
  border-bottom: 1px solid #e8f1f7;
}

.home-other-cta {
  border-right: 1px solid #E0E0E0;
  text-align: center;
  margin: 30px 0px;
  padding: 30px 0px;
}

.home-other-cta:first-child h3 {
  font-weight: bold;
}

.home-other-cta:first-child .cta-url .btn.is-large {
  background: #6FACDE;
  border: 1px solid #6FACDE;
  color: #ffffff;
}

.home-other-cta:first-child .cta-url .btn.is-large:hover {
  color: #00263e;
}

.home-other-cta:last-child {
  border-right: none;
}

.home-other-cta img {
  width: 20%;
}

.cta-row-section {
  margin-right: -100%;
  margin-left: -100%;
  background: #F8F8F8;
  z-index: 10;
  position: relative;
  display: grid;
  overflow-x: hidden;
}

.cta-row {
  margin: auto;
  padding: 0 35%;
}

.cta-url .btn.is-large {
  background: transparent;
  border: 1px solid #6FACDE;
  color: #6FACDE;
  font-weight: bold;
  font-size: 16px;
}

.cta-url .btn.is-large:hover {
  color: #00263e;
}

#header .utilities-nav #phone a{
  font-weight: bold;
}

#header .utilities-nav #phone:hover,
#header .utilities-nav #phone a:hover {
  text-decoration: none;
  font-weight: bold;
}

h3.expert-expertise {
  color: #000000;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  .home-business-cta{
    padding: 10px 0px 20px 0px;
  }

  .home-other-cta{
    border-bottom: 1px solid #e8f1f7;
    padding: 30px 0px;
    border-right: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cta-row-section {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .cta-row {
    padding: 0;
  }
}

.home-other-cta h3{
  font-size: 28px;
  margin-bottom: 30px;
  padding: 2% 8%;
  font-family: "Gotham",sans-serif;
  font-weight: normal;
}

.btn.is-large{
  display: inline-block;
  font-weight: bold;
  padding: 15px 30px;
  height: auto;
  line-height: 18px;
  font-size: 18px;
}

.home-breakout{
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 3%;
  padding-bottom: 5%;
}

@media only screen and (min-width: 540px) {
  .home-breakout{
    margin-left: -100%;
    margin-right: -100%;
  }
}

.home-breakout .item{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 15px 40px 15px;
  font-size: 26px;
  line-height: 39px;
}

.industries-list-header{
  padding-top: 75px;
}

.industries-list-header p{
  margin-bottom: 15px;
}

.industries-list-header .row > div a{
  color: #6facde;
  border-bottom: 1px solid #6facde;
}

.industries-list{
  padding: 40px 20px;
}

.industries-list li{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.industries-list a{
  border-bottom: 1px solid #465560;
  font-size: 18px;
  line-height: 18px;
}

.filter-input-wrap{
  background: #e8f1f7;
  padding: 20px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .filter-input-wrap{
    padding: 30px;
    margin-left: -100%;
    margin-right: -100%;
  }
  .industries-list-header{
    padding-top: 125px;
  }
}

.filter-input{
  max-width: 540px;
  margin: 0 auto;
}

.filter-input-field{
  padding: 15px;
  width: 100%;
  border: 2px solid #bbd6e9;
  background: white;
}

@media only screen and (min-width: 540px) {
  .industries-list{
    columns: 2;
    column-gap: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .industries-list{
    columns: 3;
    column-gap: 40px;
  }
}

/*Hero header*/
header.home-intro.mobile,
.carousel-inner .item.mobile {
  display: none;
}

.home-intro .right p,
.home-intro .right h2 {
  text-align: right;
}

.home-intro .left p,
.home-intro .left h2 {
  text-align: left;
}

.home-intro .right,
.home-intro .left{
  width: 40%;
}

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

  #homepage .home-intro{
	background-size: cover;
  }
  
  header.home-intro.mobile,
  .carousel-inner .item.mobile{
    display: block;
  }
  header.home-intro.desktop,
  .carousel-inner .item.desktop {
    display: none;
  }

  .home-intro .right,
  .home-intro .left{
    width: 100%;
  }
}


