﻿/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/**** Fonts ****/
@font-face {
  font-family: 'Consolas';
  src: url("../fonts/Consolas.eot") format("eot"), url("../fonts/Consolas.woff") format("woff"), url("../fonts/Consolas.ttf") format("truetype"); }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

* {
  min-width: 0;
  min-height: 0; }

html {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  /* our base font-size - we use 16px to allow us to easily calculate our REMs throughout the project (similar to 62.5%) */
  font-weight: 300;
  line-height: 26px;
  color: #414141;
  overflow-x: hidden; }
  html.no-scroll {
    overflow: hidden; }

body {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit; }
  a:hover, a:active, a:focus, a:visited {
    color: inherit; }
  a[ng-click] {
    cursor: pointer; }

p {
  font-size: 1rem;
  line-height: inherit;
  margin: 0px 0px 25px; }
  @media only screen and (max-width: 991px) {
    p {
      font-size: 16px;
      line-height: 1.4; } }
  @media only screen and (max-width: 575px) {
    p {
      margin: 0px 0px 20px;
      font-size: 14px; } }
  p > a {
    color: #0052a1;
    font-size: 17px;
    font-weight: 400; }
    p > a:hover, p > a:active, p > a:focus, p > a:visited {
      color: #0052a1;
      text-decoration: underline; }
    @media only screen and (max-width: 991px) {
      p > a {
        font-size: 16px; } }
    @media only screen and (max-width: 575px) {
      p > a {
        font-size: 14px; } }

.with-arrow a {
  font-size: 17px; }
  @media only screen and (max-width: 991px) {
    .with-arrow a {
      font-size: 15px; } }
  @media only screen and (max-width: 575px) {
    .with-arrow a {
      font-size: 13px; } }
  .with-arrow a::after {
    content: '';
    display: inline-block;
    margin: 0px 0.35em;
    border: 1px solid #ec4000;
    border-bottom: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    position: relative;
    top: -2px; }
    @media only screen and (max-width: 991px) {
      .with-arrow a::after {
        width: 5px;
        height: 5px;
        top: -2px; } }
    @media only screen and (max-width: 575px) {
      .with-arrow a::after {
        top: -2px; } }

strong {
  font-weight: 600; }

h1 {
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: normal; }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 18px; } }

h2 {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin: 0; }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 20px; } }

h3 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0; }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    h3 {
      font-size: 18px; } }
  h3.live-webinars {
    padding: 40px 0px 30px; }
    h3.live-webinars::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      margin-right: 0.5em;
      background: #d62700; }
  h3.recorded-webinars {
    padding: 40px 0px 30px; }
    @media only screen and (max-width: 767px) {
      h3.recorded-webinars {
        padding: 40px 0px 0px; } }
    h3.recorded-webinars::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      margin-right: 0.5em;
      background: #39b54a; }

h4 {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0.5em;
  margin: 0; }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    h4 {
      font-size: 16px; } }

h5 {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0; }
  @media only screen and (max-width: 991px) {
    h5 {
      font-size: 15px; } }
  @media only screen and (max-width: 575px) {
    h5 {
      font-size: 13px; } }

