/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section>.row-fluid,
.page-center,
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family:"myriad-pro";
  src:url("//use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro";
  src:url("//use.typekit.net/af/2e2357/00000000000000000001709f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("//use.typekit.net/af/2e2357/00000000000000000001709f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("//use.typekit.net/af/2e2357/00000000000000000001709f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style:italic;
  font-weight:700;
}

@font-face {
  font-family:"myriad-pro";
  src:url("//use.typekit.net/af/d32e26/00000000000000000001709b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("//use.typekit.net/af/d32e26/00000000000000000001709b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("//use.typekit.net/af/d32e26/00000000000000000001709b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style:italic;
  font-weight:400;
}

@font-face {
  font-family:"myriad-pro";
  src:url("//use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/cafa63/00000000000000000001709a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/cafa63/00000000000000000001709a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family: 'BandaRegular';
  src: url("https://6651257.fs1.hubspotusercontent-na1.net/hubfs/6651257/717CreditUnion_July2020/Fonts/3541C6_0_0.eot") format('embedded-opentype');
  src: url("https://6651257.fs1.hubspotusercontent-na1.net/hubfs/6651257/717CreditUnion_July2020/Fonts/3541C6_0_0.eot#iefix") format('embedded-opentype'),
    url("https://6651257.fs1.hubspotusercontent-na1.net/hubfs/6651257/717CreditUnion_July2020/Fonts/3541C6_0_0.woff2") format('woff2'),
    url("https://6651257.fs1.hubspotusercontent-na1.net/hubfs/6651257/717CreditUnion_July2020/Fonts/3541C6_0_0.woff") format('woff'),
    url("https://6651257.fs1.hubspotusercontent-na1.net/hubfs/6651257/717CreditUnion_July2020/Fonts/3541C6_0_0.ttf") format('truetype');
}

html {
  font-size: 62.5%;
}

body {
  font-family: myriad-pro, sans-serif;
  font-size: 1.6rem;
  color: #3f3f3f;
  line-height: 1.5625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: myriad-pro, sans-serif;
}

/* Anchor Links */
a {
  color: #d3272e;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  font-weight: 400;
  font-family: BandaRegular, sans-serif;
  color: #51748b;
  word-break: break-word;
}

h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.4rem;
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.9rem;
  margin: 2rem 0 1rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}

h5 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}



blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: 2rem;
  border-left: 5px solid #eeeeee;
}

/* Horizontal Rules */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-width: 2px;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.disable-focus-styles :focus {
  outline: none;
}

.hs-error-msgs,.hs-error-msgs label {
  color: #f00 !important;
}

ul.hs-search-field__suggestions li a {
    white-space: normal;
}

@media (max-width: 991px) {
  body {
    line-height: 1.42857143;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5625;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .6rem 1.1rem;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 1.6rem;
}
.hs-form .hs_error_rollup label {
  font-weight: normal;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #CC0000 !important;
}

.hs-input,
.hs-search-field input.hs-search-field__input,
input#hs-pwd-widget-password {
  background-color: #fff;
  line-height: 1.5625;
  font-size: 1.4rem;
  width: 100% !important;
  padding: .6rem 1.2rem;
  color: #33475b;
  background-image: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:not([type="radio"]):focus {
  outline: none;
  border-color: #0000FF !important;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #CC0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #CC0000;
}

.hs-form .hs_recaptcha.hs-recaptcha {
  margin-bottom: 25px;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.body-container-wrapper .hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: black;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #3f3f3f;
}
.hs-form .hs-richtext a {
  text-decoration: underline;
}
.hs-form .hs-richtext a:hover {
  text-decoration: none;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

/*.grecaptcha-badge {
  margin: 0 auto;
}*/

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: myriad-pro, sans-serif;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexible-body .widget-type-form .form-title {
  text-align: center;
  margin: 0;
  padding: 1em;
  background-color: #51748b;
  color: #fff;
}
.flexible-body .widget-type-form .hs-form {
    padding: 1em 2em 2em;
    background-color: #f8f8f8;
}
.flexible-body .widget-type-form .hs-button {
    display: block;
    width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

#main-content.holiday-loan .form-title {
  font-size: 30px !important;
  color: #4F7588 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



.hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation {
  background: #cac4c0 !important;
  border-top: 1px solid #cac4c0 !important;
  box-shadow: 0 -1px 3px #cac4c0 !important;
}
.hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  background: #cac4c0 !important;
}
.hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  color: #33475b;
  text-decoration: underline !important;
}
.hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:hover,
.hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:focus {
  text-decoration: none !important;
}
.hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-confirmation-button:hover, .hs-cookie-notification-position-bottom#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-confirmation-button:focus {
  background-color: #fff !important;
  color: #4F7588 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  position: relative;
  z-index: 100;
}

