html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#header {
  background: rgba(18, 109, 178, 0.85);
  padding-bottom: 10px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

#header .menu-main-cam-container {
  float: right;
}

#header #nav-toggle {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: flex;
  float: right;
  font-family: "Fira Sans Condensed", sans-serif;
  justify-content: center;
  padding: 8px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  #header #nav-toggle {
    display: none;
  }
}

#header #nav-toggle .fa-bars {
  color: #fff;
  float: right;
  font-size: 20px;
  margin-left: 5px;
}

#header .header-logo {
  text-align: left;
}

#header .header-logo .logo {
  height: auto;
  margin: 0;
  width: 160px;
}

#header .header-logo a {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 992px) {
  #header .header-logo a {
    margin-left: 30px;
    margin-top: 10px;
  }
}

#header .header-logo a::before {
  background: url("../../assets/img/gulls-left.png") center center no-repeat;
  content: "";
  display: none;
  height: 40px;
  left: -50px;
  position: absolute;
  top: -30px;
  width: 100px;
}

@media screen and (min-width: 992px) {
  #header .header-logo a::before {
    display: block;
  }
}

#header .header-logo a::after {
  background: url("../../assets/img/gulls-right.png") center center no-repeat;
  content: "";
  display: none;
  height: 40px;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 70px;
}

@media screen and (min-width: 992px) {
  #header .header-logo a::after {
    display: block;
  }
}

#header .header-button {
  background: #01acee;
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  padding: 6px 13px;
}

#header .header-main {
  text-align: right;
}

#header .header-fav-and-button {
  display: inline-block;
  margin-top: 6px;
  text-align: right;
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  #header .header-fav-and-button {
    display: block;
    margin-top: 0;
  }
}

#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;
  }
}

#header .header-button-container {
  display: none;
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  #header .header-button-container {
    display: inline-block;
  }
}

.favorite-link-total {
  background-color: #ff900d;
  color: #fff !important;
  display: inline-block;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 12px;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 600;
  height: 20px;
  margin: 0 10px 6px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  top: 0;
  transform: rotate(-45deg);
  width: 20px;
}

.favorite-link-total::before, .favorite-link-total::after {
  background-color: #ff900d;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}

.favorite-link-total::before {
  left: 0;
  top: -10px;
}

.favorite-link-total::after {
  left: 10px;
  top: 0;
}

.favorite-link-total > span {
  display: block;
  position: relative;
  transform: rotate(45deg);
  width: 24px;
  z-index: 9999;
}

.favorite-link-total > span > span {
  position: relative;
  top: -2px;
}

.favorite-link {
  background-color: #ff900d;
  color: #fff;
  display: block;
  float: right;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 12px;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 600;
  height: 20px;
  margin: 0 10px 6px;
  position: relative;
  text-align: center;
  top: 0;
  transform: rotate(-45deg);
  width: 20px;
}

.favorite-link::before, .favorite-link::after {
  background-color: #ff900d;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}

.favorite-link::before {
  left: 0;
  top: -10px;
}

.favorite-link::after {
  left: 10px;
  top: 0;
}

.favorite-link > span {
  display: none;
}

.favorite-link--no {
  margin-bottom: 10px;
}

.favorite-link--no > span {
  background-color: #fff;
  color: #fff;
  display: inline-block;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 12px;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 600;
  height: 16px;
  left: -8px;
  margin: 0 10px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 16px;
  z-index: 2;
}

.favorite-link--no > span::before, .favorite-link--no > span::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
}

.favorite-link--no > span::before {
  left: 0;
  top: -10px;
}

.favorite-link--no > span::after {
  left: 10px;
  top: 0;
}

.favorite-link--no > span > span {
  display: none;
}

/*--------------------------------------------------------------
	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: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 25px;
  padding: 0;
}

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

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

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

/*--------------------------------------------------------------
	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;
}

/*--------------------------------------------------------------
	Primary Menu
--------------------------------------------------------------*/
.primary-menu {
  display: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 4px;
  -webkit-padding-start: 0;
  text-align: right;
}

.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.primary-menu li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
}

@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:last-child {
  padding-right: 0;
}

.primary-menu li.current-menu-item > a {
  border-bottom: 1px solid #126db2;
}

.primary-menu li ul {
  background: #01acee;
  color: #fff;
  display: none;
  left: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 999;
}

.primary-menu li ul li {
  display: block;
  padding: 2px 0;
  white-space: nowrap;
  width: 100%;
}

.primary-menu li ul li:first-child {
  border-top: 0;
}

.primary-menu li ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  width: 100%;
}

.primary-menu li ul li a:hover {
  background: none !important;
  text-decoration: underline;
}

.primary-menu li:hover.menu-item-has-children {
  background: #01acee;
}

.primary-menu li:hover ul {
  display: block;
}

.primary-menu a {
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .primary-menu a {
    font-size: 13px;
  }
}

.primary-menu a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .primary-menu {
    display: block;
  }
}

/*--------------------------------------------------------------
	Main Search
--------------------------------------------------------------*/
#search label {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.75);
}

#search input[type="search"] {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: normal;
  margin-right: -5px;
  padding: 15px;
  width: 351px;
}

@media screen and (max-width: 600px) {
  #search input[type="search"] {
    width: 70%;
  }
}

#search button,
#search html input[type="button"],
#search input[type="reset"],
#search input[type="submit"] {
  background: #ff900d;
  border: none;
  color: #000;
  font-weight: 700;
  height: 50px;
  line-height: normal;
  padding: 15px;
  text-transform: uppercase;
  width: 175px;
}

@media screen and (max-width: 600px) {
  #search button,
  #search html input[type="button"],
  #search input[type="reset"],
  #search input[type="submit"] {
    width: 30%;
  }
}

