/*http: //stackoverflow.com/questions/16704243/widths-to-use-in-media-queries*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,300i,700");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/*CSS RESETS (http://meyerweb.com/eric/tools/css/reset/)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  vertical-align: baseline;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul {
  list-style: none; }

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details,
figcaption, figure, footer, header, main,
menu, nav, section, summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Remove Highlighting in Chrome */
*:focus {
  outline: none; }

/* Normalize address font style */
address {
  font-style: normal; }

.text_stylings {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .text_stylings.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 641px) {
      .text_stylings.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; } }
    .text_stylings.row .col {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 10px; }
    .text_stylings.row .col-2 {
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .text_stylings .text-left {
    text-align: left; }
  .text_stylings .text-right {
    text-align: right; }
  .text_stylings h1, .text_stylings h2, .text_stylings h3, .text_stylings h4, .text_stylings h5, .text_stylings h6 {
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 8px;
    color: #0e4d8b;
    text-align: left;
    text-transform: none; }
    @media (min-width: 1025px) {
      .text_stylings h1, .text_stylings h2, .text_stylings h3, .text_stylings h4, .text_stylings h5, .text_stylings h6 {
        font-size: 1.5em; } }
    @media (min-width: 1441px) {
      .text_stylings h1, .text_stylings h2, .text_stylings h3, .text_stylings h4, .text_stylings h5, .text_stylings h6 {
        font-size: 1.75em; } }
    .text_stylings h1 span, .text_stylings h2 span, .text_stylings h3 span, .text_stylings h4 span, .text_stylings h5 span, .text_stylings h6 span {
      color: black;
      font-size: 12px;
      font-weight: 300; }
  .text_stylings p {
    font-size: 0.85em;
    line-height: 1.65em; }
    @media (min-width: 1025px) {
      .text_stylings p {
        font-size: 1em; } }
    @media (min-width: 1681px) {
      .text_stylings p {
        font-size: 1.15em; } }
  .text_stylings span {
    font-size: 1em !important; }
  .text_stylings ul {
    list-style-type: none;
    margin-bottom: 16px;
    font-size: 0.85em;
    line-height: 1.45em; }
    @media (min-width: 1025px) {
      .text_stylings ul {
        font-size: 1em; } }
    @media (min-width: 1281px) {
      .text_stylings ul {
        margin-bottom: 24px; }
        .text_stylings ul li {
          padding-bottom: 8px; } }
    @media (min-width: 1681px) {
      .text_stylings ul {
        font-size: 1.15em; } }
    .text_stylings ul li {
      padding-left: 16px;
      position: relative; }
      .text_stylings ul li:before {
        content: '\2022';
        font-size: 30px;
        display: block;
        position: absolute;
        color: #0e4d8b;
        left: 0; }
  .text_stylings table {
    margin-bottom: 24px;
    text-align: left;
    border-collapse: collapse;
    width: 100%; }
    .text_stylings table th, .text_stylings table .table_head {
      text-transform: uppercase;
      color: #0e4d8b;
      font-size: 16px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 600; }
    .text_stylings table th, .text_stylings table td {
      border-bottom: 1px solid #ec3427; }
    .text_stylings table td {
      padding: 8px 0;
      font-size: 16px; }
      .text_stylings table td strong {
        font-weight: 600; }
    .text_stylings table tr:last-child td {
      border: 0; }
    .text_stylings table.table--subtle td, .text_stylings table.table--subtle th {
      border: 0; }
    .text_stylings table.table--subtle th {
      font-family: "Roboto", sans-serif;
      text-transform: none;
      color: black;
      padding-right: 16px; }
  .text_stylings img, .text_stylings blockquote {
    margin-bottom: 24px; }
  .text_stylings blockquote {
    max-width: 720px;
    color: #0e4d8b;
    font-style: italic;
    font-weight: 300;
    line-height: 1.7em;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-left: 30px; }
    @media (min-width: 1281px) {
      .text_stylings blockquote {
        margin-top: 64px;
        margin-bottom: 56px; } }
    .text_stylings blockquote:before {
      content: '';
      background-image: url("../img/quote.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-size: contain;
      height: 60px;
      width: 90px;
      position: absolute;
      top: -15px;
      left: 0px; }
      @media (min-width: 961px) {
        .text_stylings blockquote:before {
          left: -30px;
          height: 90px;
          width: 135px; } }

.responsive_table table thead {
  display: none; }
  @media (min-width: 961px) {
    .responsive_table table thead {
      display: table-header-group; } }

.responsive_table table tr {
  display: block;
  border-bottom: 1px solid #ec3427; }
  @media (min-width: 961px) {
    .responsive_table table tr {
      display: table-row;
      border: 0; } }

.responsive_table table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0; }
  @media (min-width: 961px) {
    .responsive_table table td {
      border-bottom: 1px solid #ec3427;
      display: table-cell; } }
  .responsive_table table td a {
    word-wrap: break-word; }
  .responsive_table table td .table_head {
    max-width: 100px; }
    @media (min-width: 961px) {
      .responsive_table table td .table_head {
        display: none; } }
  .responsive_table table td * {
    width: calc(100% - 100px); }
    @media (min-width: 961px) {
      .responsive_table table td * {
        width: auto; } }

html {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background: #4f4f4f;
  font-size: 1em;
  line-height: 1.6em; }
  @media (min-width: 961px) {
    html {
      font-size: 1.1em; } }
  @media (min-width: 1025px) {
    html {
      line-height: 1.8em;
      font-size: 1em; } }

p {
  max-width: 960px;
  margin: auto;
  margin-bottom: 24px;
  line-height: 1.25em; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }

a {
  text-decoration: none;
  color: #0e4d8b;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  a:hover {
    color: #ec3427; }

.initial_link a {
  color: initial; }
  .initial_link a:hover {
    color: #ec3427; }

em, i {
  font-style: normal; }

hr {
  height: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #ec3427;
  margin: 12px 0; }

img {
  border: none;
  display: block;
  max-width: 100%; }

/* Font Size 30px */
h1 {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.75em; }

h2 {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #0e4d8b;
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase; }
  h2 small {
    display: block;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 400;
    color: black;
    text-transform: none; }
    @media (min-width: 641px) {
      h2 small {
        letter-spacing: 1px; } }
    @media (min-width: 1025px) {
      h2 small {
        font-size: 1.5em;
        /*font-weight: 700;*/ } }
    @media (min-width: 1441px) {
      h2 small {
        font-size: 1.75em; } }
  @media (min-width: 641px) {
    h2 {
      font-size: 2em;
      margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: 2.4em;
      margin-bottom: 40px; } }
  @media (min-width: 1921px) {
    h2 {
      font-size: 3.6em;
      margin-bottom: 48px; } }

/* Font Size 18px */
h3, .h3 {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em; }

h4 {
  font-weight: 400;
  font-weight: 700;
  margin: 12px 0;
  font-size: 1.25em; }

p.subTitle {
  display: block;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  color: #0e4d8b;
  text-transform: none; }
  @media (min-width: 641px) {
    p.subTitle {
      letter-spacing: 1px; } }
  @media (min-width: 1025px) {
    p.subTitle {
      font-size: 1.5em;
      /*font-weight: 700;*/ } }
  @media (min-width: 1441px) {
    p.subTitle {
      font-size: 1.75em; } }

.services-c ul li a span, .quote_block p, .blog_content blockquote, .faq_cat_list ul {
  font-size: 1.25em; }

/* Font Size 14px */
.footer-top ul, .footer-bottom, .smallP, p.smallP_mob, .smallP_mob p, .smallP_mob ul, .faq_list .accordion_head {
  font-size: 0.85em;
  line-height: 1.45em; }

/*Font Size 10px*/
.breadcrumb {
  font-size: 0.65em; }

/*641px and above*/
@media (min-width: 641px) {
  /*Font Size 16px*/
  footer h4 {
    font-size: 1em; } }

/*1025px and above*/
@media (min-width: 1025px) {
  /*Font Size 60px*/
  h1 {
    font-size: 3.75em; }
  /*Font Size 38px*/
  h2 {
    font-size: 2.4em; }
  /*Font Size 24px*/
  h3, h4, .h3, .services-c ul li a span, .blog_content blockquote {
    font-size: 1.5em; }
  h3.medP_desk {
    font-size: 1.25em !important; }
  /*Font Size 16px*/
  .footer-top ul, .footer-bottom,
  p.smallP_mob, .smallP_mob p, .smallP_mob ul,
  .faq_list .accordion_head {
    font-size: 1em; } }

/*1281px and above*/
@media (min-width: 1281px) {
  /*Font Size 56px*/
  h2 {
    font-size: 3.5em; }
  /*Font Size 20px*/
  footer h4, .footer-top ul,
  .medP_desk p, p.medP_desk, .faq_list .accordion_head,
  .tab_content strong, .tab_content span, .team_list .card-header p, .job_opportunities_c table {
    font-size: 1.25em; }
  /*Font Size 16px*/
  .footer-top address ul {
    font-size: 1em; } }

/*1441px and above*/
@media (min-width: 1441px) {
  /*Font Size 72px*/
  h1 {
    font-size: 4.5em; }
  /*Font Size 59px*/
  h2 {
    font-size: 3.7em; }
  /*Font Size 30px*/
  h3, h4, .h3, .services-c ul li a span, .blog_content blockquote {
    font-size: 1.75em; } }

/*1681px and above*/
@media (min-width: 1681px) {
  /*Font Size 100px*/
  h1 {
    font-size: 6.25em; }
  /*Font Size 64px*/
  h2 {
    font-size: 4em; }
  /*Font Size 16px*/
  .employee_login-form .form_notes .smallP_mob p, .employee_login-form .error p, #exec_team_ajax .text_stylings p:not(.italic), .stock-section p {
    font-size: 1em; }
  /*Font Size 18px*/
  p, p.smallP_mob, .smallP_mob p, .smallP_mob ul {
    font-size: 1.15em; }
  /*Font Size 20px*/
  .medP_desk p, p.medP_desk, .team_list .card-header p, .medP_desk label, .medP_desk .selectBox, .medP_desk input[type=text] {
    font-size: 1.25em; } }

h5 {
  font-weight: 500; }

h6 {
  font-weight: 300; }

b, strong, p.bold, .bold {
  font-weight: bold; }

.condensed, p.subTitle {
  font-family: "Roboto Condensed", sans-serif; }

.italic, .quote_block {
  font-style: italic; }

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

.textCaps {
  text-transform: capitalize; }

button {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.full_button button {
  width: 100%; }
  @media (min-width: 961px) {
    .full_button button {
      width: auto; } }

.button-red a, a.button-red, .button-red-2 a, a.button-red-2, .red-box {
  display: block;
  background: #ec3427;
  padding: 10px 18px 8px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.85em;
  border: 3px solid #ec3427;
  margin-bottom: 12px;
  -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
  transition: border-color 0.5s ease, background-color 0.5s ease; }
  @media (max-width: 1225px) {
    .button-red-2{
      display: block!important;
    }}
  @media (min-width: 641px) {
    .button-red a, a.button-red, .red-box {
      padding: 12px 20px; 
      margin-bottom: 12px;
      /* display: block!important; */
    } }
  @media (min-width: 1025px) {
    .button-red a, a.button-red, .red-box {
      padding: 14px 24px; } }
  @media (min-width: 1441px) {
    .button-red a, a.button-red, .red-box {
      padding: 16px 36px;
      font-size: 1.25em; } }
  @media (min-width: 1681px) {
    .button-red a, a.button-red, .red-box {
      font-size: 1.5em; } }
  @media (min-width: 1921px) {
    .button-red a, a.button-red, .red-box {
      padding: 18px 42px; } }
  .button-red a:hover, .button-red a.active, a.button-red:hover, a.button-red.active, .red-box:hover, .red-box.active {
    background-color: #b71b10;
    border-color: #b71b10; }

.button-blue a, a.button-blue {
  display: block;
  background: #0e4d8b;
  padding: 10px 18px 8px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.85em;
  border: 3px solid #0e4d8b;
  -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
  transition: border-color 0.5s ease, background-color 0.5s ease; }
  @media (min-width: 641px) {
    .button-blue a, a.button-blue {
      padding: 12px 20px; } }
  @media (min-width: 1025px) {
    .button-blue a, a.button-blue {
      padding: 14px 24px; } }
  @media (min-width: 1441px) {
    .button-blue a, a.button-blue {
      padding: 16px 36px;
      font-size: 1.25em; } }
  @media (min-width: 1681px) {
    .button-blue a, a.button-blue {
      font-size: 1.5em; } }
  @media (min-width: 1921px) {
    .button-blue a, a.button-blue {
      padding: 18px 42px; } }
  .button-blue a:hover, .button-blue a.active, a.button-blue:hover, a.button-blue.active {
    background-color: #072646;
    border-color: #072646; }

a.button-red, a.button-blue, a.button-red-2 {
  display: inline-block; }

.display_tablet {
  display: none; }
  @media (min-width: 641px) {
    .display_tablet {
      display: block; } }

.cirImg {
  border-radius: 50%; }

input, select, textarea {
  border: none;
  border-radius: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

.noMarg {
  margin: 0; }

.maxW480 form {
  max-width: 480px; }

.maxW300 {
  max-width: 300px; }

.fade_content > * {
  opacity: 0;
  -webkit-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s; }
  .fade_content > *.animate_in {
    opacity: 1;
    -webkit-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s; }

.pop_in,
.blog_content.fade_content blockquote {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s; }

.animate_in .pop_in, .animate_in.pop_in,
.blog_content.fade_content blockquote.animate_in {
  -webkit-transform: scale(1);
          transform: scale(1); }

.blog-slider-c {
  margin: auto; }
  @media (min-width: 1025px) {
    .blog-slider-c .slick-track {
      padding: 40px 0; } }
  .blog-slider-c .slick-slide {
    padding: 0 20px;
    width: 50vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; }
    .blog-slider-c .slick-slide.slick-active {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s; }
  .blog-slider-c .slider article {
    background: white;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 1025px) {
      .blog-slider-c .slider article {
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        positon: relative;
        z-index: 1; }
        .blog-slider-c .slider article:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          z-index: 2; } }
    .blog-slider-c .slider article img {
      width: 100%;
      display: block; }
    .blog-slider-c .slider article h4 {
      color: #0e4d8b;
      font-family: "Roboto Condensed", sans-serif;
      padding: 12px;
      border: 1px solid #ededed;
      margin: 0;
      font-weight: 700; }
    @media (min-width: 1025px) {
      .blog-slider-c .slider article h4 {
        letter-spacing: 1px;
        padding: 20px; } }
    @media (min-width: 1681px) {
      .blog-slider-c .slider article p {
        font-size: 1em; } }
    @media (min-width: 1921px) {
      .blog-slider-c .slider article h4 {
        padding: 24px; } }
    .blog-slider-c .slider article .fillImg {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 300px; }
      @media (min-width: 961px) {
        .blog-slider-c .slider article .fillImg {
          height: 400px; } }
      @media (min-width: 1281px) {
        .blog-slider-c .slider article .fillImg {
          height: 450px; } }
      @media (min-width: 1441px) {
        .blog-slider-c .slider article .fillImg {
          height: 500px; } }
      @media (min-width: 1681px) {
        .blog-slider-c .slider article .fillImg {
          height: 650px; } }
      .blog-slider-c .slider article .fillImg img {
        display: none; }
  .blog-slider-c .slider-controls {
    position: relative;
    margin-top: 6px; }
  @media (min-width: 1025px) {
    .blog-slider-c {
      padding-top: 24px; }
      .blog-slider-c .slider-controls {
        margin-top: 24px; }
        .blog-slider-c .slider-controls .slick-prev {
          left: auto;
          right: 60px; } }
  @media (min-width: 1921px) {
    .blog-slider-c .slider-controls {
      margin-top: 18px; }
      .blog-slider-c .slider-controls .slick-prev {
        right: 80px; } }

.search-everything-highlight-color {
  background-color: transparent !important; }

@media (min-width: 961px) {
  .search_results .introBlock {
    padding-bottom: 32px; } }

.search_results .introBlock h2, .search_results .introBlock p {
  text-align: left; }

.search_results .introBlock p {
  margin: 0;
  font-weight: 400;
  color: #0e4d8b; }
  .search_results .introBlock p span {
    color: #ec3427;
    text-transform: uppercase;
    font-weight: 500; }

.search_results .search_results_filters .mobile_filters {
  max-width: 400px;
  margin-top: 16px;
  border-bottom: 1px solid #ec3427;
  position: relative; }
  .search_results .search_results_filters .mobile_filters select, .search_results .search_results_filters .mobile_filters .selectBox {
    padding: 12px;
    width: 100%;
    background-color: #ededed;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
    .search_results .search_results_filters .mobile_filters select:-moz-focusring, .search_results .search_results_filters .mobile_filters .selectBox:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 black; }
    .search_results .search_results_filters .mobile_filters select .sod_list_wrapper, .search_results .search_results_filters .mobile_filters .selectBox .sod_list_wrapper {
      background-color: #ededed;
      border: 1px solid #ededed; }
  .search_results .search_results_filters .mobile_filters::after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    width: 0;
    height: 0;
    border-top: 7px solid #ec3427;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    pointer-events: none; }
  @media (min-width: 961px) {
    .search_results .search_results_filters .mobile_filters {
      display: none; } }

.search_results .search_results_filters .desk_filters {
  display: none; }
  @media (min-width: 961px) {
    .search_results .search_results_filters .desk_filters {
      display: block; } }
  .search_results .search_results_filters .desk_filters a {
    display: inline-block;
    margin-right: 16px;
    margin-top: 16px;
    padding: 8px 16px;
    border: 1px solid #0e4d8b;
    text-transform: uppercase;
    color: #0e4d8b;
    line-height: 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .search_results .search_results_filters .desk_filters a:hover, .search_results .search_results_filters .desk_filters a.active {
      background-color: #ec3427;
      color: white;
      border-color: #ec3427; }
      .search_results .search_results_filters .desk_filters a:hover svg, .search_results .search_results_filters .desk_filters a.active svg {
        fill: white; }
    .search_results .search_results_filters .desk_filters a[data-type=all] {
      padding-top: 10px; }
    .search_results .search_results_filters .desk_filters a svg {
      height: 16px;
      width: 16px;
      fill: #0e4d8b;
      margin-right: 8px;
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s; }

.search_results .search_results_controls.top_controls .view_types .per_page {
  margin: 0; }

.search_results .search_results_list {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 0; }
  .search_results .search_results_list .search-everything-highlight-color {
    font-weight: 700;
    color: black; }
  .search_results .search_results_list .search_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    color: #8f8f8f;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .search_results .search_results_list .search_card a:hover {
      color: #0e4d8b; }
    @media (min-width: 1281px) {
      .search_results .search_results_list .search_card a {
        padding: 32px 0; } }
  .search_results .search_results_list .search_card + .search_card {
    border-top: 1px solid #ec3427; }
  .search_results .search_results_list .search_card .icon {
    background-color: #ec3427;
    height: 38px;
    width: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    margin-right: 32px;
    position: relative; }
    .search_results .search_results_list .search_card .icon svg {
      height: 16px;
      width: 16px;
      fill: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .search_results .search_results_list .search_card p {
    margin: 0; }
  .search_results .search_results_list .search_card .excerpt > *:last-child:after {
    content: '...'; }

.search_results .noResults {
  text-align: left;
  max-width: 1400px;
  margin: 0 auto; }
  .search_results .noResults p {
    margin-bottom: 16px; }
  .search_results .noResults form {
    max-width: 960px; }
    @media (min-width: 641px) {
      .search_results .noResults form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 641px) {
      .search_results .noResults form input:not([type="submit"]) {
        margin-right: 8px;
        margin-bottom: 0;
        width: calc(100% - 127px);
        max-width: 700px; } }
    @media (min-width: 1025px) {
      .search_results .noResults form input:not([type="submit"]) {
        padding: 10px 24px; } }
    @media (min-width: 1441px) {
      .search_results .noResults form input:not([type="submit"]) {
        font-size: 1.25em;
        padding: 16px 24px;
        margin-right: 16px; } }
    @media (min-width: 1681px) {
      .search_results .noResults form input:not([type="submit"]) {
        font-size: 1.5em; } }
    @media (min-width: 1921px) {
      .search_results .noResults form input:not([type="submit"]) {
        padding: 18px 24px; } }
    .search_results .noResults form input[type=submit] {
      background-color: #0e4d8b;
      border: 0; }
      .search_results .noResults form input[type=submit]:hover {
        background-color: #ec3427; }
      @media (min-width: 641px) {
        .search_results .noResults form input[type=submit] {
          margin-top: 0;
          width: auto; } }

.accordion .accordion_body {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }

.accordion.active .accordion_body {
  max-height: 1000px;
  overflow: auto; }

.accordion--default {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative; }
  .accordion--default svg {
    width: 20px;
    height: 20px;
    pointer-events: none;
    fill: #ec3427;
    position: absolute;
    top: 17px;
    left: 15px;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
  .accordion--default .accordion_head {
    color: #0e4d8b;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 60px;
    cursor: pointer; }
  .accordion--default .accordion_body {
    border-bottom: 1px solid #ec3427;
    padding: 0 20px; }
    .accordion--default .accordion_body .accordion_padding {
      padding: 20px 0; }
  .accordion--default.active svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
  .accordion--default.active .accordion_body {
    border-bottom: 1px solid #f48c85; }

.breadcrumb-c {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 12px;
  position: absolute;
  bottom: 0;
  font-weight: 300;
  z-index: 1; }
  @media (min-width: 1025px) {
    .breadcrumb-c {
      position: relative; } }
  .breadcrumb-c ul {
    font-size: 0.65em;
    line-height: 1.25em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (min-width: 1025px) {
      .breadcrumb-c ul {
        font-size: 1em; } }
    @media (min-width: 1921px) {
      .breadcrumb-c ul {
        font-size: 1.25em; } }
    .breadcrumb-c ul li {
      display: inline-block;
      color: white; }
      .breadcrumb-c ul li a {
        color: inherit;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .breadcrumb-c ul li a:hover {
          opacity: 0.5; }
      .breadcrumb-c ul li + li::before {
        content: '\003e';
        color: white;
        padding: 0 8px 0 4px; }

.bullet_points ul {
  list-style-type: none;
  margin-bottom: 16px; }
  @media (min-width: 1281px) {
    .bullet_points ul {
      margin-bottom: 24px; } }
  .bullet_points ul li {
    padding-left: 16px;
    position: relative; }
    .bullet_points ul li:before {
      content: '\2022';
      font-size: 30px;
      display: block;
      position: absolute;
      color: #0e4d8b;
      left: 0; }

.card-list-c {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 24px; }
  @media (min-width: 641px) {
    .card-list-c {
      margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .card-list-c {
      margin-bottom: 40px; } }
  @media (min-width: 1921px) {
    .card-list-c {
      margin-bottom: 48px; } }

.card-list-c .card + .card {
  border-top: 1px solid #ec3427; }

.card-list-c .card-header {
  padding: 10px 0;
  line-height: 1.4em; }
  @media (min-width: 641px) {
    .card-list-c .card-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1025px) {
    .card-list-c .card-header {
      padding: 16px 0; } }
  .card-list-c .card-header strong {
    padding-right: 12px;
    display: block; }
    @media (min-width: 641px) {
      .card-list-c .card-header strong {
        width: 50%; } }
  .card-list-c .card-header span {
    padding-right: 12px;
    display: block;
    margin-bottom: 8px; }
    @media (min-width: 641px) {
      .card-list-c .card-header span {
        width: 50%; } }
  .card-list-c .card-header button {
    width: 100%; }
    @media (min-width: 641px) {
      .card-list-c .card-header button {
        width: auto; } }

.card-list-c .card-text {
  padding: 0 0 16px; }
  @media (min-width: 641px) {
    .card-list-c .card-text.hasFeat {
      padding-left: 101px;
      padding-right: 16px; } }

html.js-enabled .card-list-c .card-text {
  display: none;
  line-height: 1.7em; }

/*Team List View - based off of Card list*/
.team_list {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0.95em;
  margin-bottom: 24px; }
  @media (min-width: 641px) {
    .team_list {
      margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .team_list {
      margin-bottom: 40px; } }
  @media (min-width: 1921px) {
    .team_list {
      margin-bottom: 48px; } }
  @media (min-width: 1025px) {
    .team_list {
      padding-top: 24px; } }
  .team_list .card-header {
    padding: 16px 0;
    line-height: 1.4em; }
    @media (min-width: 641px) {
      .team_list .card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .team_list .card-header .card-haeder-left {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 961px) {
        .team_list .card-header .card-haeder-left {
          width: 80%; } }
    .team_list .card-header .imageArea {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: inline-block;
      height: 85px;
      width: 85px;
      margin-right: 16px; }
    .team_list .card-header .textArea {
      margin-top: 16px;
      width: calc(100% - 101px);
      vertical-align: top;
      display: inline-block; }
    .team_list .card-header h3 {
      color: #0e4d8b;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 641px) {
        .team_list .card-header h3 {
          margin-bottom: 16px; } }
    .team_list .card-header p {
      font-style: italic; }
    .team_list .card-header .button-red {
      margin-top: 16px; }
      @media (min-width: 961px) {
        .team_list .card-header .button-red {
          margin-top: 0; } }
  .team_list .btn_area {
    border-top: 1px solid #ec3427; }
    @media (min-width: 641px) {
      .team_list .btn_area {
        text-align: right; } }
    .team_list .btn_area .button-red {
      width: 100%;
      margin-top: 16px; }
      @media (min-width: 641px) {
        .team_list .btn_area .button-red {
          width: auto;
          margin-top: 32px; } }

#expert-chat-c, #employee_login-c {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 2000;
  pointer-events: none; }
  #expert-chat-c .expert-modal, #expert-chat-c .employee_login-modal, #employee_login-c .expert-modal, #employee_login-c .employee_login-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
            transform: translate(-50%, -50%) scale(0.95);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.1);
    background: white;
    width: 100%;
    max-width: 960px; }
    @media (min-width: 961px) {
      #expert-chat-c .expert-modal, #expert-chat-c .employee_login-modal, #employee_login-c .expert-modal, #employee_login-c .employee_login-modal {
        max-height: 90vh; } }
    #expert-chat-c .expert-modal .expert-modal-inner, #expert-chat-c .expert-modal .employee_login-modal-inner, #expert-chat-c .employee_login-modal .expert-modal-inner, #expert-chat-c .employee_login-modal .employee_login-modal-inner, #employee_login-c .expert-modal .expert-modal-inner, #employee_login-c .expert-modal .employee_login-modal-inner, #employee_login-c .employee_login-modal .expert-modal-inner, #employee_login-c .employee_login-modal .employee_login-modal-inner {
      padding: 5%; }
      #expert-chat-c .expert-modal .expert-modal-inner:after, #expert-chat-c .expert-modal .employee_login-modal-inner:after, #expert-chat-c .employee_login-modal .expert-modal-inner:after, #expert-chat-c .employee_login-modal .employee_login-modal-inner:after, #employee_login-c .expert-modal .expert-modal-inner:after, #employee_login-c .expert-modal .employee_login-modal-inner:after, #employee_login-c .employee_login-modal .expert-modal-inner:after, #employee_login-c .employee_login-modal .employee_login-modal-inner:after {
        clear: both;
        content: " ";
        display: table; }
    #expert-chat-c .expert-modal .nf-response-msg, #expert-chat-c .employee_login-modal .nf-response-msg, #employee_login-c .expert-modal .nf-response-msg, #employee_login-c .employee_login-modal .nf-response-msg {
      text-align: center; }
  #expert-chat-c h2, #employee_login-c h2 {
    text-align: center;
    width: 100%; }
  #expert-chat-c label, #employee_login-c label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700; }
  #expert-chat-c .close, #employee_login-c .close {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    padding-top: 40px;
    overflow: hidden;
    font-family: "Roboto", sans-serif; }
    #expert-chat-c .close::before, #employee_login-c .close::before {
      content: '\00d7';
      position: absolute;
      top: 0;
      right: 0;
      font-size: 40px;
      height: 40px;
      width: 40px;
      color: #ec3427;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
      text-align: center;
      line-height: 40px; }
    @media (min-width: 1025px) {
      #expert-chat-c .close, #employee_login-c .close {
        right: 24px;
        top: 20px; } }
  #expert-chat-c select, #expert-chat-c .selectBox, #employee_login-c select, #employee_login-c .selectBox {
    padding: 0 12px;
    width: 100%;
    background-color: #ededed; }
    #expert-chat-c select:-moz-focusring, #expert-chat-c .selectBox:-moz-focusring, #employee_login-c select:-moz-focusring, #employee_login-c .selectBox:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 black; }
    #expert-chat-c select::after, #expert-chat-c .selectBox::after, #employee_login-c select::after, #employee_login-c .selectBox::after {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 16px;
      width: 15px;
      height: 15px;
      background-image: url(../img/down-chevron.svg);
      pointer-events: none; }
    #expert-chat-c select .sod_list_wrapper, #expert-chat-c .selectBox .sod_list_wrapper, #employee_login-c select .sod_list_wrapper, #employee_login-c .selectBox .sod_list_wrapper {
      background-color: #ededed;
      border: 1px solid #ededed;
      padding: 0 12px 12px; }
    #expert-chat-c select .sod_label, #expert-chat-c .selectBox .sod_label, #employee_login-c select .sod_label, #employee_login-c .selectBox .sod_label {
      padding-top: 0; }
    #expert-chat-c select .sod_option, #expert-chat-c .selectBox .sod_option, #employee_login-c select .sod_option, #employee_login-c .selectBox .sod_option {
      padding-bottom: 0; }
  #expert-chat-c .alert-success, #employee_login-c .alert-success {
    border: 0;
    text-shadow: none;
    background-color: transparent;
    color: #0e4d8b;
    text-align: center; }
  @media (min-width: 1025px) {
    #expert-chat-c .expert-modal, #expert-chat-c .employee_login-modal, #employee_login-c .expert-modal, #employee_login-c .employee_login-modal {
      width: 90%; }
    #expert-chat-c h2, #expert-chat-c p.subHead, #employee_login-c h2, #employee_login-c p.subHead {
      margin-bottom: 36px; }
    #expert-chat-c .expert-modal-inner, #employee_login-c .expert-modal-inner {
      padding: 48px; } }

#expert-chat-c .branch_details {
  border-bottom: 1px solid #ec3427;
  padding-bottom: 12px;
  margin-bottom: 16px; }

#expert-chat-c .credit-form {
  margin-bottom: 32px; }
  #expert-chat-c .credit-form a {
    color: #ec3427; }
    #expert-chat-c .credit-form a:hover {
      color: #0e4d8b; }

#expert-chat-c .list-select-wrap {
  margin-bottom: 12px; }

#expert-chat-c p strong {
  color: black;
  display: block; }

