@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider::after {
  content: "";
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 500px; /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transform: translate(50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video, #home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px; /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px; /*define the height of slide*/
  }
}
/* Bootstrap tweaks */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1560px;
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
  padding-left: 0;
}
.gform_fields::after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #114180;
  font-size: 22px;
}
.footer .gform_confirmation_message {
  color: #e2b13c;
}

.gform_footer {
  /*text-align: right; /*aligning of submit button* /*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666; /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: "";
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa; /* set the active date background color */
  border: 1px solid #c19163; /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  font-size: 1.1rem;
}

/* Placeholder styling */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ababab !important;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ababab !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ababab !important;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab !important;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

label {
  display: block;
  font-size: inherit;
}

button,
.button,
.btn,
input[type=submit],
input[type=reset] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #114180;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 10px;
}
button:hover, button:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus {
  background-color: #0b2a53;
  text-decoration: none;
  cursor: pointer;
}

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  background-color: #f0ece0;
  color: #454545;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1.heading-decor,
h2.heading-decor,
h3.heading-decor,
h4.heading-decor,
h5.heading-decor,
h6.heading-decor,
.h1.heading-decor,
.h2.heading-decor,
.h3.heading-decor,
.h4.heading-decor,
.h5.heading-decor,
.h6.heading-decor {
  position: relative;
  margin-bottom: 46px;
}
h1.heading-decor:before,
h2.heading-decor:before,
h3.heading-decor:before,
h4.heading-decor:before,
h5.heading-decor:before,
h6.heading-decor:before,
.h1.heading-decor:before,
.h2.heading-decor:before,
.h3.heading-decor:before,
.h4.heading-decor:before,
.h5.heading-decor:before,
.h6.heading-decor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100px;
  height: 3px;
  background-color: rgba(17, 65, 128, 0.4);
}
h1.heading-decor[style*="text-align: center"]:before, h1.heading-decor[style*="text-align: center"]:after,
h2.heading-decor[style*="text-align: center"]:before,
h2.heading-decor[style*="text-align: center"]:after,
h3.heading-decor[style*="text-align: center"]:before,
h3.heading-decor[style*="text-align: center"]:after,
h4.heading-decor[style*="text-align: center"]:before,
h4.heading-decor[style*="text-align: center"]:after,
h5.heading-decor[style*="text-align: center"]:before,
h5.heading-decor[style*="text-align: center"]:after,
h6.heading-decor[style*="text-align: center"]:before,
h6.heading-decor[style*="text-align: center"]:after,
.h1.heading-decor[style*="text-align: center"]:before,
.h1.heading-decor[style*="text-align: center"]:after,
.h2.heading-decor[style*="text-align: center"]:before,
.h2.heading-decor[style*="text-align: center"]:after,
.h3.heading-decor[style*="text-align: center"]:before,
.h3.heading-decor[style*="text-align: center"]:after,
.h4.heading-decor[style*="text-align: center"]:before,
.h4.heading-decor[style*="text-align: center"]:after,
.h5.heading-decor[style*="text-align: center"]:before,
.h5.heading-decor[style*="text-align: center"]:after,
.h6.heading-decor[style*="text-align: center"]:before,
.h6.heading-decor[style*="text-align: center"]:after {
  left: 50%;
  transform: translateX(-50%);
}
h1.heading-decor[style*="text-align: right"]:before, h1.heading-decor[style*="text-align: right"]:after,
h2.heading-decor[style*="text-align: right"]:before,
h2.heading-decor[style*="text-align: right"]:after,
h3.heading-decor[style*="text-align: right"]:before,
h3.heading-decor[style*="text-align: right"]:after,
h4.heading-decor[style*="text-align: right"]:before,
h4.heading-decor[style*="text-align: right"]:after,
h5.heading-decor[style*="text-align: right"]:before,
h5.heading-decor[style*="text-align: right"]:after,
h6.heading-decor[style*="text-align: right"]:before,
h6.heading-decor[style*="text-align: right"]:after,
.h1.heading-decor[style*="text-align: right"]:before,
.h1.heading-decor[style*="text-align: right"]:after,
.h2.heading-decor[style*="text-align: right"]:before,
.h2.heading-decor[style*="text-align: right"]:after,
.h3.heading-decor[style*="text-align: right"]:before,
.h3.heading-decor[style*="text-align: right"]:after,
.h4.heading-decor[style*="text-align: right"]:before,
.h4.heading-decor[style*="text-align: right"]:after,
.h5.heading-decor[style*="text-align: right"]:before,
.h5.heading-decor[style*="text-align: right"]:after,
.h6.heading-decor[style*="text-align: right"]:before,
.h6.heading-decor[style*="text-align: right"]:after {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  h1.heading-decor:not([style*=text-align]):before,
h2.heading-decor:not([style*=text-align]):before,
h3.heading-decor:not([style*=text-align]):before,
h4.heading-decor:not([style*=text-align]):before,
h5.heading-decor:not([style*=text-align]):before,
h6.heading-decor:not([style*=text-align]):before,
.h1.heading-decor:not([style*=text-align]):before,
.h2.heading-decor:not([style*=text-align]):before,
.h3.heading-decor:not([style*=text-align]):before,
.h4.heading-decor:not([style*=text-align]):before,
.h5.heading-decor:not([style*=text-align]):before,
.h6.heading-decor:not([style*=text-align]):before {
    width: 70px;
    background-color: #114180;
    left: 50%;
    transform: translateX(-100%);
  }
  h1.heading-decor:not([style*=text-align]):after,
h2.heading-decor:not([style*=text-align]):after,
h3.heading-decor:not([style*=text-align]):after,
h4.heading-decor:not([style*=text-align]):after,
h5.heading-decor:not([style*=text-align]):after,
h6.heading-decor:not([style*=text-align]):after,
.h1.heading-decor:not([style*=text-align]):after,
.h2.heading-decor:not([style*=text-align]):after,
.h3.heading-decor:not([style*=text-align]):after,
.h4.heading-decor:not([style*=text-align]):after,
.h5.heading-decor:not([style*=text-align]):after,
.h6.heading-decor:not([style*=text-align]):after {
    width: 70px;
    left: 50%;
  }
}

