@import url("https://fonts.googleapis.com/css?family=Cormorant:400,700");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap");
html, body {
  overflow-x: hidden;
}

body {
  margin: 0px;
}

a, .a {
  color: #9915A2;
  text-decoration: none;
}

a:hover, .a:hover {
  color: #f38e58;
  text-decoration: none;
}

div:focus,
section:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus {
  outline: none;
}

#blockImg404 {
  width: 500px;
  float: left;
}
@media screen and (max-width: 767px) {
  #blockImg404 {
    display: none;
  }
}

#img404 {
  width: 400px;
  height: auto;
}

#copyBox404 {
  width: 400px;
  float: left;
  text-align: left;
  font-family: lato;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  #copyBox404 {
    width: 100%;
    float: left;
    text-align: left;
    font-family: lato;
    padding: 0px 10px 0px 10px;
  }
}

.breadcrumb_last,
.breadcrumbs a {
  font-family: Montserrat;
  font-size: 12px;
  color: #58ab47;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb_last {
  cursor: default;
}

.breadcrumbs {
  margin: 30px 0;
  text-align: left;
}

.breadcrumbs a {
  border-bottom: solid 1px;
}

.breadcrumbs a:hover {
  color: #de8250;
}

.breadcrumbs ol {
  margin: 0 0 10px;
  padding-left: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li + li::before {
  display: inline-block;
  color: #58ab47;
  margin: 0 10px 0 5px;
  transform: rotate(30deg);
  border-right: 2px solid;
  height: 10px;
  content: "";
}

#mobileNavContainer {
  display: none;
}

#mobileLogo {
  display: none;
}
@media screen and (max-width: 960px) {
  #mobileLogo {
    display: block;
    background-color: #1a4474;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    padding: 8px 0px 5px 0px;
    box-shadow: 0 5px 15px -5px #555;
  }
}

.searchTitle a {
  color: #9915A2;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 5px;
  font-size: 18pt;
}

.searchLink a {
  color: #f38e5a;
  font-family: "Montserrat", sans-serif;
  font-size: 12pt;
}

.paginate {
  text-align: center;
  padding-bottom: 10px;
  color: #1e69ad;
  font-family: "Montserrat", sans-serif;
  font-size: 12pt;
}

.paginate a {
  color: #f38e5a;
}

.page-numbers {
  padding: 5px;
}

#skiplink {
  position: absolute;
  left: -999em;
  width: 100%;
  text-decoration: none;
  color: white;
  text-align: center;
}
#skiplink:focus, #skiplink:active {
  left: 0;
  background-color: #1e69ad;
  z-index: 1000;
}

.gfield_label {
  color: #1e69ad;
  font-weight: normal;
  font-family: Lato, sans-serif;
}

.ginput_container .large {
  border: 1px solid #6c6969;
}

.ginput_full .large {
  border: none;
}

.gform_button {
  font-family: "Cormorant";
  font-size: 16px;
  font-weight: 700px;
  background-color: #C74F0F;
  text-align: center;
  border: solid 2px #C74F0F;
  padding: 5px 35px;
  width: 110px;
  color: #fff;
  margin-top: 25px;
  transition: 0.25s;
}
@media screen and (max-width: 991px) {
  .gform_button {
    margin-left: 15px;
  }
}
.gform_button:hover {
  background-color: #fff;
  color: #C74F0F;
  border: solid 2px #C74F0F;
}

.submit_event_button {
  font-family: "Montserrat", sans-serif;
  float: right;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
  margin-top: -5px;
  margin-left: 15px;
  color: #ffffff;
  font-weight: 600;
  background-color: #1e69ad;
  -webkit-box-shadow: 5px 5px 0px 0px #2190f4;
  -moz-box-shadow: 5px 5px 0px 0px #2190f4;
  box-shadow: 5px 5px 0px 0px #2190f4;
  border: 0px;
}
@media screen and (max-width: 960px) {
  .submit_event_button {
    font-size: 12px;
    padding: 8px;
  }
}
@media screen and (max-width: 960px) {
  .submit_event_button {
    font-size: 10px;
    padding: 6px;
  }
}
@media screen and (max-width: 815px) {
  .submit_event_button {
    display: none;
  }
}

.submit_event_button:hover {
  color: #ffffff;
  background-color: #f3925e;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  -moz-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  cursor: pointer;
}

.gform_wrapper label.gfield_label {
  font-family: "Montserrat", sans-serif !important;
  color: #194374 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.dividerCopy p a {
  color: #fff;
}
.dividerCopy p a:hover {
  text-decoration: underline;
}

.dividerCopy a {
  color: #fff;
}
.dividerCopy a:hover {
  text-decoration: underline;
}

#btnClickHere {
  font-family: "Cormorant";
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  border: solid 2px #fff;
  padding: 5px 0px;
  width: 110px;
  color: #d14900;
  font-weight: bold;
  margin-top: 25px;
  transition: 0.25s;
}
@media screen and (max-width: 991px) {
  #btnClickHere {
    margin-left: 15px;
  }
}
#btnClickHere:hover {
  background-color: #f38f5a;
  color: #fff;
  border: solid 2px #fff;
}

#btnClickHere:hover {
  background-color: #f0f0f0;
}

.btnClickHere {
  font-family: "Cormorant";
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  border: solid 2px #fff;
  padding: 5px 0px;
  width: 110px;
  color: #d14900;
  font-weight: bold;
  margin-top: 25px;
  transition: 0.25s;
}
@media screen and (max-width: 991px) {
  .btnClickHere {
    margin-left: 15px;
  }
}
.btnClickHere:hover {
  background-color: #f38f5a;
  color: #fff;
  border: solid 2px #fff;
}

.btnClickHere:hover {
  background-color: #f0f0f0;
}

.top5Title {
  font-size: 20pt;
}

.top5Title a {
  color: #f38e59;
  text-decoration: none;
}

.top5Title a:hover {
  color: #28aebb;
  text-decoration: none;
}

.seeAll a {
  color: #28aebb;
  text-decoration: none;
}

.seeAll a:hover {
  color: #f38e59;
}

.btnGetInfo {
  background-color: #f38e58;
}

.btnGetInfo a {
  color: #ffffff;
  text-decoration: none;
}

.btnGetInfo:hover {
  background-color: #28aebb;
}

.btnLearnMore {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 25px;
  padding: 10px;
  color: #ffffff;
  background-color: #288176;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(55, 177, 162);
  -moz-box-shadow: 5px 5px 0px 0px rgb(55, 177, 162);
  box-shadow: 5px 5px 0px 0px rgb(55, 177, 162);
}

.btnLearnMore:hover {
  color: #ffffff;
  background-color: #f3925e;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  -moz-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
}

.textCtaArea__button {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  background-color: #357ABB;
  text-align: center;
  border: solid 2px #357ABB;
  padding: 5px 0px;
  width: 130px;
  color: #fff;
  margin-top: 25px;
  transition: 0.25s;
}

@media screen and (max-width: 991px) {
  .textCtaArea__button {
    margin: 30px auto 0px;
  }
}
@media screen and (max-width: 640px) {
  .textCtaArea__button {
    margin: 30px auto 0px;
  }
}
.textCtaArea__button:hover {
  background-color: #fff;
  color: #357ABB;
  border: solid 2px #357ABB;
  text-decoration: none;
}

.boxL60R {
  text-align: left;
  width: 60%;
  float: right;
}
@media screen and (max-width: 991px) {
  .boxL60R {
    text-align: left;
    width: 100%;
    float: right;
  }
}

.boxL60L {
  text-align: left;
  width: 60%;
  float: left;
}
@media screen and (max-width: 991px) {
  .boxL60L {
    text-align: left;
    width: 100%;
    float: left;
  }
}

.boxL100L {
  text-align: left;
  width: 100%;
  float: left;
}
@media screen and (max-width: 991px) {
  .boxL100L {
    text-align: left;
    width: 100%;
    float: left;
  }
}

.boxC40L {
  text-align: center;
  width: 40%;
  float: left;
}
@media screen and (max-width: 991px) {
  .boxC40L {
    width: 100%;
  }
}

.boxC40R {
  text-align: center;
  width: 40%;
  float: right;
}
@media screen and (max-width: 991px) {
  .boxC40R {
    width: 100%;
  }
}

.boxC0L {
  text-align: center;
  width: 0%;
  float: left;
}
@media screen and (max-width: 991px) {
  .boxC0L {
    display: none;
  }
}

.styled-select {
  height: 35px;
  overflow: hidden;
  width: 240px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 35px;
  padding: 5px 5px 5px 10px; /* If you add too much padding here, the options won't show in IE */
  width: 268px;
  border: 0px;
  background-image: url(/fa-content/themes/martincounty/img/dd-arrow.jpg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 202px;
}

/* -------------------- Colors: Background */
.black {
  background-color: #ffffff;
}

/* -------------------- Colors: Text */
.black select {
  color: #00838F;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

/* ICON CIRCLES */
#iconCircles {
  width: 100%;
  line-height: 0px;
  padding: 25px 0px 25px 0px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  color: #616264;
}

.circleIcons {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  display: inline-block;
  margin: 0px 3% 0px 3%;
}

.circleIconImg {
  width: auto;
  height: 50px;
}

#iconPurple {
  background-image: url(../img/icons/bg-purple.png);
}

#iconBlue2 {
  background-image: url(../img/icons/bg-blue2.png);
}

#iconYellow {
  background-image: url(../img/icons/bg-yellow.png);
}

#iconBlue {
  background-image: url(../img/icons/bg-blue.png);
}

#iconRed {
  background-image: url(../img/icons/bg-red.png);
}

#iconGreen {
  background-image: url(../img/icons/bg-green.png);
}

.typcn-social-twitter:before {
  content: "";
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="300" height="300.251" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  position: relative;
  top: 9px;
  filter: invert(76%) sepia(67%) saturate(299%) hue-rotate(114deg) brightness(98%) contrast(89%);
  transition: all 0.1s ease;
}

#aroundTheWeb .typcn-social-twitter:before {
  background-size: 34px 34px;
  background-position: 50% 6px;
}

footer li.social a:hover > .typcn-social-twitter:before, #menu1 .social a:hover > .typcn-social-twitter:before {
  filter: invert(100%) sepia(0%) saturate(7430%) hue-rotate(162deg) brightness(119%) contrast(100%);
}

#mobileNav a > .typcn-social-twitter:before {
  filter: invert(100%) sepia(0%) saturate(7430%) hue-rotate(162deg) brightness(119%) contrast(100%);
}

section.module.parallax-1 {
  background-image: url(../../img/WBackground1.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 210px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  section.module.parallax-1 {
    background: none;
    padding-top: 60px;
  }
}

section.module.parallax-2 {
  background-image: url(../../img/WBackground2.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 210px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  section.module.parallax-2 {
    background: none;
    padding-top: 60px;
  }
}

section.module.parallax-3 {
  background-image: url(../../img/WBackground3.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 210px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  section.module.parallax-3 {
    background: none;
    padding-top: 60px;
  }
}

section.module.parallax-4 {
  background-image: url(../../img/WBackground1.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 210px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  section.module.parallax-4 {
    background: none;
    padding-top: 60px;
  }
}

section.module.parallax-5 {
  background-image: url(../../img/WBackground2.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 210px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  section.module.parallax-5 {
    background: none;
    padding-top: 60px;
  }
}

section.module.parallax-6 {
  background-image: url(../../img/WBackground3.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 210px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  section.module.parallax-6 {
    background: none;
    padding-top: 60px;
  }
}

section.module.bg404 {
  background-image: url(/fa-content/uploads/2016/08/bg404.jpg);
  transition-property: background-position;
  transition: 0.05s ease-out;
  background-size: cover;
  padding-top: 210px;
}
@media screen and (max-width: 767px) {
  section.module.bg404 {
    background-image: url(../img/bg404.jpg);
    transition-property: background-position;
    transition: 0.05s ease-out;
    background-size: cover;
    padding-top: 80px;
  }
}

section.module.parallax-1-home {
  background-image: url(/fa-content/uploads/2016/08/background1.jpg);
  background-attachment: fixed;
  transition-property: background-position;
  transition: 0.05s ease-out;
  background-size: cover;
  padding-top: 0px;
}

section.module.parallax-4-home {
  background-image: url(/fa-content/uploads/2016/08/background4.jpg);
  background-attachment: fixed;
  transition-property: background-position;
  transition: 0.05s ease-out;
  background-size: cover;
  padding-top: 0px;
}

header, a, img, li, .menu-main-nav-container, #logoLink, #mobileNavContainer, .tickercontainer, .pictureCaption {
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

#webTicker a {
  color: #ffffff;
}

header {
  font-family: "Montserrat", sans-serif;
  background: #1e69ad;
  box-shadow: 0 5px 15px -5px #555;
  width: 100%;
  position: fixed;
  z-index: 1000;
  letter-spacing: 2px;
  font-size: 11pt;
  top: 44px;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
}

header li a {
  display: block;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 11pt;
}

header a.active, header a:hover {
  color: #97F7F6;
}

header li {
  display: inline;
  float: left;
}

img.logo {
  position: absolute;
  top: -30px;
  left: -20px;
}

img.logo2 {
  position: absolute;
  top: -30px;
  left: -20px;
  opacity: 0;
}

/* Sizes for the bigger menu */
header.large {
  height: 100px;
}

header.large img {
  height: 200px;
  width: auto;
}
@media screen and (max-width: 1515px) {
  header.large img {
    height: 130px;
  }
}
@media screen and (max-width: 1090px) {
  header.large img {
    height: 145px;
  }
}

header.large li {
  margin-top: 45px;
}

header.large .menu-main-nav-container {
  margin-top: 0px;
}

/* Sizes for the smaller menu */
header.small {
  height: 50px;
}

header.small .logo {
  width: auto;
  height: 100px;
  top: -40px;
  opacity: 0;
}

header.small .logo2 {
  width: auto;
  height: 100px;
  top: -40px;
  opacity: 1;
}

header.small li {
  margin-top: 17px;
}

header.small .menu-main-nav-container {
  margin-top: -30px;
}

/* SUB MENU */
#menu1 {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background-color: #1b4575;
  width: 100%;
  position: fixed;
  top: 0;
  font-family: "Montserrat", sans-serif;
  z-index: 900;
}

#menu1 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  overflow: hidden;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#menu1 li {
  display: inline;
  float: left;
}

#menu1 li a {
  display: block;
  padding: 3px 20px 0px 20px;
  text-decoration: none;
  color: #68f4f2;
  font-size: 8pt;
}

#menu1 li a:hover {
  color: #ffffff;
}

#menu1 .social a {
  font-size: 20pt;
  padding: 0px 10px 0px 10px;
  transition: all 0.2s ease;
}

#searchBox {
  background-color: #68f4f2;
  margin: 7px 34px 0px 34px;
  line-height: 7pt;
  color: #1b4575;
  width: 130px;
  padding: 5px 10px 5px 10px;
}

#search {
  border: 0px;
  background-color: #68f4f2;
  width: 85px;
  letter-spacing: 2px;
  font-size: 12pt;
  color: #1b4575;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  header, #menu1 {
    display: none !important;
  }
  header.large {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  header, #menu1 {
    display: none !important;
  }
  header.large {
    display: none !important;
  }
}
/* media query 960 */
.menu-item-has-children-r {
  /* border: 1px solid green; */
  width: 100%;
}

.menuChild {
  display: none;
}

.menu-item-has-children-r:hover .menuChild, .menu-item-has-children-r:focus .menuChild {
  display: block;
}

.menuItem {
  border: 1px solid blue;
}

.menu-item-object-page-r, .menu-item-object-itinerary, .menu-item-object-custom {
  position: relative;
  background: #3467A8;
  text-transform: uppercase;
  border-bottom: 0.5px solid #264270;
  padding: 15px 15px 10px 3.7rem;
  margin-top: 0;
}

.search-wrapper {
  position: relative;
  width: 100%;
}

.mobile_nav_search_input {
  width: 100%;
  padding-right: 40px; /* make room for the icon */
  height: 40px;
  box-sizing: border-box;
}

.search-icon {
  position: absolute;
  top: 58%;
  right: 45px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.menuChild .menu-item-object-page-r, .menuChild .menu-item-object-itinerary, .menuChild .menu-item-object-custom {
  padding: 1rem 0;
  border: none;
}

.active_Dropdown_class {
  display: block;
  background: #264270;
  position: relative;
  margin: 0px 0;
  padding: 2rem 3rem 0rem 4rem !important;
  width: auto;
  overflow: hidden;
}
.active_Dropdown_class .menuChild {
  margin: 15px -30px 0 -40px;
  padding: 0rem 40px;
  background: #3467a8;
}

/*set up the right arrows first*/
.menu-item-has-children-r > a:after {
  content: "";
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22.462' height='22.462' viewBox='0 0 22.462 22.462'><path d='M12.633,9.83V0H9.83V9.83H0v2.8H9.83v9.83h2.8v-9.83h9.83V9.83Z' fill='%23fff'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  transition: background-image 0.2s ease-in-out;
}

/*set up the downward arrow for top level item*/
.active_Dropdown_class > a:after {
  content: "";
  width: 23px !important;
  padding: 15px 0 !important;
  height: 2.875px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23' height='2.875' viewBox='0 0 23 2.875'><rect width='23' height='2.875' fill='%2368F4F2'/></svg>") !important;
}

/*clear the content if a is only child*/
.menu-item-has-children-r > a:only-child:after {
  content: "";
}

#mobileNavContainer {
  display: block;
  position: fixed;
  z-index: 9999;
  background-color: #1a4474;
  top: 0px;
  left: -3000px;
  width: 100%;
  height: 100%;
}