#expert-chat-c p span {
  color: #ec3427;
  display: block; }

#expert-chat-c .request_price.hide {
  display: none; }

@media (min-width: 1025px) {
  #employee_login-c h2 {
    margin-bottom: 16px; } }

.employee_login-form, .expert_form {
  text-align: left;
  margin: 0 auto; }
  @media (min-width: 1281px) {
    .employee_login-form, .expert_form {
      width: 60%; } }
  .employee_login-form label, .expert_form label {
    color: black; }

html.expert-chat #expert-chat-c, html.employee_login #employee_login-c {
  opacity: 1;
  visibility: visible;
  pointer-events: initial; }

html.expert-chat #expert-chat-c .expert-modal, html.employee_login #employee_login-c .employee_login-modal {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

.employee_login-modal .employee_confirmation_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }

.employee_login-modal .error, .employee_login-modal .success, .employee_login-modal .action {
  color: #ec3427;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-top: 16px; }

.employee_login-modal .success {
  color: #0e4d8b; }

.employee_login-modal .show_error .error {
  visibility: visible;
  opacity: 1;
  max-height: 600px;
  padding-bottom: 8px; }

.employee_login-modal .show_error label[for=employee_confirmation] {
  color: #ec3427; }

.employee_login-modal .show_action .action {
  visibility: visible;
  opacity: 1;
  max-height: 600px;
  padding-bottom: 8px; }

.employee_login-modal .show_action .selectBox {
  color: #ec3427; }

.employee_login-modal .show_success form, .employee_login-modal .show_success .form_notes {
  display: none; }

.employee_login-modal .show_success .success {
  visibility: visible;
  opacity: 1;
  max-height: 600px; }

.employee_login-modal .page_discloser {
  margin-top: 32px; }

.get-in-touch-c {
  background: #c8c9cb;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    .get-in-touch-c {
      padding-top: 20px;
      padding-right: 5%;
      padding-bottom: 20px;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    .get-in-touch-c {
      padding-top: 30px;
      padding-right: 5%;
      padding-bottom: 30px;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    .get-in-touch-c {
      padding-top: 48px;
      padding-right: 5%;
      padding-bottom: 48px;
      padding-left: 5%; } }
  .get-in-touch-c .dropdown {
    margin: 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    width: 100%;
    max-width: 600px !important;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    max-width: 480px; }
    .get-in-touch-c .dropdown select, .get-in-touch-c .dropdown .selectBox {
      background: white;
      padding: 12px 24px;
      font-style: italic;
      width: 100%;
      height: 100%;
      color: #272525;
      font-size: 1.25em; }
      @media (min-width: 1025px) {
        .get-in-touch-c .dropdown select, .get-in-touch-c .dropdown .selectBox {
          font-size: 1.5em; } }
      @media (min-width: 1441px) {
        .get-in-touch-c .dropdown select, .get-in-touch-c .dropdown .selectBox {
          font-size: 1.75em;
          padding: 16px 24px; } }
      @media (min-width: 1921px) {
        .get-in-touch-c .dropdown select, .get-in-touch-c .dropdown .selectBox {
          padding: 16px 24px; } }
    .get-in-touch-c .dropdown svg {
      position: absolute;
      right: 14px;
      width: 18px;
      height: 20px;
      top: calc(50% - 10px);
      fill: #ec3427;
      pointer-events: none; }
    @media (min-width: 641px) {
      .get-in-touch-c .dropdown {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: unset; } }
    @media (min-width: 1281px) {
      .get-in-touch-c .dropdown select {
        padding-left: 18px; } }
    @media (min-width: 1681px) {
      .get-in-touch-c .dropdown {
        max-width: 900px; }
        .get-in-touch-c .dropdown select {
          font-size: 1.2em;
          padding-left: 24px; }
        .get-in-touch-c .dropdown svg {
          right: 30px;
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); } }
    @media (min-width: 1921px) {
      .get-in-touch-c .dropdown select {
        font-size: 1.6em;
        padding-left: 30px; }
      .get-in-touch-c .dropdown svg {
        right: 36px;
        -webkit-transform: scale(1.6);
                transform: scale(1.6); } }
    .get-in-touch-c .dropdown .sod_label {
      padding: 4px 0; }
    .get-in-touch-c .dropdown .sod_select .sod_list_wrapper {
      display: block;
      padding: 0 24px;
      max-height: 0px;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s;
      overflow: hidden; }
    .get-in-touch-c .dropdown .sod_select.open .sod_list_wrapper {
      max-height: 600px;
      -webkit-transition: max-height 0.7s;
      transition: max-height 0.7s; }
    .get-in-touch-c .dropdown .sod_select.open + svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all ease-in .2s;
      transition: all ease-in .2s; }
  @media (min-width: 641px) {
    .get-in-touch-c {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .get-in-touch-c .get_in_touch_btn {
        background: #0e4d8b;
        width: auto;
        margin: 0;
        padding: 20px 16px 0;
        white-space: nowrap; }
        .get-in-touch-c .get_in_touch_btn h2 {
          color: white;
          font-size: 1em;
          margin: 0; }
      .get-in-touch-c .dropdown .selectBox, .get-in-touch-c .dropdown select {
        font-size: 1.5em; } }
  @media (min-width: 1281px) {
    .get-in-touch-c .get_in_touch_btn {
      padding: 20px 40px 0; } }
  @media (min-width: 1441px) {
    .get-in-touch-c .get_in_touch_btn {
      padding: 24px 56px 0; }
      .get-in-touch-c .get_in_touch_btn h2 {
        font-size: 1.2em; } }
  @media (min-width: 1921px) {
    .get-in-touch-c .get_in_touch_btn h2 {
      font-size: 1.4em; }
    .get-in-touch-c .dropdown .selectBox, .get-in-touch-c .dropdown select {
      font-size: 1.75em; } }

/*Key services homepage*/
.key-services .introBlock {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 641px) {
    .key-services .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1025px) {
    .key-services .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1681px) {
    .key-services .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }

/*INline tab list styles homepage, careers and comepltion cats*/
.key-locations-c .desktop-tabslist, .job_opportunities .desktop-tabslist, .cat_list .desktop-tabslist {
  display: none;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 16px;
  padding: 0 10px; }
  @media (min-width: 641px) {
    .key-locations-c .desktop-tabslist, .job_opportunities .desktop-tabslist, .cat_list .desktop-tabslist {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    .key-locations-c .desktop-tabslist, .job_opportunities .desktop-tabslist, .cat_list .desktop-tabslist {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    .key-locations-c .desktop-tabslist, .job_opportunities .desktop-tabslist, .cat_list .desktop-tabslist {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    .key-locations-c .desktop-tabslist, .job_opportunities .desktop-tabslist, .cat_list .desktop-tabslist {
      display: block;
      margin-bottom: 32px;
      overflow-x: auto;
      padding-left: 10px;
      padding-right: 10px; }
      .key-locations-c .desktop-tabslist .tabslist, .job_opportunities .desktop-tabslist .tabslist, .cat_list .desktop-tabslist .tabslist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.25em; }
        .key-locations-c .desktop-tabslist .tabslist a, .job_opportunities .desktop-tabslist .tabslist a, .cat_list .desktop-tabslist .tabslist a {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: center;
          color: black;
          line-height: 1.4em;
          padding: 2% 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 1025px) and (min-width: 1681px) {
        .key-locations-c .desktop-tabslist .tabslist a, .job_opportunities .desktop-tabslist .tabslist a, .cat_list .desktop-tabslist .tabslist a {
          padding: 2% 30px; } }
  @media (min-width: 1025px) {
          .key-locations-c .desktop-tabslist .tabslist a span, .job_opportunities .desktop-tabslist .tabslist a span, .cat_list .desktop-tabslist .tabslist a span {
            -ms-flex-item-align: center;
                align-self: center; }
          .key-locations-c .desktop-tabslist .tabslist a.active, .job_opportunities .desktop-tabslist .tabslist a.active, .cat_list .desktop-tabslist .tabslist a.active {
            font-weight: 700; }
            .key-locations-c .desktop-tabslist .tabslist a.active span, .job_opportunities .desktop-tabslist .tabslist a.active span, .cat_list .desktop-tabslist .tabslist a.active span {
              border-bottom: 4px solid #ec3427; }
          .key-locations-c .desktop-tabslist .tabslist a:hover, .job_opportunities .desktop-tabslist .tabslist a:hover, .cat_list .desktop-tabslist .tabslist a:hover {
            color: #ec3427; } }
  @media (min-width: 1281px) {
    .key-locations-c .desktop-tabslist .tabslist, .job_opportunities .desktop-tabslist .tabslist, .cat_list .desktop-tabslist .tabslist {
      font-size: 1.5em; } }
  @media (min-width: 1681px) {
    .key-locations-c .desktop-tabslist, .job_opportunities .desktop-tabslist, .cat_list .desktop-tabslist {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1921px) {
    .key-locations-c .desktop-tabslist .tabslist, .job_opportunities .desktop-tabslist .tabslist, .cat_list .desktop-tabslist .tabslist {
      font-size: 1.75em; } }

.key-locations-c .mobile-tabslist, .job_opportunities .mobile-tabslist, .cat_list .mobile-tabslist {
  margin: 0 auto 18px;
  padding: 0 16px;
  max-width: 400px; }
  .key-locations-c .mobile-tabslist .tabs-select, .job_opportunities .mobile-tabslist .tabs-select, .cat_list .mobile-tabslist .tabs-select {
    border-bottom: 1px solid #ec3427;
    position: relative; }
    .key-locations-c .mobile-tabslist .tabs-select select, .key-locations-c .mobile-tabslist .tabs-select .selectBox, .job_opportunities .mobile-tabslist .tabs-select select, .job_opportunities .mobile-tabslist .tabs-select .selectBox, .cat_list .mobile-tabslist .tabs-select select, .cat_list .mobile-tabslist .tabs-select .selectBox {
      padding: 12px;
      width: 100%;
      background-color: #ededed;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700; }
      .key-locations-c .mobile-tabslist .tabs-select select:-moz-focusring, .key-locations-c .mobile-tabslist .tabs-select .selectBox:-moz-focusring, .job_opportunities .mobile-tabslist .tabs-select select:-moz-focusring, .job_opportunities .mobile-tabslist .tabs-select .selectBox:-moz-focusring, .cat_list .mobile-tabslist .tabs-select select:-moz-focusring, .cat_list .mobile-tabslist .tabs-select .selectBox:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 black; }
      .key-locations-c .mobile-tabslist .tabs-select select .sod_list_wrapper, .key-locations-c .mobile-tabslist .tabs-select .selectBox .sod_list_wrapper, .job_opportunities .mobile-tabslist .tabs-select select .sod_list_wrapper, .job_opportunities .mobile-tabslist .tabs-select .selectBox .sod_list_wrapper, .cat_list .mobile-tabslist .tabs-select select .sod_list_wrapper, .cat_list .mobile-tabslist .tabs-select .selectBox .sod_list_wrapper {
        background-color: #ededed;
        border: 1px solid #ededed; }
    .key-locations-c .mobile-tabslist .tabs-select::after, .job_opportunities .mobile-tabslist .tabs-select::after, .cat_list .mobile-tabslist .tabs-select::after {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 16px;
      width: 0;
      height: 0;
      border-top: 7px solid #ec3427;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      pointer-events: none; }
  @media (min-width: 481px) {
    .key-locations-c .mobile-tabslist, .job_opportunities .mobile-tabslist, .cat_list .mobile-tabslist {
      margin-bottom: 24px; } }
  @media (min-width: 641px) {
    .key-locations-c .mobile-tabslist, .job_opportunities .mobile-tabslist, .cat_list .mobile-tabslist {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .key-locations-c .mobile-tabslist, .job_opportunities .mobile-tabslist, .cat_list .mobile-tabslist {
      display: none; } }

.tab_item {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

/*Locations map*/
.locations-map {
  position: relative;
  overflow: hidden; }

.map-services {
  overflow-y: scroll;
  max-height: 0px;
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  .map-services.slide_in {
    max-height: 450px; }
  .map-services h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #0e4d8b; }
  .map-services .location_details {
    padding-bottom: 5%;
    padding-right: calc(16px + 2%);
    margin-top: calc(5% + 32px); }
  .map-services .close {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    padding-top: 40px;
    overflow: hidden;
    font-family: "Roboto", sans-serif; }
    .map-services .close::before {
      content: '\00d7';
      position: absolute;
      top: 0;
      right: 0;
      font-size: 40px;
      height: 40px;
      width: 40px;
      color: #ec3427;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
      text-align: center;
      line-height: 40px; }
    @media (min-width: 1441px) {
      .map-services .close {
        right: 30px; } }
  @media (min-width: 1025px) {
    .map-services {
      width: 36%;
      position: absolute;
      right: 0;
      max-height: none;
      bottom: 0;
      background: white;
      z-index: 10;
      top: 0;
      -webkit-box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.2);
              box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateX(110%);
              transform: translateX(110%); }
      .map-services.slide_in {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        max-height: none; }
      .map-services h3 {
        font-size: 1.5em; } }
  @media (min-width: 1441px) {
    .map-services h3 {
      font-size: 1.75em; } }
  @media (min-width: 1921px) {
    .map-services {
      width: 30%; }
      .map-services h3 {
        font-size: 2em; } }

#map {
  background: #f6f7f8;
  height: 0;
  padding-bottom: 56.25%; }
  @media (min-width: 641px) {
    #map {
      padding-bottom: 50%; } }
  @media (min-width: 1025px) {
    #map {
      padding-bottom: 35%; } }

.location, #location-link {
  display: none; }

.key-lookup-c, .job-lookup-c {
  background: #ededed;
  margin: 0 0 -16px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    .key-lookup-c, .job-lookup-c {
      padding-top: 20px;
      padding-right: 5%;
      padding-bottom: 20px;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    .key-lookup-c, .job-lookup-c {
      padding-top: 30px;
      padding-right: 5%;
      padding-bottom: 30px;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    .key-lookup-c, .job-lookup-c {
      padding-top: 48px;
      padding-right: 5%;
      padding-bottom: 48px;
      padding-left: 5%; } }
  .key-lookup-c form, .job-lookup-c form {
    max-width: 1200px;
    margin: 0 auto; }
    @media (min-width: 1681px) {
      .key-lookup-c form, .job-lookup-c form {
        max-width: 1400px; } }
  @media (min-width: 641px) {
    .key-lookup-c, .job-lookup-c {
      background: #c8c9cb;
      margin: 0; }
      .key-lookup-c form, .job-lookup-c form {
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0; } }
  .key-lookup-c .local_drop, .job-lookup-c .local_drop {
    display: block;
    position: relative;
    margin-bottom: 16px; }
    @media (min-width: 641px) {
      .key-lookup-c .local_drop, .job-lookup-c .local_drop {
        margin-right: 8px;
        display: inline-block;
        margin-bottom: 0; } }
    @media (min-width: 1281px) {
      .key-lookup-c .local_drop, .job-lookup-c .local_drop {
        margin-right: 16px; } }
    .key-lookup-c .local_drop svg, .job-lookup-c .local_drop svg {
      width: 15px;
      height: 15px;
      fill: red;
      position: absolute;
      right: 20px;
      top: 24px; }
      @media (min-width: 641px) {
        .key-lookup-c .local_drop svg, .job-lookup-c .local_drop svg {
          right: 20px; } }
      @media (min-width: 1281px) {
        .key-lookup-c .local_drop svg, .job-lookup-c .local_drop svg {
          top: 36px;
          right: 24px; } }
    .key-lookup-c .local_drop .sod_select, .job-lookup-c .local_drop .sod_select {
      background-color: white;
      border: 1px solid #8f8f8f;
      height: 100%;
      width: 100%;
      padding: 10px 12px; }
      @media (min-width: 641px) {
        .key-lookup-c .local_drop .sod_select, .job-lookup-c .local_drop .sod_select {
          padding: 10px 24px 10px 12px;
          min-width: 130px; } }
      @media (min-width: 1025px) {
        .key-lookup-c .local_drop .sod_select, .job-lookup-c .local_drop .sod_select {
          border-color: #ededed; } }
      @media (min-width: 1281px) {
        .key-lookup-c .local_drop .sod_select, .job-lookup-c .local_drop .sod_select {
          font-size: 1.3em;
          padding: 24px 16px;
          min-width: 160px; } }

.key-lookup-c .key-search, .job-lookup-c .job-search, .job-lookup-c .job-location {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
    line-height: 1;
    padding: 10px 12px;
    width: 100%;
    background-color: white;
    margin-bottom: 0; }
    .key-lookup-c .key-search input::-webkit-input-placeholder, .job-lookup-c .job-search input::-webkit-input-placeholder, .job-lookup-c .job-location input::-webkit-input-placeholder {
      font-style: italic; }
    .key-lookup-c .key-search input:-ms-input-placeholder, .job-lookup-c .job-search input:-ms-input-placeholder, .job-lookup-c .job-location input:-ms-input-placeholder {
      font-style: italic; }
    .key-lookup-c .key-search input::-ms-input-placeholder, .job-lookup-c .job-search input::-ms-input-placeholder, .job-lookup-c .job-location input::-ms-input-placeholder {
      font-style: italic; }
    .key-lookup-c .key-search input::placeholder, .job-lookup-c .job-search input::placeholder, .job-lookup-c .job-location input::placeholder {
      font-style: italic; }
    @media (max-width: 1024px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        border: 1px solid #8f8f8f; }
        .key-lookup-c .key-search input:focus, .job-lookup-c .job-search input:focus, .job-lookup-c .job-location input:focus {
          border-color: #4f4f4f; } }
    @media (min-width: 641px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        padding: 12px 24px; } }
    @media (min-width: 1025px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 1.25em; } }
    @media (min-width: 1281px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        font-size: 1.3em; } }
    @media (min-width: 1441px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media (min-width: 1681px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        padding-left: 24px;
        font-size: 1.75em; } }
    @media (min-width: 1921px) {
      .key-lookup-c .key-search input, .job-lookup-c .job-search input, .job-lookup-c .job-location input {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px; } }
  @media (min-width: 641px) {
    .key-lookup-c .key-search, .job-lookup-c .job-search, .job-lookup-c .job-location {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 8px;
      margin-bottom: 0; } }
  @media (min-width: 1281px) {
    .key-lookup-c .key-search, .job-lookup-c .job-search, .job-lookup-c .job-location {
      margin-right: 16px; } }

.key-lookup-c .controls, .job-lookup-c .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .key-lookup-c .controls .button-blue, .job-lookup-c .controls .button-blue {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
    transition: border-color 0.5s ease, background-color 0.5s ease;
    background-color: #0e4d8b; }
    .key-lookup-c .controls .button-blue:hover, .job-lookup-c .controls .button-blue:hover {
      background-color: #072646;
      border-color: #072646; }
      .key-lookup-c .controls .button-blue:hover a, .job-lookup-c .controls .button-blue:hover a {
        background-color: #072646;
        border-color: #072646; }
    .key-lookup-c .controls .button-blue a, .job-lookup-c .controls .button-blue a {
      display: block;
      background: #0e4d8b;
      padding: 10px 18px 8px;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      cursor: pointer;
      white-space: nowrap;
      font-size: 0.85em;
      border: 3px solid #0e4d8b;
      -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
      transition: border-color 0.5s ease, background-color 0.5s ease;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 641px) {
        .key-lookup-c .controls .button-blue a, .job-lookup-c .controls .button-blue a {
          padding: 12px 20px; } }
      @media (min-width: 1025px) {
        .key-lookup-c .controls .button-blue a, .job-lookup-c .controls .button-blue a {
          padding: 14px 24px; } }
      @media (min-width: 1441px) {
        .key-lookup-c .controls .button-blue a, .job-lookup-c .controls .button-blue a {
          padding: 16px 36px;
          font-size: 1.25em; } }
      @media (min-width: 1681px) {
        .key-lookup-c .controls .button-blue a, .job-lookup-c .controls .button-blue a {
          font-size: 1.5em; } }
      @media (min-width: 1921px) {
        .key-lookup-c .controls .button-blue a, .job-lookup-c .controls .button-blue a {
          padding: 18px 42px; } }
      .key-lookup-c .controls .button-blue a:hover, .key-lookup-c .controls .button-blue a.active, .job-lookup-c .controls .button-blue a:hover, .job-lookup-c .controls .button-blue a.active {
        background-color: #072646;
        border-color: #072646; }
    .key-lookup-c .controls .button-blue svg, .job-lookup-c .controls .button-blue svg {
      width: 16px;
      height: 16px;
      fill: white;
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 2px;
      vertical-align: middle;
      pointer-events: none; }
    @media (min-width: 1921px) {
      .key-lookup-c .controls .button-blue svg, .job-lookup-c .controls .button-blue svg {
        -webkit-transform: scale(1.8);
                transform: scale(1.8);
        -webkit-transform-origin: right center;
                transform-origin: right center; } }
    @media (min-width: 1441px) {
      .key-lookup-c .controls .button-blue svg, .job-lookup-c .controls .button-blue svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); } }
    @media (min-width: 1921px) {
      .key-lookup-c .controls .button-blue svg, .job-lookup-c .controls .button-blue svg {
        -webkit-transform: scale(1.8);
                transform: scale(1.8); } }
  .key-lookup-c .controls .submit, .job-lookup-c .controls .submit {
    position: relative;
    width: 52px;
    margin-left: 8px;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .key-lookup-c .controls .submit input[type='submit'], .job-lookup-c .controls .submit input[type='submit'] {
      width: 100%;
      text-indent: -9999px;
      background: #ec3427;
      cursor: pointer;
      border: 3px solid #ec3427;
      -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
      transition: border-color 0.5s ease, background-color 0.5s ease;
      height: 100%; }
      .key-lookup-c .controls .submit input[type='submit']:hover, .job-lookup-c .controls .submit input[type='submit']:hover {
        background-color: #b71b10;
        border-color: #b71b10; }
    .key-lookup-c .controls .submit svg, .job-lookup-c .controls .submit svg {
      width: 16px;
      height: 16px;
      fill: white;
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 8px);
      pointer-events: none;
      -webkit-transition: fill 0.5s ease;
      transition: fill 0.5s ease; }
    @media (min-width: 1025px) {
      .key-lookup-c .controls .submit, .job-lookup-c .controls .submit {
        width: 74px; } }
    @media (min-width: 1281px) {
      .key-lookup-c .controls .submit, .job-lookup-c .controls .submit {
        width: 83px; } }
    @media (min-width: 1441px) {
      .key-lookup-c .controls .submit, .job-lookup-c .controls .submit {
        width: 95px; }
        .key-lookup-c .controls .submit svg, .job-lookup-c .controls .submit svg {
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); } }
    @media (min-width: 1921px) {
      .key-lookup-c .controls .submit, .job-lookup-c .controls .submit {
        margin-left: 12px; }
        .key-lookup-c .controls .submit svg, .job-lookup-c .controls .submit svg {
          -webkit-transform: scale(1.8);
                  transform: scale(1.8); } }
    .key-lookup-c .controls .submit input[type=submit], .job-lookup-c .controls .submit input[type=submit] {
      margin-top: 0;
      height: unset; }
    @media (min-width: 1281px) {
      .key-lookup-c .controls .submit, .job-lookup-c .controls .submit {
        margin-left: 16px; } }

#noResults {
  background: #ec3427;
  color: white;
  text-align: center;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  #noResults p {
    padding: 16px; }
  #noResults.active {
    max-height: 90px; }

#resetForm {
  background: #8f8f8f;
  color: white;
  cursor: pointer;
  position: relative;
  width: 52px;
  margin-left: 8px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  #resetForm:hover {
    background: #4f4f4f; }
  #resetForm svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    pointer-events: none;
    fill: white; }
  @media (min-width: 1025px) {
    #resetForm {
      width: 74px; } }
  @media (min-width: 1281px) {
    #resetForm {
      margin-left: 16px;
      width: 83px; } }
  @media (min-width: 1441px) {
    #resetForm {
      width: 95px; }
      #resetForm svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); } }
  @media (min-width: 1921px) {
    #resetForm svg {
      -webkit-transform: scale(1.8);
              transform: scale(1.8); } }

#main-content-l .key-reasons-c ol, #main-content-l .job_icon_list ol, #main-content-l .icons_paragraph ol {
  list-style: none;
  font-weight: 300;
  font-style: italic;
  color: #061d32;
  padding-bottom: 8px; }
  @media (min-width: 961px) {
    #main-content-l .key-reasons-c ol, #main-content-l .job_icon_list ol, #main-content-l .icons_paragraph ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #main-content-l .key-reasons-c ol li, #main-content-l .job_icon_list ol li, #main-content-l .icons_paragraph ol li {
    padding: 18px 8px; }
    @media (min-width: 961px) {
      #main-content-l .key-reasons-c ol li, #main-content-l .job_icon_list ol li, #main-content-l .icons_paragraph ol li {
        width: calc(50% - 6px);
        margin: 0 3px 6px;
        padding: 18px 12px; } }
    #main-content-l .key-reasons-c ol li svg, #main-content-l .job_icon_list ol li svg, #main-content-l .icons_paragraph ol li svg {
      width: 60px;
      height: 60px;
      margin: 0 auto 18px;
      display: block;
      fill: #0e4d8b; }
      @media (min-width: 1281px) {
        #main-content-l .key-reasons-c ol li svg, #main-content-l .job_icon_list ol li svg, #main-content-l .icons_paragraph ol li svg {
          width: 80px;
          height: 80px; } }
    #main-content-l .key-reasons-c ol li:nth-last-child(1):first-child svg,
    #main-content-l .key-reasons-c ol li:nth-last-child(1):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(1):first-child svg,
    #main-content-l .job_icon_list ol li:nth-last-child(1):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(1):first-child svg,
    #main-content-l .icons_paragraph ol li:nth-last-child(1):first-child ~ li svg {
      width: 100%;
      height: 150px; }
    #main-content-l .key-reasons-c ol li:nth-last-child(2):first-child svg,
    #main-content-l .key-reasons-c ol li:nth-last-child(2):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(2):first-child svg,
    #main-content-l .job_icon_list ol li:nth-last-child(2):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(2):first-child svg,
    #main-content-l .icons_paragraph ol li:nth-last-child(2):first-child ~ li svg {
      width: 100%;
      height: 150px; }
    #main-content-l .key-reasons-c ol li:nth-last-child(3):first-child svg,
    #main-content-l .key-reasons-c ol li:nth-last-child(3):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(3):first-child svg,
    #main-content-l .job_icon_list ol li:nth-last-child(3):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(3):first-child svg,
    #main-content-l .icons_paragraph ol li:nth-last-child(3):first-child ~ li svg {
      width: 100%;
      height: 150px; }
    #main-content-l .key-reasons-c ol li:nth-last-child(4):first-child svg,
    #main-content-l .key-reasons-c ol li:nth-last-child(4):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(4):first-child svg,
    #main-content-l .job_icon_list ol li:nth-last-child(4):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(4):first-child svg,
    #main-content-l .icons_paragraph ol li:nth-last-child(4):first-child ~ li svg {
      width: 100%;
      height: 150px; }
  #main-content-l .key-reasons-c ol a, #main-content-l .job_icon_list ol a, #main-content-l .icons_paragraph ol a {
    color: inherit; }
    #main-content-l .key-reasons-c ol a:hover svg, #main-content-l .job_icon_list ol a:hover svg, #main-content-l .icons_paragraph ol a:hover svg {
      fill: #ec3427; }

@media (min-width: 641px) {
  #main-content-l .key-reasons-c ol, #main-content-l .job_icon_list ol, #main-content-l .icons_paragraph ol {
    margin: 0 -6px; }
    #main-content-l .key-reasons-c ol li, #main-content-l .job_icon_list ol li, #main-content-l .icons_paragraph ol li {
      margin: 0 6px 12px;
      width: calc(25% - 12px); } }

