@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: #eaeff3;
  color: #444;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

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

p:empty::before {
  content: none;
}

/*--------------------------------------------------------------
	Bootstrap
--------------------------------------------------------------*/
.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

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

/*--------------------------------------------------------------
	Some Global Stuff
--------------------------------------------------------------*/
a {
  color: #126db2;
}

a:visited {
  color: #126db2;
}

a:active {
  color: #126db2;
}

a:hover {
  color: #2a9de0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 4px;
  font-size: 13px;
  list-style: none;
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}

.main .sidebar ul li.current-cat > a {
  font-weight: 700;
}

.at-share-btn-elements {
  margin-top: 20px;
}

.gform_wrapper textarea {
  border: 1px solid #ccc;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .show-mobile {
    display: block;
  }
}
.dotted-divider {
  clear: both;
  background: url(/wp-content/uploads/2021/11/divider.png) repeat-x;
  margin: 30px 0;
  height: 5px;
}

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}
.alignleft img {
  margin-right: 1.5em;
}
@media screen and (max-width: 580px) {
  .alignleft img {
    margin-right: inherit;
  }
}
@media screen and (max-width: 580px) {
  .alignleft {
    float: none;
  }
}

.alignright {
  display: inline;
  float: right;
}
.alignright img {
  margin-left: 1.5em;
}
@media screen and (max-width: 580px) {
  .alignright img {
    margin-left: inherit;
  }
}
@media screen and (max-width: 580px) {
  .alignright {
    float: none;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/
ul.page-numbers {
  margin-left: -40px;
  margin-top: 40px;
}
ul.page-numbers li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
ul.page-numbers li span.current {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
}
ul.page-numbers li a {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 700;
  padding: 5px 10px;
}
ul.page-numbers li a.next.page-numbers {
  border: none;
  float: none;
}
ul.page-numbers li a.prev.page-numbers {
  border: none;
  float: none;
}

body,
html{
	overflow-x: initial;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  border-bottom: 3px solid #ff900d;
  padding-bottom: 0;
  padding-top: 36px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

.admin-bar #header{
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar #header{
		top: 46px;
	}
}

@media screen and (max-width: 1024px) {
  #header {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #header .container {
    width: 100%;
  }
}
#header.fixed {
  position: fixed;
}
#header #nav-toggle, #header #mobile-search-toggle {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: flex;
  float: right;
  font-family: "Josefin Sans", sans-serif;
  justify-content: center;
  padding: 10px 14px;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  border: 3px solid #fff;
  border-bottom: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #header #nav-toggle, #header #mobile-search-toggle {
    display: none;
  }
}
#header #nav-toggle .fa, #header #mobile-search-toggle .fa {
  color: #017CAD;
  font-size: 28px;
}
#header #nav-toggle.active, #header #mobile-search-toggle.active {
  background: #017CAD;
  color: #fff;
  border-color: #ff900d;
  text-decoration: none;
}
#header #nav-toggle.active .fa, #header #mobile-search-toggle.active .fa {
  color: #fff;
}
#header #nav-toggle.active:after, #header #mobile-search-toggle.active:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  background-color: #017CAD;
  height: 3px;
  width: 100%;
  z-index: 1000;
}
#header #nav-toggle.active:before, #header #mobile-search-toggle.active:before {
  display: none;
}
#header .header-logo {
  text-align: left;
  width: 248px;
  position: absolute;
  top: 0;
  left: calc(50% - 124px);
  height: 100%;
}
#header .header-logo .logo {
  height: auto;
  margin: 0;
  width: 220px;
}
@media screen and (max-width: 399px) {
  #header .header-logo .logo {
    width: 200px;
  }
}
#header .header-logo a {
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 100000;
  height: 100%;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #header .header-logo a {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-logo {
    left: 20px;
    max-width: 200px;
  }
  #header .header-logo img {
    max-width: 100%;
  }
}
#header .header-menu-and-toggle {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  #header .header-menu-and-toggle {
    display: block;
  }
}

/*--------------------------------------------------------------
	Primary Menu
--------------------------------------------------------------*/
.primary-menu {
  margin: 0;
  -webkit-padding-start: 0;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 250px 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}
