/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./css/scss/style.scss ***!
  \******************************************************************************************************************************************/
/*
	Theme Name: JA Theme
	Theme URI: https://www.372digital.com.au
	Description: Responsive theme designed & developed by 372 Digital Pty Ltd
	Version: 3.0.0
	Author: 372 Digital Pty Ltd
	Author URI: https://www.372digital.com.au
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.default-page label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  color: #14123d; }
  .default-page label:first-of-type {
    margin-top: 40px; }

.default-page select, .default-page input, .default-page textarea {
  display: block;
  max-width: 100%;
  width: calc(100% - 32px); }

.default-page select {
  max-width: 100%;
  width: 100%;
  padding: 15px;
  height: 52px;
  text-indent: 5px;
  border: 1px solid #757575;
  color: #14123d;
  background: transparent;
  font-size: 15px; }

.default-page input, .default-page textarea {
  max-width: 100%;
  padding: 15px;
  height: auto;
  color: #595E62;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid #757575;
  margin-top: 0 !important;
  font-family: "Poppins", sans-serif; }

.default-page input[type="submit"],
.default-page button[type="submit"],
.default-page button {
  color: #FFF;
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  padding: 18px 30px 13px 30px;
  border-radius: 30px;
  border: none;
  margin-top: 30px !important;
  transition: all 0.3s ease-in-out;
  background-color: #DA6E25;
  cursor: pointer;
  margin-bottom: 50px;
  max-width: auto;
  width: auto; }
  .default-page input[type="submit"]:hover,
  .default-page button[type="submit"]:hover,
  .default-page button:hover {
    color: #FFF;
    background-color: #c46321;
    text-decoration: none;
    border: none; }

.play-btn img {
  width: 75px;
  height: auto;
  align-self: center; }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.6); }

.module-title {
  font-size: 38px;
  line-height: 48px;
  color: #14123d;
  font-family: "Poppins", sans-serif;
  font-weight: 100; }
  .module-title img {
    margin-left: 10px; }

.module-title-link:hover h2, .module-title-link:focus h2 {
  text-decoration: underline;
  text-decoration-color: #726658; }

.calendar-btn {
  position: absolute;
  right: 18px;
  top: 45px;
  z-index: 1;
  color: #FFF !important; }
  @media (max-width: 1021px) {
    .calendar-btn {
      position: absolute;
      top: 86px;
      right: auto; } }

@media (max-width: 1021px) {
  .ajde_evcal_calendar {
    margin-top: 60px; } }

.page-template-template-yearly-events .calendar-btn {
  top: 146px; }
  @media (max-width: 1021px) {
    .page-template-template-yearly-events .calendar-btn {
      top: 155px; } }

@media (max-width: 1021px) {
  .page-template-template-yearly-events .ajde_evcal_calendar {
    margin-top: 90px !important; } }

.seperator {
  padding: 25px 0;
  background: #14123d; }

.btn {
  display: inline-block;
  padding: 4px 20px 3px 20px;
  border-radius: 8px;
  color: #FFF;
  background: #14123d;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  font-size: 16px; }
  @media (max-width: 480px) {
    .btn {
      padding: 4px 10px;
      font-size: 12px; } }
  @media (max-width: 400px) {
    .btn {
      font-size: 11px;
      padding: 4px; } }
  .btn.white {
    color: #FFF; }
    .btn.white:hover, .btn.white:focus {
      text-decoration: underline; }
  .btn.orange {
    color: #FFF; }
  .btn.outline {
    border: 1px solid #726658;
    border-radius: 25px;
    margin: 0 0 20px 0; }
    .btn.outline:hover, .btn.outline:focus {
      color: #FFF; }
  .btn.solid {
    border: none;
    border-radius: 25px;
    margin: 0 0 20px 0;
    background-color: #DA6E25;
    color: #FFF;
    transition: all 0.3s ease-in-out; }
    .btn.solid:hover, .btn.solid:focus {
      color: #FFF;
      background-color: #c46321; }

.cuc-far-west .footer-wrapper {
  margin-top: 0; }

.container {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (max-width: 1322px) {
    .container {
      padding-left: 18px !important;
      padding-right: 18px !important; } }

.feature-module-heading {
  margin: 0;
  color: #595e62;
  font-size: 24px;
  font-family: "Poppins", sans-serif; }

.background-wrapper {
  background: #fff; }
  .background-wrapper:first-of-type .container {
    border-top: none; }
  .background-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #14123d; }
    @media (max-width: 1200px) {
      .background-wrapper .container {
        padding-top: 50px;
        padding-bottom: 50px; } }

.dark-arrow-link {
  line-height: 1;
  color: #DA6E25; }
  .dark-arrow-link:hover, .dark-arrow-link:focus {
    color: #DA6E25; }
  .dark-arrow-link img {
    width: 6px;
    height: 10px;
    vertical-align: baseline;
    margin-left: 5px;
    padding-top: 3px; }

.gallery .gallery-item {
  width: auto !important; }
  .gallery .gallery-item:not(:last-of-type) {
    padding-right: 20px; }

html {
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden;
  /*Safari Fix*/
  line-height: auto; }

body {
  margin: 0; }

strong {
  font-family: "Poppins", sans-serif !important; }

div {
  box-sizing: border-box; }

.container:after {
  content: "";
  display: table;
  clear: both; }

a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #DA6E25;
  text-decoration: none;
  font-weight: 400;
  outline: 0; }
  a:hover, a:focus {
    color: #DA6E25;
    text-decoration: underline; }
  a:active {
    text-decoration: underline; }
  a:visited {
    text-decoration: none; }

input {
  font-size: 1em;
  padding: 15px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #eaeae5;
  outline: 0px;
  color: #828282; }

input::placeholder {
  color: #828282; }

.featured-image {
  margin-top: 7px; }
  .featured-image img {
    margin-bottom: 40px; }

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0; }

img.cta-image {
  width: 1px;
  height: 1px; }

blockquote {
  margin: 0;
  padding: 15px 30px 15px 30px;
  border-left: 3px solid #DA6E25;
  margin-bottom: 40px; }
  blockquote p {
    margin: 0;
    padding: 0;
    color: #14123d;
    font-style: italic;
    font-size: 20px;
    font-weight: 200;
    line-height: 35px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #14123d;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 30px; }

.table-overflow {
  overflow-x: auto; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 40px 0; }
  table thead tr {
    border: 1px solid #e9e9e9; }

table thead tr th {
  color: #FFF;
  background-color: #DA6E25;
  padding: 14px 20px 12px 20px;
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600; }

table thead tr th:not(:last-child) {
  border-right: 1px solid #e9e9e9; }

table tbody tr td {
  color: #14123d;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 22px; }

table tbody tr td:not(:last-child) {
  border-right: 1px solid #e9e9e9; }

table tbody tr {
  transition: all 0.2s ease-in-out; }

table tbody tr:nth-child(even) {
  background-color: #f1f0ef; }

table tbody tr:nth-child(odd) {
  background-color: #fff; }

.default-page ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 40px; }
  .default-page ul li {
    font-size: 16px;
    line-height: 23px;
    position: relative;
    margin-bottom: 5px;
    line-height: 24px;
    padding-left: 35px; }
    .default-page ul li:before {
      width: 20px;
      height: 2px;
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      background-color: #DA6E25; }
    .default-page ul li ul {
      margin-top: 5px;
      padding-left: 0; }
      .default-page ul li ul li:before {
        background-color: #5e5e5e !important; }

@media (max-width: 991px) {
  img {
    display: inline-block !important; } }

.default-page ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
  margin-bottom: 40px; }

.default-page ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 24px; }

.default-page ol li ol {
  margin-top: 5px; }

.default-page ol li::before {
  content: counter(my-awesome-counter) ". ";
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  color: #DA6E25;
  font-size: 16px;
  font-family: "Poppins", sans-serif; }

.wp-caption {
  font-size: 0;
  line-height: 1;
  max-width: 100%;
  width: 100% !important;
  position: relative; }
  .wp-caption:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    height: 80px;
    width: 1px;
    background-color: #e5e8ea;
    z-index: -1; }
  .wp-caption img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 15px 10px 15px;
    background: #fff;
    border: 1px solid #14123d;
    border-top: none;
    margin-bottom: 40px; }

.calendly-inline-widget iframe {
  height: 100% !important; }

#page-region ._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-bottom: 0 !important; }

iframe {
  width: 100%;
  height: 430px;
  margin-bottom: 40px; }
  @media (max-width: 790px) {
    iframe {
      height: 409px; } }
  @media (max-width: 670px) {
    iframe {
      height: 360px; } }
  @media (max-width: 530px) {
    iframe {
      height: 182px; } }

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 42px;
  line-height: 50px;
  color: #14123d;
  margin-top: 0;
  margin: 0 0 15px 0; }

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #14123d;
  margin: 0 0 15px 0; }

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 40px;
  color: #DA6E25;
  margin: 0 0 15px 0; }

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 34px;
  color: #DA6E25;
  margin: 0 0 15px 0; }

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 29px;
  color: #DA6E25;
  margin: 0 0 15px 0; }

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #DA6E25;
  margin: 0 0 15px 0; }

body {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  color: #14123d;
  line-height: 26px;
  font-size: 16px; }

ul#menu-main-menu-1 ul.show-menu {
  display: block; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

a.view-all {
  position: absolute;
  top: 11px;
  right: 0;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out; }
  a.view-all:hover, a.view-all:focus {
    border-bottom: 1px solid #DA6E25; }

.nav-wrapper .main-menu #menu-main-menu .current_page_item a,
.nav-wrapper .main-menu #menu-main-menu .current-menu-ancestor a,
.left-brand-menu .current-menu-ancestor a,
.left-brand-menu .current_page_item a {
  border-bottom: 2px solid #FFF !important; }

.sub-menu li a {
  border-bottom: 0px !important; }

.acf-flexible-content .layout .acf-fc-layout-handle {
  background-color: #DA6E25 !important;
  color: #fff !important; }

.breadcrumbs ul li:last-child {
  margin-left: 30px; }

.single-header p {
  margin-top: 10px;
  font-style: italic;
  color: #14123d;
  font-size: 15px; }
  .single-header p span {
    color: #DA6E25;
    font-style: normal;
    border-left: 1px solid #7e7e7e;
    margin-left: 6px;
    padding-left: 7px; }

.grecaptcha-badge {
  z-index: 9999; }

#fullwidth-testimonial-cta .testimonial-container .testimonial.no-image .content {
  width: 100%; }

#fullwidth-testimonial-cta .testimonial-container .testimonial {
  background: #da6e25;
  background: -moz-linear-gradient(180deg, rgba(218, 110, 37, 0.626488) 0%, #da6e25 100%);
  background: -webkit-linear-gradient(180deg, rgba(218, 110, 37, 0.626488) 0%, #da6e25 100%);
  background: linear-gradient(180deg, rgba(218, 110, 37, 0.626488) 0%, #da6e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da6e25",endColorstr="#da6e25",GradientType=1); }

.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 18px;
  padding-left: 18px; }
  @media (min-width: 798px) {
    .container {
      padding-right: 18px;
      padding-left: 18px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -18px;
  margin-right: -18px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 798px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1022px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

#skip-link {
  margin: 0; }

#search {
  position: absolute;
  right: 0;
  top: 11px;
  line-height: 36px;
  height: 39px; }
  #search:hover, #search:focus {
    border-bottom: 3px solid #FFF; }
  @media (max-width: 1200px) {
    #search {
      position: absolute;
      right: 33px;
      top: -42px;
      line-height: 36px;
      height: 39px; }
      #search:hover, #search:focus {
        border-bottom: none; } }
  @media (max-width: 400px) {
    #search {
      right: 0;
      top: -25px; } }

@media (min-width: 1200px) {
  .page-actions.mobile {
    display: none; } }

.page-actions.mobile .members-btn {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  padding-left: 25px;
  width: 100%; }
  .page-actions.mobile .members-btn:hover, .page-actions.mobile .members-btn:focus {
    text-decoration: none; }

.page-actions.mobile .form {
  opacity: 1;
  clip: auto;
  height: auto;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  background: #FFF;
  border-bottom: 1px solid #14123d; }
  .page-actions.mobile .form input {
    margin-top: 0;
    padding: 20px;
    padding-left: 25px; }

#skip-link a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: 0px;
  background: #F9F9F9;
  text-align: center;
  color: #DA6E25; }

#branding {
  transition: all 0.2s ease-in-out; }
  #branding img {
    transform: translate(-5px, -7px); }
    @media (max-width: 1200px) {
      #branding img {
        max-width: 140px;
        transform: translate(-5px, -12px); } }
  #branding .hidden-logo {
    opacity: 0;
    display: none; }
    #branding .hidden-logo.show {
      opacity: 1;
      display: block; }

.nav-wrapper img.mobile-search {
  display: none; }