@media (max-width: 767px) {
  h1,
.h1 {
    letter-spacing: 0.2em;
  }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Lora", serif;
  color: #114180;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 60px;
    letter-spacing: 0.2em;
  }
  h2,
.h2 {
    font-size: 37px;
  }
  h3,
.h3 {
    font-size: 32px;
    line-height: 1.6;
  }
  h4,
.h4 {
    font-size: 26px;
    line-height: 2;
  }
  h5,
.h5 {
    font-size: 22px;
  }
  h6,
.h6 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: calc(20px + 5vw);
  }
}
p {
  /*basic paragraph styles*/
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #114180;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #e2b13c;
  outline: none;
}
a.more-link, a.read-more {
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  margin-right: 2.7vw;
  margin-top: 15px;
  text-decoration: none;
}
a.more-link:after, a.read-more:after {
  content: "➜";
  display: inline-block;
  position: relative;
  padding-left: 7px;
  vertical-align: middle;
  left: 0;
  transition: left 0.3s ease-in-out;
  font-style: normal;
  padding-bottom: 2px;
}
a.more-link:hover:after, a.more-link:focus:after, a.read-more:hover:after, a.read-more:focus:after {
  left: 3px;
}
a.link-to-back {
  text-decoration: none;
}
a.link-to-back:before {
  content: "➜";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  left: 0;
  transform: scaleX(-1);
  transition: left 0.3s ease-in-out;
}
a.link-to-back:hover:before, a.link-to-back:focus:before {
  left: -3px;
}
.single a.link-to-back {
  font-size: 22px;
}
.single a.link-to-back:before {
  top: -2px;
}
a.flyer-link {
  display: inline-block;
  margin-top: 35px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-decoration: none;
}
a.flyer-link i {
  padding-right: 10px;
  font-size: 2em;
  vertical-align: middle;
}
a.download-link {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  position: relative;
  padding-left: 33px;
}
a.download-link:before {
  content: "➜";
  line-height: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  transform-origin: 0 0;
  transform: rotate(91deg);
  left: 11px;
  top: 0;
}
a.download-link:after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 21px;
  height: 10px;
  border: 2px solid #114180;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: border-color 0.3s ease-in-out;
}
a.download-link:hover:after, a.download-link:focus:after {
  border-color: #e2b13c;
}
a.accent-color {
  color: #e2b13c;
}
a.accent-color:hover, a.accent-color:focus {
  color: #114180;
}
a[href*=".aspx"] {
  word-break: break-all;
}