.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.primary-menu li {
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.primary-menu li:before {
  border-left: 1px solid #2a9de0;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: calc(100% - 40px);
}
.primary-menu li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.primary-menu li:nth-child(2) {
  grid-area: 1/2/2/3;
}
.primary-menu li:nth-child(3) {
  grid-area: 1/3/2/4;
}
.primary-menu li:nth-child(4) {
  grid-area: 1/5/2/6;
}
.primary-menu li:nth-child(5) {
  grid-area: 1/6/2/7;
}
.primary-menu li:nth-child(1):before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .primary-menu li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .primary-menu li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.primary-menu li.search-toggle {
  grid-area: 1/7/2/8;
  color: #017CAD;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .primary-menu li.search-toggle {
    font-size: 13px;
  }
}
.primary-menu li.search-toggle strong {
  font-size: 1.33em;
  height: 1em;
}
.primary-menu li.search-toggle .fa {
  color: #ff900d;
  font-size: 1.8em;
}
.primary-menu li.search-toggle:hover {
  color: #000;
}
.primary-menu li.search-toggle.active {
  background: #017CAD;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ff900d;
  border-bottom: 0;
  color: #fff;
  position: relative;
}
.primary-menu li.search-toggle.active .fa {
  color: #fff;
}
.primary-menu li.search-toggle.active:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  background-color: #017CAD;
  height: 3px;
  width: 100%;
  z-index: 1000;
}
.primary-menu li.search-toggle.active:before {
  display: none;
}
.primary-menu li ul {
  background: #fff;
  color: #fff;
  display: none;
  left: 0;
  min-width: 150px;
  width: 100%;
  position: absolute;
  top: calc(100% - 30px);
  z-index: 999;
}
.primary-menu li ul li {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #2a9de0;
}
.primary-menu li ul li:first-child {
  border-top: 0;
}
.primary-menu li ul li:before {
  display: none;
}
.primary-menu li ul li a {
  color: #126db2;
  display: block;
  font-size: 15px;
  width: 100%;
  text-transform: none;
  line-height: 1.1em;
  padding: 8px 10px 5px;
}
.primary-menu li ul li a:hover {
  background: none !important;
  text-decoration: none;
}
.primary-menu li:hover ul {
  display: block;
}
.primary-menu a {
  color: #017CAD;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .primary-menu a {
    font-size: 13px;
    line-height: 1em;
  }
}
.primary-menu a:hover {
  text-decoration: none;
  color: #004762;
}
.primary-menu a strong {
  font-size: 1.33em;
  display: block;
}
.primary-menu a em {
  font-style: normal;
  font-size: 1.8em;
}
@media screen and (max-width: 1024px) {
  .primary-menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .primary-menu .menu-item-has-children:hover .sub-menu,
  .primary-menu .menu-item-has-children:focus .sub-menu,
  .primary-menu .menu-item-has-children:focus-within .sub-menu {
    display: block;
  }
}

#mobile-nav {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: #017CAD;
  display: none;
  padding-top: 160px;
  overflow-y: scroll;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #mobile-nav {
    padding-top: 100px;
    min-height: 240px;
    padding-bottom: 200px;
  }
}
#mobile-nav .primary-menu {
  display: block;
}
#mobile-nav .primary-menu li {
  margin-bottom: 4px;
  padding: 0;
  position: relative;
  background: #004762;
}
#mobile-nav .primary-menu li:before {
  display: none;
}
#mobile-nav .primary-menu li.menu-item-has-children a {
  margin-right: 60px;
}
#mobile-nav .primary-menu li.menu-item-has-children:after {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 17px;
  padding-left: 3px;
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 21px;
  text-align: center;
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile-nav .primary-menu li.menu-item-has-children.active, #mobile-nav .primary-menu li.menu-item-has-children:hover {
  color: #ff900d;
}
#mobile-nav .primary-menu li.menu-item-has-children.active a, #mobile-nav .primary-menu li.menu-item-has-children:hover a {
  color: #ff900d;
}
#mobile-nav .primary-menu li.menu-item-has-children.active:after, #mobile-nav .primary-menu li.menu-item-has-children:hover:after {
  color: #004762;
  background: #ff900d;
  border-color: #ff900d;
  content: "\f107";
  padding-left: 0;
  line-height: 20px;
  position: absolute;
}
#mobile-nav .primary-menu li.menu-item-has-children .sub-menu {
  position: relative;
  background: #004762;
  display: none;
}
#mobile-nav .primary-menu li.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
  border: 0;
}
#mobile-nav .primary-menu li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  padding: 10px 0 10px 20px;
  color: #fff;
}
#mobile-nav .primary-menu li.active, #mobile-nav .primary-menu li:hover {
  color: #ff900d;
}
#mobile-nav .primary-menu li.active a, #mobile-nav .primary-menu li:hover a {
  color: #ff900d;
}
#mobile-nav .primary-menu a {
  text-align: left;
  color: white;
  background: #004762;
  display: block;
  padding: 20px 20px 16px 20px;
  font-size: 24px;
  line-height: 1.2em;
}
#mobile-nav .primary-menu a strong, #mobile-nav .primary-menu a em {
  display: inline;
  font-size: inherit;
}
#mobile-nav .primary-menu a:hover {
  background: #004762;
  color: #ff900d;
}
#mobile-nav .primary-menu .search-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mobile-search-toggle {
    display: block;
  }
}
/*--------------------------------------------------------------
	Main Search
--------------------------------------------------------------*/
#search-bar {
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  inset: 0;
  background: #017CAD;
  display: none;
  padding-top: 160px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #search-bar {
    padding-top: 100px;
    min-height: 240px;
    padding-bottom: 200px;
  }
}
#search-bar .widget_block {
  margin-bottom: 40px;
}
#search-bar .toggle-switch {
  margin: 0 0 40px 0;
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  #search-bar .toggle-switch {
    max-width: 100%;
  }
}
#search-bar a {
  color: #fff;
}
#search-bar a:hover {
  color: #ff900d;
}
#search-bar h2 {
  color: #fff;
  text-transform: uppercase;
  max-width: 430px;
  clear: both;
  font-size: 36px;
  margin: 0;
}
#search-bar .wp-block-columns {
  gap: 0;
  margin-top: -20px;
}
#search-bar figure {
  width: 220px;
  height: 150px;
  object-fit: cover;
  display: block;
  overflow: hidden;
}
#search-bar .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#search-bar .menu li {
  position: relative;
  width: 256px;
}
#search-bar .menu li a {
  color: #fff;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  text-transform: uppercase;
  padding: 10px 42px 5px 12px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