@media (min-width: 1025px) {
  #main-content-l .key-reasons-c ol li:nth-last-child(1):first-child svg,
  #main-content-l .key-reasons-c ol li:nth-last-child(1):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(1):first-child svg,
  #main-content-l .job_icon_list ol li:nth-last-child(1):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(1):first-child svg,
  #main-content-l .icons_paragraph ol li:nth-last-child(1):first-child ~ li svg {
    height: 175px; }
  #main-content-l .key-reasons-c ol li:nth-last-child(2):first-child svg,
  #main-content-l .key-reasons-c ol li:nth-last-child(2):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(2):first-child svg,
  #main-content-l .job_icon_list ol li:nth-last-child(2):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(2):first-child svg,
  #main-content-l .icons_paragraph ol li:nth-last-child(2):first-child ~ li svg {
    height: 175px; }
  #main-content-l .key-reasons-c ol li:nth-last-child(3):first-child svg,
  #main-content-l .key-reasons-c ol li:nth-last-child(3):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(3):first-child svg,
  #main-content-l .job_icon_list ol li:nth-last-child(3):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(3):first-child svg,
  #main-content-l .icons_paragraph ol li:nth-last-child(3):first-child ~ li svg {
    height: 175px; }
  #main-content-l .key-reasons-c ol li:nth-last-child(4):first-child svg,
  #main-content-l .key-reasons-c ol li:nth-last-child(4):first-child ~ li svg, #main-content-l .job_icon_list ol li:nth-last-child(4):first-child svg,
  #main-content-l .job_icon_list ol li:nth-last-child(4):first-child ~ li svg, #main-content-l .icons_paragraph ol li:nth-last-child(4):first-child svg,
  #main-content-l .icons_paragraph ol li:nth-last-child(4):first-child ~ li svg {
    height: 175px; } }

@media (min-width: 1281px) {
  #main-content-l .key-reasons-c ol li, #main-content-l .job_icon_list ol li, #main-content-l .icons_paragraph ol li {
    width: calc(16.66% - 12px); }
  #main-content-l .key-reasons-c h3, #main-content-l .job_icon_list h3, #main-content-l .icons_paragraph h3 {
    margin-bottom: 8px; } }

@media (min-width: 1681px) {
  #main-content-l .key-reasons-c ol li, #main-content-l .job_icon_list ol li, #main-content-l .icons_paragraph ol li {
    padding-top: 30px; } }

#main-content-l .key-reasons-c.lowercase_haedings h3, #main-content-l .job_icon_list.lowercase_haedings h3, #main-content-l .icons_paragraph.lowercase_haedings h3 {
  text-transform: none;
  font-weight: 400;
  font-size: 1.3em; }

#main-content-l .key-reasons-c.grey_icons svg, #main-content-l .job_icon_list.grey_icons svg, #main-content-l .icons_paragraph.grey_icons svg {
  fill: #c8c9cb; }

#nav-drawer-c {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  visibility: hidden;
  -webkit-transition: background 0.5s ease, visibility 0.5s ease;
  transition: background 0.5s ease, visibility 0.5s ease;
  z-index: 1800; }
  @media (min-width: 1025px) {
    #nav-drawer-c {
      background: transparent;
      position: relative;
      width: auto;
      opacity: 1;
      visibility: visible;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none;
      top: 16px;
      right: auto;
      bottom: auto;
      left: auto; } }
  @media (min-width: 1441px) {
    #nav-drawer-c {
      top: 20px; } }
  @media (min-width: 1921px) {
    #nav-drawer-c {
      top: 24px; } }

