/*
Theme Name: RollingRiverDayCamp
Description: Dedicated Wordpress theme for Company Name
*/
.ie8 .accordion .accordion-header span.accordion-icon, .accordion .accordion-header .ie8 span.accordion-icon {
  behavior: url("pie/PIE.htc");
}
@font-face {
    font-family: 'Sailors';
    src: url('fonts/sailors-webfont.eot') format('embedded-opentype'),
         url('fonts/sailors-webfont.ttf') format('truetype'),
         url('fonts/sailors-webfont.woff') format('woff'),
         url('fonts/sailors-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'Sailors Rough';
    src: url('fonts/sailors-rough.ttf') format('truetype');
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.65;
  font-size: 16px;
  background: #ffffff;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  min-width: 320px;
  color: #3c3c3c;
  background: url(images/background_pattern.png);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    line-height: 1.62;
  }
}
body:after {
  position: fixed;
  left: -999px;
  width: 0;
  height: 0;
  z-index: -1;
  content: url(images/button_pattern_hover.png);
}

body:before {
  content: 'desktop';
  display: none;
}

@media (max-width: 1199px) {
  body:before {
    content: 'sm-desktop';
  }
}
@media (max-width: 1024px) {
  body:before {
    content: 'tablet-l';
  }
}
@media (max-width: 992px) {
  body:before {
    content: 'tablet';
  }
}
@media (max-width: 767px) {
  body:before {
    content: 'mobile';
  }
}
section.main {
  padding-top: 145px;
  padding-top: 127px;
  min-height: 66vh;
}
@media (max-width: 991px) {
  section.main {
    padding-top: 123px;
  }
}
@media (max-width: 767px) {
  section.main {
    padding-top: 94px;
  }
}
section.main.main404 {
  padding-top: 175px;
}
@media (max-width: 991px) {
  section.main.main404 {
    padding-top: 153px;
  }
}
@media (max-width: 767px) {
  section.main.main404 {
    padding-top: 144px;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  text-decoration: none;
  color: #162c83;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}

.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}
@media (max-width: 480px) {
  .error404 ul {
    break-word: break-all;
  }
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #C3C3C3;
  border: 2px solid #eee;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* =============================================================================
	Layout
/* ========================================================================== */
header.main {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 900;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  min-width: 320px;
  padding-top: 12px;
  background: url(images/header_pattern1.png);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid #f5d820;
}
@media (max-width: 1199px) {
  header.main {
    padding-top: 17px;
  }
}
@media (max-width: 991px) {
  header.main {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  header.main {
    padding-top: 0;
  }
}
header.main .container {
  width: 1280px;
  min-width: 320px;
}
@media (min-width: 100px) {
  header.main .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: xsmall) {
  header.main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  header.main .container {
    width: 756px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  header.main .container {
    width: 970px;
    width: 909px;
    width: 939px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1199px) {
  header.main .container {
    width: 100%;
    max-width: 1284px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.main:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  left: 0;
}
@media (max-width: 767px) {
  header.main:before {
    display: none;
  }
}
header.main:after {
  display: block;
  content: "";
  position: absolute;
  width: 194px;
  height: 100%;
  background: url(images/header_pattern1.png);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  header.main:after {
    width: 188px;
  }
}
@media (max-width: 991px) {
  header.main:after {
    width: 150px;
  }
}
@media (max-width: 767px) {
  header.main:after {
    display: none;
  }
}
header.main ul {
  list-style: none;
}
header.main a {
  text-decoration: none;
  transition: color 0.5s ease;
}

.logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 57%;
  background-color: white;
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 15px;
  padding-top: 14px;
  border: 3px solid #284b98;
  border-radius: 150%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199px) {
  .logo {
    width: 130px;
    height: 130px;
    padding: 11px;
    top: 42%;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 95px;
    height: 95px;
    padding: 7px;
    top: 55%;
  }
}
.logo img {
  max-width: 100%;
  display: block;
  margin: auto auto;
}

.bottom-menu {
  padding-left: 5px;
  padding-right: 4px;
  position: relative;
  padding-top: 42px;
  padding-bottom: 24px;
}
.bottom-menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .bottom-menu {
    padding-top: 46px;
  }
}

.main-nav {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 900;
  font-size: 17px;
  width: 47%;
}
@media (max-width: 1199px) {
  .main-nav {
    font-size: 14px;
  }
}
.main-nav li {
  float: left;
  width: 50%;
  position: relative;
  letter-spacing: 1.9px;
}
@media (max-width: 1199px) {
  .main-nav li {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .main-nav li {
    width: 41%;
  }
}
.main-nav li:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #8792be;
  width: 5px;
  height: 5px;
  border-radius: 150%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 26%;
}
@media (max-width: 1199px) {
  .main-nav li:after {
    right: 22%;
  }
}
@media (max-width: 991px) {
  .main-nav li:after {
    right: 14%;
  }
}
.main-nav li:last-child {
  padding-right: 0;
}
.main-nav li:last-child:after {
  display: none;
}
.main-nav a {
  letter-spacing: 2.2px;
  color: #162c83;
}
@media (max-width: 991px) {
  .main-nav a {
    letter-spacing: 1.7px;
  }
}
.main-nav a:hover {
  color: #ca0d21;
}
.main-nav.left {
  float: left;
}
.main-nav.right {
  float: right;
  width: 50%;
}
@media (max-width: 991px) {
  .main-nav.right {
    padding-left: 11px;
    width: 49%;
  }
}
.main-nav.right li {
  text-align: right;
}
@media (max-width: 1199px) {
  .main-nav.right li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .main-nav.right li {
    width: 50%;
  }
}
.main-nav.right li:after {
  right: -32%;
}
@media (max-width: 1199px) {
  .main-nav.right li:after {
    right: -29%;
  }
}
@media (max-width: 991px) {
  .main-nav.right li:after {
    right: -22%;
  }
}

.sticky {
  top: 0;
  transition: all .2s ease;
}

#wpadminbar {
  position: absolute;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
  padding-right: 0;
}

@media (max-width: 480px) {
  .top-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-menu a {
  letter-spacing: 1.9px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .top-menu a {
    letter-spacing: 1.3px;
  }
}
@media (max-width: 991px) {
  .top-menu a {
    letter-spacing: 1.1px;
  }
}
.top-menu .top-right-menu a {
  font-weight: 700;
  letter-spacing: 2.3px;
}
@media (max-width: 1199px) {
  .top-menu .top-right-menu a {
    letter-spacing: 1.5px;
  }
}

.top-menu, .bottom-left-menu {
  font-size: 13px;
  letter-spacing: 2px;
}
.top-menu:after, .bottom-left-menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .top-menu, .bottom-left-menu {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991px) {
  .top-menu, .bottom-left-menu {
    font-weight: 500;
  }
}
.top-menu a, .bottom-left-menu a {
  position: relative;
}
.top-menu a img, .bottom-left-menu a img {
  width: 24px;
  height: 14px;
  position: absolute;
  display: inline-block;
  padding-right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 48%;
  margin-left: 0 !important;
}
@media (max-width: 1199px) {
  .top-menu a img, .bottom-left-menu a img {
    width: 22px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .top-menu a img, .bottom-left-menu a img {
    width: 26px;
    height: 17px;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -ms-transform: translate(-50%, 0);
    -wekit-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.top-menu span.menu-image-title, .bottom-left-menu span.menu-image-title {
  display: inline-block;
  padding-left: 28px;
}
@media (max-width: 1199px) {
  .top-menu span.menu-image-title, .bottom-left-menu span.menu-image-title {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .top-menu span.menu-image-title, .bottom-left-menu span.menu-image-title {
    padding-left: 0;
  }
}
.top-menu a, .bottom-left-menu a {
  display: block;
}
.top-menu a:hover, .bottom-left-menu a:hover {
  color: #162c83;
}
.top-menu ul, .bottom-left-menu ul {
  position: relative;
}
.top-menu li, .bottom-left-menu li {
  float: left;
  display: block;
  margin-right: 41px;
  margin-right: 40px;
  letter-spacing: 1.7px;
}
@media (max-width: 1199px) {
  .top-menu li, .bottom-left-menu li {
    margin-right: 18px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 991px) {
  .top-menu li, .bottom-left-menu li {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .top-menu li, .bottom-left-menu li {
    margin-right: 0;
    letter-spacing: 1.2px;
  }
}
.top-menu li:last-child, .bottom-left-menu li:last-child {
  margin-right: 0;
}

.top-left-menu {
  float: left;
}
.top-left-menu a {
  color: #8c8d9f;
}

.top-right-menu {
  float: right;
  padding-right: 5px;
}
.top-right-menu:after {
  right: 0;
}
.top-right-menu li {
  margin-right: 54px;
}
@media (max-width: 1199px) {
  .top-right-menu li {
    margin-right: 20px;
  }
}
.top-right-menu a {
  color: #ca0d21;
}

.hamburger {
  width: 31px;
  height: 18px;
  font-size: 12px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  color: #162c83;
  position: relative;
  top: -1px;
  margin-bottom: 2px;
  text-align: center;
}
.hamburger a {
  color: #162c83;
  display: block;
}
.hamburger img {
  max-height: 19px;
}
.hamburger span {
  letter-spacing: .5px;
  position: relative;
  top: 3px;
}
.hamburger img {
  display: block;
  width: 32px;
  height: 17px;
}

.mobile .top-menu {
  background: url(images/blue_pattern.png);
  padding: 6px 14px 4px 14px;
}
.mobile .top-menu li {
  width: 50%;
  font-size: 10px;
}
.mobile .top-menu li:nth-child(even) {
  text-align: right;
}
.mobile .top-menu a {
  color: white;
  position: relative;
  transition: color 0.2s ease;
}
.mobile .top-menu a:hover {
  color: #f5d820;
}

.bottom-left {
  padding: 16px 14px 12px 14px;
}
.bottom-left:after {
  content: '';
  display: table;
  clear: both;
}
.bottom-left .hamburger {
  float: right;
}

.bottom-left-menu {
  float: left;
}
.bottom-left-menu a {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  color: #162c83;
}
.bottom-left-menu a:hover {
  color: #ca0d21;
}
.bottom-left-menu .menu-image-hover-wrapper {
  width: 26px;
  height: 20px;
  display: block;
}

#page {
  transition: right, 0.5s;
  position: relative;
  right: 0;
  overflow-x: hidden;
}

#page {
  right: 0;
}
#page.active {
  right: 265px;
}

header.main {
  left: 0;
}
header.main.active {
  left: -265px;
}

.menu-none {
  display: none;
}

/* dl-menu styles */
.dl-menuwrapper {
  background-color: #162c83;
  background-color: #102162;
}
.dl-menuwrapper .dl-menu {
  margin: 45px 0 0 0;
}
.dl-menuwrapper a {
  text-align: left;
  position: relative;
}
.dl-menuwrapper li {
  border-bottom: 2px solid #0b1744;
}
.dl-menuwrapper li a {
  padding: 20px 15px;
  color: white;
  font-size: 13px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.dl-menuwrapper li.menu-item-has-children.dl-subviewopen {
  border-bottom: none;
}
.dl-menuwrapper li.menu-item-has-children > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 7px;
  height: 13px;
  background-image: url(images/arr_white_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.dl-menuwrapper li.dl-back {
  background-color: #162c83;
  color: #f5d820;
}
.dl-menuwrapper li.dl-back a {
  padding-left: 40px;
  color: #f5d820;
}
.dl-menuwrapper li.dl-back a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  width: 7px;
  height: 13px;
  background-image: url(images/yellow_arr.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu-close-trigger {
  position: relative;
  top: 20px;
  right: 15px;
}

.mobile-menu {
  overflow-y: auto;
  height: 100%;
  max-width: 100%;
  width: 265px;
  position: fixed;
  right: -265px;
  top: 0;
  z-index: 101;
  text-align: right;
  font-size: 0;
  transition: all, 0.5s;
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile-menu {
    width: 100%;
    right: -100%;
  }
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .menu-close-trigger::before {
  content: '';
  display: block;
  height: 17px;
  width: 16px;
  background: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .dl-menuwrapper li a:hover {
  background-color: #162c83;
}

.dl-menuwrapper .dl-menu {
  margin-top: 58px;
}

.dl-menuwrapper:first-child {
  margin-right: 0;
}

.dl-submenu {
  margin-bottom: 0;
}

.page-main footer.main li:before {
  display: none;
}

footer.main {
  margin-top: 112px;
  margin-top: 83px;
  margin-top: 65px;
  margin-top: 16px;
}
footer.main p, footer.main a, footer.main li, footer.main span {
  color: white;
  font-size: 15px;
}
footer.main p a {
  color: white;
}
footer.main ul {
  list-style: none;
}
footer.main a {
  text-decoration: none;
}
footer.main .footer-bottom p {
  font-size: 12px;
  line-height: 2.7;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  footer.main .footer-bottom p {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 203px;
  }
}

.footer-top {
  padding-top: 43px;
  padding-bottom: 15px;
  background-color: #162c83;
}
@media (max-width: 991px) {
  .footer-top {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 51px;
  }
}
@media (max-width: 480px) {
  .footer-top {
    padding-bottom: 34px;
  }
}
.footer-top p {
  letter-spacing: 1.5px;
}

@media (max-width: 991px) {
  .col-contact {
    padding-top: 42px;
  }
}
@media (max-width: 480px) {
  .col-contact {
    padding-top: 32px;
  }
}

.footer-bottom {
  background-color: #12256c;
}

.page-main .countdown-wrapper li:before {
  display: none;
}

.footer-bottom {
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.footer-bottom img {
  margin-left: 2px;
  max-width: 50px;
}

@media (max-width: 480px) {
  .website {
    padding-top: 17px;
  }
}

@media (max-width: 767px) {
  .col-xs-bottom {
    text-align: center;
  }
}

.fergcorp_countdownTimer_event_li {
  color: white;
}

@media (max-width: 991px) {
  .col-countdown {
    position: relative;
    background: url(images/line_pattern3.png);
    background-position: bottom;
    background-size: auto 8px;
    background-repeat: repeat-x;
    padding-bottom: 53px;
  }
}

.countdown-wrapper {
  max-width: 295px;
  margin-left: 31px;
  margin-top: 6px;
  border: 3px solid #efd31f;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  position: relative;
}
.countdown-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .countdown-wrapper {
    margin-left: 47px;
    margin-top: 9px;
  }
}
@media (max-width: 991px) {
  .countdown-wrapper {
    margin: 0 auto;
    position: relative;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .countdown-wrapper {
    right: 28px;
    max-width: 234px;
  }
}
.countdown-wrapper img {
  position: absolute;
  right: 0;
  width: 83px;
  right: -71px;
  top: -24px;
}
@media (max-width: 1199px) {
  .countdown-wrapper img {
    right: -70px;
    top: -22px;
  }
}
@media (max-width: 991px) {
  .countdown-wrapper img {
    top: -23px;
  }
}
@media (max-width: 767px) {
  .countdown-wrapper img {
    right: -61px;
    width: 70px;
  }
}
.countdown-wrapper .countdown-holder {
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: 14px;
  border-right: 3px solid #efd31f;
  padding-left: 20px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .countdown-wrapper .countdown-holder {
    font-size: 70px;
    padding-left: 15px;
    padding-right: 0;
    line-height: 1.26;
  }
}
.countdown-wrapper .countdown-text-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.countdown-wrapper .countdown-text {
  font-size: 20px;
  max-width: 70px;
  padding-top: 5px;
  padding-bottom: 4px;
  letter-spacing: 3px;
  line-height: 1.3;
  position: relative;
  left: 9px;
  text-align: center;
  word-break: break-all;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .countdown-wrapper .countdown-text {
    font-size: 15px;
    max-width: 55px;
    left: 6px;
  }
}
@media (max-width: 480px) {
  .countdown-wrapper .countdown-text {
    text-align: left;
    left: 10px;
  }
}
.countdown-wrapper abbr {
  font-size: 96px;
  text-decoration: none;
}
.countdown-wrapper span {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}

.socials-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .socials-wrapper {
    padding-bottom: 15px;
  }
}

.socials-wrapper-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .socials-wrapper-inner {
    padding-top: 18px;
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .socials-wrapper-inner {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}

.socials {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  float: right;
}
.socials:after {
  content: '';
  display: table;
  clear: both;
}
.socials li {
  float: left;
}
@media (max-width: 767px) {
  .socials {
    float: none;
    display: inline-block;
    position: relative;
    right: 2px;
  }
}
.socials a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 24px;
  transition: opacity 0.2s ease;
}
.socials a:hover {
  opacity: .75;
}
.socials li {
  margin-right: 13px;
}
.socials li:last-child {
  margin-right: 0;
}

.camp-logo-wrapper {
  float: right;
  width: 166px;
  text-align: center;
  padding-top: 22px;
  padding-top: 26px;
}
@media (max-width: 1199px) {
  .camp-logo-wrapper {
    padding-top: 27px;
  }
}
@media (max-width: 767px) {
  .camp-logo-wrapper {
    float: none;
    margin: 0 auto;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .camp-logo-wrapper {
    padding-top: 20px;
  }
}
.camp-logo-wrapper a {
  transition: opacity 0.2s ease;
}
.camp-logo-wrapper a:hover {
  opacity: .75;
}
.camp-logo-wrapper img {
  width: 98px;
}

.hero-img {
  position: relative;
  width: 100%;
  padding-top: 28.5%;
  padding-top: 29.2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .hero-img {
    padding-top: 29.5%;
  }
}
@media (max-width: 991px) {
  .hero-img.full-hero {
    padding-top: 30.8%;
  }
}

/* TYPOGRAPHY */
.page-title {
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  padding-bottom: 56px;
  letter-spacing: 0;
  text-align: center;
}
.page-title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 236px;
  height: 9px;
  background: url(images/line_pattern3.png);
}
@media (max-width: 991px) {
  .page-title {
    margin-top: 81px;
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 45px;
    line-height: 1.15;
    padding-bottom: 32px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 40px;
    margin-top: 17px;
    margin-bottom: 50px;
    margin-bottom: 54px;
  }
}
.page-title.blog-title {
  margin-top: 0;
  padding-top: 77px;
  padding-top: 40px;
  margin-top: 37px;
  padding-bottom: 54px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-title.blog-title {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .page-title.blog-title {
    margin-top: 0;
    padding-top: 49px;
  }
}
@media (max-width: 480px) {
  .page-title.blog-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-title.blog-title:after {
  display: none;
}
.page-title.sub-title {
  margin-bottom: 88px;
}
@media (max-width: 1199px) {
  .page-title.sub-title {
    line-height: 1.08;
    margin-top: 71px;
    margin-bottom: 61px;
  }
}
@media (max-width: 991px) {
  .page-title.sub-title {
    line-height: 1.18;
    margin-top: 65px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .page-title.sub-title {
    margin-top: 21px;
    margin-bottom: 56px;
  }
}

h2, h3, h4, h5, h6 {
  letter-spacing: 1.3px;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c3c3c;
}

h1 {
  font-size: 3.75em;
  line-height: 1em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0.66667em;
}
@media (max-width: 991px) {
  h2 {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  h2 {
    line-height: 1.14;
  }
}

h3 {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  h3 {
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

p + h3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  p + h3 {
    margin-top: 35px;
    margin-top: 55px;
  }
}

h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .9px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  h4 {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 25px;
  }
}

p + h4 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  p + h4 {
    margin-top: 27px;
    margin-top: 57px;
  }
}

h5 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: .9px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

p + h5 {
  margin-top: 57px;
}
@media (max-width: 767px) {
  p + h5 {
    margin-top: 31px;
    margin-top: 64px;
  }
}

h6 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .9px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6 {
    font-size: 15px;
  }
}

p + h6 {
  margin-top: 62px;
}
@media (max-width: 767px) {
  p + h6 {
    margin-top: 71px;
  }
}

p {
  letter-spacing: .8px;
  margin-bottom: 28px;
}
p:empty {
  display: none;
}

a {
  color: #3386c2;
}

blockquote {
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin: 48px 0;
  padding: 35px 17px 9px;
  background-color: white;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  blockquote {
    padding: 35px 17px 3px;
  }
}
@media (max-width: 991px) {
  blockquote {
    padding: 26px 41px 5px;
  }
}
@media (max-width: 767px) {
  blockquote {
    margin-top: 15px;
    margin-top: 25px;
    padding: 29px 20px 6px;
  }
}
@media (max-width: 480px) {
  blockquote {
    padding: 31px 12px 2px;
    margin-top: 26px;
  }
}
blockquote p {
  font-size: 20px;
  margin-bottom: 28px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  blockquote p {
    line-height: 1.5;
  }
}

p + blockquote, .clearfix + blockquote {
  margin-top: 13px;
}

ul + h2 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  ul + h2 {
    margin-top: 50px;
  }
}

ul + h3 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  ul + h3 {
    margin-top: 62px;
  }
}

blockquote + h3 {
  margin-top: 88px;
}
@media (max-width: 767px) {
  blockquote + h3 {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  blockquote + h3 {
    margin-top: 62px;
  }
}

.ezcol h6 {
  margin-top: 47px;
  margin-top: 24px;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .ezcol h6 {
    margin-bottom: 21px;
    margin-top: 17px;
  }
}

.dataTables_wrapper + h2 {
  margin-top: 54px;
}

@media (max-width: 767px) {
  .tabs + h2 {
    margin-bottom: 0;
  }
}

ul {
  margin-top: 10px;
}

ul, ol {
  padding: 0 0 0 20px;
  margin: 0 0 33px 0;
}
ul ul, ol ul {
  padding: 0 0 0 24px;
}

li {
  letter-spacing: .7px;
  line-height: 1.6;
}

.page-main ul {
  list-style: none;
  padding-left: 18px;
}
.page-main ul ul {
  padding-left: 12px;
}
.page-main ul ul li {
  letter-spacing: .8px;
}
.page-main ul ul li:before {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #3c3c3c;
  top: 10.5px;
  left: -14px;
}
.page-main li {
  position: relative;
}
.page-main li:before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #3c3c3c;
  border-radius: 150%;
  top: 12px;
  left: -16px;
}

.desktop-check {
  display: block;
}

@media (max-width: 1199px) {
  .desktop-check {
    display: none;
  }
}
.page-content {
  padding: 57px 0 34px 0;
}

main.content, body.search-results.search main.content {
  padding: 106px 0 51px;
}

body.search main.content {
  padding: 106px 0 106px;
}

/* line break style */
.line {
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  margin: 44px 0 44px 0;
}
@media (max-width: 767px) {
  .line {
    margin: 24px 0 38px 0;
  }
}

/* white frame for images */
.frame {
  padding-top: 7px;
  padding-bottom: 15px;
  padding-bottom: 31px;
}
.frame img {
  box-shadow: 0 0 15px rgba(174, 163, 144, 0.15);
  border: solid 10px #fff;
}
@media (max-width: 991px) {
  .frame img {
    box-shadow: 3px 4px 14px 1px rgba(0, 0, 0, 0.2);
    border: solid 5px #fff;
  }
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 55.8%;
  height: 0;
  overflow: hidden;
  margin-top: 3.063rem;
  margin-bottom: 5.250rem;
}
@media (max-width: 767px) {
  .video-container {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .video-container {
    margin-bottom: 55px;
  }
}
.video-container.video-container-before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* BUTTONS */
.ezcol:after {
  content: '';
  display: table;
  clear: both;
}

.button-wrap {
  line-height: 1em;
  padding-bottom: 1.3125em;
  margin-bottom: 0;
  padding-top: 6px;
  float: left;
  width: 20.5%;
}
@media (max-width: 1199px) {
  .button-wrap {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .button-wrap {
    width: auto;
    float: none;
  }
}
@media (max-width: 767px) {
  .button-wrap {
    padding-bottom: 13px;
    padding-bottom: 6px;
  }
}
.button-wrap + h5 {
  display: block;
}

.button {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1.3px;
  line-height: 59px;
  padding: 13px 25px 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 181px;
  height: 59px;
  border-radius: 4px;
  background: url(images/button_pattern3.png);
  transition: background 0.3s ease;
}
.button span {
  position: relative;
  z-index: 2;
}
.button:hover {
  background: url(images/button_pattern_hover.png);
}
.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}
@media (max-width: 480px) {
  .mt-22 {
    margin-top: 10px;
  }
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-38 {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .mt-38 {
    margin-top: 28px;
  }
}

.mt-39 {
  margin-top: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-47 {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .mt-47 {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .mt-47 {
    margin-top: 22px;
  }
}

.mt-48 {
  margin-top: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-54 {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .mt-54 {
    margin-top: 48px;
  }
}

.mt-55 {
  margin-top: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-71 {
  margin-top: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-76 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .mt-76 {
    margin-top: 62px;
  }
}

.mt-77 {
  margin-top: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-79 {
  margin-top: 79px;
}
@media (max-width: 767px) {
  .mt-79 {
    margin-top: 60px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.mt-83 {
  margin-top: 83px;
}
@media (max-width: 767px) {
  .mt-83 {
    margin-top: 55px;
  }
}

.mt-84 {
  margin-top: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.mt-88 {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .mt-88 {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .mt-88 {
    margin-top: 62px;
  }
}

.mt-89 {
  margin-top: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .mb-31 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .mb-41 {
    margin-bottom: 21px;
  }
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-54 {
  margin-bottom: 54px;
}
@media (max-width: 480px) {
  .mb-54 {
    margin-bottom: 15px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* widgets */
.widget-area .button-wrap {
  margin-bottom: 0;
}
.widget-area .button-wrap .button {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-widgets {
  clear: both;
}
@media (max-width: 767px) {
  .bottom-widgets {
    padding-top: 8px;
  }
}

.widget-left {
  padding-top: 84px;
}
@media (max-width: 1199px) {
  .widget-left {
    padding-top: 79px;
  }
}
@media (max-width: 991px) {
  .widget-left {
    padding-top: 78px;
  }
}
@media (max-width: 767px) {
  .widget-left {
    padding-top: 48px;
    padding-top: 34px;
  }
}

.widget .button-wrap {
  width: 100%;
}

.widget-area {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .widget-area {
    padding-top: 0;
  }
}

.widget.widget_wysiwyg_widgets_widget .widget-title {
  display: none;
}
@media (max-width: 767px) {
  .widget.widget_wysiwyg_widgets_widget .button-wrap {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .widget-area .button-wrap {
    margin-bottom: 0;
    text-align: center;
  }
}
/* Accordion styles */
.accordion {
  background-color: white;
  margin-bottom: 33px;
  margin-top: 49px;
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .accordion {
    margin-top: 25px;
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .accordion {
    margin-top: 23px;
  }
}
.accordion + h1, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + h6 {
  margin-top: 5.438rem;
}
@media (max-width: 767px) {
  .accordion + h1, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + h6 {
    margin-top: 50px;
    margin-bottom: 8px;
  }
}
.accordion + .accordion {
  margin-top: 0;
}
.accordion .accordion-header {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 24px 30px 29px 29px;
}
@media (max-width: 767px) {
  .accordion .accordion-header {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header {
    padding: 24px 15px 29px 15px;
  }
}
.accordion .accordion-header span.accordion-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 19px;
  right: 22px;
  background-color: #efd31f;
  border-radius: 150%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .accordion .accordion-header span.accordion-icon {
    right: 27px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 22.5px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 3px;
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
    width: 10px;
    height: 2px;
  }
}
@media (max-width: 480px) {
  .accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
    width: 12px;
    height: 3px;
  }
}
.accordion .accordion-header span.accordion-icon:before {
  width: 3px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon:before {
    width: 2px;
    height: 10px;
  }
}
.accordion .accordion-header.active span.accordion-icon:before {
  content: none;
}
.accordion .accordion-content {
  margin-top: 0;
  padding: 10px 29px 29px 29px;
  display: none;
}
@media (max-width: 991px) {
  .accordion .accordion-content {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-content {
    padding: 10px 12px 25px 15px;
  }
}
.accordion .accordion-content p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .accordion .accordion-content p {
    line-height: 1.58;
  }
}
.accordion .accordion-content p + ul, .accordion .accordion-content p + ol {
  margin-top: 5px;
}
.accordion .accordion-content ul, .accordion .accordion-content ol {
  margin-bottom: 0;
}

/* styles for tables */
.dataTables_length, .dataTables_info, .dataTables_filter, .dataTables_paginate.paging_simple, .tablepress .sorting:after {
  display: none;
}

.dataTables_wrapper {
  margin: 3.250rem 0 20px 0 !important;
}
@media (max-width: 991px) {
  .dataTables_wrapper {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 8px;
  }
}

table {
  box-sizing: border-box;
}

.tablepress, table, .dataTables_wrapper .tablepress {
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  .tablepress span, table span, .dataTables_wrapper .tablepress span {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
  color: white;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #c13540;
  padding: 16px 29px 14px 29px;
  letter-spacing: 0;
  cursor: none;
  border: 1px solid black;
}
@media (max-width: 767px) {
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    border-top: none;
  }
}
.tablepress thead th:first-child, .tablepress thead th:nth-child(2), table thead th:first-child, table thead th:nth-child(2), .dataTables_wrapper .tablepress thead th:first-child, .dataTables_wrapper .tablepress thead th:nth-child(2) {
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .tablepress thead th:first-child, .tablepress thead th:nth-child(2), table thead th:first-child, table thead th:nth-child(2), .dataTables_wrapper .tablepress thead th:first-child, .dataTables_wrapper .tablepress thead th:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    box-sizing: border-box;
    padding: 7px 46px 0 29px;
  }
}
@media (max-width: 767px) {
  .tablepress thead tr, table thead tr, .dataTables_wrapper .tablepress thead tr {
    border-left: none;
    border-right: 1px solid #3f2a1f;
  }
}
.tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
  border-right: 1px solid #c13540;
  border-left: 1px solid #c13540;
  border-bottom: 1px solid #c13540;
}
@media (max-width: 767px) {
  .tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .tablepress thead th, .tablepress tbody td, table thead th, table tbody td, .dataTables_wrapper .tablepress thead th, .dataTables_wrapper .tablepress tbody td {
    padding: 7px 30px;
  }
}
.tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
  padding: 16px 30px 17px 30px;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .3px;
  background-color: transparent;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
    padding: 7px 30px;
  }
}
.tablepress caption, table caption, .dataTables_wrapper .tablepress caption {
  display: none;
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
  cursor: auto !important;
}

table .even td, .tablepress .even td {
  background-color: transparent;
}

.tablepress .row-hover tr:hover td {
  background-color: transparent !important;
}

table .odd td, .tablepress .odd td {
  background: transparent !important;
}

.tablepress thead th, table thead th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  .tablepress thead th, table thead th {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .tablepress thead th:last-child, table thead th:last-child {
    border-right: none;
  }
}

.tablepress tbody tr td, table tbody tr td {
  border: 1px solid #3c3c3c;
  border-right: 1px solid #3f2a1f;
  border-collapse: collapse;
}
.tablepress tbody tr td:last-child, table tbody tr td:last-child {
  border-right: 1px solid #3c3c3c;
}
@media (max-width: 767px) {
  .tablepress tbody tr td, table tbody tr td {
    border-top: none;
  }
}

.tablepress tbody tr td:last-child td, table tbody tr:last-child td {
  border-bottom: 1px solid #3f2a1f;
}
.tablepress tbody tr td:last-child td:first-child, table tbody tr:last-child td:first-child {
  border-left: 1px solid #3f2a1f;
}
.tablepress tbody tr td:last-child td:last-child, table tbody tr:last-child td:last-child {
  border-right: 1px solid #3f2a1f;
}

@media (max-width: 767px) {
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  th,
  td {
    margin: 0;
    vertical-align: top;
    white-space: nowrap;
  }

  th {
    text-align: left;
  }

  table {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: auto;
  }

  thead {
    display: block;
    float: left;
  }

  tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
  }

  thead tr {
    display: block;
  }

  th {
    display: block;
    text-align: right;
  }

  tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  td {
    display: block;
    text-align: left;
  }

  .tablepress, table {
    padding-bottom: 9px;
    border: 1px solid #000 !important;
  }

  .tablepress thead th {
    width: auto !important;
  }

  table tfoot th:last-child, table thead th:last-child, .tablepress tfoot th:last-child, .tablepress thead th:last-child {
    border-bottom: 1px solid #000 !important;
  }

  table tbody tr:last-child td,
  .tablepress tbody tr:last-child td {
    border-right: 1px solid #000 !important;
  }

  table tbody tr td,
  .tablepress tbody tr td {
    margin: 0 0 0 -4px;
  }

  table tbody tr:first-child td,
  .tablepress tbody tr:first-child td {
    margin: 0;
  }

  table tbody tr td, .tablepress tbody tr td,
  .tablepress tbody tr:first-child td {
    border-left: none !important;
    border-top: none !important;
  }

  .tablepress tbody tr:first-child td:first-child {
    border-left: none !important;
  }

  table .even td, .tablepress .even td {
    background-color: transparent !important;
  }

  .tablepress tbody tr td:nth-child(2n), table tbody tr {
    overflow: hidden;
  }
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #c13540 !important;
}

/* slider gallery */
.slider-wrapper {
  position: relative;
  width: 48.5%;
  margin-top: 11px;
  margin-top: 45px;
  margin-bottom: 11px;
}

.page-main .page-content-slider {
  padding-left: 0;
}

.page-main .slick-slide:before {
  display: none;
}

.page-content-slider {
  padding: 0;
  margin-bottom: 0;
}
.page-content-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.page-content-slider img {
  box-shadow: 0 0 25px rgba(174, 163, 144, 0.45);
  border: solid 12px #fff;
  position: relative;
}
.page-content-slider li {
  padding: 0 0 63px 0;
  background: none !important;
}
.page-content-slider li span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  left: 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: .7px;
  padding: 0 20px 30px 22px;
}
@media (max-width: 991px) {
  .page-content-slider li span {
    bottom: -3px;
  }
}

.slick-arrow, .slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 48%;
  display: block;
  position: absolute;
  text-indent: -999999px;
  z-index: 99;
  font-size: 0;
  border: none;
  background-color: #efd31f;
  overflow: hidden;
  outline: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 22px;
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .slick-arrow, .slick-next, .slick-prev {
    top: 47%;
  }
}
@media (max-width: 767px) {
  .slick-arrow, .slick-next, .slick-prev {
    width: 28px;
    height: 28px;
    top: 45%;
    background-size: 10px 13px;
  }
}
@media (max-width: 480px) {
  .slick-arrow, .slick-next, .slick-prev {
    top: 38%;
  }
}
.slick-arrow:hover, .slick-next:hover, .slick-prev:hover {
  background-color: #3859a2;
}
.slick-arrow:focus, .slick-next:focus, .slick-prev:focus {
  outline: 0;
}
.slick-arrow.slick-prev, .slick-next.slick-prev, .slick-prev.slick-prev {
  left: 3%;
  background-image: url(images/arrow-left.svg);
}
@media (max-width: 991px) {
  .slick-arrow.slick-prev, .slick-next.slick-prev, .slick-prev.slick-prev {
    left: 4%;
  }
}
@media (max-width: 480px) {
  .slick-arrow.slick-prev, .slick-next.slick-prev, .slick-prev.slick-prev {
    left: 6%;
  }
}
.slick-arrow.slick-next, .slick-next.slick-next, .slick-prev.slick-next {
  right: 3%;
}
@media (max-width: 991px) {
  .slick-arrow.slick-next, .slick-next.slick-next, .slick-prev.slick-next {
    right: 4%;
  }
}
@media (max-width: 480px) {
  .slick-arrow.slick-next, .slick-next.slick-next, .slick-prev.slick-next {
    right: 6%;
  }
}

.slider-wrapper.full {
  width: 100%;
  clear: both;
  margin-bottom: 52px;
  margin-bottom: rem(52);
}
@media (max-width: 767px) {
  .slider-wrapper.full {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .slider-wrapper {
    width: 100%;
  }
}
/*  lightbox gallery style */
.thumbnail-gallery-wrap {
  margin-top: 43px;
  margin-bottom: 50px;
}
.thumbnail-gallery-wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .thumbnail-gallery-wrap {
    margin-bottom: 20px;
  }
}
.thumbnail-gallery-wrap ul {
  margin: 0;
  padding: 0;
}
.thumbnail-gallery-wrap .gallery-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .gallery-item {
    margin-bottom: 20px;
  }
}
.thumbnail-gallery-wrap .gallery-item img {
  box-shadow: 0 0 15px rgba(174, 163, 144, 0.15);
  border: solid 8px #fff;
}
.thumbnail-gallery-wrap .lightbox-trigger img {
  margin: 0;
}
.thumbnail-gallery-wrap .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(30, 48, 115, 0.95);
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 15px;
  min-width: 320px;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay {
    padding: 0;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .lightbox-close {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 30px;
  right: 36px;
  right: 16px;
  display: block;
  z-index: 99;
  background-color: #efd31f;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.thumbnail-gallery-wrap .lightbox-overlay .lightbox-close:hover {
  background-color: #3859a2;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .lightbox-close {
    width: 33px;
    height: 33px;
    font-size: 15px;
    line-height: 33px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .container {
  padding: 0;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-caption .slick-slide span {
  text-align: center;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 100;
  color: white;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper {
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 120px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider, .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .image-slider-caption {
  opacity: 0;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider.visible, .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .image-slider-caption.visible {
  opacity: 1;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper.full {
  max-width: 80%;
  max-width: 100%;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider, .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider .slick-track {
  position: absolute;
  height: 100%;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide {
  outline: none;
  position: relative;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
  max-width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 95%;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 69vh;
}
@media (max-width: 1199px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide img {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide img {
    max-width: 80%;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-controls p {
  margin: 0;
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background-color: #efd31f;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 22px;
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-arrow:hover {
  background-color: #3859a2;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slick-arrow {
    width: 33px;
    height: 33px;
    background-size: 11px 18px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-prev {
  left: 20px;
  background-image: url(images/arrow-left.svg);
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slick-prev {
    left: 7px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-next {
  right: 20px;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slick-next {
    right: 7px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .autoplay-control {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 18px;
}
.thumbnail-gallery-wrap .lightbox-overlay .autoplay-control a {
  display: inline-block;
  background-size: contain;
}

.overlay-title {
  position: absolute;
  bottom: 0;
  bottom: -40px;
  font-size: 15px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  color: white;
  width: 100%;
}
@media (max-width: 991px) {
  .overlay-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-trigger img {
    width: 100%;
    height: auto;
  }
}
/* TABS */
.tabs {
  margin-top: 24px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .tabs {
    margin-bottom: 0;
  }
}

.page-main .tab-head {
  padding-left: 0;
}

.tab-head {
  padding-top: 4px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #868481;
}
.tab-head:after {
  content: '';
  display: table;
  clear: both;
}
.tab-head:after {
  width: 100%;
}
.tab-head li {
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  margin-right: 34px;
  text-transform: uppercase;
  color: #644724;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .tab-head li {
    display: none;
    margin-right: 0;
    text-align: center;
    font-size: 15px;
  }
}
.tab-head li:before {
  display: none;
}
@media (max-width: 767px) {
  .tab-head li.active {
    display: block;
  }
}
.tab-head li.active a {
  color: #162c83;
}
.tab-head li.active a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #efd31f;
}
@media (max-width: 767px) {
  .tab-head li.active a:after {
    display: none;
  }
}
.tab-head li a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .7px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #3c3c3c;
  color: #757575;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.tab-head li a:hover, .tab-head li a:focus {
  text-decoration: none;
}
.tab-head li a.tab-prev, .tab-head li a.tab-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  height: 12px;
  width: 15px;
}

.tab-body {
  padding-top: 29px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 1199px) {
  .tab-body {
    padding-top: 35px;
  }
}
.tab-body.active {
  display: block;
}

.active .tab-icon:before {
  display: none;
}

.tab-prev, .tab-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 12px;
  width: 15px;
}

.tab-prev {
  left: 0;
  background-image: url(images/arr_blue.svg);
}

.tab-next {
  right: 0;
  background-image: url(images/arr_blue_right.svg);
}

@media (max-width: 767px) {
  .tab-trigger-wrapper {
    margin-top: 20px;
    position: relative;
    border: 5px solid #8fb05c;
    background-color: white;
    padding-top: 1.5em;
    padding-left: 1.5625em;
    padding-bottom: 1.5em;
    padding-right: 15px;
    border-bottom: 5px solid #8fb05c;
    border-radius: 20px 20px 20px 20px;
  }
  .tab-trigger-wrapper.active {
    border-radius: 20px 20px 0 0;
    border-bottom: none;
  }
  .tab-trigger-wrapper a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 0.938rem;
    color: #644724;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
/* styles for featured images in subpage */
.featured-images {
  padding-left: 10px;
  padding-bottom: 68px;
}
.featured-images:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .featured-images {
    padding-bottom: 23px;
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .featured-images {
    padding-left: 0;
    padding-bottom: 8%;
    padding-top: 3%;
  }
}
@media (max-width: 480px) {
  .featured-images {
    padding-top: 1%;
  }
}

.f-frame {
  max-width: 418px;
  max-width: 50%;
  float: left;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .f-frame {
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

.rotate-left {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  .rotate-left {
    -ms-transform: rotate(-3deg) scale(1.1, 1.1);
    -webkit-transform: rotate(-3deg) scale(1.1, 1.1);
    transform: rotate(-3deg) scale(1.1, 1.1);
  }
}
.rotate-left:hover {
  -ms-transform: rotate(0) scale(1.1, 1.1);
  -webkit-transform: rotate(0) scale(1.1, 1.1);
  transform: rotate(0) scale(1.1, 1.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .rotate-left:hover {
    -ms-transform: rotate(0) scale(1.15, 1.15);
    -webkit-transform: rotate(0) scale(1.15, 1.15);
    transform: rotate(0) scale(1.15, 1.15);
  }
}

.rotate-right {
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  position: relative;
  top: 34px;
  left: -21px;
}
@media (max-width: 480px) {
  .rotate-right {
    -ms-transform: rotate(7deg) scale(1.1, 1.1);
    -webkit-transform: rotate(7deg) scale(1.1, 1.1);
    transform: rotate(7deg) scale(1.1, 1.1);
  }
}
@media (max-width: 991px) {
  .rotate-right {
    top: 20px;
    left: -15px;
  }
}
@media (max-width: 767px) {
  .rotate-right {
    left: -30px;
    top: 15px;
  }
}
.rotate-right:hover {
  -ms-transform: rotate(0) scale(1.1, 1.1);
  -webkit-transform: rotate(0) scale(1.1, 1.1);
  transform: rotate(0) scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .rotate-right:hover {
    -ms-transform: rotate(0) scale(1.15, 1.15);
    -webkit-transform: rotate(0) scale(1.15, 1.15);
    transform: rotate(0) scale(1.15, 1.15);
  }
}

/* left sidebar on subpage */
.sidebar-menu {
  margin-bottom: 21px;
  padding-bottom: 7px;
  clear: both;
}
@media (max-width: 767px) {
  .sidebar-menu {
    margin-bottom: 15px;
  }
}
.sidebar-menu .menu-title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  color: #3c3c3c;
  letter-spacing: 2px;
  border-bottom: 2px solid #3c3c3c;
  margin-bottom: -.3px;
  padding-left: 16px;
  padding-bottom: 17px;
}
@media (max-width: 1199px) {
  .sidebar-menu .menu-title {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu-title {
    font-size: 20px;
    color: white;
    background-color: #162c83;
    background: url(images/blue_pattern.png);
    padding: 14px 15px 18px 14px;
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu-title span {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 150%;
    background-color: #efd31f;
    display: block;
    position: absolute;
    right: 17px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu-title span:before, .sidebar-menu .menu-title span:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
.sidebar-menu .menu-title span:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-menu .menu-title.active > span::before {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar-menu .menu-title.active > span::after {
  -ms-transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.sidebar-menu ul.multi-menu {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu {
    background-color: #ebebeb;
  }
}
.sidebar-menu ul.multi-menu > li {
  border-bottom: 2px dotted #dedede;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu > li {
    border-bottom: 1px dotted #dedede;
  }
}
.sidebar-menu ul.multi-menu > li:before {
  width: calc(100% + 30px);
  height: 2px;
  left: -30px;
  bottom: 0;
  background-color: #899c62;
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu > li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu > li:last-child:before {
    display: none;
  }
}
.sidebar-menu ul {
  list-style: none;
  padding: 0;
  display: none;
  margin-bottom: 0;
}
.sidebar-menu ul a {
  font-size: 15px;
  line-height: 20px;
  color: #162c83;
  display: block;
  text-decoration: none;
  padding: 13px 15px 10px 16px;
  letter-spacing: .7px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .sidebar-menu ul a {
    font-size: 18px;
    padding: 16px 20px 15px 13px;
  }
}
.sidebar-menu ul li {
  position: relative;
  transition: all .2s ease;
}
.sidebar-menu ul li.current_page_item > a {
  color: #c13540;
}
.sidebar-menu ul li:hover > a {
  background-color: #fefdfc;
}
.sidebar-menu ul li:hover.menu-item-has-children.active:hover > a {
  background-color: transparent;
}
.sidebar-menu ul li:before {
  display: none;
}
.sidebar-menu ul li.current-menu-ancestor ul, .sidebar-menu ul li.current-menu-item ul {
  display: block;
}
.sidebar-menu ul li.menu-item-has-children {
  position: relative;
}
.sidebar-menu ul li.menu-item-has-children > a {
  padding-right: 32px;
  position: relative;
}
@media (max-width: 991px) {
  .sidebar-menu ul li.menu-item-has-children > a {
    padding-right: 21px;
  }
}
.sidebar-menu ul li.menu-item-has-children > a.active a {
  color: #0068b3;
}
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::after, .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::before {
  content: '';
  width: 7px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.3s ease;
  -ms-transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 991px) {
  .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::after, .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::before {
    width: 8px;
  }
}
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::after {
  width: 2px;
  height: 7px;
}
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
  width: 20px;
  height: 20px;
  border-radius: 150%;
  background-color: #efd31f;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}
@media (max-width: 1199px) {
  .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
    right: 11px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
    top: 15px;
    right: 17px;
  }
}
.sidebar-menu ul li.menu-item-has-children.active > a .sub-menu-activator::before {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar-menu ul li.menu-item-has-children.active > a .sub-menu-activator::after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-menu ul.sub-menu {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 8px;
  margin-top: -3px;
}
@media (max-width: 991px) {
  .sidebar-menu ul.sub-menu {
    margin-top: -2px;
  }
}
.sidebar-menu ul.sub-menu li {
  padding: 0;
}
.sidebar-menu ul.sub-menu li::before {
  display: none;
}
.sidebar-menu ul.sub-menu li a {
  padding: 9px 20px 11px 33px;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .sidebar-menu ul.sub-menu li a {
    padding-left: 25px;
  }
}
.sidebar-menu ul.sub-menu li a:before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/arr_blue_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 9px;
  top: 12px;
  height: 11px;
  width: 15px;
}

@media (max-width: 767px) {
  .sidebar-menu .menu-subpage-container {
    display: none;
  }
  .sidebar-menu .menu-title {
    border: none;
  }
}
.home-slider {
  padding-left: 0;
  position: relative;
  position: relative;
}
.home-slider:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .home-slider {
    margin-bottom: 23px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-slider .slick-list {
    height: auto;
  }
}
.home-slider .slide {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .home-slider .slide {
    height: auto;
  }
}
.home-slider .slide.slick-active {
  z-index: 200;
}
.home-slider .slide .image {
  position: absolute;
  position: relative;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-slider .slide .image {
    padding-top: 46%;
    position: relative;
  }
}
.home-slider .slide .container {
  max-width: 1330px;
  display: block;
}
@media (max-width: 991px) {
  .home-slider .slide .container {
    position: static;
    -wbkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider .slide .container {
    width: 100%;
  }
}
.home-slider .slide .container.mobile {
  display: none !important;
  border-bottom: 3px solid #efd31f;
}
@media (max-width: 991px) {
  .home-slider .slide .container.mobile {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .home-slider .slide .container.desktop {
    display: none;
  }
}
.home-slider .text {
  display: block;
  position: absolute;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  padding: 38px 64px 17px 38px;
  width: 100%;
  z-index: 10;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -37%);
      -ms-transform: translate(-50%, -37%);
          transform: translate(-50%, -37%);
}
.home-slider .text:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1400px) {
  .home-slider .text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home-slider .text {
    padding: 33px 15px 12px 15px;
  }
}
@media (max-width: 767px) {
  .home-slider .text {
    padding: 52px 5px 21px 5px;
  }
}
@media (max-width: 480px) {
  .home-slider .text {
    padding: 0px 5px 21px 5px;
    margin-top: -25px;
  }
}
.home-slider .text h2 {
  line-height: 1.14;
  margin-bottom: 12px;
  float: none;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-family: 'Sailors Rough','Sailors', Arial, sans-serif;
}
@media (max-width: 1199px) {
  .home-slider .text h2 {
    float: none;
  }
}
@media (max-width: 480px) {
  .home-slider .text h2 {
    margin-bottom: 23px;
  }
}
.home-slider .text h2 br {
  display: none;
}
.home-slider .text .button {
  min-width: 241px;
  letter-spacing: 2.5px;
  background: url(images/button_pattern4.jpg);
  min-width: 160px;
}
.home-slider .text .button:hover {
  background: url(images/button_pattern.png);
}
.home-slider .text .button-wrap {
    float: none;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
  .home-slider .text .button-wrap {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .home-slider .text .button-wrap {
    padding-top: 37px;
  }
}
@media (max-width: 480px) {
  .home-slider .text .button-wrap {
    padding-top: 0;
  }
}
.home-slider .slick-dots {
  list-style: none;
  position: absolute;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  margin-bottom: 0;
}
.home-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 150%;
  background-color: white;
  margin-right: 17px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .home-slider .slick-dots li {
    float: left;
    margin-right: 15px;
    background-color: #162c83;
  }
}
.home-slider .slick-dots li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-slider .slick-dots li:last-child {
    margin-right: 0;
  }
}
.home-slider .slick-dots li.slick-active {
  background-color: #ca0d21;
}
.home-slider .slick-dots button {
  display: none;
}

.circular {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .circular {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .circular {
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .circular {
    padding-bottom: 14px;
  }
}
.circular .container {
  max-width: 1424px;
  width: 100%;
}
@media (max-width: 1199px) {
  .circular .container {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .circular .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .circular .container {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .circular .container {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .one-circle-wrapper {
    margin-bottom: 20px;
  }
}
.one-circle-wrapper:nth-child(even) .one-circle:before {
  background-color: rgba(22, 44, 131, 0.85);
}
.one-circle-wrapper:nth-child(even) .one-circle:hover:before {
  background-color: rgba(22, 44, 131, 0.5);
}

.one-circle {
  display: block;
  text-decoration: none;
  width: 310px;
  width: 98%;
  padding-top: 96%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 150%;
  position: relative;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .one-circle {
    width: 103%;
    padding-top: 104%;
  }
}
@media (max-width: 767px) {
  .one-circle {
    width: 100%;
    padding-top: 100%;
  }
}
.one-circle:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 150%;
  background-color: rgba(55, 176, 208, 0.85);
  transition: background-color 0.2s ease;
}
.one-circle:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 150%;
  transition: all 0.2s ease;
}
.one-circle:hover {
  text-decoration: none;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .one-circle:hover {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}
.one-circle:hover:before {
  background-color: rgba(55, 176, 208, 0.5);
}
.one-circle .icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .one-circle .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
  }
}
@media (max-width: 991px) {
  .one-circle .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .one-circle .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .one-circle .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
  }
}
.one-circle .overlay {
  width: 100%;
  height: 100%;
}
.one-circle .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .one-circle .text {
    top: 57%;
  }
}
@media (max-width: 991px) {
  .one-circle .text {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .one-circle .text {
    top: 57%;
  }
}
@media (max-width: 480px) {
  .one-circle .text {
    top: 60%;
  }
}
.one-circle .text h3, .one-circle .text p {
  color: white;
}
.one-circle .text h3 {
  font-size: 41px;
  font-size: 38px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .one-circle .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .one-circle .text h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .one-circle .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .one-circle .text h3 {
    font-size: 18px;
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.one-circle .text p {
  font-size: 15px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .one-circle .text p {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .one-circle .text p {
    letter-spacing: .5px;
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .one-circle .text p {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .one-circle .text p {
    font-size: 7px;
  }
}

.about {
  padding-top: 54px;
  border-bottom: 3px solid #efd31f;
}
@media (max-width: 767px) {
  .about {
    padding-top: 0;
  }
}

.about-top {
  position: relative;
  text-align: center;
}
.about-top:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  left: 0;
}
@media (max-width: 480px) {
  .about-top {
    padding-top: 4px;
  }
}
.about-top .button-wrap {
  float: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.about-top .button-wrap:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 84px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/background_pattern.png);
}
@media (max-width: 767px) {
  .about-top:before {
    top: 40%;
  }
}
.about-top .button {
  letter-spacing: 1.5px;
}

.about-bottom {
  text-align: center;
  padding-top: 37px;
  padding-bottom: 300px;
  padding-bottom: 21.2%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .about-bottom {
    padding-bottom: 21.8%;
  }
}
@media (max-width: 767px) {
  .about-bottom {
    padding-top: 33px;
    padding-bottom: 22%;
  }
}
@media (max-width: 480px) {
  .about-bottom {
    padding-bottom: 19%;
  }
}

.about-text {
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .about-text {
    max-width: 100%;
  }
}
.about-text p {
  line-height: 1.6;
}

.bloggle {
  padding-top: 27px;
}
@media (max-width: 1199px) {
  .bloggle {
    padding-top: 38px;
  }
}
@media (max-width: 991px) {
  .bloggle {
    padding-top: 30px;
  }
}
.bloggle .container {
  width: 97%;
}
@media (max-width: 1199px) {
  .bloggle .container {
    width: 96%;
  }
}
@media (max-width: 991px) {
  .bloggle .container {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .bloggle .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .bloggle .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.posts-wrapper {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  .posts-wrapper {
    padding-top: 33px;
  }
}
@media (max-width: 991px) {
  .posts-wrapper {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .posts-wrapper {
    padding-top: 34px;
  }
}

.bloggle-title-wrapper {
  position: relative;
  background: url(images/line_pattern3.png);
  background-position: center;
  background-size: auto 9px;
  background-repeat: repeat-x;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .bloggle-title-wrapper {
    background: none;
  }
}
.bloggle-title-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/background_pattern.png);
}
@media (max-width: 1199px) {
  .bloggle-title-wrapper:before {
    width: 277px;
  }
}

.bloggle-title-inner-wrapper {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -17px center;
  text-align: center;
  min-height: 173px;
  position: relative;
}
@media (max-width: 1199px) {
  .bloggle-title-inner-wrapper {
    min-height: 175px;
    background-position: 3px 1px;
  }
}
@media (max-width: 480px) {
  .bloggle-title-inner-wrapper {
    min-height: 178px;
  }
}
.bloggle-title-inner-wrapper:after {
  top: 51%;
}
.bloggle-title-inner-wrapper h2, .bloggle-title-inner-wrapper h3 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #162c83;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: .95;
  font-size: 40px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 195px;
  position: relative;
  top: 35px;
}
.bloggle-title-inner-wrapper h2 span, .bloggle-title-inner-wrapper h3 span {
  font-size: 20px;
  position: relative;
  bottom: 9px;
}
.bloggle-title-inner-wrapper h2:before, .bloggle-title-inner-wrapper h2:after, .bloggle-title-inner-wrapper h3:before, .bloggle-title-inner-wrapper h3:after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 37px;
  background-color: #162c83;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bloggle-title-inner-wrapper h2:before, .bloggle-title-inner-wrapper h3:before {
  left: 11px;
}
.bloggle-title-inner-wrapper h2:after, .bloggle-title-inner-wrapper h3:after {
  right: 11px;
}

.view-all, .watch-video {
  position: relative;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 10px;
}
.view-all:before, .watch-video:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  left: 0;
}
@media (max-width: 1199px) {
  .view-all, .watch-video {
    padding-top: 11px;
  }
}
@media (max-width: 991px) {
  .view-all, .watch-video {
    padding-top: 31px;
  }
}
@media (max-width: 480px) {
  .view-all, .watch-video {
    padding-top: 15px;
  }
}
.view-all:before, .watch-video:before {
  top: 52%;
}
@media (max-width: 991px) {
  .view-all:before, .watch-video:before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .view-all:before, .watch-video:before {
    top: 57%;
  }
}
@media (max-width: 480px) {
  .view-all:before, .watch-video:before {
    display: none;
  }
}
.view-all .button-wrap, .watch-video .button-wrap {
  float: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.view-all .button-wrap:before, .watch-video .button-wrap:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 84px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/background_pattern.png);
}
@media (max-width: 480px) {
  .view-all .button-wrap:before, .watch-video .button-wrap:before {
    display: none;
  }
}
.view-all .button, .watch-video .button {
  min-width: 239px;
  letter-spacing: 1.5px;
}

.page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-position: -17px center;
  background-position: center 0;
  text-align: center;
  min-height: 173px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 37px;
}
@media (max-width: 1199px) {
  .page-title-wrapper {
    min-height: 175px;
    background-position: center -0;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper {
    min-height: 149px;
    margin-bottom: 47px;
  }
}
@media (max-width: 480px) {
  .page-title-wrapper {
    padding-left: 35px;
    padding-right: 35px;
    min-height: 159px;
    padding-bottom: 0;
    margin-bottom: 47px;
  }
}
.page-title-wrapper:after {
  top: 51%;
}

section.main.blog-main {
  padding-top: 157px;
  padding-bottom: 17px;
}
@media (max-width: 1199px) {
  section.main.blog-main {
    padding-top: 147px;
  }
}
@media (max-width: 991px) {
  section.main.blog-main {
    padding-top: 137px;
  }
}
@media (max-width: 767px) {
  section.main.blog-main {
    padding-top: 160px;
    padding-top: 128px;
  }
}
@media (max-width: 480px) {
  section.main.blog-main {
    padding-top: 143px;
    padding-top: 129px;
  }
}

.load-more-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.one-post-inner {
  padding: 22px 30px 30px 30px;
  background-color: white;
  display: block;
}
.one-post-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .one-post-inner {
    min-height: 251px;
    padding: 22px 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .one-post-inner {
    padding: 22px 30px 32px 30px;
  }
}
@media (max-width: 767px) {
  .one-post-inner {
    padding: 14px 22px 31px 20px;
  }
}
@media (max-width: 480px) {
  .one-post-inner {
    padding: 14px 22px 19px 20px;
  }
}

.one-post {
  margin-bottom: 40px;
  display: block;
}
.one-post:after {
  content: '';
  display: table;
  clear: both;
}
.one-post:hover {
  text-decoration: none;
}
.one-post:hover h5 {
  color: #162c83;
}
@media (max-width: 1199px) {
  .one-post {
    margin-bottom: 30px;
    min-height: 251px;
  }
}
@media (max-width: 991px) {
  .one-post {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .one-post {
    margin-bottom: 20px;
  }
}
.one-post:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .one-post:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .one-post:last-of-type {
    margin-bottom: 20px;
  }
}
.one-post.one-post-big .one-post-inner {
  padding-bottom: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .one-post.one-post-big .one-post-inner {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-big h5 {
    font-size: 25px;
  }
}
.one-post h5 {
  color: #ca0d21;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  transition: color .2s ease;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .one-post h5 {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .one-post h5 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .one-post h5 {
    margin-bottom: 21px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .one-post h5 {
    line-height: 1.15;
    margin-bottom: 26px;
  }
}
.one-post p {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  margin-bottom: 0;
}
.one-post .author {
  color: #36b0d1;
}
.one-post .featured-wrapper {
  padding-top: 6px;
}
.one-post .featured-wrapper img {
  width: 100%;
  max-width: none;
}
.one-post .date {
  color: #8c8d9f;
}
.one-post .big-post-bottom {
  padding-top: 18px;
}
@media (max-width: 1199px) {
  .one-post .big-post-bottom {
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .one-post .big-post-bottom {
    padding-top: 17px;
  }
}
@media (max-width: 480px) {
  .one-post .big-post-bottom {
    padding-top: 22px;
  }
}
.one-post .big-post-bottom p {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .one-post .bottom {
    padding-top: 9px;
  }
}
@media (max-width: 767px) {
  .one-post .bottom {
    padding-top: 10px;
    padding-top: 3px;
  }
}
.one-post .bottom img {
  max-width: 60px;
  border-radius: 150%;
}
@media (max-width: 767px) {
  .one-post .bottom img {
    max-width: 52px;
  }
}
.one-post .bottom .avatar-wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.one-post .bottom .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
.one-post .col-right {
  padding-left: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-direction: column;
  -ms-justify-content: space-between;
  flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1199px) {
  .one-post .col-right {
    -ms-align-content: space-between;
        -ms-flex-line-pack: justify;
            -webkit-align-content: space-between;
            align-content: space-between;
  }
}
@media (max-width: 991px) {
  .one-post .col-right {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .one-post .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.one-post .col-left {
  padding-top: 7px;
}

.col-left, .col-right {
  width: 50%;
}

.col-left {
  float: left;
  display: block;
}
@media (max-width: 1199px) {
  .col-left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .col-left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .col-left {
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .col-left img {
    width: 100%;
  }
}

.col-right {
  float: right;
}
@media (max-width: 1199px) {
  .col-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .col-right {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .col-right {
    float: none;
    width: 100%;
    padding-top: 14px;
  }
}

.avatar-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.avatar-wrapper img {
  max-width: 60px;
  border-radius: 150%;
}
@media (max-width: 767px) {
  .avatar-wrapper img {
    max-width: 52px;
  }
}

.blog-posts-wrapper.posts-wrapper {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .blog-posts-wrapper.posts-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .blog-posts-wrapper.posts-wrapper {
    padding-top: 69px;
  }
}
@media (max-width: 767px) {
  .blog-posts-wrapper.posts-wrapper {
    padding-top: 41px;
  }
}

.one-post.one-post-blog {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .one-post.one-post-blog {
    margin-bottom: 20px;
  }
}
.one-post.one-post-blog h5 {
  font-size: 20px;
  padding-left: 8px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog h5 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog h5 {
    font-size: 20px;
    padding-left: 0;
  }
}
.one-post.one-post-blog .col-left {
  width: 47%;
  min-height: 170px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .col-left {
    width: 44%;
    padding-top: 9px;
  }
}
@media (max-width: 991px) {
  .one-post.one-post-blog .col-left {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog .col-left {
    width: 100%;
  }
}
.one-post.one-post-blog .col-right {
  width: 53%;
  padding-left: 21px;
  padding-top: 7px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .col-right {
    padding-top: 0;
    width: 55%;
  }
}
@media (max-width: 991px) {
  .one-post.one-post-blog .col-right {
    width: 53%;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog .col-right {
    width: 100%;
    padding-left: 0;
    padding-top: 13px;
  }
}
.one-post.one-post-blog .bottom .info {
  bottom: 0;
  left: 1px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .bottom {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .one-post.one-post-blog .bottom {
    padding-top: 24px;
  }
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .bottom .avatar-wrapper {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog .bottom .avatar-wrapper {
    padding-left: 0;
    margin-right: 8px;
  }
}

.one-post-inner.one-post-inner-blog {
  padding: 8px 15px 16px 15px;
  height: 100%;
}
@media (max-width: 1199px) {
  .one-post-inner.one-post-inner-blog {
    padding: 21px 15px 20px 30px;
  }
}
@media (max-width: 991px) {
  .one-post-inner.one-post-inner-blog {
    padding: 21px 28px 37px 30px;
  }
}
@media (max-width: 767px) {
  .one-post-inner.one-post-inner-blog {
    padding: 12px 20px 20px 21px;
  }
}

/* styles for blog post */
.main.single-main {
  padding-top: 194px;
  padding-bottom: 26px;
}
@media (max-width: 1199px) {
  .main.single-main {
    padding-top: 152px;
  }
}
@media (max-width: 991px) {
  .main.single-main {
    padding-top: 154px;
  }
}
@media (max-width: 767px) {
  .main.single-main {
    padding-top: 118px;
  }
}
@media (max-width: 480px) {
  .main.single-main {
    padding-top: 116px;
  }
}
.main.single-main p {
  line-height: 1.6;
}

.single-top {
  text-align: center;
}
.single-top h1 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .single-top h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .single-top h1 {
    margin-bottom: 38px;
  }
}
.single-top h6 {
  font-size: 16px;
  color: #ca0d21;
  letter-spacing: 2.5px;
}
.single-top h6 span {
  position: relative;
  padding-right: 30px;
}
.single-top h6 span:last-child {
  padding-right: 0;
}
.single-top h6 span:last-child:after {
  display: none;
}
.single-top h6 span:after {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 150%;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ca0d21;
}
.single-top .avatar-wrapper {
  margin-top: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .single-top .avatar-wrapper {
    margin-top: 20px;
  }
}
.single-top .avatar-wrapper:before, .single-top .avatar-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(images/line_pattern3.png);
  background-size: auto 9px;
  height: 9px;
  width: 100px;
}
.single-top .avatar-wrapper:before {
  left: -115px;
}
.single-top .avatar-wrapper:after {
  right: -115px;
}

.entry {
  padding-top: 51px;
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .entry {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .entry {
    padding-top: 46px;
  }
}

.single-bottom {
  position: relative;
  padding-top: 45px;
  text-align: center;
  font-size: 15px;
  margin-top: 59px;
}
@media (max-width: 1199px) {
  .single-bottom {
    margin-top: 69px;
  }
}
@media (max-width: 767px) {
  .single-bottom {
    margin-top: 46px;
  }
}
.single-bottom:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: url(images/line_pattern3.png);
  background-size: auto 9px;
  height: 9px;
  width: 290px;
  top: 0;
}
.single-bottom h6 {
  font-size: 15px;
  text-transform: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.single-bottom a {
  display: inline-block;
  color: #ca0d21;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}

.share {
  padding-top: 19px;
}
.share h6 {
  margin-bottom: 0;
  position: relative;
  bottom: 11px;
}
.share .stButton {
  margin-left: 1px;
  margin-right: 1px;
}

.view-all-posts {
  text-align: center;
  padding-top: 35px;
}
.view-all-posts:after {
  content: '';
  display: table;
  clear: both;
}
.view-all-posts .button-wrap {
  float: none;
  margin: 0 auto;
}
.view-all-posts .button {
  padding: 0 29px 11px;
}

body.blog .filters header, body.archive .filters header {
  font-size: 18px;
}

body.blog .filters .filters-title, body.archive .filters .filters-title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  position: relative;
  color: white;
  font-size: 15px;
  line-height: 30px;
  padding: 12px 0;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-transform: uppercase;
}
body.blog .filters .filters-title.active > span::before, body.archive .filters .filters-title.active > span::before {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
body.blog .filters .filters-title.active > span::after, body.archive .filters .filters-title.active > span::after {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

body.blog .filters .filters-title span, body.archive .filters .filters-title span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 16px;
  border-radius: 50%;
  background-color: #efd31f;
}

@media (max-width: 767px) {
  body.blog .filters .filters-title span:before, body.blog .filters .filters-title span:after, body.archive .filters .filters-title span:before, body.archive .filters .filters-title span:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
body.blog .filters .filters-title span:after, body.archive .filters .filters-title span:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

section.filters {
  padding-top: 13px;
}
@media (max-width: 767px) {
  section.filters {
    padding-top: 0;
    background-color: #162c83;
    background: url(images/blue_pattern.png);
  }
}

@media (max-width: 767px) {
  .filters-content {
    padding-bottom: 20px;
    display: none;
  }
}

div.fancy-select {
  position: relative;
  font-size: 15px;
  width: 100%;
  letter-spacing: 0.05em;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 24px 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: white;
  color: black;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #ebe4d5;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
@media (max-width: 767px) {
  div.fancy-select div.trigger {
    margin-bottom: 10px;
  }
}

div.fancy-select div.trigger:after {
  content: "\f078";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 11px;
  top: 16px;
  right: 15px;
}

/* line 55, ../../../../source/wp-content/themes/DMDC/css/_fancySelect.scss */
div.fancy-select div.trigger.open {
  border: 1px solid transparent;
  box-shadow: none;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: white;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-size: 15px;
  padding: 0;
  padding-top: 10px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 4px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  background: #f2f2f2;
}
div.fancy-select ul.options li:hover {
  background: #f2f2f2;
}

/*  searchform */
.searchform {
  position: relative;
}
.searchform button:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .7px;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.searchform input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  border-radius: 2px;
  padding: 15px 50px 15px 15px;
  background: white;
  color: black;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #ebe4d5;
  width: 100%;
  font-size: 15px;
  height: auto;
}

.searchform button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.searchform button:focus, .searchform button:active {
  outline: none;
}

.searchform button:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.main.full-page {
  padding-bottom: 63px;
}
@media (max-width: 991px) {
  section.main.full-page {
    padding-bottom: 21px;
  }
}

.icm-version-rrdc {
  margin-top: 127px;
}
@media (max-width: 767px) {
  .icm-version-rrdc {
    margin-top: 93px;
  }
}

.icm-version-rrdc .icm-interactive-elements .icm-lightbox-overlay {
  z-index: 100;
  background-color: rgba(18, 37, 108, 0.85);
}
.icm-version-rrdc .icm-map-key-menu {
  padding-top: 0;
}
.icm-version-rrdc .icm-map-key-intro {
  background-image: url(images/button_pattern1.png);
  background-repeat: repeat-x;
  padding: 10px 30px;
}
.icm-version-rrdc .icm-map-key-intro h3 {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  color: white;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list {
  margin-top: 0;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list {
  border-color: #12256c;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li, .icm-version-rrdc .icm-map-key-menu .icm-map-key-list li:hover {
  border-color: #12256c;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li {
  position: relative;
  padding-right: 15px;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: #12256c;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li:hover {
  background-color: transparent;
  color: #ca0d21;
}
.icm-version-rrdc .icm-large-slider-photo {
  box-shadow: 0 0 25px rgba(174, 163, 144, 0.45);
}
.icm-version-rrdc .icm-large-slider-photo, .icm-version-rrdc .icm-small-slider-photo {
  border: solid 12px #fff;
}
.icm-version-rrdc .icm-map-instructions-close {
  background-color: #ca0d21;
}
.icm-version-rrdc .icm-interactive-elements .icm-map-instructions .icon-move:after {
  background-image: url(images/icm_move.svg);
}
.icm-version-rrdc .icm-interactive-elements .icm-map-instructions .icon-click:after {
  background-image: url(images/icm_click.svg);
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-button {
  background-color: #12256c;
  color: white;
}
.icm-version-rrdc .icm-zoom-buttons .icm-zoom-in {
  background-image: none;
  border-radius: 0;
}
.icm-version-rrdc .icm-zoom-buttons .icm-zoom-in:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-1px, -5px);
  -ms-transform: translate(-1px, -5px);
  transform: translate(-1px, -5px);
  background-color: #231f20;
}
.icm-version-rrdc .icm-zoom-buttons .icm-zoom-out {
  background-image: none;
  border-radius: 0;
  border-top: 1px solid #e1e1e1;
}
.icm-version-rrdc .icm-zoom-buttons button {
  position: relative;
  margin-top: 0;
  background-color: #fff;
}
.icm-version-rrdc .icm-zoom-buttons button.inactive {
  background-image: none;
}
.icm-version-rrdc .icm-zoom-buttons button.inactive:after, .icm-version-rrdc .icm-zoom-buttons button.inactive:before {
  background-color: #a9a9a9;
}
.icm-version-rrdc .icm-zoom-buttons button:not(.inactive):hover {
  background-color: #fff;
}
.icm-version-rrdc .icm-zoom-buttons button:not(.inactive):hover:after, .icm-version-rrdc .icm-zoom-buttons button:not(.inactive):hover:before {
  background-color: #eaa926;
}
.icm-version-rrdc .icm-zoom-buttons button:after, .icm-version-rrdc .icm-zoom-buttons button:before {
  background-color: #034110;
}
.icm-version-rrdc .icm-zoom-buttons button:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-5px, -1px);
  -ms-transform: translate(-5px, -1px);
  transform: translate(-5px, -1px);
  background-color: #231f20;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-button {
  font-size: 10px;
}

/* Lightbox */

.fancybox-slide--iframe .fancybox-content {
    max-width: 425px !important;
    max-height: 170px !important;
    width: 100%;
    height: 100%;
}
@media(min-width: 768px) {
    .fancybox-slide--iframe .fancybox-content {
        max-width: 650px !important;
        max-height: 350px !important;
    }
}
@media(min-width: 1024px) {
    .fancybox-slide--iframe .fancybox-content {
        max-width: 800px !important;
        max-height: 450px !important;
    }
}
.fancybox-container .fancybox-bg {
  background: rgba(30, 48, 115, 0.95);
}

.fancybox-container .fancybox-button--fullscreen,
.fancybox-container .fancybox-button--share {
    display: none !important;
}
.fancybox-container .fancybox-button--close {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 30px;
  right: 36px;
  right: 16px;
  display: block;
  z-index: 99;
  background-color: #efd31f;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fancybox-container .fancybox-button--close:hover {
  background-color: #3859a2;
}
@media (max-width: 767px) {
.fancybox-container .fancybox-button--close {
    width: 33px;
    height: 33px;
    font-size: 15px;
    line-height: 33px;
  }
=======
/*
Theme Name: RollingRiverDayCamp
Description: Dedicated Wordpress theme for Company Name
*/
.ie8 .accordion .accordion-header span.accordion-icon, .accordion .accordion-header .ie8 span.accordion-icon {
  behavior: url("pie/PIE.htc");
}
@font-face {
    font-family: 'Sailors';
    src: url('fonts/sailors-webfont.eot') format('embedded-opentype'),
         url('fonts/sailors-webfont.ttf') format('truetype'),
         url('fonts/sailors-webfont.woff') format('woff'),
         url('fonts/sailors-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'Sailors Rough';
    src: url('fonts/sailors-rough.ttf') format('truetype');
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.65;
  font-size: 16px;
  background: #ffffff;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  min-width: 320px;
  color: #3c3c3c;
  background: url(images/background_pattern.png);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    line-height: 1.62;
  }
}
body:after {
  position: fixed;
  left: -999px;
  width: 0;
  height: 0;
  z-index: -1;
  content: url(images/button_pattern_hover.png);
}

body:before {
  content: 'desktop';
  display: none;
}

@media (max-width: 1199px) {
  body:before {
    content: 'sm-desktop';
  }
}
@media (max-width: 1024px) {
  body:before {
    content: 'tablet-l';
  }
}
@media (max-width: 992px) {
  body:before {
    content: 'tablet';
  }
}
@media (max-width: 767px) {
  body:before {
    content: 'mobile';
  }
}
section.main {
  padding-top: 145px;
  padding-top: 127px;
  min-height: 66vh;
}
@media (max-width: 991px) {
  section.main {
    padding-top: 123px;
  }
}
@media (max-width: 767px) {
  section.main {
    padding-top: 94px;
  }
}
section.main.main404 {
  padding-top: 175px;
}
@media (max-width: 991px) {
  section.main.main404 {
    padding-top: 153px;
  }
}
@media (max-width: 767px) {
  section.main.main404 {
    padding-top: 144px;
  }
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  text-decoration: none;
  color: #162c83;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

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

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

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

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

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}

.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}
@media (max-width: 480px) {
  .error404 ul {
    break-word: break-all;
  }
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #C3C3C3;
  border: 2px solid #eee;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
	Layout
/* ========================================================================== */
header.main {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 900;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  min-width: 320px;
  padding-top: 12px;
  background: url(images/header_pattern1.png);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid #f5d820;
}
@media (max-width: 1199px) {
  header.main {
    padding-top: 17px;
  }
}
@media (max-width: 991px) {
  header.main {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  header.main {
    padding-top: 0;
  }
}
header.main .container {
  width: 1280px;
  min-width: 320px;
}
@media (min-width: 100px) {
  header.main .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: xsmall) {
  header.main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  header.main .container {
    width: 756px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  header.main .container {
    width: 970px;
    width: 909px;
    width: 939px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1199px) {
  header.main .container {
    width: 100%;
    max-width: 1284px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.main:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  left: 0;
}
@media (max-width: 767px) {
  header.main:before {
    display: none;
  }
}
header.main:after {
  display: block;
  content: "";
  position: absolute;
  width: 194px;
  height: 100%;
  background: url(images/header_pattern1.png);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  header.main:after {
    width: 188px;
  }
}
@media (max-width: 991px) {
  header.main:after {
    width: 150px;
  }
}
@media (max-width: 767px) {
  header.main:after {
    display: none;
  }
}
header.main ul {
  list-style: none;
}
header.main a {
  text-decoration: none;
  transition: color 0.5s ease;
}

.logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 57%;
  background-color: white;
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 15px;
  padding-top: 14px;
  border: 3px solid #284b98;
  border-radius: 150%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199px) {
  .logo {
    width: 130px;
    height: 130px;
    padding: 11px;
    top: 42%;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 95px;
    height: 95px;
    padding: 7px;
    top: 55%;
  }
}
.logo img {
  max-width: 100%;
  display: block;
  margin: auto auto;
}

.bottom-menu {
  padding-left: 5px;
  padding-right: 4px;
  position: relative;
  padding-top: 42px;
  padding-bottom: 24px;
}
.bottom-menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .bottom-menu {
    padding-top: 46px;
  }
}

.main-nav {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 900;
  font-size: 17px;
  width: 47%;
}
@media (max-width: 1199px) {
  .main-nav {
    font-size: 14px;
  }
}
.main-nav li {
  float: left;
  width: 50%;
  position: relative;
  letter-spacing: 1.9px;
}
@media (max-width: 1199px) {
  .main-nav li {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .main-nav li {
    width: 41%;
  }
}
.main-nav li:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #8792be;
  width: 5px;
  height: 5px;
  border-radius: 150%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 26%;
}
@media (max-width: 1199px) {
  .main-nav li:after {
    right: 22%;
  }
}
@media (max-width: 991px) {
  .main-nav li:after {
    right: 14%;
  }
}
.main-nav li:last-child {
  padding-right: 0;
}
.main-nav li:last-child:after {
  display: none;
}
.main-nav a {
  letter-spacing: 2.2px;
  color: #162c83;
}
@media (max-width: 991px) {
  .main-nav a {
    letter-spacing: 1.7px;
  }
}
.main-nav a:hover {
  color: #ca0d21;
}
.main-nav.left {
  float: left;
}
.main-nav.right {
  float: right;
  width: 50%;
}
@media (max-width: 991px) {
  .main-nav.right {
    padding-left: 11px;
    width: 49%;
  }
}
.main-nav.right li {
  text-align: right;
}
@media (max-width: 1199px) {
  .main-nav.right li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .main-nav.right li {
    width: 50%;
  }
}
.main-nav.right li:after {
  right: -32%;
}
@media (max-width: 1199px) {
  .main-nav.right li:after {
    right: -29%;
  }
}
@media (max-width: 991px) {
  .main-nav.right li:after {
    right: -22%;
  }
}

.sticky {
  top: 0;
  transition: all .2s ease;
}

#wpadminbar {
  position: absolute;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
  padding-right: 0;
}

@media (max-width: 480px) {
  .top-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-menu a {
  letter-spacing: 1.9px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .top-menu a {
    letter-spacing: 1.3px;
  }
}
@media (max-width: 991px) {
  .top-menu a {
    letter-spacing: 1.1px;
  }
}
.top-menu .top-right-menu a {
  font-weight: 700;
  letter-spacing: 2.3px;
}
@media (max-width: 1199px) {
  .top-menu .top-right-menu a {
    letter-spacing: 1.5px;
  }
}

.top-menu, .bottom-left-menu {
  font-size: 13px;
  letter-spacing: 2px;
}
.top-menu:after, .bottom-left-menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .top-menu, .bottom-left-menu {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991px) {
  .top-menu, .bottom-left-menu {
    font-weight: 500;
  }
}
.top-menu a, .bottom-left-menu a {
  position: relative;
}
.top-menu a img, .bottom-left-menu a img {
  width: 24px;
  height: 14px;
  position: absolute;
  display: inline-block;
  padding-right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 48%;
  margin-left: 0 !important;
}
@media (max-width: 1199px) {
  .top-menu a img, .bottom-left-menu a img {
    width: 22px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .top-menu a img, .bottom-left-menu a img {
    width: 26px;
    height: 17px;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -ms-transform: translate(-50%, 0);
    -wekit-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.top-menu span.menu-image-title, .bottom-left-menu span.menu-image-title {
  display: inline-block;
  padding-left: 28px;
}
@media (max-width: 1199px) {
  .top-menu span.menu-image-title, .bottom-left-menu span.menu-image-title {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .top-menu span.menu-image-title, .bottom-left-menu span.menu-image-title {
    padding-left: 0;
  }
}
.top-menu a, .bottom-left-menu a {
  display: block;
}
.top-menu a:hover, .bottom-left-menu a:hover {
  color: #162c83;
}
.top-menu ul, .bottom-left-menu ul {
  position: relative;
}
.top-menu li, .bottom-left-menu li {
  float: left;
  display: block;
  margin-right: 41px;
  margin-right: 40px;
  letter-spacing: 1.7px;
}
@media (max-width: 1199px) {
  .top-menu li, .bottom-left-menu li {
    margin-right: 18px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 991px) {
  .top-menu li, .bottom-left-menu li {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .top-menu li, .bottom-left-menu li {
    margin-right: 0;
    letter-spacing: 1.2px;
  }
}
.top-menu li:last-child, .bottom-left-menu li:last-child {
  margin-right: 0;
}

.top-left-menu {
  float: left;
}
.top-left-menu a {
  color: #8c8d9f;
}

.top-right-menu {
  float: right;
  padding-right: 5px;
}
.top-right-menu:after {
  right: 0;
}
.top-right-menu li {
  margin-right: 54px;
}
@media (max-width: 1199px) {
  .top-right-menu li {
    margin-right: 20px;
  }
}
.top-right-menu a {
  color: #ca0d21;
}

.hamburger {
  width: 31px;
  height: 18px;
  font-size: 12px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  color: #162c83;
  position: relative;
  top: -1px;
  margin-bottom: 2px;
  text-align: center;
}
.hamburger a {
  color: #162c83;
  display: block;
}
.hamburger img {
  max-height: 19px;
}
.hamburger span {
  letter-spacing: .5px;
  position: relative;
  top: 3px;
}
.hamburger img {
  display: block;
  width: 32px;
  height: 17px;
}

.mobile .top-menu {
  background: url(images/blue_pattern.png);
  padding: 6px 14px 4px 14px;
}
.mobile .top-menu li {
  width: 50%;
  font-size: 10px;
}
.mobile .top-menu li:nth-child(even) {
  text-align: right;
}
.mobile .top-menu a {
  color: white;
  position: relative;
  transition: color 0.2s ease;
}
.mobile .top-menu a:hover {
  color: #f5d820;
}

.bottom-left {
  padding: 16px 14px 12px 14px;
}
.bottom-left:after {
  content: '';
  display: table;
  clear: both;
}
.bottom-left .hamburger {
  float: right;
}

.bottom-left-menu {
  float: left;
}
.bottom-left-menu a {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  color: #162c83;
}
.bottom-left-menu a:hover {
  color: #ca0d21;
}
.bottom-left-menu .menu-image-hover-wrapper {
  width: 26px;
  height: 20px;
  display: block;
}

#page {
  transition: right, 0.5s;
  position: relative;
  right: 0;
  overflow-x: hidden;
}

#page {
  right: 0;
}
#page.active {
  right: 265px;
}

header.main {
  left: 0;
}
header.main.active {
  left: -265px;
}

.menu-none {
  display: none;
}

/* dl-menu styles */
.dl-menuwrapper {
  background-color: #162c83;
  background-color: #102162;
}
.dl-menuwrapper .dl-menu {
  margin: 45px 0 0 0;
}
.dl-menuwrapper a {
  text-align: left;
  position: relative;
}
.dl-menuwrapper li {
  border-bottom: 2px solid #0b1744;
}
.dl-menuwrapper li a {
  padding: 20px 15px;
  color: white;
  font-size: 13px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.dl-menuwrapper li.menu-item-has-children.dl-subviewopen {
  border-bottom: none;
}
.dl-menuwrapper li.menu-item-has-children > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 7px;
  height: 13px;
  background-image: url(images/arr_white_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.dl-menuwrapper li.dl-back {
  background-color: #162c83;
  color: #f5d820;
}
.dl-menuwrapper li.dl-back a {
  padding-left: 40px;
  color: #f5d820;
}
.dl-menuwrapper li.dl-back a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  width: 7px;
  height: 13px;
  background-image: url(images/yellow_arr.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu-close-trigger {
  position: relative;
  top: 20px;
  right: 15px;
}

.mobile-menu {
  overflow-y: auto;
  height: 100%;
  max-width: 100%;
  width: 265px;
  position: fixed;
  right: -265px;
  top: 0;
  z-index: 101;
  text-align: right;
  font-size: 0;
  transition: all, 0.5s;
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile-menu {
    width: 100%;
    right: -100%;
  }
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .menu-close-trigger::before {
  content: '';
  display: block;
  height: 17px;
  width: 16px;
  background: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .dl-menuwrapper li a:hover {
  background-color: #162c83;
}

.dl-menuwrapper .dl-menu {
  margin-top: 58px;
}

.dl-menuwrapper:first-child {
  margin-right: 0;
}

.dl-submenu {
  margin-bottom: 0;
}

.page-main footer.main li:before {
  display: none;
}

footer.main {
  margin-top: 112px;
  margin-top: 83px;
  margin-top: 65px;
  margin-top: 16px;
}
footer.main p, footer.main a, footer.main li, footer.main span {
  color: white;
  font-size: 15px;
}
footer.main p a {
  color: white;
}
footer.main ul {
  list-style: none;
}
footer.main a {
  text-decoration: none;
}
footer.main .footer-bottom p {
  font-size: 12px;
  line-height: 2.7;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  footer.main .footer-bottom p {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 203px;
  }
}

.footer-top {
  padding-top: 43px;
  padding-bottom: 15px;
  background-color: #162c83;
}
@media (max-width: 991px) {
  .footer-top {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 51px;
  }
}
@media (max-width: 480px) {
  .footer-top {
    padding-bottom: 34px;
  }
}
.footer-top p {
  letter-spacing: 1.5px;
}

@media (max-width: 991px) {
  .col-contact {
    padding-top: 42px;
  }
}
@media (max-width: 480px) {
  .col-contact {
    padding-top: 32px;
  }
}

.footer-bottom {
  background-color: #12256c;
}

.page-main .countdown-wrapper li:before {
  display: none;
}

.footer-bottom {
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.footer-bottom img {
  margin-left: 2px;
  max-width: 50px;
}

@media (max-width: 480px) {
  .website {
    padding-top: 17px;
  }
}

@media (max-width: 767px) {
  .col-xs-bottom {
    text-align: center;
  }
}

.fergcorp_countdownTimer_event_li {
  color: white;
}

@media (max-width: 991px) {
  .col-countdown {
    position: relative;
    background: url(images/line_pattern3.png);
    background-position: bottom;
    background-size: auto 8px;
    background-repeat: repeat-x;
    padding-bottom: 53px;
  }
}

.countdown-wrapper {
  max-width: 295px;
  margin-left: 31px;
  margin-top: 6px;
  border: 3px solid #efd31f;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  position: relative;
}
.countdown-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .countdown-wrapper {
    margin-left: 47px;
    margin-top: 9px;
  }
}
@media (max-width: 991px) {
  .countdown-wrapper {
    margin: 0 auto;
    position: relative;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .countdown-wrapper {
    right: 28px;
    max-width: 234px;
  }
}
.countdown-wrapper img {
  position: absolute;
  right: 0;
  width: 83px;
  right: -71px;
  top: -24px;
}
@media (max-width: 1199px) {
  .countdown-wrapper img {
    right: -70px;
    top: -22px;
  }
}
@media (max-width: 991px) {
  .countdown-wrapper img {
    top: -23px;
  }
}
@media (max-width: 767px) {
  .countdown-wrapper img {
    right: -61px;
    width: 70px;
  }
}
.countdown-wrapper .countdown-holder {
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: 14px;
  border-right: 3px solid #efd31f;
  padding-left: 20px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .countdown-wrapper .countdown-holder {
    font-size: 70px;
    padding-left: 15px;
    padding-right: 0;
    line-height: 1.26;
  }
}
.countdown-wrapper .countdown-text-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.countdown-wrapper .countdown-text {
  font-size: 20px;
  max-width: 70px;
  padding-top: 5px;
  padding-bottom: 4px;
  letter-spacing: 3px;
  line-height: 1.3;
  position: relative;
  left: 9px;
  text-align: center;
  word-break: break-all;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .countdown-wrapper .countdown-text {
    font-size: 15px;
    max-width: 55px;
    left: 6px;
  }
}
@media (max-width: 480px) {
  .countdown-wrapper .countdown-text {
    text-align: left;
    left: 10px;
  }
}
.countdown-wrapper abbr {
  font-size: 96px;
  text-decoration: none;
}
.countdown-wrapper span {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}

.socials-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .socials-wrapper {
    padding-bottom: 15px;
  }
}

.socials-wrapper-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .socials-wrapper-inner {
    padding-top: 18px;
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .socials-wrapper-inner {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}

.socials {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  float: right;
}
.socials:after {
  content: '';
  display: table;
  clear: both;
}
.socials li {
  float: left;
}
@media (max-width: 767px) {
  .socials {
    float: none;
    display: inline-block;
    position: relative;
    right: 2px;
  }
}
.socials a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 24px;
  transition: opacity 0.2s ease;
}
.socials a:hover {
  opacity: .75;
}
.socials li {
  margin-right: 13px;
}
.socials li:last-child {
  margin-right: 0;
}

.camp-logo-wrapper {
  float: right;
  width: 166px;
  text-align: center;
  padding-top: 22px;
  padding-top: 26px;
}
@media (max-width: 1199px) {
  .camp-logo-wrapper {
    padding-top: 27px;
  }
}
@media (max-width: 767px) {
  .camp-logo-wrapper {
    float: none;
    margin: 0 auto;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .camp-logo-wrapper {
    padding-top: 20px;
  }
}
.camp-logo-wrapper a {
  transition: opacity 0.2s ease;
}
.camp-logo-wrapper a:hover {
  opacity: .75;
}
.camp-logo-wrapper img {
  width: 98px;
}

.hero-img {
  position: relative;
  width: 100%;
  padding-top: 28.5%;
  padding-top: 29.2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .hero-img {
    padding-top: 29.5%;
  }
}
@media (max-width: 991px) {
  .hero-img.full-hero {
    padding-top: 30.8%;
  }
}

/* TYPOGRAPHY */
.page-title {
  position: relative;
  margin-top: 78px;
  margin-bottom: 79px;
  padding-bottom: 56px;
  letter-spacing: 0;
  text-align: center;
}
.page-title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 236px;
  height: 9px;
  background: url(images/line_pattern3.png);
}
@media (max-width: 991px) {
  .page-title {
    margin-top: 81px;
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 45px;
    line-height: 1.15;
    padding-bottom: 32px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 40px;
    margin-top: 17px;
    margin-bottom: 50px;
    margin-bottom: 54px;
  }
}
.page-title.blog-title {
  margin-top: 0;
  padding-top: 77px;
  padding-top: 40px;
  margin-top: 37px;
  padding-bottom: 54px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-title.blog-title {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .page-title.blog-title {
    margin-top: 0;
    padding-top: 49px;
  }
}
@media (max-width: 480px) {
  .page-title.blog-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-title.blog-title:after {
  display: none;
}
.page-title.sub-title {
  margin-bottom: 88px;
}
@media (max-width: 1199px) {
  .page-title.sub-title {
    line-height: 1.08;
    margin-top: 71px;
    margin-bottom: 61px;
  }
}
@media (max-width: 991px) {
  .page-title.sub-title {
    line-height: 1.18;
    margin-top: 65px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .page-title.sub-title {
    margin-top: 21px;
    margin-bottom: 56px;
  }
}

h2, h3, h4, h5, h6 {
  letter-spacing: 1.3px;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c3c3c;
}

h1 {
  font-size: 3.75em;
  line-height: 1em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0.66667em;
}
@media (max-width: 991px) {
  h2 {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  h2 {
    line-height: 1.14;
  }
}

h3 {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  h3 {
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

p + h3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  p + h3 {
    margin-top: 35px;
    margin-top: 55px;
  }
}

h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .9px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  h4 {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 25px;
  }
}

p + h4 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  p + h4 {
    margin-top: 27px;
    margin-top: 57px;
  }
}

h5 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: .9px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

p + h5 {
  margin-top: 57px;
}
@media (max-width: 767px) {
  p + h5 {
    margin-top: 31px;
    margin-top: 64px;
  }
}

h6 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .9px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6 {
    font-size: 15px;
  }
}

p + h6 {
  margin-top: 62px;
}
@media (max-width: 767px) {
  p + h6 {
    margin-top: 71px;
  }
}

p {
  letter-spacing: .8px;
  margin-bottom: 28px;
}
p:empty {
  display: none;
}

a {
  color: #3386c2;
}

blockquote {
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin: 48px 0;
  padding: 35px 17px 9px;
  background-color: white;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  blockquote {
    padding: 35px 17px 3px;
  }
}
@media (max-width: 991px) {
  blockquote {
    padding: 26px 41px 5px;
  }
}
@media (max-width: 767px) {
  blockquote {
    margin-top: 15px;
    margin-top: 25px;
    padding: 29px 20px 6px;
  }
}
@media (max-width: 480px) {
  blockquote {
    padding: 31px 12px 2px;
    margin-top: 26px;
  }
}
blockquote p {
  font-size: 20px;
  margin-bottom: 28px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  blockquote p {
    line-height: 1.5;
  }
}

p + blockquote, .clearfix + blockquote {
  margin-top: 13px;
}

ul + h2 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  ul + h2 {
    margin-top: 50px;
  }
}

ul + h3 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  ul + h3 {
    margin-top: 62px;
  }
}

blockquote + h3 {
  margin-top: 88px;
}
@media (max-width: 767px) {
  blockquote + h3 {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  blockquote + h3 {
    margin-top: 62px;
  }
}

.ezcol h6 {
  margin-top: 47px;
  margin-top: 24px;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .ezcol h6 {
    margin-bottom: 21px;
    margin-top: 17px;
  }
}

.dataTables_wrapper + h2 {
  margin-top: 54px;
}

@media (max-width: 767px) {
  .tabs + h2 {
    margin-bottom: 0;
  }
}

ul {
  margin-top: 10px;
}

ul, ol {
  padding: 0 0 0 20px;
  margin: 0 0 33px 0;
}
ul ul, ol ul {
  padding: 0 0 0 24px;
}

li {
  letter-spacing: .7px;
  line-height: 1.6;
}

.page-main ul {
  list-style: none;
  padding-left: 18px;
}
.page-main ul ul {
  padding-left: 12px;
}
.page-main ul ul li {
  letter-spacing: .8px;
}
.page-main ul ul li:before {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #3c3c3c;
  top: 10.5px;
  left: -14px;
}
.page-main li {
  position: relative;
}
.page-main li:before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #3c3c3c;
  border-radius: 150%;
  top: 12px;
  left: -16px;
}

.desktop-check {
  display: block;
}

@media (max-width: 1199px) {
  .desktop-check {
    display: none;
  }
}
.page-content {
  padding: 57px 0 34px 0;
}

main.content, body.search-results.search main.content {
  padding: 106px 0 51px;
}

body.search main.content {
  padding: 106px 0 106px;
}

/* line break style */
.line {
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  margin: 44px 0 44px 0;
}
@media (max-width: 767px) {
  .line {
    margin: 24px 0 38px 0;
  }
}

/* white frame for images */
.frame {
  padding-top: 7px;
  padding-bottom: 15px;
  padding-bottom: 31px;
}
.frame img {
  box-shadow: 0 0 15px rgba(174, 163, 144, 0.15);
  border: solid 10px #fff;
}
@media (max-width: 991px) {
  .frame img {
    box-shadow: 3px 4px 14px 1px rgba(0, 0, 0, 0.2);
    border: solid 5px #fff;
  }
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 55.8%;
  height: 0;
  overflow: hidden;
  margin-top: 3.063rem;
  margin-bottom: 5.250rem;
}
@media (max-width: 767px) {
  .video-container {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .video-container {
    margin-bottom: 55px;
  }
}
.video-container.video-container-before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

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

/* BUTTONS */
.ezcol:after {
  content: '';
  display: table;
  clear: both;
}

.button-wrap {
  line-height: 1em;
  padding-bottom: 1.3125em;
  margin-bottom: 0;
  padding-top: 6px;
  float: left;
  width: 20.5%;
}
@media (max-width: 1199px) {
  .button-wrap {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .button-wrap {
    width: auto;
    float: none;
  }
}
@media (max-width: 767px) {
  .button-wrap {
    padding-bottom: 13px;
    padding-bottom: 6px;
  }
}
.button-wrap + h5 {
  display: block;
}

.button {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1.3px;
  line-height: 59px;
  padding: 13px 25px 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 181px;
  height: 59px;
  border-radius: 4px;
  background: url(images/button_pattern3.png);
  transition: background 0.3s ease;
}
.button span {
  position: relative;
  z-index: 2;
}
.button:hover {
  background: url(images/button_pattern_hover.png);
}
.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}
@media (max-width: 480px) {
  .mt-22 {
    margin-top: 10px;
  }
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-38 {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .mt-38 {
    margin-top: 28px;
  }
}

.mt-39 {
  margin-top: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-47 {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .mt-47 {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .mt-47 {
    margin-top: 22px;
  }
}

.mt-48 {
  margin-top: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-54 {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .mt-54 {
    margin-top: 48px;
  }
}

.mt-55 {
  margin-top: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-71 {
  margin-top: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-76 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .mt-76 {
    margin-top: 62px;
  }
}

.mt-77 {
  margin-top: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-79 {
  margin-top: 79px;
}
@media (max-width: 767px) {
  .mt-79 {
    margin-top: 60px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.mt-83 {
  margin-top: 83px;
}
@media (max-width: 767px) {
  .mt-83 {
    margin-top: 55px;
  }
}

.mt-84 {
  margin-top: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.mt-88 {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .mt-88 {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .mt-88 {
    margin-top: 62px;
  }
}

.mt-89 {
  margin-top: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .mb-31 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .mb-41 {
    margin-bottom: 21px;
  }
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-54 {
  margin-bottom: 54px;
}
@media (max-width: 480px) {
  .mb-54 {
    margin-bottom: 15px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* widgets */
.widget-area .button-wrap {
  margin-bottom: 0;
}
.widget-area .button-wrap .button {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.bottom-widgets {
  clear: both;
}
@media (max-width: 767px) {
  .bottom-widgets {
    padding-top: 8px;
  }
}

.widget-left {
  padding-top: 84px;
}
@media (max-width: 1199px) {
  .widget-left {
    padding-top: 79px;
  }
}
@media (max-width: 991px) {
  .widget-left {
    padding-top: 78px;
  }
}
@media (max-width: 767px) {
  .widget-left {
    padding-top: 48px;
    padding-top: 34px;
  }
}

.widget .button-wrap {
  width: 100%;
}

.widget-area {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .widget-area {
    padding-top: 0;
  }
}

.widget.widget_wysiwyg_widgets_widget .widget-title {
  display: none;
}
@media (max-width: 767px) {
  .widget.widget_wysiwyg_widgets_widget .button-wrap {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .widget-area .button-wrap {
    margin-bottom: 0;
    text-align: center;
  }
}
/* Accordion styles */
.accordion {
  background-color: white;
  margin-bottom: 33px;
  margin-top: 49px;
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .accordion {
    margin-top: 25px;
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .accordion {
    margin-top: 23px;
  }
}
.accordion + h1, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + h6 {
  margin-top: 5.438rem;
}
@media (max-width: 767px) {
  .accordion + h1, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + h6 {
    margin-top: 50px;
    margin-bottom: 8px;
  }
}
.accordion + .accordion {
  margin-top: 0;
}
.accordion .accordion-header {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 24px 30px 29px 29px;
}
@media (max-width: 767px) {
  .accordion .accordion-header {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header {
    padding: 24px 15px 29px 15px;
  }
}
.accordion .accordion-header span.accordion-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 19px;
  right: 22px;
  background-color: #efd31f;
  border-radius: 150%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .accordion .accordion-header span.accordion-icon {
    right: 27px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 22.5px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 3px;
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
    width: 10px;
    height: 2px;
  }
}
@media (max-width: 480px) {
  .accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
    width: 12px;
    height: 3px;
  }
}
.accordion .accordion-header span.accordion-icon:before {
  width: 3px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .accordion .accordion-header span.accordion-icon:before {
    width: 2px;
    height: 10px;
  }
}
.accordion .accordion-header.active span.accordion-icon:before {
  content: none;
}
.accordion .accordion-content {
  margin-top: 0;
  padding: 10px 29px 29px 29px;
  display: none;
}
@media (max-width: 991px) {
  .accordion .accordion-content {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-content {
    padding: 10px 12px 25px 15px;
  }
}
.accordion .accordion-content p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .accordion .accordion-content p {
    line-height: 1.58;
  }
}
.accordion .accordion-content p + ul, .accordion .accordion-content p + ol {
  margin-top: 5px;
}
.accordion .accordion-content ul, .accordion .accordion-content ol {
  margin-bottom: 0;
}

/* styles for tables */
.dataTables_length, .dataTables_info, .dataTables_filter, .dataTables_paginate.paging_simple, .tablepress .sorting:after {
  display: none;
}

.dataTables_wrapper {
  margin: 3.250rem 0 20px 0 !important;
}
@media (max-width: 991px) {
  .dataTables_wrapper {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 8px;
  }
}

table {
  box-sizing: border-box;
}

.tablepress, table, .dataTables_wrapper .tablepress {
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  .tablepress span, table span, .dataTables_wrapper .tablepress span {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
  color: white;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #c13540;
  padding: 16px 29px 14px 29px;
  letter-spacing: 0;
  cursor: none;
  border: 1px solid black;
}
@media (max-width: 767px) {
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    border-top: none;
  }
}
.tablepress thead th:first-child, .tablepress thead th:nth-child(2), table thead th:first-child, table thead th:nth-child(2), .dataTables_wrapper .tablepress thead th:first-child, .dataTables_wrapper .tablepress thead th:nth-child(2) {
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .tablepress thead th:first-child, .tablepress thead th:nth-child(2), table thead th:first-child, table thead th:nth-child(2), .dataTables_wrapper .tablepress thead th:first-child, .dataTables_wrapper .tablepress thead th:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    box-sizing: border-box;
    padding: 7px 46px 0 29px;
  }
}
@media (max-width: 767px) {
  .tablepress thead tr, table thead tr, .dataTables_wrapper .tablepress thead tr {
    border-left: none;
    border-right: 1px solid #3f2a1f;
  }
}
.tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
  border-right: 1px solid #c13540;
  border-left: 1px solid #c13540;
  border-bottom: 1px solid #c13540;
}
@media (max-width: 767px) {
  .tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .tablepress thead th, .tablepress tbody td, table thead th, table tbody td, .dataTables_wrapper .tablepress thead th, .dataTables_wrapper .tablepress tbody td {
    padding: 7px 30px;
  }
}
.tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
  padding: 16px 30px 17px 30px;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .3px;
  background-color: transparent;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
    padding: 7px 30px;
  }
}
.tablepress caption, table caption, .dataTables_wrapper .tablepress caption {
  display: none;
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
  cursor: auto !important;
}

table .even td, .tablepress .even td {
  background-color: transparent;
}

.tablepress .row-hover tr:hover td {
  background-color: transparent !important;
}

table .odd td, .tablepress .odd td {
  background: transparent !important;
}

.tablepress thead th, table thead th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  .tablepress thead th, table thead th {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .tablepress thead th:last-child, table thead th:last-child {
    border-right: none;
  }
}

.tablepress tbody tr td, table tbody tr td {
  border: 1px solid #3c3c3c;
  border-right: 1px solid #3f2a1f;
  border-collapse: collapse;
}
.tablepress tbody tr td:last-child, table tbody tr td:last-child {
  border-right: 1px solid #3c3c3c;
}
@media (max-width: 767px) {
  .tablepress tbody tr td, table tbody tr td {
    border-top: none;
  }
}

.tablepress tbody tr td:last-child td, table tbody tr:last-child td {
  border-bottom: 1px solid #3f2a1f;
}
.tablepress tbody tr td:last-child td:first-child, table tbody tr:last-child td:first-child {
  border-left: 1px solid #3f2a1f;
}
.tablepress tbody tr td:last-child td:last-child, table tbody tr:last-child td:last-child {
  border-right: 1px solid #3f2a1f;
}

@media (max-width: 767px) {
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  th,
  td {
    margin: 0;
    vertical-align: top;
    white-space: nowrap;
  }

  th {
    text-align: left;
  }

  table {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: auto;
  }

  thead {
    display: block;
    float: left;
  }

  tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
  }

  thead tr {
    display: block;
  }

  th {
    display: block;
    text-align: right;
  }

  tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  td {
    display: block;
    text-align: left;
  }

  .tablepress, table {
    padding-bottom: 9px;
    border: 1px solid #000 !important;
  }

  .tablepress thead th {
    width: auto !important;
  }

  table tfoot th:last-child, table thead th:last-child, .tablepress tfoot th:last-child, .tablepress thead th:last-child {
    border-bottom: 1px solid #000 !important;
  }

  table tbody tr:last-child td,
  .tablepress tbody tr:last-child td {
    border-right: 1px solid #000 !important;
  }

  table tbody tr td,
  .tablepress tbody tr td {
    margin: 0 0 0 -4px;
  }

  table tbody tr:first-child td,
  .tablepress tbody tr:first-child td {
    margin: 0;
  }

  table tbody tr td, .tablepress tbody tr td,
  .tablepress tbody tr:first-child td {
    border-left: none !important;
    border-top: none !important;
  }

  .tablepress tbody tr:first-child td:first-child {
    border-left: none !important;
  }

  table .even td, .tablepress .even td {
    background-color: transparent !important;
  }

  .tablepress tbody tr td:nth-child(2n), table tbody tr {
    overflow: hidden;
  }
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #c13540 !important;
}

/* slider gallery */
.slider-wrapper {
  position: relative;
  width: 48.5%;
  margin-top: 11px;
  margin-top: 45px;
  margin-bottom: 11px;
}

.page-main .page-content-slider {
  padding-left: 0;
}

.page-main .slick-slide:before {
  display: none;
}

.page-content-slider {
  padding: 0;
  margin-bottom: 0;
}
.page-content-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.page-content-slider img {
  box-shadow: 0 0 25px rgba(174, 163, 144, 0.45);
  border: solid 12px #fff;
  position: relative;
}
.page-content-slider li {
  padding: 0 0 63px 0;
  background: none !important;
}
.page-content-slider li span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  left: 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: .7px;
  padding: 0 20px 30px 22px;
}
@media (max-width: 991px) {
  .page-content-slider li span {
    bottom: -3px;
  }
}

.slick-arrow, .slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 48%;
  display: block;
  position: absolute;
  text-indent: -999999px;
  z-index: 99;
  font-size: 0;
  border: none;
  background-color: #efd31f;
  overflow: hidden;
  outline: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 22px;
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .slick-arrow, .slick-next, .slick-prev {
    top: 47%;
  }
}
@media (max-width: 767px) {
  .slick-arrow, .slick-next, .slick-prev {
    width: 28px;
    height: 28px;
    top: 45%;
    background-size: 10px 13px;
  }
}
@media (max-width: 480px) {
  .slick-arrow, .slick-next, .slick-prev {
    top: 38%;
  }
}
.slick-arrow:hover, .slick-next:hover, .slick-prev:hover {
  background-color: #3859a2;
}
.slick-arrow:focus, .slick-next:focus, .slick-prev:focus {
  outline: 0;
}
.slick-arrow.slick-prev, .slick-next.slick-prev, .slick-prev.slick-prev {
  left: 3%;
  background-image: url(images/arrow-left.svg);
}
@media (max-width: 991px) {
  .slick-arrow.slick-prev, .slick-next.slick-prev, .slick-prev.slick-prev {
    left: 4%;
  }
}
@media (max-width: 480px) {
  .slick-arrow.slick-prev, .slick-next.slick-prev, .slick-prev.slick-prev {
    left: 6%;
  }
}
.slick-arrow.slick-next, .slick-next.slick-next, .slick-prev.slick-next {
  right: 3%;
}
@media (max-width: 991px) {
  .slick-arrow.slick-next, .slick-next.slick-next, .slick-prev.slick-next {
    right: 4%;
  }
}
@media (max-width: 480px) {
  .slick-arrow.slick-next, .slick-next.slick-next, .slick-prev.slick-next {
    right: 6%;
  }
}

.slider-wrapper.full {
  width: 100%;
  clear: both;
  margin-bottom: 52px;
  margin-bottom: rem(52);
}
@media (max-width: 767px) {
  .slider-wrapper.full {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .slider-wrapper {
    width: 100%;
  }
}
/*  lightbox gallery style */
.thumbnail-gallery-wrap {
  margin-top: 43px;
  margin-bottom: 50px;
}
.thumbnail-gallery-wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .thumbnail-gallery-wrap {
    margin-bottom: 20px;
  }
}
.thumbnail-gallery-wrap ul {
  margin: 0;
  padding: 0;
}
.thumbnail-gallery-wrap .gallery-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .gallery-item {
    margin-bottom: 20px;
  }
}
.thumbnail-gallery-wrap .gallery-item img {
  box-shadow: 0 0 15px rgba(174, 163, 144, 0.15);
  border: solid 8px #fff;
}
.thumbnail-gallery-wrap .lightbox-trigger img {
  margin: 0;
}
.thumbnail-gallery-wrap .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(30, 48, 115, 0.95);
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 15px;
  min-width: 320px;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay {
    padding: 0;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .lightbox-close {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 30px;
  right: 36px;
  right: 16px;
  display: block;
  z-index: 99;
  background-color: #efd31f;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.thumbnail-gallery-wrap .lightbox-overlay .lightbox-close:hover {
  background-color: #3859a2;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .lightbox-close {
    width: 33px;
    height: 33px;
    font-size: 15px;
    line-height: 33px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .container {
  padding: 0;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-caption .slick-slide span {
  text-align: center;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 100;
  color: white;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper {
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 120px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider, .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .image-slider-caption {
  opacity: 0;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider.visible, .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .image-slider-caption.visible {
  opacity: 1;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper.full {
  max-width: 80%;
  max-width: 100%;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider, .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .lightbox-image-slider .slick-track {
  position: absolute;
  height: 100%;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide {
  outline: none;
  position: relative;
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
  max-width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 95%;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 69vh;
}
@media (max-width: 1199px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide img {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slider-wrapper .slick-slide img {
    max-width: 80%;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-controls p {
  margin: 0;
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background-color: #efd31f;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 22px;
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-arrow:hover {
  background-color: #3859a2;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slick-arrow {
    width: 33px;
    height: 33px;
    background-size: 11px 18px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-prev {
  left: 20px;
  background-image: url(images/arrow-left.svg);
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slick-prev {
    left: 7px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .slick-next {
  right: 20px;
}
@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-overlay .slick-next {
    right: 7px;
  }
}
.thumbnail-gallery-wrap .lightbox-overlay .autoplay-control {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 18px;
}
.thumbnail-gallery-wrap .lightbox-overlay .autoplay-control a {
  display: inline-block;
  background-size: contain;
}

.overlay-title {
  position: absolute;
  bottom: 0;
  bottom: -40px;
  font-size: 15px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  color: white;
  width: 100%;
}
@media (max-width: 991px) {
  .overlay-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .thumbnail-gallery-wrap .lightbox-trigger img {
    width: 100%;
    height: auto;
  }
}
/* TABS */
.tabs {
  margin-top: 24px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .tabs {
    margin-bottom: 0;
  }
}

.page-main .tab-head {
  padding-left: 0;
}

.tab-head {
  padding-top: 4px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #868481;
}
.tab-head:after {
  content: '';
  display: table;
  clear: both;
}
.tab-head:after {
  width: 100%;
}
.tab-head li {
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  margin-right: 34px;
  text-transform: uppercase;
  color: #644724;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .tab-head li {
    display: none;
    margin-right: 0;
    text-align: center;
    font-size: 15px;
  }
}
.tab-head li:before {
  display: none;
}
@media (max-width: 767px) {
  .tab-head li.active {
    display: block;
  }
}
.tab-head li.active a {
  color: #162c83;
}
.tab-head li.active a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #efd31f;
}
@media (max-width: 767px) {
  .tab-head li.active a:after {
    display: none;
  }
}
.tab-head li a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .7px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #3c3c3c;
  color: #757575;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.tab-head li a:hover, .tab-head li a:focus {
  text-decoration: none;
}
.tab-head li a.tab-prev, .tab-head li a.tab-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  height: 12px;
  width: 15px;
}

.tab-body {
  padding-top: 29px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 1199px) {
  .tab-body {
    padding-top: 35px;
  }
}
.tab-body.active {
  display: block;
}

.active .tab-icon:before {
  display: none;
}

.tab-prev, .tab-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 12px;
  width: 15px;
}

.tab-prev {
  left: 0;
  background-image: url(images/arr_blue.svg);
}

.tab-next {
  right: 0;
  background-image: url(images/arr_blue_right.svg);
}

@media (max-width: 767px) {
  .tab-trigger-wrapper {
    margin-top: 20px;
    position: relative;
    border: 5px solid #8fb05c;
    background-color: white;
    padding-top: 1.5em;
    padding-left: 1.5625em;
    padding-bottom: 1.5em;
    padding-right: 15px;
    border-bottom: 5px solid #8fb05c;
    border-radius: 20px 20px 20px 20px;
  }
  .tab-trigger-wrapper.active {
    border-radius: 20px 20px 0 0;
    border-bottom: none;
  }
  .tab-trigger-wrapper a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 0.938rem;
    color: #644724;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
/* styles for featured images in subpage */
.featured-images {
  padding-left: 10px;
  padding-bottom: 68px;
}
.featured-images:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .featured-images {
    padding-bottom: 23px;
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .featured-images {
    padding-left: 0;
    padding-bottom: 8%;
    padding-top: 3%;
  }
}
@media (max-width: 480px) {
  .featured-images {
    padding-top: 1%;
  }
}

.f-frame {
  max-width: 418px;
  max-width: 50%;
  float: left;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .f-frame {
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

.rotate-left {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  .rotate-left {
    -ms-transform: rotate(-3deg) scale(1.1, 1.1);
    -webkit-transform: rotate(-3deg) scale(1.1, 1.1);
    transform: rotate(-3deg) scale(1.1, 1.1);
  }
}
.rotate-left:hover {
  -ms-transform: rotate(0) scale(1.1, 1.1);
  -webkit-transform: rotate(0) scale(1.1, 1.1);
  transform: rotate(0) scale(1.1, 1.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .rotate-left:hover {
    -ms-transform: rotate(0) scale(1.15, 1.15);
    -webkit-transform: rotate(0) scale(1.15, 1.15);
    transform: rotate(0) scale(1.15, 1.15);
  }
}

.rotate-right {
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  position: relative;
  top: 34px;
  left: -21px;
}
@media (max-width: 480px) {
  .rotate-right {
    -ms-transform: rotate(7deg) scale(1.1, 1.1);
    -webkit-transform: rotate(7deg) scale(1.1, 1.1);
    transform: rotate(7deg) scale(1.1, 1.1);
  }
}
@media (max-width: 991px) {
  .rotate-right {
    top: 20px;
    left: -15px;
  }
}
@media (max-width: 767px) {
  .rotate-right {
    left: -30px;
    top: 15px;
  }
}
.rotate-right:hover {
  -ms-transform: rotate(0) scale(1.1, 1.1);
  -webkit-transform: rotate(0) scale(1.1, 1.1);
  transform: rotate(0) scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .rotate-right:hover {
    -ms-transform: rotate(0) scale(1.15, 1.15);
    -webkit-transform: rotate(0) scale(1.15, 1.15);
    transform: rotate(0) scale(1.15, 1.15);
  }
}

/* left sidebar on subpage */
.sidebar-menu {
  margin-bottom: 21px;
  padding-bottom: 7px;
  clear: both;
}
@media (max-width: 767px) {
  .sidebar-menu {
    margin-bottom: 15px;
  }
}
.sidebar-menu .menu-title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  color: #3c3c3c;
  letter-spacing: 2px;
  border-bottom: 2px solid #3c3c3c;
  margin-bottom: -.3px;
  padding-left: 16px;
  padding-bottom: 17px;
}
@media (max-width: 1199px) {
  .sidebar-menu .menu-title {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu-title {
    font-size: 20px;
    color: white;
    background-color: #162c83;
    background: url(images/blue_pattern.png);
    padding: 14px 15px 18px 14px;
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu-title span {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 150%;
    background-color: #efd31f;
    display: block;
    position: absolute;
    right: 17px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .menu-title span:before, .sidebar-menu .menu-title span:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
.sidebar-menu .menu-title span:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-menu .menu-title.active > span::before {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar-menu .menu-title.active > span::after {
  -ms-transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.sidebar-menu ul.multi-menu {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu {
    background-color: #ebebeb;
  }
}
.sidebar-menu ul.multi-menu > li {
  border-bottom: 2px dotted #dedede;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu > li {
    border-bottom: 1px dotted #dedede;
  }
}
.sidebar-menu ul.multi-menu > li:before {
  width: calc(100% + 30px);
  height: 2px;
  left: -30px;
  bottom: 0;
  background-color: #899c62;
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu > li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .sidebar-menu ul.multi-menu > li:last-child:before {
    display: none;
  }
}
.sidebar-menu ul {
  list-style: none;
  padding: 0;
  display: none;
  margin-bottom: 0;
}
.sidebar-menu ul a {
  font-size: 15px;
  line-height: 20px;
  color: #162c83;
  display: block;
  text-decoration: none;
  padding: 13px 15px 10px 16px;
  letter-spacing: .7px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .sidebar-menu ul a {
    font-size: 18px;
    padding: 16px 20px 15px 13px;
  }
}
.sidebar-menu ul li {
  position: relative;
  transition: all .2s ease;
}
.sidebar-menu ul li.current_page_item > a {
  color: #c13540;
}
.sidebar-menu ul li:hover > a {
  background-color: #fefdfc;
}
.sidebar-menu ul li:hover.menu-item-has-children.active:hover > a {
  background-color: transparent;
}
.sidebar-menu ul li:before {
  display: none;
}
.sidebar-menu ul li.current-menu-ancestor ul, .sidebar-menu ul li.current-menu-item ul {
  display: block;
}
.sidebar-menu ul li.menu-item-has-children {
  position: relative;
}
.sidebar-menu ul li.menu-item-has-children > a {
  padding-right: 32px;
  position: relative;
}
@media (max-width: 991px) {
  .sidebar-menu ul li.menu-item-has-children > a {
    padding-right: 21px;
  }
}
.sidebar-menu ul li.menu-item-has-children > a.active a {
  color: #0068b3;
}
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::after, .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::before {
  content: '';
  width: 7px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.3s ease;
  -ms-transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 991px) {
  .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::after, .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::before {
    width: 8px;
  }
}
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator::after {
  width: 2px;
  height: 7px;
}
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
  width: 20px;
  height: 20px;
  border-radius: 150%;
  background-color: #efd31f;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}
@media (max-width: 1199px) {
  .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
    right: 11px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
    top: 15px;
    right: 17px;
  }
}
.sidebar-menu ul li.menu-item-has-children.active > a .sub-menu-activator::before {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar-menu ul li.menu-item-has-children.active > a .sub-menu-activator::after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-menu ul.sub-menu {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 8px;
  margin-top: -3px;
}
@media (max-width: 991px) {
  .sidebar-menu ul.sub-menu {
    margin-top: -2px;
  }
}
.sidebar-menu ul.sub-menu li {
  padding: 0;
}
.sidebar-menu ul.sub-menu li::before {
  display: none;
}
.sidebar-menu ul.sub-menu li a {
  padding: 9px 20px 11px 33px;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .sidebar-menu ul.sub-menu li a {
    padding-left: 25px;
  }
}
.sidebar-menu ul.sub-menu li a:before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/arr_blue_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 9px;
  top: 12px;
  height: 11px;
  width: 15px;
}

@media (max-width: 767px) {
  .sidebar-menu .menu-subpage-container {
    display: none;
  }
  .sidebar-menu .menu-title {
    border: none;
  }
}
.home-slider {
  padding-left: 0;
  position: relative;
  position: relative;
}
.home-slider:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .home-slider {
    margin-bottom: 23px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-slider .slick-list {
    height: auto;
  }
}
.home-slider .slide {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .home-slider .slide {
    height: auto;
  }
}
.home-slider .slide.slick-active {
  z-index: 200;
}
.home-slider .slide .image {
  position: absolute;
  position: relative;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-slider .slide .image {
    padding-top: 46%;
    position: relative;
  }
}
.home-slider .slide .container {
  max-width: 1330px;
  display: block;
}
@media (max-width: 991px) {
  .home-slider .slide .container {
    position: static;
    -wbkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider .slide .container {
    width: 100%;
  }
}
.home-slider .slide .container.mobile {
  display: none !important;
  border-bottom: 3px solid #efd31f;
}
@media (max-width: 991px) {
  .home-slider .slide .container.mobile {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .home-slider .slide .container.desktop {
    display: none;
  }
}
.home-slider .text {
  display: block;
  position: absolute;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  padding: 38px 64px 17px 38px;
  width: 100%;
  z-index: 10;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -37%);
      -ms-transform: translate(-50%, -37%);
          transform: translate(-50%, -37%);
}
.home-slider .text:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1400px) {
  .home-slider .text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home-slider .text {
    padding: 33px 15px 12px 15px;
  }
}
@media (max-width: 767px) {
  .home-slider .text {
    padding: 52px 5px 21px 5px;
  }
}
@media (max-width: 480px) {
  .home-slider .text {
    padding: 0px 5px 21px 5px;
    margin-top: -25px;
  }
}
.home-slider .text h2 {
  line-height: 1.14;
  margin-bottom: 12px;
  float: none;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-family: 'Sailors Rough','Sailors', Arial, sans-serif;
}
@media (max-width: 1199px) {
  .home-slider .text h2 {
    float: none;
  }
}
@media (max-width: 480px) {
  .home-slider .text h2 {
    margin-bottom: 23px;
  }
}
.home-slider .text h2 br {
  display: none;
}
.home-slider .text .button {
  min-width: 241px;
  letter-spacing: 2.5px;
  background: url(images/button_pattern4.jpg);
  min-width: 160px;
}
.home-slider .text .button:hover {
  background: url(images/button_pattern.png);
}
.home-slider .text .button-wrap {
    float: none;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
  .home-slider .text .button-wrap {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .home-slider .text .button-wrap {
    padding-top: 37px;
  }
}
@media (max-width: 480px) {
  .home-slider .text .button-wrap {
    padding-top: 0;
  }
}
.home-slider .slick-dots {
  list-style: none;
  position: absolute;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  margin-bottom: 0;
}
.home-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 150%;
  background-color: white;
  margin-right: 17px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .home-slider .slick-dots li {
    float: left;
    margin-right: 15px;
    background-color: #162c83;
  }
}
.home-slider .slick-dots li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-slider .slick-dots li:last-child {
    margin-right: 0;
  }
}
.home-slider .slick-dots li.slick-active {
  background-color: #ca0d21;
}
.home-slider .slick-dots button {
  display: none;
}

.circular {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .circular {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .circular {
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .circular {
    padding-bottom: 14px;
  }
}
.circular .container {
  max-width: 1424px;
  width: 100%;
}
@media (max-width: 1199px) {
  .circular .container {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .circular .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .circular .container {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .circular .container {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .one-circle-wrapper {
    margin-bottom: 20px;
  }
}
.one-circle-wrapper:nth-child(even) .one-circle:before {
  background-color: rgba(22, 44, 131, 0.85);
}
.one-circle-wrapper:nth-child(even) .one-circle:hover:before {
  background-color: rgba(22, 44, 131, 0.5);
}

.one-circle {
  display: block;
  text-decoration: none;
  width: 310px;
  width: 98%;
  padding-top: 96%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 150%;
  position: relative;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .one-circle {
    width: 103%;
    padding-top: 104%;
  }
}
@media (max-width: 767px) {
  .one-circle {
    width: 100%;
    padding-top: 100%;
  }
}
.one-circle:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 150%;
  background-color: rgba(55, 176, 208, 0.85);
  transition: background-color 0.2s ease;
}
.one-circle:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 150%;
  transition: all 0.2s ease;
}
.one-circle:hover {
  text-decoration: none;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .one-circle:hover {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}
.one-circle:hover:before {
  background-color: rgba(55, 176, 208, 0.5);
}
.one-circle .icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .one-circle .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
  }
}
@media (max-width: 991px) {
  .one-circle .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .one-circle .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .one-circle .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
  }
}
.one-circle .overlay {
  width: 100%;
  height: 100%;
}
.one-circle .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .one-circle .text {
    top: 57%;
  }
}
@media (max-width: 991px) {
  .one-circle .text {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .one-circle .text {
    top: 57%;
  }
}
@media (max-width: 480px) {
  .one-circle .text {
    top: 60%;
  }
}
.one-circle .text h3, .one-circle .text p {
  color: white;
}
.one-circle .text h3 {
  font-size: 41px;
  font-size: 38px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .one-circle .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .one-circle .text h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .one-circle .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .one-circle .text h3 {
    font-size: 18px;
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.one-circle .text p {
  font-size: 15px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .one-circle .text p {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .one-circle .text p {
    letter-spacing: .5px;
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .one-circle .text p {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .one-circle .text p {
    font-size: 7px;
  }
}

.about {
  padding-top: 54px;
  border-bottom: 3px solid #efd31f;
}
@media (max-width: 767px) {
  .about {
    padding-top: 0;
  }
}

.about-top {
  position: relative;
  text-align: center;
}
.about-top:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  left: 0;
}
@media (max-width: 480px) {
  .about-top {
    padding-top: 4px;
  }
}
.about-top .button-wrap {
  float: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.about-top .button-wrap:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 84px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/background_pattern.png);
}
@media (max-width: 767px) {
  .about-top:before {
    top: 40%;
  }
}
.about-top .button {
  letter-spacing: 1.5px;
}

.about-bottom {
  text-align: center;
  padding-top: 37px;
  padding-bottom: 300px;
  padding-bottom: 21.2%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .about-bottom {
    padding-bottom: 21.8%;
  }
}
@media (max-width: 767px) {
  .about-bottom {
    padding-top: 33px;
    padding-bottom: 22%;
  }
}
@media (max-width: 480px) {
  .about-bottom {
    padding-bottom: 19%;
  }
}

.about-text {
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .about-text {
    max-width: 100%;
  }
}
.about-text p {
  line-height: 1.6;
}

.bloggle {
  padding-top: 27px;
}
@media (max-width: 1199px) {
  .bloggle {
    padding-top: 38px;
  }
}
@media (max-width: 991px) {
  .bloggle {
    padding-top: 30px;
  }
}
.bloggle .container {
  width: 97%;
}
@media (max-width: 1199px) {
  .bloggle .container {
    width: 96%;
  }
}
@media (max-width: 991px) {
  .bloggle .container {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .bloggle .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .bloggle .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.posts-wrapper {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  .posts-wrapper {
    padding-top: 33px;
  }
}
@media (max-width: 991px) {
  .posts-wrapper {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .posts-wrapper {
    padding-top: 34px;
  }
}

.bloggle-title-wrapper {
  position: relative;
  background: url(images/line_pattern3.png);
  background-position: center;
  background-size: auto 9px;
  background-repeat: repeat-x;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .bloggle-title-wrapper {
    background: none;
  }
}
.bloggle-title-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/background_pattern.png);
}
@media (max-width: 1199px) {
  .bloggle-title-wrapper:before {
    width: 277px;
  }
}

.bloggle-title-inner-wrapper {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -17px center;
  text-align: center;
  min-height: 173px;
  position: relative;
}
@media (max-width: 1199px) {
  .bloggle-title-inner-wrapper {
    min-height: 175px;
    background-position: 3px 1px;
  }
}
@media (max-width: 480px) {
  .bloggle-title-inner-wrapper {
    min-height: 178px;
  }
}
.bloggle-title-inner-wrapper:after {
  top: 51%;
}
.bloggle-title-inner-wrapper h2, .bloggle-title-inner-wrapper h3 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #162c83;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: .95;
  font-size: 40px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 195px;
  position: relative;
  top: 35px;
}
.bloggle-title-inner-wrapper h2 span, .bloggle-title-inner-wrapper h3 span {
  font-size: 20px;
  position: relative;
  bottom: 9px;
}
.bloggle-title-inner-wrapper h2:before, .bloggle-title-inner-wrapper h2:after, .bloggle-title-inner-wrapper h3:before, .bloggle-title-inner-wrapper h3:after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 37px;
  background-color: #162c83;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bloggle-title-inner-wrapper h2:before, .bloggle-title-inner-wrapper h3:before {
  left: 11px;
}
.bloggle-title-inner-wrapper h2:after, .bloggle-title-inner-wrapper h3:after {
  right: 11px;
}

.view-all, .watch-video {
  position: relative;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 10px;
}
.view-all:before, .watch-video:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 9px;
  background: url(images/line_pattern3.png);
  left: 0;
}
@media (max-width: 1199px) {
  .view-all, .watch-video {
    padding-top: 11px;
  }
}
@media (max-width: 991px) {
  .view-all, .watch-video {
    padding-top: 31px;
  }
}
@media (max-width: 480px) {
  .view-all, .watch-video {
    padding-top: 15px;
  }
}
.view-all:before, .watch-video:before {
  top: 52%;
}
@media (max-width: 991px) {
  .view-all:before, .watch-video:before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .view-all:before, .watch-video:before {
    top: 57%;
  }
}
@media (max-width: 480px) {
  .view-all:before, .watch-video:before {
    display: none;
  }
}
.view-all .button-wrap, .watch-video .button-wrap {
  float: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.view-all .button-wrap:before, .watch-video .button-wrap:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 84px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/background_pattern.png);
}
@media (max-width: 480px) {
  .view-all .button-wrap:before, .watch-video .button-wrap:before {
    display: none;
  }
}
.view-all .button, .watch-video .button {
  min-width: 239px;
  letter-spacing: 1.5px;
}

.page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-position: -17px center;
  background-position: center 0;
  text-align: center;
  min-height: 173px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 37px;
}
@media (max-width: 1199px) {
  .page-title-wrapper {
    min-height: 175px;
    background-position: center -0;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper {
    min-height: 149px;
    margin-bottom: 47px;
  }
}
@media (max-width: 480px) {
  .page-title-wrapper {
    padding-left: 35px;
    padding-right: 35px;
    min-height: 159px;
    padding-bottom: 0;
    margin-bottom: 47px;
  }
}
.page-title-wrapper:after {
  top: 51%;
}

section.main.blog-main {
  padding-top: 157px;
  padding-bottom: 17px;
}
@media (max-width: 1199px) {
  section.main.blog-main {
    padding-top: 147px;
  }
}
@media (max-width: 991px) {
  section.main.blog-main {
    padding-top: 137px;
  }
}
@media (max-width: 767px) {
  section.main.blog-main {
    padding-top: 160px;
    padding-top: 128px;
  }
}
@media (max-width: 480px) {
  section.main.blog-main {
    padding-top: 143px;
    padding-top: 129px;
  }
}

.load-more-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.one-post-inner {
  padding: 22px 30px 30px 30px;
  background-color: white;
  display: block;
}
.one-post-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .one-post-inner {
    min-height: 251px;
    padding: 22px 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .one-post-inner {
    padding: 22px 30px 32px 30px;
  }
}
@media (max-width: 767px) {
  .one-post-inner {
    padding: 14px 22px 31px 20px;
  }
}
@media (max-width: 480px) {
  .one-post-inner {
    padding: 14px 22px 19px 20px;
  }
}

.one-post {
  margin-bottom: 40px;
  display: block;
}
.one-post:after {
  content: '';
  display: table;
  clear: both;
}
.one-post:hover {
  text-decoration: none;
}
.one-post:hover h5 {
  color: #162c83;
}
@media (max-width: 1199px) {
  .one-post {
    margin-bottom: 30px;
    min-height: 251px;
  }
}
@media (max-width: 991px) {
  .one-post {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .one-post {
    margin-bottom: 20px;
  }
}
.one-post:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .one-post:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .one-post:last-of-type {
    margin-bottom: 20px;
  }
}
.one-post.one-post-big .one-post-inner {
  padding-bottom: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .one-post.one-post-big .one-post-inner {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-big h5 {
    font-size: 25px;
  }
}
.one-post h5 {
  color: #ca0d21;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  transition: color .2s ease;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .one-post h5 {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .one-post h5 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .one-post h5 {
    margin-bottom: 21px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .one-post h5 {
    line-height: 1.15;
    margin-bottom: 26px;
  }
}
.one-post p {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  margin-bottom: 0;
}
.one-post .author {
  color: #36b0d1;
}
.one-post .featured-wrapper {
  padding-top: 6px;
}
.one-post .featured-wrapper img {
  width: 100%;
  max-width: none;
}
.one-post .date {
  color: #8c8d9f;
}
.one-post .big-post-bottom {
  padding-top: 18px;
}
@media (max-width: 1199px) {
  .one-post .big-post-bottom {
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .one-post .big-post-bottom {
    padding-top: 17px;
  }
}
@media (max-width: 480px) {
  .one-post .big-post-bottom {
    padding-top: 22px;
  }
}
.one-post .big-post-bottom p {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .one-post .bottom {
    padding-top: 9px;
  }
}
@media (max-width: 767px) {
  .one-post .bottom {
    padding-top: 10px;
    padding-top: 3px;
  }
}
.one-post .bottom img {
  max-width: 60px;
  border-radius: 150%;
}
@media (max-width: 767px) {
  .one-post .bottom img {
    max-width: 52px;
  }
}
.one-post .bottom .avatar-wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.one-post .bottom .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
.one-post .col-right {
  padding-left: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-direction: column;
  -ms-justify-content: space-between;
  flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1199px) {
  .one-post .col-right {
    -ms-align-content: space-between;
        -ms-flex-line-pack: justify;
            -webkit-align-content: space-between;
            align-content: space-between;
  }
}
@media (max-width: 991px) {
  .one-post .col-right {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .one-post .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.one-post .col-left {
  padding-top: 7px;
}

.col-left, .col-right {
  width: 50%;
}

.col-left {
  float: left;
  display: block;
}
@media (max-width: 1199px) {
  .col-left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .col-left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .col-left {
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .col-left img {
    width: 100%;
  }
}

.col-right {
  float: right;
}
@media (max-width: 1199px) {
  .col-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .col-right {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .col-right {
    float: none;
    width: 100%;
    padding-top: 14px;
  }
}

.avatar-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.avatar-wrapper img {
  max-width: 60px;
  border-radius: 150%;
}
@media (max-width: 767px) {
  .avatar-wrapper img {
    max-width: 52px;
  }
}

.blog-posts-wrapper.posts-wrapper {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .blog-posts-wrapper.posts-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .blog-posts-wrapper.posts-wrapper {
    padding-top: 69px;
  }
}
@media (max-width: 767px) {
  .blog-posts-wrapper.posts-wrapper {
    padding-top: 41px;
  }
}

.one-post.one-post-blog {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .one-post.one-post-blog {
    margin-bottom: 20px;
  }
}
.one-post.one-post-blog h5 {
  font-size: 20px;
  padding-left: 8px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog h5 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog h5 {
    font-size: 20px;
    padding-left: 0;
  }
}
.one-post.one-post-blog .col-left {
  width: 47%;
  min-height: 170px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .col-left {
    width: 44%;
    padding-top: 9px;
  }
}
@media (max-width: 991px) {
  .one-post.one-post-blog .col-left {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog .col-left {
    width: 100%;
  }
}
.one-post.one-post-blog .col-right {
  width: 53%;
  padding-left: 21px;
  padding-top: 7px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .col-right {
    padding-top: 0;
    width: 55%;
  }
}
@media (max-width: 991px) {
  .one-post.one-post-blog .col-right {
    width: 53%;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog .col-right {
    width: 100%;
    padding-left: 0;
    padding-top: 13px;
  }
}
.one-post.one-post-blog .bottom .info {
  bottom: 0;
  left: 1px;
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .bottom {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .one-post.one-post-blog .bottom {
    padding-top: 24px;
  }
}
@media (max-width: 1199px) {
  .one-post.one-post-blog .bottom .avatar-wrapper {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .one-post.one-post-blog .bottom .avatar-wrapper {
    padding-left: 0;
    margin-right: 8px;
  }
}

.one-post-inner.one-post-inner-blog {
  padding: 8px 15px 16px 15px;
  height: 100%;
}
@media (max-width: 1199px) {
  .one-post-inner.one-post-inner-blog {
    padding: 21px 15px 20px 30px;
  }
}
@media (max-width: 991px) {
  .one-post-inner.one-post-inner-blog {
    padding: 21px 28px 37px 30px;
  }
}
@media (max-width: 767px) {
  .one-post-inner.one-post-inner-blog {
    padding: 12px 20px 20px 21px;
  }
}

/* styles for blog post */
.main.single-main {
  padding-top: 194px;
  padding-bottom: 26px;
}
@media (max-width: 1199px) {
  .main.single-main {
    padding-top: 152px;
  }
}
@media (max-width: 991px) {
  .main.single-main {
    padding-top: 154px;
  }
}
@media (max-width: 767px) {
  .main.single-main {
    padding-top: 118px;
  }
}
@media (max-width: 480px) {
  .main.single-main {
    padding-top: 116px;
  }
}
.main.single-main p {
  line-height: 1.6;
}

.single-top {
  text-align: center;
}
.single-top h1 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .single-top h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .single-top h1 {
    margin-bottom: 38px;
  }
}
.single-top h6 {
  font-size: 16px;
  color: #ca0d21;
  letter-spacing: 2.5px;
}
.single-top h6 span {
  position: relative;
  padding-right: 30px;
}
.single-top h6 span:last-child {
  padding-right: 0;
}
.single-top h6 span:last-child:after {
  display: none;
}
.single-top h6 span:after {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 150%;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ca0d21;
}
.single-top .avatar-wrapper {
  margin-top: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .single-top .avatar-wrapper {
    margin-top: 20px;
  }
}
.single-top .avatar-wrapper:before, .single-top .avatar-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(images/line_pattern3.png);
  background-size: auto 9px;
  height: 9px;
  width: 100px;
}
.single-top .avatar-wrapper:before {
  left: -115px;
}
.single-top .avatar-wrapper:after {
  right: -115px;
}

.entry {
  padding-top: 51px;
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .entry {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .entry {
    padding-top: 46px;
  }
}

.single-bottom {
  position: relative;
  padding-top: 45px;
  text-align: center;
  font-size: 15px;
  margin-top: 59px;
}
@media (max-width: 1199px) {
  .single-bottom {
    margin-top: 69px;
  }
}
@media (max-width: 767px) {
  .single-bottom {
    margin-top: 46px;
  }
}
.single-bottom:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: url(images/line_pattern3.png);
  background-size: auto 9px;
  height: 9px;
  width: 290px;
  top: 0;
}
.single-bottom h6 {
  font-size: 15px;
  text-transform: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.single-bottom a {
  display: inline-block;
  color: #ca0d21;
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}

.share {
  padding-top: 19px;
}
.share h6 {
  margin-bottom: 0;
  position: relative;
  bottom: 11px;
}
.share .stButton {
  margin-left: 1px;
  margin-right: 1px;
}

.view-all-posts {
  text-align: center;
  padding-top: 35px;
}
.view-all-posts:after {
  content: '';
  display: table;
  clear: both;
}
.view-all-posts .button-wrap {
  float: none;
  margin: 0 auto;
}
.view-all-posts .button {
  padding: 0 29px 11px;
}

body.blog .filters header, body.archive .filters header {
  font-size: 18px;
}

body.blog .filters .filters-title, body.archive .filters .filters-title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  position: relative;
  color: white;
  font-size: 15px;
  line-height: 30px;
  padding: 12px 0;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-transform: uppercase;
}
body.blog .filters .filters-title.active > span::before, body.archive .filters .filters-title.active > span::before {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
body.blog .filters .filters-title.active > span::after, body.archive .filters .filters-title.active > span::after {
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

body.blog .filters .filters-title span, body.archive .filters .filters-title span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 16px;
  border-radius: 50%;
  background-color: #efd31f;
}

@media (max-width: 767px) {
  body.blog .filters .filters-title span:before, body.blog .filters .filters-title span:after, body.archive .filters .filters-title span:before, body.archive .filters .filters-title span:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
body.blog .filters .filters-title span:after, body.archive .filters .filters-title span:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

section.filters {
  padding-top: 13px;
}
@media (max-width: 767px) {
  section.filters {
    padding-top: 0;
    background-color: #162c83;
    background: url(images/blue_pattern.png);
  }
}

@media (max-width: 767px) {
  .filters-content {
    padding-bottom: 20px;
    display: none;
  }
}

div.fancy-select {
  position: relative;
  font-size: 15px;
  width: 100%;
  letter-spacing: 0.05em;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 24px 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: white;
  color: black;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #ebe4d5;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
@media (max-width: 767px) {
  div.fancy-select div.trigger {
    margin-bottom: 10px;
  }
}

div.fancy-select div.trigger:after {
  content: "\f078";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 11px;
  top: 16px;
  right: 15px;
}

/* line 55, ../../../../source/wp-content/themes/DMDC/css/_fancySelect.scss */
div.fancy-select div.trigger.open {
  border: 1px solid transparent;
  box-shadow: none;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: white;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-size: 15px;
  padding: 0;
  padding-top: 10px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 4px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  background: #f2f2f2;
}
div.fancy-select ul.options li:hover {
  background: #f2f2f2;
}

/*  searchform */
.searchform {
  position: relative;
}
.searchform button:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .7px;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.searchform input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  border-radius: 2px;
  padding: 15px 50px 15px 15px;
  background: white;
  color: black;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #ebe4d5;
  width: 100%;
  font-size: 15px;
  height: auto;
}

.searchform button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.searchform button:focus, .searchform button:active {
  outline: none;
}

.searchform button:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.main.full-page {
  padding-bottom: 63px;
}
@media (max-width: 991px) {
  section.main.full-page {
    padding-bottom: 21px;
  }
}

.icm-version-rrdc {
  margin-top: 127px;
}
@media (max-width: 767px) {
  .icm-version-rrdc {
    margin-top: 93px;
  }
}

.icm-version-rrdc .icm-interactive-elements .icm-lightbox-overlay {
  z-index: 100;
  background-color: rgba(18, 37, 108, 0.85);
}
.icm-version-rrdc .icm-map-key-menu {
  padding-top: 0;
}
.icm-version-rrdc .icm-map-key-intro {
  background-image: url(images/button_pattern1.png);
  background-repeat: repeat-x;
  padding: 10px 30px;
}
.icm-version-rrdc .icm-map-key-intro h3 {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  color: white;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list {
  margin-top: 0;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list {
  border-color: #12256c;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li, .icm-version-rrdc .icm-map-key-menu .icm-map-key-list li:hover {
  border-color: #12256c;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li {
  position: relative;
  padding-right: 15px;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: #12256c;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-list li:hover {
  background-color: transparent;
  color: #ca0d21;
}
.icm-version-rrdc .icm-large-slider-photo {
  box-shadow: 0 0 25px rgba(174, 163, 144, 0.45);
}
.icm-version-rrdc .icm-large-slider-photo, .icm-version-rrdc .icm-small-slider-photo {
  border: solid 12px #fff;
}
.icm-version-rrdc .icm-map-instructions-close {
  background-color: #ca0d21;
}
.icm-version-rrdc .icm-interactive-elements .icm-map-instructions .icon-move:after {
  background-image: url(images/icm_move.svg);
}
.icm-version-rrdc .icm-interactive-elements .icm-map-instructions .icon-click:after {
  background-image: url(images/icm_click.svg);
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-button {
  background-color: #12256c;
  color: white;
}
.icm-version-rrdc .icm-zoom-buttons .icm-zoom-in {
  background-image: none;
  border-radius: 0;
}
.icm-version-rrdc .icm-zoom-buttons .icm-zoom-in:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-1px, -5px);
  -ms-transform: translate(-1px, -5px);
  transform: translate(-1px, -5px);
  background-color: #231f20;
}
.icm-version-rrdc .icm-zoom-buttons .icm-zoom-out {
  background-image: none;
  border-radius: 0;
  border-top: 1px solid #e1e1e1;
}
.icm-version-rrdc .icm-zoom-buttons button {
  position: relative;
  margin-top: 0;
  background-color: #fff;
}
.icm-version-rrdc .icm-zoom-buttons button.inactive {
  background-image: none;
}
.icm-version-rrdc .icm-zoom-buttons button.inactive:after, .icm-version-rrdc .icm-zoom-buttons button.inactive:before {
  background-color: #a9a9a9;
}
.icm-version-rrdc .icm-zoom-buttons button:not(.inactive):hover {
  background-color: #fff;
}
.icm-version-rrdc .icm-zoom-buttons button:not(.inactive):hover:after, .icm-version-rrdc .icm-zoom-buttons button:not(.inactive):hover:before {
  background-color: #eaa926;
}
.icm-version-rrdc .icm-zoom-buttons button:after, .icm-version-rrdc .icm-zoom-buttons button:before {
  background-color: #034110;
}
.icm-version-rrdc .icm-zoom-buttons button:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-5px, -1px);
  -ms-transform: translate(-5px, -1px);
  transform: translate(-5px, -1px);
  background-color: #231f20;
}
.icm-version-rrdc .icm-map-key-menu .icm-map-key-button {
  font-size: 10px;
}

/* Lightbox */

.fancybox-slide--iframe .fancybox-content {
    max-width: 425px !important;
    max-height: 170px !important;
    width: 100%;
    height: 100%;
}
@media(min-width: 768px) {
    .fancybox-slide--iframe .fancybox-content {
        max-width: 650px !important;
        max-height: 350px !important;
    }
}
@media(min-width: 1024px) {
    .fancybox-slide--iframe .fancybox-content {
        max-width: 800px !important;
        max-height: 450px !important;
    }
}
.fancybox-container .fancybox-bg {
  background: rgba(30, 48, 115, 0.95);
}

.fancybox-container .fancybox-button--fullscreen,
.fancybox-container .fancybox-button--share {
    display: none !important;
}
.fancybox-container .fancybox-button--close {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 30px;
  right: 36px;
  right: 16px;
  display: block;
  z-index: 99;
  background-color: #efd31f;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 25px;
  background-color: #f5d820;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  -webki-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fancybox-container .fancybox-button--close:hover {
  background-color: #3859a2;
}
@media (max-width: 767px) {
.fancybox-container .fancybox-button--close {
    width: 33px;
    height: 33px;
    font-size: 15px;
    line-height: 33px;
  }
}
