@charset "UTF-8";
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #d99d21;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px;
  text-decoration: none;
  transition: all 250ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  max-width: 50%;
  display: block;
  align-self: center; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #e0a833;
    color: #FFFFFF; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #c28d1e; }

fieldset {
  background-color: #FFFFFF;
  border: 1px solid white;
  margin: 0 0 32px;
  padding: 32px; }

input,
label,
select {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  outline: none; }

label {
  color: #035C67;
  font-weight: normal;
  margin-bottom: 4px; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }
  label span {
    color: white; }
  label span.error {
    color: #9400D3;
    font-weight: normal;
    float: right; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #FFFFFF;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 16px;
  transition: border-color 250ms ease;
  width: 100%;
  -webkit-appearance: none; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #dadada; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #99bfc4;
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #FFFFFF;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid white; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select[multiple=multiple]::-webkit-input-placeholder {
    color: #F3F3F3; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
  select[multiple=multiple]::-moz-placeholder {
    color: #F3F3F3; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
  select[multiple=multiple]:-moz-placeholder {
    color: #F3F3F3; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  select[multiple=multiple]:-ms-input-placeholder {
    color: #F3F3F3; }

textarea {
  resize: vertical;
  min-height: 150px;
  margin-bottom: 16px !important; }
  textarea::-webkit-input-placeholder {
    color: white; }
  textarea::-moz-placeholder {
    color: white; }
  textarea:-moz-placeholder {
    color: white; }
  textarea:-ms-input-placeholder {
    color: white; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 8px; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 16px;
  width: 100%; }

select {
  margin-bottom: 16px;
  width: auto;
  height: 54px;
  padding: 16px;
  line-height: 1;
  background-color: #FFFFFF;
  background-image: url("../images/icons/select-icon.html");
  background-repeat: no-repeat;
  background-size: 40px 54px;
  background-position: top right;
  border: 2px solid white;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%; }
  select:hover {
    border-color: white; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.default {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 32px; }
  ul.default li {
    display: block;
    position: relative;
    padding-left: 24px; }
    ul.default li:before {
      background-color: #fdecb3;
      border-radius: 50%;
      content: '';
      height: 8px;
      left: 0;
      position: absolute;
      top: 10px;
      width: 8px; }
  ul.default:last-child {
    margin-bottom: 0; }

ol.default {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 32px; }

dl {
  margin-bottom: 16px; }
  dl dt {
    font-weight: bold;
    margin-top: 16px; }
  dl dd {
    margin: 0; }

table {
  font-size: 16px;
  background-color: #FFFFFF;
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0;
  margin-bottom: 32px;
  table-layout: fixed;
  width: 100%; }

tr {
  border-right: 16px solid #FFFFFF;
  border-bottom: 1px solid white;
  border-left: 16px solid #FFFFFF; }
  tr td {
    color: #035C67;
    font-weight: 400;
    text-align: left;
    padding: 16px 0; }
    tr td strong {
      font-weight: 800; }
  tr:last-child {
    border-bottom: none; }

tr, td, th {
  vertical-align: middle; }

html {
  background-color: #FFFFFF;
  height: 100%; }

body {
  height: 100%;
  font-family: "proxima-nova", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 28px;
  color: #5b959c;
  background-color: #FFFFFF;
  opacity: 1;
  transition: opacity 1s ease; }
  body.transition {
    opacity: 0;
    transition: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "goudy-old-style", serif;
  font-size: 16px;
  color: #035C67;
  line-height: 40px;
  font-weight: 400;
  margin: 0;
  padding: 0; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 32px; }

h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 32px; }

h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px; }

h4 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px; }

p {
  margin: 0 0 32px; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #e0a833;
  text-decoration: none;
  transition: color 250ms ease;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  a:active, a:focus, a:hover {
    color: #c28d1e; }

hr {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  border: none;
  margin: 0 0 32px;
  background-color: rgba(3, 92, 103, 0.15); }
  hr:last-child {
    margin-bottom: 0; }

blockquote {
  font-size: 32px;
  line-height: 40px;
  color: #1E90FF;
  font-weight: 800;
  padding: 64px;
  margin: 0 0 32px; }
  blockquote cite {
    font-weight: 400;
    margin-left: 8px;
    opacity: 0.6; }

img,
picture {
  margin: 0;
  width: 100%;
  max-width: 100%;
  float: left; }

html {
  box-sizing: border-box; }

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

@font-face {
  font-family: 'fontello';
  src: url("../font/fontellod7b0.eot?24564404");
  src: url("../font/fontellod7b0.eot?24564404#iefix") format("embedded-opentype"), url("../font/fontellod7b0.woff?24564404") format("woff"), url("../font/fontellod7b0.ttf?24564404") format("truetype"), url("../font/fontellod7b0.svg?24564404#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?24564404#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-cancel:before {
  content: '\e808'; }

/* '' */
.icon-paper-plane:before {
  content: '\e80a'; }

/* '' */
.icon-down-dir:before {
  content: '\e806'; }

/* '' */
.icon-down-open:before {
  content: '\e805'; }

/* '' */
.icon-left-open:before {
  content: '\e800'; }

/* '' */
.icon-right-open:before {
  content: '\e801'; }

/* '' */
.icon-menu:before {
  content: '\e809'; }

/* '' */
.icon-twitter:before {
  content: '\e802'; }

/* '' */
.icon-search:before {
  content: '\e807'; }

/* '' */
.icon-star:before {
  content: '\e804'; }

/* '' */
.icon-home:before {
  content: '\e80b'; }

/* '' */
.icon-mobile:before {
  content: '\e80c'; }

/* '' */
.icon-gplus:before {
  content: '\e803'; }

/* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/ajax-loader.html") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slickd41d.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9999; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 32px;
    line-height: 1;
    color: #035C67;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 32px; }

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

.alert_banner {
  background-color: #cddee1;
  padding: 16px;
  margin-bottom: 32px;
  border-radius: 8px; }
  .alert_banner h3 {
    color: #035C67; }
  .alert_banner a {
    color: #035C67 !important; }
    .alert_banner a:hover {
      color: #023035 !important;
      text-decoration: underline; }

a.back_button, a.button_link {
  background-color: #035C67;
  color: #FFFFFF;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px;
  text-decoration: none;
  transition: color 250ms ease;
  align-self: center; }
  a.back_button span, a.button_link span {
    border-bottom: 1px solid transparent; }
  a.back_button:hover span, a.button_link:hover span {
    border-bottom: 1px solid #fdecb3; }

form.contactForm .form-body {
  background-color: #FFFFFF;
  padding: 32px; }
  form.contactForm .form-body::after {
    clear: both;
    content: "";
    display: table; }

form.contactForm .selectWrap {
  position: relative;
  display: block;
  vertical-align: middle;
  margin-bottom: 16px; }
  form.contactForm .selectWrap:after {
    font-family: 'fontello';
    content: '\e805';
    position: absolute;
    pointer-events: none;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    color: #e0a833;
    right: 16px;
    top: 15px; }
  form.contactForm .selectWrap select {
    border-color: #e6e6e6; }
    form.contactForm .selectWrap select:hover {
      border-color: #dadada; }

form.contactForm .form-section {
  width: 100%;
  float: left;
  margin-bottom: 32px; }
  form.contactForm .form-section:last-child {
    margin-bottom: 0; }
  form.contactForm .form-section strong {
    display: block;
    float: right;
    padding: 16px 0; }
    @media screen and (max-width: 480px) {
      form.contactForm .form-section strong {
        display: none; } }
form.contactForm .form-half {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%; }
  form.contactForm .form-half:last-child {
    margin-right: 0; }
  form.contactForm .form-half:nth-child(2n) {
    margin-right: 0; }
  form.contactForm .form-half:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 959px) {
    form.contactForm .form-half {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      form.contactForm .form-half:last-child {
        margin-right: 0; }
      form.contactForm .form-half:nth-child(2n) {
        margin-right: 0; }
      form.contactForm .form-half:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    form.contactForm .form-half {
      float: left;
      display: block;
      margin-right: 5.2631578947%;
      width: 100%; }
      form.contactForm .form-half:last-child {
        margin-right: 0; } }
section.yellow {
  background-color: #fdecb3; }

section.slate {
  background-color: #f2f7f7; }

.content_100_left {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 100%;
  text-align: left; }
  .content_100_left:last-child {
    margin-right: 0; }

.content_100_center {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 100%;
  text-align: center; }
  .content_100_center:last-child {
    margin-right: 0; }

.content_100_right {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 100%;
  text-align: right; }
  .content_100_right:last-child {
    margin-right: 0; }

.content_left_75 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 74.5762711864%;
  padding-right: 32px; }
  .content_left_75:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_left_75 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      padding-right: 0;
      margin-bottom: 32px; }
      .content_left_75:last-child {
        margin-right: 0; } }
.content_right_75 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 74.5762711864%;
  padding-left: 32px; }
  .content_right_75:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_right_75 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      padding-left: 0; }
      .content_right_75:last-child {
        margin-right: 0; } }
.content_left_60 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 57.6271186441%;
  padding-right: 32px; }
  .content_left_60:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_left_60 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      padding-right: 0;
      margin-bottom: 32px; }
      .content_left_60:last-child {
        margin-right: 0; } }
.content_right_60 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 57.6271186441%;
  padding-left: 32px; }
  .content_right_60:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_right_60 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      padding-left: 0; }
      .content_right_60:last-child {
        margin-right: 0; } }
.content_50 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%; }
  .content_50:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_50 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      padding-right: 0;
      margin-bottom: 32px; }
      .content_50:last-child {
        margin-right: 0; }
      .content_50:last-child {
        margin-bottom: 0; } }
.content_33 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  text-align: center;
  margin-bottom: 32px; }
  .content_33:last-child {
    margin-right: 0; }
  .content_33:nth-child(3n) {
    margin-right: 0; }
  .content_33:nth-child(3n+1) {
    clear: left; }
  .content_33 p {
    padding: 0 32px; }
  @media screen and (max-width: 959px) {
    .content_33 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      margin-bottom: 32px; }
      .content_33:last-child {
        margin-right: 0; }
      .content_33:last-child {
        margin-bottom: 0; } }
.content_flex_wrap .content_33 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-bottom: 0; }
  .content_flex_wrap .content_33:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_flex_wrap .content_33 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      margin-bottom: 32px; }
      .content_flex_wrap .content_33:last-child {
        margin-right: 0; }
      .content_flex_wrap .content_33:last-child {
        margin-bottom: 0; } }
.content_left_40 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 40.6779661017%; }
  .content_left_40:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_left_40 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      margin-bottom: 32px; }
      .content_left_40:last-child {
        margin-right: 0; } }
.content_right_40 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 40.6779661017%; }
  .content_right_40:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_right_40 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%; }
      .content_right_40:last-child {
        margin-right: 0; } }
.content_left_25 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%; }
  .content_left_25:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_left_25 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%;
      margin-bottom: 32px; }
      .content_left_25:last-child {
        margin-right: 0; } }
.content_right_25 {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 23.7288135593%; }
  .content_right_25:last-child {
    margin-right: 0; }
  @media screen and (max-width: 959px) {
    .content_right_25 {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%; }
      .content_right_25:last-child {
        margin-right: 0; } }
section.cb_layout_contained {
  padding: 64px 32px; }
  @media screen and (max-width: 959px) {
    section.cb_layout_contained {
      padding: 32px 16px; } }
  section.cb_layout_contained .content_wrap {
    max-width: 1416px;
    margin-left: auto;
    margin-right: auto; }
    section.cb_layout_contained .content_wrap::after {
      clear: both;
      content: "";
      display: table; }
  section.cb_layout_contained .content_flex_wrap {
    max-width: 1416px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch; }
    section.cb_layout_contained .content_flex_wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 959px) {
      section.cb_layout_contained .content_flex_wrap {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
section.cb_layout_full {
  padding: 64px 32px; }
  @media screen and (max-width: 959px) {
    section.cb_layout_full {
      padding: 32px 16px; } }
  section.cb_layout_full .content_wrap {
    width: 100%; }
    section.cb_layout_full .content_wrap::after {
      clear: both;
      content: "";
      display: table; }
  section.cb_layout_full .content_flex_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch; }
    @media screen and (max-width: 959px) {
      section.cb_layout_full .content_flex_wrap {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
section.remove_top_padding {
  padding-top: 0 !important; }

section.remove_right_padding {
  padding-right: 0 !important; }

section.remove_bot_padding {
  padding-bottom: 0 !important; }

section.remove_left_padding {
  padding-left: 0 !important; }

.cookieConsentBanner {
  background-color: #e0a833;
  bottom: 0;
  color: #FFFFFF;
  padding: 0;
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%; }
  .cookieConsentBanner .container {
    max-width: 1416px;
    margin-left: auto;
    margin-right: auto; }
    .cookieConsentBanner .container::after {
      clear: both;
      content: "";
      display: table; }
  .cookieConsentBanner .notificationMessage {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%;
    position: relative;
    padding: 20px 0; }
    .cookieConsentBanner .notificationMessage:last-child {
      margin-right: 0; }
    .cookieConsentBanner .notificationMessage p {
      padding: 8px 0;
      float: left;
      margin-bottom: 0; }
      .cookieConsentBanner .notificationMessage p a {
        color: #035C67; }
    .cookieConsentBanner .notificationMessage a.notificationBtn {
      color: #035C67;
      font-weight: 800;
      display: block;
      float: right;
      background-color: #FFFFFF;
      padding: 8px 16px;
      border-radius: 8px;
      transition: color 250ms ease;
      text-transform: uppercase;
      cursor: pointer; }
      .cookieConsentBanner .notificationMessage a.notificationBtn:hover {
        color: #9400D3; }
      @media screen and (max-width: 959px) {
        .cookieConsentBanner .notificationMessage a.notificationBtn {
          float: left; } }
    @media screen and (max-width: 959px) {
      .cookieConsentBanner .notificationMessage {
        padding: 20px 32px; } }
footer {
  padding: 64px 32px 32px;
  background-color: #035C67; }
  @media screen and (max-width: 959px) {
    footer {
      padding: 64px 16px 32px; } }
footer .container {
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto; }
  footer .container::after {
    clear: both;
    content: "";
    display: table; }

.site_logo_footer {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 100%;
  margin-bottom: 64px; }
  .site_logo_footer:last-child {
    margin-right: 0; }
  .site_logo_footer img {
    float: left;
    width: 100%;
    max-width: 200px; }

.contactInfo {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  color: #689da4;
  margin-bottom: 64px; }
  .contactInfo:last-child {
    margin-right: 0; }
  .contactInfo strong {
    color: #fdecb3; }
  .contactInfo a {
    color: #689da4; }
    .contactInfo a:hover {
      color: #9abec2;
      text-decoration: underline; }
  @media screen and (max-width: 959px) {
    .contactInfo {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%; }
      .contactInfo:last-child {
        margin-right: 0; } }
.footer_logos {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 49.1525423729%;
  margin-bottom: 64px; }
  .footer_logos:last-child {
    margin-right: 0; }
  .footer_logos ul {
    list-style: none;
    display: flex;
    justify-content: flex-end; }
    .footer_logos ul li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      float: left;
      max-width: 100px;
      opacity: 0.35; }
      .footer_logos ul li:nth-child(2) {
        margin-left: 32px; }
      .footer_logos ul li:nth-child(3) {
        margin-left: 32px;
        margin-right: 32px; }
      .footer_logos ul li img {
        float: left; }
  @media screen and (max-width: 959px) {
    .footer_logos {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 100%; }
      .footer_logos:last-child {
        margin-right: 0; }
      .footer_logos ul {
        justify-content: flex-start; }
        .footer_logos ul li:first-child {
          margin-left: none; } }
.footerLinks {
  border-top: solid 1px #047280;
  color: #689da4;
  padding-top: 16px; }
  .footerLinks ul {
    list-style: none; }
    .footerLinks ul li {
      float: left;
      margin-right: 16px;
      padding-left: 16px;
      border-left: solid 1px #047280; }
      .footerLinks ul li:first-child {
        border-left: none;
        padding-left: 0; }
      .footerLinks ul li a {
        color: #689da4; }
        .footerLinks ul li a:hover {
          color: #9abec2;
          text-decoration: underline; }

.navbar {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

a.site_logo_header {
  background-color: #FFFFFF;
  display: block;
  padding: 16px 16px 16px 32px; }
  a.site_logo_header img {
    display: block;
    float: left;
    height: 64px;
    width: auto; }

.navigation {
  display: flex; }
  .navigation a {
    text-decoration: none; }
  .navigation ul.menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .navigation li {
    border-left: solid 1px #e6e6e6;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 16px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s; }
    .navigation li:first-child {
      border-left: none; }
  .navigation li a {
    color: #035C67;
    border-bottom: 1px solid transparent; }
  .navigation li:hover,
  .navigation li:focus-within {
    cursor: pointer; }
  .navigation li:hover a {
    color: #035C67;
    border-bottom: 1px solid #fdecb3; }
  .navigation li:focus-within a {
    outline: none; }
  .navigation ul li ul {
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 16px;
    right: 0;
    display: none;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  .navigation ul li:hover > ul,
  .navigation ul li:focus-within > ul,
  .navigation ul li ul:hover,
  .navigation ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block; }
  .navigation ul li ul li {
    border-left: none;
    font-weight: 400;
    text-transform: none;
    padding: 0 16px 4px 2px;
    clear: both;
    width: 100%;
    text-align: right; }
  .navigation ul li ul li a {
    font-weight: 800;
    color: #035C67 !important;
    border-bottom: 1px solid transparent !important; }
  .navigation ul li ul li:hover a {
    color: #035C67 !important;
    border-bottom: 1px solid #fdecb3 !important; }

a.phone_link {
  display: block;
  background-color: #e0a833;
  width: 96px;
  height: 96px;
  position: relative;
  transition: background-color 250ms ease; }
  a.phone_link:hover {
    background-color: #d99d21; }
  a.phone_link .icon {
    fill: #FFFFFF;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 24px;
    right: 24px; }
  a.phone_link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

a.mobile_menu_link {
  display: none;
  background-color: #035C67;
  width: 80px;
  height: 80px;
  position: relative;
  border-left: 1px solid #02464e;
  transition: background-color 250ms ease; }
  a.mobile_menu_link:hover {
    background-color: #02464e; }
  a.mobile_menu_link .icon {
    fill: #FFFFFF;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 20px; }

@media screen and (max-width: 959px) {
  a.site_logo_header {
    padding: 16px; }
    a.site_logo_header img {
      height: 48px; }
  .navbar .navigation {
    justify-content: flex-end; }
    .navbar .navigation ul.menu {
      display: none; }
  a.phone_link {
    width: 80px;
    height: 80px; }
    a.phone_link .icon {
      height: 40px;
      width: 40px;
      position: absolute;
      top: 20px;
      right: 20px; }
  a.mobile_menu_link {
    display: block; } }

.gallery_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  float: left; }
  .gallery_nav .gallery_prev, .gallery_nav .gallery_next {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background-color: #e0a833; }

.image_link {
  background-color: #035C67; }
  .image_link::after {
    clear: both;
    content: "";
    display: table; }
  .image_link a {
    display: block;
    color: #FFFFFF;
    margin-bottom: 0; }
    .image_link a .introtitle {
      text-align: left;
      display: block;
      float: left;
      width: 100%;
      padding: 20px;
      margin-bottom: 0; }
      .image_link a .introtitle span {
        display: inline;
        font-weight: 800;
        font-size: 20px;
        line-height: 1;
        border-bottom: 1px solid transparent;
        padding: 0; }
    .image_link a:hover span {
      border-bottom: 1px solid #fdecb3; }

@media screen and (max-width: 959px) {
  main h1 {
    font-size: 32px; }
  main h2 {
    font-size: 32px; }
  main h3 {
    font-size: 24px; } }

.masthead_image {
  width: 100%;
  height: 760px;
  float: left;
  background-color: #f7e9cc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 959px) {
    .masthead_image {
      height: 500px; } }
  @media screen and (max-width: 959px) {
    .masthead_image {
      height: 300px; } }
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #035C67; }

.overlay_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }
  .overlay_content ul {
    padding: 0 32px; }
    .overlay_content ul li {
      border-bottom: 1px solid #047280; }
      .overlay_content ul li:last-child {
        border-bottom: none; }
      .overlay_content ul li a {
        color: #689da4;
        display: block;
        font-size: 32px;
        padding: 16px 0;
        line-height: 1; }
        .overlay_content ul li a:hover {
          color: #FFFFFF; }

.overlay .closebtn {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0; }
  .overlay .closebtn .icon {
    fill: #fdecb3;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 20px; }

.news_intro_link {
  border-bottom: 1px solid rgba(3, 92, 103, 0.15);
  padding-bottom: 32px;
  margin-bottom: 32px; }
  .news_intro_link::after {
    clear: both;
    content: "";
    display: table; }
  .news_intro_link:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .news_intro_link a.readmore {
    font-weight: 800;
    color: #035C67; }
    .news_intro_link a.readmore:hover {
      border-bottom: 1px solid #fdecb3; }

.news_intro_slider_link {
  padding: 0 16px;
  margin-bottom: 16px;
  text-align: left; }
  .news_intro_slider_link::after {
    clear: both;
    content: "";
    display: table; }
  .news_intro_slider_link .image_link {
    margin-bottom: 16px; }
  .news_intro_slider_link p {
    padding: 0; }
  .news_intro_slider_link a.readmore {
    font-weight: 800;
    color: #035C67; }
    .news_intro_slider_link a.readmore:hover {
      border-bottom: 1px solid #fdecb3; }
  @media screen and (max-width: 959px) {
    .news_intro_slider_link {
      padding: 0 32px; } }
.news_slider .slick-prev {
  left: -24px !important; }

.news_slider .slick-next {
  right: -24px !important; }

@media screen and (max-width: 959px) {
  .news_slider .slick-prev {
    left: -8px !important; }
  .news_slider .slick-next {
    right: -8px !important; } }

.pagination {
  float: left;
  display: block;
  margin-right: 1.6949152542%;
  width: 100%; }
  .pagination:last-child {
    margin-right: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .pagination ul li.page-item {
      margin-right: 8px; }
      .pagination ul li.page-item a {
        padding: 8px 0;
        display: block;
        float: left;
        line-height: 1;
        text-align: center;
        width: 32px; }
    .pagination ul li.page-item.active a {
      background-color: #e0a833;
      color: #FFFFFF; }
    .pagination ul li.prev_control {
      border-right: 1px solid rgba(3, 92, 103, 0.15);
      margin-right: 32px; }
      .pagination ul li.prev_control a {
        margin-right: 16px;
        padding-left: 24px;
        position: relative;
        width: auto; }
        .pagination ul li.prev_control a .icon {
          fill: #e0a833;
          height: 16px;
          width: 16px;
          position: absolute;
          top: 7px;
          left: 0; }
    .pagination ul li.next_control {
      border-left: 1px solid rgba(3, 92, 103, 0.15);
      margin-left: 32px; }
      .pagination ul li.next_control a {
        margin-left: 16px;
        padding-right: 24px;
        position: relative;
        width: auto; }
        .pagination ul li.next_control a .icon {
          fill: #e0a833;
          height: 16px;
          width: 16px;
          position: absolute;
          top: 7px;
          right: 0; }
    .pagination ul li.prev_control_empty {
      border-right: 1px solid rgba(3, 92, 103, 0.15);
      margin-right: 32px; }
      .pagination ul li.prev_control_empty span {
        padding: 8px 0;
        color: rgba(3, 92, 103, 0.15);
        display: block;
        float: left;
        line-height: 1;
        margin-right: 16px;
        padding-left: 24px;
        position: relative;
        width: auto; }
        .pagination ul li.prev_control_empty span .icon {
          fill: rgba(3, 92, 103, 0.15);
          height: 16px;
          width: 16px;
          position: absolute;
          top: 8px;
          left: 0; }
    .pagination ul li.next_control_empty {
      border-left: 1px solid rgba(3, 92, 103, 0.15);
      margin-left: 32px; }
      .pagination ul li.next_control_empty span {
        padding: 8px 0;
        color: rgba(3, 92, 103, 0.15);
        display: block;
        float: left;
        line-height: 1;
        margin-left: 16px;
        padding-right: 24px;
        position: relative;
        width: auto; }
        .pagination ul li.next_control_empty span .icon {
          fill: rgba(3, 92, 103, 0.15);
          height: 16px;
          width: 16px;
          position: absolute;
          top: 8px;
          right: 0; }

/* #Sub Content
========================================================================================================================= */
.submenu {
  margin-bottom: 35px; }

.submenu ul {
  margin-top: 5px;
  border-bottom: solid 1px #e8e8e8; }

.submenu ul li {
  list-style-type: none;
  border-top: solid 1px #e8e8e8; }

.submenu ul li a {
  display: block;
  color: #ff0000;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px; }

.submenu ul li a:after {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  content: "\e801";
  float: right; }

.submenu ul li a:hover {
  color: #ff0000;
  text-decoration: underline; }

.submenu .archive {
  background-image: none;
  text-decoration: none;
  color: #F00;
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #F00; }

.submenu .archive:hover {
  border-bottom-style: solid; }