#search-bar .menu li a:after {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 17px;
  padding-left: 3px;
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: calc(50% - 11px);
  text-align: center;
  content: "\f105";
  font-family: "FontAwesome";
}
#search-bar .menu li .sub-menu {
  display: none;
  position: absolute;
  left: 256px;
  top: 0;
  background: #004762;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  column-count: 2;
  gap: 0;
}
#search-bar .menu li .sub-menu li {
  width: 250px;
}
#search-bar .menu li .sub-menu li a {
  color: #fff;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-weight: 500;
  padding: 14px 41px 9px 15px;
  text-transform: none;
  line-height: 1.1em;
}
#search-bar .menu li .sub-menu li a:after {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
#search-bar .menu li:hover a {
  color: #ff900d;
  background: #004762;
  text-decoration: none;
}
#search-bar .menu li:hover a:after {
  border-color: #ff900d;
  background: #ff900d;
  color: #000;
}
#search-bar .menu li:hover .sub-menu {
  display: block;
}
#search-bar .menu li:hover .sub-menu a {
  color: #fff;
}
#search-bar .menu li:hover .sub-menu a:hover {
  color: #ff900d;
}
#search-bar .menu li:hover .sub-menu a:hover:after {
  border-color: #ff900d;
  background: #ff900d;
  color: #000;
}
#search-bar .wp-block-buttons {
  margin-top: 20px;
}
#search-bar .wp-block-buttons a {
  background: #ff900d;
  color: #000;
  padding: 10px 50px 5px 20px;
  text-transform: uppercase;
  font-family: "Josefin Sans";
  font-weight: bold;
  position: relative;
}
#search-bar .wp-block-buttons a:hover {
  background: #004762;
  color: #fff;
  text-decoration: none;
}
#search-bar .wp-block-buttons a:hover:after {
  border-color: #fff;
}
#search-bar .wp-block-buttons a:after {
  border: 2px solid #000;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 17px;
  padding-left: 3px;
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: calc(50% - 11px);
  text-align: center;
  content: "\f105";
  font-family: "FontAwesome";
}
@media screen and (max-width: 1024px) {
  #search-bar .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  #search-bar .container form {
    max-width: 100%;
  }
  #search-bar .widget_block {
    color: white;
    background: #004762;
    padding: 20px 20px 16px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 4px;
  }
  #search-bar .widget_block:nth-of-type(odd) {
    text-align: left;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    cursor: pointer;
  }
  #search-bar .widget_block:nth-of-type(odd) h2 {
    font-size: 24px;
    padding-left: 0;
    position: relative;
    max-width: 100%;
  }
  #search-bar .widget_block:nth-of-type(odd) h2:after {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 17px;
    padding-left: 3px;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: calc(50% - 11px);
    text-align: center;
    content: "\f105";
    font-family: "FontAwesome";
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  #search-bar .widget_block:nth-of-type(odd) h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #search-bar .widget_block:nth-of-type(odd).active h2 {
    color: #ff900d;
  }
  #search-bar .widget_block:nth-of-type(odd).active h2:after {
    content: "\f107";
    border-color: #ff900d;
    background: #ff900d;
    color: #004762;
    padding-left: 0;
    line-height: 20px;
  }
  #search-bar .widget_block:nth-of-type(even) {
    display: none;
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  #search-bar .widget_block .wp-block-columns {
    margin-top: 0;
  }
  #search-bar .widget_block .wp-block-columns .wp-block-column:first-of-type {
    display: none;
  }
  #search-bar .widget_block .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 100% !important;
  }
  #search-bar .widget_block .menu li {
    width: 100%;
  }
  #search-bar .widget_block .menu li a {
    padding-right: 0;
    padding-left: 0;
    margin-right: 60px;
  }
  #search-bar .widget_block .menu li a:after {
    display: none;
  }
  #search-bar .widget_block .menu li.active, #search-bar .widget_block .menu li:hover {
    color: #ff900d;
  }
  #search-bar .widget_block .menu li.active:after, #search-bar .widget_block .menu li:hover:after {
    color: #004762;
    background: #ff900d;
    border-color: #ff900d;
    content: "\f107";
    line-height: 20px;
  }
  #search-bar .widget_block .menu li:after {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 17px;
    padding-left: 3px;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 8px;
    text-align: center;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #search-bar .widget_block .menu li:hover .sub-menu {
    display: none;
  }
  #search-bar .widget_block .menu li .sub-menu {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    column-count: 1;
  }
  #search-bar .widget_block .menu li .sub-menu li {
    width: auto;
  }
  #search-bar .widget_block .menu li .sub-menu li:after {
    display: none;
  }
  #search-bar .widget_block .menu li .sub-menu li a {
    color: #fff;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    display: block;
    font-weight: 500;
    padding: 8px 0 6px 0;
    margin-right: 0;
    text-transform: none;
  }
  #search-bar .widget_block .menu li .sub-menu li a:after {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 17px;
    padding-left: 3px;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: calc(50% - 11px);
    text-align: center;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #search-bar .widget_block .menu li .sub-menu li a:hover {
    color: #ff900d;
  }
  #search-bar .widget_block .menu li .sub-menu li a:hover:after {
    color: #ff900d;
  }
  #search-bar .wp-block-buttons {
    margin-left: 14px;
  }
}