.cm-header-top {
  min-height: 6.7rem;
  position: relative;
}

.cm-header-bottom {
  min-height: 3.1rem;
  margin-top: 31px;
}

.header-top-inner {
  text-align: right;
}

.header-top-inner a.header-logo {
  display: block;
  position: absolute;
  top: 1.2rem;
  width: 14.7rem;
  z-index: 999;
}

.global-nav {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 5px;
}

.site-search {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.5rem;
  position: relative;
  white-space: nowrap;
  top: -5px;
  margin-bottom: 3em;
}

.mobile-trigger {
  display: none;
}

.header-top-inner a.header-logo svg {
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 2;
}

.header-top-inner .global-nav ul li {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0;
  display: inline-block;
}

.header-top-inner .global-nav .hs-menu-wrapper>ul>li:first-child:after, 
.header-top-inner .global-nav .hs-menu-wrapper>ul>li:nth-child(2):after, 
.header-top-inner .global-nav .hs-menu-wrapper>ul>li:nth-child(3):after {
  content: '|';
  padding: 0 5px;
}

.header-top-inner .global-nav ul li a {
  display: inline-block;
  padding: 0;
}

.header-top-inner .global-nav ul li.hs-apply-for-a {
  margin: 0 2rem 0 2rem;
  position: relative;
  left: -2.7px;
}

.header-top-inner .global-nav ul li.hs-apply-for-a ul {
  font-size: 1.2rem;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
  text-align: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0 1px;
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.cm-header-top .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  opacity: 1 !important;
  transition: none !important;
  overflow: visible !important;
}

.header-top-inner .global-nav ul>li:nth-child(4)>a:after {
  margin-left: .3rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  cursor: pointer;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left;
}