.capitalize {
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .medium-text-right {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .small-text-center {
    text-align: center !important;
  }
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  border-collapse: collapse;
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  border: 1px solid #f1f1f1;
  background-color: transparent;
}
table tfoot tr,
table thead tr {
  background-color: #f8f8f8;
}
table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
table tbody td,
table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}

img {
  max-width: 100%;
  height: auto;
}
.d-flex img {
  height: auto;
  width: auto;
}

.d-flex-img-down {
  align-self: flex-end;
}

.dark-section {
  color: #fff;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a,
.dark-section li,
.dark-section address {
  color: #fff;
}
.dark-section a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.dark-section a.button:hover {
  color: #fff;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: "\f1ce";
  font-size: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
ul.pagination .pagination {
  display: block;
  color: #454545;
  background-color: transparent;
  border: 1px solid #ababab;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #114180;
  border-color: #114180;
}

/* Search form */
#searchsubmit {
  height: auto;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

.cover,
.bg-cover,
#home-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pad-top-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .pad-top-bottom {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.pad-top {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .pad-top {
    padding-top: 8vw;
  }
}

.pad-bottom {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .pad-bottom {
    padding-bottom: 8vw;
  }
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header-notice {
  background: #abcbf7;
  color: #222;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-top: -30px;
}
@media (max-width: 992px) {
  .header-notice {
    margin-bottom: 15px;
    margin-top: -33px;
  }
}
.logged-in .header-notice {
  margin-top: 15px !important;
}

.header {
  margin-bottom: 30px;
  position: absolute;
  top: 30px;
  z-index: 50;
  width: 100%;
}
@media (max-width: 992px) {
  .header {
    top: 33px;
  }
  .header .container {
    max-width: 600px;
  }
}
@media (min-width: 993px) {
  .header {
    background-color: rgba(34, 34, 34, 0.28);
  }
  .header .container {
    max-width: 1040px;
  }
  .header .navbar .menu-button {
    margin-left: 0.4vw;
    display: flex;
    align-items: center;
  }
  .header .navbar .menu-button a {
    background-color: rgba(26, 77, 145, 0.67);
    line-height: 49px;
    vertical-align: middle;
    padding-left: 34px;
    padding-right: 34px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: "Lora", serif;
    font-weight: bold;
  }
}

.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comments-area {
  margin-top: 50px;
}

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 170px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
}
.not-found .label:hover {
  background-color: #0c2f5c;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	FLEXIBLE
---------------------------------------*/
/* ---------------------------------------
    Section Hero
--------------------------------------- */
.section-hero {
  position: relative;
  background-position: 50% 0;
  transform: translateZ(0);
}
.section-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: -1;
}
.section-hero .row-hero {
  min-height: calc(16.7vw + 288px);
  height: calc(16.7vw + 287px);
}
.home .section-hero .row-hero {
  min-height: 100vh;
  height: 99vh;
}
.section-hero .row-hero h1.hero-title {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.section-hero .scroll-next {
  position: absolute;
  bottom: 37px;
  right: 45px;
  width: 15px;
  height: 65px;
  background-image: url("../images/arrow-down.png");
}
.section-hero .scroll-next:hover, .section-hero .scroll-next:focus {
  bottom: 32px;
}
@media (max-width: 767px) {
  .section-hero .scroll-next {
    display: none;
  }
}

/* ---------------------------------------
    Section History
--------------------------------------- */
.section-history {
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-history .col-img {
    width: auto;
    max-width: none;
    flex: auto;
    margin-left: -20vw;
    margin-right: -34vw;
  }
}
@media (max-width: 767px) {
  .section-history h6 {
    line-height: 1.6;
  }
}

.intro-letter {
  font-family: "Alex Brush", cursive;
  font-size: 60px;
  line-height: 40px;
  font-weight: 400;
  padding-right: 12px;
}

/* ---------------------------------------
    Section Visits
--------------------------------------- */
.section-visits .img-wrap {
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.section-visits .img-wrap:before {
  content: " ";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.section-visits p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.section-visits .read-more {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .section-visits .visit-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-visits .visit-item hr {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-visits {
    background-image: none !important;
  }
  .section-visits .container {
    max-width: 600px;
  }
}

.img-wrap {
  position: relative;
  padding-bottom: 58%;
}
.img-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* ---------------------------------------
    Section Events
--------------------------------------- */
.section-events .section-events-title {
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .section-events .section-events-title:before, .section-events .section-events-title:after {
    content: "";
    position: absolute;
  }
  .section-events .section-events-title:before {
    left: 50%;
    top: -41px;
    width: 70px;
    height: 3px;
    background-color: #114180;
    transform: translateX(-100%);
  }
  .section-events .section-events-title:after {
    top: -40px;
    left: 50%;
    width: 70px;
    height: 1px;
    background-color: rgba(34, 34, 34, 0.4);
  }
}
@media (max-width: 767px) {
  .section-events .container {
    max-width: 600px;
  }
}

.events-slider {
  padding-bottom: 70px;
}
.events-slider .day {
  margin-right: 10px;
  font-size: 63px;
  color: #e2b13c;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .events-slider .day {
    font-size: 30px;
    margin-right: 5px;
  }
}
.events-slider .month-year {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  color: #e2b13c;
}
@media (max-width: 767px) {
  .events-slider .event-slide-image {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .events-slider .event-slide-image {
    width: 100%;
  }
}
.events-slider .row {
  padding-left: 1px;
  padding-right: 1px;
}

/* ---------------------------------------
    Section About
--------------------------------------- */
.section-about .gfield_label {
  text-align: left;
}

/* ---------------------------------------
    Section Resourses
--------------------------------------- */
@media (max-width: 992px) {
  .section-resourses {
    padding-top: 0;
  }
  .section-resourses .col-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-resourses {
    background-image: none !important;
  }
  .section-resourses .pad-bottom {
    padding-bottom: 0;
  }
  .section-resourses .container {
    max-width: 600px;
  }
} /* ---------------------------------------
    Section Gallery
--------------------------------------- */
.section-gallery {
  overflow: hidden;
}
.section-gallery .gallery-title {
  margin-bottom: 20px;
}
.section-gallery .slick-dots {
  bottom: auto;
  top: calc(100% + 20px);
}
@media (max-width: 767px) {
  .section-gallery {
    padding-bottom: 80px;
  }
  .section-gallery .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .gallery-slider .slick-list {
    overflow: visible !important;
  }
}
.gallery-slider img {
  height: calc(23vw + 108px);
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .gallery-slider img {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-slider img {
    height: auto;
  }
}

/* ---------------------------------------
    Section Timeline
--------------------------------------- */
@media (min-width: 661px) and (max-width: 767px) {
  #timelineSlider .slick-prev {
    left: -65px;
  }
  #timelineSlider .slick-next {
    right: -65px;
  }
}
@media (max-width: 660px) {
  #timelineSlider .slick-prev,
#timelineSlider .slick-next {
    width: 40px;
    height: 40px;
  }
  #timelineSlider .slick-prev {
    left: -8px;
  }
  #timelineSlider .slick-next {
    right: -8px;
  }
}