#nav-drawer-c .drawer {
  background: white;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  /*End of Leve 2*/ }
  #nav-drawer-c .drawer .nav-list {
    padding: 48px 24px 60px;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #nav-drawer-c .drawer .close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    padding-top: 40px;
    overflow: hidden;
    font-family: "Roboto", sans-serif; }
    #nav-drawer-c .drawer .close::before {
      content: '\00d7';
      position: absolute;
      top: 0;
      right: 0;
      font-size: 40px;
      height: 40px;
      width: 40px;
      color: #ec3427;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
      text-align: center;
      line-height: 40px; }
  #nav-drawer-c .drawer .expert-modal {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%; }
    #nav-drawer-c .drawer .expert-modal a {
      display: block;
      background: #ec3427;
      padding: 10px 18px 8px;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      cursor: pointer;
      white-space: nowrap;
      font-size: 0.85em;
      border: 3px solid #ec3427;
      -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
      transition: border-color 0.5s ease, background-color 0.5s ease; }
      @media (min-width: 641px) {
        #nav-drawer-c .drawer .expert-modal a {
          padding: 12px 20px; } }
      @media (min-width: 1025px) {
        #nav-drawer-c .drawer .expert-modal a {
          padding: 14px 24px; } }
      @media (min-width: 1441px) {
        #nav-drawer-c .drawer .expert-modal a {
          padding: 16px 36px;
          font-size: 1.25em; } }
      @media (min-width: 1681px) {
        #nav-drawer-c .drawer .expert-modal a {
          font-size: 1.5em; } }
      @media (min-width: 1921px) {
        #nav-drawer-c .drawer .expert-modal a {
          padding: 18px 42px; } }
      #nav-drawer-c .drawer .expert-modal a:hover, #nav-drawer-c .drawer .expert-modal a.active {
        background-color: #b71b10;
        border-color: #b71b10; }
  #nav-drawer-c .drawer .mobile_drop {
    color: #ec3427;
    font-weight: 700;
    width: 25%;
    text-align: right;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    font-family: verdana, sans-serif; }
    @media (min-width: 1025px) {
      #nav-drawer-c .drawer .mobile_drop {
        display: none; } }
  #nav-drawer-c .drawer ul li {
    position: relative;
    padding: 8px; }
    #nav-drawer-c .drawer ul li.mobile_drop_active .level-2 {
      max-height: 1500px;
      -webkit-transition: max-height 0.8s, -webkit-transform 0.25s ease-out;
      transition: max-height 0.8s, -webkit-transform 0.25s ease-out;
      transition: max-height 0.8s, transform 0.25s ease-out;
      transition: max-height 0.8s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      @media (min-width: 1025px) {
        #nav-drawer-c .drawer ul li.mobile_drop_active .level-2 {
          -webkit-transform: translate(-50%, 0%) scaleX(1);
                  transform: translate(-50%, 0%) scaleX(1);
          -webkit-transition: max-height 0.35s 0.5s, -webkit-transform 0.15s ease-out 0.3s;
          transition: max-height 0.35s 0.5s, -webkit-transform 0.15s ease-out 0.3s;
          transition: max-height 0.35s 0.5s, transform 0.15s ease-out 0.3s;
          transition: max-height 0.35s 0.5s, transform 0.15s ease-out 0.3s, -webkit-transform 0.15s ease-out 0.3s; } }
    @media (min-width: 1025px) {
      #nav-drawer-c .drawer ul li:hover a, #nav-drawer-c .drawer ul li:hover a.active {
        color: #0e4d8b;
        background-color: #efefef; }
        #nav-drawer-c .drawer ul li:hover a:after, #nav-drawer-c .drawer ul li:hover a.active:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
      #nav-drawer-c .drawer ul li:hover .level-2 {
        max-height: 500px;
        -webkit-transform: translate(-50%, 0%) scaleX(1);
                transform: translate(-50%, 0%) scaleX(1);
        -webkit-transition: max-height 0.35s 0.5s, -webkit-transform 0.15s ease-out 0.3s;
        transition: max-height 0.35s 0.5s, -webkit-transform 0.15s ease-out 0.3s;
        transition: max-height 0.35s 0.5s, transform 0.15s ease-out 0.3s;
        transition: max-height 0.35s 0.5s, transform 0.15s ease-out 0.3s, -webkit-transform 0.15s ease-out 0.3s; }
        #nav-drawer-c .drawer ul li:hover .level-2.full_nav {
          max-height: calc(100vh - 110px);
          overflow-y: scroll;
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); } }
    @media (min-width: 1441px) {
      #nav-drawer-c .drawer ul li:hover .level-2.full_nav {
        -webkit-transform: translate(-50%, 0%) scaleX(1);
                transform: translate(-50%, 0%) scaleX(1); } }
    #nav-drawer-c .drawer ul li a {
      font-weight: 700;
      line-height: 24px;
      display: block;
      color: black;
      position: relative; }
      #nav-drawer-c .drawer ul li a:after {
        content: '';
        width: 100%;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        visibility: hidden;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
        transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
        transition: transform 0.5s ease, background-color 0.5s ease;
        transition: transform 0.5s ease, background-color 0.5s ease, -webkit-transform 0.5s ease; }
      #nav-drawer-c .drawer ul li a.active {
        color: #ec3427; }
        @media (min-width: 1025px) {
          #nav-drawer-c .drawer ul li a.active {
            color: white; }
            #nav-drawer-c .drawer ul li a.active:after {
              visibility: visible;
              -webkit-transform: scaleX(1);
                      transform: scaleX(1);
              background-color: #ec3427; } }
    #nav-drawer-c .drawer ul li + li {
      border-top: 2px solid #ec3427; }
  #nav-drawer-c .drawer .level-2 {
    font-size: 0.9em;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; }
    #nav-drawer-c .drawer .level-2.full_nav {
      text-transform: none;
      font-family: "Roboto", sans-serif; }
      #nav-drawer-c .drawer .level-2.full_nav .sub_parent {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        position: relative;
        padding-left: 8px; }
        #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_parent_link {
          letter-spacing: 0.02em; }
          #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_parent_link:hover {
            color: #ec3427; }
        #nav-drawer-c .drawer .level-2.full_nav .sub_parent .mobile_drop {
          top: 16px;
          right: 0; }
        #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_menu {
          text-transform: none;
          max-height: 0px;
          overflow: hidden;
          -webkit-transition: max-height 0.4s;
          transition: max-height 0.4s; }
        #nav-drawer-c .drawer .level-2.full_nav .sub_parent.mobile_drop_active .sub_menu {
          max-height: 1500px;
          -webkit-transition: max-height 0.8s, -webkit-transform 0.25s ease-out;
          transition: max-height 0.8s, -webkit-transform 0.25s ease-out;
          transition: max-height 0.8s, transform 0.25s ease-out;
          transition: max-height 0.8s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      #nav-drawer-c .drawer .level-2.full_nav li:not(.sub_parent) a {
        font-weight: 400; }
    #nav-drawer-c .drawer .level-2 a {
      padding: 16px 0px 0 8px; }
    @media (min-width: 1025px) {
      #nav-drawer-c .drawer .level-2 {
        background-color: #efefef;
        max-height: 3px;
        position: absolute;
        z-index: 2;
        top: calc(100% - 5px);
        -webkit-transform: translate(-50%, 0%) scaleX(0);
                transform: translate(-50%, 0%) scaleX(0);
        left: 50%;
        padding: 0px 20px;
        width: 300px;
        border-top: 3px solid #efefef;
        -webkit-transition: max-height 0.35s, -webkit-transform 0.15s ease-out 0.35s;
        transition: max-height 0.35s, -webkit-transform 0.15s ease-out 0.35s;
        transition: max-height 0.35s, transform 0.15s ease-out 0.35s;
        transition: max-height 0.35s, transform 0.15s ease-out 0.35s, -webkit-transform 0.15s ease-out 0.35s; }
        #nav-drawer-c .drawer .level-2.full_nav {
          width: 100vw;
          min-width: 300px;
          position: fixed;
          top: 84px;
          left: 0;
          right: 0;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }
          #nav-drawer-c .drawer .level-2.full_nav .sub_parent {
            display: inline-block;
            vertical-align: top;
            padding-right: 20px;
            float: left;
            width: 16.666666666666667%; }
            #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_parent_link {
              padding: 0;
              padding-top: 16px;
              letter-spacing: initial; }
            #nav-drawer-c .drawer .level-2.full_nav .sub_parent .active {
              color: #ec3427; }
              #nav-drawer-c .drawer .level-2.full_nav .sub_parent .active:after {
                display: none; }
            #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_menu {
              max-height: none; }
              #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_menu li {
                text-align: left; }
                #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_menu li:last-child {
                  padding-bottom: 24px; }
                #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_menu li a {
                  padding: 0; } }
    @media (min-width: 1281px) {
      #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_parent_link {
        padding-top: 24px; }
      #nav-drawer-c .drawer .level-2.full_nav .sub_menu li:last-child {
        padding-bottom: 36px; } }
    @media (min-width: 1441px) {
      #nav-drawer-c .drawer .level-2 {
        font-size: 1em;
        top: calc(100% - 13px); }
        #nav-drawer-c .drawer .level-2.full_nav {
          max-width: 1300px;
          width: 90vw;
          top: 97px;
          left: 50%;
          -webkit-transform: translate(-50%, 0%) scaleX(0);
                  transform: translate(-50%, 0%) scaleX(0); }
          #nav-drawer-c .drawer .level-2.full_nav .sub_parent {
            padding-right: 32px; }
            #nav-drawer-c .drawer .level-2.full_nav .sub_parent:last-child {
              padding-right: 20px; }
            #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_menu li a {
              padding: 5px 0; } }
    @media (min-width: 1681px) {
      #nav-drawer-c .drawer .level-2.full_nav {
        max-width: 1500px;
        top: 103px; } }
    @media (min-width: 1921px) {
      #nav-drawer-c .drawer .level-2 {
        top: calc(100% - 14px); }
        #nav-drawer-c .drawer .level-2.full_nav {
          max-width: 1750px;
          top: 117px; }
          #nav-drawer-c .drawer .level-2.full_nav .sub_parent .sub_parent_link {
            padding-top: 36px; } }
    #nav-drawer-c .drawer .level-2 li {
      display: block;
      padding: 0;
      border-top: 0; }
      @media (min-width: 1025px) {
        #nav-drawer-c .drawer .level-2 li {
          text-align: center; }
          #nav-drawer-c .drawer .level-2 li:first-child {
            padding-top: 12px; }
          #nav-drawer-c .drawer .level-2 li:last-child {
            padding-bottom: 12px; } }
      #nav-drawer-c .drawer .level-2 li a {
        color: black;
        padding: 5px 8px 0 8px;
        -webkit-transition: color 0.5s ease;
        transition: color 0.5s ease; }
        #nav-drawer-c .drawer .level-2 li a:hover {
          color: #ec3427; }
        #nav-drawer-c .drawer .level-2 li a:after {
          display: none; }
        @media (min-width: 1025px) {
          #nav-drawer-c .drawer .level-2 li a {
            color: #0e4d8b; } }
  @media (min-width: 1025px) {
    #nav-drawer-c .drawer .full_menu {
      position: initial; }
    #nav-drawer-c .drawer ul li {
      display: inline-block;
      padding: 5px 0; }
      #nav-drawer-c .drawer ul li a {
        color: white;
        font-weight: 400;
        padding: 8px 14px; }
      #nav-drawer-c .drawer ul li + li {
        border-top: none; } }
  @media (min-width: 1281px) {
    #nav-drawer-c .drawer ul li {
      padding: 5px 10px; } }
  @media (min-width: 1441px) {
    #nav-drawer-c .drawer ul li {
      padding: 13px 16px; } }
  @media (min-width: 1921px) {
    #nav-drawer-c .drawer ul li {
      padding: 14px 22px; }
      #nav-drawer-c .drawer ul li a {
        font-size: 1.25em; }
      #nav-drawer-c .drawer ul li .full_nav li:not(.sub_parent) a {
        font-size: 1em; } }
  @media (min-width: 641px) {
    #nav-drawer-c .drawer {
      width: 320px; } }
  @media (min-width: 1025px) {
    #nav-drawer-c .drawer {
      width: auto;
      background-color: transparent;
      position: relative;
      bottom: auto;
      top: auto;
      right: auto;
      -webkit-transform: none;
              transform: none; }
      #nav-drawer-c .drawer .nav-list {
        padding: 0;
        position: static;
        overflow-y: visible; }
      #nav-drawer-c .drawer .close, #nav-drawer-c .drawer .expert-modal {
        display: none; }
      #nav-drawer-c .drawer .search-icon {
        display: none; } }

html.drawer-is-active {
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden; }
  html.drawer-is-active body {
    overflow: hidden; }
  html.drawer-is-active #nav-drawer-c {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    height: 100vh; }
    html.drawer-is-active #nav-drawer-c .drawer {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }

.recommendations-c {
  font-size: 0.9em; }
  .recommendations-c .slide {
    padding: 12px;
    padding-top: 8%; }
    @media (min-width: 1025px) {
      .recommendations-c .slide {
        padding: 12px; } }
  .recommendations-c .slick-prev {
    height: 100%;
    left: 0;
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(white));
    background: linear-gradient(to left, transparent, white);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+48,0.25+83,0+100 */
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.5)), color-stop(83%, white), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 45%, white 83%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .recommendations-c .slick-next {
    height: 100%;
    right: 0;
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
    background: linear-gradient(to right, transparent, white);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+48,0.25+83,0+100 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.5)), color-stop(83%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 45%, white 83%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .recommendations-c a.trustlink:hover p {
    opacity: 0.5; }
  .recommendations-c .trustee {
    border: 1px solid #d7d7d7;
    padding: 8%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    background: white;
    position: relative;
    text-align: center; }
    .recommendations-c .trustee img {
      display: block;
      max-height: 100px;
      margin: 0 auto 12px; }
    .recommendations-c .trustee p {
      color: #8f8f8f;
      position: relative;
      margin: initial;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      line-height: 1.45em; }
      .recommendations-c .trustee p:before, .recommendations-c .trustee p:after {
        content: '';
        background-image: url("../img/quote.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: contain;
        height: 30px;
        width: 45px;
        position: absolute;
        top: -15px; }
      .recommendations-c .trustee p:after {
        top: initial;
        bottom: -15px;
        background-image: url("../img/quoteR.svg"); }
  .recommendations-c .slick-center .trustee {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1; }
  @media (min-width: 641px) {
    .recommendations-c .trustee {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .recommendations-c .trustee img {
        margin: 0 24px 0 0; } }
  @media (min-width: 1025px) {
    .recommendations-c .trustee {
      padding-top: 36px;
      padding-bottom: 36px;
      border-top: none;
      border-right: none;
      border-bottom: none;
      border-left-color: #ec3427; }
      .recommendations-c .trustee img {
        max-height: 120px;
        margin-right: 36px; }
    .recommendations-c .slick-center .trustee {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-box-shadow: unset;
              box-shadow: unset; } }
  @media (min-width: 1281px) {
    .recommendations-c .trustee {
      padding-left: 7%;
      padding-right: 5%; } }
  @media (min-width: 1441px) {
    .recommendations-c .trustee {
      font-size: 1.1em;
      line-height: 1.7em; } }
  @media (min-width: 1921px) {
    .recommendations-c .trustee {
      padding-left: 5%; } }
  @media (min-width: 481px) {
    .recommendations-c .slide {
      padding: 18px; } }
  @media (min-width: 641px) {
    .recommendations-c .slide {
      padding: 24px; } }
  @media (min-width: 1025px) {
    .recommendations-c .slide {
      padding: 6px; } }

@media (min-width: 1025px) {
  main#main-content-l .image_text_list_lg .introBlock {
    margin-bottom: 64px; } }

main#main-content-l .image_text_list_lg .single_image_text_row {
  max-width: 960px;
  margin: auto;
  padding-top: 16px; }
  main#main-content-l .image_text_list_lg .single_image_text_row:last-child .border_bot_red {
    border: none; }
  @media (min-width: 961px) {
    main#main-content-l .image_text_list_lg .single_image_text_row {
      padding-bottom: 60px;
      padding-top: 0; } }
  main#main-content-l .image_text_list_lg .single_image_text_row svg, main#main-content-l .image_text_list_lg .single_image_text_row img {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    display: block;
    fill: #c8c9cb; }
    @media (min-width: 1025px) {
      main#main-content-l .image_text_list_lg .single_image_text_row svg, main#main-content-l .image_text_list_lg .single_image_text_row img {
        height: 175px; } }
  main#main-content-l .image_text_list_lg .single_image_text_row .cirImg {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 961px) {
    main#main-content-l .image_text_list_lg .single_image_text_row .image_area {
      display: inline-block;
      width: 33.33%;
      vertical-align: top; } }
  main#main-content-l .image_text_list_lg .single_image_text_row .text_area {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 961px) {
      main#main-content-l .image_text_list_lg .single_image_text_row .text_area {
        display: inline-block;
        width: 65%;
        padding-top: 0;
        padding-bottom: 60px; } }
    main#main-content-l .image_text_list_lg .single_image_text_row .text_area h3 {
      font-weight: 700;
      text-transform: uppercase; }
      main#main-content-l .image_text_list_lg .single_image_text_row .text_area h3 + p.italic {
        font-weight: 400; }
        @media (min-width: 1025px) {
          main#main-content-l .image_text_list_lg .single_image_text_row .text_area h3 + p.italic {
            margin-top: 8px; } }
        @media (min-width: 1681px) {
          main#main-content-l .image_text_list_lg .single_image_text_row .text_area h3 + p.italic {
            margin-top: 16px; } }
    main#main-content-l .image_text_list_lg .single_image_text_row .text_area.sub_heading h3 {
      margin-bottom: 0; }
  main#main-content-l .image_text_list_lg .single_image_text_row.no_image .text_area {
    width: 100%; }
  @media (min-width: 641px) {
    main#main-content-l .image_text_list_lg .single_image_text_row.indent_col_tablet {
      padding-left: 10%; } }
  main#main-content-l .image_text_list_lg .single_image_text_row .border_bot_red {
    border-bottom: 1px solid #ec3427; }

/*Thumbnail slider for gallery feature*/
.gallThumb_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px; }

.gallThumbs {
  width: 33.3333%;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px; }
  .gallThumbs img {
    display: none; }
  .gallThumbs .fillImg {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px; }
    @media (min-width: 961px) {
      .gallThumbs .fillImg {
        height: 150px; } }

.slick-current .gallThumbs .fillImg {
  border: 3px solid #0e4d8b; }

/*Large image slider for gallery*/
.gallFeat {
  border: 1px solid #8f8f8f; }
  @media (min-width: 641px) {
    .gallFeat {
      margin-top: 8px; } }
  .gallFeat .fillImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    height: 280px; }
    @media (min-width: 1281px) {
      .gallFeat .fillImg {
        height: 500px; } }
    @media (min-width: 1441px) {
      .gallFeat .fillImg {
        height: 650px; } }
  .gallFeat img {
    display: none; }

@media screen and (max-width: 961px) {
  #main-content-l section.icons_paragraph {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1025px) {
  #main-content-l section.icons_paragraph h2 small {
    font-size: 18px;
    font-weight: 300; } }

#main-content-l section.icons_paragraph .introBlock {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 641px) {
    #main-content-l section.icons_paragraph .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 961px) {
    #main-content-l section.icons_paragraph .introBlock {
      padding-left: 0;
      padding-right: 0; } }

#main-content-l section.icons_paragraph ol li {
  border: none;
  width: calc(100% - 6px); }
  @media (min-width: 641px) {
    #main-content-l section.icons_paragraph ol li {
      width: calc(50% - 12px); } }
  @media (min-width: 1441px) {
    #main-content-l section.icons_paragraph ol li {
      width: calc(25% - 12px); } }
  @media (min-width: 1441px) {
    #main-content-l section.icons_paragraph ol li svg {
      margin-bottom: 30px; } }

#main-content-l section.icons_paragraph ol .h3 {
  color: #0e4d8b;
  font-weight: 700;
  font-style: normal; }

#main-content-l section.icons_paragraph ol p {
  font-style: normal;
  line-height: 1.25em; }