#mobileNav {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 16pt;
  position: fixed;
  background-color: #3467A8;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 90%;
  height: 100%;
}

.menuChild .menu-item-has-children-r {
  border: 0px;
}

.menuChild a {
  font-size: 11pt;
}

.menuChild .menu-item-has-children-r > a:after {
  border: 0px;
}

.menuChild .menu-item-has-children-r > a:hover:after {
  border: 0px;
}

.filter-header {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 24pt;
  text-align: left;
  margin-left: 5%;
  /* width: 25%; */
}

.menu-main-nav-container {
  padding-right: 30px;
  position: absolute;
}

@media screen and (max-width: 1180px) {
  .menu-item-object-page {
    font-size: 11px;
  }
}

#logoLink2 {
  width: 335px;
  height: 125px;
  position: absolute;
  z-index: 9999;
  left: 55px;
  top: 35px;
}
@media screen and (max-width: 1515px) {
  #logoLink2 {
    width: 250px;
    left: 0px;
    top: 15px;
  }
}

.menu_mobile_items {
  background: #3467a8;
  font-family: "Montserrat", sans-serif;
}

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

.menu_mobile_items li {
  position: relative;
  border-bottom: 0.5px solid #264270;
}

.menu_mobile_items li a {
  display: block;
  padding: 15px 0rem 15px 4rem;
  color: #fff;
  width: max-content;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu_mobile_items li.has-submenu > a {
  padding-right: 48px;
}

.menu_mobile_items .menu-toggle {
  position: absolute;
  right: 16px;
  top: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.menu_mobile_items .menuArrow_plus {
  position: relative;
  top: 1rem;
}

.menu_mobile_items .menuArrow_minus {
  display: none;
}

.menu_mobile_items .sub_menu_mobile {
  display: none;
  background: #3467a8;
}

.menu_mobile_items .sub_menu_mobile ul {
  padding-left: 24px;
}

.menu_mobile_items .sub_menu_mobile ul li {
  border: none !important;
}

.menu_mobile_items .sub_menu_mobile li a {
  font-size: 11pt;
  text-transform: uppercase !important;
  padding: 10px 16px;
  width: auto !important;
}

.menu_mobile_items li.open {
  background: #1a4474 !important;
}

@media screen and (max-width: 1046px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    padding: 0px 0px 0px 295px;
  }
}
@media screen and (max-width: 1228px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link {
    padding: 0px 10px 0px 10px;
  }
}
@media screen and (max-width: 1145px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1228px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link span.mega-indicator {
    display: inline-block;
  }
}
@media screen and (max-width: 988px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link span.mega-indicator {
    display: none;
  }
}

#menu1 .menu-item-object-page-r, #menu1 .menu-item-object-itinerary, #menu1 .menu-item-object-custom {
  position: relative;
  background: #264270 !important;
  text-transform: uppercase;
  border-bottom: 0 !important;
  padding: 0px 0px 0px 0rem !important;
  margin-top: 0;
}

footer {
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
  color: #ffffff;
}

footer .social a {
  color: #29ecdc;
  text-decoration: none;
  transition: all 0.2s ease;
}

footer .social a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer li.social {
  display: inline;
  float: left;
}

footer li.social a {
  display: block;
  text-decoration: none;
  color: #29ecdc;
}

footer li.social a:hover {
  color: #ffffff;
}

footer .social a {
  font-size: 20pt;
  padding: 0px 7px 0px 7px;
}

#footerContainer {
  width: 100%;
  background-color: #3167ac;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  #footerContainer {
    width: 100%;
  }
}

#footerLogoContainer {
  float: left;
  width: 38%;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #footerLogoContainer {
    width: 60%;
    margin-left: 20%;
  }
}

.footerLogo {
  height: 100px;
  width: auto;
  /*border-bottom: 1px solid #388795;*/
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footerLogo {
    height: auto;
    width: 90%;
  }
}

#footerMiddle {
  float: left;
  width: 20%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: left;
  padding: 5px 30px 20px 30px;
}
@media screen and (max-width: 767px) {
  #footerMiddle {
    float: left;
    width: 100%;
    border: none;
    text-align: center;
    padding: 5px 30px 20px 30px;
  }
}

#footerAddress {
  float: left;
  width: 34%;
  text-align: left;
  padding-left: 30px;
  font-size: 8pt;
}
@media screen and (max-width: 767px) {
  #footerAddress {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    font-size: 8pt;
  }
}

.field-items {
  width: 100%;
  height: 590px;
  z-index: 15;
}

.brandWindow-header {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24pt;
  padding: 15px;
  padding-bottom: 0px;
  background-color: rgba(27, 69, 117, 0.7294117647);
}

.brandWindow-copy {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 20pt;
  padding: 15px;
  background-color: rgba(27, 69, 117, 0.7294117647);
}

.ag-event-container {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.25s;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.ag-event-container:hover {
  color: #fff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
}

.btnLearnMoreAg {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  padding: 6px;
  width: 30%;
  transition: 0.15s;
  color: #ffffff;
  background-color: #288176;
  -webkit-box-shadow: 2px 2px 0px 0px rgb(55, 177, 162);
  -moz-box-shadow: 2px 2px 0px 0px rgb(55, 177, 162);
  box-shadow: 2px 2px 0px 0px rgb(55, 177, 162);
}

.btnLearnMoreAg:hover {
  color: #f3925e;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  -moz-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
}

.paddFix {
  padding: 0px 2% 0px 5%;
}
@media screen and (max-width: 991px) {
  .paddFix {
    padding: 0px 15px 0px 15px;
  }
}

.agriBrandWindow {
  background-size: cover;
  width: 100%;
  padding-top: 145px;
  padding-bottom: 30px;
  height: auto;
  background-position: center;
  background-color: #999999;
}

@media screen and (max-width: 767px) {
  .agriBrandWindow {
    padding-top: 210px;
  }
}
.horizon > .row {
  overflow-x: auto;
  white-space: nowrap;
}

.horizon > .row > .col-sm-3 {
  display: inline-block;
  float: none;
}

.agri-event-button {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 30%;
  font-size: 12px;
  padding: 6px;
  width: 30%;
  transition: 0.15s;
  color: #f3925e;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  -moz-box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
  box-shadow: 5px 5px 0px 0px rgb(235, 113, 48);
}

.agri-event-button:hover {
  color: #ffffff;
  background-color: #2190f4;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(30, 105, 173);
  -moz-box-shadow: 5px 5px 0px 0px rgb(30, 105, 173);
  box-shadow: 5px 5px 0px 0px rgb(30, 105, 173);
}

@media screen and (max-width: 960px) {
  header.large {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .agri-event-button {
    width: 50%;
    margin-left: 0%;
  }
}
#searchBox {
  width: auto;
}

header.small {
  font-size: 11pt;
}

.menu a {
  text-decoration: none;
}

#menu-item-867 {
  display: none !important;
}

.explorePadd1 {
  padding: 15px 2% 25px 5%;
}
@media screen and (max-width: 640px) {
  .explorePadd1 {
    display: none;
  }
}

.explorePadd2 {
  padding: 15px 2% 25px 0%;
}

@media screen and (max-width: 767px) {
  .explorePadd1 {
    padding: 15px 15px 25px 15px;
  }
  .explorePadd2 {
    padding: 15px 15px 25px 15px;
  }
}
.storyListLink {
  color: #515252 !important;
  line-height: 22px !important;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: 0.25s;
}
.storyListLink:hover {
  color: #26A0AB !important;
}

.resourceListTitles, .resourceListTitles li {
  color: #7d7e81;
  text-transform: uppercase;
  line-height: 26px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: 0.25s !important;
  margin-bottom: 20px;
  text-decoration: none;
}
.resourceListTitles:hover, .resourceListTitles li:hover {
  color: #f3925e;
}

.res_title {
  transition: 0.25s !important;
}

.storiesListPadd {
  padding: 0px;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .storiesListPadd {
    padding: 30px;
  }
}
.alignFooterMobile {
  display: flex;
  justify-content: center;
}

.embed-container-vi {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.styled-select {
  height: 35px;
  overflow: hidden;
  width: 240px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 35px;
  padding: 5px 5px 5px 10px; /* If you add too much padding here, the options won't show in IE */
  width: 268px;
  border: 0px;
  background-image: url("/fa-content/themes/martincounty 2.0/img/dd-arrow.jpg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 202px;
}

/* -------------------- Colors: Background */
.black {
  background-color: #ffffff;
}

/* -------------------- Colors: Text */
.black select {
  color: #00838F;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.directory-container {
  display: inline-block;
  width: 90%;
  text-align: left;
}

.directory-header {
  color: #1e69ad;
  font-family: Montserrat, sans-serif;
  font-size: 28pt;
}

.directory-divider {
  border-bottom: 1px solid #898989;
  border-top: 1px solid #898989;
  padding: 10px 0px 10px 0px;
  margin-top: 10px;
}

.directory-list-container {
  width: 100%;
  text-align: center;
  padding: 25px 0px 25px 0px;
}

.testimonyHeader {
  font-family: Cormorant;
  padding: 20px 0px 20px 0px;
  font-size: 22pt;
  font-weight: bold;
  color: #f38e5a;
}

.testimonyContainer {
  width: 95%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin: 10px 0px 10px 0px;
}

#event1 {
  width: 28%;
  float: left;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #event1 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
  }
}

#event2 {
  width: 28%;
  float: left;
  text-align: left;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  #event2 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
    border: 0px;
  }
}

#event3 {
  width: 28%;
  float: left;
  text-align: left;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  #event3 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
  }
}

#featuredEvent {
  text-align: center;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 767px) {
  #featuredEvent {
    display: none;
  }
}

.bwEvent {
  display: inline-block;
  text-align: left;
  width: 90%;
  background-color: #ffffff;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .bwEvent {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #slider-pager-event {
    display: none;
  }
}

#ddMonthYear {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #ddMonthYear {
    display: inline-block;
    margin-bottom: 15px;
  }
}

#ddEventLocations {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #ddEventLocations {
    display: inline-block;
    margin-bottom: 15px;
  }
}

#ddEventActivities {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #ddEventActivities {
    display: inline-block;
  }
}

.grid {
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 1281px) and (max-width: 2000px) {
  .grid {
    width: 1280px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .grid {
    width: 960px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .grid {
    width: 640px;
  }
}
@media screen and (max-width: 640px) {
  .grid {
    width: 320px;
  }
}

.grid-item {
  vertical-align: top;
  width: 280px;
  height: 500px;
  padding: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  margin: 20px 10px 0px 10px;
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.bw-event-container {
  float: left;
  width: 55%;
}

.event-interior-container {
  padding: 40px;
  font-family: Montserrat, sans-serif;
  color: #1e69ad;
}

.eventFeaturedDate {
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
}

.eventFeatureExt {
  color: #6c6969;
  padding-top: 15px;
}

.featuredImgContainer {
  float: right;
  width: 400px;
  text-align: right;
  line-height: 0pt;
}

.featuredImg {
  background-size: cover;
  width: 370px;
  height: 250px;
}

.eventDate {
  color: #1e69ad;
  font-family: Montserrat, sans-serif;
  font-size: 22pt;
  text-align: left;
  width: 90%;
  display: inline-block;
  padding-left: 20px;
}

.eventDate2 {
  color: #1e69ad;
  font-family: Montserrat, sans-serif;
  font-size: 22pt;
  padding-top: 10px;
  text-align: left;
  width: 90%;
  display: inline-block;
  padding-left: 20px;
}

.eventImg {
  width: 280px;
  height: 189px;
  background-size: cover;
}

.eventItemContainer {
  width: 95%;
  text-align: left;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.eventItemInterior {
  display: inline-block;
  width: 100%;
}

.eventContentContainer {
  float: left;
  color: #1e69ad;
  width: 45px;
}

.eventDay {
  font-size: 22pt;
  text-align: center;
}

.eventMonth {
  text-transform: uppercase;
  text-align: center;
}

.eventTitle {
  font-size: 20pt;
  color: #555;
  float: left;
  color: #1e69ad;
  width: 200px;
}

.eventLinkPos {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 28pt;
  padding: 0px 15px 5px 0px;
}

.SoSelectStyle {
  padding: 3px 0px 0px 0px;
  margin-top: 10px;
  display: inline-block;
  float: left;
}

.SoFloatRightPad {
  padding: 3px 0px 0px 0px;
  margin-top: 10px;
  display: inline-block;
  float: right;
}

.featuredHomeEvent {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .featuredHomeEvent {
    max-width: none;
  }
}

.pageContent {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.pageContentSub {
  display: inline-block;
  width: 90%;
  text-align: left;
  background: rgba(255, 255, 255, 0.7333333333);
  padding: 15px;
}

.pageTitle {
  color: #26A0AB;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 28pt;
}

.singlePostImageH {
  float: right;
  text-align: right;
  background-image: url(/fa-content/themes/martincounty/img/frame-h.png);
  width: 465px;
  height: 355px;
  padding: 37px 35px 0px 0px;
}

.singlePostImageV {
  background-image: url(/fa-content/themes/martincounty/img/frame-v.png);
  width: 452px;
  height: 589px;
  padding: 48px 0px 0px 48px;
}

.imageBG {
  float: right;
  background: url(/fa-content/themes/martincounty/img/imageBG.png) no-repeat center center fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
}
@media screen and (max-width: 640px) {
  .imageBG {
    display: none;
  }
}

.imageBG999 {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
  background: linear-gradient(red, yellow); /* Standard syntax */
}

.imageMain {
  height: auto;
  width: 360px;
  padding: 12px;
}
@media screen and (max-width: 640px) {
  .imageMain {
    display: none;
  }
}

.imageMainNoBG {
  height: auto;
  width: 360px;
  padding: 12px;
}
@media screen and (max-width: 640px) {
  .imageMainNoBG {
    display: none;
  }
}

#imgFeatured {
  margin: 0 auto;
  display: block;
  height: 350px;
  width: auto;
  max-width: 100%;
  min-height: 350px;
  max-height: 350px;
}
@media screen and (max-width: 640px) {
  #imgFeatured {
    height: auto;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
  }
}

.addthis_counter {
  display: none !important;
}

.videoMain {
  height: 220px;
  width: 360px;
  padding: 12px;
}

#videoMainBrand {
  height: 293px;
  width: 479px;
  padding: 12px;
}

#videoPad {
  margin-top: 85px !important;
}

#videoCopy {
  width: 475px;
}

.imagePost {
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
}

.galleryContainer {
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  background: none;
}

.galleryInterior {
  display: inline-block;
  width: 95%;
  text-align: center;
}

.galleryHeader {
  color: #28aebb;
  margin: 25px 0px 25px 0px;
  font-family: "Lato", sans-serif;
  font-size: 24pt;
}

.itineraryInternal {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-align: left;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  padding-right: 25px;
}

.itineraryTitle {
  font-size: 28pt;
  text-transform: uppercase;
}

.itineraryCopy {
  font-size: 14pt;
  padding: 20px 0px 35px 0px;
  line-height: 22pt;
}

.itineraryButton {
  text-align: center;
  width: 165px;
  font-size: 11pt;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: Cormorant;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.itinerarySmall {
  display: inline-block;
  height: 500px;
  position: relative;
  background-color: #c0c0c0;
  width: 390px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
}

.itineraryLarge {
  display: inline-block;
  height: 500px;
  position: relative;
  background-color: #c0c0c0;
  width: 800px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.75);
}

.itineraryButton a {
  color: #ffffff;
  cursor: pointer;
}

.itineraryContainer {
  width: 100%;
  text-align: center;
  font-size: 0px;
}

.itineraryInternalContainer {
  width: 95%;
  display: inline-block;
  font-size: 0px;
  padding-bottom: 20px;
}

.itineraryBreadcrumbs {
  color: #1e69ad;
  font-family: Montserrat, sans-serif;
  font-size: 28pt;
  text-align: left;
  padding: 10px 0px 5px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #898989;
  text-transform: uppercase;
}

.itineraryMapTitle {
  font-family: Cormorant;
  font-size: 36px;
  color: #26A0AB;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .itineraryMapTitle {
    text-align: center;
  }
}

.itineraryMapDescription p {
  font-family: Montserrat;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .itineraryMapDescription p {
    text-align: center;
  }
}

.itineraryLinkAsButton {
  border: solid 2px #1D7D86;
  padding: 0px 5px;
  display: inline-block;
  margin: 10px 5px 5px 0px;
}

.itineraryDestTitle {
  font-family: Cormorant;
  font-size: 26px;
  color: #1D7D86;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .itineraryDestTitle {
    text-align: center;
  }
}

.itineraryAddress, .itineraryPhone, .itineraryWeb, .itineraryDirections {
  font-family: Cormorant;
  font-size: 16px;
  color: #1D7D86;
  font-weight: 700;
  line-height: 28px;
  width: auto;
}

.itineraryDestDesc {
  font-family: Montserrat;
  font-size: 14px;
  color: #555858;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .itineraryDestDesc {
    text-align: justify;
  }
}

#mapMargin {
  margin-top: 144px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #mapMargin {
    margin-top: 53px;
  }
}

.pageSubTitle {
  font-size: 12pt;
  text-transform: none;
  padding: 10px 0px 15px 0px;
  color: #555555;
  border-bottom: 1px solid #000;
}

.postCatButtonContainer {
  padding: 3px 0px 5px 0px;
  margin-top: 10px;
  display: inline-block;
}