.nav-wrapper {
  background-color: #0094D2;
  padding: 0;
  position: relative;
  z-index: 9; }
  .nav-wrapper .items {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1200px) {
      .nav-wrapper .items {
        margin-top: 12px; } }
    .nav-wrapper .items .contact-us {
      text-align: left;
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      @media (max-width: 1200px) {
        .nav-wrapper .items .contact-us .btn {
          margin-right: 68px; } }
      @media (max-width: 400px) {
        .nav-wrapper .items .contact-us .btn {
          margin-right: 30px; } }
      .nav-wrapper .items .contact-us .by-phone {
        color: #FFF;
        font-size: 16px;
        background-image: url('../372-theme/img/icon/call-us.svg');
        background-size: 32px 32px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 40px;
        margin-right: 20px;
        font-weight: 300; }
        @media (max-width: 1200px) {
          .nav-wrapper .items .contact-us .by-phone {
            display: none; } }
        .nav-wrapper .items .contact-us .by-phone span {
          display: block;
          font-family: "Poppins", sans-serif;
          margin-bottom: -7px;
          font-weight: 600; }
    .nav-wrapper .items .main-menu {
      border-top: 1px solid #FFF;
      margin-top: 10px;
      padding-left: 10px;
      padding-top: 0px;
      padding-bottom: 15px;
      position: relative; }
      @media (max-width: 1200px) {
        .nav-wrapper .items .main-menu {
          border: none; } }
  .nav-wrapper:not(.above-header) {
    min-height: 42px; }
  .nav-wrapper a:focus > img {
    outline: 1px solid #FFF; }
  .nav-wrapper img {
    float: left; }
  .nav-wrapper ul {
    margin-top: 0;
    margin-right: 50px; }
    .nav-wrapper ul a, .nav-wrapper ul li {
      color: #FFF;
      text-decoration: none;
      font-family: "Poppins", sans-serif;
      font-weight: 300; }
  .nav-wrapper .main-menu {
    display: block !important;
    margin-left: 100px; }
    .nav-wrapper .main-menu .header-socials {
      position: absolute;
      right: 18px;
      top: 0px; }
      @media (max-width: 1200px) {
        .nav-wrapper .main-menu .header-socials {
          right: 0;
          top: -15px; } }
      .nav-wrapper .main-menu .header-socials ul {
        padding: 0;
        margin: 0; }
        .nav-wrapper .main-menu .header-socials ul li {
          list-style: none;
          display: inline-block;
          margin-right: 0; }
          .nav-wrapper .main-menu .header-socials ul li a {
            display: block;
            height: 29px;
            padding: 10px 2px 10px 2px; }
    .nav-wrapper .main-menu .subsite-main-logo {
      display: none; }
    .nav-wrapper .main-menu a.custom {
      display: none;
      position: absolute;
      left: 175px;
      top: -31px;
      background-image: url(js/dist/cca79a4cb2afcd40eaf8.svg);
      background-size: 21px 15px;
      background-repeat: no-repeat;
      background-position: center left;
      height: 42px;
      width: 42px;
      text-align: left; }
      @media (max-width: 1200px) {
        .nav-wrapper .main-menu a.custom {
          display: block;
          float: right;
          position: static;
          margin-top: -64px;
          margin-right: 0;
          display: block; } }
      @media (max-width: 1091px) {
        .nav-wrapper .main-menu a.custom {
          display: block;
          float: right;
          position: static;
          margin-top: -51px;
          margin-right: 0;
          display: block; } }
      @media (max-width: 1021px) {
        .nav-wrapper .main-menu a.custom {
          display: block;
          float: right;
          position: static;
          margin-top: -64px;
          margin-right: 0;
          display: block; } }
      @media (max-width: 400px) {
        .nav-wrapper .main-menu a.custom {
          margin-top: -75px;
          height: 20px; } }
      .nav-wrapper .main-menu a.custom.open {
        background-image: url(js/dist/8ac8bb23e45462d67fac.svg);
        background-size: 21px 15px;
        background-repeat: no-repeat;
        height: 42px;
        width: 42px; }
        @media (max-width: 1200px) {
          .nav-wrapper .main-menu a.custom.open {
            left: 26px !important;
            top: -26px !important; } }
    .nav-wrapper .main-menu ul {
      float: left;
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .nav-wrapper .main-menu ul li {
        display: inline-block;
        position: relative;
        padding: 0;
        margin-bottom: 0; }
        @media (min-width: 1200px) {
          .nav-wrapper .main-menu ul li:hover a {
            border-bottom: 2px solid #FFF; }
          .nav-wrapper .main-menu ul li:hover .sub-menu {
            display: block; }
          .nav-wrapper .main-menu ul li:hover .sub-menu li a {
            border: none; } }
        .nav-wrapper .main-menu ul li:not(:last-child) {
          margin-right: 30px; }
        .nav-wrapper .main-menu ul li a {
          font-size: 15px;
          line-height: 50px;
          display: inline-block;
          outline: 0;
          border-bottom: 2px solid transparent; }
          .nav-wrapper .main-menu ul li a:focus {
            border-bottom: 2px solid #FFF; }
        .nav-wrapper .main-menu ul li .sub-menu {
          float: none;
          position: absolute;
          top: 46px;
          left: 0;
          margin: 0;
          width: 214px;
          padding-left: 0;
          background-color: #FFF;
          -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
          z-index: 1;
          display: none; }
          .nav-wrapper .main-menu ul li .sub-menu li {
            margin: 5px;
            width: calc(100% - 10px);
            transition: all 0.2s ease-in-out; }
            .nav-wrapper .main-menu ul li .sub-menu li.menu-item-has-children a {
              background-image: url(js/dist/600e3238cc6f72a8d720.svg);
              background-repeat: no-repeat;
              background-position: center right 10px;
              background-size: 6px 10px; }
            .nav-wrapper .main-menu ul li .sub-menu li.menu-item-has-children .sub-menu a {
              background-image: none; }
            .nav-wrapper .main-menu ul li .sub-menu li.current-menu-item > a, .nav-wrapper .main-menu ul li .sub-menu li.current-menu-ancestor > a {
              background-color: #F4D7C3; }
            .nav-wrapper .main-menu ul li .sub-menu li:hover > a {
              background-color: #F4D7C3; }
            .nav-wrapper .main-menu ul li .sub-menu li:hover ul {
              display: block !important; }
            .nav-wrapper .main-menu ul li .sub-menu li:last-child {
              border: none; }
            .nav-wrapper .main-menu ul li .sub-menu li a {
              color: #14123d;
              font-weight: 400;
              font-size: 15px;
              line-height: 1em;
              padding: 15px !important;
              display: block;
              margin: 0 !important;
              transition: all 0.2s ease-in-out;
              border-radius: 5px; }
              .nav-wrapper .main-menu ul li .sub-menu li a:focus {
                border-bottom: 0;
                background-color: #F4D7C3; }
  .nav-wrapper.above-header, .nav-wrapper.subsite-header {
    background-color: #DA6E25;
    padding: 15px 0 0 0; }
    .nav-wrapper.above-header .page-actions, .nav-wrapper.subsite-header .page-actions {
      margin-top: 20px; }
      @media (max-width: 1200px) {
        .nav-wrapper.above-header .page-actions, .nav-wrapper.subsite-header .page-actions {
          margin-top: 0; } }
      .nav-wrapper.above-header .page-actions .mobile-search, .nav-wrapper.subsite-header .page-actions .mobile-search {
        float: right;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #FFF;
        border-radius: 5px;
        margin-top: 20px;
        display: block; }
        @media (min-width: 1201px) {
          .nav-wrapper.above-header .page-actions .mobile-search, .nav-wrapper.subsite-header .page-actions .mobile-search {
            display: none; } }
    .nav-wrapper.above-header .members-btn, .nav-wrapper.subsite-header .members-btn {
      float: right;
      padding: 10px;
      padding-top: 13px;
      padding-bottom: 9px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      color: #FFF;
      border-radius: 5px;
      margin-top: 0;
      line-height: 1;
      display: flex;
      align-items: center;
      font-weight: 100;
      font-size: 1em; }
      @media (max-width: 1200px) {
        .nav-wrapper.above-header .members-btn, .nav-wrapper.subsite-header .members-btn {
          padding: 10px;
          margin-top: 20px;
          margin-tight: 20px;
          text-indent: -9999999px;
          margin-right: 10px !important; }
          .nav-wrapper.above-header .members-btn img, .nav-wrapper.subsite-header .members-btn img {
            margin-left: 0 !important; } }
      .nav-wrapper.above-header .members-btn img, .nav-wrapper.subsite-header .members-btn img {
        float: right;
        vertical-align: middle;
        margin-left: 8px; }
  .nav-wrapper .header-search {
    float: right;
    list-style: none;
    margin-top: 11px;
    margin-bottom: 0; }
    .nav-wrapper .header-search:hover, .nav-wrapper .header-search:focus {
      border-bottom: 3px solid #FFF; }
    .nav-wrapper .header-search a {
      padding-top: 19px;
      padding-bottom: 26px;
      outline: 0px; }
      .nav-wrapper .header-search a:hover, .nav-wrapper .header-search a:focus {
        border-bottom: 2px solid #FFF; }
    .nav-wrapper .header-search li {
      display: inline-block;
      cursor: pointer;
      padding: 0;
      margin-bottom: 0; }
      .nav-wrapper .header-search li:not(:last-child) {
        margin-right: 20px; }
      .nav-wrapper .header-search li a {
        margin-top: 30px;
        padding-top: 19px;
        padding-bottom: 24px;
        border-bottom: 2px solid #FFF;
        margin-bottom: 0; }
        .nav-wrapper .header-search li a:focus {
          outline: 1px solid #FFF; }
    .nav-wrapper .header-search img {
      margin-right: 10px;
      width: 19px;
      height: 20px; }
  .nav-wrapper .form-wrapper {
    display: none;
    z-index: 99;
    position: absolute;
    right: 15px;
    top: calc(100%);
    border: 1px solid #EDE8E5; }
    @media (max-width: 765px) {
      .nav-wrapper .form-wrapper {
        right: 0;
        left: 0;
        width: 100%; } }
    .nav-wrapper .form-wrapper .form-search {
      display: inline-block;
      float: left;
      width: calc(100% - 40px);
      overflow: hidden; }
      .nav-wrapper .form-wrapper .form-search img {
        display: none; }
        @media (min-width: 1200px) {
          .nav-wrapper .form-wrapper .form-search img {
            display: block;
            float: right;
            padding-top: 12px;
            padding-right: 10px; } }
      .nav-wrapper .form-wrapper .form-search input {
        padding: 10px;
        background: #FFF;
        color: #415968;
        border: none;
        font-size: 14px;
        font-weight: 100;
        width: 100%; }
        .nav-wrapper .form-wrapper .form-search input::placeholder {
          color: #415968;
          font-weight: 100;
          opacity: 1; }
    .nav-wrapper .form-wrapper .form-actions {
      display: inline-block;
      float: right; }
      .nav-wrapper .form-wrapper .form-actions input {
        background-color: #FFF;
        color: #DA6E25;
        border: none;
        padding: 0;
        font-size: 16px;
        cursor: pointer;
        width: 40px;
        height: 41px;
        font-weight: 600; }

.sub-menu.show-menu {
  display: block !important; }

.form-wrapper.show-form {
  display: block;
  background: #FFF; }

.nav-wrapper img.mobile-search {
  display: none; }

.form {
  display: none; }

#nav {
  z-index: 100 !important; }

.sub-menu.show-menu {
  display: block !important; }

#close-icon {
  margin-left: -18px;
  margin-top: 4px; }

.nav-wrapper .main-menu #menu-main-menu li .sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  display: none; }

@media screen and (max-width: 1200px) {
  #burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer; }
  .header-search {
    display: none; }
  .main-menu ul {
    display: none; }
  .nav-wrapper {
    padding: 15px; }
  .nav-wrapper .header-search {
    display: none !important; }
  .nav-wrapper {
    position: relative; }
    .nav-wrapper.top-menu {
      z-index: 99999999; }
  .nav-wrapper img.mobile-search {
    display: block;
    float: none;
    position: absolute;
    right: 73px;
    top: 25px;
    cursor: pointer;
    z-index: 99; }
  .form {
    display: none;
    width: 100%;
    background-color: #F2F2F0;
    height: 0px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px; }
  .form.mobile-form {
    opacity: 1;
    height: 70px;
    display: block;
    position: static;
    clip: auto;
    clip: auto;
    overflow: visible;
    transition: all 0.2s ease-in-out; }
  .form-mobile {
    width: 80%;
    float: left; }
  .form-mobile input {
    width: 100%;
    background: transparent;
    outline: 0;
    border: 0;
    margin-top: 11px;
    color: #DA6E25;
    padding-left: 25px; }
  .form-mobile input::placeholder {
    color: #DA6E25; }
  .actions-mobile {
    float: right;
    transition: all 0.2s ease-in-out; }
  .actions-mobile input {
    background: transparent;
    border: 0px;
    outline: 0;
    padding-right: 25px;
    margin-top: 11px;
    color: #DA6E25;
    font-weight: 700;
    cursor: pointer; }
  .IE #branding,
  .safari #branding {
    position: absolute;
    top: -37px !important; }
  .IE .nav-wrapper img.mobile-search,
  .safari .nav-wrapper img.mobile-search {
    top: 22px !important; } }

@media screen and (max-width: 992px) {
  .nav-wrapper {
    z-index: 9 !important;
    position: relative; } }

@media screen and (max-width: 768px) {
  .nav-wrapper img.mobile-search {
    right: 66px; }
  .form-mobile input {
    padding-left: 20px; }
  .actions-mobile input {
    padding-right: 20px; } }

.footer-wrapper {
  background-color: #DA6E25;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 30px; }
  @media (max-width: 1350px) {
    .footer-wrapper:before {
      content: "";
      opacity: 0 !important;
      transition: all 0.3s ease-in-out !important;
      visibility: hidden !important; } }
  .footer-wrapper .desktop {
    display: none; }
    @media (min-width: 1021px) {
      .footer-wrapper .desktop {
        display: block; } }
  .footer-wrapper .mobile {
    display: none; }
    @media (max-width: 1021px) {
      .footer-wrapper .mobile {
        display: block; } }
    .footer-wrapper .mobile .socials ul {
      text-align: left; }
  .footer-wrapper .back-to-top {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: -22px;
    cursor: pointer; }
    @media (max-width: 1021px) {
      .footer-wrapper .back-to-top {
        right: 18px; } }
  .footer-wrapper .footer-logo {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 60px;
    height: auto; }
    @media (min-width: 1023px) {
      .footer-wrapper .footer-logo {
        display: none; } }
  @media (max-width: 1021px) {
    .footer-wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 1021px) {
    .footer-wrapper #menu-footer-menu-col-one {
      margin: 0; } }
  .footer-wrapper .logo-lock img {
    display: inline-block; }
  .footer-wrapper .socials ul {
    text-align: right; }
    .footer-wrapper .socials ul li {
      display: inline-block; }
      .footer-wrapper .socials ul li:not(:last-of-type) a {
        padding-right: 2px; }
      .footer-wrapper .socials ul li a img {
        width: 30px;
        height: auto; }
  .footer-wrapper .footer-menu ul {
    text-align: right;
    margin-top: 10px; }
    .footer-wrapper .footer-menu ul li {
      display: inline-block; }
      .footer-wrapper .footer-menu ul li:last-of-type a {
        padding-right: 0; }
      .footer-wrapper .footer-menu ul li a {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        padding: 0 10px;
        color: #E2E6EE; }
  .footer-wrapper .accordian-header {
    cursor: pointer; }
    .footer-wrapper .accordian-header span {
      display: none; }
    @media (max-width: 1021px) {
      .footer-wrapper .accordian-header h2 {
        display: none; }
      .footer-wrapper .accordian-header span {
        display: block;
        font-family: "Poppins", sans-serif;
        margin-bottom: 5px;
        font-size: 16px;
        color: #FFF;
        margin: 0 -15px;
        padding: 20px 15px 15px 15px;
        border-top: 1px solid #F4D7C3;
        line-height: 1;
        background-image: url('../372-theme/img/icon/yellow-arrow-down.svg');
        background-size: 11px 10px;
        background-repeat: no-repeat;
        background-position: center right 15px; }
        .footer-wrapper .accordian-header span.open {
          background-image: url('../372-theme/img/icon/yellow-arrow-up.svg'); } }
  .footer-wrapper ul {
    padding: 0;
    margin: 0; }
    @media (max-width: 1021px) {
      .footer-wrapper ul {
        margin-bottom: 15px; } }
    .footer-wrapper ul li {
      list-style: none;
      display: block;
      line-height: initial; }
      .footer-wrapper ul li a {
        display: block;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 0 5px 0; }
  .footer-wrapper h2 {
    color: #FFD600;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 17px; }
  .footer-wrapper .social {
    position: relative; }
    @media (max-width: 1021px) {
      .footer-wrapper .social {
        margin-top: 5px; } }
    .footer-wrapper .social h2 {
      color: #FFF;
      margin-bottom: 10px; }
      .footer-wrapper .social h2 span {
        min-width: 28px;
        display: inline-block; }
      .footer-wrapper .social h2 img {
        margin-right: 0; }
      .footer-wrapper .social h2:nth-child(n+2) {
        margin-top: 30px; }
    .footer-wrapper .social ul {
      padding-left: 30px; }
      .footer-wrapper .social ul a {
        padding: 0; }
    .footer-wrapper .social .single-items {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 1021px) {
        .footer-wrapper .social .single-items {
          margin-top: 5px;
          position: static;
          margin-top: 25px; } }
      .footer-wrapper .social .single-items ul {
        padding: 0;
        margin: 0;
        margin-top: -5px; }
        .footer-wrapper .social .single-items ul a {
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          padding: 5px 0 5px 0; }
          .footer-wrapper .social .single-items ul a span {
            display: inline-block;
            min-width: 30px; }
            .footer-wrapper .social .single-items ul a span img {
              margin-right: 10px; }

.footer-bottom {
  background-color: #14123d;
  padding: 15px 0px 15px 0; }
  .footer-bottom .container {
    padding: 0; }
  .footer-bottom .copyright {
    display: flex; }
    @media (max-width: 991px) {
      .footer-bottom .copyright {
        float: none;
        justify-content: center; } }
    @media (max-width: 655px) {
      .footer-bottom .copyright {
        display: block;
        text-align: center; } }
    .footer-bottom .copyright img {
      margin-top: 6px; }
      @media (max-width: 991px) {
        .footer-bottom .copyright img {
          display: none; } }
    .footer-bottom .copyright p {
      margin: 0;
      color: #E2E6EE;
      font-size: 14px;
      display: block; }
      @media (max-width: 991px) {
        .footer-bottom .copyright p {
          display: block;
          text-align: center; } }
    .footer-bottom .copyright ul {
      padding: 0;
      margin: 0;
      margin-top: 1px;
      margin-left: 20px; }
      .footer-bottom .copyright ul li {
        display: inline-block;
        list-style: none; }
        .footer-bottom .copyright ul li:not(:last-child) a {
          border-right: 1px solid #595E62; }
        .footer-bottom .copyright ul li a {
          color: #595E62;
          font-size: 13px;
          line-height: 20px;
          padding-right: 8px;
          padding-left: 6px; }
  .footer-bottom .footer-logo {
    float: right;
    position: absolute;
    top: 0;
    right: 18px; }
    @media (max-width: 991px) {
      .footer-bottom .footer-logo {
        float: none;
        position: static;
        margin: 0 auto; } }
    .footer-bottom .footer-logo ul {
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .footer-bottom .footer-logo ul {
          text-align: center;
          margin-top: 15px; } }
      .footer-bottom .footer-logo ul li {
        display: inline-block;
        font-size: .8em;
        color: #E2E6EE; }
        .footer-bottom .footer-logo ul li a {
          color: #FFF; }
          .footer-bottom .footer-logo ul li a:hover, .footer-bottom .footer-logo ul li a:focus {
            text-decoration: underline; }
          .footer-bottom .footer-logo ul li a img {
            vertical-align: middle; }
        .footer-bottom .footer-logo ul li:first-of-type {
          color: #E2E6EE;
          margin-right: 5px;
          font-weight: 500; }

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #DA6E25;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #DA6E25; }

.error404 h1 {
  margin: 0 !important; }

.error404 .inner-404 {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px; }
  .error404 .inner-404 img {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 100%;
    height: auto; }
  .error404 .inner-404 ul {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin-top: 30px; }
    .error404 .inner-404 ul li {
      list-style: none; }

.archive .default-page .sidebar-wrapper, .single .default-page .sidebar-wrapper {
  margin-top: 0 !important; }

#generic_content_sidebar img, #generic_content_sidebar form, #generic_content_sidebar iframe, #generic_content_sidebar blockquote, #generic_content_sidebar .wp-caption-text {
  display: none !important; }

#generic_content_sidebar .sidebar-wrapper {
  margin-top: 0; }

#generic_content_sidebar p:last-of-type {
  margin-bottom: 0; }

@media (max-width: 1021px) {
  #generic_content_sidebar .sidebar-wrapper {
    margin-top: 40px; } }

.default-page {
  margin-top: 30px; }
  @media (max-width: 1021px) {
    .default-page {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      margin-top: 50px; }
      .default-page .col-md-8 {
        padding-right: 18px !important; } }
  .default-page img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .default-page .sidebar-wrapper {
    margin-top: 53px;
    padding-right: 50px; }
    .default-page .sidebar-wrapper .sidebar-header {
      line-height: 1;
      font-size: 0;
      margin-bottom: 10px; }
      .default-page .sidebar-wrapper .sidebar-header h2 {
        margin: 0;
        color: #14123d;
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        font-size: 40px;
        line-height: 48px; }
      .default-page .sidebar-wrapper .sidebar-header:nth-of-type(n+2) {
        margin-top: 50px; }
    .default-page .sidebar-wrapper .sidebar-items {
      margin-top: 15px; }
      .default-page .sidebar-wrapper .sidebar-items li {
        padding-left: 0;
        border-bottom: 1px solid #14123d;
        margin: 0;
        background-image: url(js/dist/c0c2d0cc7641dcf11e1d.svg);
        background-size: 6px 10px;
        background-repeat: no-repeat;
        background-position: right 15px center; }
        .default-page .sidebar-wrapper .sidebar-items li:first-child {
          border-top: 1px solid #14123d; }
        .default-page .sidebar-wrapper .sidebar-items li:before {
          content: "";
          display: none; }
        .default-page .sidebar-wrapper .sidebar-items li:hover a, .default-page .sidebar-wrapper .sidebar-items li:focus a {
          background-color: rgba(114, 102, 88, 0.1);
          text-decoration: none; }
        .default-page .sidebar-wrapper .sidebar-items li a {
          color: #14123d;
          font-size: 17px;
          line-height: 22px;
          padding: 15px 50px 8px 0;
          display: block;
          transition: all 0.2s ease-in-out; }
      .default-page .sidebar-wrapper .sidebar-items .contact-info {
        padding: 0 25px;
        margin-top: 10px;
        margin-bottom: 20px; }
        .default-page .sidebar-wrapper .sidebar-items .contact-info p {
          margin: 0; }
        .default-page .sidebar-wrapper .sidebar-items .contact-info:last-of-type {
          margin-bottom: 0; }
  .default-page + .page-cta {
    margin-top: 50px;
    background: #F3F3F3;
    padding: 80px 0 80px 0; }
    .default-page + .page-cta .tiles {
      background: #FFF; }
  .default-page .latest-news {
    margin-bottom: 50px; }
    .default-page .latest-news h2 {
      font-size: 24px; }
  .default-page .topic-filter,
  .default-page .date-filter {
    background-image: none !important; }
    .default-page .topic-filter a,
    .default-page .date-filter a {
      background-image: url('../372-theme/img/icon/filter-closed.svg');
      background-size: 16px 10px;
      background-repeat: no-repeat;
      background-position: right 30px center;
      color: #14123d;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
    .default-page .topic-filter a.open,
    .default-page .date-filter a.open {
      background-image: url('../372-theme/img/icon/filter-opened.svg'); }
    .default-page .topic-filter ul,
    .default-page .date-filter ul {
      margin: 0;
      margin-top: 15px !important;
      padding: 0;
      display: none;
      margin-left: 30px;
      padding-bottom: 30px; }
      .default-page .topic-filter ul label,
      .default-page .date-filter ul label {
        font-size: 15px;
        font-weight: 100;
        margin-top: 15px !important; }
      .default-page .topic-filter ul input[type="checkbox"],
      .default-page .date-filter ul input[type="checkbox"] {
        width: 12px;
        display: inline-block;
        margin-right: 4px; }
      .default-page .topic-filter ul input[type="submit"],
      .default-page .date-filter ul input[type="submit"] {
        margin-bottom: 0; }
  .default-page .date-filter li:nth-child(2),
  .default-page .date-filter li:nth-child(3) {
    display: inline-block;
    width: 50%; }
    .default-page .date-filter li:nth-child(2) input,
    .default-page .date-filter li:nth-child(3) input {
      width: 66%;
      height: 20px; }
  .default-page .searchandfilter ul {
    margin: 0;
    padding: 0;
    display: block; }
    .default-page .searchandfilter ul li {
      display: block;
      padding: 0;
      border: none !important;
      margin: 0;
      background-image: none !important; }
  .default-page .searchandfilter input[type="submit"],
  .default-page .searchandfilter input[type="submit"] {
    font-size: 15px;
    font-weight: 100;
    padding: 12px 30px 12px 30px;
    line-height: 1;
    border-radius: 8px;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    z-index: 0;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #DA6E25;
    color: #FFF; }
    .default-page .searchandfilter input[type="submit"]:hover, .default-page .searchandfilter input[type="submit"]:focus,
    .default-page .searchandfilter input[type="submit"]:hover,
    .default-page .searchandfilter input[type="submit"]:focus {
      background-color: #e18b51; }
  .default-page .searchandfilter input[name="ofsearch"] {
    display: none; }
  .default-page .searchandfilter h4 {
    display: none; }
  .default-page .searchandfilter .date-filter ul li {
    display: inline-block;
    width: 44%; }
  .default-page .searchandfilter .date-filter ul li input {
    width: 80% !important;
    display: inline-block; }
  .default-page .searchandfilter .date-filter .searchandfilter ul li:first-child {
    display: none !important; }

#search-results h2 {
  color: #DA6E25;
  font-weight: 300;
  font-size: 24px; }

#search-results a:hover, #search-results a:focus {
  text-decoration: none; }
  #search-results a:hover .listing-item, #search-results a:focus .listing-item {
    background-color: #f7f7f7; }

#search-results .listing-item {
  border-bottom: 1px solid #14123d;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 765px) {
    #search-results .listing-item {
      align-items: flex-start; } }
  #search-results .listing-item:hover {
    background-color: rgba(23, 15, 62, 0.13); }
  #search-results .listing-item .image {
    width: 272px;
    display: inline-block;
    padding-right: 30px; }
    #search-results .listing-item .image img {
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    @media (max-width: 765px) {
      #search-results .listing-item .image {
        width: 170px;
        padding-right: 20px; } }
  #search-results .listing-item .result-content {
    width: 380px;
    display: inline-block; }
    #search-results .listing-item .result-content.no-image {
      padding: 10px 0 5px 0;
      width: 100%; }
    #search-results .listing-item .result-content h3 {
      font-size: 18px;
      line-height: 23px;
      color: #14123d;
      font-family: "Poppins", sans-serif; }
      #search-results .listing-item .result-content h3 span {
        display: block;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 100;
        line-height: 1;
        color: #14123d;
        margin-top: 5px; }
    #search-results .listing-item .result-content p {
      color: #14123d;
      font-size: 14px;
      line-height: 25px;
      margin: 0;
      margin-top: -5px; }
    #search-results .listing-item .result-content .read-more {
      font-family: "Poppins", sans-serif;
      color: #DA6E25;
      margin-top: 5px; }
      #search-results .listing-item .result-content .read-more img {
        width: 16px;
        height: 9px;
        margin-left: 10px; }

#website-pagination {
  text-align: left;
  margin: 30px 0 0 0; }
  #website-pagination .center-wrap {
    display: flex;
    align-items: center; }
  #website-pagination span,
  #website-pagination a {
    text-align: left !important;
    display: inline-block;
    font-size: 20px;
    min-width: 35px;
    line-height: 28px;
    text-decoration: none;
    color: #14123d;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-in-out; }
    #website-pagination span:hover, #website-pagination span:focus,
    #website-pagination a:hover,
    #website-pagination a:focus {
      color: #DA6E25; }
    #website-pagination span.current,
    #website-pagination a.current {
      color: #DA6E25; }
    #website-pagination span.prev, #website-pagination span.next,
    #website-pagination a.prev,
    #website-pagination a.next {
      text-indent: -999999px;
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-position: top 8px center; }
    #website-pagination span.prev,
    #website-pagination a.prev {
      background-image: url(js/dist/7e4305754593ad72ccc8.svg);
      background-size: 40px;
      background-position: center center;
      border: none;
      padding: 5px 5px;
      min-width: 40px;
      height: 40px;
      margin-right: 30px;
      margin-top: -10px; }
    #website-pagination span.next,
    #website-pagination a.next {
      background-image: url(js/dist/2bdd4425afd7da2e3fd0.svg);
      background-size: 40px;
      background-position: center center;
      border: none;
      padding: 5px 5px;
      min-width: 40px;
      height: 40px;
      margin-top: -10px; }
  #website-pagination span.prev,
  #website-pagination span.next {
    opacity: 0.5; }