.search-form {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 0;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .search-form {
    max-width: 100%;
  }
}
.search-form label {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-form input[type=search] {
  border: 0;
  color: #999;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  height: 50px;
  line-height: normal;
  padding: 0 15px;
  width: calc(100% - 50px);
  outline: 0;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .search-form input[type=search] {
    font-size: 20px;
    padding: 0 10px;
  }
}
.search-form button,
.search-form html input[type=button],
.search-form input[type=reset],
.search-form input[type=submit] {
  background: #fff;
  border: none;
  color: #ff900d;
  font-weight: 700;
  font-size: 28px;
  height: 50px;
  line-height: normal;
  padding: 0;
  text-transform: uppercase;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-content .search-form {
  margin: 0 auto 0;
  display: block;
}
.page-content .search-form .toggle-switch {
  margin-bottom: 2rem;
}

.hidden-form {
  display: none;
  visibility: hidden;
}

/*--------------------------------------------------------------
	Home
--------------------------------------------------------------*/
.hero-video-container {
  overflow: hidden;
}

.hero-video {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.hero {
  background-position: center center !important;
  background-size: cover !important;
  min-height: 600px;
  position: relative;
  border-bottom: 10px solid #ff900d;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .hero {
    margin-top: 79px;
  }
}
.hero .hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  text-align: center;
  z-index: 10;
  position: relative;
}
.hero .hero-content h1, .hero .hero-content .h1 {
  color: #fff;
  font-size: 64px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
  margin-top: 0;
}
.hero .hero-content h2 {
  color: #fff;
  font-size: 30px;
  margin: 5px 0 0;
  text-transform: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
}
.hero .hero-ctas {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  min-height: 160px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .hero .hero-ctas {
    margin-top: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
  }
}
.hero .hero-ctas a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .hero .hero-ctas h3 {
    font-size: 20px;
  }
}
.hero .hero-ctas .icon {
  clear: both;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 25%;
}
.hero .hero-ctas .icon img {
  margin-top: 50%;
}
@media screen and (max-width: 991px) {
  .hero .hero-ctas .icon img {
    margin-top: 35%;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-ctas .icon img {
    margin-top: 5%;
    width: 60px;
  }
}
.hero .hero-ctas .cta-info {
  float: left;
  margin-top: 5%;
  padding-left: 5px;
  padding-right: 5px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .hero .hero-ctas .cta-info {
    margin-top: 0;
  }
}
.hero .hero-ctas .cta-info p {
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  .hero .hero-ctas .cta-info p {
    font-size: 15px;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-ctas .hero-cta-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
  }
}

.main .featured-content .content-wrapper {
  background-color: #fff;
  border: 1px solid #d7d8d9;
  margin-top: 20px;
  padding: 30px 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .main .featured-content .content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main .featured-content .content-wrapper h2 {
  color: #017CAD;
  font-size: 40px;
  margin: 0 0 0.25em 0;
  padding-bottom: 0;
  text-align: center;
  text-transform: none;
  border: 0;
}
.main .featured-content .content-wrapper h2:after {
  display: none;
}
.main .featured-content .content-wrapper h3 {
  text-align: center;
  max-width: 640px;
  font-weight: 400;
  margin: 0 auto 1em auto;
  line-height: 1.3em;
  font-size: 24px;
  color: #000 !important;
}
.main .featured-content .content-wrapper h4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
}
.main .featured-content .content-wrapper h4 strong {
  display: block;
  color: #017CAD;
  font-size: 17px;
}
.main .featured-content .content-wrapper a:hover {
  color: #004762 !important;
  text-decoration: none;
}
.main .featured-content .content-wrapper a:hover h4, .main .featured-content .content-wrapper a:hover strong {
  color: #004762 !important;
}
.main .featured-content .content-wrapper .view-more {
  color: #fff;
  background: #ff900d;
  padding: 10px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 24px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.main .featured-content .content-wrapper .view-more:hover {
  color: #fff !important;
  background: #126db2;
}
.main .featured-content .content-wrapper .no-border-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.main .featured-content .content-wrapper .no-border-image img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.main .featured-content .content-wrapper .no-border-image .text-overlay {
  background: rgba(0, 0, 0, 0.76);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 8px;
  position: absolute;
  right: 0;
}
.main .featured-content .content-wrapper .no-border-image .text-overlay p {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
.main .featured-content .content-wrapper .no-border-image .text-overlay h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.main .featured-content .content-wrapper .image-border {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.main .featured-content .content-wrapper .image-border .image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.main .featured-content .content-wrapper .image-border .image-wrapper .play-btn {
  border: 5px solid #fff;
  border-radius: 60px;
  display: block;
  height: 56px;
  left: calc(50% - 28px);
  position: absolute;
  text-indent: -9999px;
  top: calc(50% - 26px);
  transform: translate3d(0, 0, 0);
  transition: all 0.1s ease;
  width: 56px;
}
.main .featured-content .content-wrapper .image-border .image-wrapper:hover .play-btn {
  border-width: 8px;
  height: 94px;
  left: calc(50% - 47px);
  top: calc(50% - 45px);
  width: 94px;
}
.main .featured-content .content-wrapper .image-border .image-wrapper:hover .play-btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 17.5px 0 17.5px 31px;
  height: 0;
  left: calc(50% - 13px);
  top: calc(50% - 17px);
  width: 0;
}
.main .featured-content .content-wrapper .image-border .image-wrapper .play-btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  content: "";
  display: block;
  height: 0;
  left: calc(50% - 7px);
  position: absolute;
  top: calc(50% - 10px);
  transition: all 0.1s linear;
  width: 0;
}
.main .featured-content .content-wrapper .image-border .image-wrapper .fa {
  color: #fff;
  font-size: 40px;
  left: 45%;
  position: absolute;
  top: 35%;
}
.main .featured-content .content-wrapper .image-border .image-wrapper img {
  height: auto;
  width: 100%;
}
.main .featured-content .content-wrapper .image-border .image-wrapper p {
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 5px;
  line-height: 1.1em;
  position: absolute;
  right: 5px;
  text-align: center;
  text-transform: uppercase;
}
.main .featured-content .content-wrapper .image-border .image-wrapper .text-overlay--taxonomy p {
  font-size: 30px;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.main .featured-content .content-wrapper .popular-list {
  color: #126db2;
  column-count: 3;
  font-size: 24px;
  line-height: 34px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .main .featured-content .content-wrapper .popular-list {
    column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  .main .featured-content .content-wrapper .popular-list {
    column-count: 1;
  }
}

/*--------------------------------------------------------------
	Main
--------------------------------------------------------------*/
.feature-video-container {
  overflow: hidden;
}

.feature-video {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.feature {
  align-items: center;
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 430px;
  position: relative;
}
.feature::after {
  content: "";
  min-height: inherit;
}
@media screen and (max-width: 600px) {
  .feature {
    min-height: 370px;
  }
}
.feature .hero-content {
  margin-top: 80px;
  text-align: center;
}
.feature .hero-content h1 {
  color: #fff;
  font-size: 48px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .feature .hero-content h1 {
    font-size: 28px;
  }
}
.feature .hero-content h2 {
  color: #fff;
  font-size: 24px;
  margin: 5px 0 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .feature .hero-content h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

.leaderboard {
  text-align: center;
}

.main h3 {
  color: #000;
  margin-bottom: 20px;
}
.main h4 {
  color: #ff900d;
  text-transform: uppercase;
}
.main .breadcrumbs {
  background: none;
}
.main .content-wrapper {
  background-color: #fff;
  border: 1px solid #d7d8d9;
  margin-top: 30px;
  padding: 30px;
}
.main .content-wrapper::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 600px) {
  .main .content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main .content-wrapper h2 {
  border-bottom: 2px solid #feba32;
  color: #126db2;
  font-size: 36px;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .main .content-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.main .content-wrapper h2::after {
  border-bottom: 8px solid #feba32;
  content: " ";
  display: block;
  height: 8px;
  margin-top: 6px;
  width: 100px;
}
.main .content-wrapper.content-wrapper-webcams {
  position: relative;
}
.main .content-wrapper.content-wrapper-webcams h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.main .content-wrapper.content-wrapper-webcams .view-more {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  margin: 14px 0 0 auto;
}
@media screen and (min-width: 544px) {
  .main .content-wrapper.content-wrapper-webcams .view-more {
    position: absolute;
    top: 26px;
    right: 20px;
    margin: 0;
  }
}
.main .content-wrapper.content-wrapper-beach-map h2 {
  font-size: 20px;
  margin: 0 10px 30px 10px;
}
.main .content-wrapper.content-wrapper-beach-map img {
  margin-bottom: 20px;
}
.main .content-wrapper.content-wrapper-beach-map p {
  text-align: center;
}
.main .content-wrapper.content-wrapper-beach-map a {
  font-weight: 700;
  display: table;
  margin: 0 auto;
}
.main .content-wrapper.content-wrapper-weather h2 {
  font-size: 20px;
  margin: 0 10px 30px 10px;
}
.main .content-wrapper.content-wrapper-weather h4 {
  margin-top: 20px;
  text-transform: none;
}
.main .content-wrapper.content-wrapper-weather a {
  font-weight: 700;
}
.main .content-wrapper .webcam-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.main .content-wrapper .webcam-wrapper .random-ad p {
  line-height: 0;
}
.main .content-wrapper .webcam-wrapper img {
  height: 280px;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .main .content-wrapper .webcam-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 336px;
  }
}
@media screen and (max-width: 336px) {
  .main .content-wrapper .webcam-wrapper {
    width: 100%;
  }
}
.main .content-wrapper .webcam-wrapper .text-overlay {
  background: rgba(0, 0, 0, 0.76);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 8px;
  position: absolute;
  right: 0;
}
.main .content-wrapper .webcam-wrapper .text-overlay p {
  font-size: 12px;
  line-height: normal;
  margin: 0;
}
.main .content-wrapper .webcam-wrapper .text-overlay h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.main .content-wrapper .hotel-wrapper {
  margin-bottom: 50px;
  position: relative;
}
.main .content-wrapper .hotel-wrapper:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  clear: both;
  background: url(/wp-content/uploads/2021/11/divider.png) repeat-x;
  height: 5px;
  content: "";
}
.main .content-wrapper .hotel-wrapper .hotel-image {
  display: block;
  margin-bottom: 20px;
}
.main .content-wrapper .hotel-wrapper .hotel-image img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.main .content-wrapper .hotel-wrapper .random-ad p {
  line-height: 0;
}
.main .sidebar .ad-content-wrapper {
  margin-top: 20px;
  text-align: center;
}
.main .sidebar .content-wrapper {
  padding: 20px;
}
.main .sidebar .content-wrapper.caribbean {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.main .sidebar .content-wrapper.caribbean .caribbean-banner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 5px;
}
@media (max-width: 991px) {
  .main .sidebar .content-wrapper.caribbean .caribbean-banner {
    justify-content: center;
  }
}
.main .sidebar .content-wrapper.caribbean .caribbean-banner::after {
  content: "";
  min-height: inherit;
}
.main .sidebar .content-wrapper.caribbean .caribbean-banner h3 {
  color: #126db2;
  font-size: 16px;
}
.main .sidebar .content-wrapper.caribbean .caribbean-banner .new {
  background: #126db2;
  color: #fff;
  font-weight: 700;
  padding: 5px 80px;
  position: absolute;
  right: -71px;
  top: 0;
  transform: rotate(27deg);
}
.main .sidebar h2 {
  font-size: 16px;
  margin: 0 0 15px 0;
  position: relative;
  border: 0;
}
.main .sidebar h2 span {
  background: #fff;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  color: #017CAD;
  display: inline-block;
  line-height: 1.2em;
}
.main .sidebar h2::after {
  background: #017CAD;
  border: 0;
  position: absolute;
  top: 1px;
  height: 14px;
  right: 0;
  width: 100%;
  z-index: 0;
  margin: 0;
}
.main .sidebar ul {
  -webkit-padding-start: 0;
}
.main .sidebar ul li {
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0;
  line-height: 1em;
}
.main .sidebar ul li a {
  color: #999;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding: 12px 0 7px 0;
  font-size: 14px;
}
.main .sidebar ul li a span {
  float: right;
  font-weight: 400;
  font-size: 0.8em;
}
.main .sidebar ul li a:hover {
  color: #017CAD;
  text-decoration: none;
}
.main .sidebar ul li ul {
  margin-bottom: 10px;
}
.main .sidebar ul li ul li {
  border: 0;
}
.main .sidebar ul li ul li a {
  text-transform: none;
  font-size: 0.9em;
  font-weight: 400;
  padding: 3px 0;
}
.main .sidebar .panel-default.content-wrapper {
  padding: 6px 20px 8px;
}
.main .sidebar .panel-body {
  border-top: none !important;
}
.main .sidebar .panel-heading {
  background: transparent;
  padding: 0;
}
.main .sidebar .panel-heading h4 {
  color: #126db2;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
  padding-right: 30px;
}
.main .sidebar .panel-heading h4 .fa {
  position: absolute;
  right: 10px;
  padding-top: 2px;
}
.main .video-image .image-wrapper {
  position: relative;
}
.main .video-image .image-wrapper .play-btn {
  background: #ff900d;
  border: 5px solid #fff;
  border-radius: 60px;
  display: block;
  height: 56px;
  left: calc(50% - 28px);
  position: absolute;
  text-indent: -9999px;
  top: calc(50% - 26px);
  transform: translate3d(0, 0, 0);
  transition: all 0.1s ease;
  width: 56px;
}
.main .video-image .image-wrapper .play-btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  content: "";
  display: block;
  height: 0;
  left: calc(50% - 7px);
  position: absolute;
  top: calc(50% - 10px);
  transition: all 0.1s linear;
  width: 0;
}
.main .best-of-list {
  -webkit-padding-start: 0;
}
.main .best-of-list li {
  list-style: none;
}

/*--------------------------------------------------------------
	Beach Pages
--------------------------------------------------------------*/
.single-beaches .sponsored img {
  width: 160px;
}
.single-beaches .map-text {
  float: left;
  min-height: 1px;
  position: relative;
  width: 70%;
}
.single-beaches .map-image {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 30%;
}
.single-beaches .avg-temp-chart {
  border: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.single-beaches .weather-text {
  font-size: 12px;
  line-height: normal;
  text-align: center;
}
.single-beaches .weather-text p {
  margin: 0;
}
.single-beaches .table-responsive {
  border-bottom: 1px solid #ff900d;
  margin-bottom: 10px;
}
.single-beaches .table-responsive .average {
  background: #ff900d;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 2px 10px;
}
.single-beaches .table-responsive .table {
  border-bottom: 10px solid #f2f2f2;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.9px;
}
.single-beaches .table-responsive thead {
  background: #e9f6fe;
  border-bottom: 1px solid #ff900d;
}
.single-beaches .table-responsive thead th {
  border-bottom: none;
  color: #2a9de0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
}
.single-beaches .table-responsive tr:not(:first-child) {
  letter-spacing: 0.25px;
}
@media screen and (max-width: 375px) {
  .single-beaches .table-responsive tr:first-child {
    letter-spacing: 0.25px;
  }
}
.single-beaches .table-responsive tr.current-month {
  font-weight: bold;
  background-color: #126db2;
  color: white;
}
.single-beaches .table-responsive tr.current-month td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 376px) {
  .single-beaches .table-responsive tr.current-month td {
    font-size: 16px;
  }
}
.single-beaches .table-responsive td {
  border-top: none;
  line-height: 1.3;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}
.single-beaches .table-responsive td:first-child {
  text-align: left;
  text-transform: uppercase;
}
.single-beaches .table-responsive .row1,
.single-beaches .table-responsive .row3,
.single-beaches .table-responsive .row5,
.single-beaches .table-responsive .row7,
.single-beaches .table-responsive .row9,
.single-beaches .table-responsive .row11 {
  background: #f2f2f2;
}
.single-beaches .video-info {
  font-size: 12px;
  line-height: normal;
  margin-top: 10px;
  text-align: center;
}
.single-beaches .video-credit {
  font-size: 12px;
  line-height: normal;
  text-align: center;
}
.single-beaches .video-credit p {
  margin-bottom: 0;
}
.single-beaches .drone-label {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.single-beaches .flyover {
  font-size: 12px;
  text-transform: uppercase;
}
.single-beaches .best-of-list {
  -webkit-padding-start: 0;
}
.single-beaches .best-of-list li {
  list-style: none;
}
.single-beaches .beach-page-icon img {
  max-width: 46px;
}
@media screen and (max-width: 767px) {
  .single-beaches .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
}

.beach-child .col-lg-6 p {
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
.beach-child .col-lg-6 h5 {
  font-weight: bold;
}
.beach-child .weather-text {
  text-align: left;
}
.beach-child .weather-text p {
  font-size: 1.5rem;
  margin: 0 10px 2em;
}
.beach-child .weather-text p + p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
	Modals
--------------------------------------------------------------*/
.modal {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    margin: 60px auto 30px;
    width: 90%;
  }
}
.modal-header {
  background: #126db2;
  border-bottom: none;
  padding: 15px;
  text-align: center;
}
.modal-header .x-close {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 1.5;
  margin-left: 5px;
  width: 20px;
}
.modal-header .close {
  background: #0b5793;
  color: #fff;
  display: block;
  float: none;
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2px;
  opacity: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
}

.modal-body {
  background: #2a9de0;
  height: 100vh;
  text-align: center;
}

.modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}

/*--------------------------------------------------------------
	Responsive Video
--------------------------------------------------------------*/
.embed-container {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
#footer .top-footer {
  background: #126db2;
  border-top: 9px solid #feba32;
  color: #fff;
  margin-top: 40px;
  padding: 55px 0 40px;
}
@media screen and (max-width: 600px) {
  #footer .top-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer .top-footer .footer-logo {
  margin-bottom: 30px;
}
#footer .top-footer p {
  line-height: 23px;
}
#footer .top-footer h3 {
  border-bottom: 2px solid #feba32;
  font-size: 24px;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
#footer .top-footer ul {
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 700;
  line-height: 24px;
  -webkit-padding-start: 0;
}
@media screen and (max-width: 991px) {
  #footer .top-footer ul {
    margin-bottom: 38px;
  }
}
#footer .top-footer ul li {
  list-style: none;
}
#footer .top-footer ul li a {
  color: #fff;
}
#footer .bottom-footer {
  background: #2a9de0;
  color: #fff;
  padding: 11px 0;
}
#footer .bottom-footer .copyright {
  font-weight: 700;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #footer .bottom-footer .copyright {
    font-size: 24px;
    text-align: center;
  }
}
#footer .bottom-footer .social-media {
  margin: 0;
  margin-left: -40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer .bottom-footer .social-media {
    text-align: center;
  }
}
#footer .bottom-footer .social-media li {
  display: inline-block;
  line-height: normal;
  list-style: none;
  margin-right: 8px;
}
#footer .bottom-footer .social-media li a {
  color: #fff;
  font-size: 38px;
}