.postsContainer {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 25px 0px 25px 0px;
}

.postsWidthAdjustment {
  width: calc(100% - 300px);
  float: left;
  text-align: left;
}

.postInteriorContainer {
  clear: both;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
}

.postThumbContainer {
  display: inline-block;
  padding-right: 50px;
  width: 40%;
}

.postListContainer {
  display: inline-block;
  vertical-align: top;
}

.sidebarBackground {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.sidebarHeader {
  font-family: "Cormorant";
  font-size: 32px;
  color: #488ccb;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.sidebarButtonBackground {
  text-align: center;
  background-color: #28837D;
  background: linear-gradient(150deg, #33a0ab, #1fcedf);
  margin-top: 25px;
  color: #ffffff;
  padding: 15px 0px 15px 0px;
}

.sidebarButtonBackground:hover {
  box-shadow: 5px 5px 10px #bbbbbb;
  position: relative;
  transition-duration: 0.3s;
  top: -1px;
}

.sidebarButtonHeader {
  font-family: lato;
  font-size: 10pt;
}

.sidebarButtonSubheader {
  font-family: Cormorant;
  font-size: 18pt;
}

.blog-post-date-wrap div p {
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 16px;
  color: #545454;
  line-height: 24px;
}

.postContainer {
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 991px) {
  .postContainer {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .postContainer {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.recentBlogsHeader {
  font-family: Cormorant;
  font-size: 32px;
  color: #488ccb;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 35px;
  margin-left: 35px;
}

.recentPostContainer {
  margin-bottom: 35px;
  text-align: left;
  margin-left: 35px;
}

.recentPostContainer a {
  color: #26A0AB;
}

.recentPostTitle {
  font-family: Cormorant;
  font-size: 24px;
  color: #26A0AB;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}

.recentPostDate {
  font-family: Montserrat;
  font-size: 12px;
  color: #7d7e81;
  font-weight: 700;
  text-decoration: none solid rgb(125, 126, 129);
  line-height: 20px;
}

.seeAllBlogsLink {
  font-family: Montserrat;
  font-size: 14px;
  color: #26A0AB;
  font-weight: 700;
  text-decoration: none solid rgb(42, 176, 189);
  text-align: left;
  text-decoration: underline;
  margin-left: 35px;
}

.printableCalendarContainer {
  width: 100%;
  text-align: center;
  padding: 25px 0px 25px 0px;
}

.event-table {
  width: 670px;
  border-top: 1px solid #898989;
}

.eventDatePrintable {
  color: #1e69ad;
  font-family: Montserrat, sans-serif;
  font-size: 22pt;
  text-align: left;
  width: 650px;
  display: inline-block;
  padding-left: 20px;
}

.eventDatePrintable2 {
  color: #1e69ad;
  font-family: Montserrat, sans-serif;
  font-size: 22pt;
  padding-top: 10px;
  text-align: left;
  width: 650px;
  display: inline-block;
  padding-left: 20px;
  border-top: 1px solid #898989;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #28aebb; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bwVid {
  position: relative;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

video {
  z-index: 0;
}

video.fillWidth {
  width: 100%;
}
@media screen and (max-width: 767px) {
  video.fillWidth {
    height: 100vh;
    width: auto;
  }
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 181px;
  height: 181px;
  opacity: 0.8;
  background: linear-gradient(266deg, #f38f5a, #7d6eb2, #26A0AB);
  background-size: 600% 600%;
  -webkit-animation: bwGradient 30s ease infinite;
  -moz-animation: bwGradient 30s ease infinite;
  animation: bwGradient 30s ease infinite;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@-webkit-keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.video-overlay-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 181px;
  height: 181px;
  opacity: 0.8;
  background: linear-gradient(266deg, #f38f5a, #7d6eb2, #26A0AB);
  background-size: 600% 600%;
  -webkit-animation: bwGradient 30s ease infinite;
  -moz-animation: bwGradient 30s ease infinite;
  animation: bwGradient 30s ease infinite;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@-webkit-keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mainHeader {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  line-height: 20px;
}

.subHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.newDividerContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
  padding: 20px;
  height: auto;
}

.newDividerHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 28px;
  width: 100%;
  padding: 20px;
}

.newDividerCopy > p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  color: #555555;
  text-align: center;
  width: 45%;
  margin-left: 27.5%;
}
@media screen and (max-width: 991px) {
  .newDividerCopy > p {
    width: 70%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .newDividerCopy > p {
    width: 100%;
    margin-left: 0;
  }
}

.pinkBottom {
  background-image: url(../../img/pinkWaterColor.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  width: 100%;
  top: -15%;
  right: -34%;
  position: absolute;
  z-index: -10;
}
@media screen and (max-width: 991px) {
  .pinkBottom {
    height: auto;
    padding-bottom: 40px;
  }
}

.pinkTop {
  background-image: url(../../img/pinkWaterColor.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  top: -15%;
  right: -34%;
  position: absolute;
}

.framedPhoto {
  background-image: url(../../img/FramedPhoto.png);
  width: auto;
  height: 444px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .framedPhoto {
    margin-top: 0px;
    height: 80vw;
  }
}
.embeddedVideo_cta_container {
  width: auto;
  margin: auto;
  max-width: 90vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .embeddedVideo_cta_container {
    padding-left: 30px;
  }
}

.textCtaArea {
  height: 200px;
  padding: 10px;
}
.textCtaArea__header {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .textCtaArea__header {
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .textCtaArea__header {
    padding-left: 30px;
  }
}
.textCtaArea__copy {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 38px;
  text-align: left;
  margin-top: 15px;
  padding: 10px 0px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .textCtaArea__copy {
    padding-left: 30px;
    pading-right: 30px;
    line-height: 32px;
  }
}
.textCtaArea__button {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  background-color: #f38f5a;
  text-align: center;
  border: solid 2px #f38f5a;
  padding: 5px 0px;
  width: 110px;
  color: #fff;
  margin-top: 25px;
  transition: 0.25s;
}
@media screen and (max-width: 991px) {
  .textCtaArea__button {
    margin: 30px auto 0px;
  }
}
@media screen and (max-width: 640px) {
  .textCtaArea__button {
    margin: 30px auto 0px;
  }
}
.textCtaArea__button:hover {
  background-color: #fff;
  color: #f38f5a;
  border: solid 2px #f38f5a;
}

.fullImage {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 449px;
}

.fullImageOverlayBlue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 140, 203, 0);
  transition: 0.25s;
}

.fullImageOverlayGreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 171, 71, 0);
  transition: 0.25s;
}

#blueOver:hover > .fullImageOverlayBlue {
  background-color: rgba(72, 140, 203, 0.5);
}

#greenOver:hover > .fullImageOverlayGreen {
  background-color: rgba(88, 171, 71, 0.5);
}

.fullImageCTABox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  border: solid 2px white;
  background-color: rgba(0, 0, 0, 0.5);
}

.fullImageCTAText {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.weatherContainer {
  margin-left: 80%;
  margin-top: 30px;
  transition: 1s;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .weatherContainer {
    margin-left: 85%;
  }
}
@media screen and (max-width: 1080px) {
  .weatherContainer {
    display: none;
  }
}

#mainWeather {
  position: absolute;
  display: none;
  width: 600px;
  height: 165px;
  left: -400px;
  background-color: rgba(255, 255, 255, 0.99);
}

.weatherContainer:hover > #mainWeather {
  display: block;
}

.currentConditions {
  text-align: left;
  font-size: 18px;
}

.currentTemp {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #fff;
}

.arrow-up-triangle {
  position: absolute;
  right: 112px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid white;
}
@media screen and (max-width: 1600px) {
  .arrow-up-triangle {
    right: 116px;
  }
}
@media screen and (max-width: 1360px) {
  .arrow-up-triangle {
    right: 122px;
  }
}

.weatherHeader {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #26A0AB;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: center;
}

.currentConditionText {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  color: #555;
}

.currentConditionsForecastIcon {
  font-size: 46px;
  text-align: center;
  color: #26A0AB;
}

.currentConTemp {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #555;
}

.forecastTemp {
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-bottom: 10px;
  font-weight: 700;
}

.forecastIcon {
  font-size: 32px;
  text-align: center;
  color: #26A0AB;
}

.eventsSectionHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

#eventsRowGradient {
  background: linear-gradient(266deg, #f38f5a, #e05566, #f38f5a);
  background-size: 600% 600%;
  -webkit-animation: EventGradient 56s ease infinite;
  -moz-animation: EventGradient 56s ease infinite;
  animation: EventGradient 56s ease infinite;
}
@-webkit-keyframes EventGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes EventGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes EventGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.eventItem__container {
  height: 380px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  position: relative;
  transition: 0.25s;
}
.eventItem__container:hover {
  background-color: #fff6e1;
}
@media screen and (max-width: 991px) {
  .eventItem__container {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .eventItem__container {
    margin-bottom: 25px;
    height: 500px;
  }
}
.eventItem__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  width: 100%;
  height: 160px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .eventItem__image {
    height: 320px;
  }
}
.eventItem__date {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}
.eventItem__title {
  color: #555;
  text-transform: uppercase;
  line-height: 22px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.eventItem__link {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  color: #555;
  border: 2px solid #7a7a7a;
  padding: 5px 10px;
  text-align: center;
  margin-top: 5%;
  position: absolute;
  bottom: 10px;
  width: 40%;
  margin-left: 27%;
}
.eventItem__link:hover {
  background-color: #555;
  color: #fff;
  border: 2px solid #fff;
}

.seeAllEventsLink {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  padding: 20px;
}

.tatBannerBackground {
  width: 100%;
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .tatBannerBackground {
    background-image: none !important;
    background-color: #fef7e1 !important;
    width: 100%;
    height: 100%;
  }
}

.featuredFrame {
  height: auto;
}
@media screen and (max-width: 767px) {
  .featuredFrame {
    margin-bottom: 25px;
    padding-top: 15px;
  }
}
.featuredFrame__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  height: 24px;
  text-transform: uppercase;
  color: #3167ac;
  transition: 0.25s;
  margin-top: 15px;
}
.featuredFrame:hover .featuredFrame__title {
  color: #26A0AB;
}
@media screen and (max-width: 767px) {
  .featuredFrame__title {
    margin-top: 0px;
  }
}
.featuredFrame__image, .featuredFrame__image--left, .featuredFrame__image--right {
  width: 421px;
  height: 307px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .featuredFrame__image, .featuredFrame__image--left, .featuredFrame__image--right {
    width: 100%;
    height: auto;
  }
}
.featuredFrame__image--right {
  transform: rotate(3deg);
  transition: 0.25s;
}
.featuredFrame:hover .featuredFrame__image--right {
  transform: scale(1.025);
}
.featuredFrame__image--left {
  transform: rotate(357deg);
  transition: 0.25s;
}
.featuredFrame:hover .featuredFrame__image--left {
  transform: scale(1.025);
}

.post-feed {
  background: #ffffff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 15px 60px 45px;
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .post-feed {
    margin: 0 17px;
  }
}
@media screen and (max-width: 320px) {
  .post-feed {
    padding: 15px 25px 45px;
  }
}
.post-feed .post-feed-header {
  display: flex;
  line-height: 43px;
  flex-wrap: wrap;
  color: #2D4C69;
  text-align: left;
  margin-bottom: 18px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 320px) {
  .post-feed .post-feed-header {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.post-feed .post-feed-header .post-feed-heading {
  flex: 1;
}
.post-feed .post-feed-header .btn-view-all {
  background: #fff;
  border: 1px solid #2D4C69;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 20px;
  line-height: 24px;
  color: #2D4C69;
  padding: 8px 11px;
  margin-left: 54px;
}
@media screen and (max-width: 320px) {
  .post-feed .post-feed-header .btn-view-all {
    margin: 11px auto 0;
  }
}
.post-feed .post-feed-header .btn-view-all:hover {
  background: #2D4C69;
  color: #fff;
}
.post-feed .post-feed-cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .post-feed .post-feed-cards {
    gap: 29px;
  }
}
@media screen and (max-width: 320px) {
  .post-feed .post-feed-cards {
    flex-direction: column;
    gap: 0;
  }
}
.post-feed .post-feed-cards .post-feed-link {
  width: 100%;
  max-width: 288px;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 39px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .post-feed .post-feed-cards .post-feed-link {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .post-feed .post-feed-cards .post-feed-link {
    margin: 0 auto 15px;
  }
}
.post-feed .post-feed-cards .post-feed-link:hover {
  color: #fff;
}
.post-feed .post-feed-cards .post-feed-link .post-feed-card {
  height: 288px;
  max-width: 287px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-size: cover;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.post-feed .post-feed-cards .post-feed-link .post-feed-card .tint-blue {
  background: #2D4C69;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.post-feed .post-feed-cards .post-feed-link .post-feed-card .post-feed-title {
  position: absolute;
  padding: 20px;
  transition: transform 0.2s;
}
.post-feed .post-feed-cards .post-feed-link .post-feed-card .post-feed-title:hover {
  transform: scale(1.1);
}

.featuredTrips__header {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  color: #3167ac;
  line-height: 28px;
  text-align: center;
  margin: 20px 0px;
}
@media screen and (max-width: 640px) {
  .featuredTrips__header {
    line-height: 42px;
  }
}

.featuredTrip {
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 425px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .featuredTrip {
    margin-bottom: 25px;
  }
}
.featuredTrip__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 200px;
  left: 0;
  bottom: -145px;
  transition: 0.25s;
}
.featuredTrip:hover .featuredTrip__overlay {
  bottom: 0px;
}
.featuredTrip__title {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  margin: 15px 0px 10px 25px;
}
@media screen and (max-width: 1280px) {
  .featuredTrip__title {
    font-size: 28px;
  }
}
.featuredTrip__desc p {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 10px 25px 15px 25px;
}
@media screen and (max-width: 1420px) {
  .featuredTrip__desc p {
    font-size: 16px;
  }
}
.featuredTrip__cta {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 5px;
  color: #fff;
  margin-left: 25px;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 1420px) {
  .featuredTrip__cta {
    font-size: 16px;
  }
}

.mapImage {
  width: 100%;
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .mapImage {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .mapImage {
    display: none;
  }
}
.mapImage__textBox {
  background-color: #fff;
  width: 350px;
  height: auto;
  padding: 20px;
  position: absolute;
  bottom: 100px;
  left: 5%;
}
.mapImage__text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 34px;
}

#gramRow {
  position: relative;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
}

#gramRow > .gramPic {
  display: inline-block;
  float: none;
  height: 100%;
}

.gramPic {
  width: 291px;
  height: 291px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.socialHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  color: #3167ac;
  line-height: 28px;
  text-align: center;
}

.socialSubheader {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 28px;
  text-align: center;
}

.newSocialIcons {
  list-style-type: none;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

.newSocialIcons li {
  list-style-type: none;
  display: inline-block;
}

.newSocialIconBG {
  width: 71px;
  height: 71px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.newSocialIconBG i {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.newSocialIconBG i.typcn-social-twitter::before {
  top: 12px;
  left: 1px;
  background-size: 25px 25px;
  filter: invert(100%) sepia(27%) saturate(247%) hue-rotate(330deg) brightness(105%) contrast(106%);
}

.instaHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  color: #3167ac;
  line-height: 28px;
  text-align: center;
}

.instaSubHeader {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}

.bird {
  background-image: url(../../img/Bird.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .bird {
    display: none;
  }
}

#bird1 {
  width: 50px;
  height: 40px;
  left: -5%;
}

.flyRight {
  -webkit-animation: bird1flight 7s linear;
  -moz-animation: bird1flight 7s linear;
  animation: bird1flight 7s linear;
  z-index: 99;
}
@-webkit-keyframes bird1flight {
  0% {
    bottom: 20%;
    left: -5%;
  }
  50% {
    bottom: 40%;
  }
  100% {
    bottom: 1%;
    left: 100%;
  }
}
@-moz-keyframes bird1flight {
  0% {
    bottom: 20%;
    left: -5%;
  }
  50% {
    bottom: 40%;
  }
  100% {
    bottom: 1%;
    left: 100%;
  }
}
@keyframes bird1flight {
  0% {
    bottom: 20%;
    left: -5%;
  }
  50% {
    bottom: 40%;
  }
  100% {
    bottom: 1%;
    left: 100%;
  }
}

.flyRight2 {
  -webkit-animation: bird2flight 10s linear;
  -moz-animation: bird2flight 10s linear;
  animation: bird2flight 10s linear;
  z-index: 99;
}
@-webkit-keyframes bird2flight {
  0% {
    top: 5%;
    left: -5%;
  }
  25% {
    top: 50%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 5%;
    left: 100%;
  }
}
@-moz-keyframes bird2flight {
  0% {
    top: 5%;
    left: -5%;
  }
  25% {
    top: 50%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 5%;
    left: 100%;
  }
}
@keyframes bird2flight {
  0% {
    top: 5%;
    left: -5%;
  }
  25% {
    top: 50%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 5%;
    left: 100%;
  }
}

#bird2 {
  background-image: url(../../img/Bird.png);
  width: 50px;
  height: 40px;
  top: 5%;
  left: -5%;
}

.newsletterSquare {
  background-color: #1F8089;
  background: linear-gradient(20deg, #136971, #00a4b3);
  box-shadow: 0px 5px 20px RGB(12 58 62/25%);
  width: 900px;
  height: 120px;
  position: relative;
  margin: 120px auto;
  display: block;
  transition: 0.25s;
}
@media screen and (max-width: 991px) {
  .newsletterSquare {
    width: 100%;
    max-width: 550px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .newsletterSquare {
    height: 220px;
  }
}
.newsletterSquare:hover {
  background-color: rgb(36, 140, 158);
  background: linear-gradient(20deg, #187f8a, #00c1d4);
  box-shadow: 0px 5px 25px rgba(12, 58, 62, 0.4);
}
.newsletterSquare__text {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 22px;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .newsletterSquare {
    width: 300px;
    left: calc(50% - 230px);
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .newsletterSquare {
    width: 270px;
    left: calc(50% - 135px);
  }
}
.newsletterSquare__textImg {
  position: absolute;
  top: 10px;
  height: auto;
  width: 30%;
  left: 35%;
}
@media screen and (max-width: 991px) {
  .newsletterSquare__textImg {
    top: 20px;
    width: 320px;
    left: calc(50% - 240px);
  }
}
@media screen and (max-width: 600px) {
  .newsletterSquare__textImg {
    width: 280px;
    left: calc(50% - 140px);
  }
}
.newsletterSquare__button {
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: 15%;
  bottom: 40px;
  font-family: "Cormorant", serif;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 5px;
  right: 10px;
  color: #fff;
}
.newsletterSquare__flyerImg {
  position: absolute;
  width: 142px;
  height: 290px;
  top: -75px;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .newsletterSquare__flyerImg {
    right: 2%;
    width: 20%;
    min-width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .newsletterSquare__flyerImg {
    display: none;
  }
}
.newsletterSquare__newsImg {
  position: absolute;
  bottom: 0px;
  width: 240px;
  height: 145px;
  left: 32px;
}

.blueSpot {
  background-image: url(../../img/BlueDrops.jpg);
  background-size: cover;
  width: 1173px;
  height: 578px;
  background-position: top;
  position: absolute;
  top: 0;
}

.CTA3 {
  margin: 50px 0;
}
.CTA3 .container-fluid {
  width: 90%;
  margin: 0 auto;
}
.CTA3 .CTA-container h3 {
  color: #1e69ad;
  font-family: "Covered By Your Grace", cursive;
  font-size: 50px;
  margin-top: 70px;
}
.CTA3 .CTA-container .CTA-copy {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0;
}
.CTA3 .CTA-container .CTA-button {
  color: white;
  background: #cf4b00;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 6px 12px;
  letter-spacing: 0.03rem;
}
.CTA3 .CTA-image img {
  width: 100%;
  height: auto;
}

.directoryHeaderImage {
  background-size: cover;
  height: 661px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.directoryHeaderContainer {
  position: absolute;
  bottom: 0px;
  left: 10%;
}

.directoryHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  color: #26A0AB;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.newBreadcrumb {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #58AB47;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.newDirectoryCopy p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #7d7e81;
  line-height: 24px;
}

.directorySelectHeader {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #488ccb;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
}

.btn-group.bootstrap-select {
  width: 80% !important;
  border: 1px solid #7D7E81;
  color: #7d7e81;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
}

.directoryItemCard {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  transition: 0.25s;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.directoryItemCard:hover {
  box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.directoryItemCard a:focus {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.directoryItemImage {
  width: auto;
  height: 184px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: lavender;
}

.directoryItemLocation {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #555858;
  margin: 10px 0px 5px 10px;
}

.directoryItemTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #26A0AB;
  overflow: hidden;
  max-height: 88px;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1240px) {
  .directoryItemTitle {
    overflow: initial;
    font-size: 22px !important;
    line-height: 22px !important;
  }
}

.directoryItemTA {
  margin-left: 10px;
  width: 95%;
  position: absolute;
  bottom: 20px;
}

.directoryPlaceholderImage {
  width: 100%;
  height: 368px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.25s;
  z-index: 5;
}
.directoryPlaceholderImage:hover {
  box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.ta-rating-link, .ta-rating-link:hover {
  text-decoration: underline;
}

.pinkBG {
  background-image: url(../../img/pinkWaterColorTrans.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 650px;
  height: 422px;
  position: absolute;
  z-index: 0;
  bottom: 250px;
}

.greenBG {
  background-image: url(../../img/greenWater.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 843px;
  height: 575px;
  position: absolute;
  right: -100px;
  top: 40px;
}

.purpBG {
  background-image: url(../../img/purpleWater.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 803px;
  height: 609px;
  position: absolute;
  right: -100px;
  bottom: 0px;
}

.directoryBlogSectionHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #26A0AB;
  text-align: center;
  line-height: 28px;
}

.directoryBlogSectionSubheader {
  font-family: "Montserrat", sans-serif;
  color: #7d7e81;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
}

.newPageTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 48px;
  color: #26A0AB;
  line-height: 48px;
  margin: 25px 0;
}

.newDirectoryWebButton {
  border: solid 2px #00818d;
  color: #00818d;
  background-color: #fff;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  transition: 0.25s;
}
.newDirectoryWebButton:hover {
  color: #fff;
  background-color: #26A0AB;
  border: solid 2px #fff;
}

.newDirectoryContactText {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #0a559a;
  text-align: left;
}

.singleDirectoryHeader {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c4575;
  text-align: left;
}

.taDivider {
  border-top: 1px solid #7D7E81;
  border-bottom: 1px solid #7D7E81;
  padding: 5px;
  margin-bottom: 10px;
}

.amenitiesHeader {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #488ccb;
  margin-bottom: 15px;
  margin-top: 15px;
}

.amenitiesList {
  margin-top: 15px;
  margin-left: 10px;
  padding-left: 15px;
}

.amenitiesList li {
  font-family: "Cormorant", serif;
  font-size: 22px;
  color: #488bcb;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
}

.mainWeather {
  background-color: #fff;
  opacity: 0;
  transition: 0.25s;
}

.brandWindowSurvey {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  margin-top: 143px;
}
@media screen and (max-width: 960px) {
  .brandWindowSurvey {
    margin-top: 53px;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .brandWindowSurvey {
    height: 300px;
  }
}

.brandWindowCredit {
  font-family: Montserrat;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  position: absolute;
  left: 60px;
  bottom: 5px;
}

.brandWindowSurveyText {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7));
  display: block;
  margin: 0 auto;
  width: 545px;
  padding-top: 180px;
}
@media screen and (max-width: 960px) {
  .brandWindowSurveyText {
    padding-top: 150px;
  }
}
@media screen and (max-width: 600px) {
  .brandWindowSurveyText {
    width: 400px;
    padding-top: 100px;
  }
}

.visitFloridaLogo {
  width: 200px;
  height: 80px;
  display: block;
  margin: 20px auto;
}

.perfectItinerary {
  width: 530px;
  height: 71px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .perfectItinerary {
    width: 100%;
    height: auto;
    padding: 0px 15px;
  }
}

.quizHeaderText {
  font-family: "Cormorant", serif;
  color: #506473;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-top: -20px;
}

.fca_qc_answer_span {
  font-family: "Montserrat", sans-serif !important;
}

#fca_qc_question {
  font-family: "Cormorant", serif !important;
  color: #506473 !important;
  font-size: 32px !important;
  margin-top: 40px !important;
}

.fca_qc_quiz_footer {
  font-family: "Montserrat", sans-serif !important;
  color: #2ac795 !important;
}

.experienceMartinCounty {
  width: 530px;
  height: 71px;
  display: block;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .experienceMartinCounty {
    width: 100%;
    height: auto;
    padding: 0px 15px;
  }
}

.snapMartinCounty {
  width: 404px;
  height: 57px;
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .snapMartinCounty {
    width: 100%;
    height: auto;
    padding: 0px 15px;
  }
}

.experiences {
  width: 259px;
  height: 54px;
}

.embed-container {
  position: relative;
  padding-bottom: 34.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 1000px;
  height: 100%;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .embed-container iframe, .embed-container object, .embed-container embed {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    margin-top: 0px;
  }
}

.surveyExperience {
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 425px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .surveyExperience {
    margin-bottom: 25px;
  }
}
.surveyExperience__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -145px;
  padding: 10px;
  transition: 0.25s;
}
.surveyExperience:hover .surveyExperience__overlay {
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .surveyExperience__overlay {
    bottom: 0px !important;
  }
}
.surveyExperience__title {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  margin: 15px 0px 10px 25px;
}
@media screen and (max-width: 1280px) {
  .surveyExperience__title {
    font-size: 28px;
  }
}

.fca_qc_score_title {
  margin-top: 40px !important;
  font-family: "Cormorant", serif !important;
  color: #506473 !important;
  font-size: 36px !important;
  text-align: center !important;
  font-weight: 700 !important;
}

.fca_qc_quiz_description, .fca_qc_score_desc {
  font-family: "Montserrat", sans-serif !important;
  color: #506473 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
}

.contestIntro p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 50%;
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .contestIntro p {
    width: 100%;
    padding: 0px 15px;
    margin-left: 0%;
  }
}

.martin-together section {
  width: 75%;
  margin: 32px auto;
}
@media screen and (max-width: 425px) {
  .martin-together section {
    width: 85%;
  }
}

.martin-together section.wide {
  width: 82%;
}

.martin-together section.full {
  width: 100%;
}

.martin-together-bg {
  background-image: url("../../img/martin-together-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.martin-together-pledge-bg {
  background-image: url("../../img/martin-together-pledge-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 525px) {
  .martin-together-pledge-bg {
    padding-top: 50px;
    background-size: auto;
  }
}

.img-container img {
  width: 100%;
  height: auto;
}

.page-break {
  display: block;
  margin: 0 auto;
}

.red-button, .pledge-button {
  display: inline-block;
  color: #fff;
  background: #f0565b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 20px;
  margin: 12px auto;
}

.red-button:hover, .pledge-button:hover {
  color: #fff;
  background: #1e69ad;
}

.brand-window {
  display: flex;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 375px;
  margin-top: 143px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .brand-window {
    margin-top: 40px;
  }
}

.brand-window .copy {
  color: #fff;
  margin: 0 auto;
}

.brand-window h1 {
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .brand-window h1 {
    font-size: 36px;
  }
}

.brand-window h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: inherit;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 0;
}
@media screen and (max-width: 425px) {
  .brand-window h2 {
    font-size: 14px;
  }
}

.intro {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 32px auto 26px;
}

.intro .copy {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}

.copy-section {
  color: #58595b;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.copy-section p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.martin-together section.featured-business {
  background: rgba(233, 230, 219, 0.5);
  margin-top: 80px;
}

.featured-business.wrapper {
  width: 75%;
  margin: 0 auto;
}

.featured-business .business-box {
  padding: 60px 0 30px;
}

.featured-business img {
  margin-top: -50px;
}

.featured-business .heading .title {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: bold;
}

.featured-business .heading .business-title {
  color: #1e69ad;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.featured-business .copy, .featured-business .business-info {
  color: #58595b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.featured-business .copy {
  margin-bottom: 24px;
}

.featured-business .business-info {
  text-transform: uppercase;
}

.featured-business .business-info a {
  color: #58595b;
  transition: 0.5s all;
}

.featured-business .business-info a:hover {
  color: #f0565b;
}

.business-box hr {
  border: 1px solid #000;
  margin: 20px 0;
}

.special-offers {
  background: #fff;
  padding: 30px 15px 50px;
  box-shadow: 0px 0px 20px 0px #d0d0d0;
}
@media screen and (max-width: 425px) {
  .special-offers {
    padding: 20px 0 32px;
  }
}

.special-offers .title {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 28px;
}

.special-offers .offers-body,
.special-offers .offer-body a {
  color: #fff;
}

.special-offers .offer-box {
  width: 200px;
  height: 200px;
  margin: 0px auto 10px;
  padding: 12px 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-offers .offer-box .offer-wrapper {
  width: 100%;
}

.special-offers #offer1 {
  background-color: #1e69ad;
}

.special-offers #offer2 {
  background-color: #ee6c5a;
}

.special-offers #offer3 {
  background-color: #3ac0ff;
}

.special-offers .business-name {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.special-offers .offer-copy {
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: 16px;
  letter-spacing: 0.025rem;
  font-weight: bold;
  text-align: center;
}

.martin-together .member-toolkit {
  font-family: "Montserrat", sans-serif;
  margin-right: 11%;
  margin-bottom: 0;
}

.member-toolkit .title {
  color: #ee6c5a;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.member-toolkit .copy {
  color: #58595b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.member-toolkit .toolkit-img {
  width: 90%;
}

.member-toolkit .toolkit-button {
  position: relative;
  top: -40px;
  margin-bottom: -15px;
  text-align: center;
}

.business-directory .title {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.business-directory .subtext {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.business-directory .subsub a {
  text-decoration: underline;
  font-style: normal;
  color: white;
  background: #1e69ad;
  background: radial-gradient(#1e69ad, #0056a4);
  width: 80%;
  max-width: 850px;
  display: block;
  font-weight: 600;
  padding: 20px 40px;
  margin: 50px auto;
}

.business-directory .subsub a:hover {
  color: #ffa847;
}

.business-directory .business-listing {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 26px auto;
}

.business-directory .business-listing .body {
  margin-left: 10px;
}

.business-directory .business-listing .body a {
  color: #26A0AB;
}

.business-directory .business {
  background: #fff;
  width: 24%;
  height: 340px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgba(200, 200, 200, 0.2);
}
@media screen and (max-width: 768px) {
  .business-directory .business {
    width: 32%;
  }
}
@media screen and (max-width: 425px) {
  .business-directory .business {
    width: 48%;
  }
}

.business-directory .business .image {
  height: 175px;
  margin: 5px;
  overflow: hidden;
}

.business-directory .business .image img {
  width: 100%;
  height: 100%;
}

.business-directory .business .body {
  margin: 10px 12px;
}

.business-directory .business .location {
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: bold;
}

.business-directory .business .name {
  color: #28aebb;
  font-family: "Cormorant", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 4px;
}

.business-directory .business .name a {
  color: #28aebb;
}

.business-directory .business .name a:hover {
  color: #f0565b;
}

.pledge-section {
  text-align: center;
}

.guest-protocol {
  text-align: center;
}

.guest-protocol h2 {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.guest-protocol .copy {
  color: #58595b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.guest-protocol .copy ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.resources {
  text-align: center;
}

.resources h2 {
  color: #1e69ad;
  font-family: "Cormorant", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.resources .resource-links {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  list-style: none !important;
  padding: 15px 0;
}

.resources .resource-links li {
  margin: 30px 0;
}

.resources .resource-links a {
  color: #ee6c5a;
  text-decoration: underline;
}

.resources .resource-links a:hover {
  color: #1e69ad;
}

.martin-together-pledge .main {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8588235294);
  width: 70%;
  max-width: 900px;
  margin: auto;
  box-shadow: 0px 0px 20px 0px #d0d0d0;
}
@media screen and (max-width: 1000px) {
  .martin-together-pledge .main {
    width: 90%;
    margin: auto;
  }
}

.martin-together-pledge .main h1 {
  color: white;
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 700px) {
  .martin-together-pledge .main h1 {
    font-size: 7.25vw;
  }
}

.martin-together-pledge .main h2 {
  color: #ffa847;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 22px 0;
}
@media screen and (max-width: 525px) {
  .martin-together-pledge .main h2 {
    font-size: 16px;
  }
}

.martin-together-pledge .main .heading {
  padding: 25px 5%;
  background: #1e69ad;
  background: radial-gradient(#1e69ad, #0056a4);
}

.martin-together-pledge .main .content {
  color: #58595b;
  font-size: 13px;
  font-weight: 600;
  padding: 25px 5%;
}

.martin-together-pledge .main .content ul {
  color: #bd5a29;
  margin: 25px 0px 25px;
  padding-left: 5%;
  list-style-type: none;
  font-size: 18px;
}

.martin-together-pledge .content h3 {
  color: #58595b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.martin-together-pledge .content ul li,
.martin-together-pledge .content p {
  line-height: 24px;
  margin: 30px 0;
}

.martin-together-pledge .content ol {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  .martin-together-pledge .content ul {
    padding-left: 18px;
  }
}

.martin-together-pledge .content ul ol {
  margin: 30px 0;
  padding-left: 2.5%;
}

.martin-together-pledge .content ul ol li {
  font-size: 12px;
  margin: 0;
}

.martin-together-pledge .gform_wrapper ul.gform_fields {
  padding: 0;
}

.martin-together-pledge .gform_wrapper ul li.gfield {
  margin-top: 16px;
  margin-bottom: 16px;
}

.martin-together-pledge .gform_wrapper label.gfield_label,
.martin-together-pledge .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  color: #58595b !important;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.martin-together-pledge .gform_wrapper .gfield .ginput_container input {
  background: #f0ede6;
  border: none;
  width: 100%;
}

.martin-together-pledge .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select {
  background: #f0ede6;
  height: 34px;
  margin-top: 12px;
  border: none;
}

.martin-together-pledge .gform_wrapper .ginput_complex.ginput_container_address .ginput_right.address_state {
  width: 15%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .martin-together-pledge .gform_wrapper .ginput_complex.ginput_container_address .ginput_right.address_state {
    width: 100%;
  }
}

.martin-together-pledge .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
  width: 32.2%;
  margin-right: 0;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .martin-together-pledge .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    width: 100%;
  }
}

.martin-together-pledge .gform_wrapper ul li.gfield#field_1_4,
.martin-together-pledge .gform_wrapper ul li.gfield#field_1_5 {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .martin-together-pledge .gform_wrapper ul li.gfield#field_1_4,
  .martin-together-pledge .gform_wrapper ul li.gfield#field_1_5 {
    display: block;
    width: 100%;
  }
}

.martin-together-pledge .gform_body .explainer p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 20px;
}

.martin-together-pledge .gform_footer {
  text-align: center;
}

.martin-together-pledge .gform_wrapper .gform_footer .gform_button {
  color: #fff;
  background: #46813B;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 80px;
  border: none;
}

.fishing-2020 .button, .milestones .button {
  display: inline-block;
  color: #fff;
  background: #46813B;
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin: 12px auto;
  transition: 0.5s all;
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .button, .milestones .button {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .fishing-2020 .button, .milestones .button {
    font-size: 38px;
    padding: 14px 28px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .button, .milestones .button {
    font-size: 46px;
    padding: 18px 36px;
  }
}
.fishing-2020 .button-orange, .milestones .button-orange {
  background-color: #d17442;
}
.fishing-2020 .button-orange:hover, .milestones .button-orange:hover {
  background-color: #488ccb;
}
.fishing-2020 .button-blue, .milestones .button-blue {
  background-color: #488ccb;
}
.fishing-2020 .button-blue:hover, .milestones .button-blue:hover {
  background-color: #d17442;
}
.fishing-2020 .page-break, .milestones .page-break {
  margin: 0 auto 40px;
}
.fishing-2020 .brand-window h1, .milestones .brand-window h1 {
  font-size: 50px;
}
.fishing-2020 .brand-window .copy, .milestones .brand-window .copy {
  position: relative;
  top: -80px;
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .brand-window h1, .milestones .brand-window h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .fishing-2020 .brand-window, .milestones .brand-window {
    height: 500px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .brand-window, .milestones .brand-window {
    height: 580px;
  }
}
.fishing-2020 .copy-section, .fishing-2020 .column-listing-section, .fishing-2020 .image-text-section, .milestones .copy-section, .milestones .column-listing-section, .milestones .image-text-section {
  color: #4f4f4f;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  margin: 30px 0;
}
.fishing-2020 .copy-section .wrapper, .fishing-2020 .column-listing-section .wrapper, .fishing-2020 .image-text-section .wrapper, .milestones .copy-section .wrapper, .milestones .column-listing-section .wrapper, .milestones .image-text-section .wrapper {
  width: 85%;
  margin: 0 auto;
}
.fishing-2020 .copy-section p, .fishing-2020 .column-listing-section p, .fishing-2020 .image-text-section p, .milestones .copy-section p, .milestones .column-listing-section p, .milestones .image-text-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.fishing-2020 .copy-section h2, .fishing-2020 .copy-section h3, .fishing-2020 .copy-section h4, .fishing-2020 .column-listing-section h2, .fishing-2020 .column-listing-section h3, .fishing-2020 .column-listing-section h4, .fishing-2020 .image-text-section h2, .fishing-2020 .image-text-section h3, .fishing-2020 .image-text-section h4, .milestones .copy-section h2, .milestones .copy-section h3, .milestones .copy-section h4, .milestones .column-listing-section h2, .milestones .column-listing-section h3, .milestones .column-listing-section h4, .milestones .image-text-section h2, .milestones .image-text-section h3, .milestones .image-text-section h4 {
  color: #d17442;
  font-family: "Cormorant", serif;
  font-weight: bold;
}
.fishing-2020 .copy-section h2, .fishing-2020 .column-listing-section h2, .fishing-2020 .image-text-section h2, .milestones .copy-section h2, .milestones .column-listing-section h2, .milestones .image-text-section h2 {
  font-size: 30px;
}
.fishing-2020 .copy-section h3, .fishing-2020 .column-listing-section h3, .fishing-2020 .image-text-section h3, .milestones .copy-section h3, .milestones .column-listing-section h3, .milestones .image-text-section h3 {
  font-size: 24px;
}
.fishing-2020 .copy-section h4, .fishing-2020 .column-listing-section h4, .fishing-2020 .image-text-section h4, .milestones .copy-section h4, .milestones .column-listing-section h4, .milestones .image-text-section h4 {
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .copy-section .wrapper, .fishing-2020 .column-listing-section .wrapper, .fishing-2020 .image-text-section .wrapper, .milestones .copy-section .wrapper, .milestones .column-listing-section .wrapper, .milestones .image-text-section .wrapper {
    width: 70%;
  }
  .fishing-2020 .copy-section p, .fishing-2020 .column-listing-section p, .fishing-2020 .image-text-section p, .milestones .copy-section p, .milestones .column-listing-section p, .milestones .image-text-section p {
    font-size: 20px;
    line-height: 32px;
  }
  .fishing-2020 .copy-section h2, .fishing-2020 .column-listing-section h2, .fishing-2020 .image-text-section h2, .milestones .copy-section h2, .milestones .column-listing-section h2, .milestones .image-text-section h2 {
    font-size: 50px;
  }
  .fishing-2020 .copy-section h3, .fishing-2020 .column-listing-section h3, .fishing-2020 .image-text-section h3, .milestones .copy-section h3, .milestones .column-listing-section h3, .milestones .image-text-section h3 {
    font-size: 40px;
  }
  .fishing-2020 .copy-section h4, .fishing-2020 .column-listing-section h4, .fishing-2020 .image-text-section h4, .milestones .copy-section h4, .milestones .column-listing-section h4, .milestones .image-text-section h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .copy-section p, .fishing-2020 .column-listing-section p, .fishing-2020 .image-text-section p, .milestones .copy-section p, .milestones .column-listing-section p, .milestones .image-text-section p {
    font-size: 26px;
    line-height: 42px;
  }
  .fishing-2020 .copy-section h2, .fishing-2020 .column-listing-section h2, .fishing-2020 .image-text-section h2, .milestones .copy-section h2, .milestones .column-listing-section h2, .milestones .image-text-section h2 {
    font-size: 64x;
  }
  .fishing-2020 .copy-section h3, .fishing-2020 .column-listing-section h3, .fishing-2020 .image-text-section h3, .milestones .copy-section h3, .milestones .column-listing-section h3, .milestones .image-text-section h3 {
    font-size: 52px;
  }
  .fishing-2020 .copy-section h4, .fishing-2020 .column-listing-section h4, .fishing-2020 .image-text-section h4, .milestones .copy-section h4, .milestones .column-listing-section h4, .milestones .image-text-section h4 {
    font-size: 40px;
  }
}
.fishing-2020 #intro, .milestones #intro {
  margin-top: -50px;
}
@media screen and (min-width: 1000px) {
  .fishing-2020 #intro, .milestones #intro {
    margin: 30px 0;
  }
}
.fishing-2020 .video-section iframe, .milestones .video-section iframe {
  width: 100%;
  height: 67vw;
}
.fishing-2020 #quiz .fca_qc_button.fca_qc_start_button, .milestones #quiz .fca_qc_button.fca_qc_start_button {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin: 12px auto;
}
.fishing-2020 .column-listing-section, .milestones .column-listing-section {
  font-family: "Montserrat", sans-serif;
  background-image: url("../../img/fishing-background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -1%;
  padding-top: 28vw;
}
.fishing-2020 .column-listing-section .column-group, .milestones .column-listing-section .column-group {
  text-align: center;
  margin-top: 20px;
}
.fishing-2020 .column-listing-section .column-group .header, .milestones .column-listing-section .column-group .header {
  color: #254375;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fishing-2020 .column-listing-section .column-group .listing ul, .milestones .column-listing-section .column-group .listing ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.fishing-2020 .column-listing-section .column-group .listing ul li, .milestones .column-listing-section .column-group .listing ul li {
  color: #7d7e81;
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    background-position-y: -2%;
  }
}
@media screen and (min-width: 700px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    background-position-y: -4%;
  }
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 280px;
    background-position-y: -12%;
  }
  .fishing-2020 .column-listing-section .header, .milestones .column-listing-section .header {
    font-size: 32px;
  }
  .fishing-2020 .column-listing-section .listing ul li, .milestones .column-listing-section .listing ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1300px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    background-position-y: -15%;
    padding-top: 450px;
  }
}
@media screen and (min-width: 1500px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 500px;
  }
}
@media screen and (min-width: 1700px) {
  .fishing-2020 .column-listing-section, .milestones .column-listing-section {
    padding-top: 540px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .column-listing-section .column-group .header, .milestones .column-listing-section .column-group .header {
    font-size: 40px;
  }
  .fishing-2020 .column-listing-section .column-group .listing ul li, .milestones .column-listing-section .column-group .listing ul li {
    font-size: 32px;
    line-height: 60px;
  }
}
.fishing-2020 .image-text-section, .milestones .image-text-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.fishing-2020 .image-text-section .section-body, .milestones .image-text-section .section-body {
  color: #fff;
  background-color: #2d4c69;
  padding: 5%;
  text-align: center;
}
.fishing-2020 .image-text-section .section-body h2, .fishing-2020 .image-text-section .section-body h3, .fishing-2020 .image-text-section .section-body h4, .milestones .image-text-section .section-body h2, .milestones .image-text-section .section-body h3, .milestones .image-text-section .section-body h4 {
  color: #73e1eb;
}
.fishing-2020 .image-text-section .section-body h2, .milestones .image-text-section .section-body h2 {
  font-size: 45px;
}
.fishing-2020 .image-text-section .section-body p, .milestones .image-text-section .section-body p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.fishing-2020 .image-text-section .section-body .button, .milestones .image-text-section .section-body .button {
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .fishing-2020 .image-text-section .section-image, .milestones .image-text-section .section-image {
    padding: 5% 10%;
  }
}
@media screen and (min-width: 768px) {
  .fishing-2020 .image-text-section .section-image, .milestones .image-text-section .section-image {
    padding: 5% 15%;
    margin-bottom: -80px;
    z-index: 5;
  }
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .image-text-section, .milestones .image-text-section {
    margin: 100px 0 30px;
  }
  .fishing-2020 .image-text-section .section-image, .milestones .image-text-section .section-image {
    position: absolute;
    left: 0;
    top: -10%;
    width: 47%;
    padding: 0;
    margin: 0;
  }
  .fishing-2020 .image-text-section .section-body, .milestones .image-text-section .section-body {
    width: 62%;
    padding: 50px 120px 60px 155px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .fishing-2020 .image-text-section, .milestones .image-text-section {
    margin: 100px 0 130px;
  }
  .fishing-2020 .image-text-section .section-image, .milestones .image-text-section .section-image {
    width: 42%;
  }
  .fishing-2020 .image-text-section .section-body h2, .milestones .image-text-section .section-body h2 {
    font-size: 48px;
  }
  .fishing-2020 .image-text-section .section-body p, .milestones .image-text-section .section-body p {
    font-size: 18px;
    line-height: 30px;
  }
  .fishing-2020 .image-text-section .section-body .button, .milestones .image-text-section .section-body .button {
    font-size: 32px;
    padding: 14px 28px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .image-text-section, .milestones .image-text-section {
    margin: 100px 0 180px;
  }
  .fishing-2020 .image-text-section .section-image, .milestones .image-text-section .section-image {
    width: 40%;
  }
  .fishing-2020 .image-text-section .section-body h2, .milestones .image-text-section .section-body h2 {
    font-size: 52px;
  }
  .fishing-2020 .image-text-section .section-body p, .milestones .image-text-section .section-body p {
    font-size: 24px;
    line-height: 36px;
  }
  .fishing-2020 .image-text-section .section-body .button, .milestones .image-text-section .section-body .button {
    font-size: 36px;
    padding: 18px 36px;
  }
}
.fishing-2020 .records-section .record, .milestones .records-section .record {
  display: flex;
  flex-wrap: wrap;
}
.fishing-2020 .records-section .record .content, .milestones .records-section .record .content {
  padding: 5%;
}
.fishing-2020 .records-section .record .content .heading, .milestones .records-section .record .content .heading {
  color: #488ccb;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.fishing-2020 .records-section .record .content .copy, .milestones .records-section .record .content .copy {
  color: #4c4c4e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .fishing-2020 .records-section .record .image, .milestones .records-section .record .image {
    width: 50%;
  }
  .fishing-2020 .records-section .record .content, .milestones .records-section .record .content {
    padding: 2%;
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .records-section .record.image-right .image, .milestones .records-section .record.image-right .image {
    order: 1;
  }
  .fishing-2020 .records-section .record.image-right .content, .milestones .records-section .record.image-right .content {
    padding: 0px 20px 0px 100px;
  }
  .fishing-2020 .records-section .record .image, .milestones .records-section .record .image {
    width: 55%;
    order: 0;
  }
  .fishing-2020 .records-section .record .content, .milestones .records-section .record .content {
    width: 45%;
    order: 0;
    padding: 50px 100px 0px 20px;
  }
  .fishing-2020 .records-section .record .content .heading, .milestones .records-section .record .content .heading {
    font-size: 24px;
    line-height: 24px;
  }
  .fishing-2020 .records-section .record .content .copy, .milestones .records-section .record .content .copy {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .fishing-2020 .records-section .record .content .heading, .milestones .records-section .record .content .heading {
    font-size: 30px;
    line-height: 48px;
  }
  .fishing-2020 .records-section .record .content .copy, .milestones .records-section .record .content .copy {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .records-section .record .content .heading, .milestones .records-section .record .content .heading {
    font-size: 34px;
    line-height: 60px;
  }
  .fishing-2020 .records-section .record .content .copy, .milestones .records-section .record .content .copy {
    font-size: 30px;
    line-height: 44px;
  }
}
.fishing-2020 .community-section, .milestones .community-section {
  background-color: #158899;
  background-image: url("../../img/wavesBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% -270px;
  padding: 0 0 30px;
}
.fishing-2020 .community-section .box, .milestones .community-section .box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5%;
  margin: 0 auto;
}
.fishing-2020 .community-section .box .heading .title, .milestones .community-section .box .heading .title {
  color: #d17442;
  font-family: "Cormorant", serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.fishing-2020 .community-section .box .heading .subhead, .milestones .community-section .box .heading .subhead {
  color: #4c4c4e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 14px;
}
.fishing-2020 .community-section .box .community-body .image, .milestones .community-section .box .community-body .image {
  height: 70vw;
  border-radius: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.fishing-2020 .community-section .box .community-body .image img, .milestones .community-section .box .community-body .image img {
  border-radius: 400px;
}
.fishing-2020 .community-section .box .community-body .body, .milestones .community-section .box .community-body .body {
  position: relative;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}
.fishing-2020 .community-section .box .community-body .body .heading, .milestones .community-section .box .community-body .body .heading {
  color: #488ccb;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.fishing-2020 .community-section .box .community-body .body .copy, .milestones .community-section .box .community-body .body .copy {
  color: #4c4c4e;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 20px;
}
.fishing-2020 .community-section .box .community-body .body .button, .milestones .community-section .box .community-body .body .button {
  font-size: 26px;
  padding: 4px 20px;
}
@media screen and (min-width: 600px) {
  .fishing-2020 .community-section .box .community-body .image, .milestones .community-section .box .community-body .image {
    height: 250px;
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .fishing-2020 .community-section, .milestones .community-section {
    padding: 150px 0 30px;
    margin-top: 50px;
  }
  .fishing-2020 .community-section .box, .milestones .community-section .box {
    width: 80%;
    padding: 20px 40px 20px;
  }
  .fishing-2020 .community-section .box .heading .title, .milestones .community-section .box .heading .title {
    font-size: 38px;
  }
  .fishing-2020 .community-section .box .heading .subhead, .milestones .community-section .box .heading .subhead {
    font-size: 20px;
  }
  .fishing-2020 .community-section .box .community-body .image, .milestones .community-section .box .community-body .image {
    width: 100%;
    height: 20vw;
  }
  .fishing-2020 .community-section .box .community-body .body, .milestones .community-section .box .community-body .body {
    position: relative;
    text-align: center;
    height: 350px;
    margin-top: 16px;
  }
  .fishing-2020 .community-section .box .community-body .body .copy, .milestones .community-section .box .community-body .body .copy {
    text-align: justify;
  }
  .fishing-2020 .community-section .box .community-body .body .button, .milestones .community-section .box .community-body .body .button {
    font-size: 26px;
    padding: 4px 20px;
    position: absolute;
    bottom: 0px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .fishing-2020 .community-section .box .community-body .image, .milestones .community-section .box .community-body .image {
    height: 250px;
    width: 250px;
  }
}
@media screen and (min-width: 1800px) {
  .fishing-2020 .community-section .box .heading .title, .milestones .community-section .box .heading .title {
    font-size: 50px;
  }
  .fishing-2020 .community-section .box .heading .subhead, .milestones .community-section .box .heading .subhead {
    font-size: 28px;
  }
  .fishing-2020 .community-section .box .community-body .body .heading, .milestones .community-section .box .community-body .body .heading {
    font-size: 30px;
    line-height: 32px;
  }
  .fishing-2020 .community-section .box .community-body .body .copy, .milestones .community-section .box .community-body .body .copy {
    font-size: 24px;
    line-height: 30px;
  }
  .fishing-2020 .community-section .box .community-body .body .button, .milestones .community-section .box .community-body .body .button {
    font-size: 30px;
  }
}
.fishing-2020 #show-your-catch h2, .fishing-2020 #gallery-section h2, .milestones #show-your-catch h2, .milestones #gallery-section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #488ccb;
  line-height: 45px;
  text-align: center;
}
.fishing-2020 #show-your-catch .gallery, .fishing-2020 #gallery-section .gallery, .milestones #show-your-catch .gallery, .milestones #gallery-section .gallery {
  display: flex;
  flex-wrap: wrap;
}
.fishing-2020 #show-your-catch .gallery .gallery-image, .fishing-2020 #gallery-section .gallery .gallery-image, .milestones #show-your-catch .gallery .gallery-image, .milestones #gallery-section .gallery .gallery-image {
  flex-basis: 50%;
}
.fishing-2020 #show-your-catch .gallery .gallery-image img, .fishing-2020 #gallery-section .gallery .gallery-image img, .milestones #show-your-catch .gallery .gallery-image img, .milestones #gallery-section .gallery .gallery-image img {
  padding: 2%;
}
@media screen and (min-width: 1000px) {
  .fishing-2020 #show-your-catch .gallery, .fishing-2020 #gallery-section .gallery, .milestones #show-your-catch .gallery, .milestones #gallery-section .gallery {
    flex-wrap: nowrap;
  }
  .fishing-2020 #show-your-catch .gallery .gallery-image, .fishing-2020 #gallery-section .gallery .gallery-image, .milestones #show-your-catch .gallery .gallery-image, .milestones #gallery-section .gallery .gallery-image {
    flex-basis: auto;
  }
  .fishing-2020 #show-your-catch .gallery .gallery-image img, .fishing-2020 #gallery-section .gallery .gallery-image img, .milestones #show-your-catch .gallery .gallery-image img, .milestones #gallery-section .gallery .gallery-image img {
    padding-right: 10px;
  }
  .fishing-2020 #show-your-catch .gallery .gallery-image:last-child img, .fishing-2020 #gallery-section .gallery .gallery-image:last-child img, .milestones #show-your-catch .gallery .gallery-image:last-child img, .milestones #gallery-section .gallery .gallery-image:last-child img {
    padding: 0;
  }
}

.milestones .brand-window h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
}

.milestones .brand-window h2 {
  font-family: "Cormorant", serif;
  font-size: 72px;
  text-transform: lowercase;
}

.booking-section {
  margin: 100px 0;
}

.milestones .column-listing-section {
  background-image: none;
  padding-top: 0;
}

.milestones .column-listing-section .column-group .listing ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #254375;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0;
}

.milestones .community-section .box .community-body .body .heading {
  margin-bottom: 12px;
}

.milestones .community-section .box .community-body .image {
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1000px) {
  .milestones .column-listing-section {
    padding-top: 0;
  }
  .milestones #gallery-section .gallery .gallery-image {
    height: 20vw;
  }
  .milestones #gallery-section .gallery .gallery-image img {
    padding-right: 10px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .milestones .community-section .box .community-body .image {
    height: 40vw;
  }
}
@media screen and (max-width: 960px) {
  .milestones .brand-window .copy {
    text-shadow: 2px 2px 10px #333;
  }
  .milestones .brand-window {
    height: 455px;
  }
}
@media screen and (max-width: 767px) {
  .milestones .brand-window h1 {
    font-size: 28px;
  }
  .milestones .brand-window h2 {
    font-size: 52px;
  }
  .milestones .community-section .box .community-body .image {
    height: 70vw;
  }
}
@media screen and (max-width: 400px) {
  .milestones .brand-window {
    height: 525px;
  }
}
.jr-ambassador .brand-window {
  height: 30vw;
  margin-top: 100px;
}

.jr-ambassador h1 {
  color: #f38f5a;
  font-size: 50px;
  text-align: center;
  margin: 0 0 30px;
}

.jr-ambassador .copy-section {
  color: #4c4c4e;
  font-size: 24px;
}

.jr-ambassador #intro {
  margin-top: 50px;
}

.quiz-section {
  color: #4f4f4f;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
}

.quiz-section {
  color: #4f4f4f;
  font-weight: bold;
}

.quiz-section .wrapper {
  width: 70%;
  margin: 0 auto;
}

.quiz-section .heading .large {
  font-size: 36px;
  font-weight: bold;
}

.quiz-section .heading h3 {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 30px;
}

.quiz-section .quiz-main {
  margin-top: 50px;
}

.quiz-section .answers {
  color: #4f4f4f;
  font-size: 20px;
  list-style: none;
}

.quiz-section .answers .correct {
  color: #2ab0bd;
}

.partner-section .wrapper {
  width: 50%;
  margin: 0 auto;
}

.partner-section .heading {
  color: #4f4f4f;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.partner-section .partners {
  width: 70%;
  margin: 4vw auto;
}

.partner-section .partner {
  height: 160px;
}

.partner-section .partner img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.partner-section .button-box {
  text-align: center;
}

#footnote {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.jr-ambassador #main .gform_wrapper {
  width: 65%;
  margin: 0 auto;
}

.jr-ambassador #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
}