.search-form input[type="search"] {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: normal;
  margin-right: -5px;
  padding: 15px;
  width: 351px;
}

@media screen and (max-width: 600px) {
  .search-form input[type="search"] {
    width: 70%;
  }
}

.search-form button,
.search-form html input[type="button"],
.search-form input[type="reset"],
.search-form input[type="submit"] {
  background: #ff900d;
  border: none;
  color: #000;
  font-weight: 700;
  height: 50px;
  line-height: normal;
  padding: 15px;
  text-transform: uppercase;
  width: 175px;
}

@media screen and (max-width: 600px) {
  .search-form button,
  .search-form html input[type="button"],
  .search-form input[type="reset"],
  .search-form input[type="submit"] {
    width: 30%;
  }
}

/*--------------------------------------------------------------
	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;
}

.hero .hero-content {
  margin-top: 150px;
  text-align: center;
}

.hero .hero-content h1,
.hero .hero-content .h1 {
  color: #fff;
  font-size: 64px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
}

.hero .hero-content .ribbon {
  background: url("../../assets/img/banner.png") top center no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 54px;
  padding: 10px;
  width: 719px;
}

@media screen and (max-width: 768px) {
  .hero .hero-content .ribbon {
    background: #ff900d;
    width: 100%;
  }
}

.hero .hero-content .ribbon h2 {
  color: #fff;
  font-size: 18px;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.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%;
  }
}

.featured-content h3 {
  border-bottom: 2px solid #feba32;
  color: #126db2;
  font-size: 36px;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 11px;
  text-transform: uppercase;
}

.featured-content .content-wrapper {
  background-color: #fff;
  border: 1px solid #d7d8d9;
  margin-top: 30px;
  padding: 30px 30px 0;
  position: relative;
}

@media screen and (max-width: 600px) {
  .featured-content .content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.featured-content .content-wrapper .view-more {
  color: #000;
  font-weight: 700;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 26px;
}

@media screen and (max-width: 768px) {
  .featured-content .content-wrapper .view-more {
    float: right;
    margin-bottom: 30px;
    position: relative;
    right: 0;
    top: 0;
  }
}

.featured-content .content-wrapper .no-border-image {
  border: 1px solid #d7d8d9;
  margin-bottom: 20px;
  position: relative;
}

.featured-content .content-wrapper .no-border-image img {
  height: auto;
  width: 100%;
}

.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;
}

.featured-content .content-wrapper .no-border-image .text-overlay p {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.featured-content .content-wrapper .no-border-image .text-overlay h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.featured-content .content-wrapper .image-border {
  background: #fff;
  border: 1px solid #d7d8d9;
  margin-bottom: 20px;
  padding: 18px;
}

.featured-content .content-wrapper .image-border .image-wrapper {
  position: relative;
}

.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;
}

.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;
}

.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;
}

.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;
}

.featured-content .content-wrapper .image-border .image-wrapper .fa {
  color: #fff;
  font-size: 40px;
  left: 45%;
  position: absolute;
  top: 35%;
}

.featured-content .content-wrapper .image-border .image-wrapper img {
  height: auto;
  width: 100%;
}

.featured-content .content-wrapper .image-border .image-wrapper p {
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 5px;
  line-height: normal;
  position: absolute;
  right: 5px;
  text-align: center;
  text-transform: uppercase;
}

.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);
}

.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) {
  .featured-content .content-wrapper .popular-list {
    column-count: 2;
  }
}

@media screen and (max-width: 600px) {
  .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: 400px;
  position: relative;
}

.feature::after {
  content: "";
  min-height: inherit;
}

@media screen and (max-width: 600px) {
  .feature {
    min-height: 370px;
  }
}

.feature .hero-content {
  margin-top: 50px;
  text-align: center;
}

.feature .hero-content h1 {
  color: #fff;
  font-size: 48px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
}

@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: #ff900d;
}

.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: "\00a0";
  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 .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: 24px;
  margin: 0 15px 15px 0;
}

.main .sidebar h2::after {
  width: 50px;
}

.main .sidebar ul {
  -webkit-padding-start: 0;
}

.main .sidebar ul li {
  list-style: none;
}

.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: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
}

.main .sidebar .panel-heading h4 .fa {
  float: right;
  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 2.0em;
}

.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: "Fira Sans Condensed", sans-serif;
  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;
}

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

.featured-content h3,
.featured-content h2 {
  border-bottom: 2px solid #feba32;
  color: #126db2;
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.featured-content h3::after,
.featured-content h2::after {
  border-bottom: 8px solid #feba32;
  content: "\00a0";
  display: block;
  height: 8px;
  margin-top: 6px;
  width: 100px;
}

.featured-content .content-wrapper {
  background-color: #fff;
  border: 1px solid #d7d8d9;
  margin-top: 20px;
  padding: 20px 20px 0;
  position: relative;
}

.featured-content .content-wrapper .image-border {
  background: #fff;
  border: 1px solid #d7d8d9;
  margin-bottom: 20px;
  padding: 18px;
}

.featured-content .content-wrapper .no-border-image {
  border: 1px solid #d7d8d9;
  margin-bottom: 20px;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 13px;
  list-style: none;
  margin-bottom: 20px;
  padding: 8px 15px;
}

.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 h2 {
  font-size: 20px;
  margin: 0 15px 15px 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: "Fira Sans Condensed", 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: "Fira Sans Condensed", 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: "Fira Sans Condensed", 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: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  line-height:1.1;
  display: block;
}
.main .content-wrapper .faux-h2::after {
  border-bottom: 8px solid #feba32;
  content: "\00a0";
  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: "Fira Sans Condensed", 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;
  }
}
/*# sourceMappingURL=styles.css.map */