.blog-listing .listing-item {
  height: 170px;
  overflow: hidden; }
  .blog-listing .listing-item:last-of-child {
    margin-bottom: 100px; }
  @media (max-width: 735px) {
    .blog-listing .listing-item {
      height: auto; } }
  .blog-listing .listing-item .thumbnail {
    height: 170px; }

.cuc-far-west .page-title.solid-fill {
  display: none; }

.sub-site-title {
  text-align: center;
  color: #DA6E25;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 55px;
  width: 100%;
  max-width: 1200px;
  border-bottom: 1px solid #14123d;
  margin: 50px auto 0 auto;
  padding-bottom: 30px; }

.sub-site .header-socials {
  display: none; }

@media (max-width: 765px) {
  .sub-site .top-menu .burger-menu .burger-menu-container {
    width: calc(100% + 45px) !important;
    max-width: calc(100% + 45px) !important; } }

@media (max-width: 1200px) {
  .sub-site .burger-menu .burger-menu-container {
    left: auto !important; } }

@media (max-width: 765px) {
  .sub-site .burger-menu .burger-menu-container {
    width: 100% !important;
    max-width: 100% !important; } }

@media (max-width: 1200px) {
  .sub-site .page-actions a {
    margin-top: 0 !important; }
  .sub-site .page-actions .mobile-search {
    margin-right: 50px; } }

.sub-site .nav-wrapper.subsite-header {
  padding: 0; }
  .sub-site .nav-wrapper.subsite-header .burger-menu {
    display: block !important; }
    @media (min-width: 1201px) {
      .sub-site .nav-wrapper.subsite-header .burger-menu {
        display: none !important; } }
  .sub-site .nav-wrapper.subsite-header .col-md-12 {
    display: flex;
    float: none;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    min-height: 75px; }
  .sub-site .nav-wrapper.subsite-header .page-actions {
    margin-top: 0;
    width: 500px;
    margin-top: 5px; }
  .sub-site .nav-wrapper.subsite-header .left-brand-menu {
    width: 80%;
    display: flex;
    align-items: center; }
    .sub-site .nav-wrapper.subsite-header .left-brand-menu .main-menu {
      margin-left: 30px; }
    .sub-site .nav-wrapper.subsite-header .left-brand-menu nav {
      position: relative; }
      @media (max-width: 1200px) {
        .sub-site .nav-wrapper.subsite-header .left-brand-menu nav {
          display: none; } }
    .sub-site .nav-wrapper.subsite-header .left-brand-menu ul {
      padding: 0;
      margin-left: 40px; }
      .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li a {
        line-height: 43px;
        transform: translateY(15px); }
      .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li ul {
        margin-left: 0; }
        .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li ul a {
          line-height: 15px;
          transform: none; }
        .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li ul li:hover .sub-menu, .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li ul li:focus .sub-menu {
          display: block !important; }
        .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li ul li .sub-menu {
          margin-left: 0;
          left: 101%;
          top: 0;
          display: none !important; }
          .sub-site .nav-wrapper.subsite-header .left-brand-menu ul li ul li .sub-menu li a {
            line-height: 20px;
            transform: none; }

.sub-site .subsite-main-logo {
  display: block !important;
  position: absolute;
  left: 18px;
  top: 11px; }
  @media (max-width: 1200px) {
    .sub-site .subsite-main-logo {
      left: 0px;
      top: -8px; } }

.sub-site a.custom {
  left: 150px !important; }
  .sub-site a.custom.members-btn, .sub-site a.custom.members-btn.open {
    position: absolute !important;
    float: right !important;
    margin-right: 35px !important;
    width: 38px !important;
    height: 36px !important;
    padding: 0 !important;
    margin-top: -5px !important;
    background-position: center !important;
    top: 0px !important;
    right: -18px !important; }

.sub-site .subsite-header .burger-menu-container {
  left: auto !important;
  right: -3px !important; }
  .sub-site .subsite-header .burger-menu-container ul:nth-child(1) {
    margin-top: 50px !important; }

.sub-site .burger-menu-container {
  left: 0 !important; }

.sub-site .sub-site-home {
  position: absolute;
  left: 0;
  top: 25px; }

.burger-menu {
  display: block !important;
  margin-left: 100px; }
  .burger-menu .burger-menu-container {
    z-index: 999999 !important; }
  .burger-menu a.custom {
    display: none;
    position: absolute;
    left: 44px;
    top: -31px;
    background-image: url('../372-theme/img/icon/burger-menu.svg');
    background-size: 21px 15px;
    background-repeat: no-repeat;
    height: 42px;
    width: 42px;
    text-align: left; }
    @media (max-width: 1200px) {
      .burger-menu a.custom {
        display: block;
        float: right;
        position: static;
        margin-top: -64px;
        margin-right: 0;
        display: block; } }
    @media (max-width: 1091px) {
      .burger-menu a.custom {
        display: block;
        float: right;
        position: static;
        margin-top: -51px;
        margin-right: 0;
        display: block; } }
    @media (max-width: 1021px) {
      .burger-menu a.custom {
        display: block;
        float: right;
        position: static;
        margin-top: -64px;
        margin-right: 0;
        display: block; } }
    @media (max-width: 400px) {
      .burger-menu a.custom {
        margin-top: -75px;
        height: 20px; } }
    .burger-menu a.custom.open {
      background-image: url('../372-theme/img/icon/close.svg');
      background-size: 21px 15px;
      background-repeat: no-repeat;
      height: 42px;
      width: 42px; }
      @media (max-width: 1200px) {
        .burger-menu a.custom.open {
          left: 26px !important;
          top: -26px !important; } }

.subsite-footer {
  background: #F3F3F3;
  padding-top: 10px; }
  .subsite-footer .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
  .subsite-footer a img {
    max-width: 230px;
    height: auto; }
  @media (max-width: 1200px) {
    .subsite-footer nav {
      display: none; } }
  .subsite-footer nav ul {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .subsite-footer nav ul li {
      list-style: none;
      display: inline-block; }
      .subsite-footer nav ul li a {
        color: #595E62;
        padding: 30px 10px;
        font-size: 13px; }
      .subsite-footer nav ul li:last-of-type a {
        padding-right: 0; }
      .subsite-footer nav ul li:first-of-type a {
        padding-left: 0; }

#two-col-cta .col-sm-7 {
  padding-right: 100px; }
  @media (max-width: 991px) {
    #two-col-cta .col-sm-7 {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 1200px) {
    #two-col-cta .col-sm-7 {
      padding-right: 30px; } }

#two-col-cta h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  color: #14123d;
  font-family: "Poppins", sans-serif;
  font-weight: 100; }
  #two-col-cta h2 span {
    display: block;
    color: #DA6E25;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    line-height: 1.5; }

#two-col-cta p:not(:last-of-type) {
  margin-bottom: 15px; }

#two-col-cta a {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
  color: #14123d;
  font-family: "Poppins", sans-serif;
  font-weight: 100; }
  #two-col-cta a img {
    width: 25px;
    height: auto;
    vertical-align: middle; }
    @media (max-width: 991px) {
      #two-col-cta a img {
        margin-top: 0; } }

#two-col-cta img {
  width: 100%;
  height: auto; }
  @media (max-width: 991px) {
    #two-col-cta img {
      display: none;
      margin-top: 30px; } }

.links-list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 20px 0 20px 0; }
  .links-list li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #14123d;
    position: relative; }
  .links-list a {
    font-size: 15px !important;
    color: #14123d;
    font-weight: 100;
    font-family: "Poppins", sans-serif !important;
    margin: 0 !important;
    display: block;
    padding: 9px 40px 5px 0px;
    display: block;
    background-image: url(js/dist/0c4c585097045c8dddbd.svg);
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: 0.3s ease-in-out; }
    @media (max-width: 865px) {
      .links-list a {
        font-size: 16px !important; } }
    .links-list a:hover, .links-list a:focus {
      color: #DA6E25;
      text-decoration: none; }