.jr-ambassador #main .gform_wrapper input::placeholder {
  font-size: 16px;
  padding: 10px;
}

.jr-ambassador #main .gfield_checkbox,
.jr-ambassador #main .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio,
.jr-ambassador #main .gform_wrapper ul.gfield_checkbox li label,
.jr-ambassador #main .gform_wrapper ul.gfield_radio li label {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

.jr-ambassador #main .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 6px;
  margin-right: 6px;
}

.jr-ambassador #main .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 22px;
  background-color: #c74f10;
  border: none;
  padding: 7px 20px;
}

@media screen and (min-width: 641px) {
  .jr-ambassador #main .gform_wrapper form {
    display: flex;
  }
  .jr-ambassador #main .gform_footer.top_label {
    width: 20%;
    padding-top: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .jr-ambassador #gallery-section .gallery .gallery-image:last-child img {
    padding: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .partner-section .partner {
    height: 230px;
  }
}
@media screen and (max-width: 960px) {
  .jr-ambassador .brand-window {
    height: 455px;
  }
}
@media screen and (max-width: 600px) {
  .partner-section .partners {
    width: 100%;
    margin: 10vw auto;
  }
  .partner-section .partner {
    height: auto;
    margin: 20px auto;
  }
  .partner-section .partner img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .jr-ambassador .brand-window {
    height: 525px;
  }
}
/* Header */
.static-page-header {
  position: relative;
  height: 518px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .static-page-header {
    height: 425px;
  }
}
@media (max-width: 660px) {
  .static-page-header {
    height: auto;
  }
}
.static-page-header .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.static-page-header .image img {
  display: flex;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.static-page-header .text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 10px #333;
  padding-top: 121px;
  height: 515px;
}
@media (max-width: 1200px) {
  .static-page-header .text {
    padding-top: 50px;
  }
}
.static-page-header .text .heading {
  padding: 0 20px;
}
.static-page-header .text .heading h1 {
  color: white;
  font-family: "Cormorant", serif;
  font-size: 60px;
  margin: 0;
}
.static-page-header .text .subheading {
  margin-top: 20px;
  padding: 0 20px;
}
.static-page-header .text .subheading span {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
}