/*--------------------------------------------------------------
	Off canvas sidebar
--------------------------------------------------------------*/
#sidebar {
  background: #126db2;
  color: #fff;
  padding: 20px 0 0 40px;
  z-index: 9;
}

@media screen and (min-width: 1000px) {
  #sidebar {
    padding: 40px 0 0 50px;
  }
}
#sidebar a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar .close-x {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 30px 10% 0 0;
}

@media screen and (min-width: 1000px) {
  #sidebar .close-x {
    display: block;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul::before {
  clear: both;
  content: "";
  display: table;
}

#sidebar ul li {
  font-size: 18px;
  position: relative;
  text-align: left;
  width: 75%;
}

@media screen and (min-width: 1000px) {
  #sidebar ul li {
    font-size: 22px;
    width: 60%;
  }
}
@media screen and (max-width: 580px) {
  #sidebar ul li {
    width: 85%;
  }
}
#sidebar ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  display: block;
  padding: 22px 0;
}

#sidebar ul li ul {
  display: none;
  padding-bottom: 20px;
}

#sidebar ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  display: block;
  font-size: 16px;
  line-height: 50px;
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 80%;
}

#sidebar ul li ul li:first-child {
  border-top: none;
  padding-top: 20px;
}

#sidebar ul li ul li a {
  border: 0;
  line-height: 19px;
  padding: 0;
}