h6 {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: normal; }
  @media only screen and (max-width: 991px) {
    h6 {
      font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    h6 {
      font-size: 13px; } }

hr {
  margin: 10px 0px;
  border-color: #d5d1ce; }

ul {
  display: block;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.75em; }
  ul li {
    display: list-item;
    margin-bottom: 7px;
    line-height: 1.3;
    position: relative; }
    @media only screen and (max-width: 991px) {
      ul li {
        font-size: 16px; } }
    @media only screen and (max-width: 575px) {
      ul li {
        font-size: 14px;
        margin-bottom: 5px; } }
    ul li > ul {
      margin: 0.35em 0px; }
    ul li::before {
      content: "\2022";
      color: #ec4000;
      display: inline-block;
      width: 0.6em;
      margin-left: -0.6em;
      font-size: 1.3rem;
      line-height: 1;
      vertical-align: middle;
      position: absolute; }
      @media only screen and (max-width: 991px) {
        ul li::before {
          top: -2px; } }
      @media only screen and (max-width: 575px) {
        ul li::before {
          top: -3px; } }
    ul li:last-of-type {
      margin-bottom: 0px; }
    ul li a:visited, ul li a:focus {
      color: #414141; }
    ul li a:hover, ul li a:active {
      color: #d62700;
      text-decoration: none;
      outline: 0px; }
  ul.arrow-before {
    padding: 0px;
    margin-top: 30px; }
    ul.arrow-before li {
      line-height: 1.3;
      margin-bottom: 8px;
      padding-left: 1.1em; }
      @media only screen and (max-width: 991px) {
        ul.arrow-before li {
          padding-left: 1.3em; } }
      @media only screen and (max-width: 575px) {
        ul.arrow-before li {
          padding-left: 1.1em; } }
      ul.arrow-before li::before {
        content: '';
        display: inline-block;
        margin: 0px;
        border: 1px solid #ec4000;
        border-bottom: 0px;
        border-left: 0px;
        transform: rotate(45deg);
        width: 7px;
        height: 7px;
        position: relative;
        margin-left: -0.9em;
        margin-right: 0.59em;
        top: -1px; }
        @media only screen and (max-width: 575px) {
          ul.arrow-before li::before {
            width: 5px;
            height: 5px;
            margin-right: 0.4em; } }
  ul.arrow-after {
    padding: 0px;
    margin-top: 30px; }
    @media only screen and (max-width: 575px) {
      ul.arrow-after {
        margin-top: 20px; } }
    ul.arrow-after li {
      line-height: 1.3;
      margin-bottom: 8px; }
      ul.arrow-after li::before {
        display: none; }
      ul.arrow-after li::after {
        content: '';
        display: inline-block;
        margin: 0px;
        border: 1px solid #ec4000;
        border-bottom: 0px;
        border-left: 0px;
        transform: rotate(45deg);
        width: 7px;
        height: 7px;
        position: relative;
        top: -2px;
        margin-right: -0.1em;
        margin-left: 0.3em; }
        @media only screen and (max-width: 991px) {
          ul.arrow-after li::after {
            top: -1px; } }
        @media only screen and (max-width: 575px) {
          ul.arrow-after li::after {
            width: 5px;
            height: 5px;
            top: -2px; } }
      ul.arrow-after li a {
        color: #0052a1; }
        ul.arrow-after li a:hover {
          color: #d62700;
          text-decoration: none; }

ol {
  display: block;
  list-style: none;
  counter-reset: li;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.75em; }
  @media only screen and (max-width: 575px) {
    ol {
      padding: 0px; }
      ol ol {
        padding-left: 0.75em; } }
  ol li {
    display: list-item;
    margin-bottom: 7px;
    line-height: normal;
    counter-increment: li; }
    @media only screen and (max-width: 575px) {
      ol li {
        font-size: 14px; } }
    ol li::before {
      content: counter(li);
      color: #ec4000;
      display: inline-block;
      width: 0.75em;
      margin-left: -0.5em;
      margin-right: 0.5em;
      text-align: right;
      direction: rtl;
      font-size: 1rem;
      line-height: 1;
      vertical-align: middle; }
      @media only screen and (max-width: 575px) {
        ol li::before {
          font-size: 14px; } }
    ol li > ol {
      margin: 0.5em 0px; }

dt {
  display: block;
  padding-left: 22px;
  margin-bottom: 5px; }
  @media only screen and (max-width: 575px) {
    dt {
      font-size: 14px;
      line-height: 1.4;
      padding: 0px; } }

dd {
  display: block;
  margin-left: 40px;
  padding-left: 22px;
  margin-bottom: 5px; }
  @media only screen and (max-width: 575px) {
    dd {
      font-size: 14px;
      line-height: 1.4;
      padding: 0px; } }

table {
  width: 100%;
  background: #f4f4f3;
  border-collapse: collapse;
  border-spacing: 0; }
  table th, table td {
    padding: 0.75rem;
    font-size: 15px;
    line-height: 1;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      table th, table td {
        font-size: 13px;
        display: block; } }
    table th a, table td a {
      color: #0052a1;
      font-weight: 400; }
      table th a:hover, table th a:focus, table th a:active, table th a:visited, table td a:hover, table td a:focus, table td a:active, table td a:visited {
        color: #d62700;
        text-decoration: none; }
      table th a.with-arrow, table td a.with-arrow {
        font-size: 15px; }
        @media only screen and (max-width: 767px) {
          table th a.with-arrow, table td a.with-arrow {
            font-size: 13px; } }
        table th a.with-arrow::before, table td a.with-arrow::before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin: 0px;
          margin-right: 0.75em;
          border: 1px solid #ec4000;
          border-bottom: 0px;
          border-left: 0px;
          transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: relative;
          top: -1px; }
          @media only screen and (max-width: 767px) {
            table th a.with-arrow::before, table td a.with-arrow::before {
              width: 5px;
              height: 5px;
              top: -1px;
              margin-right: 7px; } }
        table th a.with-arrow::after, table td a.with-arrow::after {
          display: none; }
  table th {
    font-weight: 400; }
  table td {
    font-weight: 300; }

label {
  min-width: 20%;
  max-width: 20%;
  margin-right: 15px;
  line-height: 1.3; }
  @media only screen and (max-width: 575px) {
    label {
      font-size: 14px;
      min-width: 35%;
      max-width: 35%; } }
  label:hover, label:visited, label:focus, label:active {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }

input, .select2-container--doulos .select2-selection {
  height: 40px;
  outline: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #fa854e;
  padding: 7px 15px;
  margin: 0px;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  @media only screen and (max-width: 575px) {
    input, .select2-container--doulos .select2-selection {
      height: 30px;
      font-size: 11px;
      border-width: 1px;
      padding: 7px 10px; } }

fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove; }
  @media only screen and (max-width: 575px) {
    fieldset label {
      min-width: 20%;
      max-width: 20%; } }
  fieldset input[type="text"] {
    width: auto; }
    @media only screen and (max-width: 575px) {
      fieldset input[type="text"] {
        height: 30px !important; } }

legend {
  width: auto;
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: none; }
  @media only screen and (max-width: 575px) {
    legend {
      font-size: 14px; } }

input[type="text"] {
  height: 40px;
  width: 100%;
  color: #414141; }
  input[type="text"]:focus {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }
  @media only screen and (max-width: 575px) {
    input[type="text"] {
      height: 30px; } }

input[type="radio"] {
  height: auto;
  -webkit-appearance: radio; }
  input[type="radio"]:hover, input[type="radio"]:visited, input[type="radio"]:focus, input[type="radio"]:active {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }

input[type="checkbox"] {
  height: auto;
  -webkit-appearance: checkbox; }
  input[type="checkbox"]:hover, input[type="checkbox"]:visited, input[type="checkbox"]:focus, input[type="checkbox"]:active {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }

input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"] {
  height: 40px;
  width: 100%; }
  input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="search"]:focus {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }
  @media only screen and (max-width: 575px) {
    input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"] {
      height: 30px; } }

textarea {
  border: 2px solid #fa854e;
  padding: 10px 15px;
  line-height: 1; }
  textarea:focus {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }
  @media only screen and (max-width: 575px) {
    textarea {
      font-size: 12px;
      padding: 12px 10px;
      border-width: 1px; } }

input[type="submit"], input[type="button"], input[type="reset"] {
  height: auto;
  font-size: 18px;
  background: #ec4000;
  color: #ffffff;
  line-height: 1;
  padding: 15px 25px;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: 0.25s all; }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    text-decoration: none;
    background: #d62700;
    color: #ffffff; }
  input[type="submit"]:visited, input[type="button"]:visited, input[type="reset"]:visited {
    color: #ffffff; }
  input[type="submit"]:last-child, input[type="button"]:last-child, input[type="reset"]:last-child {
    margin-right: 0px; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px; }
  @media only screen and (max-width: 575px) {
    input[type="submit"], input[type="button"], input[type="reset"] {
      font-size: 12px;
      padding: 9px 15px; } }

button[type="submit"] {
  font-size: 18px;
  background: #ec4000;
  color: #ffffff;
  line-height: 1;
  margin: 24px 7px 24px 0px;
  padding: 15px 25px;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: 0.25s all; }
  button[type="submit"]:hover, button[type="submit"]:focus {
    text-decoration: none;
    background: #d62700;
    color: #ffffff; }
  button[type="submit"]:visited {
    color: #ffffff; }
  button[type="submit"]:last-child {
    margin-right: 0px; }
  button[type="submit"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px; }
  @media only screen and (max-width: 575px) {
    button[type="submit"] {
      font-size: 12px;
      padding: 9px 15px; } }

select {
  background: transparent;
  position: relative;
  z-index: 1;
  height: 40px;
  border: 2px solid #fa854e;
  padding: 5px 35px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-word-break: normal;
  word-break: normal;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }
  select:focus {
    outline: 0px;
    box-shadow: none;
    -webkit-box-shadow: none; }
  select::-ms-expand {
    display: none; }
  @media only screen and (max-width: 575px) {
    select {
      height: 30px;
      font-size: 11px;
      padding: 2px 35px 2px 10px;
      border-width: 1px; } }

button {
  font-size: 18px;
  background: #ec4000;
  color: #ffffff;
  line-height: 1;
  padding: 15px 25px;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: 0.25s all; }
  button:hover, button:focus {
    text-decoration: none;
    background: #d62700;
    color: #ffffff; }
  button:visited {
    color: #ffffff; }
  button:last-child {
    margin-right: 0px; }
  button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px; }
  @media only screen and (max-width: 575px) {
    button {
      font-size: 12px;
      padding: 9px 15px; } }

img {
  display: block;
  width: 100%; }
  img.img-fluid {
    min-width: 100%;
    float: right; }
    @media only screen and (max-width: 767px) {
      img.img-fluid {
        margin-top: 20px; } }

svg a {
  display: block;
  cursor: pointer; }

pre {
  color: #ec4000;
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
  display: block;
  padding: 18px 20px;
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f4f4f3;
  margin-bottom: 35px; }
  @media only screen and (max-width: 991px) {
    pre {
      font-size: 12px;
      padding: 12px 15px; } }
  @media only screen and (max-width: 575px) {
    pre {
      margin-bottom: 20px; } }

blockquote {
  display: block; }
  @media only screen and (max-width: 991px) {
    blockquote {
      font-size: 16px;
      line-height: 1.4; } }
  @media only screen and (max-width: 575px) {
    blockquote {
      font-size: 14px; } }
  blockquote::before {
    content: '';
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABLCAYAAADwIpA8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTg1RUI0REVCMzZCMTFFOEFEOEU4NDRFRjAxN0U4MjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTg1RUI0REZCMzZCMTFFOEFEOEU4NDRFRjAxN0U4MjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFODVFQjREQ0IzNkIxMUU4QUQ4RTg0NEVGMDE3RTgyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFODVFQjREREIzNkIxMUU4QUQ4RTg0NEVGMDE3RTgyMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkQnTnoAAAPPSURBVHja7JtdaI5hGMfvzWPTwhZ72XzM0nzbTkTkIzmQDAfkaIRJJHaAA6FIUYqUJCXJCVEyFIUyJsXJspVWOFlry8c0HxMtzf9q91totvfd83/e937vrqv+XWtt13Ndv133x3Pfe7NMxPZhqcmCmwbNhaZAJVYToHwoFxoJtcTqTKnJAENNBbaecmjSHzUV2pqGQnnQ2MJHPe/ld4KIEqmAq4SWQfMsyIw11DMKbiW0HJpvGyYpC4jJFMFthTbaDjYZDle6cg1UbQGHYhUQEiqDOwhV2SGT6YBlyG+H9kHjWHGDkMPpKLQDGuIBYFlLNkHHmIBDgUZS6+DOQWOMB4Z6JsNdgpZE9YwgyYRy4M7YoWU8gbwe7iI0IsrnBEkkJFuXWmihR5APwx1JxbOCBBMqhnsAzfIEsMzHZ6GdqXpmdgJJjYa77wtkaydTCXlA0HZOvgnN9mi62A23J9XPHaijT0GLPYIs68vpdDw7u5+kVsHt8giyHANcSdeeP7ufpM4bv+y46T34MS519CFovEfdXJHqxW/A7R2Skr96TYTP7IaaoAboJdQKtUNtET7zBJQVYfw2W08j1Ay9s9/r6G8fvd/0nhGz4crLzg3obqzOfE1hN8sx7YoIQr+yc/5t1NP0vx/q6Qu03TNvISd0WaYiJNOaplG7lxzvjY15BzX1DHbqkLPXYaSEuqAqJHMrjXOznMKtJYa8Lo2Imr6HnaOrSQn9hCqR0OM0r4MbDO9y45ptnF+hdh3468+Bm05KqsYByHHQDJNFbvNgIf+7vWMNMQF8wYEtnZwxl5PCbQPkH6x99GpSUgeSWSQiNFY9tajnBeWFxV5LMQ6OGpDUM0feU1i3JZSzkXhHLyJt6K869ELIOAxrgeqZoFkndA8deeWWRT1GCHWPNQ3GQTOup77Z1dkFW0CK85SVUBz0TEKs52G2P2RjXVQ8oYG294H5hFjNDs3PUwkxvqBxWpgdzfr3rbcOgWaM0NfMhAT0DJ9A23vOUtdGqIBm3Tq0O9LNE00Ct/sJWBsbdIwU65MjoFn1fGSDLibF6vAMdAcbdCGlujrT6QjoIldBMzrgs0M7DlZHd7JBZ/THHvqwHBeTEtCBZ6ALSHG62aBzXRtmjlgXM5h0M+MytgQvCmFhy8ffKgi55JHY1KOmsGc3ZfFtImvakLPssOclrLWCNUcPJ80Yf3+hFv1iqKagFbSaglbQClpNQStoNQWtoBW0moJW0GoKWkEraDUFraDVFLSCVtBqClpBqyloBa2g1RS0glZT0ApaQaspaAWtlrD9FmAAgKG1GZjp9xEAAAAASUVORK5CYII=") 0 0 no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      blockquote::before {
        width: 28px;
        height: 28px; } }
    @media only screen and (max-width: 575px) {
      blockquote::before {
        width: 22px;
        height: 22px; } }
  blockquote cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4; }
    blockquote cite strong {
      font-weight: 600; }
    @media only screen and (max-width: 991px) {
      blockquote cite {
        font-size: 13px; } }
    @media only screen and (max-width: 575px) {
      blockquote cite {
        font-size: 11px; } }

section {
  height: inherit;
  margin: 0px;
  overflow: hidden; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #414141 !important;
  line-height: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #414141 !important;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 19+ */
  color: #414141 !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #414141 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #414141 !important; }

.container {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 15px; }
  @media only screen and (max-width: 991px) {
    .container {
      max-width: 100%;
      padding: 0px 15px; }
      .container .row {
        margin: 0px -7.5px; }
        .container .row > [class*="col"] {
          padding: 0px 7.5px; }
        .container .row.no-gutters {
          margin: 0px; }
          .container .row.no-gutters > [class*="col"] {
            padding: 0; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0px 12px; }
      .container .row {
        margin: 0px -6px; }
        .container .row > [class*="col-"] {
          padding: 0px 6px; }
        .container .row.no-gutters {
          margin: 0px; } }

.body-content {
  padding-top: 140px; }
  @media only screen and (max-width: 991px) {
    .body-content {
      padding-top: 112px; } }
  @media only screen and (max-width: 575px) {
    .body-content {
      padding-top: 71px; } }

.btn {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  background: #ec4000;
  color: #ffffff;
  line-height: 1;
  margin: 24px 7px 24px 0px;
  padding: 12px 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: 0.25s all; }
  .btn.btn-small {
    font-size: 15px;
    padding: 10px 15px;
    margin: 0px; }
    @media only screen and (max-width: 575px) {
      .btn.btn-small {
        font-size: 12px;
        padding: 8px 10px; } }
  .btn:hover, .btn:focus {
    text-decoration: none;
    background: #d62700;
    color: #ffffff; }
  .btn:visited {
    color: #ffffff; }
  .btn:last-child {
    margin-right: 0px; }
  .btn:focus {
    box-shadow: none; }
  @media only screen and (max-width: 575px) {
    .btn {
      font-size: 12px;
      padding: 8px 10px; } }

.form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem; }
  @media only screen and (max-width: 575px) {
    .form-group {
      margin-bottom: 4px; } }
  .form-group:last-of-type {
    margin-bottom: 0px; }

.keyword {
  color: #ffffff; }

.icn-title {
  display: none; }

.search-bar h3 {
  line-height: 1; }

.search-bar form {
  width: 100%;
  text-align: center; }
  .search-bar form input[type="text"], .search-bar form .input-text {
    font-size: 16px;
    height: 46px;
    width: 62%;
    margin-right: -6px;
    vertical-align: top; }
    @media only screen and (max-width: 575px) {
      .search-bar form input[type="text"], .search-bar form .input-text {
        font-size: 11px;
        height: 30px;
        width: 60%; } }
  .search-bar form input[type="submit"] {
    margin: 0px;
    padding: 14px 25px;
    text-transform: none; }
    @media only screen and (max-width: 575px) {
      .search-bar form input[type="submit"] {
        padding: 9px 15px; } }

.published-date {
  margin: 0px; }
  .published-date span {
    margin: 0px 0.5em; }

.select-container {
  position: relative;
  display: inline-block;
  background: #ffffff; }
  .select-container:before {
    content: '<';
    font-family: "Consolas", sans-serif;
    font-size: 13px;
    color: #ec4000;
    display: inline-block;
    margin: 0px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    position: absolute;
    right: 15px;
    top: calc(50% - 12px); }
    @media only screen and (max-width: 575px) {
      .select-container:before {
        font-size: 10px;
        top: calc(50% - 13px); } }
  .select-container:after {
    content: '>';
    font-family: "Consolas", sans-serif;
    font-size: 13px;
    color: #ec4000;
    display: inline-block;
    margin: 0px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    position: absolute;
    right: 15px;
    bottom: calc(50% - 20px); }
    @media only screen and (max-width: 575px) {
      .select-container:after {
        font-size: 10px;
        bottom: calc(50% - 18px); } }

.share-link {
  padding: 2px 10px;
  margin: 26px 0px;
  border: 1px solid #e9e9e8;
  font-size: 15px;
  transition: 0.25s all; }
  @media only screen and (max-width: 991px) {
    .share-link {
      font-size: 13px;
      margin: 16px 0px; } }
  @media only screen and (max-width: 575px) {
    .share-link {
      font-size: 11px;
      padding: 0px 10px;
      margin: 10px 0px; } }
  .share-link [class*="icon-"] {
    margin-right: 0.35em;
    font-size: 16px;
    vertical-align: text-top;
    display: inline-block;
    color: #ec4000; }
    @media only screen and (max-width: 575px) {
      .share-link [class*="icon-"] {
        font-size: 13px; } }
  .share-link:hover {
    text-decoration: none;
    background: #f4f4f3; }

.card {
  background: #f4f4f3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px;
  padding: 20px;
  margin: 25px 0px; }
  @media only screen and (max-width: 575px) {
    .card {
      padding: 12px; } }
  .card ul {
    margin: 0px;
    padding: 10px; }
    .card ul.arrow-after {
      padding: 0px; }
    .card ul li:last-child {
      margin: 0px; }
  .card.card-body {
    height: calc(100% - 70px);
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 15px;
    margin: 20px 0px 50px; }
    .card.card-body p {
      flex-grow: 1; }
    .card.card-body .btn {
      margin: 0px;
      align-self: flex-start; }
    @media only screen and (max-width: 991px) {
      .card.card-body {
        padding: 12px; } }
    @media only screen and (max-width: 767px) {
      .card.card-body {
        height: calc(100% - 12px);
        margin: 12px 0px 0px; } }

.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  @media only screen and (max-width: 991px) {
    .card-columns {
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px; } }
  @media only screen and (max-width: 767px) {
    .card-columns {
      column-count: 2;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      -webkit-column-gap: 12px;
      -moz-column-gap: 12px;
      column-gap: 12px; } }
  @media only screen and (max-width: 575px) {
    .card-columns {
      column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1; } }
  .card-columns .card {
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 30px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 991px) {
      .card-columns .card {
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .card-columns .card {
        margin-top: 12px; } }

.has-error input[type="text"],
.has-error input[type="email"],
.has-error select {
  border: 1px solid #d62700; }

/**

$black              : #414141;
$white              : #ffffff;
$red				: #d62700;
$l-red				: #ec4000;
$orange             : #fa854e;
$blue               : #0052a1;
$grey		        : #787878;
$l-grey1            : #d5d1ce;
$l-grey2            : #e9e9e8;
$l-grey3            : #f4f4f3;

**/
/** Colours **/
.colour-black {
  color: #414141 !important; }

.colour-white {
  color: #ffffff !important; }

.colour-red {
  color: #d62700 !important; }

.colour-lred {
  color: #ec4000 !important; }

.colour-orange {
  color: #fa854e !important; }

.colour-blue {
  color: #0052a1 !important; }

.colour-grey {
  color: #787878 !important; }

.colour-lgrey1 {
  color: #d5d1ce !important; }

.colour-lgrey2 {
  color: #e9e9e8 !important; }

.colour-lgrey3 {
  color: #f4f4f3 !important; }

/** Backgrounds **/
.background-black {
  background-color: #414141 !important; }

.background-white {
  background-color: #ffffff !important; }

.background-red {
  background-color: #d62700 !important; }

.background-lred {
  background-color: #ec4000 !important; }

.background-orange {
  background-color: #fa854e !important; }

.background-blue {
  background-color: #0052a1 !important; }

.background-grey {
  background-color: #787878 !important; }

.background-lgrey1 {
  background-color: #d5d1ce !important; }

.background-lgrey2 {
  background-color: #e9e9e8 !important; }

.background-lgrey3 {
  background-color: #f4f4f3 !important; }

/** Border colours **/
.border-black {
  border-width: 1px;
  border-style: solid;
  border-color: #414141 !important; }

.border-white {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff !important; }

.border-red {
  border-width: 1px;
  border-style: solid;
  border-color: #d62700 !important; }

.border-lred {
  border-width: 1px;
  border-style: solid;
  border-color: #ec4000 !important; }

.border-orange {
  border-width: 1px;
  border-style: solid;
  border-color: #fa854e !important; }

.border-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #0052a1 !important; }

.border-grey {
  border-width: 1px;
  border-style: solid;
  border-color: #787878 !important; }

.border-lgrey1 {
  border-width: 1px;
  border-style: solid;
  border-color: #d5d1ce !important; }

.border-lgrey2 {
  border-width: 1px;
  border-style: solid;
  border-color: #e9e9e8 !important; }

.border-lgrey3 {
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f3 !important; }

/** Font styles **/
.font-italic {
  font-style: italic; }

.font-light {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important; }

.font-regular {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important; }

.font-medium {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important; }

.font-bold {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important; }

.font-lowercase {
  text-transform: lowercase; }

.font-uppercase {
  text-transform: uppercase; }

.font-capitalise {
  text-transform: capitalize; }

.font-strikethrough {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px; }
  .font-strikethrough::before {
    content: '';
    display: block;
    width: 190px;
    position: absolute;
    top: 0.73em;
    right: 100%;
    border-top: 1px solid #d5d1ce; }
  .font-strikethrough::after {
    content: '';
    display: block;
    width: 190px;
    position: absolute;
    top: 0.73em;
    left: 100%;
    border-top: 1px solid #d5d1ce; }

.font-large {
  font-weight: 300 !important;
  font-size: 21px !important;
  line-height: 30px !important; }
  .font-large strong {
    font-weight: 400 !important; }

.font-small {
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 26px !important; }

/** Margins & Paddings **/
.m-0, .ml-0, .mr-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.p-0, .pl-0, .pr-0 {
  padding: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

/** Buttons **/
.btn-red {
  border-color: #ec4000 !important;
  color: #ffffff !important; }
  .btn-red:hover {
    background: #d62700 !important; }

/** Alignment **/
.valign-top {
  vertical-align: top !important; }

.valign-bottom {
  vertical-align: bottom !important; }

.valign-middle {
  vertical-align: middle !important; }

.valign-baseline {
  vertical-align: baseline !important; }

.valign-sub {
  vertical-align: sub !important; }

.valign-super {
  vertical-align: super !important; }

.valign-texttop {
  vertical-align: text-top !important; }

.valign-textbottom {
  vertical-align: text-bottom !important; }

.align-left {
  text-align: left !important; }

.align-centre {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

/** Widths & Heights **/
.hauto {
  height: auto !important; }

.wauto {
  width: auto !important; }

.image-left {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em; }

.image-right {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em; }

/*** Responsive Styles ***/
@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px !important; }
  .font-large {
    font-size: 18px !important;
    line-height: 25px !important; } }

@media only screen and (max-width: 767px) {
  .font-strikethrough {
    padding: 0px; }
    .font-strikethrough::before, .font-strikethrough::after {
      display: none; }
  .mobile-pb-0 {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 575px) {
  .pb-50 {
    padding-bottom: 30px !important; }
  .mobile-pb-0 {
    padding-bottom: 0px !important; }
  .font-large {
    font-size: 14px !important;
    line-height: 20px !important; } }

@font-face {
  font-family: 'Doulos';
  src: url("../fonts/Doulos.eot?moz1kx");
  src: url("../fonts/Doulos.eot?moz1kx#iefix") format("embedded-opentype"), url("../fonts/Doulos.ttf?moz1kx") format("truetype"), url("../fonts/Doulos.woff?moz1kx") format("woff"), url("../fonts/Doulos.svg?moz1kx#Doulos") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Doulos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block; }

.icon-share:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-mydoulos:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e903"; }

.icon-linkedin:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-tick:before {
  content: "\e907"; }

.icon-caret-right:before {
  content: "\e908"; }

.icon-facebook:before {
  content: "\e909"; }

.row + .accordion {
  margin-top: 15px; }

.accordion {
  margin: 35px 0px; }
  .accordion + .course-results {
    margin-top: 35px; }
  .accordion .card {
    border-radius: 0px;
    border: 1px solid #f4f4f3;
    padding: 0px;
    margin: 0px; }
    .accordion .card .card-header {
      padding-top: 0px;
      padding-bottom: 0px;
      border-bottom: 0px;
      cursor: pointer;
      background: #f4f4f3;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px; }
      @media only screen and (max-width: 575px) {
        .accordion .card .card-header {
          padding: 0px 12px; } }
      .accordion .card .card-header h5 {
        position: relative;
        font-size: 18px;
        padding: 0.75em 0px; }
        @media only screen and (max-width: 575px) {
          .accordion .card .card-header h5 {
            font-size: 15px;
            padding: 10px 0px; } }
        .accordion .card .card-header h5:after {
          content: '';
          display: block;
          margin: 0px 0.35em;
          border: 1px solid #ec4000;
          border-bottom: 0px;
          border-left: 0px;
          transform: rotate(-45deg);
          width: 9px;
          height: 9px;
          position: absolute;
          top: calc(50% - 3px);
          right: 0px;
          transition: 0.5s all; }
          @media only screen and (max-width: 575px) {
            .accordion .card .card-header h5:after {
              width: 6px;
              height: 6px; } }
      .accordion .card .card-header[aria-expanded="false"] h5:after {
        top: calc(50% - 7px);
        transform: rotate(135deg);
        transition: 0.5s all; }
    .accordion .card + .card {
      margin-top: 5px; }
    .accordion .card .card-body {
      background: #ffffff;
      overflow: hidden; }
      @media only screen and (max-width: 575px) {
        .accordion .card .card-body {
          padding: 12px 12px 15px; } }
      .accordion .card .card-body p.with-arrow {
        margin: 0px; }
      .accordion .card .card-body p + ul {
        margin-top: 20px; }
      .accordion .card .card-body ul {
        margin-top: 0px;
        padding: 0px;
        padding-left: 0.75em; }
        .accordion .card .card-body ul.arrow-after {
          padding: 0px; }
        .accordion .card .card-body ul:last-of-type {
          margin-bottom: 0px; }
        .accordion .card .card-body ul li {
          padding-left: 0px;
          line-height: 1.3;
          margin-bottom: 8px;
          font-size: 18px; }
          @media only screen and (max-width: 991px) {
            .accordion .card .card-body ul li {
              font-size: 16px; } }
          @media only screen and (max-width: 575px) {
            .accordion .card .card-body ul li {
              font-size: 14px; } }
          .accordion .card .card-body ul li a {
            color: #0052a1;
            font-weight: 400; }
            .accordion .card .card-body ul li a:hover {
              color: #d62700;
              text-decoration: none; }
          .accordion .card .card-body ul li:last-of-type {
            margin-bottom: 0px; }

[class*="col-"]:first-child .content-container .font-large:last-child {
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  [class*="col-"]:first-child .content-container .font-large:first-child {
    margin-top: 0px; } }

@media only screen and (max-width: 767px) {
  [class*="col-"]:last-child .opportunity-box:last-of-type {
    margin-bottom: 30px;
    height: calc(100% - 45px); } }

@media only screen and (max-width: 767px) {
  [class*="col-"] + [class*="col-"] h3 {
    padding-top: 0px; } }

.block-container {
  height: 100%; }

@media only screen and (max-width: 767px) {
  .content-container > :first-child .widget-inner, .mce-content-body > :first-child .widget-inner {
    margin-top: 20px; } }

@media only screen and (max-width: 991px) {
  .content-container > .widget:first-child .widget-inner, .mce-content-body > .widget:first-child .widget-inner {
    margin-top: 30px; } }

@media only screen and (max-width: 575px) {
  .content-container > .widget:last-child .widget-inner, .mce-content-body > .widget:last-child .widget-inner {
    margin-bottom: -30px; } }

.content-container ul li a, .content-container a:not(.btn), .mce-content-body ul li a, .mce-content-body a:not(.btn) {
  color: #0052a1; }
  .content-container ul li a:visited, .content-container a:not(.btn):visited, .mce-content-body ul li a:visited, .mce-content-body a:not(.btn):visited {
    color: #0052a1; }
  .content-container ul li a:hover, .content-container a:not(.btn):hover, .mce-content-body ul li a:hover, .mce-content-body a:not(.btn):hover {
    color: #d62700; }

.content-container img, .mce-content-body img {
  width: auto; }
  .content-container img + p, .mce-content-body img + p {
    margin-top: 30px; }
  .content-container img:first-child, .mce-content-body img:first-child {
    margin-top: 0px;
    margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .content-container img, .mce-content-body img {
      width: 100%; } }

.content-container img, .content-container .widget .widget-inner, .mce-content-body img, .mce-content-body .widget .widget-inner {
  margin-top: 25px; }

.content-container h2, .mce-content-body h2 {
  padding-top: 0px;
  color: #ec4000; }
  .content-container h2 + :nth-child(2), .mce-content-body h2 + :nth-child(2) {
    margin-top: 0px; }
  @media only screen and (max-width: 991px) {
    .content-container h2, .mce-content-body h2 {
      padding-top: 0px;
      margin-top: 0px !important; } }

.content-container h3, .mce-content-body h3 {
  padding-top: 50px; }
  @media only screen and (max-width: 991px) {
    .content-container h3, .mce-content-body h3 {
      padding-top: 30px; } }
  @media only screen and (max-width: 575px) {
    .content-container h3, .mce-content-body h3 {
      padding-top: 20px; } }

.content-container h4, .mce-content-body h4 {
  color: #0052a1;
  padding-top: 0px;
  padding-bottom: 0.15em; }
  .content-container h4 + p, .mce-content-body h4 + p {
    margin-top: 5px; }

.content-container h5, .mce-content-body h5 {
  font-size: 17px;
  color: #ec4000;
  padding-top: 0px;
  padding-bottom: 0.25em;
  font-weight: 600; }
  @media only screen and (max-width: 991px) {
    .content-container h5, .mce-content-body h5 {
      font-size: 16px; } }
  @media only screen and (max-width: 575px) {
    .content-container h5, .mce-content-body h5 {
      font-size: 14px; } }
  .content-container h5 a, .mce-content-body h5 a {
    margin: 20px 0px;
    display: inline-block; }

.content-container p a, .mce-content-body p a {
  display: inline-block;
  font-weight: 300; }
  .content-container p a::before, .mce-content-body p a::before {
    display: none; }
  .content-container p a.with-arrow, .mce-content-body p a.with-arrow {
    font-weight: 400; }

.content-container p a strong, .mce-content-body p a strong {
  font-weight: 400; }

.content-container p + ul:not([class]), .mce-content-body p + ul:not([class]) {
  margin-top: -20px; }
  @media only screen and (max-width: 575px) {
    .content-container p + ul:not([class]), .mce-content-body p + ul:not([class]) {
      margin-top: -10px; } }

.content-container p .btn, .mce-content-body p .btn {
  margin-top: -0.4em; }

.content-container ul.arrow-after li, .mce-content-body ul.arrow-after li {
  font-weight: 400; }

.content-container hr + h3, .mce-content-body hr + h3 {
  padding-top: 30px; }

.content-container .btn, .mce-content-body .btn {
  float: left;
  margin-right: 1em; }

.content-container .section-title, .mce-content-body .section-title {
  padding: 50px 0px 0.5em; }
  @media only screen and (max-width: 991px) {
    .content-container .section-title, .mce-content-body .section-title {
      padding-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .content-container .section-title, .mce-content-body .section-title {
      padding-top: 30px; } }

.content-container .published-date, .mce-content-body .published-date {
  font-size: 15px;
  margin: 0px; }
  .content-container .published-date + img, .mce-content-body .published-date + img {
    margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .content-container .published-date, .mce-content-body .published-date {
      font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .content-container .published-date, .mce-content-body .published-date {
      font-size: 11px; } }

.content-container .code-title, .mce-content-body .code-title {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0.15em;
  margin-bottom: 0px; }
  .content-container .code-title + p, .mce-content-body .code-title + p {
    margin-top: 0px; }
  .content-container .code-title + pre, .mce-content-body .code-title + pre {
    margin-top: 10px; }
  @media only screen and (max-width: 575px) {
    .content-container .code-title, .mce-content-body .code-title {
      font-size: 15px; } }

.content-container .pagination, .mce-content-body .pagination {
  margin: 2em 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }
  @media only screen and (max-width: 575px) {
    .content-container .pagination, .mce-content-body .pagination {
      margin: 1em 0px; } }
  .content-container .pagination a, .mce-content-body .pagination a {
    font-size: 17px;
    font-weight: 400;
    color: #0052a1;
    padding: 0px 1em; }
    @media only screen and (max-width: 575px) {
      .content-container .pagination a, .mce-content-body .pagination a {
        font-size: 13px; } }
  .content-container .pagination .previous, .mce-content-body .pagination .previous {
    padding-left: 0px; }
    .content-container .pagination .previous::before, .mce-content-body .pagination .previous::before {
      content: '';
      display: inline-block;
      margin: 0px 0.35em;
      border: 1px solid #ec4000;
      border-bottom: 0px;
      border-left: 0px;
      transform: rotate(-135deg);
      width: 7px;
      height: 7px;
      position: relative;
      top: -2px; }
      @media only screen and (max-width: 575px) {
        .content-container .pagination .previous::before, .mce-content-body .pagination .previous::before {
          width: 5px;
          height: 5px; } }
    .content-container .pagination .previous::after, .mce-content-body .pagination .previous::after {
      display: none; }
  .content-container .pagination .next, .mce-content-body .pagination .next {
    padding-right: 0px; }
    .content-container .pagination .next::after, .mce-content-body .pagination .next::after {
      width: 7px;
      height: 7px; }
      @media only screen and (max-width: 575px) {
        .content-container .pagination .next::after, .mce-content-body .pagination .next::after {
          width: 5px;
          height: 5px; } }
  .content-container .pagination.search-pagination, .mce-content-body .pagination.search-pagination {
    justify-content: center;
    background: #f4f4f3; }
    .content-container .pagination.search-pagination a, .mce-content-body .pagination.search-pagination a {
      padding: 10px 1em; }
      @media only screen and (max-width: 575px) {
        .content-container .pagination.search-pagination a, .mce-content-body .pagination.search-pagination a {
          padding: 5px 0.6em; } }
      .content-container .pagination.search-pagination a:hover, .mce-content-body .pagination.search-pagination a:hover {
        background: #e9e9e8;
        text-decoration: none; }
      .content-container .pagination.search-pagination a.active, .mce-content-body .pagination.search-pagination a.active {
        background: #a4a4a4;
        color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .content-container .pagination.search-pagination .previous, .content-container .pagination.search-pagination .next, .mce-content-body .pagination.search-pagination .previous, .mce-content-body .pagination.search-pagination .next {
        font-size: 0px; }
        .content-container .pagination.search-pagination .previous::before, .content-container .pagination.search-pagination .previous::after, .content-container .pagination.search-pagination .next::before, .content-container .pagination.search-pagination .next::after, .mce-content-body .pagination.search-pagination .previous::before, .mce-content-body .pagination.search-pagination .previous::after, .mce-content-body .pagination.search-pagination .next::before, .mce-content-body .pagination.search-pagination .next::after {
          margin: 0px 20px;
          top: 2px; } }
    @media only screen and (max-width: 767px) and (max-width: 575px) {
      .content-container .pagination.search-pagination .previous::before, .content-container .pagination.search-pagination .previous::after, .content-container .pagination.search-pagination .next::before, .content-container .pagination.search-pagination .next::after, .mce-content-body .pagination.search-pagination .previous::before, .mce-content-body .pagination.search-pagination .previous::after, .mce-content-body .pagination.search-pagination .next::before, .mce-content-body .pagination.search-pagination .next::after {
        margin: 0px 10px; } }

.heading h3 {
  background: #ec4000;
  color: #ffffff;
  text-align: center;
  padding: 10px; }
  @media only screen and (max-width: 575px) {
    .heading h3 {
      text-align: left;
      padding: 10px 25px; } }

.split-copy {
  background: #ffffff;
  padding: 20px 0px; }
  @media only screen and (max-width: 767px) {
    .split-copy {
      margin-bottom: 0px !important; } }
  .split-copy h4 {
    color: #0052a1;
    padding: 0;
    padding-bottom: 0.3em; }
  .split-copy ul {
    margin: 0; }
  .split-copy [class*="col-"] .content-container {
    padding: 0px;
    margin: 0px 40px; }
    @media only screen and (max-width: 991px) {
      .split-copy [class*="col-"] .content-container {
        margin: 0px 25px; }
        .split-copy [class*="col-"] .content-container > :first-child {
          margin-top: 0px; } }
  .split-copy [class*="col-"]:first-of-type {
    border-right: 1px solid #d5d1ce; }
    @media only screen and (max-width: 767px) {
      .split-copy [class*="col-"]:first-of-type {
        border-right: 0px; }
        .split-copy [class*="col-"]:first-of-type .content-container {
          border-bottom: 1px solid #d5d1ce;
          padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .split-copy [class*="col-"]:last-of-type .content-container {
      padding-top: 20px; } }

.content-footer a {
  font-size: inherit;
  color: #0052a1;
  font-weight: 400; }

.content-footer p {
  font-size: 12px;
  margin-top: 15px; }
  @media only screen and (max-width: 575px) {
    .content-footer p {
      font-size: 10px; } }

.aside-widgets > .widget:first-child .widget-inner {
  margin-top: 0px; }
  @media only screen and (max-width: 991px) {
    .aside-widgets > .widget:first-child .widget-inner {
      margin-top: 30px; } }

@media only screen and (max-width: 991px) {
  .aside-widgets {
    display: flex;
    flex-flow: wrap; }
    .aside-widgets > .widget:first-child .widget-inner {
      flex-direction: column;
      justify-content: center; }
    .aside-widgets .widget + .widget .widget-inner {
      flex-direction: column;
      justify-content: center;
      margin-top: 30px;
      height: calc(100% - 30px); }
    .aside-widgets .widget + .widget:nth-child(3n+1) .widget-inner {
      margin-left: 0px;
      height: calc(100%); }
    .aside-widgets .widget + .widget:nth-child(n+4) .widget-inner {
      height: calc(100%); } }

@media only screen and (max-width: 767px) {
  .aside-widgets {
    display: block; }
    .aside-widgets .widget {
      -ms-flex: auto;
      flex: 0 0 auto;
      max-width: none;
      width: auto; }
      .aside-widgets .widget + .widget .widget-inner {
        height: calc(100% - 12px); }
      .aside-widgets .widget + .widget:nth-child(n+4) .widget-inner {
        margin-top: 12px;
        height: calc(100% - 12px); }
    .aside-widgets > .widget:last-child.webinars {
      margin-bottom: 0px; }
    .aside-widgets > .widget:first-child {
      margin-bottom: 0px; } }

@media only screen and (max-width: 575px) {
  .aside-widgets .widget + .widget .widget-inner {
    height: auto; }
  .aside-widgets > .widget:last-child.webinars {
    margin-bottom: 0px; }
  .aside-widgets > .widget:first-child {
    margin-bottom: 0px; }
    .aside-widgets > .widget:first-child .widget-inner {
      height: auto; } }

.opportunity-box h4 a {
  color: #0052a1; }
  .opportunity-box h4 a:hover {
    color: #ec4000;
    text-decoration: none; }

.opportunity-title h2 {
  padding-bottom: 1.2em; }
  @media only screen and (max-width: 767px) {
    .opportunity-title h2 {
      padding-bottom: 0.35em; } }
  @media only screen and (max-width: 991px) {
    .opportunity-title h2 {
      padding-top: 0px;
      padding-bottom: 1.2em; } }
  @media only screen and (max-width: 575px) {
    .opportunity-title h2 {
      padding-bottom: 1.2em; } }

.opportunity-title h3 {
  padding-top: 0px;
  padding-bottom: 0.15em; }
  @media only screen and (max-width: 991px) {
    .opportunity-title h3 {
      margin-top: 0px !important; } }

.knowhow-introduction {
  padding: 50px 0px; }
  @media only screen and (max-width: 991px) {
    .knowhow-introduction {
      padding: 40px 0px; } }
  @media only screen and (max-width: 767px) {
    .knowhow-introduction {
      padding: 30px 0px; } }
  .knowhow-introduction h2 {
    padding: 0px 0px 0.5em; }
  .knowhow-introduction p:last-of-type {
    margin: 0px; }
  .knowhow-introduction img {
    margin-bottom: 0px !important; }
    @media only screen and (max-width: 767px) {
      .knowhow-introduction img {
        margin-bottom: 20px !important; } }

.widget .widget-inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1; }
  @media only screen and (max-width: 767px) {
    .widget .widget-inner {
      padding: 15px 12px; } }

.widget h3, .widget h5 {
  padding-top: 0px;
  padding-bottom: 1em;
  font-weight: 400; }

.widget h3 {
  padding-bottom: 0.75em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .widget h3 {
      padding: 0px 6px 15px; } }

@media only screen and (max-width: 991px) {
  .widget h5 {
    font-size: 17px; } }

@media only screen and (max-width: 575px) {
  .widget h5 {
    font-size: 15px; } }

.widget h6 sup {
  font-size: 10px; }
  @media only screen and (max-width: 991px) {
    .widget h6 sup {
      font-size: 8px; } }
  @media only screen and (max-width: 575px) {
    .widget h6 sup {
      font-size: 7px; } }

.widget a {
  display: inline-block;
  color: #0052a1;
  font-weight: 400;
  margin-top: 10px; }
  .widget a:hover {
    color: #d62700;
    text-decoration: none; }
  .widget a.with-arrow {
    font-size: 15px; }
    @media only screen and (max-width: 991px) {
      .widget a.with-arrow {
        font-size: 14px; } }
    @media only screen and (max-width: 575px) {
      .widget a.with-arrow {
        font-size: 13px; } }

.widget p:last-of-type {
  margin: 0px; }

.widget ul li:last-of-type {
  margin: 0px; }

.widget ul li a {
  display: inline;
  margin: 0px;
  color: #414141; }
  .widget ul li a:hover {
    color: #d62700; }

.widget .btn {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff; }
  .widget .btn:hover {
    color: #ffffff;
    text-decoration: none; }

.widget input[type="text"], .widget input[type="password"], .widget input[type="email"], .widget input[type="tel"], .widget input[type="url"], .widget input[type="number"], .widget input[type="search"] {
  display: block;
  width: 100%;
  border: 0px;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 300; }
  @media only screen and (max-width: 991px) {
    .widget input[type="text"], .widget input[type="password"], .widget input[type="email"], .widget input[type="tel"], .widget input[type="url"], .widget input[type="number"], .widget input[type="search"] {
      font-size: 15px; } }
  @media only screen and (max-width: 575px) {
    .widget input[type="text"], .widget input[type="password"], .widget input[type="email"], .widget input[type="tel"], .widget input[type="url"], .widget input[type="number"], .widget input[type="search"] {
      font-size: 14px;
      padding: 8px 10px; } }

.widget input[type="submit"] {
  height: auto;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px 15px; }
  @media only screen and (max-width: 575px) {
    .widget input[type="submit"] {
      font-size: 12px;
      padding: 8px 15px; } }

.widget.webinars .widget-inner {
  align-items: center;
  border: 1px solid #d5d1ce;
  padding: 15px 18px;
  margin-top: 20px; }
  @media only screen and (max-width: 991px) {
    .widget.webinars .widget-inner {
      max-width: 540px;
      padding: 15px 7px; } }
  @media only screen and (max-width: 575px) {
    .widget.webinars .widget-inner {
      max-width: 360px;
      padding: 10px 8px; }
      .widget.webinars .widget-inner h3 {
        font-size: 16px; } }

.widget.webinars h1, .widget.webinars h2, .widget.webinars h3, .widget.webinars h4, .widget.webinars h5, .widget.webinars h6, .widget.webinars p {
  padding: 0px;
  margin: 0px; }
  @media only screen and (max-width: 575px) {
    .widget.webinars h1, .widget.webinars h2, .widget.webinars h3, .widget.webinars h4, .widget.webinars h5, .widget.webinars h6, .widget.webinars p {
      padding: 0px; } }

.widget.webinars .btn {
  margin: 0; }

.widget.webinars.webinars-inline .widget-inner {
  flex-direction: row; }

.widget.webinars.webinars-inline img {
  width: auto;
  margin: 0; }

.widget.webinars.webinars-inline .btn {
  float: right; }

.widget.webinars.webinars-block .widget-inner {
  padding: 28px;
  margin-top: 20px;
  text-align: center;
  flex-direction: row; }
  @media only screen and (max-width: 991px) {
    .widget.webinars.webinars-block .widget-inner {
      margin-top: 30px;
      max-width: 100%;
      padding: 25px 15px; } }
  @media only screen and (max-width: 767px) {
    .widget.webinars.webinars-block .widget-inner {
      margin: 0px; } }
  @media only screen and (max-width: 575px) {
    .widget.webinars.webinars-block .widget-inner {
      padding: 15px; } }

@media only screen and (max-width: 767px) {
  .widget.webinars.webinars-block {
    margin-top: 20px; } }

.widget.webinars.webinars-block img {
  width: 70px;
  margin: 0 auto; }
  @media only screen and (max-width: 575px) {
    .widget.webinars.webinars-block img {
      width: 50px; } }

.widget.webinars.webinars-block h3 {
  margin: 20px 0px; }

.widget.webinars.webinars-block .btn {
  float: none;
  margin: 0px auto; }

.widget.newsletter-signup {
  margin-top: 0px; }
  .widget.newsletter-signup input[type="text"], .widget.newsletter-signup input[type="password"], .widget.newsletter-signup input[type="email"], .widget.newsletter-signup input[type="tel"], .widget.newsletter-signup input[type="url"], .widget.newsletter-signup input[type="number"], .widget.newsletter-signup input[type="search"] {
    margin: 0px; }
  .widget.newsletter-signup .form-group {
    margin-bottom: 0px;
    margin-top: 3px;
    display: block; }
    @media only screen and (max-width: 575px) {
      .widget.newsletter-signup .form-group {
        margin-top: 4px; } }
    .widget.newsletter-signup .form-group .help-block {
      display: block;
      color: #d62700;
      font-size: 16px; }
      .widget.newsletter-signup .form-group .help-block ul {
        padding-left: 0;
        list-style: none;
        margin-top: 5px;
        margin-bottom: 10px; }
        .widget.newsletter-signup .form-group .help-block ul li {
          display: list-item;
          text-align: -webkit-match-parent; }
          .widget.newsletter-signup .form-group .help-block ul li::before {
            display: none; }

.widget.top-stories .related-item {
  margin: 0px -6px; }
  .widget.top-stories .related-item > [class*="col-"] {
    padding: 0px 6px; }
    @media only screen and (max-width: 767px) {
      .widget.top-stories .related-item > [class*="col-"] {
        padding: 0px; } }
  @media only screen and (max-width: 767px) {
    .widget.top-stories .related-item {
      border-top: 1px solid #d5d1ce;
      padding: 12px 0px;
      margin: 0px 6px; }
      .widget.top-stories .related-item:last-of-type {
        padding-bottom: 0px; } }
  .widget.top-stories .related-item img {
    margin: 0px; }
    @media only screen and (max-width: 767px) {
      .widget.top-stories .related-item img {
        padding-right: 12px; } }
  .widget.top-stories .related-item .news-title {
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 10px !important; }
    @media only screen and (max-width: 991px) {
      .widget.top-stories .related-item .news-title {
        border-top: 1px solid #d5d1ce;
        padding-top: 12px; } }
    @media only screen and (max-width: 767px) {
      .widget.top-stories .related-item .news-title {
        border-top: 0px;
        padding-top: 0px; } }
    .widget.top-stories .related-item .news-title a {
      font-weight: 500;
      color: #414141; }
      @media only screen and (max-width: 991px) {
        .widget.top-stories .related-item .news-title a {
          font-size: 15px; } }
      @media only screen and (max-width: 575px) {
        .widget.top-stories .related-item .news-title a {
          font-size: 16px; } }
      .widget.top-stories .related-item .news-title a:hover {
        color: #d62700;
        text-decoration: none; }
  .widget.top-stories .related-item + .related-item {
    margin-top: 25px; }
    @media only screen and (max-width: 991px) {
      .widget.top-stories .related-item + .related-item {
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .widget.top-stories .related-item + .related-item {
        margin-top: 0px; } }

@media only screen and (max-width: 767px) {
  .widget.related-courses h3 {
    padding-left: 0px; } }

.widget.related-courses ul {
  margin: 0px; }
  @media only screen and (max-width: 575px) {
    .widget.related-courses ul {
      margin-top: -5px; } }
  .widget.related-courses ul > li {
    font-size: 17px;
    font-weight: 400; }
    @media only screen and (max-width: 991px) {
      .widget.related-courses ul > li {
        font-size: 15px; } }
    @media only screen and (max-width: 575px) {
      .widget.related-courses ul > li {
        margin: 5px 6px;
        font-size: 13px; } }

.widget.scheduled-courses .widget-inner {
  display: flex;
  flex-direction: column;
  padding: 0px; }
  @media only screen and (max-width: 991px) {
    .widget.scheduled-courses .widget-inner {
      justify-content: end !important; } }

.widget.scheduled-courses .widget-title {
  background: #787878;
  color: #ffffff;
  line-height: 1.2;
  padding: 12px 20px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    .widget.scheduled-courses .widget-title {
      padding: 12px; } }

.widget.scheduled-courses .date-container {
  padding: 0px 20px 20px; }
  @media only screen and (max-width: 767px) {
    .widget.scheduled-courses .date-container {
      padding: 0px 12px 12px; } }
  .widget.scheduled-courses .date-container .dates {
    flex-grow: 1; }
    .widget.scheduled-courses .date-container .dates ul {
      padding: 0px;
      margin: 15px 0px !important; }
      @media only screen and (max-width: 575px) {
        .widget.scheduled-courses .date-container .dates ul li {
          margin-bottom: 5px; } }
      .widget.scheduled-courses .date-container .dates ul li:before {
        display: none; }
      .widget.scheduled-courses .date-container .dates ul li a {
        color: #0052a1;
        margin-right: 0.3em; }
        .widget.scheduled-courses .date-container .dates ul li a:hover {
          color: #d62700; }
  .widget.scheduled-courses .date-container .schedule-link {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #ffffff; }
    .widget.scheduled-courses .date-container .schedule-link a {
      margin: 0px; }
    @media only screen and (max-width: 767px) {
      .widget.scheduled-courses .date-container .schedule-link {
        padding-top: 12px; } }

.widget.advert p {
  margin-top: 15px; }

.widget.advert, .widget.reference {
  text-align: center;
  margin-top: 0px;
  display: flex;
  flex-direction: column; }
  .widget.advert h4, .widget.reference h4 {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 0.75em;
    padding-bottom: 0px; }
    @media only screen and (max-width: 575px) {
      .widget.advert h4, .widget.reference h4 {
        font-size: 14px; } }
  .widget.advert h5, .widget.reference h5 {
    line-height: 1.3;
    padding-bottom: 0px; }
  .widget.advert h6, .widget.reference h6 {
    line-height: 1.5; }
  .widget.advert img, .widget.reference img {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    align-self: center; }
    .widget.advert img + h5, .widget.advert img + h6, .widget.reference img + h5, .widget.reference img + h6 {
      padding-top: 0.75em; }
  .widget.advert p > a, .widget.reference p > a {
    font-size: 15px; }
    @media only screen and (max-width: 575px) {
      .widget.advert p > a, .widget.reference p > a {
        font-size: 13px; } }
  .widget.advert .referee, .widget.reference .referee {
    padding-top: 0.75em; }
  .widget.advert .btn, .widget.reference .btn {
    margin-top: 15px;
    float: none;
    white-space: normal;
    align-self: center; }

.widget + .widget .widget-inner {
  margin-top: 10px; }

@media only screen and (max-width: 991px) {
  .widget + .widget:nth-child(n+4) .widget-inner {
    margin-top: 10px; } }

.widget .has-error input[type="text"],
.widget .has-error input[type="email"],
.widget .has-error select {
  border: 2px solid #fa854e; }

.breadcrumb-nav {
  background: transparent;
  font-size: 15px;
  flex: 0 0 auto;
  flex-shrink: 0.5;
  display: inline-block;
  line-height: 1.4;
  padding: 31px 0px; }
  @media only screen and (max-width: 991px) {
    .breadcrumb-nav {
      padding: 22px 0px;
      font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .breadcrumb-nav {
      padding: 12px 0px;
      font-size: 11px; } }
  .breadcrumb-nav a {
    flex: 0 1 auto;
    display: inline-block;
    line-height: 1.3; }
    .breadcrumb-nav a:hover {
      color: #ec4000;
      text-decoration: none; }
  .breadcrumb-nav .breadcrumb {
    background: transparent;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    display: inline-block; }
    .breadcrumb-nav .breadcrumb:last-of-type {
      pointer-events: none; }
      .breadcrumb-nav .breadcrumb:last-of-type .separator {
        display: none; }
  .breadcrumb-nav .separator {
    font-size: 9px;
    margin: 0px 3px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 575px) {
      .breadcrumb-nav .separator {
        font-size: 6px;
        margin: 0px 1px; } }

.social-share .dropdown-toggle::after {
  content: none; }

.social-share .dropdown-menu {
  min-width: auto;
  padding: 0;
  border-radius: 0;
  margin-top: -1px; }
  .social-share .dropdown-menu ul {
    padding: 0;
    margin: 0; }
    .social-share .dropdown-menu ul li {
      margin-bottom: 0; }
    .social-share .dropdown-menu ul .twitterShare:hover {
      background-color: #3dabdd; }
      .social-share .dropdown-menu ul .twitterShare:hover .icon {
        color: white; }
    .social-share .dropdown-menu ul .linkedinShare:hover {
      background-color: #1b7db1; }
      .social-share .dropdown-menu ul .linkedinShare:hover .icon {
        color: white; }
    .social-share .dropdown-menu ul .facebookShare:hover {
      background-color: #3b5998; }
      .social-share .dropdown-menu ul .facebookShare:hover .icon {
        color: white; }
    .social-share .dropdown-menu ul .share {
      padding: 0.5em; }

.hero-banner .background, .hero-banner .text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center; }

.hero-banner .background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .hero-banner .background.with-bgcolor::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(8, 25, 94, 0.5); }

.hero-banner .text {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #ffffff; }
  .hero-banner .text > h1, .hero-banner .text > h3 {
    max-width: 30%; }
    .hero-banner .text > h1 p, .hero-banner .text > h3 p {
      font-size: inherit; }
    @media only screen and (max-width: 1280px) {
      .hero-banner .text > h1, .hero-banner .text > h3 {
        max-width: 60%; } }
    @media only screen and (max-width: 1169px) {
      .hero-banner .text > h1, .hero-banner .text > h3 {
        max-width: 47%; } }
    @media only screen and (max-width: 991px) {
      .hero-banner .text > h1, .hero-banner .text > h3 {
        max-width: 50%; } }
    @media only screen and (max-width: 575px) {
      .hero-banner .text > h1, .hero-banner .text > h3 {
        max-width: 69%; } }

.hero-banner .ribbon {
  position: absolute;
  height: 100%;
  width: auto;
  overflow: hidden;
  z-index: 2; }
  @media only screen and (max-width: 1280px) {
    .hero-banner .ribbon {
      transform: translateX(-45%); } }
  @media only screen and (max-width: 991px) {
    .hero-banner .ribbon {
      transform: translateX(-200px);
      transform-origin: top left; } }
  @media only screen and (max-width: 575px) {
    .hero-banner .ribbon {
      transform: translateX(-180px); } }

.hero-banner .hero-container {
  position: relative;
  width: 100%;
  height: 40vw;
  max-height: 385px; }
  @media only screen and (max-width: 991px) {
    .hero-banner .hero-container {
      height: 60vw;
      max-height: 298px; } }
  @media only screen and (max-width: 575px) {
    .hero-banner .hero-container {
      max-height: 142px; } }

.hero-banner.is-small .hero-container {
  height: 20vw;
  max-height: 192.5px; }
  @media only screen and (max-width: 991px) {
    .hero-banner.is-small .hero-container {
      height: 30vw;
      max-height: 149px; } }
  @media only screen and (max-width: 575px) {
    .hero-banner.is-small .hero-container {
      max-height: 71px; } }

.promo-banner {
  background-color: #d62700;
  background-image: url("/assets/images//Backgrounds/Red-Strip-background.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .promo-banner {
      background-image: none; } }
  @media only screen and (max-width: 767px) {
    .promo-banner {
      text-align: center; } }
  .promo-banner h2 {
    font-size: 32px;
    font-weight: 300;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    @media only screen and (max-width: 991px) {
      .promo-banner h2 {
        font-size: 25px;
        padding-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .promo-banner h2 {
        margin-top: 20px; } }
    @media only screen and (max-width: 575px) {
      .promo-banner h2 {
        font-size: 20px;
        margin: 15px 0px; } }
  .promo-banner p:last-of-type {
    margin: 0px; }
  .promo-banner img {
    width: 130px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%; }
    @media only screen and (max-width: 767px) {
      .promo-banner img {
        margin: 0px auto;
        position: relative;
        transform: translateY(0px) translateX(0px);
        top: auto;
        left: auto; } }
  .promo-banner strong {
    font-weight: 700; }
  .promo-banner .deep-thinking {
    position: relative;
    padding: 44px 0px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .promo-banner .deep-thinking {
        padding: 30px 0px; } }
  .promo-banner .btn {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin: 0px;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 14px 22px; }
    .promo-banner .btn:hover {
      background: #ffffff;
      color: #d62700; }
    @media only screen and (max-width: 767px) {
      .promo-banner .btn {
        position: relative;
        transform: translateY(0px);
        top: 0px;
        margin-top: 30px; } }
    @media only screen and (max-width: 575px) {
      .promo-banner .btn {
        margin-top: 0px;
        padding: 10px 15px; } }
  .promo-banner .promo-copy {
    border-left: 1px solid rgba(255, 225, 255, 0.5);
    padding-left: 2.5em;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .promo-banner .promo-copy {
        padding: 0px 0.5em 0px 1.5em; } }
    @media only screen and (max-width: 767px) {
      .promo-banner .promo-copy {
        border: 0px;
        padding: 0px; } }

.carousel .carousel-cell {
  position: relative;
  width: 100%; }
  .carousel .carousel-cell.is-selected .title {
    width: auto; }
    .carousel .carousel-cell.is-selected .title h3 {
      position: relative;
      z-index: 2;
      -moz-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
      .carousel .carousel-cell.is-selected .title h3.run-animation {
        -moz-animation: fade-up-and-out 9s linear infinite;
        -webkit-animation: fade-up-and-out 9s linear infinite;
        animation: fade-up-and-out 9s linear infinite;
        animation-delay: 1s; }
    .carousel .carousel-cell.is-selected .title:hover h3 {
      /*animation-play-state: paused;*/ }

.carousel .flickity-page-dots {
  z-index: 5;
  bottom: 0px; }
  .carousel .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #b6b6b6;
    border: 2px solid white;
    margin: 0px 3px; }
    @media only screen and (max-width: 991px) {
      .carousel .flickity-page-dots .dot {
        width: 16px;
        height: 16px; } }
    @media only screen and (max-width: 575px) {
      .carousel .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        margin: 0px 2px; } }
    .carousel .flickity-page-dots .dot.dot.is-selected {
      background: #eb3f00; }
    .carousel .flickity-page-dots .dot::before {
      display: none; }

.carousel .flickity-prev-next-button {
  background: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0px; }
  .carousel .flickity-prev-next-button.previous {
    left: 0px;
    z-index: 2; }
  .carousel .flickity-prev-next-button.next {
    right: 0px;
    z-index: 2; }
  @media only screen and (max-width: 575px) {
    .carousel .flickity-prev-next-button {
      height: 24px;
      width: 24px; } }

.carousel .flickity-button svg {
  fill: #d5d1ce; }

.carousel .flickity-button:hover svg {
  fill: #d62700; }

.carousel .flickity-button:focus {
  box-shadow: none;
  background: transparent; }
  .carousel .flickity-button:focus svg {
    fill: #d62700; }

@media only screen and (max-width: 991px) {
  .carousel .ribbon {
    transform: translateX(-105px);
    transform-origin: top left; } }

@media only screen and (max-width: 575px) {
  .carousel .ribbon {
    transform: translateX(-60px); } }

.main-carousel {
  background: #4d4d4d;
  height: 40vw;
  max-height: 540px; }
  @media only screen and (max-width: 991px) {
    .main-carousel {
      height: 60vw;
      max-height: 357px; } }
  @media only screen and (max-width: 575px) {
    .main-carousel {
      max-height: 192px; } }
  @media only screen and (max-width: 1169px) {
    .main-carousel h1 {
      font-size: 39px; } }
  @media only screen and (max-width: 991px) {
    .main-carousel h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 575px) {
    .main-carousel h1 {
      font-size: 18px; } }
  @media only screen and (max-width: 1169px) {
    .main-carousel h3 {
      font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .main-carousel h3 {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    .main-carousel h3 {
      font-size: 14px; } }
  .main-carousel .flickity-viewport {
    height: 40vw !important;
    max-height: 540px; }
    @media only screen and (max-width: 991px) {
      .main-carousel .flickity-viewport {
        height: 60vw !important;
        max-height: 357px; } }
    @media only screen and (max-width: 575px) {
      .main-carousel .flickity-viewport {
        max-height: 192px; } }
  .main-carousel .flickity-prev-next-button {
    background: #ffffff; }
    .main-carousel .flickity-prev-next-button:focus {
      background: #ffffff; }
    .main-carousel .flickity-prev-next-button.previous {
      top: 40px;
      left: auto;
      right: 61px; }
      @media only screen and (max-width: 575px) {
        .main-carousel .flickity-prev-next-button.previous {
          top: 20px;
          right: 32px; } }
    .main-carousel .flickity-prev-next-button.next {
      top: 40px;
      right: 15px; }
      @media only screen and (max-width: 575px) {
        .main-carousel .flickity-prev-next-button.next {
          top: 20px;
          right: 7px; } }
  .main-carousel .carousel-cell {
    height: 100%; }
    .main-carousel .carousel-cell .text {
      padding: 0px; }

.partners-list {
  padding: 0px 70px; }
  @media only screen and (max-width: 767px) {
    .partners-list {
      padding: 0px 60px; } }
  @media only screen and (max-width: 575px) {
    .partners-list {
      padding: 0px 30px; } }
  .partners-list a {
    display: block; }
  .partners-list .carousel-cell {
    width: 12.5%;
    margin-right: 5%;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .partners-list .carousel-cell {
        width: 14.5%;
        margin-right: 7%; } }
    @media only screen and (max-width: 767px) {
      .partners-list .carousel-cell {
        width: 19.5%; } }
    @media only screen and (max-width: 575px) {
      .partners-list .carousel-cell {
        margin-right: 5%;
        width: 30%; } }

.border-top {
  border-top: 1px solid #d5d1ce; }

.title {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #4d4d4d;
  padding: 0px 15px;
  overflow: hidden; }
  @media only screen and (max-width: 575px) {
    .title {
      padding: 0px; } }
  .title h3 {
    opacity: 0;
    color: #ffffff;
    padding: 0.9em 0.9em;
    position: relative;
    /*z-index: -1;*/
    -moz-transform: none;
    -webkit-transform: none;
    transform: none; }
    @media only screen and (max-width: 575px) {
      .title h3 {
        padding: 0.8em 0px; } }

/* Move it (define the animation) */
@-moz-keyframes scroll-slow {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }

@-webkit-keyframes scroll-slow {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }

@keyframes scroll-slow {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%); } }

/* Move it (define the animation) */
@-moz-keyframes fade-up-and-out {
  0% {
    -moz-transform: translateY(100%);
    opacity: 0; }
  10% {
    opacity: 0; }
  12.5% {
    -moz-transform: translateY(0);
    opacity: 1; }
  87.5% {
    -moz-transform: translateY(0);
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    -moz-transform: translateY(-100%);
    opacity: 0; } }

@-webkit-keyframes fade-up-and-out {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0; }
  10% {
    opacity: 0; }
  12.5% {
    -webkit-transform: translateY(0);
    opacity: 1; }
  87.5% {
    -webkit-transform: translateY(0);
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
    opacity: 0; } }

@keyframes fade-up-and-out {
  0% {
    -moz-transform: translateY(100%);
    /* Browser bug fix */
    -webkit-transform: translateY(100%);
    /* Browser bug fix */
    transform: translateY(100%);
    opacity: 0; }
  10% {
    opacity: 0; }
  12.5% {
    -moz-transform: translateY(0);
    /* Browser bug fix */
    -webkit-transform: translateY(0);
    /* Browser bug fix */
    transform: translateY(0);
    opacity: 1; }
  87.5% {
    -moz-transform: translateY(0);
    /* Browser bug fix */
    -webkit-transform: translateY(0);
    /* Browser bug fix */
    transform: translateY(0);
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    -moz-transform: translateY(-100%);
    /* Browser bug fix */
    -webkit-transform: translateY(-100%);
    /* Browser bug fix */
    transform: translateY(-100%);
    opacity: 0; } }

.partner-table {
  border: 1px solid #d5d1ce;
  border-top: 0px;
  padding: 20px 0px; }
  .partner-table img {
    margin: 20px 0px; }
    @media only screen and (max-width: 991px) {
      .partner-table img {
        margin: 5px auto;
        width: 70%; } }
    @media only screen and (max-width: 575px) {
      .partner-table img {
        margin: 10px auto;
        width: auto;
        max-width: 70%; } }
    @media only screen and (max-width: 320px) {
      .partner-table img {
        max-width: 90%; } }
  .partner-table.logos-centered .row {
    justify-content: space-around; }

.training-intro {
  border: 1px solid #d5d1ce;
  border-top: 0px;
  border-bottom: 0px;
  padding: 20px 8%; }
  @media only screen and (max-width: 991px) {
    .training-intro {
      padding: 20px 8%;
      text-align: center; } }
  .training-intro p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4; }
  .training-intro img {
    display: inline-block;
    vertical-align: super; }
    @media only screen and (max-width: 991px) {
      .training-intro img {
        padding: 0px;
        max-width: 30%; } }
    @media only screen and (max-width: 575px) {
      .training-intro img {
        padding: 0px;
        max-width: 50%; } }
    @media only screen and (max-width: 320px) {
      .training-intro img {
        max-width: 60%; } }
  .training-intro .row {
    align-items: center; }

.all-elements.element-mt-0 section.content-banner.hero-top-banner, .all-elements.element-mt-0 section.content-banner.hero-bottom-banner, .all-elements.element-mt-0 .page-ctas {
  margin-top: 0px !important;
  transform: translateY(0%) !important; }

.all-elements.show-form section.contact-form.contact-chelmsford, .all-elements.show-form section.contact-form.contact-harlow, .all-elements.show-form section.contact-form.contact-southend {
  display: block !important; }

header {
  position: fixed;
  width: 100%;
  z-index: 10; }
  header .strapline {
    background: #f4f4f3;
    text-align: center;
    padding: 12px 0px; }
    header .strapline h6 {
      margin-bottom: 0; }
  header .header-nav {
    background: #ffffff; }
    @media only screen and (max-width: 575px) {
      header .header-nav {
        position: relative;
        z-index: 3; } }
    header .header-nav .header-navcontainer {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0px; }
      @media only screen and (max-width: 767px) {
        header .header-nav .header-navcontainer {
          padding: 22px 0px; } }
      @media only screen and (max-width: 575px) {
        header .header-nav .header-navcontainer {
          padding: 5px 0px 16px; } }
    header .header-nav a {
      display: inline-block;
      vertical-align: middle; }
    header .header-nav ul {
      padding: 0px;
      margin: 0px; }
      header .header-nav ul > li {
        float: left;
        list-style: none;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        font-size: 22px;
        font-weight: 400;
        margin: 0px;
        position: static; }
        header .header-nav ul > li > a {
          line-height: 1;
          padding: 38px;
          display: block;
          transition: 0.5s all; }
          header .header-nav ul > li > a:hover {
            background: #f4f4f3;
            color: #d62700; }
          @media only screen and (max-width: 991px) {
            header .header-nav ul > li > a {
              padding: 30px 20px; } }
        header .header-nav ul > li::before {
          display: none; }
        header .header-nav ul > li:hover {
          background: #f4f4f3;
          color: #d62700; }
      header .header-nav ul.top-navlist {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 991px) {
          header .header-nav ul.top-navlist {
            margin-top: 30px; } }
        @media only screen and (max-width: 767px) {
          header .header-nav ul.top-navlist {
            display: none; } }
        header .header-nav ul.top-navlist .contained-nav {
          opacity: 0;
          display: none;
          position: absolute;
          width: 450px;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
          -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
          -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
          transition: 0.25s all; }
          header .header-nav ul.top-navlist .contained-nav > p {
            background: #f4f4f3;
            color: #414141;
            font-size: 16px;
            padding: 10px 22px;
            margin: 0px;
            border-top: 1px solid #414141;
            border-bottom: 1px solid #414141; }
          header .header-nav ul.top-navlist .contained-nav > .sub-nav {
            position: relative;
            background: #414141;
            padding: 12px 0px;
            max-height: calc(100vh - 200px);
            overflow-y: auto; }
            @media only screen and (max-width: 991px) {
              header .header-nav ul.top-navlist .contained-nav > .sub-nav {
                max-height: calc(100vh - 300px); } }
            @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
              header .header-nav ul.top-navlist .contained-nav > .sub-nav {
                max-height: calc(100vh - 250px); } }
            header .header-nav ul.top-navlist .contained-nav > .sub-nav::after {
              content: '';
              background: #f4f4f3;
              position: absolute;
              top: 0px;
              left: 50%;
              width: 50%;
              height: 100%; }
            header .header-nav ul.top-navlist .contained-nav > .sub-nav > li {
              display: block;
              float: none;
              width: 50%;
              font-size: 18px;
              cursor: pointer; }
              header .header-nav ul.top-navlist .contained-nav > .sub-nav > li > a {
                position: relative;
                color: #ffffff;
                padding: 8px 24px;
                line-height: 1.2;
                transition: none; }
                header .header-nav ul.top-navlist .contained-nav > .sub-nav > li > a:hover {
                  background: #f4f4f3;
                  color: #d62700; }
              header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav {
                visibility: hidden;
                background: #f4f4f3;
                position: absolute;
                top: 0px;
                left: 50%;
                width: 50%;
                padding: 12px 0px;
                z-index: 2;
                max-height: calc(100vh - 200px);
                overflow-y: auto; }
                @media only screen and (max-width: 991px) {
                  header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav {
                    max-height: calc(100vh - 300px); } }
                @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
                  header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav {
                    max-height: calc(100vh - 250px); } }
                header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav > li {
                  display: block;
                  float: none;
                  font-size: 18px; }
                  header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav > li > a {
                    color: #414141;
                    padding: 8px 20px;
                    line-height: 1.2;
                    transition: none; }
                    header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav > li > a:hover {
                      background: #ffffff;
                      color: #d62700; }
                  header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav > li:hover {
                    background: #ffffff;
                    color: #d62700; }
                    header .header-nav ul.top-navlist .contained-nav > .sub-nav > li .child-nav > li:hover > a {
                      background: #ffffff;
                      color: #d62700; }
              header .header-nav ul.top-navlist .contained-nav > .sub-nav > li:hover {
                background: #f4f4f3;
                color: #d62700; }
                header .header-nav ul.top-navlist .contained-nav > .sub-nav > li:hover > a {
                  background: #f4f4f3;
                  color: #d62700; }
                  header .header-nav ul.top-navlist .contained-nav > .sub-nav > li:hover > a + .child-nav {
                    visibility: visible; }
              header .header-nav ul.top-navlist .contained-nav > .sub-nav > li[data-haschild="True"] > a::after {
                content: '';
                display: block;
                margin: 0px 0.35em;
                border: 1px solid #ffffff;
                border-bottom: 0px;
                border-left: 0px;
                transform: rotate(45deg);
                width: 7px;
                height: 7px;
                position: absolute;
                top: calc(50% - 4px);
                right: 10px; }
              header .header-nav ul.top-navlist .contained-nav > .sub-nav > li[data-haschild="True"] > a:hover::after {
                border-color: #ec4000; }
              header .header-nav ul.top-navlist .contained-nav > .sub-nav > li[data-haschild="True"]:hover > a::after {
                border-color: #ec4000; }
              @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
                header .header-nav ul.top-navlist .contained-nav > .sub-nav > li:first-child {
                  display: block !important; } }
        header .header-nav ul.top-navlist > li:hover > a + .contained-nav {
          opacity: 1;
          display: block; }
    header .header-nav .logo {
      width: 10%;
      float: left; }
      header .header-nav .logo a {
        position: absolute;
        top: 8px;
        width: 98px;
        height: auto;
        transition: 0.5s width; }
      @media only screen and (max-width: 991px) {
        header .header-nav .logo {
          margin-top: -10px; }
          header .header-nav .logo a {
            width: 80px; } }
      @media only screen and (max-width: 575px) {
        header .header-nav .logo {
          margin-top: 0px; }
          header .header-nav .logo a {
            top: 5px;
            width: 48px; } }
    header .header-nav .extra-controls {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 30%; }
      @media only screen and (max-width: 991px) {
        header .header-nav .extra-controls {
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        header .header-nav .extra-controls {
          width: auto; }
          header .header-nav .extra-controls .mobile-controls {
            margin-left: 25px; } }
      @media only screen and (max-width: 575px) {
        header .header-nav .extra-controls {
          margin-top: 18px; } }
      header .header-nav .extra-controls .header-icons .header-icon {
        position: relative;
        color: #787878;
        display: block;
        float: left; }
        header .header-nav .extra-controls .header-icons .header-icon span {
          font-size: 24px; }
          @media only screen and (max-width: 575px) {
            header .header-nav .extra-controls .header-icons .header-icon span {
              font-size: 20px; } }
        header .header-nav .extra-controls .header-icons .header-icon:hover {
          text-decoration: none; }
          header .header-nav .extra-controls .header-icons .header-icon:hover span {
            color: #d62700; }
        header .header-nav .extra-controls .header-icons .header-icon:nth-child(odd) {
          margin-right: 30px; }
          @media only screen and (max-width: 991px) {
            header .header-nav .extra-controls .header-icons .header-icon:nth-child(odd) {
              margin-right: 20px; } }
          @media only screen and (max-width: 575px) {
            header .header-nav .extra-controls .header-icons .header-icon:nth-child(odd) {
              margin-right: 15px; } }
        header .header-nav .extra-controls .header-icons .header-icon:nth-child(even) {
          margin-left: 30px; }
          @media only screen and (max-width: 991px) {
            header .header-nav .extra-controls .header-icons .header-icon:nth-child(even) {
              margin-left: 20px; } }
          @media only screen and (max-width: 575px) {
            header .header-nav .extra-controls .header-icons .header-icon:nth-child(even) {
              margin-left: 15px; } }
        header .header-nav .extra-controls .header-icons .header-icon .is-clicked {
          color: #d62700; }
      header .header-nav .extra-controls .mobile-menubtn {
        margin: 0px;
        text-transform: none;
        padding: 8px 11px; }
        header .header-nav .extra-controls .mobile-menubtn span {
          display: inline-block;
          line-height: 1; }
        header .header-nav .extra-controls .mobile-menubtn:hover, header .header-nav .extra-controls .mobile-menubtn:focus, header .header-nav .extra-controls .mobile-menubtn:active, header .header-nav .extra-controls .mobile-menubtn:visited {
          outline: 0px; }
        header .header-nav .extra-controls .mobile-menubtn:focus {
          background: #ec4000; }
        header .header-nav .extra-controls .mobile-menubtn:hover {
          background: #d62700; }
        @media only screen and (max-width: 575px) {
          header .header-nav .extra-controls .mobile-menubtn {
            font-size: 13px; } }
        header .header-nav .extra-controls .mobile-menubtn .mobile-bars {
          position: relative;
          display: inline-block;
          vertical-align: text-bottom;
          width: 17px;
          height: 18px;
          margin-left: 7px; }
          header .header-nav .extra-controls .mobile-menubtn .mobile-bars .mobile-barsinner {
            background: #ffffff;
            display: block;
            position: absolute;
            width: 17px;
            height: 2px;
            top: 6px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
            border-radius: 4px;
            transition: background .125s ease .275s; }
            header .header-nav .extra-controls .mobile-menubtn .mobile-bars .mobile-barsinner::before {
              content: '';
              display: block;
              background: #ffffff;
              position: absolute;
              width: 14px;
              height: 2px;
              transition-timing-function: ease;
              transition-duration: .15s;
              transition-property: transform;
              border-radius: 4px;
              top: -6px;
              transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
              transition-duration: .275s; }
            header .header-nav .extra-controls .mobile-menubtn .mobile-bars .mobile-barsinner::after {
              content: '';
              display: block;
              background: #ffffff;
              position: absolute;
              width: 14px;
              height: 2px;
              transition-timing-function: ease;
              transition-duration: .15s;
              transition-property: transform;
              border-radius: 4px;
              bottom: -6px;
              transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
          @media only screen and (max-width: 575px) {
            header .header-nav .extra-controls .mobile-menubtn .mobile-bars {
              width: 17px;
              height: 13px;
              margin-left: 5px; }
              header .header-nav .extra-controls .mobile-menubtn .mobile-bars .mobile-barsinner {
                width: 15px;
                height: 1px; }
                header .header-nav .extra-controls .mobile-menubtn .mobile-bars .mobile-barsinner::before {
                  width: 12px;
                  height: 1px;
                  top: -5px; }
                header .header-nav .extra-controls .mobile-menubtn .mobile-bars .mobile-barsinner::after {
                  width: 12px;
                  height: 1px;
                  bottom: -5px; } }
        header .header-nav .extra-controls .mobile-menubtn.is-clicked {
          background: #d62700; }
          header .header-nav .extra-controls .mobile-menubtn.is-clicked .mobile-bars .mobile-barsinner {
            transition-delay: 0s;
            background: transparent; }
            header .header-nav .extra-controls .mobile-menubtn.is-clicked .mobile-bars .mobile-barsinner::before {
              transition-delay: 75ms;
              transform: translate3d(0, 6px, 0) rotate(135deg);
              width: 16px; }
            header .header-nav .extra-controls .mobile-menubtn.is-clicked .mobile-bars .mobile-barsinner::after {
              transition-delay: 75ms;
              transform: translate3d(0, -6px, 0) rotate(-135deg);
              width: 16px; }
            @media only screen and (max-width: 575px) {
              header .header-nav .extra-controls .mobile-menubtn.is-clicked .mobile-bars .mobile-barsinner::before {
                transform: translate3d(0, 5px, 0) rotate(135deg);
                width: 15px; }
              header .header-nav .extra-controls .mobile-menubtn.is-clicked .mobile-bars .mobile-barsinner::after {
                transform: translate3d(0, -5px, 0) rotate(-135deg);
                width: 15px; } }
      header .header-nav .extra-controls .mobile-navlist {
        opacity: 0;
        visibility: hidden;
        width: 300px;
        color: #414141;
        position: absolute;
        z-index: 2;
        border-top: 2px solid #d62700;
        margin-top: -2px;
        transition: 0.25s all;
        right: 0px; }
        @media only screen and (max-width: 575px) {
          header .header-nav .extra-controls .mobile-navlist {
            position: fixed;
            top: 72px;
            bottom: 0;
            left: 0;
            right: 0;
            max-height: none;
            width: 100%;
            border-width: 1px;
            margin-top: -1px; } }
        header .header-nav .extra-controls .mobile-navlist > ul {
          width: 300px;
          max-height: calc(100vh - 170px);
          position: fixed;
          padding-top: 15px;
          overflow-y: auto;
          border-top: 1px solid #f4f4f3;
          background: #f4f4f3;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
          -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
          -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19); }
          @media only screen and (max-width: 575px) {
            header .header-nav .extra-controls .mobile-navlist > ul {
              position: fixed;
              top: 72px;
              bottom: 0;
              left: 0;
              right: 0;
              max-height: none;
              width: 100%;
              border: 0px;
              padding: 0px; } }
          header .header-nav .extra-controls .mobile-navlist > ul > li {
            float: none;
            display: block;
            font-size: 18px; }
            @media only screen and (max-width: 575px) {
              header .header-nav .extra-controls .mobile-navlist > ul > li {
                font-size: 15px; } }
            header .header-nav .extra-controls .mobile-navlist > ul > li > a {
              position: relative;
              color: #414141;
              padding: 9px 40px 9px 25px;
              line-height: 1.2;
              border-top: 1px solid #f4f4f3;
              transition: none; }
              header .header-nav .extra-controls .mobile-navlist > ul > li > a:hover {
                background: #ffffff;
                color: #d62700; }
              @media only screen and (max-width: 575px) {
                header .header-nav .extra-controls .mobile-navlist > ul > li > a {
                  padding: 9px 40px 9px 12px; } }
            header .header-nav .extra-controls .mobile-navlist > ul > li.show-option > a {
              background: #ffffff;
              color: #d62700; }
            header .header-nav .extra-controls .mobile-navlist > ul > li[data-haschild="True"] > a::after {
              content: '';
              display: block;
              margin: 0px 0.35em;
              border: 1px solid #ec4000;
              border-bottom: 0px;
              border-left: 0px;
              transform: rotate(135deg);
              width: 7px;
              height: 7px;
              position: absolute;
              top: calc(50% - 6px);
              right: 12px;
              transition: 0.5s all; }
              @media only screen and (max-width: 575px) {
                header .header-nav .extra-controls .mobile-navlist > ul > li[data-haschild="True"] > a::after {
                  right: 15px; } }
            header .header-nav .extra-controls .mobile-navlist > ul > li[data-haschild="True"].show-option > a {
              color: #d62700; }
              header .header-nav .extra-controls .mobile-navlist > ul > li[data-haschild="True"].show-option > a::after {
                transform: rotate(-45deg);
                top: calc(50% - 2px); }
            header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav {
              display: none; }
              header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > .descriptor {
                font-size: 13px;
                font-weight: 300;
                background: #ffffff;
                padding: 0px 40px 5px 12px; }
              header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li {
                float: none;
                display: block;
                font-size: 18px;
                background: #ffffff;
                color: #414141; }
                @media only screen and (max-width: 575px) {
                  header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li {
                    font-size: 15px; } }
                header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li:hover {
                  background: #ffffff;
                  color: #d62700; }
                header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li > a {
                  position: relative;
                  padding: 9px 40px 9px 40px;
                  border-top: 1px solid #f4f4f3;
                  transition: none; }
                  header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li > a:hover {
                    background: #ffffff;
                    color: #d62700; }
                  @media only screen and (max-width: 575px) {
                    header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li > a {
                      padding: 9px 40px 9px 25px; } }
                header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li[data-haschild="True"] > a::after {
                  content: '';
                  display: block;
                  margin: 0px 0.35em;
                  border: 1px solid #ec4000;
                  border-bottom: 0px;
                  border-left: 0px;
                  transform: rotate(135deg);
                  width: 7px;
                  height: 7px;
                  position: absolute;
                  top: calc(50% - 6px);
                  right: 12px;
                  transition: 0.5s all; }
                  @media only screen and (max-width: 575px) {
                    header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li[data-haschild="True"] > a::after {
                      right: 15px; } }
                @media only screen and (max-width: 575px) {
                  header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li[data-haschild="True"] > a.is-clicked::after {
                    transform: rotate(-45deg);
                    top: calc(50% - 2px); } }
                header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li .child-nav {
                  display: none;
                  border-top: 1px solid #f4f4f3; }
                  header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li .child-nav > li {
                    float: none;
                    display: block;
                    font-size: 18px; }
                    @media only screen and (max-width: 575px) {
                      header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li .child-nav > li {
                        font-size: 15px; } }
                    header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li .child-nav > li > a {
                      position: relative;
                      color: #414141;
                      padding: 9px 40px 10px 65px;
                      line-height: 1;
                      transition: none; }
                      header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li .child-nav > li > a:hover {
                        background: #ffffff;
                        color: #d62700; }
                      @media only screen and (max-width: 575px) {
                        header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li .child-nav > li > a {
                          padding: 9px 40px 9px 40px; } }
                header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li.show-option > a::after {
                  transform: rotate(-45deg);
                  top: calc(50% - 2px); }
                @media only screen and (max-width: 575px) {
                  header .header-nav .extra-controls .mobile-navlist > ul > li .sub-nav > li.show-option > a {
                    color: #d62700; } }
            header .header-nav .extra-controls .mobile-navlist > ul > li.small {
              margin: 15px 0px 25px; }
              header .header-nav .extra-controls .mobile-navlist > ul > li.small > ul > li {
                float: none;
                display: block;
                font-size: 15px;
                font-weight: 300; }
                header .header-nav .extra-controls .mobile-navlist > ul > li.small > ul > li > a {
                  padding: 9px 25px;
                  transition: none; }
                  @media only screen and (max-width: 575px) {
                    header .header-nav .extra-controls .mobile-navlist > ul > li.small > ul > li > a {
                      padding: 9px 25px 9px 12px; } }
                  header .header-nav .extra-controls .mobile-navlist > ul > li.small > ul > li > a:hover {
                    background: #f4f4f3;
                    color: #414141;
                    text-decoration: underline; }
              header .header-nav .extra-controls .mobile-navlist > ul > li.small:hover {
                background: #f4f4f3;
                color: #414141; }
            header .header-nav .extra-controls .mobile-navlist > ul > li:hover .sub-nav > p {
              color: #414141; }
        header .header-nav .extra-controls .mobile-navlist.show-nav {
          opacity: 1;
          visibility: visible; }
  header .search-bar {
    position: absolute;
    width: 100%;
    background: #f4f4f3;
    padding: 30px 0px;
    transition: 0.5s all;
    top: -100%;
    z-index: -1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19); }
    @media only screen and (max-width: 575px) {
      header .search-bar {
        padding: 20px 0px; } }
    header .search-bar .close-search {
      position: absolute;
      right: 40px;
      transform: translateY(-50%);
      top: 50%;
      padding: 0px;
      height: 20px;
      color: #777777;
      font-size: 20px; }
      header .search-bar .close-search:hover {
        text-decoration: none;
        color: #d62700; }
      @media only screen and (max-width: 767px) {
        header .search-bar .close-search {
          height: 15px;
          font-size: 15px; } }
      @media only screen and (max-width: 575px) {
        header .search-bar .close-search {
          right: 15px;
          height: 12px;
          font-size: 12px; } }
    header .search-bar.show-search {
      top: 100%; }
      @media only screen and (max-width: 575px) {
        header .search-bar.show-search {
          z-index: 3; } }
  header .no-link {
    pointer-events: none; }
  header.shrink .header-nav ul > li > a {
    padding: 24px 38px; }
    @media only screen and (max-width: 991px) {
      header.shrink .header-nav ul > li > a {
        padding: 24px 20px; } }
    @media only screen and (max-width: 767px) {
      header.shrink .header-nav ul > li > a {
        padding: 17px; } }
    @media only screen and (max-width: 575px) {
      header.shrink .header-nav ul > li > a {
        padding: 7px 0px; } }
  header.shrink .header-nav .logo a {
    width: 80px; }
  @media only screen and (max-width: 991px) {
    header.shrink .header-nav .logo {
      margin-top: 0px;
      padding: 10px 0px; } }
  @media only screen and (max-width: 575px) {
    header.shrink .header-nav .logo {
      margin-top: 0px; } }
  header ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d5d1ce !important; }
  header ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d1ce !important;
    opacity: 1; }
  header :-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d1ce !important;
    opacity: 1; }
  header :-ms-input-placeholder {
    /* IE 10+ */
    color: #d5d1ce !important; }
  header :-moz-placeholder {
    /* Firefox 18- */
    color: #d5d1ce !important; }

footer {
  background: #f4f4f3;
  border-top: 1px solid #e9e9e8; }
  footer ul {
    margin: 0px;
    padding: 0px; }
    footer ul li {
      font-size: 17px; }
    footer ul.arrow-before, footer ul.arrow-after {
      margin: 0px; }
    footer ul.arrow-before li::before {
      margin-right: 0.35em; }
  footer p a {
    color: #414141;
    font-size: inherit;
    font-weight: inherit; }
    footer p a:hover, footer p a:visited, footer p a:focus, footer p a:active {
      color: #414141; }
  footer .footer-links {
    align-items: flex-end;
    padding-bottom: 15px; }
    footer .footer-links .left-links {
      padding-bottom: 25px !important;
      column-count: 2; }
      @media only screen and (max-width: 767px) {
        footer .footer-links .left-links {
          padding: 12px !important; }
          footer .footer-links .left-links li {
            margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        footer .footer-links .left-links ul li {
          font-size: 14px; } }
    footer .footer-links .middle-links {
      padding-bottom: 25px !important; }
      @media only screen and (max-width: 767px) {
        footer .footer-links .middle-links {
          padding: 0px 12px !important; } }
      @media only screen and (max-width: 767px) {
        footer .footer-links .middle-links ul {
          margin-top: 0px;
          margin-bottom: 20px; } }
      footer .footer-links .middle-links ul li {
        float: left;
        margin-right: 35px;
        margin-bottom: 0px;
        font-size: 16px; }
        footer .footer-links .middle-links ul li:last-of-type {
          margin-right: 0px; }
        @media only screen and (max-width: 767px) {
          footer .footer-links .middle-links ul li {
            font-size: 13px; } }
      footer .footer-links .middle-links .row {
        margin: 0px;
        margin-left: 15px; }
        @media only screen and (max-width: 767px) {
          footer .footer-links .middle-links .row {
            margin: 0px; } }
      footer .footer-links .middle-links .social {
        margin-bottom: 60px; }
    footer .footer-links .newsletter-signup .row {
      margin: 0px; }
    footer .footer-links .newsletter-signup .newsletter-signupinner {
      background: #e9e9e8;
      padding: 10px 20px 20px; }
      @media only screen and (max-width: 767px) {
        footer .footer-links .newsletter-signup .newsletter-signupinner {
          padding: 0px 12px 13px; }
          footer .footer-links .newsletter-signup .newsletter-signupinner h5 {
            font-size: 14px;
            padding-top: 13px; }
          footer .footer-links .newsletter-signup .newsletter-signupinner .btn {
            font-size: 15px; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      footer .footer-links .newsletter-signup .newsletter-signupinner .btn {
        font-size: 13px; } }
      footer .footer-links .newsletter-signup .newsletter-signupinner p {
        font-size: 15px;
        line-height: 1.3; }
        @media only screen and (max-width: 767px) {
          footer .footer-links .newsletter-signup .newsletter-signupinner p {
            font-size: 12px; } }
      footer .footer-links .newsletter-signup .newsletter-signupinner a {
        margin: 0px; }
  footer .contact-information {
    border-top: 1px solid #d5d1ce;
    padding: 25px 0px 20px;
    margin: 0px; }
    @media only screen and (max-width: 767px) {
      footer .contact-information {
        padding: 20px 0px;
        margin: 0px !important; } }
    footer .contact-information .logo a {
      height: 100%;
      float: left; }
    footer .contact-information .logo img {
      margin-top: -5px;
      width: auto;
      height: 100%;
      min-height: 68px;
      max-height: 68px; }
      @media only screen and (max-width: 991px) {
        footer .contact-information .logo img {
          margin-top: -2px; } }
    footer .contact-information .locations {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      max-width: 80%; }
      @media only screen and (max-width: 991px) {
        footer .contact-information .locations {
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        footer .contact-information .locations {
          flex-direction: column;
          padding: 0px !important; } }
      footer .contact-information .locations .contact {
        float: left; }
        @media only screen and (max-width: 767px) {
          footer .contact-information .locations .contact {
            margin: 0px;
            margin-bottom: 20px;
            float: none;
            display: block; }
            footer .contact-information .locations .contact:last-of-type {
              margin-bottom: 0px; } }
        footer .contact-information .locations .contact p {
          font-size: 17px;
          line-height: 1;
          margin-bottom: 7px; }
          @media only screen and (max-width: 767px) {
            footer .contact-information .locations .contact p {
              font-size: 14px;
              margin-bottom: 5px; }
              footer .contact-information .locations .contact p:last-of-type {
                margin-bottom: 0px; } }
          footer .contact-information .locations .contact p:nth-of-type(1) {
            color: #0052a1;
            font-weight: 500; }
          footer .contact-information .locations .contact p:last-of-type {
            margin-bottom: 0px; }
        footer .contact-information .locations .contact a {
          color: #414141; }
  footer .copyright {
    border-top: 1px solid #d5d1ce;
    padding: 15px 0px;
    margin: 0px; }
    footer .copyright p {
      font-size: 13px;
      margin: 0px; }
      @media only screen and (max-width: 575px) {
        footer .copyright p {
          font-size: 11px; } }
    @media only screen and (max-width: 991px) {
      footer .copyright [class*="col-"] {
        padding: 0px !important; } }
    footer .copyright [class*="col-"]:nth-of-type(2) p {
      float: right; }
      @media only screen and (max-width: 767px) {
        footer .copyright [class*="col-"]:nth-of-type(2) p {
          margin-top: 7px;
          float: none; } }
  footer.slim ul {
    line-height: 1; }
    footer.slim ul li {
      font-size: 14px;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px;
      padding-left: 1.3em; }
      footer.slim ul li:last-of-type {
        margin-right: 0px; }
      @media only screen and (max-width: 991px) {
        footer.slim ul li {
          margin-right: 8px;
          margin-bottom: 0px; } }
      @media only screen and (max-width: 575px) {
        footer.slim ul li {
          padding-left: 1.4em; } }
  footer.slim .left-links {
    padding-top: 7px !important;
    padding-bottom: 30px !important; }
    @media only screen and (max-width: 991px) {
      footer.slim .left-links {
        padding-bottom: 45px !important; } }
    @media only screen and (max-width: 767px) {
      footer.slim .left-links {
        padding-top: 0px !important;
        padding-bottom: 0px !important; } }
    @media only screen and (max-width: 575px) {
      footer.slim .left-links ul {
        height: 70px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between; }
        footer.slim .left-links ul li {
          display: block;
          margin-bottom: 5px;
          margin-right: 0px; } }
  footer.slim .bottom-footer {
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      footer.slim .bottom-footer {
        margin-top: 0px;
        margin-bottom: 15px; } }
    footer.slim .bottom-footer li {
      font-size: 13px;
      margin-right: 14px;
      padding-left: 0px; }
      footer.slim .bottom-footer li::before {
        width: 5px;
        height: 5px;
        margin-left: -0.05em;
        top: -1px; }
      footer.slim .bottom-footer li:last-of-type {
        margin-right: 0px; }
  footer.slim .right-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end; }
    @media only screen and (max-width: 991px) {
      footer.slim .right-links {
        flex-direction: column;
        align-items: flex-end;
        justify-content: end; } }
    @media only screen and (max-width: 767px) {
      footer.slim .right-links {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 20px 0px; } }
    footer.slim .right-links .social {
      justify-content: flex-end; }
      @media only screen and (max-width: 991px) {
        footer.slim .right-links .social {
          justify-content: flex-end;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        footer.slim .right-links .social {
          justify-content: flex-start;
          margin-bottom: 0px; } }
      @media only screen and (max-width: 575px) {
        footer.slim .right-links .social {
          margin-bottom: 0px; } }
      footer.slim .right-links .social li {
        margin-right: 35px;
        padding-left: 0px; }
        @media only screen and (max-width: 991px) {
          footer.slim .right-links .social li {
            margin-right: 35px; }
            footer.slim .right-links .social li:last-of-type {
              margin-right: 0px; } }
        @media only screen and (max-width: 767px) {
          footer.slim .right-links .social li:last-of-type {
            margin-right: 35px; } }
        @media only screen and (max-width: 575px) {
          footer.slim .right-links .social li {
            margin-bottom: 0px; } }
    footer.slim .right-links .btn {
      margin: 0px; }

.social {
  display: flex;
  align-items: baseline;
  padding: 0; }
  @media only screen and (max-width: 575px) {
    .social {
      margin-top: 0px !important;
      margin-bottom: 25px; } }
  .social li {
    float: none; }
    .social li::before {
      display: none; }
    .social li a {
      margin: 0px;
      display: block; }
      .social li a span {
        font-size: 23px;
        color: #a4a4a4;
        text-align: center; }
        .social li a span:hover {
          color: #d62700; }
        .social li a span.icon-twitter {
          transition: 0.5s all; }
          .social li a span.icon-twitter:hover {
            color: #3dabdd; }
        .social li a span.icon-youtube {
          transition: 0.5s all; }
          .social li a span.icon-youtube:hover {
            color: #e32900; }
        .social li a span.icon-linkedin {
          font-size: 28px;
          transition: 0.5s all; }
          .social li a span.icon-linkedin:hover {
            color: #1b7db1; }
    .social li:last-of-type {
      margin-right: 0px; }

.webinar-event {
  background: #ffffff; }
  @media only screen and (max-width: 767px) {
    .webinar-event {
      height: auto; } }
  .webinar-event p {
    margin: 0px; }
    .webinar-event p a {
      display: inline-block;
      margin-top: 15px; }
      .webinar-event p a:hover {
        color: #ec4000;
        text-decoration: none; }
  .webinar-event h6 {
    margin-top: 3px;
    margin-bottom: 20px; }
  .webinar-event .webinar-description {
    padding: 20px 20px 25px; }

.webinars-bottomcontent {
  margin-top: 35px; }
  .webinars-bottomcontent .accordion {
    margin-bottom: 35px; }
  .webinars-bottomcontent .btn {
    margin-top: 15px; }

.webinar-widgets {
  margin-top: 50px; }
  @media only screen and (max-width: 991px) {
    .webinar-widgets {
      margin-top: 20px; } }

.webinar-registration {
  margin-bottom: 30px; }
  .webinar-registration img, .webinar-registration img:first-child, .webinar-registration .btn {
    margin: 0px; }
  .webinar-registration .details {
    padding: 20px 0px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .webinar-registration .details {
        padding: 12px 12px 15px; } }
    .webinar-registration .details p {
      margin: 0px; }
  .webinar-registration .btn {
    margin-top: 50px; }

.staff-bio {
  margin: 30px 0px 20px; }
  .staff-bio .row {
    width: 100%; }
  .staff-bio .staff-biocontainer {
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .staff-bio .staff-biocontainer img, .staff-bio .staff-biocontainer img:first-child {
      margin: 0px;
      width: 100%; }
      @media only screen and (max-width: 575px) {
        .staff-bio .staff-biocontainer img, .staff-bio .staff-biocontainer img:first-child {
          width: 100px;
          margin: 0px auto 20px; } }
    .staff-bio .staff-biocontainer + hr + p {
      margin: 20px 0px 15px; }
    .staff-bio .staff-biocontainer p {
      margin: 0px; }
      @media only screen and (max-width: 575px) {
        .staff-bio .staff-biocontainer p {
          text-align: center;
          margin-bottom: 10px; } }
    .staff-bio .staff-biocontainer .row {
      align-items: center; }

@media only screen and (max-width: 767px) {
  .webinarsod-image {
    margin-bottom: 20px; } }

@media only screen and (max-width: 575px) {
  .our-partners {
    margin-bottom: -10px; } }

.our-partners h2 {
  padding-top: 50px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .our-partners h2 {
      padding-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .our-partners h2 {
      padding-top: 30px; } }
  @media only screen and (max-width: 575px) {
    .our-partners h2 {
      padding-top: 20px;
      padding-bottom: 10px; } }

.news-index a {
  display: block; }
  .news-index a:hover {
    text-decoration: none;
    color: #ec4000; }

.news-index p {
  margin: 0px; }

.news-index h2 {
  padding-top: 50px;
  text-align: center;
  color: #ec4000; }
  @media only screen and (max-width: 991px) {
    .news-index h2 {
      padding-top: 40px; } }
  @media only screen and (max-width: 575px) {
    .news-index h2 {
      padding-top: 25px;
      font-size: 20px; } }

.news-index h4 a {
  display: inline-block; }

.news-index h6 span {
  margin: 0px 0.5em; }

.news-index .news-item {
  padding: 15px;
  margin-top: 0px;
  border: 0px; }
  @media only screen and (max-width: 575px) {
    .news-index .news-item {
      padding: 10px;
      margin: 0px;
      border: 0px; } }
  .news-index .news-item h4 {
    padding: 0.15em 0px; }
    @media only screen and (max-width: 991px) {
      .news-index .news-item h4 {
        padding: 0px; } }
  .news-index .news-item.is-summary {
    padding: 0px 0px 0px 25px; }
    @media only screen and (max-width: 991px) {
      .news-index .news-item.is-summary {
        padding-left: 15px; } }
    .news-index .news-item.is-summary h4 {
      padding-top: 5px;
      padding-bottom: 0.5em; }
    .news-index .news-item.is-summary:nth-child(n+2) {
      margin-top: 25px; }
  .news-index .news-item + .news-item {
    margin-top: 10px; }
  .news-index .news-item .news-summary {
    padding-left: 20px; }
    @media only screen and (max-width: 991px) {
      .news-index .news-item .news-summary {
        padding-left: 15px; } }
    @media only screen and (max-width: 575px) {
      .news-index .news-item .news-summary {
        padding-left: 10px; } }
  @media only screen and (max-width: 991px) {
    .news-index .news-item .row > [class*="col-"] {
      padding: 0px; }
      .news-index .news-item .row > [class*="col-"]:first-child {
        padding-left: 0px; }
      .news-index .news-item .row > [class*="col-"]:last-child {
        padding-right: 0px; } }

.news-index .left-border {
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .news-index .left-border {
      border-top: 0px;
      border-left: 1px solid #d5d1ce;
      margin: 0px;
      padding: 0px; } }

.news-item {
  margin-top: 30px; }
  @media only screen and (max-width: 991px) {
    .news-item {
      margin-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .news-item {
      padding: 12px 0px;
      border-top: 1px solid #d5d1ce; } }
  .news-item a {
    display: block; }
    .news-item a:hover {
      text-decoration: none;
      color: #ec4000; }
  .news-item p {
    margin-bottom: 15px; }
    @media only screen and (max-width: 575px) {
      .news-item p {
        margin-bottom: 10px; } }
    .news-item p.with-arrow a {
      color: #0052a1;
      font-weight: 400;
      margin-top: 15px;
      display: inline-block; }
      .news-item p.with-arrow a:hover {
        text-decoration: underline; }
    .news-item p a {
      display: inline-block;
      font-weight: 300; }
      .news-item p a:hover {
        color: #0052a1;
        text-decoration: underline; }
    .news-item p:last-of-type {
      margin: 0px; }
  .news-item h2 {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .news-item h2 {
        padding: 15px 0px 5px; } }
    .news-item h2 a {
      display: inline; }
  .news-item h4 {
    padding-top: 0.75em;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .news-item h4 {
        padding-top: 0px; } }
    .news-item h4 a {
      display: inline; }
  .news-item h6 span {
    margin: 0px 0.5em; }
  .news-item .published-date {
    font-size: 15px;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .news-item .published-date {
        font-size: 13px; } }
    @media only screen and (max-width: 575px) {
      .news-item .published-date {
        font-size: 11px; } }

.guide-subtext {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4; }
  @media only screen and (max-width: 991px) {
    .guide-subtext {
      font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .guide-subtext {
      font-size: 11px; } }

@media only screen and (max-width: 575px) {
  .guide-item .row [class*="col-"]:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch; }
    .guide-item .row [class*="col-"]:nth-child(2) .guide-subtext {
      flex: 1; } }

.left-border {
  height: calc(100% - 120px);
  border-left: 1px solid #d5d1ce;
  margin: 60px 0px; }
  @media only screen and (max-width: 991px) {
    .left-border {
      border-left: 0px;
      border-top: 1px solid #d5d1ce;
      margin: 0px;
      padding: 30px 0px 40px; } }
  @media only screen and (max-width: 575px) {
    .left-border {
      padding: 10px 0px 40px; } }
  .left-border h2 {
    padding: 0px 0px 0px 25px;
    text-align: left; }
    @media only screen and (max-width: 991px) {
      .left-border h2 {
        padding-left: 0px; } }
    @media only screen and (max-width: 575px) {
      .left-border h2 {
        padding-top: 12px; } }

.no-previewtext {
  margin: 60px 0px; }
  @media only screen and (max-width: 991px) {
    .no-previewtext {
      margin: 40px 0px; } }
  @media only screen and (max-width: 767px) {
    .no-previewtext {
      margin: 0px; } }
  .no-previewtext .news-item {
    margin-top: 0px; }
  @media only screen and (max-width: 767px) {
    .no-previewtext [class*="col-"]:not(.d-none) .news-item {
      border: 0px; } }
  @media only screen and (max-width: 767px) {
    .no-previewtext [class*="col-"]:not(.d-none) + [class*="col-"]:not(.d-none) .news-item {
      border-top: 1px solid #d5d1ce; } }
  @media only screen and (max-width: 767px) {
    .no-previewtext [class*="col-"]:first-of-type .news-item {
      border: 0px; } }
  .no-previewtext [class*="col-"]:nth-child(n+4) .news-item.is-expanded {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .no-previewtext [class*="col-"]:nth-child(n+4) .news-item.is-expanded {
        margin: 0px; } }
  @media only screen and (max-width: 991px) {
    .no-previewtext [class*="col-"]:nth-child(n+4) .news-item {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .no-previewtext [class*="col-"]:nth-child(n+4) .news-item {
      margin-top: 0px; } }
  .no-previewtext [class*="col-"]:nth-child(n+5) .news-item {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .no-previewtext [class*="col-"]:nth-child(n+5) .news-item {
        margin-top: 0px; } }

.is-featured {
  margin-top: 0px; }
  @media only screen and (max-width: 991px) {
    .is-featured p {
      display: none; }
      .is-featured p:first-of-type, .is-featured p.published-date {
        display: block; } }
  @media only screen and (max-width: 767px) {
    .is-featured {
      padding: 0px;
      border: 0px;
      padding-bottom: 15px !important; } }

.is-summary {
  border: 0px;
  padding: 0px 0px 0px 25px;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .is-summary {
      padding: 0px; } }
  .is-summary h4 {
    padding-top: 5px;
    padding-bottom: 0.5em; }
  .is-summary:nth-child(n+3) {
    margin-top: 22px; }
    @media only screen and (max-width: 991px) {
      .is-summary:nth-child(n+3) {
        margin: 0px; } }
  @media only screen and (max-width: 991px) {
    .is-summary:nth-child(n+2) {
      margin-top: 22px; } }

.find-a-course.search-bar {
  width: 71.235%;
  margin: auto; }
  .find-a-course.search-bar h3 {
    padding-top: 40px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .find-a-course.search-bar h3 {
        padding-top: 30px; } }
    @media only screen and (max-width: 575px) {
      .find-a-course.search-bar h3 {
        padding-top: 20px; } }
  .find-a-course.search-bar .search-container input[type="submit"] {
    padding: 18px 25px; }
    @media only screen and (max-width: 575px) {
      .find-a-course.search-bar .search-container input[type="submit"] {
        padding: 9px 15px; } }

.find-a-course.course-item {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
  height: calc(100% - 20px);
  padding-bottom: 10px; }
  .find-a-course.course-item ul {
    padding: 10px 25px;
    margin: 0px; }
    @media only screen and (max-width: 991px) {
      .find-a-course.course-item ul {
        padding: 10px 15px; } }
    @media only screen and (max-width: 767px) {
      .find-a-course.course-item ul {
        padding: 10px 25px; } }
    @media only screen and (max-width: 575px) {
      .find-a-course.course-item ul {
        padding: 10px 20px; } }
    .find-a-course.course-item ul > li {
      font-weight: 400;
      font-size: 21px;
      padding: 9px 0px 9px 20px;
      margin: 0px; }
      @media only screen and (max-width: 991px) {
        .find-a-course.course-item ul > li {
          padding: 7px 0px 7px 20px;
          font-size: 18px; } }
      @media only screen and (max-width: 575px) {
        .find-a-course.course-item ul > li {
          font-size: 16px;
          padding: 5px 0px 5px 20px; } }
  .find-a-course.course-item .course-title {
    background: #ec4000;
    color: #ffffff;
    min-height: 70px; }
    .find-a-course.course-item .course-title h4 {
      margin: 0px;
      padding: 0.5em 25px; }
      @media only screen and (max-width: 991px) {
        .find-a-course.course-item .course-title h4 {
          padding: 0.4em 15px; } }
      @media only screen and (max-width: 767px) {
        .find-a-course.course-item .course-title h4 {
          padding: 0.5em 25px; } }
      @media only screen and (max-width: 575px) {
        .find-a-course.course-item .course-title h4 {
          padding: 0.8em 25px; } }
    @media only screen and (max-width: 767px) {
      .find-a-course.course-item .course-title {
        min-height: 0px; } }

.course-search {
  padding: 25px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 575px) {
    .course-search {
      padding: 12px; } }
  .course-search h6 {
    margin: 15px 0px 0px;
    text-align: right;
    font-size: 15px; }
    @media only screen and (max-width: 991px) {
      .course-search h6 {
        font-size: 14px; } }
    @media only screen and (max-width: 575px) {
      .course-search h6 {
        font-size: 13px; } }
    .course-search h6 span {
      display: inline-block;
      vertical-align: middle; }
  .course-search .form-group .select-container {
    width: 100%; }
    .course-search .form-group .select-container select {
      width: 100%;
      border-color: #d5d1ce;
      border-width: 1px;
      font-size: 16px;
      font-weight: 300; }
      @media only screen and (max-width: 575px) {
        .course-search .form-group .select-container select {
          font-size: 14px; } }
  .course-search .icon-tick {
    color: #33bc40;
    display: inline-block;
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 0.4em;
    position: relative;
    top: -1px; }
    @media only screen and (max-width: 575px) {
      .course-search .icon-tick {
        font-size: 12px; } }

.course-results {
  position: relative; }
  .course-results h4 {
    padding: 12px 25px;
    line-height: 1;
    background: #787878;
    color: #ffffff; }
    @media only screen and (max-width: 575px) {
      .course-results h4 {
        padding: 12px; } }
  .course-results table {
    background: #f4f4f3; }
    @media only screen and (max-width: 767px) {
      .course-results table {
        padding-bottom: 30px; } }
    .course-results table tr th {
      font-weight: 600;
      text-align: center;
      background: #d5d1ce; }
    .course-results table tr td, .course-results table tr th {
      padding: 0.75em 20px;
      border-bottom: 2px solid #ffffff;
      vertical-align: middle;
      white-space: nowrap; }
      .course-results table tr td:first-of-type, .course-results table tr th:first-of-type {
        white-space: normal;
        width: 42%;
        padding-left: 25px; }
      .course-results table tr td:last-of-type, .course-results table tr th:last-of-type {
        width: 18%;
        padding-right: 25px; }
      @media only screen and (max-width: 767px) {
        .course-results table tr td, .course-results table tr th {
          border: 0px;
          padding: 4px 25px; }
          .course-results table tr td:first-of-type, .course-results table tr th:first-of-type {
            padding-top: 12px;
            width: 100%; }
          .course-results table tr td:last-of-type, .course-results table tr th:last-of-type {
            border-bottom: 2px solid #ffffff;
            padding-bottom: 12px;
            width: 100%; } }
      @media only screen and (max-width: 575px) {
        .course-results table tr td, .course-results table tr th {
          padding: 4px 12px; }
          .course-results table tr td:first-of-type, .course-results table tr th:first-of-type {
            padding-left: 12px; }
          .course-results table tr td:last-of-type, .course-results table tr th:last-of-type {
            padding-right: 12px; } }
      .course-results table tr td a, .course-results table tr td span, .course-results table tr th a, .course-results table tr th span {
        display: inline-block;
        vertical-align: middle; }
      .course-results table tr td .icon-tick, .course-results table tr th .icon-tick {
        margin-left: 1em;
        color: #33bc40; }
    @media only screen and (max-width: 767px) {
      .course-results table tr:last-of-type td:last-of-type {
        border-bottom: 0px; } }
  .course-results .icon-tick {
    position: relative;
    top: -1px; }
  .course-results + h3 {
    padding-top: 30px; }

.course-anchor {
  position: absolute;
  top: -140px; }

.course-results-table {
  overflow-x: auto; }

.course-locator h2 {
  padding-top: 0px; }

.table-footer {
  background: #f4f4f3;
  padding: 15px 25px; }
  @media only screen and (max-width: 767px) {
    .table-footer {
      border-top: 2px solid #ffffff; } }
  @media only screen and (max-width: 575px) {
    .table-footer {
      padding: 12px; } }
  .table-footer .icon-tick {
    color: #33bc40;
    display: inline-block;
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 0.4em;
    position: relative;
    top: -1px; }
    @media only screen and (max-width: 575px) {
      .table-footer .icon-tick {
        font-size: 12px; } }

.point-of-contact {
  height: calc(100% - 30px);
  margin-top: 30px;
  padding: 40px 40px 30px; }
  @media only screen and (max-width: 991px) {
    .point-of-contact {
      height: calc(100% - 15px);
      margin-top: 15px;
      padding: 15px 15px 20px; } }
  @media only screen and (max-width: 575px) {
    .point-of-contact {
      height: calc(100% - 12px);
      margin-top: 12px;
      padding: 12px 12px 10px; } }
  .point-of-contact h4 {
    padding: 10px 40px;
    margin: -40px -40px 0px;
    background: #ec4000;
    color: #ffffff; }
    @media only screen and (max-width: 991px) {
      .point-of-contact h4 {
        padding: 10px 15px;
        margin: -15px -15px 0px; } }
    @media only screen and (max-width: 575px) {
      .point-of-contact h4 {
        padding: 10px 12px;
        margin: -12px -12px 0px; } }
    .point-of-contact h4 + p {
      margin-top: 20px;
      margin-bottom: 0px; }
  .point-of-contact p {
    margin: 0px; }

.search-result {
  border-top: 1px solid #e9e9e8;
  padding: 25px 0px; }
  .search-result:first-of-type {
    border: 0px;
    margin-top: 40px; }
    @media only screen and (max-width: 991px) {
      .search-result:first-of-type {
        margin-top: 10px; } }
  .search-result h4 {
    font-weight: 400; }
    .search-result h4 a:hover {
      color: #ec4000;
      text-decoration: none; }
  .search-result h6 {
    margin-top: 10px; }
    .search-result h6 a {
      color: #0052a1; }
      .search-result h6 a:hover {
        color: #ec4000;
        text-decoration: none; }
  .search-result p:last-of-type {
    margin: 0px; }

.error-page {
  text-align: center;
  padding-bottom: 100px; }
  .error-page h1 {
    font-size: 36px;
    margin: 20px 0px; }
    @media only screen and (max-width: 991px) {
      .error-page h1 {
        font-size: 32px; } }
    @media only screen and (max-width: 575px) {
      .error-page h1 {
        font-size: 28px; } }
  .error-page img {
    width: auto;
    margin: 0px auto; }

.select2-container--doulos {
  text-align: left; }
  .select2-container--doulos .select2-selection {
    background-color: white;
    height: 54px; }
    @media only screen and (max-width: 575px) {
      .select2-container--doulos .select2-selection {
        height: 30px; } }
  .select2-container--doulos .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: 36px; }
    @media only screen and (max-width: 575px) {
      .select2-container--doulos .select2-selection--single .select2-selection__rendered {
        line-height: 14px; } }
  .select2-container--doulos.select2-container--open .select2-selection {
    visibility: hidden; }
  .select2-container--doulos .select2-dropdown {
    border: 1px solid #fa854e;
    border-radius: 0; }
    .select2-container--doulos .select2-dropdown .select2-search__field {
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 1px;
      height: 53px; }
      @media only screen and (max-width: 575px) {
        .select2-container--doulos .select2-dropdown .select2-search__field {
          height: 30px; } }
    .select2-container--doulos .select2-dropdown .select2-search {
      padding: 0; }
    .select2-container--doulos .select2-dropdown .select2-search__field, .select2-container--doulos .select2-dropdown .select2-results {
      padding: 7px 15px; }
    .select2-container--doulos .select2-dropdown .select2-results .select2-results__option {
      padding-left: 0; }
    .select2-container--doulos .select2-dropdown .select2-results ul li::before {
      content: normal; }
  .select2-container--doulos .select2-dropdown--below {
    top: -54px; }
    @media only screen and (max-width: 575px) {
      .select2-container--doulos .select2-dropdown--below {
        top: -31px; } }
  @media only screen and (max-width: 575px) {
    .select2-container--doulos .select2-dropdown--above {
      display: flex;
      flex-direction: column-reverse; } }