#banner-l .services-c, .services-c {
  margin-top: 32px;
  position: relative;
  z-index: 6; }
  #banner-l .services-c ul li, .services-c ul li {
    margin-bottom: 6px;
    display: table;
    width: 100%;
    position: relative; }
    #banner-l .services-c ul li a, .services-c ul li a {
      background: #272525;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      height: 60px;
      font-weight: 400;
      vertical-align: bottom;
      display: table-cell;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #banner-l .services-c ul li a span, .services-c ul li a span {
        position: relative;
        z-index: 1;
        display: block;
        padding: 12px;
        line-height: 1; }
      #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
        display: block;
        background: #ec3427;
        padding: 10px 18px 8px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-family: "Roboto Condensed", sans-serif;
        cursor: pointer;
        white-space: nowrap;
        font-size: 0.85em;
        border: 3px solid #ec3427;
        -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
        transition: border-color 0.5s ease, background-color 0.5s ease;
        display: none;
        min-width: 130px; }
        @media (min-width: 641px) {
          #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
            padding: 12px 20px; } }
        @media (min-width: 1025px) {
          #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
            padding: 14px 24px; } }
        @media (min-width: 1441px) {
          #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
            padding: 16px 36px;
            font-size: 1.25em; } }
        @media (min-width: 1681px) {
          #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
            font-size: 1.5em; } }
        @media (min-width: 1921px) {
          #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
            padding: 18px 42px; } }
        #banner-l .services-c ul li a .learn-more:hover, #banner-l .services-c ul li a .learn-more.active, .services-c ul li a .learn-more:hover, .services-c ul li a .learn-more.active {
          background-color: #b71b10;
          border-color: #b71b10; }
      #banner-l .services-c ul li a::before, .services-c ul li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        width: 75%;
        background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
        background: linear-gradient(to right, black, transparent);
        z-index: 0; }
  @media (min-width: 1025px) {
    #banner-l .services-c, .services-c {
      margin-top: 0; }
      #banner-l .services-c ul, .services-c ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #banner-l .services-c ul li, .services-c ul li {
          margin: 0 6px 12px;
          width: calc(16.66% - 12px);
          height: auto; }
          #banner-l .services-c ul li:hover, .services-c ul li:hover {
            z-index: 2 !important; }
            #banner-l .services-c ul li:hover .learn-more, .services-c ul li:hover .learn-more {
              opacity: 1;
              visibility: visible; }
            #banner-l .services-c ul li:hover a, .services-c ul li:hover a {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
          #banner-l .services-c ul li a, .services-c ul li a {
            padding-top: 120%;
            -webkit-transition: -webkit-transform 0.5s ease;
            transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
            transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
            #banner-l .services-c ul li a span, .services-c ul li a span {
              padding: 12px;
              position: absolute;
              right: 0;
              bottom: 0;
              left: 0;
              font-size: 1.2em; }
            #banner-l .services-c ul li a .learn-more, .services-c ul li a .learn-more {
              display: block;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
              right: auto;
              left: 50%;
              bottom: 50%;
              -webkit-transform: translate(-50%, 50%);
                      transform: translate(-50%, 50%); }
            #banner-l .services-c ul li a::before, .services-c ul li a::before {
              width: 100%;
              bottom: 0;
              top: auto;
              height: 50%;
              background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
              background: linear-gradient(to top, black, transparent); } }
  @media (min-width: 1281px) {
    #banner-l .services-c ul li, .services-c ul li {
      width: calc(16.66% - 12px); }
      #banner-l .services-c ul li a span, .services-c ul li a span {
        padding: 24px; } }
  @media (min-width: 1681px) {
    #banner-l .services-c, .services-c {
      margin-bottom: 48px; }
      #banner-l .services-c ul li, .services-c ul li {
        width: calc(16.66% - 12px); }
        #banner-l .services-c ul li a span, .services-c ul li a span {
          font-size: 1.5em;
          padding: 30px; } }

html.js-enabled .services-c ul li {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
  html.js-enabled .services-c ul li:nth-child(1) {
    -webkit-transition-delay: 880ms;
            transition-delay: 880ms;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition-duration: 650ms;
            transition-duration: 650ms;
    z-index: 1; }
  html.js-enabled .services-c ul li:nth-child(2) {
    -webkit-transition-delay: 960ms;
            transition-delay: 960ms;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
    z-index: 1; }
  html.js-enabled .services-c ul li:nth-child(3) {
    -webkit-transition-delay: 1040ms;
            transition-delay: 1040ms;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition-duration: 750ms;
            transition-duration: 750ms;
    z-index: 1; }
  html.js-enabled .services-c ul li:nth-child(4) {
    -webkit-transition-delay: 1120ms;
            transition-delay: 1120ms;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
    z-index: 1; }
  html.js-enabled .services-c ul li:nth-child(5) {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition-duration: 850ms;
            transition-duration: 850ms;
    z-index: 1; }
  html.js-enabled .services-c ul li:nth-child(6) {
    -webkit-transition-delay: 1280ms;
            transition-delay: 1280ms;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition-duration: 900ms;
            transition-duration: 900ms;
    z-index: 1; }

html.onload .services-c ul li {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0) !important;
          transform: scale(1) translate(0, 0) !important; }

.social-media-c {
  margin: 0 auto;
  position: relative;
  top: -10px; }
  .social-media-c ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
        align-content: center;
    vertical-align: top;
    height: 48px;
    width: 48px; }
    .social-media-c ul li a {
      display: block;
      margin: 0 auto;
      -ms-flex-item-align: center;
          align-self: center;
      height: 48px;
      width: 48px; }
      .social-media-c ul li a svg {
        fill: white;
        height: 100%;
        width: 100%; }
      .social-media-c ul li a span {
        display: none; }
  @media (min-width: 1281px) {
    .social-media-c {
      margin-right: unset; } }
  @media (min-width: 1441px) {
    .social-media-c ul li {
      width: 60px; } }

.social-media-c .facebook a {
  height: 30px;
  width: 30px; }

.social-media-c .linkedin a {
  height: 32px;
  width: 32px; }

.social-media-c .youtube {
  width: 56px; }
  .social-media-c .youtube a {
    -ms-flex-item-align: end;
        align-self: flex-end;
    height: 38px;
    width: 32px;
    background: url("../images/key-icons.svg#icon-youtube"); }
  @media (min-width: 1441px) {
    .social-media-c .youtube {
      width: 76px; } }

.venn-images-c {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 24px; }
  @media (min-width: 641px) {
    .venn-images-c {
      margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .venn-images-c {
      margin-bottom: 40px; } }
  @media (min-width: 1921px) {
    .venn-images-c {
      margin-bottom: 48px; } }
  @media (min-width: 1025px) {
    .venn-images-c {
      padding-top: 24px; } }

.venn-images-c .venn-image {
  position: relative; }
  .venn-images-c .venn-image img:nth-child(1) {
    width: 80%;
    margin-left: auto;
    margin-bottom: 18px; }
  .venn-images-c .venn-image img:nth-child(2) {
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1); }

.venn_image_reverse .venn-image img:nth-child(1) {
  width: 100%;
  padding-bottom: 50px; }

.venn_image_reverse .venn-image img:nth-child(2) {
  width: 50%;
  top: initial;
  -webkit-transform: none;
          transform: none;
  right: 30px;
  left: initial;
  bottom: 0; }

@media (min-width: 641px) {
  .venn-images-c .venn-text {
    text-align: left;
    padding-left: 30px; }
    .venn-images-c .venn-text button {
      margin-top: 16px; } }

.venn-images-c .venn-text p {
  text-align: left; }

.venn-images-c .venn-text h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #0e4d8b;
  margin-bottom: 16px; }

.venn-images-c .venn-text ul {
  list-style-type: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #0e4d8b;
  font-size: 1.25em; }
  @media (min-width: 1025px) {
    .venn-images-c .venn-text ul {
      font-size: 1.5em; } }
  @media (min-width: 1441px) {
    .venn-images-c .venn-text ul {
      font-size: 1.75em; } }
  .venn-images-c .venn-text ul li {
    padding-left: 16px;
    position: relative;
    padding-bottom: 8px; }
    .venn-images-c .venn-text ul li:before {
      content: '+';
      display: block;
      position: absolute;
      color: #ec3427;
      left: 0; }
    @media (min-width: 1441px) {
      .venn-images-c .venn-text ul li {
        padding-bottom: 16px; } }

.venn-images-c .venn-text button {
  width: 100%; }
  @media (min-width: 961px) {
    .venn-images-c .venn-text button {
      width: auto; } }

/*---------------------------------------------
Video Panel
video abnner qualities in layout/banner.scss
----------------------------------------------*/
.video_panel {
  min-height: 180px;
  margin-right: 16px;
  margin-left: 16px;
  position: relative;
  color: #0e4d8b;
  font-weight: 900;
  padding-left: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 641px) {
    .video_panel {
      min-height: 400px;
      margin: 0; } }
  @media (min-width: 961px) {
    .video_panel {
      min-height: 60vh; } }
  @media (min-width: 1281px) {
    .video_panel {
      min-height: 77vh; } }
  .video_panel .textOver {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 961px) {
      .video_panel .textOver {
        padding-right: 16px;
        padding-left: 16px; } }
  @media (min-width: 961px) and (min-width: 641px) {
    .video_panel .textOver {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 961px) and (min-width: 1025px) {
    .video_panel .textOver {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 961px) and (min-width: 1681px) {
    .video_panel .textOver {
      padding-right: 5%;
      padding-left: 5%; } }
    .video_panel .textOver p {
      margin: 0; }
      @media (min-width: 641px) {
        .video_panel .textOver p {
          font-size: 2.4em;
          line-height: 1.1em; } }
      @media (min-width: 1025px) {
        .video_panel .textOver p {
          font-size: 4.5vw; } }
      @media (min-width: 1921px) {
        .video_panel .textOver p {
          font-size: 4vw; } }
  .video_panel svg {
    height: 50px;
    width: 50px;
    fill: #0e4d8b;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-right: -50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    @media (min-width: 1025px) {
      .video_panel svg {
        height: 100px;
        width: 100px; } }
    @media (min-width: 1441px) {
      .video_panel svg {
        height: 130px;
        width: 130px; } }

/*----------- Video Modal --------------*/
.video_modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1995; }
  .video_modal_overlay .video_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.1);
    background: white;
    width: 100%;
    max-width: 1280px;
    padding: 5%; }
    .video_modal_overlay .video_modal .close {
      position: absolute;
      right: 24px;
      top: 20px;
      z-index: 1;
      height: 40px;
      width: 40px;
      cursor: pointer;
      display: block;
      padding-top: 40px;
      overflow: hidden;
      font-family: "Roboto", sans-serif; }
      .video_modal_overlay .video_modal .close::before {
        content: '\00d7';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 40px;
        height: 40px;
        width: 40px;
        color: #ec3427;
        -webkit-transition: color 0.5s ease;
        transition: color 0.5s ease;
        text-align: center;
        line-height: 40px; }

.video_container {
  position: relative;
  height: 0;
  overflow: hidden;
  /* 16x9 Aspect Ratio */
  /* 4x3 Aspect Ratio */ }
  .video_container.video_container_169 {
    padding-bottom: 56.25%; }
  .video_container.video_container_43 {
    padding-bottom: 75%; }
  .video_container iframe, .video_container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*---To open video modal----*/
html.video_modal_play .video_modal_overlay {
  opacity: 1;
  visibility: visible; }
  html.video_modal_play .video_modal_overlay .video_modal {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }

.search_modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 2000;
  pointer-events: none; }
  .search_modal_overlay .search_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
            transform: translate(-50%, -50%) scale(0.95);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px; }
    @media (min-width: 961px) {
      .search_modal_overlay .search_modal {
        max-height: 90vh; } }
    @media (min-width: 1025px) {
      .search_modal_overlay .search_modal {
        padding: 0; } }
    .search_modal_overlay .search_modal form {
      width: 100%; }
      @media (min-width: 641px) {
        .search_modal_overlay .search_modal form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .search_modal_overlay .search_modal form input:not([type="submit"]) {
        background: white;
        border-color: white; }
        @media (min-width: 641px) {
          .search_modal_overlay .search_modal form input:not([type="submit"]) {
            margin-right: 8px;
            margin-bottom: 0;
            width: calc(100% - 127px);
            max-width: 700px; } }
        @media (min-width: 1025px) {
          .search_modal_overlay .search_modal form input:not([type="submit"]) {
            padding: 10px 24px; } }
        @media (min-width: 1441px) {
          .search_modal_overlay .search_modal form input:not([type="submit"]) {
            font-size: 1.25em;
            padding: 16px 24px;
            margin-right: 16px; } }
        @media (min-width: 1681px) {
          .search_modal_overlay .search_modal form input:not([type="submit"]) {
            font-size: 1.5em; } }
        @media (min-width: 1921px) {
          .search_modal_overlay .search_modal form input:not([type="submit"]) {
            padding: 18px 24px; } }
      .search_modal_overlay .search_modal form input[type=submit] {
        background-color: #0e4d8b;
        border: 0; }
        .search_modal_overlay .search_modal form input[type=submit]:hover {
          background-color: #ec3427; }
        @media (min-width: 641px) {
          .search_modal_overlay .search_modal form input[type=submit] {
            margin-top: 0;
            width: auto; } }
  .search_modal_overlay .close_modal {
    border: 1px solid white;
    color: white;
    margin-top: 48px;
    text-align: center;
    padding: 10px 12px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85em;
    line-height: 22px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s; }
    .search_modal_overlay .close_modal:hover {
      background: white;
      color: black; }
    @media (min-width: 641px) {
      .search_modal_overlay .close_modal {
        display: inline-block;
        width: auto;
        margin-top: 32px; } }
    @media (min-width: 1441px) {
      .search_modal_overlay .close_modal {
        font-size: 1.25em;
        padding: 16px 24px; } }
    @media (min-width: 1681px) {
      .search_modal_overlay .close_modal {
        font-size: 1.5em; } }
    @media (min-width: 1921px) {
      .search_modal_overlay .close_modal {
        padding: 18px 24px; } }

html.search-open .search_modal_overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: initial; }

html.search-open .search_modal_overlay .search_modal {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

@media (min-width: 641px) {
  .services_slider .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1281px) {
  .services_slider .slider {
    display: block;
    -ms-flex-wrap: initial;
        flex-wrap: initial; } }

.services_slider .slide {
  padding: 0 16px;
  margin-bottom: 16px; }
  @media (min-width: 641px) {
    .services_slider .slide {
      width: 50%;
      margin-bottom: 32px; } }
  @media (min-width: 961px) {
    .services_slider .slide {
      width: 33.333333333333333%; } }
  @media (min-width: 1281px) {
    .services_slider .slide {
      margin-bottom: 0; } }
  .services_slider .slide .inner {
    border: 1px solid #8f8f8f;
    height: 100%;
    position: relative; }
  .services_slider .slide .imageArea {
    min-height: 215px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 641px) {
      .services_slider .slide .imageArea {
        min-height: 250px; } }
    @media (min-width: 961px) {
      .services_slider .slide .imageArea {
        min-height: 300px; } }
    .services_slider .slide .imageArea img {
      display: none; }
  .services_slider .slide .textArea {
    padding: 24px;
    border-top: 1px solid #8f8f8f; }
    @media (min-width: 641px) {
      .services_slider .slide .textArea {
        padding: 24px 24px 96px; } }
    @media (min-width: 1441px) {
      .services_slider .slide .textArea {
        padding: 48px 32px 96px; } }
    .services_slider .slide .textArea h3 {
      color: #0e4d8b;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase; }
      @media (min-width: 1281px) {
        .services_slider .slide .textArea h3 {
          margin-bottom: 8px; } }
    .services_slider .slide .textArea p {
      line-height: 1.45em; }
    .services_slider .slide .textArea .mainContent {
      margin-bottom: 24px; }
      .services_slider .slide .textArea .mainContent p {
        margin: 0; }
      .services_slider .slide .textArea .mainContent > *:last-child:after {
        content: '...'; }
      @media (min-width: 1441px) {
        .services_slider .slide .textArea .mainContent {
          margin-bottom: 60px; } }
    .services_slider .slide .textArea .stats, .services_slider .slide .textArea .use_cases {
      border-top: 1px solid #ec3427;
      padding-top: 8px;
      padding-bottom: 8px; }
    @media (min-width: 1441px) {
      .services_slider .slide .textArea .use_cases {
        margin-bottom: 60px; } }
    @media (min-width: 1681px) {
      .services_slider .slide .textArea .use_cases {
        margin-bottom: 120px; } }
  .services_slider .slide .buttons {
    padding: 24px; }
    @media (min-width: 641px) {
      .services_slider .slide .buttons {
        position: absolute;
        width: 100%;
        bottom: 0; } }
    @media (min-width: 1441px) {
      .services_slider .slide .buttons {
        padding: 48px 32px; } }
    .services_slider .slide .buttons .button-blue, .services_slider .slide .buttons .button-red {
      margin-top: 8px;
      display: inline-block;
      width: calc(50% - 8px);
      padding: 12px 5px; }
      @media (min-width: 1441px) {
        .services_slider .slide .buttons .button-blue, .services_slider .slide .buttons .button-red {
          font-size: 1em;
          padding: 16px 5px; } }
    .services_slider .slide .buttons .button-red {
      margin-right: 8px; }

.services_slider .slick-prev {
  height: 100%;
  left: 0;
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(11%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0.83)), color-stop(63%, rgba(255, 255, 255, 0.9)), color-stop(78%, white));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.83) 58%, rgba(255, 255, 255, 0.9) 63%, white 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .services_slider .slick-prev svg {
    position: absolute;
    left: 32px; }

.services_slider .slick-next {
  height: 100%;
  right: 0;
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0.83)), color-stop(63%, rgba(255, 255, 255, 0.9)), color-stop(78%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.83) 58%, rgba(255, 255, 255, 0.9) 63%, white 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .services_slider .slick-next svg {
    position: absolute;
    right: 32px; }

.stock-chart-viewer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (min-width: 641px) {
    .stock-chart-viewer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; } }
  .stock-chart-viewer #stockChart {
    border: 1px solid #ededed;
    width: 100%;
    height: 0%;
    margin-bottom: 30px; }
    @media (min-width: 641px) {
      .stock-chart-viewer #stockChart {
        width: 50%; } }
  .stock-chart-viewer .stock-chart-controls {
    width: 100%; }
    @media (min-width: 641px) {
      .stock-chart-viewer .stock-chart-controls {
        width: 50%;
        padding-left: 20px; } }
    .stock-chart-viewer .stock-chart-controls label {
      width: 100%;
      display: block;
      font-size: 16px;
      color: #0e4d8b;
      font-weight: 600; }
    .stock-chart-viewer .stock-chart-controls .control-wrapper {
      position: relative; }
      .stock-chart-viewer .stock-chart-controls .control-wrapper .sod_select {
        width: 100%;
        background-color: #ededed;
        padding: 10px 0 8px;
        cursor: pointer;
        margin-bottom: 10px; }
        .stock-chart-viewer .stock-chart-controls .control-wrapper .sod_select .sod_label {
          padding: 0 15px; }
        .stock-chart-viewer .stock-chart-controls .control-wrapper .sod_select .sod_list_wrapper {
          padding: 0;
          border: 0; }
          .stock-chart-viewer .stock-chart-controls .control-wrapper .sod_select .sod_list_wrapper .sod_list {
            border: 1px solid #ededed;
            border-top: 0; }
          .stock-chart-viewer .stock-chart-controls .control-wrapper .sod_select .sod_list_wrapper .sod_option {
            padding: 10px 15px; }
        .stock-chart-viewer .stock-chart-controls .control-wrapper .sod_select.open + svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: all ease-in .2s;
          transition: all ease-in .2s; }
      .stock-chart-viewer .stock-chart-controls .control-wrapper svg {
        fill: #ec3427;
        position: absolute;
        pointer-events: none;
        top: 15px;
        right: 15px;
        width: 21px;
        height: 20px;
        z-index: 1;
        -webkit-transition: all ease-in .2s;
        transition: all ease-in .2s; }

.investor_form {
  margin-top: 32px; }
  @media (min-width: 641px) {
    .investor_form {
      margin-top: 0; } }

.trustee-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .trustee-grid > * {
    width: 25%; }
    @media (min-width: 641px) {
      .trustee-grid > * {
        width: 20%; } }
    @media (min-width: 961px) {
      .trustee-grid > * {
        width: 16.66%; } }
    @media (min-width: 1441px) {
      .trustee-grid > * {
        width: 16.66%; } }
  .trustee-grid .trustee {
    padding: 10px 20px;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (min-width: 641px) {
      .trustee-grid .trustee {
        padding: 10px 40px; } }
    .trustee-grid .trustee img {
      width: auto;
      height: auto;
      max-height: 130px;
      margin: 0 auto; }

#stock {
  position: absolute;
  top: -20px;
  right: 29px;
  color: white;
  display: none; }
  @media (min-width: 1025px) {
    #stock {
      display: block; } }
  @media (min-width: 1281px) {
    #stock {
      right: 45px; } }
  @media (min-width: 1921px) {
    #stock {
      right: 50px; } }
  #stock h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    @media (min-width: 1281px) {
      #stock h3 {
        font-size: 20px; } }
    @media (min-width: 1921px) {
      #stock h3 {
        font-size: 25px; } }
  #stock small {
    font-weight: 100;
    font-size: 75%; }

.stock-section .arrow,
#stock .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(15px);
          transform: translateY(-50%) translateX(15px); }
  .stock-section .arrow.positive,
  #stock .arrow.positive {
    top: 50%;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #84b04a transparent; }
  .stock-section .arrow.negative,
  #stock .arrow.negative {
    top: 45%;
    border-width: 8px 6px 0 6px;
    border-color: #ec3427 transparent transparent transparent; }

.stock-section h2 {
  position: relative;
  display: inline-block;
  font-size: 80px; }
  @media (min-width: 641px) {
    .stock-section h2 {
      font-size: 110px; } }

.stock-section hr, .stock-section p, .stock-section table {
  margin: 0; }