#sidebar ul li .aw {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
}

#sidebar ul li .aw:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  #sidebar ul li .aw {
    font-size: 35px;
  }
}
#sidebar .menu-item-163 {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
}

#sidebar li.menu-item-165 {
  display: none;
}

#sidebar .fa-home {
  font-size: 26px;
  padding-top: 30px;
}

/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

audio,
video {
  display: inline-block;
}

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

.embed-responsive {
  margin-bottom: 25px;
}
.embed-responsive img {
  border-radius: 10px;
}

/*--------------------------------------------------------------
Pulled From Custom CSS
--------------------------------------------------------------*/
h5 {
  color: #126db2;
  font-size: 16px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}

.main .content-wrapper {
  background-color: #fff;
  border: 1px solid #d7d8d9;
  margin-top: 20px;
  padding: 20px;
}
.main .content-wrapper .webcam-wrapper .text-overlay h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.main .sidebar .content-wrapper {
  padding: 15px;
}

/*--------------------------------------------------------------
	Header Alert
--------------------------------------------------------------*/
.header-alert {
  display: none;
}
.header-alert__inner {
  padding: 0 15px;
  min-height: 62px;
  background-color: #feba32;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-alert__col1, .header-alert__col2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.header-alert__col1 .ha-icon {
  margin-right: 20px;
}
.header-alert__col1 .ha-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  letter-spacing: normal;
}
.header-alert__col2 .ha-btn {
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #feba32;
  color: #000;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 20px;
  padding: 2px 32px 1px 32px;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
}
.header-alert__col2 .ha-btn:hover {
  color: #fff;
  border-color: #126db2;
  background-color: #126db2;
  text-decoration: none;
}
.header-alert__col2 .ha-close-btn {
  cursor: pointer;
}
.header-alert__col2 .ha-close-btn .fa {
  color: #fff;
  font-size: 20px;
  padding: 6px;
  transition: color 150ms ease;
}
.header-alert__col2 .ha-close-btn .fa:hover {
  color: #000;
}