.comments-area {
  border-top: 1px solid rgba(114, 116, 128, 0.35);
  margin-top: 60px;
  padding-top: 20px; }
  .comments-area .success-message {
    padding: 10px;
    background: rgba(218, 110, 37, 0.1);
    border-left: 3px solid #da6e25;
    margin: 50px 0;
    display: block; }
    .comments-area .success-message p {
      margin: 0; }
  .comments-area .comment-form .comment-reply-title {
    color: #14123d;
    font-weight: 100;
    font-size: 20px; }
  .comments-area .comment-form .logged-in-as {
    display: none; }
  .comments-area .comment-form textarea {
    width: calc(100% - 32px) !important;
    min-height: 150px; }
  .comments-area .comment-form input[type="text"] {
    width: calc(100% - 32px) !important; }
  .comments-area .comment-form input[type="submit"] {
    margin: 0 !important;
    padding-top: 14px; }
  .comments-area .comment-form .comment-form-author {
    width: calc(50% - 18px);
    display: inline-block;
    padding-right: 30px; }
  .comments-area .comment-form .comment-form-email {
    display: inline-block;
    width: calc(50% - 18px); }
  .comments-area .comments-number {
    margin-top: 50px;
    color: #DA6E25;
    font-weight: 100;
    border-bottom: 1px solid rgba(114, 116, 128, 0.35);
    margin-bottom: 30px;
    font-size: 20px; }
    .comments-area .comments-number span {
      border-bottom: 3px solid #DA6E25;
      padding-bottom: 5px; }
  .comments-area .commentlist {
    margin-bottom: 50px; }
    .comments-area .commentlist ul {
      margin-bottom: 0; }
    .comments-area .commentlist li {
      padding-left: 0;
      position: relative;
      margin-bottom: 0; }
      .comments-area .commentlist li .comment-respond {
        padding-left: 36px; }
        .comments-area .commentlist li .comment-respond .comment-reply-title {
          color: #14123d;
          font-weight: 100;
          font-size: 18px;
          margin: -10px 0 -2px 0; }
          .comments-area .commentlist li .comment-respond .comment-reply-title small {
            text-align: right; }
            .comments-area .commentlist li .comment-respond .comment-reply-title small a {
              pointer-events: all;
              font-size: 14px; }
      .comments-area .commentlist li::before {
        display: none;
        content: ""; }
      .comments-area .commentlist li img {
        display: none; }
        @media (max-width: 991px) {
          .comments-area .commentlist li img {
            display: none !important; } }
      .comments-area .commentlist li .says, .comments-area .commentlist li .comment-edit-link {
        display: none; }
      .comments-area .commentlist li a {
        pointer-events: none; }
      .comments-area .commentlist li a.comment-reply-link {
        pointer-events: all; }
      .comments-area .commentlist li ul {
        padding-left: 36px; }
        .comments-area .commentlist li ul li ul {
          padding-left: 36px; }
      .comments-area .commentlist li .fn {
        font-size: 14px;
        font-weight: 500;
        font-style: normal; }
      .comments-area .commentlist li .comment-author {
        display: inline-block; }
      .comments-area .commentlist li .comment-meta {
        display: inline-block;
        padding-left: 3px; }
        .comments-area .commentlist li .comment-meta a {
          font-size: 14px;
          color: #7E7E7E; }
      .comments-area .commentlist li .comment-body {
        margin-bottom: 20px; }
        .comments-area .commentlist li .comment-body p {
          color: #7E7E7E;
          font-size: 14px;
          padding-top: 0px;
          padding-left: 34px;
          margin-bottom: 0; }
      .comments-area .commentlist li .reply a {
        font-size: 14px;
        padding-left: 34px; }
      .comments-area .commentlist li.comment.byuser > .comment-body > .comment-author {
        position: relative;
        padding-left: 33px; }
        .comments-area .commentlist li.comment.byuser > .comment-body > .comment-author:before {
          content: "";
          display: block;
          position: absolute;
          background-image: url(js/dist/e3989ba88e436c6cd923.svg);
          width: 35px;
          height: 35px;
          background-size: 35px;
          background-repeat: no-repeat;
          left: 0;
          top: -5px;
          bottom: 0; }
      .comments-area .commentlist li.comment:not(.byuser) .comment-author {
        position: relative;
        padding-left: 33px; }
        .comments-area .commentlist li.comment:not(.byuser) .comment-author:before {
          content: "";
          display: block;
          position: absolute;
          background-image: url(js/dist/9e5354d2f1a2f41b610d.svg);
          width: 25px;
          height: 25px;
          background-size: 25px;
          background-repeat: no-repeat;
          left: 0;
          top: 0px;
          bottom: 0; }

.row.custom {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .row.custom {
      display: block; } }
  @media (max-width: 1200px) {
    .row.custom .col-sm-3 {
      width: 100% !important;
      max-width: 50% !important; } }
  @media (max-width: 991px) {
    .row.custom .col-sm-3 {
      width: 100% !important;
      max-width: 100% !important; } }
  @media (max-width: 1200px) {
    .row.custom .col-sm-3:nth-child(2) .contact-container:before {
      display: none; } }
  .row.custom .col-sm-3:last-child .contact-container:before {
    display: none;
    content: ""; }
  .row.custom .col-sm-3:nth-child(1) {
    width: 100%;
    max-width: 415px; }
  .row.custom .col-sm-3:nth-child(2n) {
    width: 100%;
    max-width: 280px; }
  .row.custom .contact-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative; }
    @media (max-width: 991px) {
      .row.custom .contact-container {
        border-bottom: 1px solid #14123d; }
        .row.custom .contact-container:before {
          display: none !important; } }
    @media (max-width: 1200px) {
      .row.custom .contact-container {
        height: 80px; }
        .row.custom .contact-container:before {
          top: 10px !important; } }
    .row.custom .contact-container:before {
      content: "";
      position: absolute;
      right: 0;
      top: -10px;
      bottom: 0;
      height: 60px;
      width: 1px;
      background-color: #14123d; }
    .row.custom .contact-container .btn {
      background-color: #DA6E25;
      display: inline-block;
      padding: 5px 30px 3px 30px;
      color: #FFF;
      font-family: "Poppins", sans-serif;
      font-weight: 100;
      border-radius: 20px;
      margin-right: 15px;
      text-align: center;
      margin-right: 30px; }
    .row.custom .contact-container h2 {
      font-size: 15px;
      line-height: 20px;
      font-family: "Poppins", sans-serif;
      font-weight: 100;
      display: inline-block;
      margin: 0;
      padding-left: 35px; }
      .row.custom .contact-container h2 a {
        color: #DA6E25; }
      .row.custom .contact-container h2.address {
        background: url(js/dist/3d6bf1139fe97eda1789.svg);
        background-size: 22px 30px;
        background-repeat: no-repeat;
        padding-left: 30px; }
      .row.custom .contact-container h2.email {
        background: url(js/dist/f06f64d441f086e5593d.svg);
        background-size: 27px 21px;
        background-repeat: no-repeat;
        padding-left: 37px; }
      .row.custom .contact-container h2.telephone {
        background: url(js/dist/ae366da4358aeafd8a87.svg);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        padding-left: 40px; }
      .row.custom .contact-container h2.contact {
        background: url(js/dist/b2f3451fce8d05126bcf.svg);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        padding-left: 30px; }
      .row.custom .contact-container h2 span {
        display: block;
        text-transform: uppercase; }

.map-cta .col-md-4, .map-cta .col-md-8 {
  padding: 0; }

.map-cta .text-wrapper {
  background-color: #14123d;
  padding: 100px 50px;
  height: 600px;
  position: relative; }
  .map-cta .text-wrapper h2 {
    color: #FFF;
    font-size: 38px;
    line-height: 50px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    position: relative; }
    @media (max-width: 767px) {
      .map-cta .text-wrapper h2 {
        font-size: 30px; } }
  .map-cta .text-wrapper .sep {
    width: 150px;
    height: 1px;
    background: #968D84;
    margin-bottom: 20px; }
  .map-cta .text-wrapper p {
    color: #FFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    position: relative; }
  .map-cta .text-wrapper a {
    position: relative;
    color: #FFF; }
    .map-cta .text-wrapper a img {
      vertical-align: middle;
      margin-left: 5px; }

.map-cta .map-container {
  height: 600px; }

.homepage .default-page .mapboxgl-popup-close-button {
  background-color: #FFF;
  margin: 0 !important; }

.homepage .default-page .mapboxgl-canvas {
  min-height: 400px !important; }

.homepage .default-page .wp-mapbox-gl-js-map {
  height: 400px !important;
  margin-bottom: 15px; }

.homepage .wp-mapbox-gl-js-map {
  height: 600px;
  height: 600px !important; }
  .homepage .wp-mapbox-gl-js-map .mapboxgl-popup-content {
    width: 345px;
    padding: 15px 60px 8px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(81, 81, 81, 0.3);
    -moz-box-shadow: 0px 0px 19px 0px rgba(81, 81, 81, 0.3);
    box-shadow: 0px 0px 19px 0px rgba(81, 81, 81, 0.3); }
    .homepage .wp-mapbox-gl-js-map .mapboxgl-popup-content div {
      display: flex;
      align-items: center; }
    .homepage .wp-mapbox-gl-js-map .mapboxgl-popup-content p {
      float: left;
      margin: 0;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 100; }
      .homepage .wp-mapbox-gl-js-map .mapboxgl-popup-content p img {
        margin-right: 20px;
        border-radius: 0px;
        width: auto !important; }
      .homepage .wp-mapbox-gl-js-map .mapboxgl-popup-content p em {
        font-style: normal;
        font-size: 14px; }

.homepage .mapboxgl-canvas {
  min-height: 600px !important; }

.homepage .mapboxgl-ctrl-top-right button {
  color: #14123d;
  font-size: 1em;
  font-weight: 400;
  display: block;
  padding: 0;
  border-radius: 0px;
  border: none;
  margin-top: 0 !important;
  transition: none;
  background-color: #FFF;
  cursor: pointer;
  margin-bottom: 0;
  max-width: auto;
  width: 30px; }

.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-top-left {
  display: none !important; }

@media (max-width: 991px) {
  .col-md-3:not(:last-of-type) .cta-tile {
    margin-bottom: 30px; } }

.cta-tile {
  text-align: center;
  cursor: pointer;
  display: block;
  height: 200px; }
  .cta-tile.hide {
    display: none; }
  .cta-tile:hover h2, .cta-tile:focus h2 {
    text-decoration: underline;
    text-decoration-color: #14123d; }
  .cta-tile:hover p, .cta-tile:focus p {
    text-decoration: underline;
    text-decoration-color: #14123d; }
  .cta-tile img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .cta-tile h2 {
    font-size: 21px;
    line-height: 27px;
    color: #14123d;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400; }
  .cta-tile p {
    font-size: 16px;
    line-height: 26px;
    color: #14123d;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0; }
    .cta-tile p img {
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin: 0; }

.background-wrapper.eagle {
  background-image: url(js/dist/7e919c3be724b19847cc.svg);
  background-size: 640px 340px;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(23, 15, 62, 0.13); }
  .background-wrapper.eagle .container {
    border: none; }
  .background-wrapper.eagle + .background-wrapper .container {
    border: none; }

.cta-container {
  display: flex;
  align-items: center; }
  .cta-container .single-testimonial .cta-content {
    padding: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center; }
    .cta-container .single-testimonial .cta-content blockquote {
      font-size: 42px;
      line-height: 60px;
      font-weight: 100;
      margin-top: 10px;
      margin-bottom: 20px;
      color: #14123d;
      border: none;
      padding: 0; }
      @media (max-width: 991px) {
        .cta-container .single-testimonial .cta-content blockquote {
          font-size: 30px;
          line-height: 38px; } }
    .cta-container .single-testimonial .cta-content p {
      text-transform: uppercase;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 19px;
      display: inline-block;
      line-height: 25px;
      color: #14123d;
      padding: 0;
      margin: 0;
      position: relative; }

.social-w-cta .tiles {
  margin-bottom: 0 !important; }

.social-w-cta .twitter-img {
  margin-top: 55px; }
  @media (max-width: 1021px) {
    .social-w-cta .twitter-img {
      margin-bottom: 50px;
      margin-top: 0; } }

.social-w-cta h2 {
  color: #595E62;
  margin-bottom: 15px; }

@media (max-width: 1022px) {
  .social-w-cta > .col-md-4 {
    width: 100% !important; } }

.social-w-cta img {
  max-width: 100%; }

.social-w-cta .dynamic-post {
  text-decoration: none; }
  .social-w-cta .dynamic-post:hover h3, .social-w-cta .dynamic-post:focus h3 {
    color: #DA6E25; }

.social-w-cta .cta-hover-item {
  text-decoration: none; }
  .social-w-cta .cta-hover-item:hover .cta-item p.read-more, .social-w-cta .cta-hover-item:focus .cta-item p.read-more {
    text-decoration: underline;
    text-decoration-color: #DA6E25 !important; }
  .social-w-cta .cta-hover-item .cta-item p {
    color: #14123d; }
  .social-w-cta .cta-hover-item .cta-item p.read-more {
    line-height: 1;
    color: #DA6E25;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-top: 10px; }
    .social-w-cta .cta-hover-item .cta-item p.read-more img {
      width: 6px;
      height: 10px;
      vertical-align: baseline;
      margin-left: 5px;
      padding-top: 3px; }

.social-w-cta .post-date {
  font-size: 14px;
  font-style: italic;
  color: #7E7E7E; }

.social-w-cta .cta-item {
  border-top: 1px solid #14123d;
  padding: 20px 0 16px 0; }
  .social-w-cta .cta-item:last-child {
    border-bottom: 1px solid #14123d; }
  .social-w-cta .cta-item h3 {
    margin: 0;
    color: #14123d;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 5px; }
  .social-w-cta .cta-item p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px; }
  .social-w-cta .cta-item a {
    line-height: 1;
    color: #DA6E25;
    font-family: "Poppins", sans-serif;
    font-weight: 100; }
    .social-w-cta .cta-item a:hover, .social-w-cta .cta-item a:focus {
      text-decoration-color: #DA6E25 !important; }
    .social-w-cta .cta-item a img {
      width: 6px;
      height: 10px;
      vertical-align: baseline;
      margin-left: 5px;
      padding-top: 3px; }

.social-w-cta .dark-link {
  color: #DA6E25;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px; }
  .social-w-cta .dark-link:hover, .social-w-cta .dark-link:focus {
    text-decoration: underline; }
  .social-w-cta .dark-link img {
    width: 6px;
    height: 10px;
    vertical-align: baseline;
    margin-left: 5px;
    padding-top: 3px; }

#events-block .col-md-7 {
  padding-right: 0; }
  @media (max-width: 1021px) {
    #events-block .col-md-7 {
      padding-right: 15px; } }

#events-block .col-md-5 {
  padding: 0; }

#events-block .events-wrapper {
  background: #FFF;
  min-height: 495px; }

#events-block .events-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 35px 50px 25px 50px;
  border-bottom: 1px solid #14123d; }
  @media (max-width: 991px) {
    #events-block .events-header {
      padding: 30px; } }
  #events-block .events-header h2 {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #14123d; }
  #events-block .events-header a {
    font-family: "Poppins", sans-serif;
    font-size: 16px; }

#events-block .events a:hover, #events-block .events a:focus {
  text-decoration: none; }
  #events-block .events a:hover .event-item, #events-block .events a:focus .event-item {
    background: rgba(188, 188, 188, 0.15); }

#events-block .events a:last-of-type .event-item {
  border: none; }

#events-block .event-item {
  border-bottom: 1px solid #14123d;
  padding: 41px 50px 31px 50px;
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 991px) {
    #events-block .event-item {
      padding: 30px; } }
  #events-block .event-item .event-date {
    margin-right: 30px;
    text-align: right; }
    #events-block .event-item .event-date span {
      display: block; }
      #events-block .event-item .event-date span:nth-child(1) {
        font-size: 30px;
        color: #DA6E25;
        font-family: "Poppins", sans-serif; }
      #events-block .event-item .event-date span:nth-child(2) {
        font-size: 16px;
        color: #DA6E25;
        font-family: "Poppins", sans-serif; }
  #events-block .event-item .event-details h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #0094D2;
    font-family: "Poppins", sans-serif; }
  #events-block .event-item .event-details p {
    margin: 0;
    font-size: 16px;
    color: #DA6E25;
    font-family: "Poppins", sans-serif; }

#events-block .event-image {
  background-size: cover;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 1021px) {
    #events-block .event-image {
      display: none; } }

#partnership_tiles a:hover .partner p, #partnership_tiles a:focus .partner p {
  text-decoration-color: #727488; }

#partnership_tiles h2 {
  color: #14123d;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0; }

#partnership_tiles .partner {
  position: relative;
  height: 125px;
  margin: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border: 1px solid #14123d;
  background: #FFF; }
  @media (max-width: 1021px) {
    #partnership_tiles .partner {
      max-width: 470px;
      width: 100%;
      margin: 0 auto;
      margin-top: 25px; } }
  #partnership_tiles .partner:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0094D2; }

#partnership_tiles .logo {
  width: 45%;
  height: 80px;
  margin-left: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left; }

#partnership_tiles p {
  align-self: flex-start;
  margin: 15px 15px 0 0;
  color: #727488; }
  #partnership_tiles p img {
    margin-left: 5px; }

.featherlight {
  visibility: visible;
  display: block; }
  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    display: none; }
  .featherlight iframe {
    max-width: 100%;
    width: 900px;
    height: 500px;
    max-height: 100%; }
    @media (max-width: 556px) {
      .featherlight iframe {
        height: 350px; } }
  .featherlight.featherlight-loading {
    visibility: hidden;
    display: none; }
  .featherlight .featherlight-content {
    overflow: visible;
    background: transparent; }
  .featherlight .featherlight-close-icon {
    transform: translate(-14px, -45px);
    background: transparent; }
    .featherlight .featherlight-close-icon img {
      margin: 0;
      width: 40px;
      height: auto; }

a.video {
  position: static !important; }

.login {
  background-color: rgba(94, 94, 94, 0.1); }
  .login #login h1 a {
    background-image: url(js/dist/474a33921a2164821d28.svg);
    background-size: 140px;
    width: 230px; }
  .login #login .button-primary {
    background: #DA6E25;
    border-color: #DA6E25;
    box-shadow: 0 1px 0 #DA6E25;
    color: #fff;
    text-decoration: none;
    line-height: 33px;
    text-shadow: 0 -1px 1px #DA6E25, 1px 0 1px #DA6E25, 0 1px 1px #DA6E25, -1px 0 1px #DA6E25; }
  .login #login p#nav a {
    font-size: 1em;
    color: #DA6E25; }
    .login #login p#nav a:hover, .login #login p#nav a:focus {
      text-decoration: underline;
      color: #DA6E25; }
  .login #login p#backtoblog a {
    font-size: 1em;
    color: #DA6E25; }
    .login #login p#backtoblog a:hover, .login #login p#backtoblog a:focus {
      text-decoration: underline;
      color: #DA6E25; }

.accordian-wrap h2:first-of-type {
  color: #DA6E25;
  margin-bottom: 10px; }

.accordian-item {
  margin-bottom: 1px; }
  .accordian-item:last-of-type {
    margin-bottom: 40px; }
  .accordian-item .accordian-header {
    height: 100%;
    background-color: #F1F0EF;
    cursor: pointer; }
    .accordian-item .accordian-header span {
      display: block;
      color: #14123d;
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      line-height: 26px;
      padding: 15px 60px 10px 20px;
      position: relative; }
      .accordian-item .accordian-header span:after {
        content: "";
        width: 75px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url("../372-theme/img/icon/plus-icon.svg");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center; }
      .accordian-item .accordian-header span.open:after {
        content: "";
        background-image: url("../372-theme/img/icon/minus-icon.svg"); }
  .accordian-item .accordian-body {
    padding: 30px; }

#theme-page .accordian-body {
  display: block;
  width: 900px;
  margin: 0px auto; }

#theme-page .accordian-item {
  margin-bottom: 0; }

#theme-page .accordian-wrap h2:first-child {
  margin: 0;
  color: #595E62;
  font-size: 24px;
  font-family: "Poppins",sans-serif;
  margin-bottom: 15px; }