.stock-section .closing-tag {
  font-style: italic;
  margin-bottom: 8px; }

.stock-section .arrow {
  -webkit-transform: translateY(-50%) translateX(25px) scale(2);
          transform: translateY(-50%) translateX(25px) scale(2); }

.stock_buttons * + a {
  margin-top: 16px; }

#banner-l {
  background: #4f4f4f;
  position: relative;
  padding-top: 70px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    #banner-l {
      padding-top: 12%; } }
  @media (min-width: 1025px) {
    #banner-l {
      padding-top: 100px; } }
  @media (min-width: 1681px) {
    #banner-l {
      padding-top: 120px; } }
  @media (min-width: 1921px) {
    #banner-l {
      padding-top: 160px; } }
  @media (min-width: 641px) {
    #banner-l {
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    #banner-l {
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    #banner-l {
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%; } }
  #banner-l h1 {
    /*---- Use only for h1 ---*/
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 1.75em;
    line-height: 1.1em;
    padding: 16px 16px 8px 20px;
    text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.6); }
    #banner-l h1 strong {
      font-weight: 700;
      display: block; }
    @media (min-width: 641px) {
      #banner-l h1 {
        font-size: 2.4em; } }
    @media (min-width: 1025px) {
      #banner-l h1 {
        font-size: 3.75em;
        padding-top: 36px; } }
    @media (min-width: 1281px) {
      #banner-l h1 {
        padding-top: 48px; } }
    @media (min-width: 1441px) {
      #banner-l h1 {
        font-size: 4.5em; } }
    @media (min-width: 1681px) {
      #banner-l h1 {
        font-size: 6.25em; } }
    @media (min-width: 1921px) {
      #banner-l h1 {
        padding-top: 84px; } }
  #banner-l p.subTitle {
    color: white;
    text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.6); }
    @media (min-width: 1025px) {
      #banner-l p.subTitle {
        margin-bottom: 48px; } }
    @media (min-width: 1281px) {
      #banner-l p.subTitle {
        margin-bottom: 60px; } }
    @media (min-width: 1921px) {
      #banner-l p.subTitle {
        margin-bottom: 120px; } }
  #banner-l img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      #banner-l img {
        margin-bottom: 32px; } }
  #banner-l.single_blog h1 {
    text-transform: none; }
  #banner-l.smaller_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 90px; }
    @media (min-width: 1025px) {
      #banner-l.smaller_banner {
        min-height: 480px;
        margin-bottom: 0;
        padding-top: 100px;
        padding-right: 16px;
        padding-bottom: 30px;
        padding-left: 16px; } }
  @media (min-width: 1025px) and (min-width: 641px) {
    #banner-l.smaller_banner {
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    #banner-l.smaller_banner {
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%; } }
  @media (min-width: 1025px) and (min-width: 1681px) {
    #banner-l.smaller_banner {
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%; } }
    @media (min-width: 1681px) {
      #banner-l.smaller_banner {
        min-height: 650px;
        padding-top: 120px; } }
    @media (min-width: 1921px) {
      #banner-l.smaller_banner {
        padding-top: 135px; } }
    #banner-l.smaller_banner h1 {
      padding-top: 0;
      padding-bottom: 0; }
  #banner-l.button_banner p.subTitle {
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      #banner-l.button_banner p.subTitle {
        margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    #banner-l.button_banner button {
      padding-bottom: 48px; } }
  @media (min-width: 1281px) {
    #banner-l.button_banner button {
      padding-bottom: 60px; } }
  @media (min-width: 1921px) {
    #banner-l.button_banner button {
      padding-bottom: 120px; } }
  #banner-l.video_banner h1 {
    padding-bottom: 0;
    margin-bottom: 16px; }
  #banner-l.video_banner svg {
    height: 50px;
    width: 50px;
    fill: white; }
    @media (min-width: 641px) {
      #banner-l.video_banner svg {
        height: 100px;
        width: 100px; } }
  #banner-l.no_video_banner h1 {
    padding-top: 0; }
  #banner-l .bannerText {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 100%; }
  #banner-l .banner_image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: gray;
            filter: gray;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    #banner-l .banner_image:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(144, 144, 144, 0.43); }

html.js-enabled #banner-l h1 strong, html.js-enabled #banner-l img {
  -webkit-transition: opacity 600ms ease, -webkit-transform 800ms ease;
  transition: opacity 600ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, opacity 600ms ease;
  transition: transform 800ms ease, opacity 600ms ease, -webkit-transform 800ms ease;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0; }

html.js-enabled #banner-l p.subTitle, html.js-enabled #banner-l svg {
  -webkit-transition: opacity 750ms ease, -webkit-transform 750ms ease;
  transition: opacity 750ms ease, -webkit-transform 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, -webkit-transform 750ms ease;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0; }

html.js-enabled #banner-l a, html.js-enabled #banner-l .breadcrumb-c {
  -webkit-transition: opacity 750ms ease, -webkit-transform 750ms ease;
  transition: opacity 750ms ease, -webkit-transform 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, -webkit-transform 750ms ease;
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
  opacity: 0; }

html.js-enabled #banner-l a {
  -webkit-transform: scale(0.75);
          transform: scale(0.75); }

html.onload #banner-l h1 strong, html.onload #banner-l img, html.onload #banner-l p.subTitle, html.onload #banner-l svg {
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  opacity: 1; }

html.onload #banner-l a, html.onload #banner-l .breadcrumb-c {
  opacity: 1; }

html.onload #banner-l a {
  -webkit-transform: scale(1);
          transform: scale(1); }

#footer-l {
  background-color: #8f8f8f;
  background-size: cover;
  color: white;
  text-align: center;
  font-weight: 300; }
  #footer-l a {
    color: white;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    #footer-l a:hover {
      color: #ec3427; }
  #footer-l h4 {
    font-weight: 400; }
  @media (min-width: 641px) {
    #footer-l {
      background-color: #4f4f4f; } }
  #footer-l .main_footer {
    position: relative; }
  #footer-l .footer_image {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      #footer-l .footer_image {
        display: block; } }

#footer-l .footer-top {
  padding-top: 30px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    #footer-l .footer-top {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    #footer-l .footer-top {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    #footer-l .footer-top {
      padding-right: 5%;
      padding-left: 5%; } }
  #footer-l .footer-top .logo {
    display: none; }
    #footer-l .footer-top .logo a {
      background: url("../img/key-logo.svg");
      height: 32px;
      width: 98px;
      display: block;
      text-indent: -9999px;
      background-size: cover; }
      @media (min-width: 641px) {
        #footer-l .footer-top .logo a {
          height: 40px;
          width: 124px; } }
      @media (min-width: 1025px) {
        #footer-l .footer-top .logo a {
          height: 50px;
          width: 156px; } }
      @media (min-width: 1441px) {
        #footer-l .footer-top .logo a {
          height: 60px;
          width: 184px; } }
      @media (min-width: 1921px) {
        #footer-l .footer-top .logo a {
          height: 67px;
          width: 208px; } }
  #footer-l .footer-top .quicklinks {
    margin-bottom: 24px; }
    #footer-l .footer-top .quicklinks ul {
      padding: 0; }
      #footer-l .footer-top .quicklinks ul li {
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 6px;
        position: relative; }
        #footer-l .footer-top .quicklinks ul li + li::before {
          content: '';
          position: absolute;
          height: 16px;
          border-left: 1px solid white;
          left: -2px;
          top: calc(50% - 8px); }
  #footer-l .footer-top .services {
    margin-bottom: 24px; }
    #footer-l .footer-top .services ul {
      padding: 0; }
      #footer-l .footer-top .services ul li {
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 6px;
        position: relative; }
        #footer-l .footer-top .services ul li + li::before {
          content: '';
          position: absolute;
          height: 16px;
          border-left: 1px solid white;
          left: -2px;
          top: calc(50% - 8px); }
  #footer-l .footer-top .contact-info {
    margin-bottom: 24px; }
    #footer-l .footer-top .contact-info ul li:last-child {
      padding-top: 16px; }
  @media (min-width: 641px) {
    #footer-l .footer-top {
      padding-top: 48px;
      padding-bottom: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #footer-l .footer-top .quicklinks {
        width: 30%;
        text-align: left;
        max-width: 300px;
        font-family: "Roboto Condensed", sans-serif; }
        #footer-l .footer-top .quicklinks h4 {
          display: none; }
        #footer-l .footer-top .quicklinks ul li {
          display: block;
          padding: 0;
          margin-bottom: 10px; }
          #footer-l .footer-top .quicklinks ul li::before {
            display: none; }
        #footer-l .footer-top .quicklinks a {
          font-weight: 400;
          text-transform: uppercase; }
      #footer-l .footer-top .services {
        width: 40%;
        text-align: left;
        max-width: 300px;
        font-family: "Roboto Condensed", sans-serif; }
        #footer-l .footer-top .services h4 {
          display: none; }
        #footer-l .footer-top .services ul li {
          display: block;
          padding: 0;
          margin-bottom: 10px; }
          #footer-l .footer-top .services ul li::before {
            display: none; }
        #footer-l .footer-top .services a {
          font-weight: 400; }
      #footer-l .footer-top .contact-info {
        width: 30%;
        text-align: left;
        max-width: 240px; }
        #footer-l .footer-top .contact-info h4 {
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          margin-top: 0;
          margin-bottom: 8px; } }
  @media (min-width: 1281px) {
    #footer-l .footer-top .logo {
      margin-right: 80px;
      display: block; } }
  @media (min-width: 1681px) {
    #footer-l .footer-top {
      padding-top: 76px;
      padding-bottom: 48px; }
      #footer-l .footer-top .logo {
        margin-right: 100px; }
      #footer-l .footer-top .quicklinks, #footer-l .footer-top .services {
        max-width: initial;
        width: 20%; }
      #footer-l .footer-top .contact-info {
        max-width: 360px; } }
  @media (min-width: 1921px) {
    #footer-l .footer-top {
      padding-top: 120px;
      padding-bottom: 60px; }
      #footer-l .footer-top .quicklinks ul li, #footer-l .footer-top .services ul li {
        margin-bottom: 16px; } }

#footer-l .footer-bottom {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    #footer-l .footer-bottom {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    #footer-l .footer-bottom {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    #footer-l .footer-bottom {
      padding-right: 5%;
      padding-left: 5%; } }
  #footer-l .footer-bottom .details {
    font-size: 0.8em;
    border-top: 1px solid white;
    padding-top: 16px;
    padding-bottom: 16px; }
    #footer-l .footer-bottom .details p {
      margin: 0 0 6px;
      font-size: 1em; }
    #footer-l .footer-bottom .details nav ul {
      padding: 0; }
      #footer-l .footer-bottom .details nav ul li {
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 6px;
        position: relative; }
        #footer-l .footer-bottom .details nav ul li + li::before {
          content: '';
          position: absolute;
          height: 16px;
          border-left: 1px solid white;
          left: -2px;
          top: calc(50% - 8px); }
    @media (min-width: 641px) {
      #footer-l .footer-bottom .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0; }
        #footer-l .footer-bottom .details nav {
          margin-left: auto; } }
    @media (min-width: 1681px) {
      #footer-l .footer-bottom .details {
        padding-bottom: 48px; } }
    @media (min-width: 1921px) {
      #footer-l .footer-bottom .details {
        padding-bottom: 140px; } }

@media (min-width: 641px) {
  .grid-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 641px) {
  .col-1 {
    width: 8.3333333333%; }
  .col-2 {
    width: 16.6666666667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.3333333333%; }
  .col-5 {
    width: 41.6666666667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.3333333333%; }
  .col-8 {
    width: 66.6666666667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.3333333333%; }
  .col-11 {
    width: 91.6666666667%; }
  .col-12 {
    width: 100%; } }

#header-l {
  padding: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1200; }
  #header-l .logo {
    margin-right: auto;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #header-l .logo a {
      background: url("../img/key-logo.svg");
      height: 32px;
      width: 98px;
      display: block;
      text-indent: -9999px;
      background-size: cover; }
      @media (min-width: 641px) {
        #header-l .logo a {
          height: 40px;
          width: 124px; } }
      @media (min-width: 1025px) {
        #header-l .logo a {
          height: 50px;
          width: 156px; } }
      @media (min-width: 1441px) {
        #header-l .logo a {
          height: 60px;
          width: 184px; } }
      @media (min-width: 1921px) {
        #header-l .logo a {
          height: 67px;
          width: 208px; } }
  #header-l .hamburger-menu {
    margin: 10px 4px 10px 18px;
    height: 16px;
    width: 24px;
    position: relative;
    display: block;
    cursor: pointer; }
    #header-l .hamburger-menu em {
      height: 2px;
      display: block;
      text-indent: -9999px;
      position: absolute;
      top: calc(50% - 1px);
      background: white;
      width: 100%; }
    #header-l .hamburger-menu::before {
      content: '';
      position: absolute;
      height: 2px;
      left: 0;
      width: 100%;
      background: white;
      top: 0; }
    #header-l .hamburger-menu::after {
      content: '';
      position: absolute;
      height: 2px;
      left: 0;
      width: 100%;
      background: white;
      bottom: 0; }
  #header-l .nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #header-l .nav-buttons .search-icon {
      display: none;
      background-color: #ec3427;
      margin-right: 8px;
      padding: 12px 24px;
      position: relative;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      #header-l .nav-buttons .search-icon:hover {
        background-color: white; }
        #header-l .nav-buttons .search-icon:hover svg {
          fill: #ec3427; }
      #header-l .nav-buttons .search-icon svg {
        fill: white;
        position: absolute;
        margin: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: fill 0.3s;
        transition: fill 0.3s; }
  #header-l .button-white a {
    display: block;
    background: white;
    padding: 10px 18px 8px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.85em;
    border: 3px solid white;
    -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
    transition: border-color 0.5s ease, background-color 0.5s ease;
    padding: 5px 18px 3px; }
    @media (min-width: 641px) {
      #header-l .button-white a {
        padding: 12px 20px; } }
    @media (min-width: 1025px) {
      #header-l .button-white a {
        padding: 14px 24px; } }
    @media (min-width: 1441px) {
      #header-l .button-white a {
        padding: 16px 36px;
        font-size: 1.25em; } }
    @media (min-width: 1681px) {
      #header-l .button-white a {
        font-size: 1.5em; } }
    @media (min-width: 1921px) {
      #header-l .button-white a {
        padding: 18px 42px; } }
    #header-l .button-white a:hover, #header-l .button-white a.active {
      background-color: #d9d9d9;
      border-color: #d9d9d9; }
    #header-l .button-white a:hover small, #header-l .button-white a.active small {
      color: #0e4d8b; }
    #header-l .button-white a:hover strong, #header-l .button-white a.active strong {
      color: #ec3427; }
    #header-l .button-white a small {
      color: #ec3427;
      display: block;
      text-transform: none;
      line-height: 1;
      font-size: 10px; }
    #header-l .button-white a strong {
      font-family: "Roboto Condensed", sans-serif;
      color: #0e4d8b;
      text-transform: uppercase;
      display: block;
      line-height: 1;
      font-size: 14px; }
    @media (min-width: 641px) {
      #header-l .button-white a {
        padding: 6px 24px 4px; }
        #header-l .button-white a small {
          font-size: 14px; }
        #header-l .button-white a strong {
          font-size: 18px; } }
    @media (min-width: 1025px) {
      #header-l .button-white a {
        padding: 3px 30px; }
        #header-l .button-white a small {
          font-size: 15px; }
        #header-l .button-white a strong {
          font-size: 21px; } }
    @media (min-width: 1441px) {
      #header-l .button-white a {
        padding: 6px 48px; }
        #header-l .button-white a small {
          font-size: 18px; }
        #header-l .button-white a strong {
          font-size: 24px; } }
    @media (min-width: 1921px) {
      #header-l .button-white a {
        padding: 8px 80px; }
        #header-l .button-white a strong {
          font-size: 28px; } }
  @media (min-width: 641px) {
    #header-l {
      padding: 16px 24px; }
      #header-l .hamburger-menu {
        margin-left: 24px; }
      #header-l .nav-buttons .search-icon {
        display: block; } }
  @media (min-width: 1025px) {
    #header-l {
      padding: 20px 16px; }
      #header-l .hamburger-menu {
        margin-left: 36px;
        display: none; } }
  @media (min-width: 1441px) {
    #header-l {
      padding: 24px 42px; }
      #header-l .nav-buttons .search-icon {
        padding: 12px 30px; }
        #header-l .nav-buttons .search-icon svg {
          -webkit-transform: translate(-50%, -50%) scale(1.5);
                  transform: translate(-50%, -50%) scale(1.5); } }
  @media (min-width: 1681px) {
    #header-l {
      padding: 30px 48px; } }
  @media (min-width: 1921px) {
    #header-l {
      padding: 36px 60px; }
      #header-l .nav-buttons .search-icon {
        padding: 12px 34px; }
        #header-l .nav-buttons .search-icon svg {
          -webkit-transform: translate(-50%, -50%) scale(1.8);
                  transform: translate(-50%, -50%) scale(1.8); } }

.search-icon {
  cursor: pointer;
  font-weight: 700; }
  .search-icon svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    fill: #4f4f4f;
    pointer-events: none; }

html.fixed-header {
  background: #8f8f8f; }
  html.fixed-header #header-l {
    background: #0e4d8b;
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: none;
    transition: none; }
  html.fixed-header.transform #header-l {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  @media (min-width: 641px) {
    html.fixed-header {
      background: #4f4f4f; }
      html.fixed-header #header-l .level-2 {
        background-color: #efefef;
        border-top: 3px solid #efefef; }
        html.fixed-header #header-l .level-2 li a {
          color: #0e4d8b; } }

.mobile_pad .introBlock {
  padding-left: 16px;
  padding-right: 16px; }

.introBlock {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
  .introBlock h2 {
    margin-bottom: 8px;
    text-align: left; }
  .introBlock p {
    color: inherit;
    text-align: left; }
  .introBlock.text-center h2, .introBlock.text-center p {
    text-align: center; }
  @media (min-width: 641px) {
    .introBlock h2, .introBlock p {
      text-align: center; }
    .introBlock.text-left-p p {
      text-align: left; } }

#main-content-l, #main-content-l .key-pitch.white_bground {
  background: white; }

#main-content-l .key-pitch {
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-left: 0;
  padding-right: 0;
  background: #f6f7f8;
  text-align: center; }
  @media (min-width: 641px) {
    #main-content-l .key-pitch {
      padding-top: 5%;
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    #main-content-l .key-pitch {
      padding-top: 60px;
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    #main-content-l .key-pitch {
      padding-top: 90px;
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%; } }
  #main-content-l .key-pitch .border_bot_red {
    border-bottom: 1px solid #ec3427; }
    @media (min-width: 1441px) {
      #main-content-l .key-pitch .border_bot_red {
        padding-bottom: 60px; } }
  #main-content-l .key-pitch h3 {
    color: #0e4d8b;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
  #main-content-l .key-pitch.smaller_pitch {
    padding-top: 0px; }
    @media (min-width: 1441px) {
      #main-content-l .key-pitch.smaller_pitch {
        padding-bottom: 60px; } }

#main-content-l .key-services {
  padding-top: 32px; }
  @media (min-width: 641px) {
    #main-content-l .key-services {
      padding-top: 5%; } }
  @media (min-width: 1025px) {
    #main-content-l .key-services {
      padding-top: 60px; } }
  @media (min-width: 1681px) {
    #main-content-l .key-services {
      padding-top: 90px; } }

#main-content-l .key-insights {
  padding-top: 32px;
  padding-bottom: 30px;
  background: #ededed; }
  @media (min-width: 641px) {
    #main-content-l .key-insights {
      padding-top: 5%;
      padding-bottom: 5%; } }
  @media (min-width: 1025px) {
    #main-content-l .key-insights {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1681px) {
    #main-content-l .key-insights {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media (min-width: 641px) {
    #main-content-l .key-insights {
      background: none; } }

#main-content-l .key-trustees {
  padding-top: 32px;
  padding-bottom: 30px; }
  @media (min-width: 641px) {
    #main-content-l .key-trustees {
      padding-top: 5%;
      padding-bottom: 5%; } }
  @media (min-width: 1025px) {
    #main-content-l .key-trustees {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1681px) {
    #main-content-l .key-trustees {
      padding-top: 90px;
      padding-bottom: 90px; } }

#main-content-l .section-light-grey {
  background: #ededed;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    #main-content-l .section-light-grey {
      padding-top: 5%;
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    #main-content-l .section-light-grey {
      padding-top: 60px;
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    #main-content-l .section-light-grey {
      padding-top: 90px;
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%; } }

#main-content-l .section-white {
  background: white;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    #main-content-l .section-white {
      padding-top: 5%;
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    #main-content-l .section-white {
      padding-top: 60px;
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    #main-content-l .section-white {
      padding-top: 90px;
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%; } }

.anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden; }

#wrapper-l {
  min-width: 320px;
  overflow: hidden; }