/*--------------------------------------------------------------
	OBX Quick Wins
--------------------------------------------------------------*/
span.summer.h1 {
  display: block;
  /*toggle to block*/
  margin-top: 20px;
}

#footer .top-footer span.foot-heading {
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 20px 0 6px;
  padding-bottom: 4px;
  display: block;
  line-height: 1.1;
}

.faux-h5 {
  color: #126db2 !important;
  font-size: 16px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}

.main .content-wrapper .faux-h2 {
  border-bottom: 2px solid #feba32;
  color: #126db2;
  font-size: 20px;
  margin: 0 15px 15px 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.main .content-wrapper .faux-h2::after {
  border-bottom: 8px solid #feba32;
  content: " ";
  display: block;
  height: 8px;
  margin-top: 6px;
  width: 100px;
}

.main .content-wrapper .webcam-wrapper .text-overlay .faux-h3 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1.1;
}

/*--------------------------------------------------------------
	"Add This" social sharing
--------------------------------------------------------------*/
.single-beaches .addthis_sharing_toolbox,
.single-webcams .addthis_sharing_toolbox {
  margin-top: -20px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
	About This Webcam
--------------------------------------------------------------*/
.main .content-wrapper .about-webcam h2 {
  font-size: 20px;
  margin: 30px 0 15px 0;
}
.main .content-wrapper .about-webcam__inner {
  display: flex;
  flex-direction: row;
}
.main .content-wrapper .about-webcam__inner .about-webcam-content {
  margin-right: 15px;
}
.main .content-wrapper .about-webcam__inner .about-webcam-content h3 {
  font-size: 16px;
  color: #126db2;
  margin-bottom: 20px;
}
.main .content-wrapper .about-webcam__inner .about-webcam-content h4 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
.main .content-wrapper .about-webcam__inner .about-webcam-content a {
  font-weight: 700;
}
.main .content-wrapper .about-webcam__inner .about-webcam-image img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .main .content-wrapper .about-webcam__inner {
    flex-direction: column;
  }
  .main .content-wrapper .about-webcam__inner .about-webcam-content {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
	Intro
--------------------------------------------------------------*/
.intro h3 {
  margin: 0 0 0.4em;
}
.intro h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 0.3em 0;
}
.intro h5 {
  font-size: 16px;
  text-transform: none;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 0.3em 0;
}
.intro h5 a {
  font-size: 14px;
  font-weight: 700;
}
.intro .btn {
  margin-top: 1.5em;
  background: #2a9de0;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 50px 10px 15px;
  text-transform: uppercase;
  position: relative;
  border-radius: 12px;
}
.intro .btn:hover {
  background: #ff900d;
}
.intro .btn .fa {
  background: #ff900d;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  line-height: 26px;
  padding-left: 2px;
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: calc(50% - 13px);
  text-align: center;
}

/*--------------------------------------------------------------
	Tabs
--------------------------------------------------------------*/
.tabs {
  margin-top: 30px;
  padding-bottom: 10px;
}
.tabs h4 {
  position: relative;
  cursor: pointer;
  padding: 5px 40px 0 50px;
  height: 30px;
  margin: 0 0 30px 0;
  color: #017CAD;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .tabs h4 {
    padding-top: 4px;
    padding-left: 40px;
    height: 25px;
    font-size: 22px;
  }
}
.tabs h4 img {
  margin-right: 20px;
  max-width: 30px;
  width: auto;
  max-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tabs h4 img {
    max-height: 25px;
    max-width: 25px;
  }
}
.tabs h4 .fa {
  position: absolute;
  right: 10px;
  top: 0;
  color: #017CAD;
  font-size: 30px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .tabs h4 .fa {
    font-size: 25px;
    top: 1px;
  }
}
.tabs div.toggle {
  display: none;
  margin-top: -10px;
  margin-bottom: 30px;
}
.tabs div.toggle p {
  line-height: 1.8em;
  font-size: 1.1em;
}
.tabs .gallery-item {
  margin-bottom: 20px;
}
.tabs .gallery-item img {
  border-radius: 10px;
  display: block;
}