.burger-menu .burger-menu-container {
  position: absolute;
  top: 46px;
  left: auto;
  right: 0;
  z-index: 99;
  width: 500px;
  max-width: 100%;
  z-index: 99;
  height: 0; }
  @media (max-width: 765px) {
    .burger-menu .burger-menu-container {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 1200px) {
    .burger-menu .burger-menu-container {
      top: 90px; } }
  @media (max-width: 1091px) {
    .burger-menu .burger-menu-container {
      top: 77px; } }
  .burger-menu .burger-menu-container.show-menu {
    min-height: 400px; }
    .burger-menu .burger-menu-container.show-menu + .nav-wrapper {
      display: none !important; }
  .burger-menu .burger-menu-container ul {
    display: none;
    background: #FFF;
    padding: 0;
    list-style: none;
    width: 100% !important; }
    .burger-menu .burger-menu-container ul.show-below {
      display: block; }
    .burger-menu .burger-menu-container ul li {
      position: relative;
      border-top: 1px solid #14123d;
      display: block !important;
      margin-right: 0px !important; }
      .burger-menu .burger-menu-container ul li a {
        position: relative; }
      .burger-menu .burger-menu-container ul li .sub-button {
        width: 40px;
        min-height: auto;
        background: url('../372-theme/img/icon/arrow-down.svg');
        background-position: center;
        background-size: 13px 17px;
        background-repeat: no-repeat;
        padding: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 65px; }
        .burger-menu .burger-menu-container ul li .sub-button.open {
          background: url('../372-theme/img/icon/arrow-up.svg');
          width: 40px;
          background-position: center;
          background-size: 13px 17px;
          background-repeat: no-repeat;
          padding: 0;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          width: 65px; }
      .burger-menu .burger-menu-container ul li ul {
        background-color: #F8F8F8; }
        .burger-menu .burger-menu-container ul li ul li {
          margin: 0 !important; }
          .burger-menu .burger-menu-container ul li ul li ul li a {
            padding: 15px 19px 10px 80px; }
        .burger-menu .burger-menu-container ul li ul a {
          padding: 15px 19px 10px 55px; }
      .burger-menu .burger-menu-container ul li a {
        color: #595E62;
        font-family: "Poppins", sans-serif;
        display: block;
        padding: 20px 20px 14px 45px;
        display: flex !important;
        justify-content: space-between;
        line-height: 21px !important; }
        @media (max-width: 1200px) {
          .burger-menu .burger-menu-container ul li a {
            padding: 20px 20px 14px 30px; } }

.flexslider {
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  @media (max-width: 991px) {
    .flexslider {
      height: auto !important;
      min-height: 300px; } }
  .flexslider .flex-direction-nav {
    display: none; }
  @media (min-width: 2000px) {
    .flexslider:before {
      content: "";
      display: none; } }
  .flexslider .slide-actions {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    margin: 0;
    padding: 0; }
    .flexslider .slide-actions li {
      list-style: none; }
      .flexslider .slide-actions li img {
        cursor: pointer;
        width: 40px;
        height: 40px; }

.slider-background {
  width: 480px;
  height: 470px;
  position: absolute;
  background: #FFF;
  opacity: .7;
  top: 92px;
  right: 0; }
  @media (max-width: 991px) {
    .slider-background {
      top: 0;
      left: 0;
      width: 100%;
      background: transparent; } }
  @media (max-width: 1322px) {
    .slider-background {
      right: 18px; } }

.slider {
  position: relative; }
  .slider .slider-text-container .container {
    position: relative; }
  .slider .slide-overlay {
    background: #DA6E25;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3; }
  .slider .flexslider {
    margin: -4px;
    background: transparent;
    max-width: 2000px;
    margin: 0 auto;
    border: none;
    height: 705px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    height: 558px; }
    @media (min-width: 768px) {
      .slider .flexslider {
        height: auto; } }
    @media (min-width: 992px) {
      .slider .flexslider {
        height: 550px; } }
    .slider .flexslider .slide-background {
      background-size: cover;
      width: 100%;
      height: 550px;
      position: absolute;
      right: 0; }
    .slider .flexslider .flex-viewport {
      z-index: 99; }
      .slider .flexslider .flex-viewport:before {
        content: "";
        background: #DA6E25;
        height: 730px;
        max-width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        z-index: -3; }
      .slider .flexslider .flex-viewport:after {
        content: "";
        width: 40px;
        position: absolute;
        left: 48%;
        top: 0;
        z-index: -1;
        border-right: solid 166px transparent;
        border-bottom: solid 61px #DA6E25;
        border-top: solid 730px #DA6E25; }
    .slider .flexslider .slides {
      z-index: -1;
      overflow: hidden;
      height: 550px; }
      @media (max-width: 991px) {
        .slider .flexslider .slides {
          height: auto;
          min-height: 300px;
          margin-top: -1px; } }
      @media (max-width: 1200px) {
        .slider .flexslider .slides {
          width: 100%; } }
      .slider .flexslider .slides li {
        height: 550px !important; }
        @media (max-width: 991px) {
          .slider .flexslider .slides li {
            height: 350px !important; } }
      .slider .flexslider .slides .slider-text-container {
        position: relative;
        align-items: center;
        display: flex;
        height: 100%;
        text-align: center;
        width: 100%; }
        .slider .flexslider .slides .slider-text-container.show-overlay {
          background: black;
          background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.559261) 0%, rgba(0, 0, 0, 0.102679) 78%);
          background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.559261) 0%, rgba(0, 0, 0, 0.102679) 78%);
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.559261) 0%, rgba(0, 0, 0, 0.102679) 78%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
        @media (min-width: 798px) {
          .slider .flexslider .slides .slider-text-container {
            background-color: transparent;
            padding: 0;
            text-align: left; } }
        .slider .flexslider .slides .slider-text-container .banner-info {
          position: relative;
          width: calc(100% - 95px);
          max-width: 100%;
          height: auto;
          padding: 25px;
          margin: 15px;
          float: none;
          text-align: left;
          margin-bottom: 15px;
          margin-left: 75px; }
          @media (min-width: 768px) {
            .slider .flexslider .slides .slider-text-container .banner-info {
              position: relative;
              width: 300px;
              height: auto;
              padding: 25px;
              margin: 15px;
              float: none;
              text-align: left;
              margin-bottom: 15px;
              margin-left: 100px; } }
          @media (min-width: 992px) {
            .slider .flexslider .slides .slider-text-container .banner-info {
              padding: 0;
              margin: 0;
              width: 400px;
              height: 100%;
              float: left;
              margin-left: 18px;
              background: transparent; } }
          @media (min-width: 1200px) {
            .slider .flexslider .slides .slider-text-container .banner-info {
              padding: 0;
              margin: 0;
              width: 400px;
              height: 100%;
              float: left;
              margin-left: 18px;
              background: transparent; } }
          .slider .flexslider .slides .slider-text-container .banner-info p {
            color: #FFF;
            font-family: "Poppins", sans-serif;
            margin: 0;
            margin-bottom: 0;
            font-size: 45px;
            line-height: 55px;
            font-weight: 400; }
            @media (max-width: 991px) {
              .slider .flexslider .slides .slider-text-container .banner-info p {
                font-size: 30px;
                line-height: 40px; } }
          .slider .flexslider .slides .slider-text-container .banner-info h2, .slider .flexslider .slides .slider-text-container .banner-info span {
            color: #FFF;
            font-family: "Poppins", sans-serif;
            margin: 0;
            margin-bottom: 0;
            font-size: 45px;
            line-height: 55px;
            font-weight: 400; }
            @media (max-width: 991px) {
              .slider .flexslider .slides .slider-text-container .banner-info h2, .slider .flexslider .slides .slider-text-container .banner-info span {
                font-size: 30px;
                line-height: 40px; } }
          .slider .flexslider .slides .slider-text-container .banner-info .button-container {
            position: absolute;
            bottom: 60px; }
            .slider .flexslider .slides .slider-text-container .banner-info .button-container a {
              color: #FFF;
              font-size: 15px;
              background-color: #0094D2;
              display: inline-block;
              padding: 0 30px;
              border-radius: 25px;
              font-weight: 100;
              line-height: 48px;
              height: 45px;
              vertical-align: baseline; }
            @media (max-width: 991px) {
              .slider .flexslider .slides .slider-text-container .banner-info .button-container {
                position: static; } }
          .slider .flexslider .slides .slider-text-container .banner-info .banner-cta {
            position: absolute; }
            @media (max-width: 991px) {
              .slider .flexslider .slides .slider-text-container .banner-info .banner-cta {
                margin-top: 60px; } }
        .slider .flexslider .slides .slider-text-container a.flex-caption {
          background-color: light(#DA6E25, 5%);
          color: #fff;
          display: inline-block;
          font-size: 14px;
          font-weight: 300;
          line-height: 20px;
          text-decoration: none; }
          @media (min-width: 798px) {
            .slider .flexslider .slides .slider-text-container a.flex-caption {
              background-color: #de7d3b;
              border-radius: 0;
              color: #fff;
              font-size: 16px; }
              .slider .flexslider .slides .slider-text-container a.flex-caption:hover {
                background: #fff;
                color: #de7d3b; } }
      .slider .flexslider .slides li {
        background-position: 50%;
        background-size: cover;
        height: 705px; }
        @media (min-width: 1022px) {
          .slider .flexslider .slides li {
            height: 705px; } }
    .slider .flexslider .custom-navigation {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      position: absolute;
      width: 100vw;
      height: 100%; }
      .slider .flexslider .custom-navigation a.flex-prev, .slider .flexslider .custom-navigation a.flex-next {
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 9; }
        @media (max-width: 768px) {
          .slider .flexslider .custom-navigation a.flex-prev, .slider .flexslider .custom-navigation a.flex-next {
            display: none; } }
      .slider .flexslider .custom-navigation a.flex-prev {
        top: calc(50% - 25px);
        transform: translateY(-50%); }
      .slider .flexslider .custom-navigation a.flex-next {
        top: calc(50% + 25px);
        transform: translateY(-50%); }
      .slider .flexslider .custom-navigation .custom-controls-container {
        margin: 0 auto;
        position: relative;
        z-index: 9999; }
        .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav {
          bottom: auto;
          text-align: left;
          top: 40px;
          left: 52px;
          z-index: 1;
          display: none; }
          @media (min-width: 768px) {
            .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav {
              bottom: auto;
              text-align: left;
              top: 40px;
              left: 52px;
              z-index: 1; } }
          @media (min-width: 992px) {
            .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav {
              top: 120px;
              left: auto;
              right: 17px;
              width: 432px; } }
          @media (min-width: 1200px) {
            .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav {
              top: 120px;
              left: auto;
              right: 0;
              width: 432px; } }
          .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav li {
            margin: 0 3px;
            margin-right: 10px; }
            .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav li a {
              width: 16px;
              height: 16px;
              border-radius: 100%;
              background-color: #0094D2;
              box-shadow: none; }
            .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav li a.flex-active {
              background-color: #FFD600 !important;
              opacity: 1; }
        @media (min-width: 798px) {
          .slider .flexslider .custom-navigation .custom-controls-container .flex-control-nav {
            text-align: left; } }
        @media (min-width: 1200px) {
          .slider .flexslider .custom-navigation .custom-controls-container {
            max-width: 1200px; } }

.cta-container .cta-content {
  position: relative;
  min-height: 115px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 60px 30px 60px; }
  @media (max-width: 1200px) {
    .cta-container .cta-content {
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 635px) {
    .cta-container .cta-content {
      padding: 30px 20px; } }
  .cta-container .cta-content h2 {
    z-index: 1;
    color: #FFF !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    margin: 0; }
    .cta-container .cta-content h2 span {
      font-family: "Poppins", sans-serif; }
    @media (max-width: 1200px) {
      .cta-container .cta-content h2 {
        text-align: center; } }
  .cta-container .cta-content a {
    z-index: 1;
    display: inline-block;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
    line-height: 1;
    font-size: 15px;
    font-weight: 100;
    padding: 22px 30px 18px 30px;
    transition: all 0.3s ease-in-out; }
    .cta-container .cta-content a:hover, .cta-container .cta-content a:focus {
      text-decoration: underline; }
    @media (max-width: 1200px) {
      .cta-container .cta-content a {
        margin-top: 30px; } }
  .cta-container .cta-content.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 48, 210, 0.2); }

.small-cta .background-wrapper {
  background: #ccedf8 !important;
  background: linear-gradient(180deg, #ccedf8 0%, white 100%) !important; }
  .small-cta .background-wrapper .container {
    padding: 50px 0px; }
    @media (max-width: 1120px) {
      .small-cta .background-wrapper .container .col-xs-3:nth-child(2n+1) {
        margin-bottom: 0 !important; } }
    @media (max-width: 656px) {
      .small-cta .background-wrapper .container .col-xs-3:nth-child(1n) {
        margin-bottom: 0 !important; } }
    .small-cta .background-wrapper .container .heading-space {
      display: flex;
      justify-content: space-between; }
      .small-cta .background-wrapper .container .heading-space a {
        color: #DA6E25;
        font-family: "Poppins", sans-serif; }
        .small-cta .background-wrapper .container .heading-space a:hover, .small-cta .background-wrapper .container .heading-space a:focus {
          color: #DA6E25;
          text-decoration: underline;
          text-decoration-color: #DA6E25; }
        .small-cta .background-wrapper .container .heading-space a img {
          margin-left: 5px; }
    .small-cta .background-wrapper .container .tiles.gallery {
      height: 147px !important; }
      .small-cta .background-wrapper .container .tiles.gallery #tile-image {
        height: 100px !important; }
      .small-cta .background-wrapper .container .tiles.gallery h3 {
        background-image: none !important; }

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/*
*   Updated by Adriaan - Three72 Digital 25/08/16
*/
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  right: 0;
  /*if its from the right, Default is the left*/
  z-index: 9999;
  background: #fff;
  font-size: 0.9em;
  font-weight: 600;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy > ul {
    padding: 0;
    margin: 0;
    border-top: 2px solid #efefef; }
  .pushy li {
    list-style: none;
    margin: 0;
    /* current menu items - Adriaan */ }
    .pushy li a {
      display: block;
      color: #828282;
      padding: 15px 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-decoration: none; }
      .pushy li a:hover {
        background: #fafafa;
        color: #FFF; }
    .pushy li > ul {
      margin: 0;
      padding: 0; }
    .pushy li.current-menu-item a, .pushy li.current-menu-item a:hover {
      color: #DA6E25; }
    .pushy li.current-menu-item ul li a, .pushy li.current-menu-item ul li a:hover {
      color: #828282;
      /* change to correct hover color */ }

/* Menu Movement */
.pushy-right {
  -webkit-transform: translate3d(280px, 0, 0);
  -moz-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  -o-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0); }

.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container-push,
.push-push {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0); }

/* Menu Transitions */
.pushy,
#container,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 280px;
  bottom: 0;
  left: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .pushy {
    font-size: 1.0em; } }

.latest-news-wrapper {
  position: relative;
  margin-top: 100px; }
  @media (max-width: 1200px) {
    .latest-news-wrapper {
      margin-top: 70px; } }
  .latest-news-wrapper a {
    text-decoration: none; }
    .latest-news-wrapper a:focus .news-item .news-image .overlay {
      background: #DA6E25;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      top: 0;
      transition: all 0.2s ease-in-out; }
    .latest-news-wrapper a:focus .news-item .news-content {
      background-color: #FFF; }
    .latest-news-wrapper a .news-item {
      height: 150px;
      cursor: pointer; }
      .latest-news-wrapper a .news-item:hover .news-content, .latest-news-wrapper a .news-item:focus .news-content {
        background-color: #FFF; }
      .latest-news-wrapper a .news-item:not(first-child) .news-content {
        border-top: 1px solid #FFF; }
      .latest-news-wrapper a .news-item .posted-date ul {
        list-style: none;
        float: left;
        padding-right: 30px;
        padding-top: 15px;
        height: 95px; }
        .latest-news-wrapper a .news-item .posted-date ul li {
          color: #14123d; }
          .latest-news-wrapper a .news-item .posted-date ul li:first-child {
            font-family: "Exo", sans-serif;
            font-weight: 600;
            font-size: 26px;
            margin-bottom: -5px; }
          .latest-news-wrapper a .news-item .posted-date ul li:last-child {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400; }
      .latest-news-wrapper a .news-item .news-image {
        position: relative;
        float: right;
        width: 150px;
        height: 150px;
        overflow: hidden;
        margin-left: 20px; }
        .latest-news-wrapper a .news-item .news-image .overlay {
          background: #DA6E25;
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;
          top: 0;
          transition: all 0.2s ease-in-out; }
        .latest-news-wrapper a .news-item .news-image img {
          width: auto;
          height: 100%; }
      .latest-news-wrapper a .news-item .sticky .news-content {
        background-color: #FFF; }
      .latest-news-wrapper a .news-item .news-content {
        background-color: #f7f7f7;
        transition: all 0.2s ease-in-out;
        width: calc(100% - 150px);
        padding: 30px 20px;
        height: 150px; }
        .latest-news-wrapper a .news-item .news-content.pedal-power {
          border-right: 2px solid #DA6E25; }
        .latest-news-wrapper a .news-item .news-content.fitzs {
          border-right: 2px solid #ff9100; }
        .latest-news-wrapper a .news-item .news-content.fitability {
          border-right: 2px solid purple; }
        .latest-news-wrapper a .news-item .news-content.bcbr {
          border-right: 2px solid #ED0CC8; }
        @media (max-width: 635px) {
          .latest-news-wrapper a .news-item .news-content {
            width: 100%; } }
        .latest-news-wrapper a .news-item .news-content:hover, .latest-news-wrapper a .news-item .news-content:focus {
          background-color: #FFF !important; }
        .latest-news-wrapper a .news-item .news-content h3 {
          color: #DA6E25;
          font-size: 18px;
          margin: 0;
          font-weight: 600;
          padding-bottom: 2px; }
        .latest-news-wrapper a .news-item .news-content p {
          margin-left: 60px;
          font-size: 16px;
          line-height: 1.3;
          margin-top: 0;
          margin: 0;
          color: #14123d;
          font-weight: 400; }

@media (max-width: 635px) {
  .latest-news-wrapper a:nth-of-type(3),
  .latest-news-wrapper a:nth-of-type(4) {
    display: none; }
  .news-image {
    display: none; }
  .news-content {
    border-right: 2px solid #DA6E25; }
  .posted-date ul {
    padding-left: 0; } }

.news-content.no-image {
  width: 100% !important; }

.featured-events {
  padding-bottom: 40px; }
  .featured-events.news-adjustments .tile-wrapper a .tile .tile-content {
    height: 300px; }
    .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details {
      padding-left: 0; }
      .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details h3 {
        color: #14123d;
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 10px; }
      .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details span.post-date {
        font-size: 14px;
        font-weight: 100;
        line-height: 1;
        color: #14123d;
        font-style: italic; }
      .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 100;
        line-height: 22px;
        color: #14123d; }
      .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details p.read-more {
        display: inline-block;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #14123d;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 20px;
        z-index: 0;
        padding-top: 20px;
        font-size: 16px; }
        .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details p.read-more:hover, .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details p.read-more:focus {
          text-decoration: underline; }
        .featured-events.news-adjustments .tile-wrapper a .tile .tile-content .details p.read-more img {
          width: 30px;
          height: 23px;
          vertical-align: bottom;
          margin-left: 5px;
          padding-top: 3px;
          display: inline-block; }
  .featured-events .col-md-12 {
    padding-left: 18px;
    padding-right: 18px; }
  .featured-events .event-excerpt {
    margin-bottom: 50px;
    width: 800px;
    max-width: 100%; }
    .featured-events .event-excerpt p {
      margin: 0; }
  .featured-events .feature-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px; }
    .featured-events .feature-title h2 {
      margin: 0;
      color: #14123d;
      font-size: 38px;
      line-height: 48px;
      font-weight: 100;
      font-family: "Poppins", sans-serif; }
    .featured-events .feature-title a {
      color: #14123d;
      font-family: "Poppins", sans-serif;
      font-size: 16px; }
      .featured-events .feature-title a:hover, .featured-events .feature-title a:focus {
        text-decoration: underline; }
      .featured-events .feature-title a img {
        margin-right: 5px;
        width: 25px;
        height: 25px;
        vertical-align: middle; }
  .featured-events .tile-wrapper {
    margin-bottom: 0; }
    .featured-events .tile-wrapper.initSlider {
      padding-left: 18px;
      padding-right: 18px; }
      .featured-events .tile-wrapper.initSlider .col-xs-4 {
        margin-top: 0 !important; }
    .featured-events .tile-wrapper.noSlider .col-xs-4:nth-child(n + 4) {
      margin-top: 50px; }
    @media (max-width: 1021px) {
      .featured-events .tile-wrapper.noSlider .col-xs-4 {
        margin-top: 50px; }
        .featured-events .tile-wrapper.noSlider .col-xs-4:first-child {
          margin-top: 0; }
        .featured-events .tile-wrapper.noSlider .col-xs-4 .tile {
          width: 500px !important;
          max-width: 100%;
          margin: 0 auto; } }
    .featured-events .tile-wrapper.noSlider .col-xs-4:nth-child(n+5) {
      margin-top: 50px !important; }
    .featured-events .tile-wrapper .slick-arrow img {
      transition: all 0.2s ease-in-out; }
    .featured-events .tile-wrapper .slick-prev {
      width: 30px;
      height: 30px;
      left: auto;
      right: 50px;
      top: 106%; }
    .featured-events .tile-wrapper .slick-next {
      width: 30px;
      height: 60px;
      right: 15px;
      top: 106%; }
    .featured-events .tile-wrapper .slick-slide {
      margin: 0 18px;
      padding: 0; }
    .featured-events .tile-wrapper .slick-list {
      margin: 0 -18px;
      padding-bottom: 5px; }
    .featured-events .tile-wrapper a {
      text-decoration: none; }
      .featured-events .tile-wrapper a:hover .tile .tile-image .overlay, .featured-events .tile-wrapper a:focus .tile .tile-image .overlay {
        opacity: 0.4; }
      .featured-events .tile-wrapper a:hover .tile p.read-more, .featured-events .tile-wrapper a:focus .tile p.read-more {
        text-decoration: underline !important; }
      .featured-events .tile-wrapper a .tile {
        cursor: pointer; }
        .featured-events .tile-wrapper a .tile .tile-image {
          position: relative;
          width: 100%;
          height: 212px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          @media (max-width: 673px) {
            .featured-events .tile-wrapper a .tile .tile-image {
              height: 250px; } }
        .featured-events .tile-wrapper a .tile .tile-content {
          transition: all 0.2s ease-in-out;
          background-color: rgba(23, 15, 62, 0.13);
          padding: 30px;
          height: 165px; }
          @media (max-width: 1200px) {
            .featured-events .tile-wrapper a .tile .tile-content {
              padding-top: 25px;
              padding-bottom: 25px; } }
          @media (max-width: 675px) {
            .featured-events .tile-wrapper a .tile .tile-content {
              height: auto; } }
          .featured-events .tile-wrapper a .tile .tile-content .event-date {
            float: left; }
            .featured-events .tile-wrapper a .tile .tile-content .event-date .event-start {
              float: left; }
              .featured-events .tile-wrapper a .tile .tile-content .event-date .event-start .date {
                line-height: 100%;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                font-size: 25px;
                color: #14123d; }
              .featured-events .tile-wrapper a .tile .tile-content .event-date .event-start .month {
                display: block;
                text-transform: uppercase;
                font-family: "Poppins", sans-serif;
                font-size: 18px;
                margin-top: -5px;
                font-weight: 300;
                color: #14123d; }
            .featured-events .tile-wrapper a .tile .tile-content .event-date .event-end {
              float: left;
              padding-left: 12px;
              margin-top: -4px;
              position: relative; }
              .featured-events .tile-wrapper a .tile .tile-content .event-date .event-end:before {
                background-color: #5E5E5E;
                height: 2px;
                width: 5px;
                content: "";
                position: absolute;
                display: block;
                left: 7px;
                top: 11px; }
              .featured-events .tile-wrapper a .tile .tile-content .event-date .event-end .date {
                display: block;
                color: #5E5E5E;
                font-weight: 600;
                margin-bottom: -16px;
                font-size: 17px; }
              .featured-events .tile-wrapper a .tile .tile-content .event-date .event-end .month {
                color: #5E5E5E;
                font-weight: 500;
                text-transform: uppercase;
                font-size: 9px; }
          .featured-events .tile-wrapper a .tile .tile-content .details {
            padding-left: 55px;
            margin-top: -1px; }
            .featured-events .tile-wrapper a .tile .tile-content .details h3 {
              margin: 0;
              font-family: "Poppins", sans-serif;
              font-size: 17px;
              line-height: 22px;
              color: #14123d;
              font-weight: 100; }
            .featured-events .tile-wrapper a .tile .tile-content .details p {
              margin-top: 5px;
              font-size: 16px;
              font-weight: 100;
              line-height: 20px;
              color: #14123d; }
            .featured-events .tile-wrapper a .tile .tile-content .details ul {
              list-style: none;
              padding: 0;
              margin-top: 5px;
              margin-bottom: 0; }
              @media (max-width: 675px) {
                .featured-events .tile-wrapper a .tile .tile-content .details ul {
                  margin-bottom: 0; } }
              .featured-events .tile-wrapper a .tile .tile-content .details ul li {
                padding: 0;
                margin-bottom: 0;
                font-weight: 100;
                color: #14123d;
                font-size: 13px;
                padding-left: 25px; }
                .featured-events .tile-wrapper a .tile .tile-content .details ul li:first-child {
                  background-image: url(js/dist/fc906b35433c645b8b4c.svg);
                  background-size: 13px 12px;
                  background-repeat: no-repeat;
                  background-position: center left 1px;
                  padding-bottom: 3px;
                  padding-top: 3px; }
                .featured-events .tile-wrapper a .tile .tile-content .details ul li:last-child {
                  background-image: url(js/dist/3d6bf1139fe97eda1789.svg);
                  background-size: 11px 15px;
                  background-repeat: no-repeat;
                  background-position: center left 2px;
                  line-height: 16px; }
                .featured-events .tile-wrapper a .tile .tile-content .details ul li span {
                  font-weight: 600;
                  font-family: "Poppins", sans-serif;
                  margin-right: 5px; }

.image-w-text {
  margin-bottom: 40px;
  position: relative;
  overflow: auto;
  border-top: 2px solid #14123d;
  line-height: 1;
  font-size: 0; }
  .image-w-text .col-sm-8 {
    padding: 0; }
    @media (max-width: 1021px) {
      .image-w-text .col-sm-8 {
        width: 100%;
        max-width: 100%; }
        .image-w-text .col-sm-8 .supporting-text {
          padding-left: 0;
          padding-top: 25px; } }
  .image-w-text .col-sm-4 {
    padding: 0; }
    @media (max-width: 1021px) {
      .image-w-text .col-sm-4 {
        width: 270px;
        max-width: 100%; }
        .image-w-text .col-sm-4 img {
          margin-left: 0px; } }
  .image-w-text img {
    margin: 0;
    max-width: 100% !important;
    border-top-left-radius: 0; }
  .image-w-text .cta-image {
    display: none; }
  .image-w-text .image {
    float: left;
    height: 343px;
    overflow: hidden;
    width: 50%;
    background-color: #DA6E25;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 635px) {
      .image-w-text .image {
        width: 100%; } }
    .image-w-text .image img.cta-image {
      margin: 0;
      height: 1px !important;
      width: 1px !important;
      padding-right: 40px; }
  .image-w-text .supporting-text {
    display: block;
    padding: 50px; }
    @media (max-width: 797px) {
      .image-w-text .supporting-text {
        padding-top: 0; } }
    .image-w-text .supporting-text .main-title {
      color: #14123d;
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 33px; }
    .image-w-text .supporting-text .sub-title {
      font-size: 15px;
      color: #DA6E25;
      line-height: 22px;
      margin-bottom: 25px; }
    .image-w-text .supporting-text.grey {
      background-color: #F9F9F9; }
    @media (max-width: 635px) {
      .image-w-text .supporting-text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    .image-w-text .supporting-text p {
      color: #14123d; }
    .image-w-text .supporting-text a {
      font-size: 17px;
      line-height: 30px;
      font-family: "Poppins",sans-serif;
      color: #14123d;
      display: block;
      text-decoration: none;
      margin-top: 30px; }
      .image-w-text .supporting-text a img {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }

.page-template-template-directional .breadcrumbs {
  margin-top: 0;
  height: 55px;
  border-bottom: none;
  margin-bottom: -50px; }
  @media (max-width: 1322px) {
    .page-template-template-directional .breadcrumbs .container {
      padding: 0 15px !important; } }

.breadcrumbs {
  color: #DA6E25;
  font-weight: 200;
  font-size: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 00px; }
  @media (max-width: 1322px) {
    .breadcrumbs .container {
      padding: 5px !important; } }
  .breadcrumbs img {
    vertical-align: middle;
    margin: 0; }
  .breadcrumbs span {
    display: inline-block;
    transform: translateY(3px); }
  .breadcrumbs a {
    color: #14123d;
    font-weight: 200;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 14px; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      border-bottom: 1px solid #14123d; }
    .breadcrumbs a:last-of-type {
      pointer-events: none;
      color: #14123d; }
      .breadcrumbs a:last-of-type:hover, .breadcrumbs a:last-of-type:focus {
        text-decoration: none;
        border: none; }
  .breadcrumbs img.separator {
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 7px;
    width: 9px;
    height: 20px; }

.breadcrumbs li:last-child a {
  margin-left: 0 !important; }

.breadcrumbs li:first-child {
  margin-left: 0 !important; }

.tiles-wrapper.margin {
  margin-top: 50px; }

.mobile-button {
  cursor: pointer;
  pointer-events: all; }

.tiles-wrapper {
  overflow: hidden;
  margin: 0 18px; }
  .tiles-wrapper:not(:last-of-type) {
    margin-bottom: 50px;
    border-bottom: 1px solid #14123d;
    padding-bottom: 50px; }
    @media (max-width: 860px) {
      .tiles-wrapper:not(:last-of-type) {
        margin-bottom: 0; } }
  @media (max-width: 865px) {
    .tiles-wrapper {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; } }
  @media (max-width: 635px) {
    .tiles-wrapper {
      width: 100%;
      margin-bottom: -5px; } }
  @media (max-width: 865px) {
    .tiles-wrapper .col-xs-6 {
      width: 100%; } }
  .tiles-wrapper .col-xs-6:last-of-type .second {
    margin-bottom: 0; }
  .tiles-wrapper .tiles {
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px; }
    .tiles-wrapper .tiles #mobile-arrow {
      display: none; }
      @media (max-width: 635px) {
        .tiles-wrapper .tiles #mobile-arrow {
          display: block;
          position: absolute;
          right: 18px;
          width: 9px;
          height: 15px; } }
    @media (max-width: 865px) {
      .tiles-wrapper .tiles.second {
        margin-bottom: 50px; } }
    @media (max-width: 635px) {
      .tiles-wrapper .tiles.second {
        margin-bottom: 0px; } }
    @media (max-width: 865px) {
      .tiles-wrapper .tiles {
        height: auto;
        padding: 30px 20px 30px 30px;
        margin-top: 0; } }
    .tiles-wrapper .tiles h3 {
      margin-bottom: 0;
      z-index: 0;
      font-size: 35px;
      font-family: "Poppins", sans-serif;
      line-height: 45px;
      color: #14123d; }
      @media (max-width: 1200px) {
        .tiles-wrapper .tiles h3 {
          font-size: 30px !important;
          line-height: 35px !important; } }
    .tiles-wrapper .tiles p {
      font-size: 16px;
      color: #14123d;
      margin-top: 20px;
      margin-bottom: 0;
      z-index: 0;
      line-height: 23px; }
      @media (max-width: 1200px) {
        .tiles-wrapper .tiles p {
          font-size: 14px; } }
    .tiles-wrapper .tiles a {
      font-size: 17px;
      line-height: 30px;
      font-family: "Poppins", sans-serif;
      color: #14123d;
      display: block;
      text-decoration: none;
      margin-top: 30px; }
      .tiles-wrapper .tiles a:hover, .tiles-wrapper .tiles a:focus {
        text-decoration: underline; }
      .tiles-wrapper .tiles a img {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .tiles-wrapper .tiles.bold h3 {
      font-size: 35px;
      font-family: "Poppins", sans-serif;
      line-height: 45px; }
    .tiles-wrapper .tiles.image {
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; }
      @media (max-width: 865px) {
        .tiles-wrapper .tiles.image {
          height: 350px; } }
      .tiles-wrapper .tiles.image h3, .tiles-wrapper .tiles.image p, .tiles-wrapper .tiles.image a {
        display: none !important; }
    .tiles-wrapper .tiles.blue h3 {
      color: #FFF; }
    .tiles-wrapper .tiles.blue p {
      color: #FFF; }
    .tiles-wrapper .tiles.blue a {
      color: #FFF;
      background-color: #0094D2; }
      .tiles-wrapper .tiles.blue a:hover, .tiles-wrapper .tiles.blue a:focus {
        background-color: #0082b9; }
    .tiles-wrapper .tiles.blue.solid {
      background-color: #DA6E25; }
    .tiles-wrapper .tiles.white.solid {
      background-color: #FFF; }
      .tiles-wrapper .tiles.white.solid h3 {
        font-size: 35px;
        font-family: "Poppins", sans-serif;
        line-height: 45px;
        font-weight: 300; }
    .tiles-wrapper .tiles.orange {
      background: #da6e25;
      background: -moz-linear-gradient(180deg, rgba(218, 110, 37, 0.626488) 0%, #da6e25 100%);
      background: -webkit-linear-gradient(180deg, rgba(218, 110, 37, 0.626488) 0%, #da6e25 100%);
      background: linear-gradient(180deg, rgba(218, 110, 37, 0.626488) 0%, #da6e25 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da6e25",endColorstr="#da6e25",GradientType=1); }
      .tiles-wrapper .tiles.orange h3 {
        font-size: 35px;
        font-family: "Poppins", sans-serif;
        line-height: 45px;
        font-weight: 300;
        color: #FFF; }
      .tiles-wrapper .tiles.orange p {
        color: #FFF; }
      .tiles-wrapper .tiles.orange a {
        color: #FFF; }
      .tiles-wrapper .tiles.orange .links-list a {
        background-image: url(js/dist/fad023cfa52b57f2c001.svg); }
        .tiles-wrapper .tiles.orange .links-list a:hover, .tiles-wrapper .tiles.orange .links-list a:focus {
          color: #FFF; }
    .tiles-wrapper .tiles .overlay {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      .tiles-wrapper .tiles .overlay.blue.transparency {
        background: #DA6E25;
        opacity: 0.85; }

#featured-product {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    #featured-product {
      margin-top: 70px;
      margin-bottom: 70px; } }
  #featured-product .col-xs-6 {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 1322px) {
    #featured-product .row {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (max-width: 1200px) {
    #featured-product .row {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 635px) {
    #featured-product .row {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (max-width: 635px) {
    #featured-product .tiles-wrapper {
      -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15); } }
  #featured-product .tiles h3 {
    font-size: 28px; }
  #featured-product .tiles p {
    color: #DA6E25;
    font-weight: 400;
    letter-spacing: 0; }
  #featured-product .tiles a {
    background-color: #DA6E25;
    color: #FFF; }
    #featured-product .tiles a:hover, #featured-product .tiles a:focus {
      background-color: #2B5ABA; }
    @media (max-width: 635px) {
      #featured-product .tiles a {
        display: block; } }
  @media (max-width: 635px) {
    #featured-product .tiles {
      padding-right: 20px; } }
  @media (max-width: 635px) {
    #featured-product .tiles.image {
      display: block;
      height: 340px; } }

.page-title {
  position: relative;
  height: 400px;
  max-width: 2000px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  min-height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s; }
  @media (min-width: 2000px) {
    .page-title:before {
      content: "";
      opacity: 0;
      visibility: hidden;
      transition: all ease-in-out 0.3s; } }
  @media (max-width: 1200px) {
    .page-title {
      height: 300px;
      min-height: 300px; } }
  .page-title .title-wrapper {
    width: 415px;
    min-height: 270px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center; }
    @media (max-width: 765px) {
      .page-title .title-wrapper {
        width: 100%; } }
    .page-title .title-wrapper h1 {
      color: #DA6E25;
      font-family: "Poppins", sans-serif;
      font-size: 45px;
      line-height: 45px;
      margin: 0; }
      .page-title .title-wrapper h1 span {
        font-size: 30px;
        line-height: 30px;
        display: block;
        margin-bottom: 15px; }
  .page-title.solid-fill {
    height: auto;
    min-height: auto;
    background: #FFF;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1350px) {
      .page-title.solid-fill:before {
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.3s; } }
    .page-title.solid-fill:after {
      content: "";
      display: none; }
    .page-title.solid-fill h1 {
      margin-bottom: 15px;
      color: #14123d;
      font-family: "Poppins", sans-serif;
      font-size: 40px; }
    .page-title.solid-fill .title-wrapper {
      padding-top: 0px;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0;
      width: auto;
      min-height: auto;
      background: transparent;
      display: block; }
    .page-title.solid-fill .breadcrumbs {
      height: auto; }

#theme-page .text-row p {
  margin: 50px 5px 0 5px; }

#theme-page #three-column.wrapper .col-md-4:last-of-type .tiles {
  margin-bottom: 0 !important; }

#theme-page .col-xs-4:nth-child(n+5) {
  margin-top: 50px; }
  @media (max-width: 865px) {
    #theme-page .col-xs-4:nth-child(n+5) {
      margin-top: 0; } }

#theme-page .col-xs-3:nth-child(n+6) {
  margin-top: 50px; }
  @media (max-width: 1200px) {
    #theme-page .col-xs-3:nth-child(n+6) {
      margin-top: 0; } }

@media (max-width: 1021px) {
  #theme-page .col-xs-4 {
    width: 100%; } }

@media (max-width: 865px) {
  #theme-page .col-xs-4:last-of-type .tiles {
    margin-bottom: 0 !important; } }

@media (max-width: 1120px) {
  #theme-page .col-xs-3 {
    width: 100%;
    max-width: 50%; } }

@media (max-width: 656px) {
  #theme-page .col-xs-3 {
    width: 100%;
    max-width: 100%; }
    #theme-page .col-xs-3:nth-child(1n) {
      margin-bottom: 50px; } }

@media (max-width: 1120px) {
  #theme-page .col-xs-3:nth-child(2n + 1) {
    margin-bottom: 50px; } }

#theme-page .col-xs-3:last-of-type {
  margin-bottom: 0px; }

#theme-page .wrapper .column-wrapper {
  margin-left: -18px;
  margin-right: -18px;
  overflow: auto;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px; }

#theme-page .wrapper#three-column .tiles {
  height: 390px;
  position: relative;
  padding: 20px;
  border: 1px solid #14123d;
  position: relative;
  background-color: #FFF; }
  @media (max-width: 920px) {
    #theme-page .wrapper#three-column .tiles {
      height: 560px; } }
  @media (max-width: 1021px) {
    #theme-page .wrapper#three-column .tiles {
      max-width: 400px;
      width: 100%;
      margin: 0 auto;
      height: auto;
      margin-bottom: 50px !important;
      padding-bottom: 60px; } }
  #theme-page .wrapper#three-column .tiles.image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    #theme-page .wrapper#three-column .tiles.image #tile-image {
      margin-top: -20px;
      margin-left: -20px;
      margin-right: -20px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 1200px) {
        #theme-page .wrapper#three-column .tiles.image #tile-image {
          margin-left: -20px;
          margin-right: -20px; } }
  #theme-page .wrapper#three-column .tiles a {
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #DA6E25;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 20px;
    z-index: 0;
    padding-top: 20px; }
    #theme-page .wrapper#three-column .tiles a:hover, #theme-page .wrapper#three-column .tiles a:focus {
      text-decoration: underline; }
    #theme-page .wrapper#three-column .tiles a img {
      width: 6px;
      height: 10px;
      vertical-align: baseline;
      margin-left: 5px;
      padding-top: 3px; }
  #theme-page .wrapper#three-column .tiles h3 {
    margin-top: 20px;
    color: #14123d;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    margin-bottom: 13px;
    font-weight: 100; }
  #theme-page .wrapper#three-column .tiles p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px; }
  #theme-page .wrapper#three-column .tiles.orange {
    background-color: rgba(255, 213, 166, 0.3);
    border: none; }
  #theme-page .wrapper#three-column .tiles.white {
    background-color: #FFF; }
    #theme-page .wrapper#three-column .tiles.white p {
      color: #14123d; }
  #theme-page .wrapper#three-column .tiles.dark-grey {
    background-color: rgba(23, 15, 62, 0.13);
    border: none; }
  #theme-page .wrapper#three-column .tiles.light-grey {
    background-color: rgba(23, 15, 62, 0.13);
    border: none; }
  #theme-page .wrapper#three-column .tiles.image #tile-image {
    height: 200px;
    position: relative; }
    @media (max-width: 1100px) {
      #theme-page .wrapper#three-column .tiles.image #tile-image {
        height: 150px; } }
    @media (max-width: 450px) {
      #theme-page .wrapper#three-column .tiles.image #tile-image {
        height: 170px; } }
    #theme-page .wrapper#three-column .tiles.image #tile-image .gradient {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #theme-page .wrapper#three-column .tiles.image #tile-image .gradient span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        margin-top: 15px;
        margin-left: 15px;
        color: #FFF;
        font-family: "Poppins", sans-serif; }
      #theme-page .wrapper#three-column .tiles.image #tile-image .gradient img {
        width: 75px;
        height: 75px; }
  #theme-page .wrapper#three-column .tiles.no-image {
    padding: 50px; }
    @media (max-width: 1021px) {
      #theme-page .wrapper#three-column .tiles.no-image {
        padding: 30px; } }
    #theme-page .wrapper#three-column .tiles.no-image h3 {
      margin-top: 0;
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 20px; }
    #theme-page .wrapper#three-column .tiles.no-image a {
      margin: 0 50px; }
      @media (max-width: 1021px) {
        #theme-page .wrapper#three-column .tiles.no-image a {
          position: static;
          display: block;
          margin: 0;
          margin-top: 30px; } }