.nf-response-msg h3 {
  color: #0e4d8b;
  font-weight: 700; }

form .nf-field-container {
  margin-bottom: 0; }

form .nf-field ul li {
  clear: both; }

form .nf-field ul li:before {
  display: none; }

form .nf-form-fields-required {
  color: #0e4d8b; }

form .ninja-forms-req-symbol {
  color: #ec3427 !important;
  font-weight: 300; }

form .nf-error-msg {
  color: #ec3427;
  margin-top: -16px; }

form .hidden {
  opacity: 0; }

form input:not([type="submit"]) {
  line-height: 1;
  padding: 10px 12px;
  width: 100%;
  background: #ededed;
  border: 1px solid #ededed;
  margin-bottom: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  form input:not([type="submit"]):focus {
    border-color: #0e4d8b;
    -webkit-box-shadow: none;
            box-shadow: none; }

form input[type="submit"], form input[type="button"] {
  width: 100%;
  margin-top: 8px;
  display: block;
  background: #ec3427;
  padding: 10px 18px 8px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.85em;
  border: 3px solid #ec3427;
  -webkit-transition: border-color 0.5s ease, background-color 0.5s ease;
  transition: border-color 0.5s ease, background-color 0.5s ease; }
  @media (min-width: 641px) {
    form input[type="submit"], form input[type="button"] {
      padding: 12px 20px; } }
  @media (min-width: 1025px) {
    form input[type="submit"], form input[type="button"] {
      padding: 14px 24px; } }
  @media (min-width: 1441px) {
    form input[type="submit"], form input[type="button"] {
      padding: 16px 36px;
      font-size: 1.25em; } }
  @media (min-width: 1681px) {
    form input[type="submit"], form input[type="button"] {
      font-size: 1.5em; } }
  @media (min-width: 1921px) {
    form input[type="submit"], form input[type="button"] {
      padding: 18px 42px; } }
  form input[type="submit"]:hover, form input[type="submit"].active, form input[type="button"]:hover, form input[type="button"].active {
    background-color: #b71b10;
    border-color: #b71b10; }
  @media (min-width: 1681px) {
    form input[type="submit"], form input[type="button"] {
      margin-top: 16px; } }

form input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  position: relative; }
  form input[type=checkbox]:checked:after {
    content: '';
    background-image: url("../img/tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 80%;
    width: 80%; }
  form input[type=checkbox]:focus {
    border-color: transparent; }

form input[type=radio] {
  width: 30px !important;
  height: 30px;
  margin-right: 8px;
  position: relative; }
  form input[type=radio]:checked:after {
    content: '';
    background-image: url("../img/tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 80%;
    width: 80%; }
  form input[type=radio]:focus {
    border-color: transparent; }

form .list-radio-wrap ul li, form .list-checkbox-wrap {
  clear: both; }
  form .list-radio-wrap ul li label, form .list-checkbox-wrap label {
    padding-top: 8px; }
  form .list-radio-wrap ul li:before, form .list-checkbox-wrap:before {
    display: none; }

form .checkbox-wrap .nf-field-label {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

form .label-right .checkbox-wrap .nf-field-element {
  width: 30px; }

form .list-select-wrap .nf-field-element:after, form .listcountry-wrap .nf-field-element:after, .stock-chart-controls .control-wrapper:after {
  background-image: url("../img/down-chevron.svg");
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 16px;
  bottom: 6px;
  right: 8px;
  pointer-events: none; }

form textarea, form .nf-field-element select, .stock-chart-controls select {
  line-height: 1;
  padding: 10px 12px;
  width: 100%;
  background: #ededed;
  border: 1px solid #ededed;
  margin-bottom: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 40px;
  max-height: 90px;
  min-width: 100%;
  max-width: 100%; }
  form textarea:focus, form .nf-field-element select:focus, .stock-chart-controls select:focus {
    border-color: #0e4d8b;
    -webkit-box-shadow: none;
            box-shadow: none; }

form .nf-field-element select, .stock-chart-controls select {
  padding: 0 12px; }

.quote_block p {
  position: relative;
  line-height: 1.5em; }
  .quote_block p:before, .quote_block p:after {
    content: '';
    background-image: url("../img/quote.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 45px;
    position: absolute;
    top: -15px;
    left: 0px; }
  .quote_block p:after {
    top: initial;
    bottom: -15px;
    left: initial;
    background-image: url("../img/quoteR.svg"); }

/*--------------------------------------------------
Leadership Team
--------------------------------------------------*/
.leadership_intro {
  padding-bottom: 32px; }

#main-content-l .section-white.exec_team_list {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important; }

@media (min-width: 768px) {
  #exec_team_list .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

#exec_team_list .slider .single_leader {
  text-align: center;
  cursor: pointer; }
  @media (min-width: 768px) {
    #exec_team_list .slider .single_leader {
      width: 50%;
      max-width: 300px; } }
  @media (min-width: 961px) {
    #exec_team_list .slider .single_leader {
      width: 25%; } }
  #exec_team_list .slider .single_leader:hover .cirImg, #exec_team_list .slider .single_leader.active .cirImg {
    opacity: 0.4; }
  #exec_team_list .slider .single_leader:hover h3, #exec_team_list .slider .single_leader.active h3 {
    color: #ec3427; }
  #exec_team_list .slider .single_leader .cirImg {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    #direct_list .fade_content .cirImg {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
  #exec_team_list .slider .single_leader h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #0e4d8b;
    margin-top: 24px; }

main#main-content-l .team_ajax {
  max-height: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden; }
  main#main-content-l .team_ajax.active {
    max-height: 1000px;
    overflow-y: auto; }
  main#main-content-l .team_ajax .single_image_text_row {
    position: relative; }
    @media (min-width: 768px) {
      main#main-content-l .team_ajax .single_image_text_row {
        padding-top: 32px;
        border-top: 1px solid #ec3427; } }
    @media (min-width: 961px) {
      main#main-content-l .team_ajax .single_image_text_row {
        padding-top: 0;
        border-top: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1281px) {
      main#main-content-l .team_ajax .single_image_text_row .cirImg {
        width: 275px;
        height: 275px; } }
    main#main-content-l .team_ajax .single_image_text_row .image_area.noImg {
      display: none; }
    main#main-content-l .team_ajax .single_image_text_row .text_area {
      border-bottom: 1px solid #ec3427;
      padding-bottom: 32px !important; }
      @media (min-width: 961px) {
        main#main-content-l .team_ajax .single_image_text_row .text_area {
          padding-top: 32px !important;
          border-top: 1px solid #ec3427; } }
      main#main-content-l .team_ajax .single_image_text_row .text_area h3 + p.italic {
        margin-top: 0 !important; }
  main#main-content-l .team_ajax .close {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    padding-top: 40px;
    overflow: hidden;
    font-family: "Roboto", sans-serif; }
    main#main-content-l .team_ajax .close::before {
      content: '\00d7';
      position: absolute;
      top: 0;
      right: 0;
      font-size: 40px;
      height: 40px;
      width: 40px;
      color: #ec3427;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
      text-align: center;
      line-height: 40px; }

.direct_list {
  position: relative;
  z-index: 2; }

#direct_list {
  margin-top: 32px; }
  @media (min-width: 641px) {
    #direct_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  /* @media (min-width: 1025px) {
    #direct_list {
      margin-top: 5rem; } } */
  #direct_list .fade_content {
    min-width: 263px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
    padding: 0 32px; }
    @media (min-width: 641px) {
      #direct_list .fade_content {
        width: 50%; } }
    @media (min-width: 1025px) {
      #direct_list .fade_content {
        width: 20%; } }
    #direct_list .fade_content .image_area h3 {
      font-weight: 700;
      text-transform: uppercase;
      color: #0e4d8b; }
  #direct_list .single_team {
    cursor: pointer; }
    #direct_list .single_team.active h3, #direct_list .single_team:hover h3 {
      color: #ec3427; }

/*----- Careers Page Styling ------*/
.job_opportunities, .search_results {
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-top: 32px; }
  @media (min-width: 641px) {
    .job_opportunities, .search_results {
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%;
      padding-top: 5%; } }
  @media (min-width: 1025px) {
    .job_opportunities, .search_results {
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%;
      padding-top: 60px; } }
  @media (min-width: 1681px) {
    .job_opportunities, .search_results {
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%;
      padding-top: 90px; } }
  .job_opportunities .job_opportunities_controls, .job_opportunities .search_results_controls, .search_results .job_opportunities_controls, .search_results .search_results_controls {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 16px; }
    @media (min-width: 961px) {
      .job_opportunities .job_opportunities_controls, .job_opportunities .search_results_controls, .search_results .job_opportunities_controls, .search_results .search_results_controls {
        margin-bottom: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1281px) {
      .job_opportunities .job_opportunities_controls, .job_opportunities .search_results_controls, .search_results .job_opportunities_controls, .search_results .search_results_controls {
        margin-bottom: 0; } }
    .job_opportunities .job_opportunities_controls.top_controls, .job_opportunities .search_results_controls.top_controls, .search_results .job_opportunities_controls.top_controls, .search_results .search_results_controls.top_controls {
      margin-top: 16px; }
      .job_opportunities .job_opportunities_controls.top_controls .navigation, .job_opportunities .search_results_controls.top_controls .navigation, .search_results .job_opportunities_controls.top_controls .navigation, .search_results .search_results_controls.top_controls .navigation {
        display: none; }
        @media (min-width: 961px) {
          .job_opportunities .job_opportunities_controls.top_controls .navigation, .job_opportunities .search_results_controls.top_controls .navigation, .search_results .job_opportunities_controls.top_controls .navigation, .search_results .search_results_controls.top_controls .navigation {
            display: block; } }
      .job_opportunities .job_opportunities_controls.top_controls .view_types .per_page li:last-child, .job_opportunities .search_results_controls.top_controls .view_types .per_page li:last-child, .search_results .job_opportunities_controls.top_controls .view_types .per_page li:last-child, .search_results .search_results_controls.top_controls .view_types .per_page li:last-child {
        margin-right: 8px; }
    .job_opportunities .job_opportunities_controls.bottom_controls .navigation, .job_opportunities .search_results_controls.bottom_controls .navigation, .search_results .job_opportunities_controls.bottom_controls .navigation, .search_results .search_results_controls.bottom_controls .navigation {
      display: inline-block; }
    .job_opportunities .job_opportunities_controls.bottom_controls .view_types, .job_opportunities .search_results_controls.bottom_controls .view_types, .search_results .job_opportunities_controls.bottom_controls .view_types, .search_results .search_results_controls.bottom_controls .view_types {
      margin-top: 16px; }
      @media (min-width: 641px) {
        .job_opportunities .job_opportunities_controls.bottom_controls .view_types, .job_opportunities .search_results_controls.bottom_controls .view_types, .search_results .job_opportunities_controls.bottom_controls .view_types, .search_results .search_results_controls.bottom_controls .view_types {
          margin-top: 0;
          float: right; } }
    .job_opportunities .job_opportunities_controls .navigation span, .job_opportunities .search_results_controls .navigation span, .search_results .job_opportunities_controls .navigation span, .search_results .search_results_controls .navigation span {
      display: none; }
    .job_opportunities .job_opportunities_controls li, .job_opportunities .search_results_controls li, .search_results .job_opportunities_controls li, .search_results .search_results_controls li {
      display: inline-block;
      text-align: center;
      float: left; }
      @media (min-width: 641px) {
        .job_opportunities .job_opportunities_controls li, .job_opportunities .search_results_controls li, .search_results .job_opportunities_controls li, .search_results .search_results_controls li {
          float: none; } }
      .job_opportunities .job_opportunities_controls li.last_link, .job_opportunities .job_opportunities_controls li.ellipses_link, .job_opportunities .job_opportunities_controls li span, .job_opportunities .search_results_controls li.last_link, .job_opportunities .search_results_controls li.ellipses_link, .job_opportunities .search_results_controls li span, .search_results .job_opportunities_controls li.last_link, .search_results .job_opportunities_controls li.ellipses_link, .search_results .job_opportunities_controls li span, .search_results .search_results_controls li.last_link, .search_results .search_results_controls li.ellipses_link, .search_results .search_results_controls li span {
        display: none; }
      .job_opportunities .job_opportunities_controls li a, .job_opportunities .search_results_controls li a, .search_results .job_opportunities_controls li a, .search_results .search_results_controls li a {
        padding-top: 6px;
        width: 38px;
        height: 38px;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .job_opportunities .job_opportunities_controls li a:hover, .job_opportunities .job_opportunities_controls li a.active, .job_opportunities .search_results_controls li a:hover, .job_opportunities .search_results_controls li a.active, .search_results .job_opportunities_controls li a:hover, .search_results .job_opportunities_controls li a.active, .search_results .search_results_controls li a:hover, .search_results .search_results_controls li a.active {
          color: white;
          background-color: #ec3427;
          font-weight: bold; }
          .job_opportunities .job_opportunities_controls li a:hover svg, .job_opportunities .job_opportunities_controls li a.active svg, .job_opportunities .search_results_controls li a:hover svg, .job_opportunities .search_results_controls li a.active svg, .search_results .job_opportunities_controls li a:hover svg, .search_results .job_opportunities_controls li a.active svg, .search_results .search_results_controls li a:hover svg, .search_results .search_results_controls li a.active svg {
            fill: white; }
        .job_opportunities .job_opportunities_controls li a svg, .job_opportunities .search_results_controls li a svg, .search_results .job_opportunities_controls li a svg, .search_results .search_results_controls li a svg {
          width: 30px;
          height: 30px;
          fill: #0e4d8b; }
          @media (min-width: 768px) {
            .job_opportunities .job_opportunities_controls li a svg, .job_opportunities .search_results_controls li a svg, .search_results .job_opportunities_controls li a svg, .search_results .search_results_controls li a svg {
              display: none; } }
        .job_opportunities .job_opportunities_controls li a span, .job_opportunities .search_results_controls li a span, .search_results .job_opportunities_controls li a span, .search_results .search_results_controls li a span {
          display: none; }
          @media (min-width: 768px) {
            .job_opportunities .job_opportunities_controls li a span, .job_opportunities .search_results_controls li a span, .search_results .job_opportunities_controls li a span, .search_results .search_results_controls li a span {
              display: block; } }
    .job_opportunities .job_opportunities_controls .arrow_links a, .job_opportunities .search_results_controls .arrow_links a, .search_results .job_opportunities_controls .arrow_links a, .search_results .search_results_controls .arrow_links a {
      outline: 1px #ec3427 solid;
      color: #ec3427;
      font-weight: bold; }
    @media (min-width: 961px) {
      .job_opportunities .job_opportunities_controls .view_types, .job_opportunities .search_results_controls .view_types, .search_results .job_opportunities_controls .view_types, .search_results .search_results_controls .view_types {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .job_opportunities .job_opportunities_controls .view_types a, .job_opportunities .search_results_controls .view_types a, .search_results .job_opportunities_controls .view_types a, .search_results .search_results_controls .view_types a {
      outline: 1px #0e4d8b solid;
      color: #0e4d8b; }
      .job_opportunities .job_opportunities_controls .view_types a:hover, .job_opportunities .job_opportunities_controls .view_types a.active, .job_opportunities .search_results_controls .view_types a:hover, .job_opportunities .search_results_controls .view_types a.active, .search_results .job_opportunities_controls .view_types a:hover, .search_results .job_opportunities_controls .view_types a.active, .search_results .search_results_controls .view_types a:hover, .search_results .search_results_controls .view_types a.active {
        outline-color: #ec3427; }
    .job_opportunities .job_opportunities_controls .view_types .per_page, .job_opportunities .search_results_controls .view_types .per_page, .search_results .job_opportunities_controls .view_types .per_page, .search_results .search_results_controls .view_types .per_page {
      margin-bottom: 16px;
      display: inline-block; }
      @media (min-width: 961px) {
        .job_opportunities .job_opportunities_controls .view_types .per_page, .job_opportunities .search_results_controls .view_types .per_page, .search_results .job_opportunities_controls .view_types .per_page, .search_results .search_results_controls .view_types .per_page {
          margin-bottom: 0; } }
      .job_opportunities .job_opportunities_controls .view_types .per_page li, .job_opportunities .search_results_controls .view_types .per_page li, .search_results .job_opportunities_controls .view_types .per_page li, .search_results .search_results_controls .view_types .per_page li {
        margin-right: 8px; }
        .job_opportunities .job_opportunities_controls .view_types .per_page li:last-child, .job_opportunities .search_results_controls .view_types .per_page li:last-child, .search_results .job_opportunities_controls .view_types .per_page li:last-child, .search_results .search_results_controls .view_types .per_page li:last-child {
          margin-right: 0; }
        .job_opportunities .job_opportunities_controls .view_types .per_page li a, .job_opportunities .search_results_controls .view_types .per_page li a, .search_results .job_opportunities_controls .view_types .per_page li a, .search_results .search_results_controls .view_types .per_page li a {
          width: 37px;
          height: 37px; }
    .job_opportunities .job_opportunities_controls .view_types .sort_by, .job_opportunities .search_results_controls .view_types .sort_by, .search_results .job_opportunities_controls .view_types .sort_by, .search_results .search_results_controls .view_types .sort_by {
      margin-left: 8px;
      float: right;
      display: inline-block;
      position: relative; }
      .job_opportunities .job_opportunities_controls .view_types .sort_by:before, .job_opportunities .search_results_controls .view_types .sort_by:before, .search_results .job_opportunities_controls .view_types .sort_by:before, .search_results .search_results_controls .view_types .sort_by:before {
        content: 'Sort by:';
        display: block;
        position: absolute;
        top: -26px;
        left: 8px;
        color: #0e4d8b; }
        @media (min-width: 768px) {
          .job_opportunities .job_opportunities_controls .view_types .sort_by:before, .job_opportunities .search_results_controls .view_types .sort_by:before, .search_results .job_opportunities_controls .view_types .sort_by:before, .search_results .search_results_controls .view_types .sort_by:before {
            display: none; } }
      .job_opportunities .job_opportunities_controls .view_types .sort_by li, .job_opportunities .search_results_controls .view_types .sort_by li, .search_results .job_opportunities_controls .view_types .sort_by li, .search_results .search_results_controls .view_types .sort_by li {
        margin-bottom: 16px;
        margin-left: 8px; }
        @media (min-width: 961px) {
          .job_opportunities .job_opportunities_controls .view_types .sort_by li, .job_opportunities .search_results_controls .view_types .sort_by li, .search_results .job_opportunities_controls .view_types .sort_by li, .search_results .search_results_controls .view_types .sort_by li {
            margin: 0 0 0 8px; } }
        .job_opportunities .job_opportunities_controls .view_types .sort_by li a, .job_opportunities .search_results_controls .view_types .sort_by li a, .search_results .job_opportunities_controls .view_types .sort_by li a, .search_results .search_results_controls .view_types .sort_by li a {
          text-align: center;
          width: 37px;
          padding: 4px 3px; }
          @media (min-width: 768px) {
            .job_opportunities .job_opportunities_controls .view_types .sort_by li a, .job_opportunities .search_results_controls .view_types .sort_by li a, .search_results .job_opportunities_controls .view_types .sort_by li a, .search_results .search_results_controls .view_types .sort_by li a {
              width: 200px;
              padding: 6px 16px; } }
  @media (min-width: 1025px) {
    .job_opportunities .job_opportunities_c, .search_results .job_opportunities_c {
      padding-top: 30px; } }
  .job_opportunities .job_opportunities_c .job-list-c, .search_results .job_opportunities_c .job-list-c {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 24px; }
    @media (min-width: 641px) {
      .job_opportunities .job_opportunities_c .job-list-c, .search_results .job_opportunities_c .job-list-c {
        margin-bottom: 32px; } }
    @media (min-width: 1025px) {
      .job_opportunities .job_opportunities_c .job-list-c, .search_results .job_opportunities_c .job-list-c {
        margin-bottom: 40px; } }
    @media (min-width: 1921px) {
      .job_opportunities .job_opportunities_c .job-list-c, .search_results .job_opportunities_c .job-list-c {
        margin-bottom: 48px; } }
    .job_opportunities .job_opportunities_c .job-list-c thead, .search_results .job_opportunities_c .job-list-c thead {
      background: #0e4d8b;
      color: white;
      display: none; }
      @media (min-width: 961px) {
        .job_opportunities .job_opportunities_c .job-list-c thead, .search_results .job_opportunities_c .job-list-c thead {
          display: table-header-group; } }
      .job_opportunities .job_opportunities_c .job-list-c thead th, .search_results .job_opportunities_c .job-list-c thead th {
        padding: 16px 0; }
        .job_opportunities .job_opportunities_c .job-list-c thead th:first-child, .search_results .job_opportunities_c .job-list-c thead th:first-child {
          padding-left: 16px; }
    .job_opportunities .job_opportunities_c .job-list-c tr td, .search_results .job_opportunities_c .job-list-c tr td {
      line-height: 1.4em;
      display: block; }
      @media (min-width: 961px) {
        .job_opportunities .job_opportunities_c .job-list-c tr td, .search_results .job_opportunities_c .job-list-c tr td {
          padding: 16px 0;
          display: table-cell;
          border-bottom: 1px solid #ec3427; }
          .job_opportunities .job_opportunities_c .job-list-c tr td:first-child, .search_results .job_opportunities_c .job-list-c tr td:first-child {
            padding-left: 16px; }
          .job_opportunities .job_opportunities_c .job-list-c tr td:last-child, .search_results .job_opportunities_c .job-list-c tr td:last-child {
            text-align: right; } }
      .job_opportunities .job_opportunities_c .job-list-c tr td .button-red, .search_results .job_opportunities_c .job-list-c tr td .button-red {
        width: 100%;
        margin: 8px 0 16px; }
        @media (min-width: 641px) {
          .job_opportunities .job_opportunities_c .job-list-c tr td .button-red, .search_results .job_opportunities_c .job-list-c tr td .button-red {
            width: 50%; } }
        @media (min-width: 961px) {
          .job_opportunities .job_opportunities_c .job-list-c tr td .button-red, .search_results .job_opportunities_c .job-list-c tr td .button-red {
            width: auto;
            margin: 0; } }
        @media (min-width: 1681px) {
          .job_opportunities .job_opportunities_c .job-list-c tr td .button-red, .search_results .job_opportunities_c .job-list-c tr td .button-red {
            font-size: 1.25em; } }
  .job_opportunities .mobile-tabslist, .search_results .mobile-tabslist {
    padding: 0; }
  .job_opportunities .load_more_jobs, .search_results .load_more_jobs {
    margin-top: 32px;
    text-align: center; }
  .job_opportunities .next_page_jobs .card, .search_results .next_page_jobs .card {
    border-top: 1px solid #ec3427; }

#main-content-l .job_icons {
  text-align: center; }
  @media screen and (max-width: 961px) {
    #main-content-l .job_icons {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1025px) {
    #main-content-l .job_icons h2 small {
      font-size: 18px;
      font-weight: 300; } }
  #main-content-l .job_icons .introBlock {
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 641px) {
      #main-content-l .job_icons .introBlock {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 961px) {
      #main-content-l .job_icons .introBlock {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1025px) {
    #main-content-l .job_icons .job_icon_list {
      padding-top: 12px; } }
  @media (min-width: 1441px) {
    #main-content-l .job_icons ol {
      font-size: 1em; } }
  #main-content-l .job_icons ol li {
    border: none; }
    @media (min-width: 641px) {
      #main-content-l .job_icons ol li {
        width: calc(33.33% - 12px); } }
    @media (min-width: 1441px) {
      #main-content-l .job_icons ol li {
        width: calc(16.666666666666667% - 12px); } }
    @media (min-width: 1681px) {
      #main-content-l .job_icons ol li {
        width: calc(12.5% - 12px); } }
    @media (min-width: 1441px) {
      #main-content-l .job_icons ol li svg {
        margin-bottom: 30px; } }