.section-timeline .bottom-content {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

.heading-timeline {
  display: inline-block;
  color: #100c0c;
  background-color: #9da7a6;
  letter-spacing: 0;
  padding: 15px 50px;
}

.row-timeline {
  padding-top: calc(3vw + 35px);
  padding-bottom: 10px;
  position: relative;
}

.col-timeline .timeline-item {
  text-align: center;
}

.timeline-img-wrap {
  margin-bottom: 45px;
}
.timeline-img-wrap a {
  display: inline-block;
}
.timeline-img-wrap img {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline-img-wrap {
    padding: 0 80px;
  }
}
@media (max-width: 660px) {
  .timeline-img-wrap {
    padding: 0 40px;
  }
}

.period {
  display: inline-block;
  padding: 0 10px 14px;
  border-bottom: 2px solid #222;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1;
}
@media (min-width: 768px) {
  .period {
    min-width: 135px;
  }
}

/* ---------------------------------------
    Events
--------------------------------------- */
.event-date {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: #114180;
}

.archive .read-more {
  font-size: 24px;
}

.event-devider {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  section:not(.section-sitemap) {
    text-align: center;
  }
  section:not(.section-sitemap) [style*="text-align: right"] {
    text-align: center !important;
  }
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.section-sponsors {
  margin-bottom: 55px;
}
@media (min-width: 993px) {
  .section-sponsors {
    margin-bottom: 100px;
  }
}
.section-sponsors .sponsors-title {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .section-sponsors .sponsors-title {
    margin: 15px 0 30px;
  }
}
@media (min-width: 993px) {
  .section-sponsors .sponsors-title {
    margin: 0 0 40px;
  }
}
.section-sponsors .sponsor-slider {
  padding-bottom: 30px;
}
@media (min-width: 993px) {
  .section-sponsors .sponsor-slider {
    padding-bottom: 0;
  }
}
.section-sponsors .sponsor-slider .sponsor {
  margin: 0 50px;
}
.section-sponsors .sponsor-slider .sponsor img {
  height: calc(13vw + 108px);
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 auto 15px;
}
.section-sponsors .sponsor-slider .sponsor .read-more {
  margin: 0 15px 0 0;
  font-size: 16px;
}
.section-sponsors .sponsor-slider .slick-prev.slick-arrow {
  left: calc(50% - 470px);
}
@media (min-width: 993px) {
  .section-sponsors .sponsor-slider .slick-prev.slick-arrow {
    left: calc(50% - 470px);
  }
}
@media (min-width: 1201px) {
  .section-sponsors .sponsor-slider .slick-prev.slick-arrow {
    left: calc(50% - 550px);
  }
}
@media (min-width: 1700px) {
  .section-sponsors .sponsor-slider .slick-prev.slick-arrow {
    left: calc(50% - 760px);
  }
}
.section-sponsors .sponsor-slider .slick-next.slick-arrow {
  right: calc(50% - 470px);
}
@media (min-width: 993px) {
  .section-sponsors .sponsor-slider .slick-next.slick-arrow {
    right: calc(50% - 470px);
  }
}
@media (min-width: 1201px) {
  .section-sponsors .sponsor-slider .slick-next.slick-arrow {
    right: calc(50% - 550px);
  }
}
@media (min-width: 1700px) {
  .section-sponsors .sponsor-slider .slick-next.slick-arrow {
    right: calc(50% - 760px);
  }
}

.footer {
  padding-top: 63px;
  color: #ababab;
  background-color: #032c62;
}
.footer .stay-tuned {
  list-style: none;
  color: #fff;
  margin: 0 0 54px;
  padding: 0;
}
@media (max-width: 767px) {
  .footer .stay-tuned {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.footer .stay-tuned li {
  display: inline-block;
  margin: 5px;
}
.footer .stay-tuned li a {
  display: inline-block;
  width: 45px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 41px;
  border-radius: 50px;
}
.footer .stay-tuned li a:hover, .footer .stay-tuned li a:focus {
  color: #abcbf7;
  border-color: #abcbf7;
}
@media (max-width: 767px) {
  .footer .stay-tuned li a {
    line-height: 58px;
    width: 62px;
  }
}
@media (max-width: 767px) {
  .footer .stay-tuned li {
    margin: 10px;
  }
}
.footer .contact-item {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footer .contact-item {
    padding-left: 30px;
  }
}
.footer .contact-item i {
  color: #e2b13c;
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer .contact-item i {
    position: absolute;
    top: 2px;
    left: 0;
  }
}
.footer .contact-item .fa-phone {
  transform: scaleX(-1);
}
.footer .contact-item a {
  color: #ababab;
  text-decoration: none;
}
.footer .contact-item a:hover, .footer .contact-item a:focus {
  color: #e2b13c;
}
.footer form {
  margin-bottom: 64px;
  position: relative;
}
.footer form .gfield input {
  min-width: 15.6vw;
  font-size: 15px;
  padding: 7px 15px;
}
@media (max-width: 767px) {
  .footer form .gfield input {
    text-align: center;
  }
}
.footer .footer-contacts {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .footer .footer-contacts {
    text-align: left;
  }
}
.footer .copyright {
  margin-bottom: 58px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.footer .copyright a {
  color: #ababab;
  text-decoration: none;
}
.footer .copyright a:hover, .footer .copyright a:focus {
  color: #e2b13c;
}
.footer .sitemap-link {
  color: #ababab;
  text-decoration: none;
}
.footer .sitemap-link:hover, .footer .sitemap-link:focus {
  color: #e2b13c;
}
.footer .gform_description {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.03em;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .gform_button {
  background-color: transparent;
  font-size: 17px;
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}
.footer .gform_footer {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.footer .gform_footer input {
  color: #ababab;
  padding-right: 45px;
  padding-left: 7px;
}
.footer .gform_footer input:hover {
  cursor: pointer;
  background-color: transparent;
}
@media (min-width: 768px) {
  .footer .gform_footer {
    margin-right: 50px;
  }
}
.footer .gform_footer:after {
  content: "➜";
  position: absolute;
  top: 3px;
  right: 8px;
  padding-left: 7px;
  vertical-align: middle;
  font-size: 26px;
  -webkit-text-stroke: 1px #114180;
  transition: right 0.3s ease-in-out;
  pointer-events: none;
}
.footer .gform_footer:hover:after, .footer .gform_footer:focus:after {
  right: 5px;
}
.footer .gform_fields label {
  display: none;
}
.footer .gform_fields input {
  background-color: transparent;
  border-radius: 0;
  color: #ababab;
}
@media (max-width: 767px) {
  .footer .gform_fields input {
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .footer form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .gform_body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .gform_fields {
    display: flex;
  }
  .footer .gfield {
    margin-bottom: 0;
    padding: 6px;
  }
  .footer .address-item {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer {
    background-size: auto;
    background-position: 50% -100%;
  }
}
.footer .gform_validation_error {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .footer .gform_validation_error .gform_body {
    margin-bottom: -70px;
  }
}
.footer .gform_validation_error form {
  margin-bottom: 100px;
}
.footer .validation_error {
  position: absolute;
  bottom: 100%;
  color: red;
}
.footer .validation_message {
  color: red;
}
.footer .gfield_error {
  position: relative;
  margin-bottom: 70px;
}
.footer .gfield_error .validation_message {
  position: absolute;
  top: 100%;
}
.footer #gform_ajax_spinner_1 {
  position: absolute !important;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 58px;
}

.bottom-image-bg {
  height: 8.7vw;
  background-position: 50% 0;
}
@media (max-width: 767px) {
  .bottom-image-bg {
    background-size: auto;
    height: 170px;
  }
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

/*-=Desktop screens=-*/
@media only screen and (max-width: 1199px) {
  /*max-width 992px, tablet screens*/
}
.upper-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*-=Tablet screens=-*/
@media only screen and (max-width: 991px) {
  /*max-width 992px, tablet screens*/
  .header-menu {
    background-color: #114180;
    padding-bottom: 8px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar .nav-item.current-menu-item:not(.anchor-link) > a:not(.upper-link), .navbar .nav-item.current_page_ancestor > a:not(.upper-link) {
    color: #e2b13c !important; /* current/parent menu item background color */
  }
  .navbar .nav-item:hover .nav-link, .navbar .nav-item:focus .nav-link {
    background: #0e3669 !important; /* menu item background color on hover */
  }
  .navbar .nav-link, .navbar .dropdown-item {
    display: block;
    color: white; /* menu item text color */
    font-size: 14px;
    background: #114180; /* menu item background color */
    line-height: 45px;
    letter-spacing: 0.03em;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: "Lora", serif;
    font-weight: bold;
  }
  .navbar .nav-link:hover, .navbar .dropdown-item:hover {
    background: #0e3669 !important; /* menu item background color on hover */
  }
  .navbar .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 25px;
  }
  .navbar .dropdown-menu .nav-link {
    padding-left: 30px;
  }
  .navbar .dropdown-toggle {
    position: relative;
  }
  .navbar .dropdown-toggle:after {
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -2px;
  }
  .navbar .menu-button {
    display: none !important;
  }
  .navbar #mobile-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 4vw;
    display: flex;
    align-items: center;
  }
  .navbar #mobile-btn-wrap a {
    background-color: rgba(26, 77, 145, 0.67);
    line-height: calc(4vw + 25px);
    vertical-align: middle;
    padding: 4px 7vw;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: calc(16px + 1vw);
    font-family: "Lora", serif;
    font-weight: bold;
  }
  .navbar-toggler {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 11vw;
    margin-left: 15px;
    height: 9vw;
    background-color: transparent !important;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .navbar-toggler:after {
    content: "";
    position: absolute;
    display: block;
    width: 10vw;
    height: 1vw;
    background: #fefefe;
    top: 61%;
    left: 5px;
    margin-top: -5vw;
    box-shadow: 0 3.5vw 0 #fefefe, 0 7vw 0 #fefefe;
  }
  .error404 .navbar-toggler:after {
    box-shadow: 0 3.5vw 0 #114180, 0 7vw 0 #114180;
    background-color: #114180;
  }
  .navbar-toggler span {
    display: block;
    font-size: 16px;
  }
  .upper-link {
    right: 60px;
    bottom: auto;
    height: 45px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 767px) {
  /* TOP BAR Mobile STYLING */
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter-sm .row {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutter-sm .row > .col,
.no-gutter-sm .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
  .sidebar {
    margin-top: 30px;
  }
  .slick-dots li {
    margin: 0 10px;
  }
  .slick-dots li button:before {
    width: 20px;
    height: 20px;
  }
  .slick-dots li.slick-active button {
    border: 1px solid #114180;
  }
  .slick-dots li.slick-active button:before {
    width: 18px;
    height: 18px;
    border: 3px solid transparent;
  }
}
@media only screen and (max-width: 575px) {
  /* Small screens */
}
/* max-width 640px and lower. Use this for mobiles only */
@media only screen and (min-width: 400px) {
  .navbar #mobile-btn-wrap a {
    min-width: 190px;
    text-align: center;
  }
}
/*-=Medium screens=-*/
@media only screen and (min-width: 768px) {
  /* Align Menu to the right
  	 #main-menu-links { justify-content: flex-end; } */
  /* Align Menu to the center
  	 #main-menu-links { justify-content: center; } */
  .footer-contacts {
    display: flex;
    justify-content: space-around;
  }
  .two-columns {
    -moz-columns: 2;
         columns: 2;
  }
}
/* min-width 641px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .navbar .navbar-nav .nav-link, .navbar .navbar-nav .dropdown-item {
    font-size: 1.8vw;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 992px) {
  /*min-width 1025px, large screens*/
  /* TOP BAR STYLING */
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .navbar-nav .nav-link {
    /* Regular menu item style */
    display: block;
    padding: 0 5px;
    background: transparent;
    font-size: 18px;
    font-family: "Lora", serif;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 77px;
    color: #fff;
    text-transform: uppercase;
  }
  .navbar .navbar-nav .nav-link:after {
    display: none;
  }
  .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
    /* menu item style on hover */
    color: #abcbf7;
  }
  .navbar .navbar-nav .current-menu-item:not(.anchor-link) > a, .navbar .navbar-nav .current_page_ancestor > a, .navbar .navbar-nav .current_page_parent > a {
    /* Style of Current page and Ancestor page */
    color: #abcbf7;
  }
  .navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: rgba(34, 34, 34, 0.28);
  }
  .navbar .navbar-nav .dropdown-menu .nav-item {
    padding: 10px;
  }
  .navbar .navbar-nav .dropdown-menu .nav-link {
    line-height: 1.4;
  }
  .navbar .navbar-nav .dropdown-item {
    /* Regular link in dropdown */
    color: #fff;
    padding: 5px 15px;
    line-height: 30px;
  }
  .navbar .navbar-nav .dropdown-item:hover {
    /* Dropdown link on hover */
    color: #abcbf7;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* Dropdown item styling */
  .navbar .nav-item:hover > .nav-link {
    /* Parent link style on dropdown hover */
    color: #abcbf7;
  }
  #mobile-btn-wrap {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  /* min-width 1201px, large screens*/
}/*# sourceMappingURL=custom.css.map */