@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
@import url(../vendors/fresco/css/fresco.min.css);
@import url(../vendors/slick/slick.min.css);
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  Colours
/* -------------------------------------*/
/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
.font-weight__normal {
  font-weight: 400; }

.font-weight__medium {
  font-weight: 500; }

.font-weight__bold {
  font-weight: 700; }

/* --------------------------------------
/*  Font Sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Font Families
/* -------------------------------------*/
/* --------------------------------------
/*  Spacing
/* -------------------------------------*/
/* --------------------------------------
/*  Defaults
/* -------------------------------------*/
/* --------------------------------------
/*  Transitions
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font sizes
/* -------------------------------------*/
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[role="button"] {
  cursor: pointer; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/* --------------------------------------
/*  Custom BS
/* -------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=25d49cea796819a13e3e2b6bb7887d7c)
 * Config saved to config.json and https://gist.github.com/25d49cea796819a13e3e2b6bb7887d7c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] > .caret, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] > .caret, .blog-posts .blog-card .blog-card-read-more a > .caret,
  .os-wrap .blog-card .blog-card-read-more a > .caret,
  .dropup > .btn > .caret, body .nf-form-cont .submit-wrap
  .dropup > .ninja-forms-field[type="button"] > .caret, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
  .dropup > .ninja-forms-field[type="button"] > .caret, .blog-posts .blog-card .blog-card-read-more
  .dropup > a > .caret,
  .os-wrap .blog-card .blog-card-read-more
  .dropup > a > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E0E0E0 !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #21759b;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #616161;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #616161;
  background-color: #f5f5f5;
  border: 1px solid #BDBDBD;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: #3B4044;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.btn, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a,
.os-wrap .blog-card .blog-card-read-more a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a:focus,
.os-wrap .blog-card .blog-card-read-more a:focus,
.btn:active:focus,
body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active:focus,
.blog-posts .blog-card .blog-card-read-more a:active:focus,
.os-wrap .blog-card .blog-card-read-more a:active:focus,
.btn.active:focus,
body .nf-form-cont .submit-wrap .active.ninja-forms-field[type="button"]:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.ninja-forms-field[type="button"]:focus,
.blog-posts .blog-card .blog-card-read-more a.active:focus,
.os-wrap .blog-card .blog-card-read-more a.active:focus,
.btn.focus,
body .nf-form-cont .submit-wrap .focus.ninja-forms-field[type="button"],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .focus.ninja-forms-field[type="button"],
.blog-posts .blog-card .blog-card-read-more a.focus,
.os-wrap .blog-card .blog-card-read-more a.focus,
.btn:active.focus,
body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active.focus,
.blog-posts .blog-card .blog-card-read-more a:active.focus,
.os-wrap .blog-card .blog-card-read-more a:active.focus,
.btn.active.focus,
body .nf-form-cont .submit-wrap .active.focus.ninja-forms-field[type="button"],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.focus.ninja-forms-field[type="button"],
.blog-posts .blog-card .blog-card-read-more a.active.focus,
.os-wrap .blog-card .blog-card-read-more a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a:hover,
.os-wrap .blog-card .blog-card-read-more a:hover,
.btn:focus,
body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus,
.blog-posts .blog-card .blog-card-read-more a:focus,
.os-wrap .blog-card .blog-card-read-more a:focus,
.btn.focus,
body .nf-form-cont .submit-wrap .focus.ninja-forms-field[type="button"],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .focus.ninja-forms-field[type="button"],
.blog-posts .blog-card .blog-card-read-more a.focus,
.os-wrap .blog-card .blog-card-read-more a.focus {
  color: #616161;
  text-decoration: none; }

.btn:active, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a:active,
.os-wrap .blog-card .blog-card-read-more a:active,
.btn.active,
body .nf-form-cont .submit-wrap .active.ninja-forms-field[type="button"],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.ninja-forms-field[type="button"],
.blog-posts .blog-card .blog-card-read-more a.active,
.os-wrap .blog-card .blog-card-read-more a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, body .nf-form-cont .submit-wrap .disabled.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .disabled.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.disabled,
.os-wrap .blog-card .blog-card-read-more a.disabled,
.btn[disabled],
body .nf-form-cont .submit-wrap [disabled].ninja-forms-field[type="button"],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap [disabled].ninja-forms-field[type="button"],
.blog-posts .blog-card .blog-card-read-more a[disabled],
.os-wrap .blog-card .blog-card-read-more a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap
fieldset[disabled] .ninja-forms-field[type="button"],
fieldset[disabled] .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
fieldset[disabled] .ninja-forms-field[type="button"],
fieldset[disabled] .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more
fieldset[disabled] a,
fieldset[disabled]
.os-wrap .blog-card .blog-card-read-more a,
.os-wrap .blog-card .blog-card-read-more
fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, body .nf-form-cont .submit-wrap a.disabled.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.disabled.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.disabled,
.os-wrap .blog-card .blog-card-read-more a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] body .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap
fieldset[disabled] a.ninja-forms-field[type="button"],
fieldset[disabled] .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
fieldset[disabled] a.ninja-forms-field[type="button"],
fieldset[disabled] .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more
fieldset[disabled] a,
fieldset[disabled]
.os-wrap .blog-card .blog-card-read-more a,
.os-wrap .blog-card .blog-card-read-more
fieldset[disabled] a {
  pointer-events: none; }

.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: #BDBDBD; }

.btn-default:focus,
.btn-default.focus {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #616161;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #BDBDBD; }

.btn-default .badge {
  color: #fff;
  background-color: #616161; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #757575; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(0, 0, 0, 0.1); }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

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

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #757575; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #757575; }

.navbar-default .navbar-nav > li > a {
  color: #757575; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #616161;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #BDBDBD;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #616161; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #757575; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #616161;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #616161;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #BDBDBD;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #757575; }

.navbar-default .navbar-link:hover {
  color: #616161; }

.navbar-default .btn-link {
  color: #757575; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #616161; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #BDBDBD; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #BDBDBD; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #3B4044;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #616161; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #616161; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #BDBDBD; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #3B4044;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #BDBDBD; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #BDBDBD; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #3B4044; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.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;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-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-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

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

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

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

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

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

.modal-footer .btn + .btn, .modal-footer body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .btn, body .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + .btn, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + .btn, .modal-footer .blog-posts .blog-card .blog-card-read-more a + .btn, .blog-posts .blog-card .blog-card-read-more .modal-footer a + .btn, .modal-footer
.os-wrap .blog-card .blog-card-read-more a + .btn,
.os-wrap .blog-card .blog-card-read-more .modal-footer a + .btn, .modal-footer body .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .btn + .ninja-forms-field[type="button"], .modal-footer body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .modal-footer .blog-posts .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .blog-posts .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more .modal-footer body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .modal-footer a + .ninja-forms-field[type="button"], .modal-footer
.os-wrap .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer
.os-wrap .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"],
.os-wrap .blog-card .blog-card-read-more .modal-footer body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .modal-footer a + .ninja-forms-field[type="button"], .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn + .ninja-forms-field[type="button"], .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .modal-footer .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .blog-posts .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .modal-footer a + .ninja-forms-field[type="button"], .modal-footer
.os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer
.os-wrap .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"],
.os-wrap .blog-card .blog-card-read-more .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .modal-footer a + .ninja-forms-field[type="button"], .modal-footer .blog-posts .blog-card .blog-card-read-more .btn + a, .blog-posts .blog-card .blog-card-read-more .modal-footer .btn + a, .modal-footer body .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more .modal-footer body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, body .nf-form-cont .submit-wrap .modal-footer .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + a, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + a, .modal-footer .blog-posts .blog-card .blog-card-read-more a + a, .blog-posts .blog-card .blog-card-read-more .modal-footer a + a, .modal-footer
.os-wrap .blog-card .blog-card-read-more .btn + a,
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn + a, .modal-footer body .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more .modal-footer body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, body .nf-form-cont .submit-wrap .modal-footer
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + a, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + a, .modal-footer .os-wrap .blog-card .blog-card-read-more a + a, .os-wrap .blog-card .blog-card-read-more .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .btn, body .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + .btn, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + .btn, .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more a + .btn, .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group a + .btn, .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more a + .btn,
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group a + .btn, .modal-footer .btn-group body .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .btn-group .btn + .ninja-forms-field[type="button"], .modal-footer .btn-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group a + .ninja-forms-field[type="button"], .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"],
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group body .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group a + .ninja-forms-field[type="button"], .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .btn + .ninja-forms-field[type="button"], .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group a + .ninja-forms-field[type="button"], .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more a + .ninja-forms-field[type="button"],
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group a + .ninja-forms-field[type="button"], .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more .btn + a, .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group .btn + a, .modal-footer .btn-group body .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, body .nf-form-cont .submit-wrap .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + a, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + a, .modal-footer .btn-group .blog-posts .blog-card .blog-card-read-more a + a, .blog-posts .blog-card .blog-card-read-more .modal-footer .btn-group a + a, .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more .btn + a,
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group .btn + a, .modal-footer .btn-group body .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, body .nf-form-cont .submit-wrap .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more body .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + a, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group
.os-wrap .blog-card .blog-card-read-more .ninja-forms-field[type="button"] + a,
.os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + a, .modal-footer .btn-group .os-wrap .blog-card .blog-card-read-more a + a, .os-wrap .blog-card .blog-card-read-more .modal-footer .btn-group a + a {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.602em; }
  h1 a, h1a, .h1-style a, .h1-stylea {
    color: #094d8d; }
    h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
      text-decoration: underline;
      color: #06335d; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h1, .h1-style {
      font-size: calc( 1.602em + (50.512 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h1, .h1-style {
      font-size: 3.157em; } }

h2, .h2-style {
  font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.424em; }
  h2 a, h2a, .h2-style a, .h2-stylea {
    color: #3B4044; }
    h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h2, .h2-style {
      font-size: calc( 1.424em + (37.904 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h2, .h2-style {
      font-size: 2.369em; } }

h3, .h3-style {
  font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em; }
  h3 a, h3a, .h3-style a, .h3-stylea {
    color: #094d8d; }
    h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
      text-decoration: underline;
      color: #06335d; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h3, .h3-style {
      font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h3, .h3-style {
      font-size: 1.777em; } }

h4, .h4-style {
  font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em; }
  h4 a, h4a, .h4-style a, .h4-stylea {
    color: #094d8d; }
    h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
      text-decoration: underline;
      color: #06335d; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h4, .h4-style {
      font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h4, .h4-style {
      font-size: 1.333em; } }

h5, .h5-style {
  font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.889em; }
  h5 a, h5a, .h5-style a, .h5-stylea {
    color: #000; }
    h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
      text-decoration: underline;
      color: black; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h5, .h5-style {
      font-size: calc( 0.889em + (13.168 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h5, .h5-style {
      font-size: 0.823em; } }

h6, .h6-style {
  font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.79em; }
  h6 a, h6a, .h6-style a, .h6-stylea {
    color: #3B4044; }
    h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h6, .h6-style {
      font-size: calc( 0.79em + (12 - 12.64) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h6, .h6-style {
      font-size: 0.75em; } }

.larger-text {
  font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0; }

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
blockquote {
  border: 0;
  margin: 35px 0;
  padding: 25px 0;
  border-bottom: 1px solid #094d8d;
  border-top: 3px double #094d8d; }
  blockquote h1, blockquote h2, blockquote h3,
  blockquote h4, blockquote h5, blockquote h6,
  blockquote p, blockquote a, blockquote span,
  blockquote ul, blockquote ol, blockquote li,
  blockquote input, blockquote button, blockquote label {
    font-size: 22px;
    color: #094d8d;
    font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
    line-height: 1.2; }

.body-section a {
  color: #094d8d; }

ul, ol {
  line-height: 1.4;
  padding-left: 25px;
  margin-bottom: 25px; }

p {
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 1em; }
  @media (min-width: 400px) and (max-width: 1400px) {
    p {
      font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    p {
      font-size: 1em; } }

/* --------------------------------------
/*  Buttons
/* -------------------------------------- */
.btn, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a,
.os-wrap .blog-card .blog-card-read-more a {
  text-align: center;
  padding: 16px;
  font-size: 16px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 2px;
  background-color: #094d8d;
  border-color: #094d8d;
  color: #fff; }
  .btn:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a:hover,
  .os-wrap .blog-card .blog-card-read-more a:hover, .btn:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a:focus,
  .os-wrap .blog-card .blog-card-read-more a:focus, .btn:active, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a:active,
  .os-wrap .blog-card .blog-card-read-more a:active {
    background-color: #06335d;
    border-color: #06335d;
    color: #fff; }
  .btn.btn-default:hover, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-default:hover,
  .os-wrap .blog-card .blog-card-read-more a.btn-default:hover, .btn.btn-default:focus, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-default:focus,
  .os-wrap .blog-card .blog-card-read-more a.btn-default:focus, .btn.btn-default a, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more a.btn-default a,
  .os-wrap .blog-card .blog-card-read-more a.btn-default a, .btn.btn-default a:hover, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more a.btn-default a:hover,
  .os-wrap .blog-card .blog-card-read-more a.btn-default a:hover, .btn.btn-default a:focus, body .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more a.btn-default a:focus,
  .os-wrap .blog-card .blog-card-read-more a.btn-default a:focus {
    text-decoration: none; }
  .btn.btn-primary, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
  .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"],
  .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a,
  .os-wrap .blog-card .blog-card-read-more a {
    color: #fff;
    min-width: 200px; }
    .btn.btn-primary:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:hover,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a:hover,
    .os-wrap .blog-card .blog-card-read-more a:hover, .btn.btn-primary:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:focus,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a:focus,
    .os-wrap .blog-card .blog-card-read-more a:focus, .btn.btn-primary a, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"] a,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more a a,
    .os-wrap .blog-card .blog-card-read-more a a, .btn.btn-primary a:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:hover, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"] a:hover,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more a a:hover,
    .os-wrap .blog-card .blog-card-read-more a a:hover, .btn.btn-primary a:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:focus, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"] a:focus,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more a a:focus,
    .os-wrap .blog-card .blog-card-read-more a a:focus {
      text-decoration: none; }
    .btn.btn-primary:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:hover,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a:hover,
    .os-wrap .blog-card .blog-card-read-more a:hover, .btn.btn-primary:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:focus,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a:focus,
    .os-wrap .blog-card .blog-card-read-more a:focus, .btn.btn-primary:active, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, body .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-posts .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
    .os-wrap .blog-card .blog-card-read-more a.ninja-forms-field[type="button"]:active,
    .os-wrap .blog-card .blog-card-read-more .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a:active,
    .os-wrap .blog-card .blog-card-read-more a:active {
      color: #fff; }
  .btn.btn-secondary, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-secondary,
  .os-wrap .blog-card .blog-card-read-more a.btn-secondary {
    background-color: #fff;
    color: #094d8d;
    border-color: #094d8d; }
    .btn.btn-secondary:hover, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-secondary:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary:hover, .btn.btn-secondary:focus, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-secondary:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary:focus, .btn.btn-secondary a, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more a.btn-secondary a,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary a, .btn.btn-secondary a:hover, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more a.btn-secondary a:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary a:hover, .btn.btn-secondary a:focus, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more a.btn-secondary a:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary a:focus {
      text-decoration: none; }
    .btn.btn-secondary:hover, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-secondary:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary:hover, .btn.btn-secondary:focus, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-secondary:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary:focus, .btn.btn-secondary:active, body .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a.btn-secondary:active,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary:active {
      color: #fff;
      background-color: #0a569d; }
  .btn.btn-primary-rev, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev,
  .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev {
    background-color: #fff;
    color: #094d8d;
    border-color: #fff; }
    .btn.btn-primary-rev:hover, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev:hover, .btn.btn-primary-rev:focus, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev:focus, .btn.btn-primary-rev a, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev a,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev a, .btn.btn-primary-rev a:hover, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev a:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev a:hover, .btn.btn-primary-rev a:focus, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev a:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev a:focus {
      text-decoration: none; }
    .btn.btn-primary-rev:hover, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev:hover, .btn.btn-primary-rev:focus, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev:focus, .btn.btn-primary-rev:active, body .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a.btn-primary-rev:active,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-rev:active {
      color: #fff;
      background-color: transparent; }
  .btn.btn-primary-large, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-primary-large,
  .os-wrap .blog-card .blog-card-read-more a.btn-primary-large {
    padding: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2em; }
    .btn.btn-primary-large:hover, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large:hover, .btn.btn-primary-large:focus, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large:focus, .btn.btn-primary-large a, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large a,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large a, .btn.btn-primary-large a:hover, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large a:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large a:hover, .btn.btn-primary-large a:focus, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large a:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large a:focus {
      text-decoration: none; }
    @media (max-width: 543px) {
      .btn.btn-primary-large, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-primary-large,
      .os-wrap .blog-card .blog-card-read-more a.btn-primary-large {
        font-size: 1em; } }
    .btn.btn-primary-large:hover, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large:hover, .btn.btn-primary-large:focus, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large:focus, .btn.btn-primary-large:active, body .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-large.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a.btn-primary-large:active,
    .os-wrap .blog-card .blog-card-read-more a.btn-primary-large:active {
      color: #fff; }
  .btn.btn-secondary-large, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large,
  .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large {
    padding: 24px;
    background-color: #fff;
    color: #094d8d;
    border-color: #094d8d;
    width: 100%;
    text-align: center;
    font-size: 1.2em; }
    .btn.btn-secondary-large:hover, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large:hover, .btn.btn-secondary-large:focus, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large:focus, .btn.btn-secondary-large a, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"] a, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large a,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large a, .btn.btn-secondary-large a:hover, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"] a:hover, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large a:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large a:hover, .btn.btn-secondary-large a:focus, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"] a:focus, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large a:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large a:focus {
      text-decoration: none; }
    @media (max-width: 543px) {
      .btn.btn-secondary-large, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large,
      .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large {
        font-size: 1em; } }
    .btn.btn-secondary-large:hover, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large:hover, .btn.btn-secondary-large:focus, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large:focus, .btn.btn-secondary-large:active, body .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-secondary-large.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a.btn-secondary-large:active,
    .os-wrap .blog-card .blog-card-read-more a.btn-secondary-large:active {
      color: #fff;
      background-color: #0a569d; }
  .btn.btn-sm, body .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-sm,
  .os-wrap .blog-card .blog-card-read-more a.btn-sm {
    padding: 8px;
    line-height: 1; }
  .btn.btn-sm-red, body .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"], .blog-posts .blog-card .blog-card-read-more a.btn-sm-red,
  .os-wrap .blog-card .blog-card-read-more a.btn-sm-red {
    padding: 8px;
    line-height: 1;
    background-color: #E21936;
    color: #fff;
    border-color: #E21936; }
    .btn.btn-sm-red:hover, body .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"]:hover, .blog-posts .blog-card .blog-card-read-more a.btn-sm-red:hover,
    .os-wrap .blog-card .blog-card-read-more a.btn-sm-red:hover, .btn.btn-sm-red:focus, body .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"]:focus, .blog-posts .blog-card .blog-card-read-more a.btn-sm-red:focus,
    .os-wrap .blog-card .blog-card-read-more a.btn-sm-red:focus, .btn.btn-sm-red:active, body .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm-red.ninja-forms-field[type="button"]:active, .blog-posts .blog-card .blog-card-read-more a.btn-sm-red:active,
    .os-wrap .blog-card .blog-card-read-more a.btn-sm-red:active {
      border-color: #d31732;
      background-color: #d31732; }

/* --------------------------------------
/*  Tabs reset
/* -------------------------------------*/
.tabs-container ul.nav.nav-tabs li a:focus {
  outline: none; }

/* --------------------------------------
/*  - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px; }

.navbar-default {
  border-color: transparent; }

.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none; }
  .navbar .nav > li > a i, .navbar .nav > li > a b {
    border-bottom-color: #3B4044;
    border-top-color: #3B4044; }

.navbar-nav {
  margin-left: 0px;
  margin-right: 0px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #616161;
  text-decoration: none;
  background-color: transparent; }

.navbar .nav .active > a {
  color: #616161;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar .nav .active > a:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-repeat: repeat-x;
  text-decoration: none;
  -webkit-filter: none;
  filter: none; }

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

/* --------------------------------------
/*  - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.dropdown.active > .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  position: relative; }

.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none; }

.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left; }

/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover > .sub-menu {
  visibility: visible; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #E0E0E0;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

/* --------------------------------------
/*  Tables
/* -------------------------------------*/
table.table {
  border-spacing: 2px;
  border-collapse: separate; }
  table.table > tbody > tr > td {
    border: 0;
    padding: 0.7em;
    font-size: 0.875rem; }
    @media (max-width: 543px) {
      table.table > tbody > tr > td {
        padding: 0.4em;
        font-size: 0.7rem; } }

/* --------------------------------------
/*  Collapse
/* -------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .panel-group .panel .panel-heading h4 {
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.266em;
      font-size: 30px;
      line-height: 1.5; }
      .panel-group .panel .panel-heading h4 a, .panel-group .panel .panel-heading h4a {
        color: #094d8d; }
        .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4a:hover, .panel-group .panel .panel-heading h4a:focus {
          text-decoration: underline;
          color: #06335d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .panel-group .panel .panel-heading h4 {
          font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .panel-group .panel .panel-heading h4 {
          font-size: 1.777em; } }
      .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4 a a, .panel-group .panel .panel-heading h4 a a:hover, .panel-group .panel .panel-heading h4 a a:focus {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    padding-left: 0;
    padding-right: 0; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick.eot");
  src: url("../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick.woff") format("woff"), url("../../assets/fonts/slick.ttf") format("truetype"), url("../../assets/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%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .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: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

.slick-slide:focus {
  outline: none; }

/* --------------------------------------
/*  Custom
/* -------------------------------------- */
.slick-container {
  padding: 0;
  z-index: 5; }

.slick {
  text-align: center;
  padding: 0;
  margin: 0px; }

.slick-dots {
  bottom: 0; }

.slick-prev, .slick-next {
  z-index: 6; }
  .slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 21px;
    color: #094d8d; }

.slick-next {
  right: 0px; }
  .slick-next:before {
    content: "\f105"; }

.slick-prev {
  left: 0px; }
  .slick-prev:before {
    content: "\f104"; }

.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #fff;
  content: "\f10c"; }

/* --------------------------------------
/*  Ninja Forms

    - Variables
    - Forms
      - Form Title
      - Labels
      - Input Types
      - Errors
      - Submit Button
      - Overrides

/* -------------------------------------*/
/* --------------------------------------
/*  Variables
/* -------------------------------------*/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
body .nf-form-cont {
  /* --------------------------------------
    /*  Form Title
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Labels
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Input Types
    /* -------------------------------------*/
  /*** Inputs ***/
  /* --------------------------------------
    /*  Errors
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Submit Button
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Overrides
    /* -------------------------------------*/ }
  body .nf-form-cont .field-wrap {
    margin-bottom: 16px; }
  body .nf-form-cont .nf-form-title h3 {
    margin-top: 0;
    padding-top: 0; }
  body .nf-form-cont .nf-field-label {
    margin-bottom: 8px; }
    body .nf-form-cont .nf-field-label label {
      margin-bottom: 8px;
      font-size: calc(0.823 * 16px);
      color: #3B4044;
      font-weight: 400; }
  body .nf-form-cont input[type="text"], body .nf-form-cont input[type="email"], body .nf-form-cont input[type="tel"], body .nf-form-cont textarea, body .nf-form-cont select {
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 8px;
    font-size: 16px;
    color: #3B4044;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    body .nf-form-cont input[type="text"]:hover, body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:hover, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:hover, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:hover, body .nf-form-cont textarea:focus, body .nf-form-cont select:hover, body .nf-form-cont select:focus {
      border-color: #adadad; }
    body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:focus, body .nf-form-cont select:focus {
      border-color: #adadad;
      outline: none !important; }
  body .nf-form-cont select {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-radius: 0; }
  body .nf-form-cont .textarea-wrap textarea {
    margin-bottom: -5px;
    height: 150px; }
  body .nf-form-cont .nf-error-required-error {
    display: none; }
  body .nf-form-cont .nf-form-fields-required {
    display: none; }
  body .nf-form-cont .nf-after-field .nf-error-msg {
    background: #ec5369;
    color: #E21936;
    padding: 8px;
    font-size: calc(0.823 * 16px);
    margin: -16px 0 16px; }
  body .nf-form-cont .nf-form-errors nf-errors nf-section .nf-error-field-errors {
    background: #ec5369;
    color: #E21936;
    padding: 8px;
    font-size: calc(0.823 * 16px); }
  body .nf-form-cont .nf-field-container {
    margin-bottom: 0; }
  body .nf-form-cont .nf-input-limit {
    margin: 0;
    padding: 0; }

/* --------------------------------------
/*  Primary Navigation
/* -------------------------------------*/
.navigation-wrap {
  position: absolute;
  top: 0;
  right: 0; }

.navigation-section {
  display: inline-block;
  padding-right: 16px; }
  .navigation-section .navbar .nav > li {
    margin: 0;
    padding: 0; }
    .navigation-section .navbar .nav > li.menu-item-has-children > a {
      padding-right: 16px; }
    .navigation-section .navbar .nav > li.active > a {
      font-weight: 700; }
      .navigation-section .navbar .nav > li.active > a:hover, .navigation-section .navbar .nav > li.active > a:focus, .navigation-section .navbar .nav > li.active > a:active {
        color: #fff; }
    .navigation-section .navbar .nav > li > a {
      color: #fff;
      display: block;
      padding: 24px 8px;
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      text-transform: none;
      font-size: 0.889em; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .navigation-section .navbar .nav > li > a {
          font-size: calc( 0.889em + (16 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .navigation-section .navbar .nav > li > a {
          font-size: 1em; } }
      @media (min-width: 1200px) {
        .navigation-section .navbar .nav > li > a {
          padding: 24px 16px; } }
      .sticky.shrunk.going-down .navigation-section .navbar .nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 0.889em; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .sticky.shrunk.going-down .navigation-section .navbar .nav > li > a {
            font-size: calc( 0.889em + (16 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .sticky.shrunk.going-down .navigation-section .navbar .nav > li > a {
            font-size: 1em; } }
      .navigation-section .navbar .nav > li > a:hover, .navigation-section .navbar .nav > li > a:focus {
        background-color: #08447d; }
      .navigation-section .navbar .nav > li > a .caret {
        border: 0;
        margin-top: -3px;
        vertical-align: top; }
        .navigation-section .navbar .nav > li > a .caret:after {
          content: "\f078";
          font-family: FontAwesome;
          font-size: 7px;
          color: #fff; }

/* --------------------------------------
/*  Dropdowns
/* -------------------------------------*/
.navbar .nav > li .dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #094d8d;
  margin: 0;
  padding: 0;
  right: 0;
  left: auto;
  border: none;
  border-top: 2px solid transparent; }
  .navbar .nav > li .dropdown-menu > li {
    margin: 0;
    padding: 0; }
    .navbar .nav > li .dropdown-menu > li a {
      padding: 16px 16px;
      font-size: inherit;
      color: #fff;
      text-transform: none;
      text-align: right; }
      .navbar .nav > li .dropdown-menu > li a:hover, .navbar .nav > li .dropdown-menu > li a:focus, .navbar .nav > li .dropdown-menu > li a:active {
        background: #073d70;
        color: #fff; }
  .sticky.past-pl-bottom .navbar .nav > li .dropdown-menu > li a {
    font-size: 0.889em; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .sticky.past-pl-bottom .navbar .nav > li .dropdown-menu > li a {
        font-size: calc( 0.889em + (16 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .sticky.past-pl-bottom .navbar .nav > li .dropdown-menu > li a {
        font-size: 1em; } }

/* --------------------------------------
/*  Mobile Menu Button
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  cursor: pointer;
  padding: 0 16px;
  margin: 8px 0;
  font-size: 28px;
  border: none;
  display: block;
  color: #fff; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button a, .mobile-menu-button a:hover, .mobile-menu-button a:focus {
    text-decoration: none; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button:active {
    color: #fff; }

/* --------------------------------------
/*  Close Menu Button
/* -------------------------------------*/
.close-mobile-side-menu-container {
  float: right; }
  .close-mobile-side-menu-container .close-mobile-side-menu {
    text-align: center;
    cursor: pointer;
    padding: 13px 16px;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    margin: 0 0 8px 8px;
    display: inline-block;
    color: #fff; }
    .close-mobile-side-menu-container .close-mobile-side-menu:hover, .close-mobile-side-menu-container .close-mobile-side-menu:focus, .close-mobile-side-menu-container .close-mobile-side-menu a, .close-mobile-side-menu-container .close-mobile-side-menu a:hover, .close-mobile-side-menu-container .close-mobile-side-menu a:focus {
      text-decoration: none; }
    .close-mobile-side-menu-container .close-mobile-side-menu:hover, .close-mobile-side-menu-container .close-mobile-side-menu:focus, .close-mobile-side-menu-container .close-mobile-side-menu:active {
      color: #fff; }

/* --------------------------------------
/*
/* -------------------------------------*/
.mobile-side-menu {
  text-align: left;
  padding: 16px;
  font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  position: fixed;
  height: 100vh;
  top: 0;
  left: -100%;
  z-index: 13;
  background: #094d8d;
  width: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*** Menu ***/ }
  .mobile-side-menu.active {
    left: 0; }
  .mobile-side-menu .mobile-moodle-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 40px;
    color: #EEEEEE;
    padding: 16px 0;
    display: block; }
  .mobile-side-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .mobile-side-menu ul.menu li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      color: #EEEEEE;
      padding: 16px 0;
      display: block; }
  .mobile-side-menu ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .mobile-side-menu ul.sub-menu li a {
      margin: 0;
      padding: 8px 16px;
      display: block; }

/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-anchoring: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  html #wrap, body #wrap {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.body-section {
  padding: 7vh 0; }
  .body-section h2:first-of-type, .body-section h3:first-of-type {
    margin-top: 0px; }
  @media (max-width: 767px) {
    .body-section {
      padding: 5vh 0; } }

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto; } }

/* Landscape phone to portrait tablet */
@media (max-width: 991px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; } }

/* --------------------------------------
/*  Header
/* -------------------------------------- */
/* --------------------------------------
/*  Header
/* -------------------------------------*/
.header-section {
  background: #094d8d;
  position: relative; }
  .header-section .header-top-section {
    background: #2C2E30; }
    .header-section .header-top-section .header-top-section-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 0;
      position: relative; }
      .header-section .header-top-section .header-top-section-container .contact-information-container {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 16px;
        color: #000;
        line-height: 1.2;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        font-size: 0.889em;
        color: #BDBDBD; }
        .header-section .header-top-section .header-top-section-container .contact-information-container a, .header-section .header-top-section .header-top-section-container .contact-information-containera {
          color: #000; }
          .header-section .header-top-section .header-top-section-container .contact-information-container a:hover, .header-section .header-top-section .header-top-section-container .contact-information-container a:focus, .header-section .header-top-section .header-top-section-container .contact-information-containera:hover, .header-section .header-top-section .header-top-section-container .contact-information-containera:focus {
            text-decoration: underline;
            color: black; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .header-section .header-top-section .header-top-section-container .contact-information-container {
            font-size: calc( 0.889em + (13.168 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .header-section .header-top-section .header-top-section-container .contact-information-container {
            font-size: 0.823em; } }
        .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information {
          display: inline-block;
          vertical-align: top; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information a {
            color: inherit; }
          @media (max-width: 991px) {
            .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information {
              display: none; } }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information:before {
            color: #616161;
            padding-right: 4px; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.address:before {
            content: "\f041";
            font-family: FontAwesome; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.phone:before {
            content: "\f095";
            font-family: FontAwesome; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information + .contact-information {
            margin-left: 16px; }
        .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us {
          display: none;
          color: #9E9E9E;
          text-align: center;
          padding: 8px; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:before {
            content: "\f095";
            font-family: FontAwesome; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:hover, .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:focus, .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:active {
            color: #094d8d; }
          @media (max-width: 991px) {
            .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us {
              display: block; } }
  .header-section .header-main-section {
    position: relative;
    padding: 0;
    border-top: 3px solid #E21936;
    -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
    background: #094d8d; }
    .header-section .header-main-section div[class^='col-'] {
      padding-right: 0; }
    .header-section .header-main-section .header-spiral {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: auto; }
    .header-section .header-main-section .moodle-login-wrap {
      display: inline-block;
      top: 0;
      right: 0;
      height: 100%;
      background-color: #fff;
      float: right; }
      @media (max-width: 767px) {
        .header-section .header-main-section .moodle-login-wrap {
          display: none; } }
      .header-section .header-main-section .moodle-login-wrap .moodle-login-btn {
        height: 100%;
        width: 100%;
        text-transform: uppercase;
        background-color: #fff;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 26px 16px; }
        .header-section .header-main-section .moodle-login-wrap .moodle-login-btn span {
          text-align: center;
          display: inline-block;
          font-size: 14px;
          font-weight: 700; }
    .header-section .header-main-section .header-section-main-container {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header-section .header-main-section .header-section-main-container .logo {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        @media (max-width: 991px) {
          .header-section .header-main-section .header-section-main-container .logo {
            padding-left: 40px; } }
        .header-section .header-main-section .header-section-main-container .logo .logo-img {
          width: 246px; }

/* --------------------------------------
/*  Sticky Header Shrink
/* -------------------------------------*/
/* --------------------------------------
/*  Sticky Header Scroll In
/* -------------------------------------*/
#sticky-header-placeholder {
  display: none; }
  #sticky-header-placeholder.past-pl-bottom {
    display: block; }

.sticky {
  position: static; }
  .sticky.past-pl-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 50;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    top: -20%; }
    .header-section .sticky.past-pl-bottom {
      -webkit-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
      -o-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
      transition: padding 0.25s 0.1s, top 0.25s 0.1s; }
      .header-section .sticky.past-pl-bottom .header-section-main-container .logo a {
        height: 47px;
        display: block; }
        .header-section .sticky.past-pl-bottom .header-section-main-container .logo a .logo-img {
          max-width: 200px;
          height: 100%; }
      .header-section .sticky.past-pl-bottom .header-section-main-container .moodle-login-wrap {
        float: right; }
        .header-section .sticky.past-pl-bottom .header-section-main-container .moodle-login-wrap .moodle-login-btn {
          padding: 18px 16px; }
  .sticky.shrunk.going-down {
    top: 0;
    position: fixed;
    padding: 0; }

/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-section {
  display: block;
  background: #F6F6F6;
  color: #094d8d;
  /* --------------------------------------
  /*  Footer Top
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Contact Details
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Footer Bottom
  /* -------------------------------------*/ }
  .footer-section a, .footer-section p {
    color: inherit;
    font-size: inherit; }
  .footer-section .footer-top {
    padding: 3.5vh 0;
    font-size: calc(0.823 * 16px); }
    .footer-section .footer-top .title {
      position: relative;
      padding-bottom: 16px;
      margin-bottom: 16px;
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em;
      color: #094d8d; }
      .footer-section .footer-top .title a, .footer-section .footer-top .titlea {
        color: #094d8d; }
        .footer-section .footer-top .title a:hover, .footer-section .footer-top .title a:focus, .footer-section .footer-top .titlea:hover, .footer-section .footer-top .titlea:focus {
          text-decoration: underline;
          color: #06335d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-section .footer-top .title {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-section .footer-top .title {
          font-size: 1.333em; } }
      .footer-section .footer-top .title:after {
        content: '';
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #E21936; }
    .footer-section .footer-top ul.menu {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .footer-section .footer-top ul.menu li a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 8px;
        padding-bottom: 8px; }
  @media (max-width: 991px) {
    .footer-section .footer-contact {
      margin-top: 24px; } }
  .footer-section .contact-details-container .contact-detail {
    position: relative;
    padding-left: 32px;
    border-bottom: 1px solid #9E9E9E;
    padding-top: 8px;
    padding-bottom: 8px; }
    .footer-section .contact-details-container .contact-detail:before {
      position: absolute;
      top: 8px;
      left: 0;
      color: #094d8d;
      width: 19px;
      text-align: center; }
    .footer-section .contact-details-container .contact-detail.address:before {
      content: "\f041";
      font-family: FontAwesome; }
    .footer-section .contact-details-container .contact-detail.postal-address:before {
      content: "\f015";
      font-family: FontAwesome; }
    .footer-section .contact-details-container .contact-detail.email:before {
      content: "\f0e0";
      font-family: FontAwesome; }
    .footer-section .contact-details-container .contact-detail.phone:before {
      content: "\f095";
      font-family: FontAwesome; }
    .footer-section .contact-details-container .contact-detail.course-code {
      border: none;
      padding-left: 5px; }
  .footer-section .footer-bottom {
    padding: 10px 0; }
    .footer-section .footer-bottom p {
      padding: 0;
      margin: 0; }
    .footer-section .footer-bottom .copyright-information {
      padding: 15px 0 3px;
      font-size: 0.702em; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-section .footer-bottom .copyright-information {
          font-size: calc( 0.702em + (13.168 - 11.232) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-section .footer-bottom .copyright-information {
          font-size: 0.823em; } }
      .footer-section .footer-bottom .copyright-information p {
        font-size: inherit; }

/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  display: inline-block;
  margin-top: 16px;
  vertical-align: top; }
  .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .social ul li {
      padding: 0;
      margin: 0;
      display: block;
      float: left; }
      .social ul li + li {
        margin-left: 16px; }
      .social ul li a {
        display: block;
        height: auto;
        text-align: center;
        float: left;
        color: rgba(255, 255, 255, 0.65);
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
        .social ul li a:hover, .social ul li a:focus, .social ul li a:active {
          color: #fff; }
        .social ul li a i {
          font-size: calc(1.333 * 16px); }

/* --------------------------------------
/*  Search Results
/* -------------------------------------*/
.search-page .search-result {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .search-page .search-result {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .search-page .search-result .search-heading {
    width: 30%;
    margin: 0 32px 0 0;
    position: relative; }
    @media (max-width: 991px) {
      .search-page .search-result .search-heading {
        width: 100%;
        margin: 0; } }
    .search-page .search-result .search-heading:after {
      content: '';
      height: 50px;
      width: 1px;
      background: #E0E0E0;
      position: absolute;
      top: 0;
      right: -5%; }
      @media (max-width: 991px) {
        .search-page .search-result .search-heading:after {
          display: none; } }
    .search-page .search-result .search-heading h2 {
      font-size: calc(1.333 * 16px);
      margin: 0;
      padding: 0 0 8px; }
      .search-page .search-result .search-heading h2 a {
        color: inherit; }
    .search-page .search-result .search-heading small.url {
      line-height: 1; }
      .search-page .search-result .search-heading small.url a {
        display: inline-block; }
  .search-page .search-result .search-content {
    width: 70%; }
    @media (max-width: 991px) {
      .search-page .search-result .search-content {
        width: 100%; } }
    .search-page .search-result .search-content p {
      padding: 0;
      margin: 0;
      color: #616161;
      font-size: calc(16px - 2px); }

/* --------------------------------------
/*  Search Icon
/* -------------------------------------*/
.search-icon-container {
  font-size: 1em;
  color: #fff; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .search-icon-container {
      font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .search-icon-container {
      font-size: 1em; } }
  @media (max-width: 991px) {
    .search-icon-container {
      display: none; } }
  .search-icon-container a {
    color: inherit; }

/* --------------------------------------
/*  Hidden search
/* -------------------------------------*/
.hidden-search {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s; }
  .hidden-search.active {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .hidden-search .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hidden-search .input-group input.search-input {
      font-size: calc(0.823 * 16px);
      padding: 8px;
      border: rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.85);
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none; }
    .hidden-search .input-group .btn, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"], .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"], .hidden-search .input-group .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more .hidden-search .input-group a, .hidden-search .input-group
    .os-wrap .blog-card .blog-card-read-more a,
    .os-wrap .blog-card .blog-card-read-more .hidden-search .input-group a {
      padding: 8px;
      border: 0;
      border-radius: 0; }
      .hidden-search .input-group .btn:hover, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:hover, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:hover, .hidden-search .input-group .blog-posts .blog-card .blog-card-read-more a:hover, .blog-posts .blog-card .blog-card-read-more .hidden-search .input-group a:hover, .hidden-search .input-group
      .os-wrap .blog-card .blog-card-read-more a:hover,
      .os-wrap .blog-card .blog-card-read-more .hidden-search .input-group a:hover, .hidden-search .input-group .btn:focus, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:focus, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:focus, .hidden-search .input-group .blog-posts .blog-card .blog-card-read-more a:focus, .blog-posts .blog-card .blog-card-read-more .hidden-search .input-group a:focus, .hidden-search .input-group
      .os-wrap .blog-card .blog-card-read-more a:focus,
      .os-wrap .blog-card .blog-card-read-more .hidden-search .input-group a:focus, .hidden-search .input-group .btn:active, .hidden-search .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, body .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:active, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:active, .hidden-search .input-group .blog-posts .blog-card .blog-card-read-more a:active, .blog-posts .blog-card .blog-card-read-more .hidden-search .input-group a:active, .hidden-search .input-group
      .os-wrap .blog-card .blog-card-read-more a:active,
      .os-wrap .blog-card .blog-card-read-more .hidden-search .input-group a:active {
        color: #fff;
        background-color: #2c8fa1; }

/* --------------------------------------
/*  Mobile Search
/* -------------------------------------*/
.mobile-side-menu .search-container {
  margin-bottom: 8px; }
  .mobile-side-menu .search-container .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mobile-side-menu .search-container .input-group input.search-input {
      font-size: calc(0.823 * 16px);
      padding: 16px;
      border: rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.85);
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none; }
    .mobile-side-menu .search-container .input-group .btn, .mobile-side-menu .search-container .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type="button"], .mobile-side-menu .search-container .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type="button"], .mobile-side-menu .search-container .input-group .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more .mobile-side-menu .search-container .input-group a, .mobile-side-menu .search-container .input-group
    .os-wrap .blog-card .blog-card-read-more a,
    .os-wrap .blog-card .blog-card-read-more .mobile-side-menu .search-container .input-group a {
      display: none; }

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page h1 {
  padding: 0;
  margin: 0 0 24px; }

.search-page .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px; }
  .search-page .input-group input.search-input {
    font-size: calc(0.823 * 16px);
    padding: 16px;
    border: 1px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    outline: 0 none; }
  .search-page .input-group .btn, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"], .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"], .search-page .input-group .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more .search-page .input-group a, .search-page .input-group
  .os-wrap .blog-card .blog-card-read-more a,
  .os-wrap .blog-card .blog-card-read-more .search-page .input-group a {
    padding: 16px;
    border: 0;
    border-radius: 0; }
    .search-page .input-group .btn:hover, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:hover, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:hover, .search-page .input-group .blog-posts .blog-card .blog-card-read-more a:hover, .blog-posts .blog-card .blog-card-read-more .search-page .input-group a:hover, .search-page .input-group
    .os-wrap .blog-card .blog-card-read-more a:hover,
    .os-wrap .blog-card .blog-card-read-more .search-page .input-group a:hover, .search-page .input-group .btn:focus, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:focus, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:focus, .search-page .input-group .blog-posts .blog-card .blog-card-read-more a:focus, .blog-posts .blog-card .blog-card-read-more .search-page .input-group a:focus, .search-page .input-group
    .os-wrap .blog-card .blog-card-read-more a:focus,
    .os-wrap .blog-card .blog-card-read-more .search-page .input-group a:focus, .search-page .input-group .btn:active, .search-page .input-group body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, body .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:active, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:active, .search-page .input-group .blog-posts .blog-card .blog-card-read-more a:active, .blog-posts .blog-card .blog-card-read-more .search-page .input-group a:active, .search-page .input-group
    .os-wrap .blog-card .blog-card-read-more a:active,
    .os-wrap .blog-card .blog-card-read-more .search-page .input-group a:active {
      color: #fff;
      background-color: #2c8fa1; }

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Image Text Section

    - Core
      -
    - Theme

/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_full-width {
  padding: 0; }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
      padding: 7vh 7vh; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
          padding-left: 0;
          padding-right: 0; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
      background-size: cover;
      background-position: center;
      position: relative; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
          padding-bottom: 38.5%; } }
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container a.image-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  text-align: center;
  position: relative; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid {
    position: relative;
    z-index: 5; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  text-align: center; }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_hide-image-on-mobile .image-container {
    display: none; } }

.nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
      display: block; } }
  .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }

.nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section .image-container {
    margin-bottom: 16px; } }

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.nucleo-acf-section.fancy_image_repeater_section .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  .nucleo-acf-section.fancy_image_repeater_section .section-title:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #E0E0E0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .nucleo-acf-section.fancy_image_repeater_section .section-title h2 {
    margin: 0;
    padding: 0 0 16px; }
  .nucleo-acf-section.fancy_image_repeater_section .section-title .blurb {
    padding-bottom: 24px; }

.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container {
  margin-left: calc(75px + 24px);
  position: relative; }
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container {
    position: absolute;
    left: calc(-75px - 24px);
    top: 0;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #EEEEEE;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container i {
      font-size: calc(1.777 * 16px);
      color: #094d8d; }
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
    font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.125em;
    padding: 24px 0 16px;
    margin: 0; }
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a {
      color: #094d8d; }
      .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a:focus {
        text-decoration: underline;
        color: #06335d; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
        font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
        font-size: 1.333em; } }

.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 40px 0 16px;
    min-height: 100%; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a {
      position: relative;
      display: block; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:hover:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:focus:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:active:before {
        opacity: 1; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:focus {
      text-decoration: none; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
      margin: 0 0 16px;
      padding: 0;
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a {
        color: #094d8d; }
        .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a:focus {
          text-decoration: underline;
          color: #06335d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
          font-size: 1.333em; } }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .content-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:focus {
      text-decoration: none; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:after {
      padding-left: 8px;
      -webkit-transition: padding-left 0.3s;
      -o-transition: padding-left 0.3s;
      transition: padding-left 0.3s;
      content: "\f054";
      font-family: FontAwesome; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:active:after {
      padding-left: 16px; }

/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.hero-slider-section {
  position: relative;
  height: 65vh;
  overflow: hidden; }
  .hero-slider-section .slide {
    background-position: center center;
    background-size: cover; }
    .hero-slider-section .slide:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(44, 46, 48, 0.65);
      background: -webkit-gradient(linear, left top, right top, from(rgba(44, 46, 48, 0.85)), color-stop(rgba(44, 46, 48, 0.65)), color-stop(30%), to(rgba(44, 46, 48, 0)));
      background: -webkit-linear-gradient(left, rgba(44, 46, 48, 0.85) 0%, rgba(44, 46, 48, 0.65), 30%, rgba(44, 46, 48, 0) 100%);
      background: -o-linear-gradient(left, rgba(44, 46, 48, 0.85) 0%, rgba(44, 46, 48, 0.65), 30%, rgba(44, 46, 48, 0) 100%);
      background: linear-gradient(to right, rgba(44, 46, 48, 0.85) 0%, rgba(44, 46, 48, 0.65), 30%, rgba(44, 46, 48, 0) 100%);
      z-index: 10; }
    .hero-slider-section .slide .slider-container {
      z-index: 20;
      position: relative;
      color: #fff; }
      .hero-slider-section .slide .slider-container p {
        font-family: "Open Sans", "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 16px;
        color: #3B4044;
        line-height: 1.2;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        margin-top: 0;
        padding-top: 0;
        font-size: 1.602em; }
        .hero-slider-section .slide .slider-container p a, .hero-slider-section .slide .slider-container pa {
          color: #094d8d; }
          .hero-slider-section .slide .slider-container p a:hover, .hero-slider-section .slide .slider-container p a:focus, .hero-slider-section .slide .slider-container pa:hover, .hero-slider-section .slide .slider-container pa:focus {
            text-decoration: underline;
            color: #06335d; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container p {
            font-size: calc( 1.602em + (50.512 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container p {
            font-size: 3.157em; } }
      .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
        font-weight: 300;
        color: inherit;
        text-transform: none;
        padding: 0;
        margin: 0 0 24px;
        font-size: 1.602em; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
            font-size: calc( 1.602em + (33.184 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
            font-size: 2.074em; } }
  .hero-slider-section .container {
    height: 65vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

/* --------------------------------------
/*  Call To Action
/* -------------------------------------*/
.nucleo-acf-section.form_call_to_action_section {
  background-position: center center;
  background-size: cover;
  /* --------------------------------------
  /*  Has Background Image
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Form
  /* -------------------------------------*/ }
  .nucleo-acf-section.form_call_to_action_section .heading {
    text-align: center; }
    .nucleo-acf-section.form_call_to_action_section .heading p.title {
      font-size: 1.266em;
      padding-top: 0;
      margin-top: 0; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.form_call_to_action_section .heading p.title {
          font-size: calc( 1.266em + (28.432 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.form_call_to_action_section .heading p.title {
          font-size: 1.777em; } }
  .nucleo-acf-section.form_call_to_action_section.has-background-image {
    position: relative; }
    .nucleo-acf-section.form_call_to_action_section.has-background-image:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.35);
      z-index: 5; }
    .nucleo-acf-section.form_call_to_action_section.has-background-image .container {
      position: relative;
      z-index: 10; }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap {
        display: block; } }
    .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
      @media (min-width: 992px) {
        .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field + nf-field {
          margin-left: 8px; } }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type="text"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type="email"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type="tel"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont textarea, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont select {
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(255, 255, 255, 0.5); }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont label {
    color: inherit; }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
    margin-top: 30px;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (max-width: 991px) {
      .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
        margin-top: 0; } }

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Blog
/* -------------------------------------- */
.blog-sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

.blog-sidebar .share-buttons, .blog-sidebar .recent-posts, .blog-sidebar .category-list, .blog-sidebar .tag-list, .blog-sidebar .author-list {
  border-top: 1px solid #E0E0E0;
  margin-bottom: 40px; }

.blog-sidebar .category-list ul, .blog-sidebar .tag-list ul, .blog-sidebar .author-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .blog-sidebar .category-list ul li a, .blog-sidebar .tag-list ul li a, .blog-sidebar .author-list ul li a {
    position: relative;
    padding-left: 24px;
    display: block;
    color: #3B4044;
    font-size: calc(16px - 2px); }
    .blog-sidebar .category-list ul li a:before, .blog-sidebar .tag-list ul li a:before, .blog-sidebar .author-list ul li a:before {
      position: absolute;
      top: 0;
      left: 0; }
  .blog-sidebar .category-list ul li + li a, .blog-sidebar .tag-list ul li + li a, .blog-sidebar .author-list ul li + li a {
    margin-top: 8px; }

.blog-sidebar .category-list ul li a:before {
  content: "\f024";
  font-family: FontAwesome; }

.blog-sidebar .tag-list ul li a:before {
  content: "\f02b";
  font-family: FontAwesome; }

.blog-sidebar .author-list ul li a:before {
  content: "\f2be";
  font-family: FontAwesome; }

/* --------------------------------------
/*  Recent Posts
/* -------------------------------------*/
.blog-sidebar .recent-post {
  font-size: calc(16px - 2px); }
  .blog-sidebar .recent-post + .recent-post {
    margin-top: 24px; }
  .blog-sidebar .recent-post p {
    margin: 0;
    padding: 0;
    font-size: inherit; }
    .blog-sidebar .recent-post p.title {
      font-weight: 700; }
      .blog-sidebar .recent-post p.title a {
        color: inherit; }
  .blog-sidebar .recent-post .date {
    font-size: calc(0.823 * 16px);
    margin: 0 0 8px 0; }

/* --------------------------------------
/*  Blog Cards
/* -------------------------------------*/
.blog-posts > .container > .row,
.os-wrap > .container > .row {
  margin: 0 -8px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-posts .blog-card,
.os-wrap .blog-card {
  padding: 0;
  margin: 0 8px 16px;
  background: #F6F6F6; }
  .blog-posts .blog-card[class*="-4"],
  .os-wrap .blog-card[class*="-4"] {
    width: calc((100 * 0.332%) - 16px); }
  .blog-posts .blog-card[class*="-3"],
  .os-wrap .blog-card[class*="-3"] {
    width: calc((100 * 0.25%) - 16px); }
  .blog-posts .blog-card[class*="-6"],
  .os-wrap .blog-card[class*="-6"] {
    width: calc((100 * 0.5%) - 16px); }
  @media (max-width: 991px) {
    .blog-posts .blog-card[class*='col-'],
    .os-wrap .blog-card[class*='col-'] {
      width: calc((100%) - 16px); } }
  .blog-posts .blog-card .blog-card-featured-image,
  .os-wrap .blog-card .blog-card-featured-image {
    padding-bottom: 50%;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .blog-posts .blog-card .blog-card-featured-image a,
    .os-wrap .blog-card .blog-card-featured-image a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .blog-posts .blog-card .blog-card-featured-image a:hover, .blog-posts .blog-card .blog-card-featured-image a:focus, .blog-posts .blog-card .blog-card-featured-image a:active,
      .os-wrap .blog-card .blog-card-featured-image a:hover,
      .os-wrap .blog-card .blog-card-featured-image a:focus,
      .os-wrap .blog-card .blog-card-featured-image a:active {
        opacity: 1; }
  .blog-posts .blog-card .blog-card-content,
  .os-wrap .blog-card .blog-card-content {
    padding: 24px; }
    .blog-posts .blog-card .blog-card-content .blog-card-title h2,
    .os-wrap .blog-card .blog-card-content .blog-card-title h2 {
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em; }
      .blog-posts .blog-card .blog-card-content .blog-card-title h2 a, .blog-posts .blog-card .blog-card-content .blog-card-title h2a,
      .os-wrap .blog-card .blog-card-content .blog-card-title h2 a,
      .os-wrap .blog-card .blog-card-content .blog-card-title h2a {
        color: #094d8d; }
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:focus,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a:hover,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a:focus,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2a:hover,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2a:focus {
          text-decoration: underline;
          color: #06335d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .blog-posts .blog-card .blog-card-content .blog-card-title h2,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .blog-posts .blog-card .blog-card-content .blog-card-title h2,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 {
          font-size: 1.333em; } }
      .blog-posts .blog-card .blog-card-content .blog-card-title h2 a,
      .os-wrap .blog-card .blog-card-content .blog-card-title h2 a {
        color: inherit; }
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:focus,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a:hover,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a:focus,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a a,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a a:hover,
        .os-wrap .blog-card .blog-card-content .blog-card-title h2 a a:focus {
          text-decoration: none; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .share-buttons ul li {
    display: inline-block; }
    .share-buttons ul li a {
      font-weight: normal;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li a a, .share-buttons ul li a a:hover, .share-buttons ul li a a:focus {
        text-decoration: none; }

.share-buttons .share-buttons-list {
  margin: 10px 0; }
  .share-buttons .share-buttons-list li + li {
    padding-left: 4px; }
  .share-buttons .share-buttons-list li a {
    display: block; }
    .share-buttons .share-buttons-list li a i {
      color: #9E9E9E;
      padding-right: 8px;
      font-size: calc(1.333 * 16px);
      vertical-align: top;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .share-buttons .share-buttons-list li a:hover i, .share-buttons .share-buttons-list li a:focus i, .share-buttons .share-buttons-list li a:active i {
      color: #2C2E30; }

.blog-main-content .share-buttons {
  margin-top: 32px; }
  .blog-main-content .share-buttons h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }

/* --------------------------------------
/*  Pagination
/* -------------------------------------*/
.pagination {
  font-size: calc(0.823 * 16px); }
  .pagination .page-numbers {
    min-width: 32px;
    min-height: 24px;
    border: 1px solid #E0E0E0;
    display: inline-block;
    text-align: center;
    padding: 8px; }
    .pagination .page-numbers.current {
      background: #F6F6F6; }
  .pagination a {
    color: inherit; }

/* --------------------------------------
/*  Footer Blog
/* -------------------------------------*/
@media (max-width: 991px) {
  .footer-blog-posts {
    margin-top: 24px; } }

.footer-blog-posts .footer-blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px; }
  .footer-blog-posts .footer-blog-post .image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60px;
    margin-right: 16px; }
  .footer-blog-posts .footer-blog-post .content-container p {
    margin: 0;
    padding: 0; }
    .footer-blog-posts .footer-blog-post .content-container p.heading {
      color: #094d8d;
      font-weight: 700; }

/* --------------------------------------
/*  Nucleo Modal
/* -------------------------------------*/
.nucleo-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .nucleo-modal-container.activated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .nucleo-modal-container .nucleo-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3; }
  .nucleo-modal-container .nucleo-modal-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #fff; }
    .nucleo-modal-container .nucleo-modal-inner .nucleo-modal-close-btn {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px 15px;
      line-height: 1;
      font-size: 20px; }
    @media (max-width: -0.9px) {
      .nucleo-modal-container .nucleo-modal-inner {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

/* --------------------------------------
/*  Hero
/* -------------------------------------*/
.hero-section {
  background-size: cover;
  position: relative; }
  .hero-section[data-pos="center-top"] {
    background-position: center top; }
  .hero-section[data-pos="center-center"] {
    background-position: center center; }
  .hero-section[data-pos="center-bottom"] {
    background-position: center bottom; }
  .hero-section[data-pos="left-top"] {
    background-position: left top; }
  .hero-section[data-pos="left-center"] {
    background-position: left center; }
  .hero-section[data-pos="left-bottom"] {
    background-position: left bottom; }
  .hero-section[data-pos="right-top"] {
    background-position: right top; }
  .hero-section[data-pos="right-center"] {
    background-position: right center; }
  .hero-section[data-pos="right-bottom"] {
    background-position: right bottom; }
  .hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .hero-section .container {
    position: relative;
    padding-bottom: 32.6%; }
    .hero-section .container.hero-contained {
      background-size: cover;
      width: 100%;
      padding-bottom: 620px;
      max-width: 1170px; }
      @media (max-width: 1170px) {
        .hero-section .container.hero-contained {
          padding-bottom: 52.99145%; } }
  @media (max-width: 991px) {
    .hero-section .blurb {
      display: none; } }
  .hero-section .inner {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .hero-section .inner {
        display: none; } }
    .hero-section .inner h1, .hero-section .inner h2, .hero-section .inner h3,
    .hero-section .inner h4, .hero-section .inner h5, .hero-section .inner h6,
    .hero-section .inner p, .hero-section .inner a, .hero-section .inner span,
    .hero-section .inner ul, .hero-section .inner ol, .hero-section .inner li,
    .hero-section .inner input, .hero-section .inner button, .hero-section .inner label {
      color: #fff; }
    .hero-section .inner p {
      color: rgba(255, 255, 255, 0.9); }
    .hero-section .inner h1 {
      padding: 0;
      margin: 0; }

/* --------------------------------------
/*  hero-section-mobile-title
/* -------------------------------------*/
.hero-section-mobile-title {
  display: none;
  padding: 24px 0;
  background: #EEEEEE; }
  .hero-section-mobile-title p {
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .hero-section-mobile-title {
      display: block; } }

/* --------------------------------------
/*  Hero Section
/* -------------------------------------*/
.minimal-hero-section {
  background: #F6F6F6;
  padding: 32px 0; }
  .minimal-hero-section h1 {
    margin: 0;
    padding: 0; }

/* --------------------------------------
/*  Breadcrumbs
/* -------------------------------------*/
.body-section .breadcrumbs {
  position: relative;
  font-size: calc(0.823 * 16px);
  margin-bottom: 16px; }
  .body-section .breadcrumbs a {
    color: #9E9E9E; }
  .body-section .breadcrumbs span.delimiter {
    display: inline-block;
    padding: 0 5px; }

/* --------------------------------------
/*  404 Page
    NB: See Landing Page for the header.

    - 404
      - Content
      - Form
        - Title
        - Search
        - Search Results
        - Footer


/* -------------------------------------*/
/* --------------------------------------
/*  404
/* -------------------------------------*/
body.error404 {
  background-color: #073c6d; }
  body.error404 .fourofour {
    padding: 0;
    margin: 30vh 0 0; }
  body.error404 .header-spiral {
    display: none; }
  body.error404 .fourofour-inner-container h1 {
    font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    padding-top: 0;
    font-size: 1.424em;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    body.error404 .fourofour-inner-container h1 a, body.error404 .fourofour-inner-container h1a {
      color: #3B4044; }
      body.error404 .fourofour-inner-container h1 a:hover, body.error404 .fourofour-inner-container h1 a:focus, body.error404 .fourofour-inner-container h1a:hover, body.error404 .fourofour-inner-container h1a:focus {
        text-decoration: underline;
        color: #232629; }
    @media (min-width: 400px) and (max-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: calc( 1.424em + (37.904 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: 2.369em; } }
  body.error404 .fourofour-inner-container small {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 16px; }
  body.error404 .fourofour-inner-container p {
    color: #fff; }
  body.error404 .fourofour-search-container {
    opacity: 0;
    background: #094d8d;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 32px; }
    @media (max-width: 991px) {
      body.error404 .fourofour-search-container {
        margin: 24px 0;
        height: auto !important; } }
    body.error404 .fourofour-search-container.active {
      opacity: 1; }
    body.error404 .fourofour-search-container .fourofour-search-title {
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em;
      color: #fff;
      margin-bottom: 16px; }
      body.error404 .fourofour-search-container .fourofour-search-title a, body.error404 .fourofour-search-container .fourofour-search-titlea {
        color: #094d8d; }
        body.error404 .fourofour-search-container .fourofour-search-title a:hover, body.error404 .fourofour-search-container .fourofour-search-title a:focus, body.error404 .fourofour-search-container .fourofour-search-titlea:hover, body.error404 .fourofour-search-container .fourofour-search-titlea:focus {
          text-decoration: underline;
          color: #06335d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: 1.333em; } }
    body.error404 .fourofour-search-container .search-container {
      margin-bottom: 8px; }
      body.error404 .fourofour-search-container .search-container .input-group {
        display: none; }
        body.error404 .fourofour-search-container .search-container .input-group input.search-input {
          font-size: calc(0.823 * 16px);
          padding: 16px;
          border: rgba(255, 255, 255, 0.5);
          background: rgba(255, 255, 255, 0.85);
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          border-radius: 0;
          -webkit-appearance: none;
          outline: 0 none; }
        body.error404 .fourofour-search-container .search-container .input-group .search-submit {
          border-radius: 0;
          background: #2c8fa1;
          border-color: #2c8fa1; }
  body.error404 .search-results a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    padding: 16px 32px 16px 16px;
    margin-bottom: 4px;
    color: #fff;
    font-size: calc(16px - 2px);
    position: relative;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    body.error404 .search-results a:after {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      line-height: 1;
      top: 50%;
      right: 8px;
      -webkit-transform: translate(0, -49%);
      -ms-transform: translate(0, -49%);
      transform: translate(0, -49%);
      color: #fff; }
    body.error404 .search-results a:hover, body.error404 .search-results a:focus, body.error404 .search-results a:active {
      background: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
  body.error404 .footer-cta-section, body.error404 .footer-top {
    display: none; }
  body.error404 .footer-bottom .copyright-information {
    padding: 0; }

.footer-cta-section {
  background: #094d8d;
  padding: 5vh 0; }
  .footer-cta-section .footer-cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .footer-cta-section .footer-cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .footer-cta-section .footer-cta-container .tagline {
      font-family: "Helvetica", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em;
      color: #fff;
      padding: 0;
      margin: 0;
      margin-right: 24px; }
      .footer-cta-section .footer-cta-container .tagline a, .footer-cta-section .footer-cta-container .taglinea {
        color: #094d8d; }
        .footer-cta-section .footer-cta-container .tagline a:hover, .footer-cta-section .footer-cta-container .tagline a:focus, .footer-cta-section .footer-cta-container .taglinea:hover, .footer-cta-section .footer-cta-container .taglinea:focus {
          text-decoration: underline;
          color: #06335d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-cta-section .footer-cta-container .tagline {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-cta-section .footer-cta-container .tagline {
          font-size: 1.333em; } }
      @media (max-width: 991px) {
        .footer-cta-section .footer-cta-container .tagline {
          margin-bottom: 16px; } }
    .footer-cta-section .footer-cta-container .btn, .footer-cta-section .footer-cta-container body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .footer-cta-section .footer-cta-container .ninja-forms-field[type="button"], .footer-cta-section .footer-cta-container .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .footer-cta-section .footer-cta-container .ninja-forms-field[type="button"], .footer-cta-section .footer-cta-container .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more .footer-cta-section .footer-cta-container a, .footer-cta-section .footer-cta-container
    .os-wrap .blog-card .blog-card-read-more a,
    .os-wrap .blog-card .blog-card-read-more .footer-cta-section .footer-cta-container a {
      background-color: #2c8fa1; }

/* --------------------------------------
/*  Contact Us Page

    - Contact Details
    - Map Section

/* -------------------------------------*/
/* --------------------------------------
/*  Contact Details
/* -------------------------------------*/
.contact-us-page-contact-details .contact-detail {
  border-top: 1px solid #E0E0E0;
  margin-bottom: 24px;
  padding-top: 16px; }
  .contact-us-page-contact-details .contact-detail p {
    padding: 0;
    margin: 0; }
    .contact-us-page-contact-details .contact-detail p a {
      color: inherit; }
    .contact-us-page-contact-details .contact-detail p.title {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 8px; }
    .contact-us-page-contact-details .contact-detail p.contact-detail-result {
      position: relative;
      padding-left: 24px; }
      .contact-us-page-contact-details .contact-detail p.contact-detail-result:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #3B4044; }
  .contact-us-page-contact-details .contact-detail.phone p.contact-detail-result:before {
    content: "\f095";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.address p.contact-detail-result:before {
    content: "\f041";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.postal-address p.contact-detail-result:before {
    content: "\f015";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.email p.contact-detail-result:before {
    content: "\f0e0";
    font-family: FontAwesome; }

.contact-us-page-contact-details .social {
  display: block; }
  .contact-us-page-contact-details .social .social ul li a i {
    color: #9E9E9E; }

/* --------------------------------------
/*  Map Section
/* -------------------------------------*/
.contact-us-page-map-section {
  background: #094d8d; }
  .contact-us-page-map-section .title {
    padding: 24px 0;
    text-align: center; }
    .contact-us-page-map-section .title h2 {
      padding: 0;
      margin: 0;
      color: #fff;
      font-size: calc(1.333 * 16px);
      text-transform: uppercase; }

/* --------------------------------------
/*  Landing Page
/* -------------------------------------*/
body.page-template-template-landing-page, body.error404 {
  /* --------------------------------------
  /*  Header
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Hero
  /* -------------------------------------*/ }
  body.page-template-template-landing-page .header-section .header-top-section, body.error404 .header-section .header-top-section {
    display: none; }
  body.page-template-template-landing-page #sticky-header-placeholder, body.page-template-template-landing-page #sticky-header-placeholder.past-pl-bottom, body.error404 #sticky-header-placeholder, body.error404 #sticky-header-placeholder.past-pl-bottom {
    display: none; }
  body.page-template-template-landing-page .header-main-section.sticky-header, body.error404 .header-main-section.sticky-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
    body.page-template-template-landing-page .header-main-section.sticky-header .header-section-main-container, body.error404 .header-main-section.sticky-header .header-section-main-container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    body.page-template-template-landing-page .header-main-section.sticky-header .navigation-section, body.error404 .header-main-section.sticky-header .navigation-section {
      display: none; }
    body.page-template-template-landing-page .header-main-section.sticky-header .logo a, body.error404 .header-main-section.sticky-header .logo a {
      display: inline-block;
      padding: 8px 16px;
      border-top: 3px solid #E21936;
      -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
      box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
      background: #094d8d; }
    body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom, body.error404 .header-main-section.sticky-header.past-pl-bottom {
      top: -100%;
      border-top: 3px solid #E21936;
      -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
      box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
      background: #094d8d; }
      body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .navigation-section, body.error404 .header-main-section.sticky-header.past-pl-bottom .navigation-section {
        display: block; }
      body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .header-section-main-container, body.error404 .header-main-section.sticky-header.past-pl-bottom .header-section-main-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        /* Resetting */ }
      body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .logo a, body.error404 .header-main-section.sticky-header.past-pl-bottom .logo a {
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        /* Resetting */ }
    body.page-template-template-landing-page .header-main-section.sticky-header.sticky.shrunk.going-down, body.error404 .header-main-section.sticky-header.sticky.shrunk.going-down {
      position: fixed;
      top: 0; }
  body.page-template-template-landing-page .hero-section .container, body.error404 .hero-section .container {
    padding-bottom: 42%; }
    body.page-template-template-landing-page .hero-section .container .inner, body.error404 .hero-section .container .inner {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      left: 10%; }
      body.page-template-template-landing-page .hero-section .container .inner h1, body.error404 .hero-section .container .inner h1 {
        margin-top: 24px;
        padding-bottom: 16px; }

/* --------------------------------------
/*  Forms Page
/* -------------------------------------*/
.forms-wrap .form-card {
  width: 100%;
  background-color: #F6F6F6;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 5px; }
  .forms-wrap .form-card h3, .forms-wrap .form-card h4, .forms-wrap .form-card h5 {
    margin: 0;
    display: inline-block;
    padding: 16px; }
    @media (max-width: 543px) {
      .forms-wrap .form-card h3, .forms-wrap .form-card h4, .forms-wrap .form-card h5 {
        text-align: center;
        display: block; } }
  .forms-wrap .form-card a.btn, .forms-wrap .form-card body .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .forms-wrap .form-card a.ninja-forms-field[type="button"], .forms-wrap .form-card .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .forms-wrap .form-card a.ninja-forms-field[type="button"], .forms-wrap .form-card .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more .forms-wrap .form-card a, .forms-wrap .form-card
  .os-wrap .blog-card .blog-card-read-more a,
  .os-wrap .blog-card .blog-card-read-more .forms-wrap .form-card a {
    float: right;
    min-width: 160px; }
    @media (max-width: 543px) {
      .forms-wrap .form-card a.btn, .forms-wrap .form-card body .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], body .nf-form-cont .submit-wrap .forms-wrap .form-card a.ninja-forms-field[type="button"], .forms-wrap .form-card .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .forms-wrap .form-card a.ninja-forms-field[type="button"], .forms-wrap .form-card .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more .forms-wrap .form-card a, .forms-wrap .form-card
      .os-wrap .blog-card .blog-card-read-more a,
      .os-wrap .blog-card .blog-card-read-more .forms-wrap .form-card a {
        float: none;
        display: block; } }

.os-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .os-wrap .blog-card {
    width: calc(50% - 16px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 16px);
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    background-color: #F6F6F6; }
    .os-wrap .blog-card:first-of-type {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - 16px);
      -ms-flex: 0 0 calc(100% - 16px);
      flex: 0 0 calc(100% - 16px);
      width: calc(100% - 16px); }
    .os-wrap .blog-card .blog-card-featured-image a {
      opacity: 1;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s; }
      .os-wrap .blog-card .blog-card-featured-image a:hover, .os-wrap .blog-card .blog-card-featured-image a:focus, .os-wrap .blog-card .blog-card-featured-image a:active {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s; }
      .os-wrap .blog-card .blog-card-featured-image a i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 120px; }
    @media (max-width: 767px) {
      .os-wrap .blog-card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 16px);
        -ms-flex: 0 0 calc(100% - 16px);
        flex: 0 0 calc(100% - 16px);
        width: calc(100% - 16px); } }
    .os-wrap .blog-card .blog-card-title h3, .os-wrap .blog-card .blog-card-title h4, .os-wrap .blog-card .blog-card-title h5 {
      margin-top: 0; }

/* --------------------------------------
/*  Courses Page
/* -------------------------------------*/
body.courses .courses-page-links .course-page-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -15px; }
  body.courses .courses-page-links .course-page-links-inner .course-btn-wrap {
    padding: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%; }
    body.courses .courses-page-links .course-page-links-inner .course-btn-wrap a.btn, body.courses .courses-page-links .course-page-links-inner .course-btn-wrap .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], body.courses .nf-form-cont .submit-wrap .courses-page-links .course-page-links-inner .course-btn-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap body.courses .courses-page-links .course-page-links-inner .course-btn-wrap a.ninja-forms-field[type="button"], body.courses .courses-page-links .course-page-links-inner .course-btn-wrap .blog-posts .blog-card .blog-card-read-more a, .blog-posts .blog-card .blog-card-read-more body.courses .courses-page-links .course-page-links-inner .course-btn-wrap a, body.courses .courses-page-links .course-page-links-inner .course-btn-wrap
    .os-wrap .blog-card .blog-card-read-more a,
    .os-wrap .blog-card .blog-card-read-more body.courses .courses-page-links .course-page-links-inner .course-btn-wrap a {
      white-space: normal;
      height: 100%;
      width: 100%; }
    @media (max-width: 767px) {
      body.courses .courses-page-links .course-page-links-inner .course-btn-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-top: 0px; } }

/* --------------------------------------
/*  Helpers
/* -------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

.google-map {
  min-height: 300px;
  height: 400px; }

.padding-section {
  padding: 7vh 0; }
  @media (max-width: 767px) {
    .padding-section {
      padding: 5vh 0; } }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-right {
  padding-right: 0; }

.margin-section {
  margin: 7vh 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-right {
  margin-right: 0; }

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

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

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

.reverse-text-colour p, .reverse-text-colour span,
.reverse-text-colour ul, .reverse-text-colour ol, .reverse-text-colour li {
  color: #fff; }

.reverse-text-colour-all h1, .reverse-text-colour-all h2, .reverse-text-colour-all h3,
.reverse-text-colour-all h4, .reverse-text-colour-all h5, .reverse-text-colour-all h6,
.reverse-text-colour-all p, .reverse-text-colour-all a, .reverse-text-colour-all span,
.reverse-text-colour-all ul, .reverse-text-colour-all ol, .reverse-text-colour-all li,
.reverse-text-colour-all input, .reverse-text-colour-all button, .reverse-text-colour-all label {
  color: #fff; }

.reverse-text-colour-headings h1, .reverse-text-colour-headings h2, .reverse-text-colour-headings h3,
.reverse-text-colour-headings h4, .reverse-text-colour-headings h5, .reverse-text-colour-headings h6 {
  color: #fff; }

.s-content.s-content--large {
  padding: 7vh 0; }

.f-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .f-display.f-display--center-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .f-display.f-display--center-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .f-display.f-display--center-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .f-display.f-display--top-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .f-display.f-display--top-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .f-display.f-display--top-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .f-display.f-display--bottom-left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .f-display.f-display--bottom-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .f-display.f-display--bottom-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.aspect-ratio {
  position: relative;
  background: red; }
  .aspect-ratio:before {
    display: block;
    content: "";
    width: 100%; }
  .aspect-ratio > .aspect-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .aspect-ratio.aspect-ratio--1-1:before {
    padding-top: 100%; }
  .aspect-ratio.aspect-ratio--2-3:before {
    padding-top: 150%; }
  .aspect-ratio.aspect-ratio--3-2:before {
    padding-top: 66.66667%; }
  .aspect-ratio.aspect-ratio--3-4:before {
    padding-top: 133.33333%; }
  .aspect-ratio.aspect-ratio--4-3:before {
    padding-top: 75%; }
  .aspect-ratio.aspect-ratio--16-9:before {
    padding-top: 56.25%; }

.s-footer__bottom {
  background: red; }
  .s-footer__bottom + .s-footer__bottom {
    background: green; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------
/* Text-colour
/* -------------------------------------*/
.text-colour__palette-grey-100 {
  color: #F6F6F6; }

.background-colour__palette-grey-100 {
  background-color: #F6F6F6; }

.h1__text-colour__palette-grey-100 h1 {
  color: #F6F6F6; }

.h2__text-colour__palette-grey-100 h2 {
  color: #F6F6F6; }

.h3__text-colour__palette-grey-100 h3 {
  color: #F6F6F6; }

.h4__text-colour__palette-grey-100 h4 {
  color: #F6F6F6; }

.h5__text-colour__palette-grey-100 h5 {
  color: #F6F6F6; }

.h6__text-colour__palette-grey-100 h6 {
  color: #F6F6F6; }

.text-colour__palette-grey-200 {
  color: #EEEEEE; }

.background-colour__palette-grey-200 {
  background-color: #EEEEEE; }

.h1__text-colour__palette-grey-200 h1 {
  color: #EEEEEE; }

.h2__text-colour__palette-grey-200 h2 {
  color: #EEEEEE; }

.h3__text-colour__palette-grey-200 h3 {
  color: #EEEEEE; }

.h4__text-colour__palette-grey-200 h4 {
  color: #EEEEEE; }

.h5__text-colour__palette-grey-200 h5 {
  color: #EEEEEE; }

.h6__text-colour__palette-grey-200 h6 {
  color: #EEEEEE; }

.text-colour__palette-grey-300 {
  color: #E0E0E0; }

.background-colour__palette-grey-300 {
  background-color: #E0E0E0; }

.h1__text-colour__palette-grey-300 h1 {
  color: #E0E0E0; }

.h2__text-colour__palette-grey-300 h2 {
  color: #E0E0E0; }

.h3__text-colour__palette-grey-300 h3 {
  color: #E0E0E0; }

.h4__text-colour__palette-grey-300 h4 {
  color: #E0E0E0; }

.h5__text-colour__palette-grey-300 h5 {
  color: #E0E0E0; }

.h6__text-colour__palette-grey-300 h6 {
  color: #E0E0E0; }

.text-colour__palette-grey-400 {
  color: #BDBDBD; }

.background-colour__palette-grey-400 {
  background-color: #BDBDBD; }

.h1__text-colour__palette-grey-400 h1 {
  color: #BDBDBD; }

.h2__text-colour__palette-grey-400 h2 {
  color: #BDBDBD; }

.h3__text-colour__palette-grey-400 h3 {
  color: #BDBDBD; }

.h4__text-colour__palette-grey-400 h4 {
  color: #BDBDBD; }

.h5__text-colour__palette-grey-400 h5 {
  color: #BDBDBD; }

.h6__text-colour__palette-grey-400 h6 {
  color: #BDBDBD; }

.text-colour__palette-grey-500 {
  color: #9E9E9E; }

.background-colour__palette-grey-500 {
  background-color: #9E9E9E; }

.h1__text-colour__palette-grey-500 h1 {
  color: #9E9E9E; }

.h2__text-colour__palette-grey-500 h2 {
  color: #9E9E9E; }

.h3__text-colour__palette-grey-500 h3 {
  color: #9E9E9E; }

.h4__text-colour__palette-grey-500 h4 {
  color: #9E9E9E; }

.h5__text-colour__palette-grey-500 h5 {
  color: #9E9E9E; }

.h6__text-colour__palette-grey-500 h6 {
  color: #9E9E9E; }

.text-colour__palette-grey-800 {
  color: #3B4044; }

.background-colour__palette-grey-800 {
  background-color: #3B4044; }

.h1__text-colour__palette-grey-800 h1 {
  color: #3B4044; }

.h2__text-colour__palette-grey-800 h2 {
  color: #3B4044; }

.h3__text-colour__palette-grey-800 h3 {
  color: #3B4044; }

.h4__text-colour__palette-grey-800 h4 {
  color: #3B4044; }

.h5__text-colour__palette-grey-800 h5 {
  color: #3B4044; }

.h6__text-colour__palette-grey-800 h6 {
  color: #3B4044; }

.text-colour__palette-teal-500 {
  color: #60c2d3; }

.background-colour__palette-teal-500 {
  background-color: #60c2d3; }

.h1__text-colour__palette-teal-500 h1 {
  color: #60c2d3; }

.h2__text-colour__palette-teal-500 h2 {
  color: #60c2d3; }

.h3__text-colour__palette-teal-500 h3 {
  color: #60c2d3; }

.h4__text-colour__palette-teal-500 h4 {
  color: #60c2d3; }

.h5__text-colour__palette-teal-500 h5 {
  color: #60c2d3; }

.h6__text-colour__palette-teal-500 h6 {
  color: #60c2d3; }

.text-colour__palette-teal-200 {
  color: #b0e1e9; }

.background-colour__palette-teal-200 {
  background-color: #b0e1e9; }

.h1__text-colour__palette-teal-200 h1 {
  color: #b0e1e9; }

.h2__text-colour__palette-teal-200 h2 {
  color: #b0e1e9; }

.h3__text-colour__palette-teal-200 h3 {
  color: #b0e1e9; }

.h4__text-colour__palette-teal-200 h4 {
  color: #b0e1e9; }

.h5__text-colour__palette-teal-200 h5 {
  color: #b0e1e9; }

.h6__text-colour__palette-teal-200 h6 {
  color: #b0e1e9; }

.text-colour__palette-teal-800 {
  color: #2c8fa1; }

.background-colour__palette-teal-800 {
  background-color: #2c8fa1; }

.h1__text-colour__palette-teal-800 h1 {
  color: #2c8fa1; }

.h2__text-colour__palette-teal-800 h2 {
  color: #2c8fa1; }

.h3__text-colour__palette-teal-800 h3 {
  color: #2c8fa1; }

.h4__text-colour__palette-teal-800 h4 {
  color: #2c8fa1; }

.h5__text-colour__palette-teal-800 h5 {
  color: #2c8fa1; }

.h6__text-colour__palette-teal-800 h6 {
  color: #2c8fa1; }

.text-colour__palette-blue-500 {
  color: #094d8d; }

.background-colour__palette-blue-500 {
  background-color: #094d8d; }

.h1__text-colour__palette-blue-500 h1 {
  color: #094d8d; }

.h2__text-colour__palette-blue-500 h2 {
  color: #094d8d; }

.h3__text-colour__palette-blue-500 h3 {
  color: #094d8d; }

.h4__text-colour__palette-blue-500 h4 {
  color: #094d8d; }

.h5__text-colour__palette-blue-500 h5 {
  color: #094d8d; }

.h6__text-colour__palette-blue-500 h6 {
  color: #094d8d; }

.text-colour__palette-light-blue-500 {
  color: #ecf5fe; }

.background-colour__palette-light-blue-500 {
  background-color: #ecf5fe; }

.h1__text-colour__palette-light-blue-500 h1 {
  color: #ecf5fe; }

.h2__text-colour__palette-light-blue-500 h2 {
  color: #ecf5fe; }

.h3__text-colour__palette-light-blue-500 h3 {
  color: #ecf5fe; }

.h4__text-colour__palette-light-blue-500 h4 {
  color: #ecf5fe; }

.h5__text-colour__palette-light-blue-500 h5 {
  color: #ecf5fe; }

.h6__text-colour__palette-light-blue-500 h6 {
  color: #ecf5fe; }