.noJobs {
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-top: 32px; }
  @media (min-width: 641px) {
    .noJobs {
      padding-right: 5%;
      padding-bottom: 5%;
      padding-left: 5%;
      padding-top: 5%; } }
  @media (min-width: 1025px) {
    .noJobs {
      padding-right: 5%;
      padding-bottom: 60px;
      padding-left: 5%;
      padding-top: 60px; } }
  @media (min-width: 1681px) {
    .noJobs {
      padding-right: 5%;
      padding-bottom: 90px;
      padding-left: 5%;
      padding-top: 90px; } }

.job-lookup-c #jobs {
  margin-top: -78px;
  padding-top: 78px;
  display: block; }
  @media (min-width: 641px) {
    .job-lookup-c #jobs {
      margin-top: -110px;
      padding-top: 110px; } }
  @media (min-width: 1281px) {
    .job-lookup-c #jobs {
      margin-top: -126px;
      padding-top: 126px; } }
  @media (min-width: 1441px) {
    .job-lookup-c #jobs {
      margin-top: -144px;
      padding-top: 144px; } }
  @media (min-width: 1681px) {
    .job-lookup-c #jobs {
      margin-top: -174px;
      padding-top: 174px; } }
  @media (min-width: 1921px) {
    .job-lookup-c #jobs {
      margin-top: -194px;
      padding-top: 194px; } }

.job-lookup-c .job-location {
  position: relative;
  max-width: 300px; }
  .job-lookup-c .job-location input {
    padding-left: 32px; }
  .job-lookup-c .job-location svg {
    width: 16px;
    height: 16px;
    fill: #0e4d8b;
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
    pointer-events: none;
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease; }
  @media (min-width: 641px) {
    .job-lookup-c .job-location input {
      padding-left: 48px; }
    .job-lookup-c .job-location svg {
      left: 24px; } }
  @media (min-width: 1441px) {
    .job-lookup-c .job-location input {
      padding-left: 72px; }
    .job-lookup-c .job-location svg {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      left: 32px; } }
  @media (min-width: 1921px) {
    .job-lookup-c .job-location svg {
      -webkit-transform: scale(1.8);
              transform: scale(1.8); } }

.job-lookup-c .controls .submit {
  margin-left: 0; }

.cat_list, .related_products {
  background: white;
  padding-top: 32px;
  padding-bottom: 30px; }
  @media (min-width: 641px) {
    .cat_list, .related_products {
      padding-top: 5%;
      padding-bottom: 5%; } }
  @media (min-width: 1025px) {
    .cat_list, .related_products {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1681px) {
    .cat_list, .related_products {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .cat_list .desktop-tabslist, .cat_list .mobile-tabslist, .related_products .desktop-tabslist, .related_products .mobile-tabslist {
    padding-right: 16px;
    padding-left: 16px; }
    @media (min-width: 641px) {
      .cat_list .desktop-tabslist, .cat_list .mobile-tabslist, .related_products .desktop-tabslist, .related_products .mobile-tabslist {
        padding-right: 5%;
        padding-left: 5%; } }
    @media (min-width: 1025px) {
      .cat_list .desktop-tabslist, .cat_list .mobile-tabslist, .related_products .desktop-tabslist, .related_products .mobile-tabslist {
        padding-right: 5%;
        padding-left: 5%; } }
    @media (min-width: 1681px) {
      .cat_list .desktop-tabslist, .cat_list .mobile-tabslist, .related_products .desktop-tabslist, .related_products .mobile-tabslist {
        padding-right: 5%;
        padding-left: 5%; } }

/*Single service details*/
.service_details h3, .service_details .spec_heads {
  color: #0e4d8b;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.service_details .service_descrip, .service_details .service_specs {
  margin-bottom: 48px; }

.service_details .service_text {
  margin-top: 32px; }
  @media (min-width: 641px) {
    .service_details .service_text {
      padding-right: 32px;
      margin-top: 0; } }
  @media (min-width: 1681px) {
    .service_details .service_text ul {
      margin-bottom: 32px; } }
  .service_details .service_text p, .service_details .service_text ul {
    max-width: 768px;
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 641px) {
    .service_details .service_text .service_descrip {
      border-bottom: 1px solid #ec3427;
      margin-bottom: 24px;
      padding-bottom: 48px; }
      .service_details .service_text .service_descrip h3 {
        margin-bottom: 8px; } }
  .service_details .service_text .service_specs h3.spec_heads {
    margin-bottom: 16px; }
    @media (min-width: 1281px) {
      .service_details .service_text .service_specs h3.spec_heads {
        margin-bottom: 32px; } }
  .service_details .service_text .service_specs h3 {
    text-transform: none;
    margin-bottom: 8px; }
  .service_details .service_text .service_specs p {
    margin-bottom: 24px; }
  .service_details .service_text .service_specs .readmore {
    max-height: 1px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }
    .service_details .service_text .service_specs .readmore.active {
      max-height: 2000px;
      overflow-y: scroll;
      height: auto;
      -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.service_details .service_gallery h3 {
  display: none; }
  @media (min-width: 641px) {
    .service_details .service_gallery h3 {
      display: block; } }

.service_details .service_buttons .red-box {
  display: inline-block;
  margin-right: 8px; }

/*Related products*/
.related_products h2 {
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 641px) {
    .related_products h2 {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1025px) {
    .related_products h2 {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (min-width: 1681px) {
    .related_products h2 {
      padding-right: 5%;
      padding-left: 5%; } }

/*---- Archive locations ---*/
#map p {
  max-width: initial; }

.locations_map {
  margin-top: 32px; }

.map-services .contact_location_details {
  border: none;
  padding: 0; }

.map-services .services_details.noVal {
  display: none; }

.map-services .services_details li {
  padding-left: 16px;
  position: relative; }
  .map-services .services_details li:before {
    content: '+';
    display: block;
    position: absolute;
    color: #ec3427;
    left: 0; }

/*---- Single locations contact area styling ---*/
.contact_area .grid-l {
  max-width: 1400px;
  margin: 0 auto; }

.location_details {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px; }
  @media (min-width: 641px) {
    .location_details {
      margin-top: 0; } }
  @media (min-width: 961px) {
    .location_details {
      padding-left: 10%; } }
  .location_details a.button-red {
    margin-top: 32px; }

.contact_location_details, .services_details {
  border: 1px solid #ec3427;
  padding: 16px; }
  @media (min-width: 961px) {
    .contact_location_details, .services_details {
      padding: 32px;
      margin-top: 48px; } }
  .contact_location_details span, .services_details span {
    color: #ec3427; }
  .contact_location_details svg, .services_details svg {
    width: 12px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle; }
    @media (min-width: 641px) {
      .contact_location_details svg, .services_details svg {
        width: 16px;
        height: 24px; } }
  .contact_location_details .phone_num, .services_details .phone_num {
    margin-top: 8px;
    margin-bottom: 24px; }
    .contact_location_details .phone_num #location-phone-text, .services_details .phone_num #location-phone-text {
      display: inline-block; }
  .contact_location_details .phone_num.noVal, .contact_location_details .email.noVal, .services_details .phone_num.noVal, .services_details .email.noVal {
    display: none; }
  .contact_location_details.noVal, .services_details.noVal {
    display: none; }
  .contact_location_details .email svg, .services_details .email svg {
    width: 16px;
    height: 16px; }
    @media (min-width: 641px) {
      .contact_location_details .email svg, .services_details .email svg {
        width: 21px;
        height: 21px; } }

/*--- Style for single blog article on archive ----*/
.latest_articles .slider article, .blog_pagination_div article {
  background: white;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #ededed; }
  @media (min-width: 1025px) {
    .latest_articles .slider article, .blog_pagination_div article {
      -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
      transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
      transition: transform 0.5s ease, box-shadow 0.5s ease;
      transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease; }
      .latest_articles .slider article:hover, .blog_pagination_div article:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        .latest_articles .slider article:hover .learn-more, .blog_pagination_div article:hover .learn-more {
          max-height: 600px;
          -webkit-transition: all 0.7s ease-in-out;
          transition: all 0.7s ease-in-out; } }
  .latest_articles .slider article .fillImg, .blog_pagination_div article .fillImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px; }
    @media (min-width: 641px) {
      .latest_articles .slider article .fillImg, .blog_pagination_div article .fillImg {
        height: 460px; } }
    @media (min-width: 1441px) {
      .latest_articles .slider article .fillImg, .blog_pagination_div article .fillImg {
        height: 533px; } }
  .latest_articles .slider article img, .blog_pagination_div article img {
    display: none; }
  .latest_articles .slider article .textArea, .blog_pagination_div article .textArea {
    padding: 12px;
    background: white;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .latest_articles .slider article .textArea.noExcerpt button, .blog_pagination_div article .textArea.noExcerpt button {
      margin-top: 15px; }
    .latest_articles .slider article .textArea h4, .blog_pagination_div article .textArea h4 {
      color: #0e4d8b;
      font-family: "Roboto Condensed", sans-serif;
      margin: 0;
      font-weight: 700;
      border: none;
      padding: 0; }
      @media (min-width: 1025px) {
        .latest_articles .slider article .textArea h4, .blog_pagination_div article .textArea h4 {
          letter-spacing: 1px; } }
    .latest_articles .slider article .textArea p, .blog_pagination_div article .textArea p {
      line-height: 1.3em;
      color: #272525;
      font-weight: 100;
      font-style: italic;
      margin-bottom: 32px;
      padding-top: 24px; }
      @media (min-width: 1681px) {
        .latest_articles .slider article .textArea p, .blog_pagination_div article .textArea p {
          font-size: 1em; } }
    .latest_articles .slider article .textArea button, .blog_pagination_div article .textArea button {
      margin-bottom: 24px; }
  .latest_articles .slider article.noImg, .blog_pagination_div article.noImg {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    min-height: 300px;
    position: relative;
    background-color: #f6f7f8; }
    .latest_articles .slider article.noImg .textArea, .blog_pagination_div article.noImg .textArea {
      position: relative;
      background-color: #f6f7f8;
      padding-bottom: 96px; }
    .latest_articles .slider article.noImg button, .blog_pagination_div article.noImg button {
      position: absolute;
      bottom: 20px;
      left: 20px; }
  .latest_articles .slider article .learn-more, .blog_pagination_div article .learn-more {
    display: none;
    max-height: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .latest_articles .slider article .learn-more, .blog_pagination_div article .learn-more {
        display: block; } }

.latest_articles#latest_articles_archive {
  padding-bottom: 0; }

.latest_articles .blog-slider-c {
  padding: 0; }
  @media (min-width: 641px) {
    .latest_articles .blog-slider-c {
      width: 100%;
      max-width: 1400px;
      margin: auto; } }

@media (min-width: 1025px) {
  .latest_articles .slick-track {
    padding: 40px 0; } }

.latest_articles .slick-slide {
  padding-left: 8px;
  padding-right: 8px; }

.latest_articles .slider article {
  padding: 0;
  text-align: left; }
  @media (max-width: 640px) {
    .latest_articles .slider article img {
      height: 275px; } }

.latest_articles .introBlock {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 641px) {
    .latest_articles .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1025px) {
    .latest_articles .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 1681px) {
    .latest_articles .introBlock {
      padding-left: 5%;
      padding-right: 5%; } }

/*--- Archive blog pagination section --*/
.blog_pagination_div {
  width: 100%;
  max-width: 1400px;
  margin: auto; }
  @media (min-width: 641px) {
    .blog_pagination_div {
      display: table; }
      .blog_pagination_div > div {
        width: 50%;
        float: left;
        padding-left: 8px;
        padding-right: 8px; } }
  @media (min-width: 1025px) {
    .blog_pagination_div {
      padding-top: 12px; } }
  @media (min-width: 1921px) {
    .blog_pagination_div {
      padding-top: 40px; } }
  .blog_pagination_div > div {
    margin-bottom: 16px; }
    @media (min-width: 641px) {
      .blog_pagination_div > div {
        margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .blog_pagination_div > div {
      width: 33.333%; } }
  @media (min-width: 1026px) {
    .blog_pagination_div > div {
      width: 25%; } }
  @media (min-width: 1282px) {
    .blog_pagination_div > div {
      width: 20%; } }

.prev_artcicles .navigation {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: center; }
  .prev_artcicles .navigation ul li {
    display: inline; }
    .prev_artcicles .navigation ul li .active {
      color: #ec3427; }

/*--- Single blog Author styling ---*/
.blog_author {
  color: white;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  padding-top: 16px;
  position: relative;
  z-index: 2; }
  .blog_author .cirImg {
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 1px solid white;
    margin-bottom: 16px; }

.blog_author_block {
  border-top: 1px solid #ec3427;
  border-bottom: 1px solid #ec3427;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 641px) {
    .blog_author_block {
      padding: 56px 5%; } }
  @media (min-width: 1281px) {
    .blog_author_block {
      padding: 56px 0; } }
  .blog_author_block .cirImg {
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 1px solid #0e4d8b;
    margin-right: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 641px) {
      .blog_author_block .cirImg {
        height: 100px;
        width: 100px;
        margin-right: 32px; } }
  .blog_author_block .textArea {
    width: 80%;
    display: inline-block;
    font-weight: 100; }

/*--- Single blog content ---*/
.blog_content p:first-child:first-letter {
  color: #ee3124;
  float: left;
  font-weight: 700;
  font-size: 90px;
  line-height: 60px;
  padding-top: 9px;
  padding-right: 8px;
  padding-left: 3px; }
  @media (min-width: 641px) {
    .blog_content p:first-child:first-letter {
      padding-bottom: 5px; } }

.blog_content blockquote p:first-child:first-letter {
  color: inherit;
  font-weight: inherit;
  padding: 0;
  float: none;
  font-size: inherit;
  line-height: inherit; }

.faq_cats_accordion {
  max-width: 1400px;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .faq_cats_accordion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .faq_cats_accordion h2 {
    text-align: left; }
  .faq_cats_accordion .accordion_type {
    margin-top: 32px;
    max-width: 960px; }
    @media (min-width: 961px) {
      .faq_cats_accordion .accordion_type {
        margin-top: 0;
        margin-bottom: 64px; } }
  .faq_cats_accordion .faq_cat_list {
    color: #0e4d8b;
    font-weight: 400; }
    @media (min-width: 961px) {
      .faq_cats_accordion .faq_cat_list {
        width: 30%; } }
    .faq_cats_accordion .faq_cat_list ul {
      margin-top: 16px; }
      .faq_cats_accordion .faq_cat_list ul li {
        list-style-type: none;
        padding-bottom: 16px;
        display: inline-block;
        width: 49%; }
        @media (min-width: 961px) {
          .faq_cats_accordion .faq_cat_list ul li {
            display: block;
            width: auto; } }
        .faq_cats_accordion .faq_cat_list ul li a {
          position: relative; }
          .faq_cats_accordion .faq_cat_list ul li a:after {
            content: '';
            display: block;
            position: absolute;
            height: 2px;
            background-color: #ec3427;
            width: 0%;
            bottom: -3px;
            -webkit-transition: width 0.5s ease;
            transition: width 0.5s ease; }
          .faq_cats_accordion .faq_cat_list ul li a.active:after {
            width: 100%; }
  .faq_cats_accordion .faq_list .accordion {
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px; }
    .faq_cats_accordion .faq_list .accordion svg {
      position: absolute;
      width: 10px;
      height: 10px;
      fill: #ec3427;
      top: 8px;
      left: 0;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .faq_cats_accordion .faq_list .accordion .accordion_head {
      color: #0e4d8b;
      font-weight: 700;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      .faq_cats_accordion .faq_list .accordion .accordion_head:hover {
        color: #ec3427;
        cursor: pointer; }
    .faq_cats_accordion .faq_list .accordion.active svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.error_panel {
  height: 80vh;
  background-color: #0e4d8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .error_panel h1 {
    color: #ec3427;
    max-width: 50%;
    margin: 0 auto;
    line-height: 1em;
    z-index: 2; }
  .error_panel .drills {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .error_panel .drills div {
      display: inline-block;
      background: white;
      height: 0;
      width: 1%;
      -webkit-transition: height 1.5s ease 0.7s;
      transition: height 1.5s ease 0.7s; }
      .error_panel .drills div.drop {
        height: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  padding-top: 4px; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/slick/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  overflow: visible; }
  .slick-prev svg,
  .slick-next svg {
    height: 20px;
    width: 20px;
    cursor: pointer;
    pointer-events: none;
    fill: #ec3427;
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
    .slick-prev:hover svg, .slick-prev:focus svg,
    .slick-next:hover svg,
    .slick-next:focus svg {
      fill: #0e4d8b; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1025px) {
    .slick-prev svg,
    .slick-next svg {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); } }
  @media (min-width: 1921px) {
    .slick-prev svg,
    .slick-next svg {
      -webkit-transform: scale(1.4);
              transform: scale(1.4); } }

.slick-prev {
  left: 12px; }

.slick-next {
  right: 12px; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 2px solid #0e4d8b;
      background: transparent;
      display: block;
      height: 14px;
      width: 14px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border-radius: 50%; }
      .slick-dots li button::before {
        height: 8px;
        width: 8px;
        background: #ec3427;
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        border-radius: 50%; }
    .slick-dots li:hover button::before {
      background: #ec3427;
      opacity: 1; }
    .slick-dots li.slick-active button:before {
      opacity: 1; }
  @media (min-width: 1025px) {
    .slick-dots li {
      height: 18px;
      width: 18px;
      margin: 0 6px; }
      .slick-dots li button {
        height: 18px;
        width: 18px; }
        .slick-dots li button::before {
          height: 10px;
          width: 10px;
          top: 4px;
          left: 4px; } }
  @media (min-width: 1921px) {
    .slick-dots li {
      height: 22px;
      width: 22px;
      margin: 0 8px; }
      .slick-dots li button {
        height: 22px;
        width: 22px; }
        .slick-dots li button::before {
          height: 14px;
          width: 14px;
          top: 4px;
          left: 4px; } }