/*--------------------------------------------------------------
	Hotel Cities
--------------------------------------------------------------*/
.hotel-cities .no-border-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.hotel-cities .no-border-image img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.hotel-cities h4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
}
.hotel-cities h4 strong {
  display: block;
  color: #017CAD;
  font-size: 17px;
}
.hotel-cities a:hover {
  color: #004762 !important;
  text-decoration: none;
}
.hotel-cities a:hover h4, .hotel-cities a:hover strong {
  color: #004762 !important;
}

/*--------------------------------------------------------------
	Toggle switch
--------------------------------------------------------------*/
.toggle-switch {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .toggle-switch {
    max-width: 100%;
  }
}
.toggle-switch label {
  display: flex;
  align-items: center;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
}
.toggle-switch input:where([type=checkbox][role=switch]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: inherit;
  width: 2em;
  height: 1em;
  box-sizing: content-box;
  border: 1px solid;
  border-radius: 1em;
  vertical-align: text-bottom;
  margin: 0 8px 0 0;
  color: inherit;
}
.toggle-switch input:where([type=checkbox][role=switch]):focus {
  outline: 0;
}
.toggle-switch input:where([type=checkbox][role=switch])::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 0.7em;
  height: 0.7em;
  margin: 0 0.15em;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
}
.toggle-switch input:where([type=checkbox][role=switch]):checked::before {
  left: 1em;
  background: #ff900d;
  border-color: #ff900d;
}

/*# sourceMappingURL=styles.css.map */