#theme-page .wrapper#two-column .col-xs-6 {
  padding-left: 0;
  padding-right: 0; }

#theme-page .wrapper.four-column .column-wrapper {
  padding-bottom: 5px; }
  @media (max-width: 480px) {
    #theme-page .wrapper.four-column .column-wrapper {
      width: 100% !important; } }

@media (max-width: 1120px) {
  #theme-page .wrapper.four-column .column-wrapper {
    width: 730px;
    margin: 0 auto; } }

@media (max-width: 865px) {
  #theme-page .wrapper.four-column .column-wrapper {
    width: 700px;
    margin: 0 auto; } }

@media (max-width: 780px) {
  #theme-page .wrapper.four-column .column-wrapper {
    width: 400px;
    margin: 0 auto; }
    #theme-page .wrapper.four-column .column-wrapper .col-xs-3 {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 480px) {
  #theme-page .wrapper.four-column .column-wrapper {
    width: 100%;
    margin: 0 auto; }
    #theme-page .wrapper.four-column .column-wrapper .col-xs-3 {
      padding-left: 0;
      padding-right: 0; } }

#theme-page .wrapper.four-column#three-column .tiles {
  padding: 30px;
  height: 480px;
  margin-bottom: 0 !important; }
  @media (max-width: 1120px) {
    #theme-page .wrapper.four-column#three-column .tiles {
      max-width: 400px;
      width: 100%;
      margin: 0 auto; } }
  #theme-page .wrapper.four-column#three-column .tiles a {
    border: none;
    margin: 0 20px;
    color: #14123d; }
    #theme-page .wrapper.four-column#three-column .tiles a img {
      width: 22px;
      height: 22px;
      vertical-align: sub;
      margin-right: 5px; }
  #theme-page .wrapper.four-column#three-column .tiles h3 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #14123d; }
  #theme-page .wrapper.four-column#three-column .tiles.no-image h3 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #14123d; }
  #theme-page .wrapper.four-column#three-column .tiles.image {
    padding: 20px; }
    #theme-page .wrapper.four-column#three-column .tiles.image #tile-image {
      margin-top: -20px;
      margin-left: -20px;
      margin-right: -20px;
      height: 220px; }
      @media (max-width: 1120px) {
        #theme-page .wrapper.four-column#three-column .tiles.image #tile-image {
          margin-top: -30px;
          margin-left: -20px;
          margin-right: -20px; } }
    #theme-page .wrapper.four-column#three-column .tiles.image h3 {
      margin-top: 20px; }
  #theme-page .wrapper.four-column#three-column .tiles.white {
    background-color: #FFF; }
  #theme-page .wrapper.four-column#three-column .tiles a {
    z-index: 0; }
    @media (max-width: 1021px) {
      #theme-page .wrapper.four-column#three-column .tiles a {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0; } }

#theme-page table {
  margin: 0; }