section.module.parallax-1.show-hero-banner {
  padding-top: 0;
  margin-top: 0;
}

/* All Blocks */
.block {
  padding: 30px 0;
  /* Intro Block */
  /* YouTube Video Block */
  /* Partners Block */
  /* Media + Text Callout Block */
  /* Eco Events Block */
  /* Gallery Block */
  /* Resources Block */
}
.block a {
  text-decoration: underline;
  color: #d17442;
}
.block a:hover {
  text-decoration: none;
}
.block a.button {
  text-decoration: none;
  background-color: #d17442;
  font-size: 38px;
  padding: 14px 28px;
  display: inline-block;
  color: white;
  font-family: "Cormorant", serif;
  font-weight: bold;
  text-align: center;
  margin: 12px auto;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  .block a.button {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .block a.button {
    font-size: 24px;
  }
}
.block a.button.small {
  font-size: 32px;
}
.block a.button:hover {
  background: #337ab7;
}
.block p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #4f4f4f;
}
@media (max-width: 960px) {
  .block p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .block h2 {
    font-size: 30px !important;
  }
}
.block.intro .wrapper {
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
@media (max-width: 1200px) {
  .block.intro .wrapper {
    width: 80%;
  }
}
.block.intro .wrapper .heading h2 {
  color: #d17442;
  font-family: "Cormorant", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
.block.intro .wrapper .copy {
  margin-top: 20px;
}
.block.youtube-video .container {
  position: relative;
  margin: 0 auto;
  width: 834px;
  height: 469px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .block.youtube-video .container {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .block.youtube-video .container {
    height: 219px;
  }
}
.block.youtube-video .container iframe {
  width: 100%;
  height: 100%;
}
.block.partners .wrapper {
  padding: 15px 5% 0px 5%;
}
.block.partners .wrapper .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.block.partners .wrapper .items .item {
  width: 25%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.partners .wrapper .items .item img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.block.media-text {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 999px) {
  .block.media-text {
    padding-top: 0;
  }
}
.block.media-text .image {
  position: absolute;
  left: 0;
  top: 5%;
  width: 43%;
}
@media (max-width: 999px) {
  .block.media-text .image {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5% 15%;
    margin-bottom: -80px;
    box-sizing: border-box;
  }
}
.block.media-text .image img {
  width: 100%;
}
.block.media-text .text {
  background-color: #2d4c69;
  color: white;
  width: 46%;
  padding: 50px 120px 60px 155px;
  text-align: left;
  margin-left: auto;
  box-sizing: content-box;
}
@media (max-width: 1200px) {
  .block.media-text .text {
    width: 43%;
  }
}
@media (max-width: 999px) {
  .block.media-text .text {
    margin-left: 0;
    width: 100%;
    padding: 5%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 80px;
  }
}
.block.media-text .text .heading h2 {
  font-size: 48px;
  color: #73e1eb;
  font-family: "Cormorant", serif;
  font-weight: bold;
  margin: 0;
}
.block.media-text .text .copy {
  margin-top: 10px;
}
.block.media-text .text .copy p {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.block.eco-events {
  background: linear-gradient(266deg, #f38f5a, #e05566, #f38f5a);
  background-size: 600% 600%;
  animation: EventGradient 56s ease infinite;
  padding: 30px 0 60px;
}
.block.eco-events .heading h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: white;
  margin: 0;
}
.block.eco-events .events {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media (max-width: 960px) {
  .block.eco-events .events {
    gap: 4%;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .block.eco-events .events {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.block.eco-events .events .event {
  position: relative;
  width: 25%;
  max-width: 25%;
  flex: 1;
  min-height: 350px;
  background-color: white;
  padding: 15px;
  position: relative;
  transition: 0.25s;
}
@media (max-width: 960px) {
  .block.eco-events .events .event {
    width: 48%;
    max-width: 48%;
    flex: none;
    box-sizing: border-box;
    margin-bottom: 4%;
  }
}
@media (max-width: 600px) {
  .block.eco-events .events .event {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
.block.eco-events .events .event:hover {
  background-color: #fff6e1;
}
.block.eco-events .events .event .image {
  max-height: 160px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .block.eco-events .events .event .image {
    max-height: 320px;
  }
}
.block.eco-events .events .event .image img {
  display: flex;
  object-fit: cover;
  width: 100%;
  max-width: none;
}
.block.eco-events .events .event .date {
  margin-top: 10px;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  color: #555;
}
.block.eco-events .events .event .title {
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 22px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #555;
}
.block.eco-events .events .event .cta {
  margin-top: 5%;
}
@media (max-width: 600px) {
  .block.eco-events .events .event .cta {
    height: 40px;
  }
}
.block.eco-events .events .event .cta a {
  display: inline-block;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 16px;
  color: #555;
  border: 2px solid #7a7a7a;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 40%;
  margin-left: 27%;
  text-decoration: none;
  transition: all 0.1s ease;
}
.block.eco-events .events .event .cta a:hover {
  background: #7a7a7a;
  color: white;
}
.block.gallery .heading {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.block.gallery .heading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #488ccb;
  line-height: 45px;
  margin: 0;
  font-weight: 700;
}
.block.gallery .text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.block.gallery .text p {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.block.gallery .images {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 999px) {
  .block.gallery .images {
    flex-wrap: wrap;
  }
}
.block.gallery .images .image {
  height: 20vw;
  flex-basis: auto;
  padding: 8px;
}
@media (max-width: 999px) {
  .block.gallery .images .image {
    flex-basis: 50%;
    height: auto;
  }
}
.block.gallery .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.block.resources .wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.block.resources .wrapper .heading h2 {
  text-align: left;
  text-transform: none;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 36px;
  color: #3167ac;
  line-height: 28px;
}
.block.resources .wrapper .links {
  margin-top: 15px;
}
.block.resources .wrapper .links .link {
  margin-bottom: 20px;
}
.block.resources .wrapper .links .link a {
  text-decoration: none;
  color: #7d7e81;
  text-transform: uppercase;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: 0.25s;
}
.block.resources .wrapper .links .link a:hover {
  color: #f3925e;
}

@keyframes EventGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* 
 * Animations 
 */
@keyframes EventGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* Waves */
.waves-svg {
  position: relative;
  width: 100%;
  height: 85px;
  margin-bottom: -7px; /*Fix for safari gap*/
  top: -85px;
}
@media (max-width: 768px) {
  .waves-svg {
    height: 40px;
    top: -40px;
  }
}
.waves-svg .wave-parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves-svg .wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.waves-svg .wave-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.waves-svg .wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.waves-svg .wave-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

/* Hero */
.arts-landing-page-header {
  position: relative;
  height: 1100px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .arts-landing-page-header {
    height: 800px;
  }
}
@media (max-width: 960px) {
  .arts-landing-page-header {
    height: 700px;
  }
}
@media (max-width: 660px) {
  .arts-landing-page-header {
    height: 580px;
  }
}
.arts-landing-page-header .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.arts-landing-page-header .image img {
  display: flex;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arts-landing-page-header .image .waves {
  position: absolute;
  bottom: 0;
}
.arts-landing-page-header .text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 19px #111;
  padding-top: 121px;
  height: 700px;
}
@media (max-width: 1200px) {
  .arts-landing-page-header .text {
    padding-top: 50px;
  }
}
@media (max-width: 960px) {
  .arts-landing-page-header .text {
    height: 540px;
  }
}
@media (max-width: 660px) {
  .arts-landing-page-header .text {
    height: 350px;
  }
}
.arts-landing-page-header .text .heading {
  padding: 0 20px;
}
.arts-landing-page-header .text .heading h1 {
  color: white;
  font-family: "Cormorant", serif;
  font-size: 60px;
  margin: 0;
}
@media (max-width: 660px) {
  .arts-landing-page-header .text .heading h1 {
    font-size: 50px;
  }
}
.arts-landing-page-header .text .subheading {
  margin-top: 20px;
  padding: 0 20px;
}
.arts-landing-page-header .text .subheading span {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
}
.arts-landing-page-header .overlay {
  position: absolute;
  top: 70%;
  left: calc(50% - 50px);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  opacity: 0.8;
  background: linear-gradient(266deg, #f38f5a, #7d6eb2, #26A0AB);
  background-size: 600% 600%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-animation: bwGradient 30s ease infinite;
  -moz-animation: bwGradient 30s ease infinite;
  animation: bwGradient 30s ease infinite;
}
@media (max-width: 660px) {
  .arts-landing-page-header .overlay {
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
  }
}
@-webkit-keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bwGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.arts-landing-page-header .overlay .arrow {
  width: 40px;
  height: 40px;
}
.arts-landing-page-header .overlay .arrow svg {
  width: 40px;
}
.arts-landing-page-header .overlay .arrow svg path {
  fill: white;
}

/* Blocks */
.arts-page {
  position: relative;
  background: url("/fa-content/themes/martincounty 2.0/img/background_5.jpg") repeat scroll 0 0 transparent;
  background-size: 100% auto;
}
.arts-page::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
  display: block;
  z-index: 0;
}
.arts-page .arts-block {
  padding: 30px 0;
  position: relative;
  /* Intro Block */
  /* Gallery Block */
  /* Art Events Block */
  /* Featured Item Block */
  /* Featured Items Block */
  /* 2 Featured Items Block */
  /* Parallax Section Block */
  /* Multimedia Block */
  /* Art Blog Feed */
}
.arts-page .arts-block a {
  text-decoration: underline;
  color: #d17442;
}
.arts-page .arts-block a:hover {
  text-decoration: none;
}
.arts-page .arts-block a.button {
  text-decoration: none;
  background-color: #d17442;
  font-size: 38px;
  padding: 14px 28px;
  display: inline-block;
  color: white;
  font-family: "Cormorant", serif;
  font-weight: bold;
  text-align: center;
  margin: 12px auto;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  .arts-page .arts-block a.button {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .arts-page .arts-block a.button {
    font-size: 24px;
  }
}
.arts-page .arts-block a.button.small {
  font-size: 32px;
}
.arts-page .arts-block a.button:hover {
  background: #337ab7;
}
.arts-page .arts-block p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #4f4f4f;
}
@media (max-width: 960px) {
  .arts-page .arts-block p {
    font-size: 16px;
  }
}
.arts-page .arts-block h2 {
  color: #3167ac;
  font-family: "Cormorant", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
.arts-page .arts-block h3 {
  color: #4f4f4f;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.arts-page .arts-block.intro .wrapper {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .arts-page .arts-block.intro .wrapper {
    width: 80%;
  }
}
.arts-page .arts-block.intro .wrapper .copy {
  margin-top: 20px;
}
.arts-page .arts-block.intro .wrapper .cta a {
  border: solid 2px black;
  padding: 15px 23px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.arts-page .arts-block.intro .wrapper .cta a:hover {
  background: #3167ac;
  border-color: #3167ac;
  color: white;
}
.arts-page .arts-block.gallery-block .wrapper {
  padding: 15px 5% 0px 5%;
}
.arts-page .arts-block.gallery-block .wrapper .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
  align-items: start;
  justify-content: center;
}
.arts-page .arts-block.gallery-block .wrapper .items .item {
  width: 19%;
  display: flex;
  justify-content: center;
  height: 17vw;
}
@media (max-width: 960px) {
  .arts-page .arts-block.gallery-block .wrapper .items .item {
    width: 29%;
    height: 25vw;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.gallery-block .wrapper .items .item {
    width: 48%;
    height: 42vw;
  }
}
.arts-page .arts-block.gallery-block .wrapper .items .item a {
  text-decoration: none;
  color: white;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  overflow: hidden;
}
.arts-page .arts-block.gallery-block .wrapper .items .item a img {
  width: 100%;
  object-fit: cover;
}
.arts-page .arts-block.gallery-block .wrapper .items .item a .info {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  padding: 10px 30px;
  opacity: 0;
  transition: all 0.3s ease;
}
.arts-page .arts-block.gallery-block .wrapper .items .item a .info .subtitle {
  text-transform: uppercase;
  font-size: 14px;
}
.arts-page .arts-block.gallery-block .wrapper .items .item a .info .title h3 {
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  color: white;
}
.arts-page .arts-block.gallery-block .wrapper .items .item a:hover .info {
  bottom: 20px;
  opacity: 1;
}
.arts-page .arts-block.art-events {
  padding: 50px 0;
  margin: 0 auto;
}
.arts-page .arts-block.art-events .heading {
  padding: 0 15px;
}
.arts-page .arts-block.art-events .heading h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #4f4f4f;
  margin: 0;
}
.arts-page .arts-block.art-events .events {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  max-width: 1400px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-events .events {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-events .events {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.arts-page .arts-block.art-events .events .event {
  position: relative;
  width: 25%;
  max-width: 25%;
  flex: 1;
  min-height: 350px;
  position: relative;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-events .events .event {
    width: 48%;
    max-width: 48%;
    flex: none;
    box-sizing: border-box;
    margin-bottom: 4%;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-events .events .event {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
.arts-page .arts-block.art-events .events .event .image {
  max-height: 160px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-events .events .event .image {
    max-height: 320px;
  }
}
.arts-page .arts-block.art-events .events .event .image img {
  display: flex;
  object-fit: cover;
  width: 100%;
  max-width: none;
}
.arts-page .arts-block.art-events .events .event .content {
  border: 2px solid #4f4f4f;
  border-top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: white;
}
.arts-page .arts-block.art-events .events .event .content .date {
  margin-top: 10px;
  font-family: "Cormorant", serif;
  font-size: 18px;
  color: black;
}
.arts-page .arts-block.art-events .events .event .content .title {
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 22px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: black;
}
.arts-page .arts-block.art-events .events .event .content .cta {
  margin-top: 20px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-events .events .event .content .cta {
    height: 40px;
  }
}
.arts-page .arts-block.art-events .events .event .content .cta a {
  display: inline-block;
  font-family: "Cormorant", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  border: 2px solid #4f4f4f;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease;
}
.arts-page .arts-block.art-events .events .event .content .cta a:hover {
  background: black;
  color: white;
}
.arts-page .arts-block.art-events.double-row .events {
  flex-wrap: wrap;
}
.arts-page .arts-block.art-events.double-row .events .event {
  flex: 20%;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-events.double-row .events .event {
    flex: none;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-events.double-row .events .event {
    flex: none;
  }
}
.arts-page .arts-block.featured-item .item {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 60px;
  max-width: 1400px;
}
@media (max-width: 1200px) {
  .arts-page .arts-block.featured-item .item {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .arts-page .arts-block.featured-item .item {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item {
    flex-direction: column;
  }
}
.arts-page .arts-block.featured-item .item .image {
  max-width: 40%;
  flex: 1;
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  order: 1;
}
@media (max-width: 960px) {
  .arts-page .arts-block.featured-item .item .image {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item .image {
    max-width: none;
    height: 400px;
    flex: none;
  }
}
.arts-page .arts-block.featured-item .item .image img {
  display: block;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  transition: none;
  position: relative;
  top: -15%;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item .image img {
    height: 500px;
  }
}
.arts-page .arts-block.featured-item .item .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(27, 69, 117);
  background: linear-gradient(90deg, rgba(27, 69, 117, 0) 0%, rgb(27, 69, 117) 100%);
  opacity: 0.75;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item .image .overlay {
    background: linear-gradient(180deg, rgba(27, 69, 117, 0) 0%, rgb(27, 69, 117) 100%);
  }
}
.arts-page .arts-block.featured-item .item .image .overlay.orange {
  background: rgb(209, 116, 66);
  background: linear-gradient(90deg, rgba(209, 116, 66, 0) 0%, rgb(209, 116, 66) 100%);
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item .image .overlay.orange {
    background: linear-gradient(180deg, rgba(209, 116, 66, 0) 0%, rgb(209, 116, 66) 100%);
  }
}
.arts-page .arts-block.featured-item .item .image .caption {
  position: absolute;
  font-family: "Cormorant", serif;
  font-size: 80px;
  bottom: 0;
  font-weight: bold;
  left: 100%;
  line-height: 0.65;
  color: white;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item .image .caption {
    left: 0;
    max-width: 70%;
  }
}
.arts-page .arts-block.featured-item .item .image .caption span {
  transform: rotate(-90deg);
  opacity: 1;
  display: block;
  position: relative;
  height: auto;
  width: 200%;
  transform-origin: 0 100%;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item .image .caption span {
    transform-origin: 0 0;
    transform: rotate(0);
    width: 100%;
  }
}
.arts-page .arts-block.featured-item .item .content {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 2;
}
.arts-page .arts-block.featured-item .item .content .title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.arts-page .arts-block.featured-item .item .content .title h3 {
  font-size: 28px;
  text-transform: none;
  color: #3167ac;
  font-weight: bold;
}
.arts-page .arts-block.featured-item .item .content .title.orange h3 {
  color: #d17442;
}
.arts-page .arts-block.featured-item .item .content .text {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.arts-page .arts-block.featured-item .item .content .view-more {
  margin-top: 20px;
  font-family: "Cormorant", serif;
  border: solid 2px black;
  padding: 13px 21px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.arts-page .arts-block.featured-item .item .content .view-more:hover {
  background: #3167ac;
  border-color: #3167ac;
  color: white;
}
.arts-page .arts-block.featured-item .item .content .view-more.orange:hover {
  background: #f38e5a;
  border-color: #f38e5a;
}
.arts-page .arts-block.featured-item .item.image-right .image {
  order: 2;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item.image-right .image {
    order: 1;
  }
}
.arts-page .arts-block.featured-item .item.image-right .image .overlay {
  background: linear-gradient(-90deg, rgba(27, 69, 117, 0) 0%, rgb(27, 69, 117) 100%);
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item.image-right .image .overlay {
    background: linear-gradient(-180deg, rgba(27, 69, 117, 0) 0%, rgb(27, 69, 117) 100%);
  }
}
.arts-page .arts-block.featured-item .item.image-right .image .overlay.orange {
  background: linear-gradient(-90deg, rgba(209, 116, 66, 0) 0%, rgb(209, 116, 66) 100%);
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item.image-right .image .overlay.orange {
    background: linear-gradient(-180deg, rgba(209, 116, 66, 0) 0%, rgb(209, 116, 66) 100%);
  }
}
.arts-page .arts-block.featured-item .item.image-right .image .caption {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item.image-right .image .caption {
    top: auto;
    bottom: 0;
  }
}
.arts-page .arts-block.featured-item .item.image-right .image .caption span {
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
  width: auto;
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-item .item.image-right .image .caption span {
    transform: rotate(0) translateY(0);
    transform-origin: 0 0;
  }
}
.arts-page .arts-block.featured-item .item.image-right .content {
  order: 1;
}
.arts-page .arts-block.featured-items .heading {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.arts-page .arts-block.featured-items .heading h2, .arts-page .arts-block.featured-items .heading h3 {
  color: #3167ac;
  font-size: 30px;
}
.arts-page .arts-block.featured-items .text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.featured-items .text {
    width: 80%;
  }
}
.arts-page .arts-block.featured-items .items {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  max-width: 1730px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 999px) {
  .arts-page .arts-block.featured-items .items {
    flex-wrap: wrap;
  }
}
.arts-page .arts-block.featured-items .items .item {
  padding: 8px;
  width: 20vw;
  flex-basis: auto;
}
@media (max-width: 999px) {
  .arts-page .arts-block.featured-items .items .item {
    flex-basis: 50%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.featured-items .items .item {
    flex-basis: 90%;
  }
}
.arts-page .arts-block.featured-items .items .item .image {
  position: relative;
}
.arts-page .arts-block.featured-items .items .item .image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.arts-page .arts-block.featured-items .items .item .image .overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.arts-page .arts-block.featured-items .items .item .image .overlay .view-more {
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 2px white;
  padding: 13px 21px;
  z-index: 1;
  position: relative;
  top: 30px;
  transition: all 0.3s ease;
  font-weight: normal;
  color: white;
  font-size: 18px;
  font-family: "Cormorant", serif;
  text-transform: uppercase;
}
.arts-page .arts-block.featured-items .items .item .image:hover .overlay {
  opacity: 1;
}
.arts-page .arts-block.featured-items .items .item .image:hover .overlay .view-more {
  top: 0;
}
.arts-page .arts-block.featured-items .items .item .title h3 {
  margin-top: 20px;
  color: #1b4575;
}
.arts-page .arts-block.two-featured-items {
  background: #fff6e0;
  padding: 50px 0;
  margin: 20px 0;
}
.arts-page .arts-block.two-featured-items .heading {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.arts-page .arts-block.two-featured-items .heading h2 {
  color: #3167ac;
}
.arts-page .arts-block.two-featured-items .text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.arts-page .arts-block.two-featured-items .items {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 1400px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.two-featured-items .items {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.two-featured-items .items {
    flex-direction: column;
    gap: 50px;
  }
}
.arts-page .arts-block.two-featured-items .items .item {
  width: 50%;
  flex: 1;
}
@media (max-width: 600px) {
  .arts-page .arts-block.two-featured-items .items .item {
    width: 100%;
  }
}
.arts-page .arts-block.two-featured-items .items .item .image {
  position: relative;
  height: 370px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 960px) {
  .arts-page .arts-block.two-featured-items .items .item .image {
    height: 240px;
  }
}
.arts-page .arts-block.two-featured-items .items .item .image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.arts-page .arts-block.two-featured-items .items .item .content {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.arts-page .arts-block.two-featured-items .items .item .content .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.arts-page .arts-block.two-featured-items .items .item .content .title h3 {
  font-size: 30px;
  text-transform: none;
  color: #4f4f4f;
  font-weight: bold;
}
.arts-page .arts-block.two-featured-items .items .item .content .text {
  width: 80%;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.two-featured-items .items .item .content .text {
    width: 90%;
  }
}
.arts-page .arts-block.two-featured-items .items .item .content .view-more {
  margin-top: 20px;
  font-family: "Cormorant", serif;
  border: solid 2px black;
  padding: 13px 21px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.arts-page .arts-block.two-featured-items .items .item .content .view-more:hover {
  background: #f38e5a;
  border-color: #f38e5a;
  color: white;
}
.arts-page .arts-block.parallax-section {
  padding: 50px 0;
}
.arts-page .arts-block.parallax-section .banner {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.arts-page .arts-block.parallax-section .banner .image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-30%);
}
@media (max-width: 960px) {
  .arts-page .arts-block.parallax-section .banner .image {
    width: 150%;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.parallax-section .banner .image {
    width: 300%;
  }
}
.arts-page .arts-block.parallax-section .banner .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: relative;
  transition: none;
}
.arts-page .arts-block.parallax-section .content {
  padding: 30px;
  background: white;
  width: 50%;
  margin-top: -300px;
  position: relative;
  z-index: 1;
  box-shadow: 6px 5px 10px -9px;
  margin-left: 40%;
  text-align: center;
  max-width: 1000px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.parallax-section .content {
    margin-left: 10%;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.parallax-section .content {
    margin-left: 5%;
    width: 90%;
  }
}
.arts-page .arts-block.parallax-section .content .title h3 {
  font-size: 30px;
  text-transform: none;
  color: #4f4f4f;
  font-weight: bold;
}
.arts-page .arts-block.parallax-section .content .text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.arts-page .arts-block.parallax-section .content .view-more {
  margin-top: 20px;
  font-family: "Cormorant", serif;
  border: solid 2px black;
  padding: 13px 21px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.arts-page .arts-block.parallax-section .content .view-more:hover {
  background: #3167ac;
  border-color: #3167ac;
  color: white;
}
.arts-page .arts-block.multimedia {
  padding: 50px 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  min-height: 560px;
  overflow: hidden;
  align-items: start;
  position: relative;
  max-width: 1400px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.multimedia {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.multimedia {
    flex-direction: column;
    height: auto;
  }
}
.arts-page .arts-block.multimedia .content {
  position: relative;
  width: 70%;
}
@media (max-width: 600px) {
  .arts-page .arts-block.multimedia .content {
    order: 2;
    width: 100%;
  }
}
.arts-page .arts-block.multimedia .content .content-slides .content-slide {
  position: absolute;
  background: white;
  box-shadow: 0px 0px 15px -9px;
  padding: 40px;
  padding-right: 33%;
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 600px) {
  .arts-page .arts-block.multimedia .content .content-slides .content-slide {
    padding-right: 40px;
  }
}
.arts-page .arts-block.multimedia .content .content-slides .content-slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
  position: relative;
}
.arts-page .arts-block.multimedia .content .title h3 {
  font-size: 28px;
  text-transform: none;
  color: #4f4f4f;
  font-weight: bold;
}
.arts-page .arts-block.multimedia .content .text {
  margin-top: 20px;
}
.arts-page .arts-block.multimedia .content .view-more {
  margin-top: 20px;
  font-family: "Cormorant", serif;
  border: solid 2px black;
  padding: 13px 21px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.arts-page .arts-block.multimedia .content .view-more:hover {
  background: #f38e5a;
  border-color: #f38e5a;
  color: white;
}
.arts-page .arts-block.multimedia .media {
  position: absolute;
  top: 70px;
  right: 0;
  width: 50%;
  z-index: 1;
  box-shadow: 6px 5px 10px -9px;
  flex: 1;
  height: 400px;
}
@media (max-width: 600px) {
  .arts-page .arts-block.multimedia .media {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.arts-page .arts-block.multimedia .media .image {
  display: flex;
}
.arts-page .arts-block.multimedia .media .image img {
  object-fit: cover;
  object-position: center;
  width: auto;
  min-width: 100%;
  height: 100%;
  position: relative;
  transition: none;
}
.arts-page .arts-block.multimedia .media .swiper {
  height: 400px;
}
.arts-page .arts-block.multimedia .media .swiper .swiper-wrapper {
  height: 400px;
}
.arts-page .arts-block.multimedia .media .swiper .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.arts-page .arts-block.multimedia .media .swiper .swiper-pagination {
  pointer-events: none;
}
.arts-page .arts-block.multimedia .media .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: white;
}
.arts-page .arts-block.multimedia .media .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f38e5a;
}
.arts-page .arts-block.multimedia .media .swiper .swiper-button-next:after, .arts-page .arts-block.multimedia .media .swiper .swiper-button-prev:after {
  color: white;
}
.arts-page .arts-block.art-blog {
  padding: 50px 0;
  margin: 0 auto;
}
.arts-page .arts-block.art-blog .heading {
  padding: 0 20px;
}
.arts-page .arts-block.art-blog .heading h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #4f4f4f;
  margin: 0;
}
.arts-page .arts-block.art-blog .blogs {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  max-width: 1400px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-blog .blogs {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-blog .blogs {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.arts-page .arts-block.art-blog .blogs .featured-blog {
  display: flex;
  flex-direction: row;
  width: 75%;
  gap: 30px;
  padding: 30px;
  border: 2px solid #4f4f4f;
  background: white;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-blog .blogs .featured-blog {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-blog .blogs .featured-blog {
    flex-direction: column;
  }
}
.arts-page .arts-block.art-blog .blogs .featured-blog .image {
  overflow: hidden;
  width: 320px;
  height: 100%;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-blog .blogs .featured-blog .image {
    width: 240px;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-blog .blogs .featured-blog .image {
    width: 100%;
  }
}
.arts-page .arts-block.art-blog .blogs .featured-blog .image img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  object-position: center;
}
.arts-page .arts-block.art-blog .blogs .featured-blog .content {
  flex: 1;
}
.arts-page .arts-block.art-blog .blogs .featured-blog .content .title h3 {
  font-weight: normal;
  font-size: 30px;
  text-transform: capitalize;
}
.arts-page .arts-block.art-blog .blogs .featured-blog .content .copy {
  margin-top: 30px;
}
.arts-page .arts-block.art-blog .blogs .featured-blog .content .view-more {
  margin-top: 20px;
  font-family: "Cormorant", serif;
  border: solid 2px black;
  padding: 13px 21px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.arts-page .arts-block.art-blog .blogs .featured-blog .content .view-more:hover {
  background: #3167ac;
  border-color: #3167ac;
  color: white;
}
.arts-page .arts-block.art-blog .blogs .other-blogs {
  display: flex;
  flex-direction: column;
  width: 25%;
  background: white;
  padding: 30px;
  border: 2px solid #4f4f4f;
  border-left: 0;
  gap: 20px;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-blog .blogs .other-blogs {
    width: 100%;
    border: 2px solid #4f4f4f;
    border-top: 0;
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-blog .blogs .other-blogs {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-blog .blogs .other-blogs .post {
    flex: 1;
  }
}
.arts-page .arts-block.art-blog .blogs .other-blogs .post a {
  text-decoration: none;
  color: black;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}
.arts-page .arts-block.art-blog .blogs .other-blogs .post a .image {
  overflow: hidden;
  height: 100px;
}
.arts-page .arts-block.art-blog .blogs .other-blogs .post a .image img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  object-position: center;
}
.arts-page .arts-block.art-blog .blogs .other-blogs .post a .title {
  margin-top: 10px;
}
.arts-page .arts-block.art-blog .blogs .other-blogs .post a:hover {
  text-decoration: underline;
}
.arts-page .arts-block.art-blog.double-row .events {
  flex-wrap: wrap;
}
.arts-page .arts-block.art-blog.double-row .events .event {
  flex: 20%;
}
@media (max-width: 960px) {
  .arts-page .arts-block.art-blog.double-row .events .event {
    flex: none;
  }
}
@media (max-width: 600px) {
  .arts-page .arts-block.art-blog.double-row .events .event {
    flex: none;
  }
}

.catButtons {
  float: left;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding: 10px 15px 10px 15px;
  height: auto;
  margin-right: 15px;
  font-size: 11pt;
}

.catButtons a {
  color: #28aebb;
}

.postTitle {
  font-family: "Cormorant";
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #26A0AB;
  clear: both;
  line-height: 28px;
}

.postTitle a {
  color: #26A0AB;
  font-family: "Cormorant";
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  clear: both;
  line-height: 28px;
}

.postBody {
  font-family: "Montserrat";
  font-size: 16px;
  color: #7d7e81;
  line-height: 24px;
  font-weight: 300;
}

.blogReadMore a {
  font-family: "Montserrat";
  font-size: 14px;
  color: #26A0AB;
  font-weight: 700;
  text-align: center;
}

.blogReadMore a:hover {
  text-decoration: underline;
  font-family: "Montserrat";
  font-size: 14px;
  color: #26A0AB;
  font-weight: 700;
  text-align: center;
}

#blogArchive {
  margin: 0px;
  padding: 0px;
}

#blogArchive li {
  font-family: "Cormorant";
  font-size: 18px;
  color: #26A0AB;
  font-weight: 700;
  text-decoration: none solid rgb(42, 176, 189);
  line-height: 24px;
  list-style-type: none;
}

#blogArchive li a {
  color: #26A0AB;
  text-transform: capitalize;
}

.alignleft {
  float: left;
  height: auto;
  width: 360px;
  padding: 12px;
  background: #ece8df; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #ece8df, #e3ddd0, #ece8df); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ece8df, #e3ddd0, #ece8df); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ece8df, #e3ddd0, #ece8df); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ece8df, #e3ddd0, #ece8df); /* Standard syntax (must be last) */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  margin: 0px 25px 25px 0px;
}

.alignright {
  float: right;
  height: auto;
  width: 360px;
  padding: 12px;
  background: #ece8df; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #ece8df, #e3ddd0, #ece8df); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ece8df, #e3ddd0, #ece8df); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ece8df, #e3ddd0, #ece8df); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ece8df, #e3ddd0, #ece8df); /* Standard syntax (must be last) */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  margin: 0px 0px 25px 25px;
}

.aligncenter {
  text-align: center;
  height: auto;
  width: 80%;
  max-width: 80%;
  padding: 12px;
  background: #ece8df; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #ece8df, #e3ddd0, #ece8df); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ece8df, #e3ddd0, #ece8df); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ece8df, #e3ddd0, #ece8df); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ece8df, #e3ddd0, #ece8df); /* Standard syntax (must be last) */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
  margin: 0px 0px 25px 25px;
}

h1 {
  font-family: Cormorant;
  padding: 0px;
  font-size: 22pt;
  font-weight: bold;
  color: #bd5a28;
  clear: both;
}

h2 {
  color: #bd5a28;
}

h3 {
  padding: 0px;
  font-size: 10pt;
  font-weight: normal;
  color: #bd5a28;
  clear: both;
}

.td-post-content h3 {
  padding: 0px;
  font-size: 26pt;
  font-weight: bold;
  color: #bd5a28;
  font-family: "Cormorant", serif;
  margin: 20px 0px 10px 0px;
}

.directoryWidthContainer {
  float: left;
  color: #6c6969;
  line-height: 18pt;
  font-family: lato;
}

.dir-phone {
  display: inline-block;
  color: #1e69ad;
  padding-left: 25px;
  font-family: "Montserrat", sans-serif;
}

.dir-logo-wrapper {
  display: inline-block;
  padding-top: 20px;
}

.dir-logo {
  max-width: 500px;
  height: auto;
}

.address-container {
  padding-bottom: 25px;
  clear: both;
}

.dir-location {
  text-transform: uppercase;
  color: #1e69ad;
  font-family: "Montserrat", sans-serif;
}

.dir-social {
  font-size: 35pt;
  display: inline-block;
  margin: auto 10px;
}

.dir-content-wrap {
  float: right;
  text-align: right;
  width: 45%;
  padding-top: 30px;
}

.dir-block-10-p-l {
  padding-left: 10px;
  display: inline-block;
}

.dir-map-title {
  color: #28aebb;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 24pt;
  padding: 0px 0px 25px 0px;
}

.single-event-date {
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  color: #1e69ad;
  font-size: 18pt;
  padding-top: 10px;
}

.single-event-newDate {
  font-family: "Montserrat", sans-serif;
  color: #6c6969;
  float: left;
}

.single-event-text-header {
  text-transform: uppercase;
  color: #1e69ad;
}

.single-event-img-wrap {
  float: right;
  text-align: right;
  width: 45%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.blog-post-date-wrap {
  font-family: "Lato", sans-serif;
  color: #6c6969;
  line-height: 24pt;
  font-size: 13pt;
  width: 100%;
}

.blog-post-start-date {
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  color: #1e69ad;
  font-size: 18pt;
  padding-top: 10px;
}

.special-offer-width-wrap {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #6c6969;
}

.special-offer-code {
  text-transform: uppercase;
  color: #1e69ad;
}

.alignnone {
  width: 100%;
  height: auto;
}

.mobile_nav_search {
  text-align: center;
  margin: 2rem 0 0 0;
}
.mobile_nav_search .mobile_nav_search_input {
  background-color: #fff !important;
  width: 80% !important;
  padding: 10px 10px;
  border: none;
  color: #254370 !important;
  text-transform: uppercase;
}

#aroundTheWeb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#aroundTheWeb li {
  display: inline;
  float: right;
}

#aroundTheWeb .facebook a {
  text-decoration: none;
  color: #28aebb;
}

#aroundTheWeb .instagram a {
  text-decoration: none;
  color: #57aa46;
}

#aroundTheWeb .twitter a {
  text-decoration: none;
  color: #9164c5;
}

#aroundTheWeb .youtube a {
  text-decoration: none;
  color: #f38e58;
}

#aroundTheWeb .google-plus a {
  text-decoration: none;
  color: #478ac9;
}

#aroundTheWeb .pinterest a {
  text-decoration: none;
  color: #57aa46;
}

#aroundTheWeb .facebook a:hover,
#aroundTheWeb .instagram a:hover,
#aroundTheWeb .twitter a:hover,
#aroundTheWeb .youtube a:hover,
#aroundTheWeb .google-plus a:hover,
#aroundTheWeb .pinterest a:hover {
  color: #478ac9;
}

#aroundTheWeb .social a:focus {
  display: inline-block;
}

#aroundTheWeb .social a {
  font-size: 36pt;
  padding: 0px 15px 0px 15px;
}

.brandWindow {
  background-size: cover;
  padding-top: 140px;
  width: 100%;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .brandWindow {
    background-size: cover;
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 115px;
    height: auto;
    min-height: 340px;
  }
}
@media screen and (max-width: 960px) {
  .brandWindow {
    background-size: cover;
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 60px;
    height: auto;
    max-height: 275px;
    min-height: 230px;
  }
}

#brandContent {
  float: right;
  margin: 200px 125px 0px 0px;
  width: 500px;
}
@media (min-width: 1400px) {
  #brandContent {
    float: right;
    margin: 200px 125px 0px 0px;
    width: 500px;
  }
}

.brandWindowVideo {
  background-size: cover;
  padding-top: 140px;
  width: 100%;
  height: 450px;
  position: absolute;
  background-image: url(../img/BrandWindowGeneric.jpg) !important;
}

.brandContentRight {
  float: right;
  margin: 100px 7% 0px 0px;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .brandContentRight {
    float: left;
    margin: 20px;
    width: auto;
  }
}

.brandContentLeft {
  float: left;
  margin: 100px 0px 0px 7%;
  text-shadow: 0px 0px 50px rgba(92, 92, 92, 0.7607843137), 0px 0px 12px rgba(92, 92, 92, 0.7607843137);
  width: 400px;
}
@media screen and (max-width: 960px) {
  .brandContentLeft {
    float: left;
    margin: 20px;
    width: auto;
  }
}

.brandCustomRight {
  float: right;
  margin: 50px 200px 0px 0px;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .brandCustomRight {
    display: none;
  }
}

.brandCustomLeft {
  float: left;
  margin: 50px 0px 0px 125px;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .brandCustomLeft {
    display: none;
  }
}

#slider-pager, #slider-pager-event {
  cursor: pointer;
  position: absolute;
  font-size: 26pt;
  color: #25A1AD;
  width: 100%;
  text-align: center;
  margin-top: -50px;
  z-index: 800;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  #slider-pager {
    display: none;
  }
}

#slider-pager span, #slider-pager-event span {
  padding: 0px 0px 0px 5px;
}

.cycle-pager-active {
  color: #C84F0E;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .field-items {
    width: 100%;
    height: auto;
    z-index: 15;
    position: relative;
  }
}

.bw-custom-wrap {
  width: 505px;
  height: 358px;
  padding: 35px 0px 0px 36px;
}

.bw-title {
  color: #f3925e;
  font-family: Cormorant;
  font-weight: bold;
  font-size: 22pt;
  padding-bottom: 8px;
}

.bw-copy {
  font-family: "Montserrat", sans-serif;
  color: #616264;
  line-height: 20pt;
}

.dividerTitle {
  font-family: Cormorant;
  padding: 0px;
  font-size: 22pt;
  font-weight: bold;
}

.dividerCopy {
  font-family: Lato, sans-serif;
  line-height: 24pt;
  font-size: 13pt;
}

.dividerContent {
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .dividerContent {
    display: inline-block;
    width: 90%;
  }
}

.dividerContentCopy {
  float: left;
  width: 50%;
  color: #ffffff;
  text-align: left;
  padding: 55px 0px 55px 0px;
}
@media screen and (max-width: 767px) {
  .dividerContentCopy {
    float: left;
    width: 100%;
    color: #ffffff;
    text-align: left;
    padding: 35px 0px 0px 0px;
  }
}

.dividerContentImage {
  display: inline-block;
  width: 50%;
  text-align: right;
  padding: 40px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .dividerContentImage {
    display: none;
  }
}

.divider-background-img {
  width: 100%;
  text-align: center;
}

.divider-content-wrap {
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: left;
  padding: 55px 0px 55px 0px;
}

.dividerRed {
  text-align: center;
  background: linear-gradient(266deg, #f38f5a, #e05566, #f38f5a);
  background-size: 600% 600%;
  -webkit-animation: redDivider 56s ease infinite;
  -moz-animation: redDivider 56s ease infinite;
  animation: redDivider 56s ease infinite;
}
@-webkit-keyframes redDivider {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes redDivider {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes redDivider {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.dividerBlue {
  text-align: center;
  background: linear-gradient(266deg, #2ab0bd, #1b5ea3, #2ab0bd);
  background-size: 600% 600%;
  -webkit-animation: blueDivider 25s ease infinite;
  -moz-animation: blueDivider 25s ease infinite;
  animation: blueDivider 25s ease infinite;
}
@-webkit-keyframes blueDivider {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes blueDivider {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes blueDivider {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.socialMediaTitle {
  font-weight: bold;
  font-size: 18pt;
  color: #478ac9;
}

.socialMediaCopy {
  width: 50%;
  float: left;
  text-align: left;
  color: #525252;
  padding-top: 25px;
  line-height: 18pt;
  font-family: Lato, sans-serif;
}
@media screen and (max-width: 767px) {
  .socialMediaCopy {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #525252;
    padding-top: 25px;
    line-height: 18pt;
    font-family: Lato, sans-serif;
  }
}

.socialMediaIcons {
  width: 50%;
  float: left;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .socialMediaIcons {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 25px;
  }
}

.sm-container {
  clear: both;
  width: 100%;
  background-color: #fff6e0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.sm-interior {
  width: 90%;
  display: inline-block;
  padding: 25px 0px 25px 0px;
}

.text_image_contact_info {
  color: #1e69ad;
  text-transform: uppercase;
}

.text_image_contact_info a {
  color: #1e69ad;
}

.text_image_contact_info a:hover {
  color: #f38e5a;
}

.hp_activities {
  width: 100%;
  text-align: center;
  background: none;
}

.hp_activities_sub {
  display: inline-block;
  width: 80%;
}

.hp_activities_left {
  width: 34%;
  float: left;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .hp_activities_left {
    width: 100%;
    float: left;
    text-align: left;
    font-family: "Montserrat", sans-serif;
  }
}

.hp_activities_title {
  font-size: 24pt;
  color: #616264;
}

.hp_activities_subtitle {
  font-size: 16pt;
  color: #28aebb;
  font-family: Cormorant;
  font-weight: bold;
  padding: 15px 0px 0px 0px;
}

.ti-interior {
  width: 90%;
  display: inline-block;
  padding: 20px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7333333333);
}

.ti-section-title {
  font-family: Cormorant;
  font-size: 36px;
  color: #26A0AB;
  font-weight: 700;
  text-decoration: none solid rgb(42, 176, 189);
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .ti-section-title {
    line-height: 44px;
    text-align: center;
  }
}

.ti-title {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 26pt;
  padding: 0px;
  color: #f38e5a;
  margin-bottom: 15px;
}

.ti-body-copy {
  font-family: "Montserrat", sans-serif, sans-serif;
  line-height: 20pt;
  color: #6c6969;
  font-weight: 300;
}

/* WEBCAM MAP STYLES */
.webcam-img {
  max-height: 100px;
  max-width: 150px;
}

.acf-map {
  width: 100%;
  height: 520px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.wc-section {
  width: 100%;
  text-align: center;
}

.wc-interior {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 55px 0px 55px 0px;
}

.act-border {
  border-top: 1px solid #555;
  margin-top: 15px;
}

.act-list {
  list-style: disc;
  color: #f38e59;
}

.act-desc-sub {
  font-family: Lato;
  color: #555;
  padding: 0px 0px 10px 0px;
  font-size: 16px;
  clear: both;
  float: left;
}

#seeAllLink {
  text-align: left;
  width: 95%;
  padding: 25px 0px 50px 0px;
  font-family: Montserrat, sans-serif;
  color: #28aebb;
}

.act-img-wrap {
  width: 66%;
  float: left;
  text-align: right;
  padding-top: 25px;
}

.act-img-wrap > img {
  width: 518px;
  height: auto;
}

.featured-event-details {
  width: 100px;
  text-align: center;
  padding: 5px;
}

.featured-event-date {
  color: #28aebb;
  font-family: Cormorant;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}

.featuredEventsListContainer {
  width: 100%;
  background-color: #fff6e0;
  text-align: center;
}

.featuredEventsListInner {
  width: 90%;
  display: inline-block;
  padding: 40px 0px 25px 0px;
}

.featuredEventsHeader {
  color: #28aebb;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  font-size: 24pt;
  padding-bottom: 25px;
}

.featuredEventsItemContainer {
  width: 100%;
  color: #555;
  font-family: Montserrat, sans-serif;
}

.featuredEventsSeeAll {
  text-align: center;
  width: 95%;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  clear: both;
  padding-top: 10px;
}

.newsletter-section {
  box-shadow: 0 5px 15px -5px #555;
  width: 100%;
  text-align: center;
  height: 175px;
}

.nl-container {
  display: inline-block;
  width: 90%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.nl-img-wrap {
  float: left;
  width: 500px;
  padding-top: 25px;
}

.nl-form-wrap {
  float: left;
  color: #55ac47;
  font-size: 10pt;
  padding-top: 30px;
}

.snapshots-section {
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  background: none;
}

.ss-wrap {
  display: inline-block;
  width: 95%;
  text-align: center;
}

.ss-header {
  color: #28aebb;
  margin: 25px 0px 25px 0px;
  font-family: "Lato", sans-serif;
  font-size: 24pt;
}

.seeAllPhotos {
  text-align: center;
  width: 95%;
  padding-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  color: #28aebb;
}

.webcams-feed {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 20px;
  gap: 6px;
}
.webcams-feed a .image {
  display: flex;
  position: relative;
  width: 400px;
  height: 250px;
}
.webcams-feed a .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(72, 140, 203);
  transition: opacity 0.2s ease;
  opacity: 0;
}
.webcams-feed a .image .name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webcams-feed a .image .name .tag {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  border: solid 2px white;
  background-color: rgba(0, 0, 0, 0.5);
}
.webcams-feed a .image img {
  object-fit: cover;
  flex: 1;
  width: 100%;
}
.webcams-feed a:hover .image .overlay {
  opacity: 0.4;
}

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