.site-search .hs-search-field__bar form {
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.site-search .hs-search-field__bar form input.hs-search-field__input {
  font-family: "myriad-pro",sans-serif;
  background-image: none;
  white-space: normal;
  display: inline-block;
  -webkit-appearance: none;
  border: 0;
  line-height: 1.2;
  -moz-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  -o-transform: translateY(-0.3rem);
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 0 !important;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.site-search .hs-search-field__bar form button {
  background: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  font-weight: 700;
  cursor: pointer;
  pointer-events: none;
}

.site-search .hs-search-field__bar form .search-inner {
  background: 0;
  display: inline-block;
  position: absolute;
  right: 5.8rem;
}

.site-search .hs-search-field__bar form button>span,
.site-search .hs-search-field__bar form button>div {
  display: none;
}

.site-search .hs-search-field__bar form button>span.hidden-xs {
  display: inline-block;
}

.site-search .hs-search-field__bar form button i {
  margin-left: .5rem;
}

.site-search .hs-search-field {
  top: 5px;
}

.menu-open .header-top-inner .global-nav ul li.hs-apply-for-a ul {
  display: block;
  visibility: visible !important;
}

.header-top-inner .global-nav ul li.hs-apply-for-a ul li {
  display: block;
}

.header-top-inner .global-nav ul li.hs-apply-for-a ul li a {
  display: block;
  padding: 3px 20px 3px 19px;
  clear: both;
  font-weight: normal;
  line-height: 1.5625;
}

.header-top-inner .global-nav ul li.hs-apply-for-a ul li a:hover {
  text-decoration: none;
}

.search-open .site-search .hs-search-field__bar form input.hs-search-field__input {
  position: relative;
  top: 4px;
  width: 32rem !important;
  padding: .5rem;
  border: 1px solid #51748b;
}

.site-search ul.hs-search-field__suggestions {
  position: absolute;
  width: 320px;
  right: 58px;
  margin-top: 5px;
  text-align: left;
  z-index: 99;
}

header.header.h-no-nav {
  padding-bottom: 76px;
}

.banner-is-not-here .logo__text {
  fill: #3f3f3f;
}

.menu-is-not-here.banner-is-not-here header.header {
  padding-bottom: 180px;
}

.body-wrapper:not(.search-open) .cm-header-top ul.hs-search-field__suggestions {
  display: none;
}

.site-search:hover span {
  text-decoration: underline;
}

.header-top-inner .global-nav ul li a:hover {
  text-decoration: underline;
}

@media (max-width:991px) {
  .global-nav {
    display: none;
  }

  .site-search {
    display: none;
  }

  .header-top-inner a.header-logo {
    width: 10.2rem;
  }

  .header-top-inner a.header-logo:before {
    left: -8rem;
    top: -6rem;
    width: 26rem;
    height: 26rem;
  }

  .cm-header-bottom {
    margin-top: 0;
  }

  .mobile-trigger {
    background: none;
    border: 0;
    border-radius: 3px;
    color: #d3272e;
    font-size: 0;
    line-height: 1;
    min-width: 2rem;
    padding: 0;
    display: inline-block;
    margin-top: 24px;
    margin-right: 1.5px;
    cursor: pointer;
  }

  .mobile-trigger:after {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2rem;
    text-align: center;
  }

  header.header.h-no-nav {
    padding-bottom: 31px;
  }

  .menu-is-not-here.banner-is-not-here header.header {
    padding-bottom: 90px;
  }
}


/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background: #51748b;
  color: #fff;
}

.cm-footer-top {
  background: #d3272e;
  font-size: 1.4rem;
  min-height: 4.2rem;
  padding: .4rem 0;
}

.footer-top-left {
  width: 83.33333333%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-logo {
  width: 16.66666667%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-top-left span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.social {
  align-items: center;
  display: inline-flex;
}

.social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

h3.social-label {
  margin: 0;
  font-family: myriad-pro,sans-serif;
  font-size: 14px;
  line-height: 21.875px;
  color: #fff;
  padding-top: 1px;
}

.footer-top-inner .social ul {
  display: inline;
  font-size: 0;
  margin: 0 0 0 .5rem;
  padding: 0;
}

.footer-top-inner .social ul li {
  font-size: 2.2rem;
  margin: 0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-top-inner .social ul li a {
  color: #fff;
  cursor: pointer;
}

.footer-logo a.logo {
  display: block;
  position: absolute;
  top: -7.8rem;
  width: 14.7rem;
  color: white;
}

.cm-footer-bottom {
  padding: 3rem 0 1.5rem;
}

.cm-footer-left {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.cm-footer-right {
  width: 25%;
  margin-left: 8.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.cm-footer-left p {
  margin: 0 0 1rem;
  margin-bottom: 3rem;
  font-size: 16px;
}

.cm-footer-left p a {
  color: #fff;
}

.cm-footer-left p:last-of-type {
  margin: 0;
  font-size: 1.2rem;
}

.cm-footer-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
  line-height: 1.5625;
  font-size: 0;
}

.cm-footer-left ul li {
  color: white;
  font-weight: inherit;
  padding: 0;
  display: inline-block;
}

.cm-footer-left ul li a {
  color: #fff;
  font-size: 1.2rem;
}

.cm-footer-right p {
  margin: 0;
}

.cm-footer-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cm-footer-right ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.cm-footer-right ul li a {
  display: block;
  height: 3.5rem;
  cursor: pointer;
}

.cm-footer-right ul li a img {
  display: block;
  width: auto;
  height: 100%;
  vertical-align: middle;
}

.cm-footer-right p:last-of-type {
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.4rem;
}

.cm-footer-right p:last-of-type a {
  display: inline-block;
  flex-shrink: 0;
}

.cm-footer-right p:last-of-type a img {
  display: block;
  height: 3.7rem;
}

.cm-footer-right p:last-of-type a:last-child {
  margin-left: 1rem;
  cursor: pointer;
}

.cm-footer-left ul li:after {
  content: '|';
  padding: 0 5px;
  font-size: 1.2rem;
}

.cm-footer-left ul li:last-child:after {
  content: none;
}

footer.footer .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.footer-top-left p {
  margin: 0;
  padding-top: 1px;
}

footer.footer.f-no-nav .cm-footer-bottom {
  padding: 2.5rem 0 1.5rem;
}

@media (max-width: 1199px) {
  .cm-footer-right {
    width: 33.33333333%;
  }

  .cm-footer-left {
    width: 50%;
  }

  .cm-footer-right p:last-of-type {
    padding-right: 4.5rem;
  }
}

@media (max-width: 991px) {
  .cm-footer-right p:last-of-type {
    justify-content: center;
    padding-right: 1.4rem;
  }

  .cm-footer-left {
    width: 100%;
  }

  .cm-footer-right {
    width: 100%;
    margin: 0;
  }

  .cm-footer-bottom {
    padding: 2rem 0;
    text-align: center;
  }

  .cm-footer-right ul {
    margin-bottom: 10px;
  }

  .footer-left-inner p {
    margin: 0;
    font-size: 1.2rem;
  }

  .footer-left-inner ul {
    margin-bottom: 2rem;
  }

  .footer-left-inner p:first-of-type {
    display: none;
  }

  .footer-top-left {
    width: 100%;
    float: none;
  }

  .footer-logo {
    display: none;
  }

  .footer-top-left span {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-top-left span p:first-child {
    text-align: center;
  }

  .cm-footer-top {
    padding: 2rem 0 1.5rem;
  }

  .footer-top-left p:nth-of-type(2) {
    margin: .75rem 0 .5rem;
    padding: 0;
  }
}




.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  height:100% !Important;
  padding-right:17px;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}


.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5625;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.5625;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 15rem;
  padding: .8rem 1rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.modal .btn-primary {
  color: white;
  background-color: #d3272e;
  border-color: #d3272e;
}

.modal .btn-default {
  color: white;
  background-color: #51748b !Important;
  border-color: white ;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal .btn.btn-primary:focus,
.modal .btn.btn-primary:hover,
.modal .btn.btn-primary:active {
  background: white;
  color: #d3272e;
}

.modal .btn.btn-default:focus,
.modal .btn.btn-default:hover,
.modal .btn.btn-default:active {
  background: white !important;
  border-color: #51748b;
  color: #51748b;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-open {
  overflow:hidden;
  padding-right:17px;
}

@media (max-width: 767px), (max-width: 991px) and (min-width: 768px) {
  .modal .btn {
    font-size: 1.2rem;
    min-width: 13rem;
    padding: .5rem 1rem;
  }
}

@media (max-width:479px) {
  .modal-footer {
    display: flex;
    justify-content: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.banner-section .dnd-section {
  padding: 0 !important;
}

.banner-section .row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.main-banner {
  color: white;
  padding: 5.2rem 0 5.4rem;
  text-align: center;
  background-color: #234860;
  background-repeat: repeat;
  background-position: center center;
}

.main-banner .page-center {
  min-width: 320px;
}

.main-banner h1,
.main-banner p.h1 {
  color: white;
  margin: 0;
}

.breadcrumb ul {
  padding: 1rem 0;
  margin-bottom: 2rem;
  list-style: none;
  background-color: white;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
}

.breadcrumb ul > li {
  display: inline-block;
}

.breadcrumb a {
  color: #3f3f3f !important;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.breadcrumb ul > li + li:before {
  content: "/\00a0";
  color: #3f3f3f;
}

.breadcrumb ul > li:nth-child(2):before {
  margin-right: -3px;
}

.breadcrumb-outer-wrapper .span8 {
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb-outer-wrapper .span4 {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.breadcrumb-outer-wrapper .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.blog__return {
  padding: 1rem 0;
  text-align: right;
}

.breadcrumb-outer-wrapper a {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.blog__return .fa {
  margin-right: .3rem;
}

.blog-main {
  border-top: 1px solid #b9b9b9;
}

.blog-main .blog-content {
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
}
@media (min-width: 992px) {
  .blog-main .blog-content {
    max-width: calc(100% - 336px);
  }
}

.blog-main .blog-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  margin-left: 0;
  min-width: 336px;
}

.blog-main .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.blog-post__meta {
  margin: 3rem 0 2rem;
  display: inline-block;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin: 0;
}

.blog-post__meta > li {
  display: inline-block;
  color: #234860;
  font-size: 1.4rem;
  font-weight: 700;
}

.blog-post__meta > li.blog-post__date {
  text-transform: uppercase;
}

.blog-post__meta > li:after {
  content: '|';
  padding: 0 1.5px 0 5px;
}

.blog-post__meta > li:last-child:after {
  content: none;
}

ul.list-inline.blog-post__categories {
  padding: 0;
  display: inline-block;
  margin: 0;
}

ul.list-inline.blog-post__categories>li.blog-post__category {
  color: #234860;
  font-size: 1.4rem;
  font-weight: inherit;
  padding: 0;
  display: inline-block;
}

ul.list-inline.blog-post__categories>li.blog-post__category:before {
  content: '|';
  padding: 0 2px 0 5px;
}

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

h1#post-title {
  margin: 0;
  color: #51748b;
  font-size: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-shadow: none;
  padding-top: 19px;
}

h1#post-title:after {
  background: #c2c2c2;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 165px;
  height: 1px;
}

.blog-post__body ol {
  margin-bottom: 3rem;
  padding-left: 2rem;
  counter-reset: item;
  list-style-type: none;
}

.blog-post__body ol > li {
  counter-increment: item;
  position: relative;
}

.blog-post__body ol > li:before {
  color: #51748b;
  content: counter(item) '.';
  font-weight: 700;
  left: -2rem;
  position: absolute;
}

.blog-post__body p {
  margin-bottom: 0;
}

.cm-sidebar-inner {
  background: #efefef;
  height: 100%;
  padding: 2rem;
  padding-bottom: 2000000px;
  margin-bottom: -2000000px;
}

.body-container-wrapper {
  overflow: hidden;
}

.sidebar-search form {
  position: relative;
  align-items: center;
  background: white;
  display: flex;
}

.sidebar-search form input.hs-search-field__input {
  font-family: myriad-pro,sans-serif;
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #3f3f3f;
  background: transparent;
  border: 0;
  padding: 1.2rem 1.8rem;
  width: calc(100% - 4.9rem) !important;
  box-shadow: none;
}

.sidebar-search form button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  background: none;
  border: none;
  color: #d3272e;
  margin-left: auto;
  width: 4.9rem;
  height: 4.9rem;
}

.sidebar-search form button span,.sidebar-search form button div {
  display: none;
}

.sidebar-search form button:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar-search {
  margin-bottom: 3em;
}

.cm-sidebar-tags h3 {
  color: #3c3c3c;
  font-family: "myriad-pro",sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cm-sidebar-tags ul {
  font-size: 1.8rem;
  font-family: BandaRegular,sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-sidebar-tags ul li + li {
  margin-top: 1rem;
}

.cm-sidebar-tags ul li a {
  color: #234860;
  font-size: 1.8rem;
  font-family: BandaRegular,sans-serif;
}

.cm-sidebar-tags ul li a span.filter-link-count {
  display: none;
}

.cm-sidebar-tags ul li a:hover {
  color: #d3272e;
}

.blog-post__share {
  font-family: BandaRegular,sans-serif;
  margin: 13rem 0 7rem;
  padding-top: 3rem;
  position: relative;
}

.blog-post__share:before {
  background: #c2c2c2;
  content: '';
  top: 0;
  display: block;
  position: absolute;
  width: 165px;
  height: 1px;
}

.blog-post__share > div {
  display: inline-block;
}

.blog-post__share .addthis_inline_share_toolbox {
  vertical-align: .3rem;
}

.blog-post__share .at-share-btn {
  background: #51748b !important;
}

::-webkit-input-placeholder {
  color:#3c3c3c;
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color:#3c3c3c;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color:#3c3c3c;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#3c3c3c;
  opacity:1;
} /* IE10 */

.related-posts {
  background: #234860;
  color: white;
  padding: 5rem 0 10rem;
  text-align: center;
}

.related-posts h2#related-posts-title {
  color: white;
  font-size: 3rem;
  margin-bottom: 5rem;
}

.related-posts .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.related-posts .related-post-item {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.related-post-item h3 {
  font-size: 2.4rem;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.related-post-item h3 a {
  color: #fff;
}

.related-post-item h3:after {
  background: #c2c2c2;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 165px;
  height: 1px;
}

.related-post-item .blog-post__meta {}

.related-post-item .blog-post__meta>li {
  color: #fff;
}

.related-post-item .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-post-item .category ul li {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
}

.related-post-item .category ul li:after {
  content: '|';
  padding: 0 5px;
}

.related-post-item .category ul li:last-child:after {
  content: none;
}

.related-post-item .category ul li a {
  color: #fff;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.body-container-wrapper a {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

ul.hs-search-field__suggestions {
  background: #fff;
}

ul.hs-search-field__suggestions li#results-for {
  padding: 10px;
}

ul.hs-search-field__suggestions li a {
  padding: 10px;
}

.blog-post__body ul {
  margin-bottom: 3rem;
  padding-left: 2rem;
}

.blog-post__body ul ul {
  margin-bottom: 0;
}

ul.list-inline.blog-post__categories>li.blog-post__category + li:before {
  padding-left: 2px;
}

a.filter-expand-link {
  display: none;
}

.blog-post__body table ,.blog-post__body tbody+tbody {
  border-color: grey !important;
}

.blog-post__body table th,.blog-post__body table td {
  padding: 0;
  text-align: left;
}

.hs-blog-listing .blog-main .blog-content {
  padding-top: 0;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .hs-blog-listing .blog-main .blog-content {
    max-width: calc(100% - 336px);
  }
}

.post-item {
  padding: 4.5rem 0 4.5rem;
  border-bottom: 5px solid #234860;
}

.post-item h2 a {
  color: #51748b;
}

.post-item ul.blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
  position: relative;
}

.post-item .post-content {}

.post-item .tags {
  display: inline-block;
  margin: .5rem 0;
  padding: 0;
  list-style: none;
  margin-bottom: 4px;
}

.post-item h2 a:hover {
  color: #d3272e;
}

.post-item ul.blog-meta li {
  color: #234860;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.post-item ul.blog-meta li:after {
  content: '|';
  padding: 0 1rem;
  padding-right: 6.5px;
}

.post-item ul.blog-meta li:last-child:after {
  content: none;
}

.post-item ul.blog-meta li.blog-author {
  text-transform: none;
}

.post-item ul.blog-meta:after {
  background: #c2c2c2;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 165px;
  height: 1px;
}

.post-item .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 22px;
}

.post-item .tags ul li {
  display: inline-block;
  color: #234860;
  font-size: 1.4rem;
  font-weight: inherit;
  padding: 0;
}

.post-item .tags ul li:after {
  padding: 0 6.5px 0 7px;
  content: '|';
}

.post-item .tags ul li:last-child:after {
  content: none;
}

.blog-pagination ul {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
  padding: 0;
  margin-top: 4.5rem;
}

.blog-pagination ul li {
  display: inline;
}

.blog-pagination ul li a {
  position: relative;
  float: left;
  line-height: 1.5625;
  text-decoration: none;
  color: #313131;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-left: -1px;
  padding: .75rem 1.9rem;
}

.blog-pagination ul li:first-child a {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.blog-pagination ul li:last-child a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.blog-pagination ul li a:hover {
  z-index: 2;
  color: #313131;
  background-color: #f5f5f5;
  border-color: #d6d6d6;
}

.blog-pagination ul li a.active {
  z-index: 3;
  color: #fff;
  background-color: #51748b;
  border-color: #51748b;
  cursor: default;
  pointer-events: none;
}

.sidebar-search form button:hover {
  color: #234860;
}

.blog-post__body table th, .blog-post__body table td {
  padding: 0px 8px;
  text-align: left;
}

@media (max-width:991px) {
  .main-banner {
    padding: 7rem 0 3rem;
  }

  .main-banner h1,
  .main-banner p.h1 {
    font-size: 2rem;
    padding-bottom: 0;
  }

  .breadcrumb {
    display: none;
  }

  .breadcrumb-outer-wrapper .span8 {
    display: none;
  }

  .breadcrumb-outer-wrapper .span4 {
    width: 100%;
  }

  .blog__return {
    text-align: left;
    padding-top: 11px;
  }

  .blog-main {
    border: 0;
  }

  .blog-main .blog-content {
    width: 100%;
    padding-top: 20px;
  }

  ul.list-inline.blog-post__categories {
    display: block;
  }

  ul.list-inline.blog-post__categories>li.blog-post__category:first-child:before {
    content: none;
  }

  h1#post-title {
    font-size: 2rem;
    padding-top: 20px;
  }

  .blog-main .blog-sidebar {
    display: none;
  }

  .blog-post__share {
    margin: 3rem 0;
  }

  .related-posts {
    padding: 2rem 0 0;
  }

  .related-posts h2#related-posts-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .related-inner {
    border-top: 5px solid #51748b;
    padding: 2rem 0;
  }

  .related-post-item h3 {
    font-size: 1.8rem;
  }

  .mobile-category-section.visible-phone {
    display: block !important;
  }

  .mobile-category-section .sidebar-search form {
    width: 100%;
  }

  .mobile-category-section {
    border-top: 5px solid #234860;
    padding: 1.5rem 2rem;
    background: #efefef;
    height: 100%;
  }

  .mobile-category-section .sidebar-search {
    margin: 0;
    margin-bottom: 1rem;
  }

  .sidebar-search form input.hs-search-field__input {
    padding: 1rem 1.8rem;
    width: calc(100% - 4rem) !important;
    border: 0;
    box-shadow: none;
    font-size: 1.4rem;
    line-height: 1.42857143;
  }

  .sidebar-search form button {
    width: 4rem;
    height: 4rem;
  }

  .mobile-category-section .cm-sidebar-tags h3 {
    background: white;
    color: #3f3f3f;
    display: block;
    padding: 1rem 1.8rem;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.42857143;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
  }

  .mobile-category-section .cm-sidebar-tags h3:focus {
    outline: 2px dotted currentColor;
  }

  .mobile-category-section .cm-sidebar-tags ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1.6rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .mobile-category-section .cm-sidebar-tags h3:after {
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d3272e;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-category-section.open .cm-sidebar-tags ul {
    display: block;
  }

  .mobile-category-section .cm-sidebar-tags {
    position: relative;
  }

  .mobile-category-section .cm-sidebar-tags ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5625;
    color: #333333;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 1.6rem;
    font-family: "myriad-pro",sans-serif;
  }

  .cm-sidebar-tags ul li+li {
    margin: 0;
  }

  .mobile-category-section .cm-sidebar-tags ul li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }

  .post-item {
    padding: 3rem 0;
  }

  .post-item h2 {
    font-size: 2rem;
  }

  .post-item ul.blog-meta {
    padding-bottom: 1.2rem;
  }

  .blog-pagination ul li a {
    padding: .4rem 1.3rem;
  }
}

@media (max-width:767px) {
  .main-banner .page-center {
    min-width: 100%;
  }

  .related-posts .related-post-item {
    float: none;
    width: 100%;
  }

  .mobile-category-section.visible-phone {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post__body table {
    width: 100% !important;
  }

  .hs-blog-listing .mobile-category-section.visible-phone {
    padding: 1.5rem 2rem;
  }
}

@media (max-width:479px) {
  a.link {
    word-break: break-all;
  }
}

@media (max-width:363px) {
  .blog-pagination ul li a {
    margin-bottom: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
  padding-top: 100px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: BandaRegular, sans-serif;
  font-size: 1.25rem;
  color: #3f3f3f;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #3f3f3f;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.logo__text {
  fill: #3f3f3f;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 20px !important;
}

.banner-is-not-here.menu-is-not-here .systems-page {
  padding-top: 50px;
}

.system-banner {
  background: #51748b;
  position: relative;
}

.system-banner .bg {
  background: #51748b no-repeat center top;
  background-size: cover;
  border-bottom: 0.6rem solid #d3272e;
  width: 100%;
  height: 31.2rem;
}

.masthead__title {
  left: 0;
  position: absolute;
  right: 0;
  top: 16rem;
}

.masthead__title h1#page-title {
  color: white;
  margin: 0;
  text-shadow: 0 0.3rem 0.3rem black;
}

.masthead__buttons {
  background: #51748b;
  font-size: 0;
  padding: 1.2rem 0;
}

.system-page .logo__text {
  fill: #50748a;
}

.system-page a.header-logo:before {
  background: -moz-radial-gradient(center,ellipse cover,#fff 0,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(center,ellipse cover,#fff 0,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center,#fff 0,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
  border-radius: 100%;
  content: '';
  cursor: default;
  left: -16rem;
  pointer-events: none;
  position: absolute;
  top: -16rem;
  z-index: -1;
  width: 50rem;
  height: 50rem;
}

.system-page .header-top-inner a.header-logo {
  z-index: initial;
}

.system-page.show-menu .header-top-inner a.header-logo svg path.logo__text {
  fill: #fff;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.show-menu.system-page .navigation-primary>ul>li>ul {
  z-index: 1;
}

.sys-breadcrumb ol.breadcrumb {
  padding: 1rem 0;
  margin-bottom: 2rem;
  list-style: none;
  background-color: white;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
}

.sys-breadcrumb ol.breadcrumb > li {
  display: inline-block;
}

.sys-breadcrumb ol.breadcrumb > li.active {
  color: #3f3f3f;
  font-weight: 700;
}

.sys-breadcrumb ol.breadcrumb > li + li:before {
  content: "/\00a0";
  color: #3f3f3f;
  font-weight: 400;
}

.custom-error-page .content ul {
  margin-bottom: 3rem;
  padding-left: 2rem;
}

.custom-error-page .content p {
  margin-bottom: 3rem;
}

.cta-band {
  color: white;
  padding: 5rem 0;
  text-align: center;
  background-color: #234860;
  background-repeat: repeat;
  background-position: center;
}

.cta-band__title {
  font-family: BandaRegular,sans-serif;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.cta-band__button .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.5625;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  background-color: #51748b;
  border-color: white;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 15rem;
  padding: .8rem 1rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cta-band__button .btn:hover {
  background: white;
  border-color: #51748b;
  color: #51748b;
  text-decoration: none;
}

.search-page .content {}

.search-page .content h1 {
  color: #51748b;
  margin: 0 0 2rem;
  font-size: 2.4rem;
}

.search-page .content ul#hsresults {
  padding: 0;
  margin: 0;
}

.search-page .content ul#hsresults a.hs-search-results__title {
  color: #d3272e;
  text-decoration: none;
  font-family: "myriad-pro",sans-serif;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.search-page .content ul#hsresults a.hs-search-results__title:hover {
  text-decoration: underline;
}

.search-page .content ul#hsresults li {
  margin-bottom: 30px;
}

.subs-lyt form {
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .systems-page form {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-open.system-page .logo__text {
    fill: #fff;
  }

  .system-banner .bg {
    height: 14.1rem;
  }

  .masthead__title {
    margin: 1rem 0 0;
    position: static;
    text-align: center;
  }

  .masthead__title h1#page-title {
    font-size: 2rem;
  }

  .system-page a.header-logo:before {
    left: -8rem;
    top: -6rem;
    width: 26rem;
    height: 26rem;
  }

  .custom-error-page .content p {
    margin-bottom: 2rem;
  }

  .cta-band {
    padding: 3rem 0 1.5rem;
  }

  .cta-band__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .cta-band__button .btn {
    font-size: 1.2rem;
    min-width: 13rem;
    padding: .5rem 1rem;
  }

  .system-bdy-container {
    padding-top: 2px;
  }

  .search-page .content h1 {
    font-size: 2rem;
  }

  .search-page .content ul#hsresults a.hs-search-results__title {
    font-size: 1.4rem;
    line-height: 1.42857143;
  }
}

@media screen and (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }

  .subs-lyt h1 {
    font-size: 30px;
  }

  .subs-lyt h2 {
    font-size: 25px;
  }
}