#theme-page .wrapper#three-column a:hover, #theme-page .wrapper#three-column a:focus {
  text-decoration-color: #595E62; }

#theme-page .wrapper#three-column .module-title.grid-gallery {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px; }
  @media (max-width: 797px) {
    #theme-page .wrapper#three-column .module-title.grid-gallery {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; } }

#theme-page .wrapper#three-column .tile-hover:hover h3, #theme-page .wrapper#three-column .tile-hover:focus h3 {
  text-decoration: underline; }

#theme-page .wrapper#three-column .tiles.gallery {
  height: 385px;
  border: none;
  padding: 15px; }
  #theme-page .wrapper#three-column .tiles.gallery #tile-image {
    height: 385px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px; }
    #theme-page .wrapper#three-column .tiles.gallery #tile-image .link-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      min-height: 20px;
      display: flex;
      align-items: center;
      padding: 0 10px;
      background-color: rgba(218, 110, 37, 0.7); }
      #theme-page .wrapper#three-column .tiles.gallery #tile-image .link-title h3 {
        font-size: 16px;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        font-weight: 100;
        margin: 10px 0 8px 0; }
      #theme-page .wrapper#three-column .tiles.gallery #tile-image .link-title img {
        width: 18px;
        height: auto;
        vertical-align: sub;
        margin-right: 5px; }

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured {
  background-color: #DA6E25 !important;
  font-family: "Poppins",sans-serif !important;
  text-transform: capitalize !important;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-weight: 100; }

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event {
  background-color: #FFF !important; }

.ajde_evcal_calendar {
  margin-bottom: 50px; }

.homepage .evcal_time {
  display: block !important; }

.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
  border-bottom: 2px solid #DA6E25 !important; }

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
  border: none !important; }

.evcal_evdata_cell.shorter_desc {
  height: 100% !important; }

.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3, .evorow .evo_clik_row h3, .evcal_evdata_row .evcal_evdata_cell h3 a,
#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput {
  color: #14123d !important; }

.eventon_details_shading_bot {
  display: none !important; }

#eventon_loadbar_section {
  display: none !important; }

.ajde_evcal_calendar:not(.eventon_single_event) .event {
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto 30px auto !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  height: 330px !important;
  float: none !important; }

.page-template-template-view-all-events .evo-filter-btn {
  display: none !important; }

.page-template-template-view-all-events .evo_boxtop {
  height: 200px !important; }

.page-template-template-view-all-events .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
  background-color: #FFF !important; }

.page-template-template-view-all-events .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.sin_val .evcal_desc {
  padding-left: 80px; }

.page-template-template-view-all-events .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #14123d;
  text-transform: capitalize; }

.page-template-template-view-all-events .ajde_evcal_calendar #evcal_prev, .page-template-template-view-all-events .ajde_evcal_calendar #evcal_next {
  background-image: url(js/dist/75cdf0b097e7430cacff.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }
  .page-template-template-view-all-events .ajde_evcal_calendar #evcal_prev i, .page-template-template-view-all-events .ajde_evcal_calendar #evcal_next i {
    display: none; }

.page-template-template-view-all-events .ajde_evcal_calendar #evcal_next {
  background-image: url(js/dist/bd902cc6068ab5414bf8.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }
  .page-template-template-view-all-events .ajde_evcal_calendar #evcal_next i {
    display: none; }

.page-template-template-view-all-events .ajde_evcal_calendar .evo_sort_btn {
  display: none; }

.page-template-template-view-all-events .ajde_evcal_calendar .evo-gototoday-btn {
  display: none !important; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section {
  display: block !important;
  margin: 15px 0 20px 0;
  padding: 15px 0 15px;
  border-top: 1px solid rgba(114, 116, 136, 0.25);
  border-bottom: 1px solid rgba(114, 116, 136, 0.25);
  background: transparent;
  border-radius: 0; }
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .eventon_filter_line .eventon_filter {
    margin-right: 25px; }
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .evo_sortOpt .eventon_sf_field p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #14123d;
    text-transform: capitalize; }
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .evo_sortOpt .filtering_set_val {
    background-color: transparent;
    border-radius: 0px;
    color: #14123d;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    min-width: 120px;
    padding-left: 0;
    padding-right: 20px;
    margin-left: 5px;
    border-bottom: 1px solid rgba(114, 116, 136, 0.25);
    height: 26px;
    background-image: url(js/dist/09f9e0660f5759116338.svg);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center right; }
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .eventon_filter_dropdown {
    position: absolute;
    margin-top: 10px;
    background-color: #FFF;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05); }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .eventon_filter_dropdown p {
      padding: 10px 8px 5px 8px;
      opacity: 1;
      color: #14123d;
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      border-left: none;
      border-left-color: transparent;
      text-transform: capitalize;
      transition: all 0.3s ease-in-out; }
      .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .eventon_filter_dropdown p:before {
        content: "";
        display: none; }
      .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .eventon_filter_dropdown p:hover, .page-template-template-view-all-events .ajde_evcal_calendar .eventon_sorting_section .eventon_filter_dropdown p:focus {
        background-color: #F4D7C3; }

@media (min-width: 665px) {
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event {
    width: calc(100% / 2 - 20px) !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    float: left !important;
    height: 330px !important; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event:nth-of-type(3n) {
      margin-right: 30px !important; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event:nth-of-type(2n) {
      margin-right: 0 !important; } }

@media (min-width: 1021px) {
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event {
    width: calc(100% / 3 - 20px) !important;
    float: left !important;
    margin: 0 30px 30px 0 !important;
    height: 330px !important; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event:nth-of-type(3n) {
      margin-right: 0 !important; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event:nth-of-type(2n) {
      margin-right: 30px !important; } }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event a {
  padding-top: 220px !important; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_cblock {
  padding: 0px 20px 2px 23px; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_desc {
  padding: 3px 25px 0 95px; }
  .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_desc .evcal_desc_info {
    opacity: 1; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_desc .evcal_desc_info em {
      display: block !important; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_desc .evcal_desc_info em.evcal_location {
      left: 1px; }
    .page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_desc .evcal_desc_info em:before {
      color: #DA6E25; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evo_start em,
.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evo_end em {
  color: #14123d;
  font-family: "Poppins", sans-serif; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_event_title {
  color: #14123d !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
  margin-bottom: 20px; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event .evcal_event_subtitle {
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif;
  display: none; }

.page-template-template-view-all-events .ajde_evcal_calendar .eventon_list_event a.desc_trig {
  background-color: #FFF;
  border: none; }

.page-template-template-view-all-events .evcal_btn.download_ics {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 100;
  padding: 22px 30px 18px 30px;
  line-height: 1;
  border-radius: 30px;
  margin-top: 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  pointer-events: all;
  background-color: #14123d;
  text-transform: capitalize;
  margin-bottom: 50px; }
  .page-template-template-view-all-events .evcal_btn.download_ics:hover, .page-template-template-view-all-events .evcal_btn.download_ics:focus {
    color: #FFF;
    background-color: #0e0c29; }
  .page-template-template-view-all-events .evcal_btn.download_ics em {
    display: none; }

.single-ajde_events .evo_sin_page #evcal_list .eventon_list_event {
  border: none; }

.single-ajde_events .ajde_evcal_calendar.eventon_single_event #evcal_head.calendar_header {
  margin-bottom: 25px; }
  .single-ajde_events .ajde_evcal_calendar.eventon_single_event #evcal_head.calendar_header p {
    text-transform: capitalize;
    color: #14123d !important;
    font-family: "Poppins", sans-serif; }

.single-ajde_events .calendar_header {
  display: none; }

.single-ajde_events .desc_trig_outter a {
  border-left: none !important;
  border-color: transparent !important; }
  .single-ajde_events .desc_trig_outter a .evcal_cblock {
    display: none; }
  .single-ajde_events .desc_trig_outter a .evcal_desc {
    padding-left: 0; }
  .single-ajde_events .desc_trig_outter a .evcal_desc2.evcal_event_title {
    font-size: 35px !important;
    margin-bottom: 10px; }
  .single-ajde_events .desc_trig_outter a .evcal_desc_info em {
    display: block !important;
    font-size: 12px;
    color: #14123d !important; }
    .single-ajde_events .desc_trig_outter a .evcal_desc_info em:before {
      color: #DA6E25 !important; }

.single-ajde_events .eventon_events_list {
  border: none !important; }

.single-ajde_events .eventon_events_list .eventon_list_event .desc_trig, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top {
  background-color: #FFF;
  padding: 23px 0 20px !important;
  pointer-events: none; }
  .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig:hover, .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig:focus, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top:hover, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top:focus {
    background-color: #FFF;
    border-left: 1px solid #e5e5e5 !important; }
  .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_cblock, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_cblock {
    color: #14123d !important;
    font-family: "Poppins", sans-serif;
    padding: 8px 8px 2px 25px; }
  .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc2.evcal_event_title, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc2.evcal_event_title {
    text-transform: capitalize;
    color: #14123d !important;
    font-family: "Poppins", sans-serif !important;
    padding-top: 5px; }
  .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_event_subtitle, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_event_subtitle {
    text-transform: capitalize;
    color: #14123d !important;
    margin-bottom: 20px; }
  .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc_info {
    opacity: 1 !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info em, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc_info em {
      display: block !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_time, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc_info .evcal_time {
      display: block !important;
      color: #14123d !important;
      margin-right: 30px !important;
      padding-left: 20px;
      margin-bottom: 10px; }
      .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_time:before, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc_info .evcal_time:before {
        color: #14123d !important;
        transform: translateY(-1px); }
    .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_location, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc_info .evcal_location {
      color: #14123d !important;
      padding-left: 20px; }
      .single-ajde_events .eventon_events_list .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_location:before, .single-ajde_events .eventon_events_list .eventon_list_event .evopop_top .evcal_desc .evcal_desc_info .evcal_location:before {
        color: #14123d !important;
        transform: translateY(-1px); }

.single-ajde_events .eventon_events_list .eventon_list_event .event_description {
  background: #FFF !important;
  border: none !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important; }
  .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details {
    background-color: #FFF !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details .evcal_evdata_icons i {
      color: #14123d !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details .eventon_full_description h3 {
      margin-top: 2px;
      color: #14123d;
      font-family: "Poppins", sans-serif;
      text-transform: capitalize; }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details .eventon_full_description .eventon_desc_in p {
      font-size: 13px;
      color: #14123d !important;
      font-family: "Poppins", sans-serif !important;
      margin-bottom: 0;
      line-height: 22px !important; }
      .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details .eventon_full_description .eventon_desc_in p a {
        font-family: "Poppins", sans-serif;
        color: #14123d; }
        .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details .eventon_full_description .eventon_desc_in p a:hover, .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evcal_event_details .eventon_full_description .eventon_desc_in p a:focus {
          text-decoration: underline; }
  .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_time_location .tbrow {
    background-color: #FFF !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_time_location .tbrow .evcal_col50 {
      background-color: #FFF !important; }
      .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_time_location .tbrow .evcal_col50 .evcal_evdata_row {
        background-color: #FFF !important; }
        .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_time_location .tbrow .evcal_col50 .evcal_evdata_row .evcal_evdata_icons i {
          color: #14123d !important; }
        .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_time_location .tbrow .evcal_col50 .evcal_evdata_row h3 {
          margin-top: 2px;
          color: #14123d;
          font-family: "Poppins", sans-serif;
          text-transform: capitalize; }
        .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_time_location .tbrow .evcal_col50 .evcal_evdata_row p {
          color: #14123d !important;
          font-family: "Poppins", sans-serif !important;
          margin-bottom: 0;
          font-style: normal; }
  .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_ICS {
    background-color: #FFF !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_ICS i {
      color: #14123d !important;
      transform: translateY(1px); }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_ICS p a {
      color: #14123d !important;
      text-transform: capitalize !important;
      font-family: "Poppins", sans-serif;
      font-size: 16px; }
      .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_ICS p a:hover, .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_ICS p a:focus {
        text-decoration: underline;
        opacity: 1 !important; }
  .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_socialmedia {
    background-color: #FFF !important; }
    .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_socialmedia a {
      background-color: transparent; }
      .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_socialmedia a:hover, .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_socialmedia a:focus {
        background-color: #eaeaea; }
      .single-ajde_events .eventon_events_list .eventon_list_event .event_description .evo_metarow_socialmedia a i {
        color: #14123d; }

#evcal_list .eventon_list_event .event_description .evo_metarow_details ul {
  padding: 0 !important;
  list-style: none !important;
  font-family: "Poppins", sans-serif !important;
  color: #14123d !important;
  font-size: 15px; }
  #evcal_list .eventon_list_event .event_description .evo_metarow_details ul li {
    list-style: none !important;
    font-family: "Poppins", sans-serif !important;
    color: #14123d !important;
    font-size: 13px;
    margin-bottom: 0 !important; }

.homepage p .blue-btn {
  font-size: 15px !important;
  font-weight: 100 !important;
  padding: 22px 30px 18px 30px !important;
  line-height: 1 !important;
  border-radius: 30px !important;
  display: inline-block !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out !important;
  z-index: 0 !important;
  pointer-events: all !important;
  color: #FFF !important;
  background-color: #14123d !important;
  font-family: "Poppins", sans-serif !important; }
  .homepage p .blue-btn:hover, .homepage p .blue-btn:focus {
    background-color: #0e0c29 !important; }

.single-ajde_events .page-content .btn {
  padding-top: 0 !important; }

.single-ajde_events img {
  border-bottom-right-radius: 0px !important;
  position: relative;
  z-index: 1; }

.single-ajde_events .evo_metarow_directimg {
  position: relative;
  background-color: #FFF !important; }

.homepage .wpforms-confirmation-container-full {
  background: rgba(218, 110, 37, 0.2);
  border: none; }

.homepage div.wpforms-container-full ul li:before {
  content: "";
  display: none; }

.homepage div.wpforms-container-full .wpforms-error {
  font-weight: 300 !important; }

.homepage div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.homepage div.wpforms-container-full .wpforms-form input[type="text"] {
  max-width: 100%;
  padding: 15px;
  min-height: 38px;
  height: auto;
  color: #595E62;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid #14123d;
  margin-top: 0 !important; }
  .homepage div.wpforms-container-full .wpforms-form input.wpforms-field-medium:focus,
  .homepage div.wpforms-container-full .wpforms-form input[type="text"]:focus {
    border: 1px solid #14123d; }

.homepage div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  max-width: 100%;
  padding: 15px;
  color: #595E62;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid #14123d;
  font-family: "Poppins", sans-serif; }
  .homepage div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium:focus {
    border: 1px solid #14123d; }

.homepage div.wpforms-container-full .wpforms-form button[type="submit"] {
  color: #FFF !important;
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  margin-top: 0px !important;
  transition: all 0.3s ease-in-out;
  background-color: #DA6E25 !important;
  cursor: pointer;
  margin-bottom: 20px;
  height: 54px; }
  .homepage div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .homepage div.wpforms-container-full .wpforms-form button[type="submit"]:focus {
    color: #FFF;
    background-color: #c46321;
    text-decoration: none;
    border: none; }

.homepage div.wpforms-container-full .wpforms-form select.wpforms-field-medium {
  max-width: 100%;
  padding: 15px;
  height: 52px;
  text-indent: 5px; }

.homepage div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 30px; }

.homepage div.wpforms-container-full .wpforms-field-label {
  color: #595E62;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 300 !important; }

.homepage div.wpforms-container-full .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important; }

.homepage div.wpforms-container-full .wpforms-error {
  margin-top: 5px; }

.homepage div.wpforms-container-full .wpforms-field-file-upload input {
  padding: 15px 30px;
  border: 1px solid #14123d;
  border-radius: 30px; }
  .homepage div.wpforms-container-full .wpforms-field-file-upload input::-webkit-file-upload-button {
    visibility: hidden; }
  .homepage div.wpforms-container-full .wpforms-field-file-upload input:before {
    content: 'Browse';
    color: #DA6E25;
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer; }

.homepage div.wpforms-container-full .wpforms-field-address-country {
  text-indent: 5px;
  height: 52px; }

.homepage div.wpforms-container-full .wpforms-field-address input, .homepage div.wpforms-container-full .wpforms-field-address select, .homepage div.wpforms-container-full .wpforms-field-address textarea,
.homepage div.wpforms-container-full .wpforms-field-name input,
.homepage div.wpforms-container-full .wpforms-field-name select,
.homepage div.wpforms-container-full .wpforms-field-name textarea {
  margin-top: 15px !important; }

@media (max-width: 725px) {
  .homepage div.wpforms-container-full .wpforms-one-half {
    margin-left: 0 !important;
    width: 100% !important; } }

.homepage div.wpforms-container-full .wpforms-field-payment-checkbox li:before {
  display: none;
  content: ""; }

.homepage .g-recaptcha iframe {
  height: 78px;
  margin: 30px 0;
  display: block; }

.ngg-breadcrumbs {
  display: none; }

.ngg-albumoverview .ngg-album-compact {
  padding: 0 !important;
  width: 100%;
  margin-bottom: 30px !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05); }
  @media (min-width: 370px) {
    .ngg-albumoverview .ngg-album-compact {
      margin: 0 30px 30px 0 !important;
      width: 380px; } }
  @media (min-width: 1324px) {
    .ngg-albumoverview .ngg-album-compact {
      margin: 0 30px 30px 0 !important;
      width: 380px; }
      .ngg-albumoverview .ngg-album-compact:nth-of-type(3n) {
        margin-right: 0 !important; } }
  .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox {
    border: none;
    padding: 0 !important; }
    .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox:before, .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox:after {
      content: "";
      display: none; }
    .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox img {
      border: none !important; }
  .ngg-albumoverview .ngg-album-compact .ngg-album-gallery-image-counter {
    display: none; }
  .ngg-albumoverview .ngg-album-compact h4 {
    margin-top: -5px;
    margin-top: -11px;
    margin-left: 10px;
    margin-bottom: -6px;
    font-size: 14px;
    padding: 6px;
    background-image: url(js/dist/64c33221521139bd4934.svg);
    background-size: 20px 20px;
    background-position: center right 15px;
    background-repeat: no-repeat; }
    .ngg-albumoverview .ngg-album-compact h4 a {
      height: auto;
      color: #595E62; }
      .ngg-albumoverview .ngg-album-compact h4 a:hover, .ngg-albumoverview .ngg-album-compact h4 a:focus {
        text-decoration: underline;
        text-decoration-color: #595E62; }

.ngg-galleryoverview .gallery-desc {
  display: none; }

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  margin: 0 !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  width: 100%; }
  @media (min-width: 370px) {
    .ngg-galleryoverview .ngg-gallery-thumbnail-box {
      margin: 0 30px 30px 0 !important;
      width: 380px; } }
  @media (min-width: 1324px) {
    .ngg-galleryoverview .ngg-gallery-thumbnail-box {
      margin: 0 30px 30px 0 !important;
      width: 380px; }
      .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-of-type(3n + 1) {
        margin-right: 0 !important; } }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    border: 0;
    margin: 0;
    background-color: transparent; }
    .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
      margin: 0; }
      .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a:focus {
        outline: 1px solid #DA6E25;
        outline-offset: 2px; }

.homepage #fancybox-outer #fancybox-close {
  background: url(js/dist/1d118bcfcb3baff0e5fb.svg);
  top: -35px;
  right: -1px; }

.homepage #fancybox-outer #fancybox-left {
  visibility: visible !important;
  display: block !important; }

.homepage #fancybox-outer #fancybox-right {
  visibility: visible !important;
  display: block !important; }

.homepage #fancybox-outer #fancybox-right-ico {
  background-image: none;
  right: -50px;
  left: auto;
  background-color: #e0e0e0;
  padding: 2px; }
  .homepage #fancybox-outer #fancybox-right-ico:before {
    content: "";
    background-image: url(js/dist/bd902cc6068ab5414bf8.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 30px;
    height: 30px; }

.homepage #fancybox-outer #fancybox-left-ico {
  background-image: none;
  left: -50px;
  background-color: #e0e0e0;
  padding: 2px; }
  .homepage #fancybox-outer #fancybox-left-ico:before {
    content: "";
    background-image: url(js/dist/75cdf0b097e7430cacff.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 30px;
    height: 30px; }

.homepage #fancybox-outer #fancybox-title-inside {
  font-family: "Poppins", sans-serif;
  color: #595E62;
  font-size: 14px; }

#two-col-cta.cta-w-icons h2 {
  margin-bottom: 20px; }

#two-col-cta.cta-w-icons p {
  margin-bottom: 25px; }

#two-col-cta.cta-w-icons a {
  font-family: "Poppins", sans-serif; }
  #two-col-cta.cta-w-icons a img {
    width: 6px;
    margin-left: 8px; }
    @media (max-width: 991px) {
      #two-col-cta.cta-w-icons a img {
        display: inline-block; } }

#two-col-cta.cta-w-icons .col-sm-8 {
  padding-left: 100px; }
  @media (max-width: 1065px) {
    #two-col-cta.cta-w-icons .col-sm-8 {
      width: 700px;
      max-width: 100%;
      margin: 0 auto;
      float: none;
      padding-left: 15px;
      padding-top: 50px; } }

@media (max-width: 1065px) {
  #two-col-cta.cta-w-icons .col-sm-4 {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    float: none; } }

#two-col-cta.cta-w-icons .icon-container {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: row;
  height: 140px; }
  @media (max-width: 756px) {
    #two-col-cta.cta-w-icons .icon-container {
      width: 100%;
      flex-direction: column;
      margin-bottom: 30px;
      height: auto; } }
  #two-col-cta.cta-w-icons .icon-container .image {
    margin-right: 15px; }
    @media (max-width: 756px) {
      #two-col-cta.cta-w-icons .icon-container .image {
        margin-right: 0; } }
    #two-col-cta.cta-w-icons .icon-container .image img {
      max-width: 65px;
      height: auto;
      margin-right: 15px;
      display: block !important; }
  #two-col-cta.cta-w-icons .icon-container .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px; }
    @media (max-width: 756px) {
      #two-col-cta.cta-w-icons .icon-container .content h2 {
        margin-top: 15px; } }
  #two-col-cta.cta-w-icons .icon-container .content p {
    margin-bottom: 5px; }
  #two-col-cta.cta-w-icons .icon-container:nth-child(2n + 1) {
    padding-right: 30px; }
  #two-col-cta.cta-w-icons .icon-container:not(:last-of-type) {
    margin-bottom: 35px; }

#theme-page .wrapper#three-column.image-tile .col-xs-4 {
  padding-left: 18px;
  padding-right: 4px; }
  #theme-page .wrapper#three-column.image-tile .col-xs-4:nth-of-type(3n + 1) {
    padding-right: 18px; }
  #theme-page .wrapper#three-column.image-tile .col-xs-4:nth-of-type(n + 3) {
    padding-left: 4px; }
  #theme-page .wrapper#three-column.image-tile .col-xs-4:nth-of-type(4n + 1) {
    padding-left: 18px; }
  #theme-page .wrapper#three-column.image-tile .col-xs-4:nth-child(n+5) {
    margin-top: 8px; }
    @media (max-width: 1021px) {
      #theme-page .wrapper#three-column.image-tile .col-xs-4:nth-child(n+5) {
        margin-top: 0; } }
  @media (max-width: 1021px) {
    #theme-page .wrapper#three-column.image-tile .col-xs-4 {
      padding-left: 18px !important;
      padding-right: 18px !important; } }

#theme-page .wrapper#three-column.image-tile a:hover .tiles.image #tile-image .gradient, #theme-page .wrapper#three-column.image-tile a:focus .tiles.image #tile-image .gradient {
  background: rgba(0, 0, 0, 0.6) !important; }
  @media (max-width: 1021px) {
    #theme-page .wrapper#three-column.image-tile a:hover .tiles.image #tile-image .gradient, #theme-page .wrapper#three-column.image-tile a:focus .tiles.image #tile-image .gradient {
      background: transparent !important; } }

#theme-page .wrapper#three-column.image-tile a:hover span.link-title, #theme-page .wrapper#three-column.image-tile a:focus span.link-title {
  border-bottom: 1px solid #FFF !important; }

#theme-page .wrapper#three-column.image-tile a .tiles {
  box-shadow: none;
  height: 265px;
  position: relative; }
  @media (max-width: 1021px) {
    #theme-page .wrapper#three-column.image-tile a .tiles {
      border: none;
      border-top: 1px solid #14123d;
      margin-bottom: 0 !important;
      height: auto !important;
      padding-bottom: 0 !important; } }

#theme-page .wrapper#three-column.image-tile a .image #tile-image {
  height: 265px; }
  @media (max-width: 1021px) {
    #theme-page .wrapper#three-column.image-tile a .image #tile-image {
      height: auto !important; } }
  @media (max-width: 1021px) {
    #theme-page .wrapper#three-column.image-tile a .image #tile-image {
      background: transparent !important; } }
  #theme-page .wrapper#three-column.image-tile a .image #tile-image .gradient {
    transition: all 0.3s ease-in-out;
    background: rgba(0, 61, 107, 0.7); }
    @media (max-width: 1021px) {
      #theme-page .wrapper#three-column.image-tile a .image #tile-image .gradient {
        background: transparent;
        position: static; } }

#theme-page .wrapper#three-column.image-tile a .no-image {
  background: #DA6E25; }

#theme-page .wrapper#three-column.image-tile a .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: end !important;
  justify-content: center !important; }
  #theme-page .wrapper#three-column.image-tile a .content span {
    position: static !important;
    margin: 0 !important;
    z-index: 1; }
  #theme-page .wrapper#three-column.image-tile a .content h3 {
    color: #FFF;
    font-size: 30px;
    margin: 0;
    line-height: 28px;
    z-index: 1; }
    @media (max-width: 1021px) {
      #theme-page .wrapper#three-column.image-tile a .content h3 {
        color: #595E62 !important; } }
    #theme-page .wrapper#three-column.image-tile a .content h3 span {
      font-size: 16px;
      line-height: 1;
      font-family: "Poppins", sans-serif !important;
      display: block;
      padding-bottom: 5px; }
      @media (max-width: 1021px) {
        #theme-page .wrapper#three-column.image-tile a .content h3 span {
          color: #595E62 !important; } }
  #theme-page .wrapper#three-column.image-tile a .content .separator {
    width: 30px;
    height: 1px;
    background-color: #FFD600;
    margin-top: 10px; }
  #theme-page .wrapper#three-column.image-tile a .content span.link-title {
    position: absolute !important;
    top: auto !important;
    bottom: 30px !important;
    left: 50px !important;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
    font-family: "Poppins", sans-serif !important;
    color: #FFF;
    vertical-align: middle; }
    @media (max-width: 1021px) {
      #theme-page .wrapper#three-column.image-tile a .content span.link-title {
        color: #595E62 !important;
        position: static !important;
        margin-top: 20px !important; } }
    #theme-page .wrapper#three-column.image-tile a .content span.link-title img {
      width: 6px !important;
      height: auto !important;
      vertical-align: middle;
      margin-left: 5px; }
    #theme-page .wrapper#three-column.image-tile a .content span.link-title img.desktop-arrow {
      display: none; }
      @media (min-width: 1021px) {
        #theme-page .wrapper#three-column.image-tile a .content span.link-title img.desktop-arrow {
          display: inline-block; } }
    #theme-page .wrapper#three-column.image-tile a .content span.link-title img.mobile-arrow {
      display: inline-block; }
      @media (min-width: 1021px) {
        #theme-page .wrapper#three-column.image-tile a .content span.link-title img.mobile-arrow {
          display: none; } }

.testimonial-cta h2 {
  color: #14123d;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 35px;
  line-height: 42px; }

.testimonial-cta .col-md-7 {
  padding-right: 100px; }
  @media (max-width: 1200px) {
    .testimonial-cta .col-md-7 {
      padding-right: 15px; } }

@media (max-width: 1021px) {
  .testimonial-cta .testimonial-container {
    margin-bottom: 50px; } }

.testimonial-cta .testimonial-container .slick-next {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 25px;
  height: 25px;
  padding: 10px; }

.testimonial-cta .testimonial-container .slick-prev {
  position: absolute;
  left: auto;
  right: 30px;
  top: -30px;
  width: 25px;
  height: 25px;
  padding: 10px; }

.testimonial-cta .testimonial-container .testimonial {
  height: 500px;
  max-width: 100%;
  background-color: rgba(218, 110, 37, 0.9);
  display: flex;
  align-items: center; }
  .testimonial-cta .testimonial-container .testimonial.no-image {
    border-bottom-right-radius: 0;
    justify-content: center; }
    .testimonial-cta .testimonial-container .testimonial.no-image .content {
      width: 500px;
      max-width: 100%; }
    .testimonial-cta .testimonial-container .testimonial.no-image .image {
      display: none; }
    .testimonial-cta .testimonial-container .testimonial.no-image p {
      text-align: center; }
  .testimonial-cta .testimonial-container .testimonial .content {
    width: 55%;
    display: inline-block;
    padding: 0 50px 0 50px; }
    @media (max-width: 656px) {
      .testimonial-cta .testimonial-container .testimonial .content {
        width: 100%;
        display: block; } }
    .testimonial-cta .testimonial-container .testimonial .content .testimonial-content, .testimonial-cta .testimonial-container .testimonial .content .testimonial-excerpt {
      position: relative; }
      .testimonial-cta .testimonial-container .testimonial .content .testimonial-content p, .testimonial-cta .testimonial-container .testimonial .content .testimonial-excerpt p {
        font-size: 18px;
        line-height: 25px;
        color: #FFF; }
        @media (max-width: 656px) {
          .testimonial-cta .testimonial-container .testimonial .content .testimonial-content p, .testimonial-cta .testimonial-container .testimonial .content .testimonial-excerpt p {
            text-align: center; } }
      .testimonial-cta .testimonial-container .testimonial .content .testimonial-content:before, .testimonial-cta .testimonial-container .testimonial .content .testimonial-excerpt:before {
        content: "";
        width: 66px;
        height: 59px;
        position: absolute;
        background: url(js/dist/be56848d3c1b159fab04.svg);
        background-size: 66px 59px;
        background-position: center center;
        background-repeat: no-repeat;
        left: -3px;
        top: -70px; }
    .testimonial-cta .testimonial-container .testimonial .content .testimonial-by {
      margin-top: 15px; }
      .testimonial-cta .testimonial-container .testimonial .content .testimonial-by p {
        margin: 0;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        color: #FFF;
        font-weight: 100; }
        @media (max-width: 656px) {
          .testimonial-cta .testimonial-container .testimonial .content .testimonial-by p {
            text-align: center; } }
      .testimonial-cta .testimonial-container .testimonial .content .testimonial-by .uppercase-text {
        margin-top: 0px;
        font-family: "Poppins", sans-serif;
        font-size: 15px; }
        @media (max-width: 656px) {
          .testimonial-cta .testimonial-container .testimonial .content .testimonial-by .uppercase-text {
            text-align: center; } }
  .testimonial-cta .testimonial-container .testimonial .image {
    height: 100%;
    width: 70%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 656px) {
      .testimonial-cta .testimonial-container .testimonial .image {
        display: none; } }

.testimonial-cta .cta-item h3 {
  font-size: 25px; }

.page-template-template-yearly-events .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #14123d;
  text-transform: capitalize; }

.page-template-template-yearly-events .ajde_evcal_calendar #evcal_prev, .page-template-template-yearly-events .ajde_evcal_calendar #evcal_next {
  background-image: url(js/dist/75cdf0b097e7430cacff.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }
  .page-template-template-yearly-events .ajde_evcal_calendar #evcal_prev i, .page-template-template-yearly-events .ajde_evcal_calendar #evcal_next i {
    display: none; }
    .page-template-template-yearly-events .ajde_evcal_calendar #evcal_prev i::before, .page-template-template-yearly-events .ajde_evcal_calendar #evcal_next i::before {
      content: "";
      display: none; }

.page-template-template-yearly-events .ajde_evcal_calendar #evcal_next {
  background-image: url(js/dist/bd902cc6068ab5414bf8.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }
  .page-template-template-yearly-events .ajde_evcal_calendar #evcal_next i {
    display: none; }
    .page-template-template-yearly-events .ajde_evcal_calendar #evcal_next i::before {
      content: "";
      display: none; }

.page-template-template-yearly-events .evo-filter-btn {
  display: none; }

.page-template-template-yearly-events .ajde_evcal_calendar {
  margin-top: 50px;
  color: #14123d; }

.page-template-template-yearly-events .evoyv_year_grid .month_box .day_box.he .day_box_color {
  background-color: #DA6E25; }

.page-template-template-yearly-events .evoyv_year_grid .month_box .day_box.he .day_box_in {
  color: #FFF; }
  .page-template-template-yearly-events .evoyv_year_grid .month_box .day_box.he .day_box_in:hover {
    color: #FFF; }

.page-template-template-yearly-events .evoyv_year_grid .month_box .day_box.he:hover .day_box_in {
  color: #FFF; }

.page-template-template-yearly-events .evo_lightbox {
  background: rgba(0, 0, 0, 0.6); }

.page-template-template-yearly-events .eventon_sorting_section {
  display: none !important; }

.page-template-template-yearly-events .evopopclose, .page-template-template-yearly-events .evolbclose {
  background-color: #DA6E25;
  color: #FFF !important; }
  .page-template-template-yearly-events .evopopclose:before, .page-template-template-yearly-events .evopopclose:after, .page-template-template-yearly-events .evolbclose:before, .page-template-template-yearly-events .evolbclose:after {
    background-color: #FFF; }
  .page-template-template-yearly-events .evopopclose:hover, .page-template-template-yearly-events .evolbclose:hover {
    background-color: #DA6E25; }

.page-template-template-yearly-events .evoyv_lightbox .evoyv_lb_header {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #5e5e5e; }

.page-template-template-yearly-events .eventon_events_list .eventon_list_event .desc_trig, .page-template-template-yearly-events .evopop_top {
  border-color: transparent !important;
  border-left-width: 0px !important; }
  .page-template-template-yearly-events .eventon_events_list .eventon_list_event .desc_trig:hover, .page-template-template-yearly-events .evopop_top:hover {
    border-left-width: 0px !important;
    background-color: rgba(114, 102, 88, 0.1); }

.page-template-template-yearly-events #evcal_list .eventon_list_event .evcal_cblock, .page-template-template-yearly-events .evo_lightboxes .evo_pop_body .evcal_cblock {
  color: #5e5e5e; }

.page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .page-template-template-yearly-events .evo_pop_body .evcal_desc span.evcal_desc2 {
  color: #5e5e5e;
  text-transform: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .page-template-template-yearly-events .evo_lightboxes .evo_pop_body .evcal_desc span.evcal_event_subtitle {
  color: #5e5e5e;
  text-transform: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 15px; }

.page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .page-template-template-yearly-events .evo_pop_body .evcal_desc .evcal_desc_info {
  opacity: 1;
  color: #5e5e5e; }
  .page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em, .page-template-template-yearly-events .evo_pop_body .evcal_desc .evcal_desc_info em {
    color: #5e5e5e; }
  em .page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info:before, em .page-template-template-yearly-events .evo_pop_body .evcal_desc .evcal_desc_info:before {
    color: #DA6E25; }

.page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, .page-template-template-yearly-events .evo_pop_body .evcal_desc em.evcal_time::before, .page-template-template-yearly-events .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, .page-template-template-yearly-events .evo_pop_body .evcal_desc em.evcal_location::before {
  color: #DA6E25; }

  .eventon_desc_in img {
    width: auto;
}
