@charset "UTF-8";
/*
Theme Name: Safe Boating Campaign
Theme URI: 
Version: 1.0
Description:
Author: Basecraft
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
html {
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
img.block {
  display: block;
  width: 100%;
}
form {
  display: block;
  width: 100%;
}
iframe {
  display: block;
  max-width: 100%;
}
table {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vert-align-middle {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vert-align-middle > * {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.vert-align-bottom {
  display: table;
  width: 100%;
  height: 100%;
}
.vert-align-bottom > * {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.vert-align-top {
  display: table;
  width: 100%;
  height: 100%;
}
.vert-align-top > * {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.wrapper {
  max-width: 1450px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 480px) {
  .wrapper {
    padding: 0 15px;
  }
}
body {
  background-color: white;
  position: relative;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #575757;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
header .header-logo {
  width: 177px;
  position: absolute;
  left: 25px;
  top: 25px;
}
@media only screen and (max-width: 1000px) {
  header .header-logo {
    width: 156px;
  }
}
@media only screen and (max-width: 480px) {
  header .header-logo {
    width: 124px;
    left: 15px;
  }
}
header .mobile-toggle {
  float: right;
  width: 70px;
  position: absolute;
  right: 25px;
  top: 40px;
}
@media only screen and (max-width: 1000px) {
  header .mobile-toggle {
    top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  header .mobile-toggle {
    right: 15px;
    top: 25px;
    width: 56px;
  }
}
nav.mobile-menu {
  width: 425px;
  overflow-y: auto;
  position: fixed;
  right: -425px;
  top: 0;
  bottom: 0;
  z-index: 110;
  background-color: white;
  transition: right 0.25s ease-out;
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu {
    width: 350px;
    right: -350px;
  }
}
nav.mobile-menu.mobile-open {
  right: 0;
}
nav.mobile-menu .mobile-content {
  padding: 40px 25px 10px;
}
@media only screen and (max-width: 1000px) {
  nav.mobile-menu .mobile-content {
    padding: 30px 25px 10px;
  }
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu .mobile-content {
    padding: 25px 25px 10px;
  }
}
nav.mobile-menu .mobile-close {
  float: right;
  width: 70px;
}
nav.mobile-menu .mobile-links {
  float: left;
  display: block;
  width: 100%;
  clear: both;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
nav.mobile-menu .mobile-links > li {
  display: block;
  padding: 5px 0;
  position: relative;
  text-align: right;
}
nav.mobile-menu .mobile-links > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #575757;
  text-decoration: none;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu .mobile-links > li > a {
    font-size: 16px;
  }
}
nav.mobile-menu .mobile-links > li > a:hover {
  text-decoration: underline;
}
nav.mobile-menu .mobile-links > li.last {
  margin-bottom: 15px;
}
nav.mobile-menu .mobile-links > li.icon {
  padding: 15px 0;
}
nav.mobile-menu .mobile-links > li.icon > img.block {
  width: 70px;
  position: absolute;
  right: 0;
  top: 15px;
}
nav.mobile-menu .mobile-links > li.icon > img.block.hover {
  z-index: -1;
  opacity: 0.01;
}
nav.mobile-menu .mobile-links > li.icon > a:hover ~ img.block.hover {
  z-index: 1;
  opacity: 1;
}
nav.mobile-menu .mobile-links > li.icon > a {
  display: block;
  position: relative;
  height: 70px;
  z-index: 2;
  text-decoration: none;
}
nav.mobile-menu .mobile-links > li.icon > a .vert-align-middle > * {
  padding-right: 95px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu .mobile-links > li.icon > a .vert-align-middle > * {
    padding-right: 85px;
  }
}
nav.mobile-menu .mobile-links > li.icon > a .link-title {
  display: block;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 300;
  color: #575757;
}
@media only screen and (max-width: 1000px) {
  nav.mobile-menu .mobile-links > li.icon > a .link-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu .mobile-links > li.icon > a .link-title {
    font-size: 24px;
  }
}
nav.mobile-menu .mobile-search {
  padding: 25px;
}
nav.mobile-menu .mobile-search form {
  position: relative;
}
nav.mobile-menu .mobile-search form input[type="search"] {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0.7em 55px 0.7em 1.4em;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #575757;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  nav.mobile-menu .mobile-search form input[type="search"] {
    font-size: 16px;
  }
}
nav.mobile-menu .mobile-search form input[type="submit"] {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  border: 0;
  padding: 0;
  opacity: 0;
}
nav.mobile-menu .mobile-search form img {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 18px;
  top: 12px;
  z-index: 1;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.8);
}
main {
  overflow-x: hidden;
}
body.page-template-home {
  background-color: #104a70;
}
body.page-template-home .wrapper {
  max-width: 100%;
}
body.page-template-home header .header-logo img.main {
  display: none;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home header .header-logo img.main {
    display: block;
  }
  body.page-template-home header .header-logo img.home {
    display: none;
  }
}
body.page-template-home .home-header {
  height: 160px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-header {
    height: 140px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .home-header {
    height: 120px;
  }
}
body.page-template-home .home-header .wrapper {
  height: 100%;
  background-color: white;
}
body.page-template-home .home-header .header-left {
  width: 30%;
  height: 100%;
  float: left;
  margin-left: 225px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-header .header-left {
    display: none;
  }
}
body.page-template-home .home-header .header-left img {
  width: 322px;
}
body.page-template-home .home-header .header-right {
  height: 100%;
  float: left;
  margin-left: 50px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #9CCFDD;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-header .header-right {
    width: 100%;
    padding-left: 200px;
    padding-right: 75px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .home-header .header-right {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .home-header .header-right {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 420px) {
  body.page-template-home .home-header .header-right {
    font-size: 16px;
  }
}
body.page-template-home .home-header .header-right .vert-align-middle > * {
  text-align: left;
}
body.page-template-home .home-feature {
  height: 600px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature {
    height: auto;
  }
}
body.page-template-home .home-feature .wrapper {
  height: 100%;
  padding: 0;
}
body.page-template-home .home-feature .feature-left {
  width: 70%;
  height: 100%;
  float: left;
  padding: 50px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
body.page-template-home .home-feature .feature-left .feature-left-photo {
  display: none;
}
body.page-template-home .home-feature .feature-left .feature-left-photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left .feature-left-photo {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left .feature-left-text {
    padding: 30px 30px 20px 30px;
    background-color: #104a70;
  }
}
body.page-template-home .home-feature .feature-left .feature-left-text h1 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .home-feature .feature-left .feature-left-text h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left .feature-left-text h1 {
    font-size: 48px;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .home-feature .feature-left .feature-left-text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .home-feature .feature-left .feature-left-text h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .home-feature .feature-left .feature-left-text h1 {
    font-size: 28px;
  }
}
body.page-template-home .home-feature .feature-left .feature-left-text h2 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: white;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left .feature-left-text h2 {
    font-size: 18px;
    text-align: center;
  }
}
body.page-template-home .home-feature .feature-left .feature-left-action {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left .feature-left-action {
    padding: 0 20px 35px 20px;
    margin: 0;
    background-color: #104a70;
    align-items: center;
    justify-content: center;
  }
}
body.page-template-home .home-feature .feature-left .feature-left-action a {
  display: block;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  background-color: #ff6c2b;
}
body.page-template-home .home-feature .feature-left .feature-left-action a:hover {
  background-color: #FF8645;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-left .feature-left-action a {
    padding: 10px 18px;
    font-size: 16px;
  }
}
body.page-template-home .home-feature .feature-right {
  width: 30%;
  height: 100%;
  float: left;
  padding: 5px 25px;
  overflow-y: auto;
  background-color: white;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-right {
    width: 100%;
    height: auto;
    padding: 25px;
    overflow-y: visible;
  }
}
body.page-template-home .home-feature .feature-right .news-header {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #575757;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  body.page-template-home .home-feature .feature-right .news-header {
    font-size: 20px;
  }
}
body.page-template-home .home-feature .feature-right .news-container {
  padding-left: 40px;
  position: relative;
}
body.page-template-home .home-feature .feature-right .news-container::before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 0;
  background-color: #575757;
}
body.page-template-home .home-feature .feature-right .news-container .news-entry {
  padding-bottom: 20px;
  position: relative;
}
body.page-template-home .home-feature .feature-right .news-container .news-entry::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -34px;
  top: 5px;
  border-radius: 50%;
  border: 2px solid #ff6c2b;
  background-color: white;
}
body.page-template-home .home-feature .feature-right .news-container .news-entry a {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  color: #575757;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .home-feature .feature-right .news-container .news-entry a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-feature .feature-right .news-container .news-entry a {
    font-size: 20px;
  }
}
body.page-template-home .home-feature .feature-right .news-all {
  padding-left: 40px;
  padding-bottom: 20px;
  position: relative;
}
body.page-template-home .home-feature .feature-right .news-all::before {
  content: '';
  display: block;
  width: 26px;
  height: 32px;
  position: absolute;
  left: -2px;
  top: -5px;
  background-image: url(images/icon-anchor.png);
  background-size: 26px 32px;
  background-repeat: no-repeat;
}
body.page-template-home .home-feature .feature-right .news-all a {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #ff6c2b;
  text-transform: uppercase;
}
body.page-template-home .home-lower .wrapper {
  padding: 0;
}
body.page-template-home .home-lower .lower-blocks .lower-block {
  float: left;
  width: 25%;
  height: 210px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .home-lower .lower-blocks .lower-block {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .home-lower .lower-blocks .lower-block {
    width: 100%;
  }
}
body.page-template-home .home-lower .lower-blocks .lower-block a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
}
body.page-template-home .home-lower .lower-blocks .lower-block a .vert-align-middle > * {
  padding: 0 10% 5%;
  position: relative;
  z-index: 1;
}
body.page-template-home .home-lower .lower-blocks .lower-block a .text-upper {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: white;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .home-lower .lower-blocks .lower-block a .text-upper {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .home-lower .lower-blocks .lower-block a .text-upper {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .home-lower .lower-blocks .lower-block a .text-upper {
    font-size: 26px;
  }
}
body.page-template-home .home-lower .lower-blocks .lower-block a .text-lower {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #ff6c2b;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-home .home-lower .lower-blocks .lower-block a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-home .home-lower .lower-blocks .lower-block a:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
body.page-template-default header .header-logo {
  width: 160px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-default header .header-logo {
    width: 128px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-default header .header-logo {
    width: 96px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-news-center .content-callouts .callout-newsletter .wrapper {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-news-center .content-callouts .callout-newsletter .wrapper {
    padding: 0 15px;
  }
}
body.single-post .content-callouts .callout-pagesubheader {
  padding-bottom: 0;
}
body.single-post .content-callouts .callout-content {
  max-width: 900px;
  margin: 0 auto;
}
body.single-post .content-callouts .callout-content .content-content {
  padding: 20px 0;
  text-align: left;
}
body.single-post .content-callouts .callout-content .content-content p a,
body.single-post .content-callouts .callout-content .content-content ol a,
body.single-post .content-callouts .callout-content .content-content ul a {
  color: #ff6c2b;
  text-decoration: underline;
}
body.single-post .content-callouts .callout-content .content-content p a:hover,
body.single-post .content-callouts .callout-content .content-content ol a:hover,
body.single-post .content-callouts .callout-content .content-content ul a:hover {
  text-decoration: none;
}
body.single-post .content-callouts .callout-content .content-content p,
body.single-post .content-callouts .callout-content .content-content ol,
body.single-post .content-callouts .callout-content .content-content ul {
  margin: 1.5em auto;
}
body.single-post .content-callouts .callout-content .content-content p:first-child,
body.single-post .content-callouts .callout-content .content-content ol:first-child,
body.single-post .content-callouts .callout-content .content-content ul:first-child {
  margin-top: 0;
}
body.single-post .content-callouts .callout-content .content-content p:last-child,
body.single-post .content-callouts .callout-content .content-content ol:last-child,
body.single-post .content-callouts .callout-content .content-content ul:last-child {
  margin-bottom: 0;
}
body.single-post .content-callouts .callout-content .content-lower .article-tags a {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em;
  font-size: 80%;
  line-height: 1;
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #d8d8d8;
  border-radius: 3px;
}
body.single-post .content-callouts .callout-content .content-lower .article-tags a:hover {
  background-color: #ff6c2b;
}
body.single-post .content-callouts .article-left {
  float: left;
}
body.single-post .content-callouts .article-right {
  float: right;
}
@media only screen and (max-width: 600px) {
  body.single-post .content-callouts .article-right {
    float: left;
    clear: left;
    padding-top: 10px;
  }
}
body.single-post .content-callouts .article-date,
body.single-post .content-callouts .article-share {
  font-weight: 700;
  text-transform: uppercase;
}
body.single-post .content-callouts .article-back {
  float: left;
  margin-bottom: 25px;
}
body.single-post .content-callouts .article-tags {
  float: right;
}
body.single-post .content-callouts .article-share-links {
  float: right;
  padding-left: 10px;
}
@media only screen and (max-width: 600px) {
  body.single-post .content-callouts .article-share-links {
    display: inline-block;
    float: none;
    padding-left: 0;
    vertical-align: middle;
    margin-top: -2px;
  }
}
body.single-post .content-callouts .article-share-links a {
  float: left;
  margin: 0 2px;
}
body.single-post .content-callouts .article-share-links a:last-child {
  margin-left: 6px;
}
body.single-post .content-callouts .article-share-links img {
  width: 25px;
}
body.single-story .content-callouts .callout-pagesubheader {
  padding-bottom: 0;
}
body.single-story .content-callouts .callout-columns {
  max-width: 1200px;
  margin: 0 auto 50px;
}
body.single-story .content-callouts .callout-columns .content-column {
  height: auto !important;
  min-height: 1px;
}
body.single-story .content-callouts .callout-columns .content-content {
  padding: 0;
  text-align: left;
}
body.single-story .content-callouts .callout-columns .content-content .content-wysiwyg {
  padding: 0 25px;
  line-height: 2;
}
body.single-story .content-callouts .callout-columns .content-content h2:first-child {
  margin-bottom: 0.5em;
}
body.single-story .content-callouts .callout-columns .content-content p a,
body.single-story .content-callouts .callout-columns .content-content ol a,
body.single-story .content-callouts .callout-columns .content-content ul a {
  color: #ff6c2b;
  text-decoration: underline;
}
body.single-story .content-callouts .callout-columns .content-content p a:hover,
body.single-story .content-callouts .callout-columns .content-content ol a:hover,
body.single-story .content-callouts .callout-columns .content-content ul a:hover {
  text-decoration: none;
}
body.single-story .content-callouts .callout-columns .content-content p,
body.single-story .content-callouts .callout-columns .content-content ol,
body.single-story .content-callouts .callout-columns .content-content ul {
  margin: 1.5em auto;
}
body.single-story .content-callouts .callout-columns .content-content p:first-child,
body.single-story .content-callouts .callout-columns .content-content ol:first-child,
body.single-story .content-callouts .callout-columns .content-content ul:first-child {
  margin-top: 0;
}
body.single-story .content-callouts .callout-columns .content-content p:last-child,
body.single-story .content-callouts .callout-columns .content-content ol:last-child,
body.single-story .content-callouts .callout-columns .content-content ul:last-child {
  margin-bottom: 0;
}
body.single-story .content-callouts .callout-columns .content-share {
  padding: 25px;
}
@media only screen and (max-width: 800px) {
  body.single-story .content-callouts .callout-columns .content-share {
    text-align: center;
  }
}
body.single-story .content-callouts .callout-columns .content-share .article-share {
  font-weight: 700;
  text-transform: uppercase;
  color: #575757;
}
body.single-story .content-callouts .callout-columns .content-share .article-share-links {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
body.single-story .content-callouts .callout-columns .content-share .article-share-links a {
  float: left;
  margin: 0 2px;
}
body.single-story .content-callouts .callout-columns .content-share .article-share-links a:last-child {
  margin-left: 6px;
}
body.single-story .content-callouts .callout-columns .content-share .article-share-links img {
  width: 25px;
}
body.single-story .content-callouts .callout-morestories {
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px 0 50px;
}
@media only screen and (max-width: 800px) {
  body.single-story .content-callouts .callout-morestories {
    padding: 25px 0 25px;
  }
}
body.single-story .content-callouts .callout-morestories .content-contentsubheader {
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: #454545;
}
@media only screen and (max-width: 1000px) {
  body.single-story .content-callouts .callout-morestories .content-contentsubheader {
    font-size: 27px;
  }
}
@media only screen and (max-width: 800px) {
  body.single-story .content-callouts .callout-morestories .content-contentsubheader {
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  body.single-story .content-callouts .callout-morestories .content-contentsubheader {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body.single-story .content-callouts .callout-morestories .content-contentsubheader {
    font-size: 18px;
  }
}
body.single-story .content-callouts .callout-morestories .content-morestories {
  padding: 25px 0 0;
}
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry {
  float: left;
  width: 25%;
  padding-right: 2.5%;
  padding-bottom: 20px;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 800px) {
  body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry {
    width: 100%;
  }
}
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry a {
  display: block;
  font-size: 21px;
  color: #ff6c2b;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry a {
    font-size: 16px;
  }
}
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry a span {
  display: block;
  height: 225px;
  margin-bottom: 0.75em;
}
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry:nth-child(1),
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry:nth-child(2),
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry:nth-child(3),
body.single-story .content-callouts .callout-morestories .content-morestories .stories-entry:nth-child(4) {
  display: block;
}
body.search .content-callouts .callout-pagesubheader,
body.blog .content-callouts .callout-pagesubheader,
body.archive .content-callouts .callout-pagesubheader {
  padding-bottom: 0;
}
body.search .content-callouts .callout-pagesubheader h2,
body.blog .content-callouts .callout-pagesubheader h2,
body.archive .content-callouts .callout-pagesubheader h2 {
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  body.search .content-callouts .callout-pagesubheader h2,
  body.blog .content-callouts .callout-pagesubheader h2,
  body.archive .content-callouts .callout-pagesubheader h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  body.search .content-callouts .callout-pagesubheader h2,
  body.blog .content-callouts .callout-pagesubheader h2,
  body.archive .content-callouts .callout-pagesubheader h2 {
    font-size: 16px;
  }
}
body.search .content-callouts .callout-archive,
body.blog .content-callouts .callout-archive,
body.archive .content-callouts .callout-archive {
  padding: 0 0 25px;
}
body.search .content-callouts .callout-archive .content-articles,
body.blog .content-callouts .callout-archive .content-articles,
body.archive .content-callouts .callout-archive .content-articles {
  max-width: 850px;
  margin: 0 auto;
  padding: 25px 0;
}
@media only screen and (max-width: 480px) {
  body.search .content-callouts .callout-archive .content-articles,
  body.blog .content-callouts .callout-archive .content-articles,
  body.archive .content-callouts .callout-archive .content-articles {
    padding: 0;
  }
}
body.search .content-callouts .callout-archive .content-articles .content-article,
body.blog .content-callouts .callout-archive .content-articles .content-article,
body.archive .content-callouts .callout-archive .content-articles .content-article {
  margin-bottom: 50px;
}
body.search .content-callouts .callout-archive .content-articles .content-article:last-child,
body.blog .content-callouts .callout-archive .content-articles .content-article:last-child,
body.archive .content-callouts .callout-archive .content-articles .content-article:last-child {
  margin-bottom: 0;
}
body.search .content-callouts .callout-archive .content-articles .content-article .content-article-title a,
body.blog .content-callouts .callout-archive .content-articles .content-article .content-article-title a,
body.archive .content-callouts .callout-archive .content-articles .content-article .content-article-title a {
  display: block;
  padding: 0.25em 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #ff6c2b;
}
@media only screen and (max-width: 1000px) {
  body.search .content-callouts .callout-archive .content-articles .content-article .content-article-title a,
  body.blog .content-callouts .callout-archive .content-articles .content-article .content-article-title a,
  body.archive .content-callouts .callout-archive .content-articles .content-article .content-article-title a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.search .content-callouts .callout-archive .content-articles .content-article .content-article-title a,
  body.blog .content-callouts .callout-archive .content-articles .content-article .content-article-title a,
  body.archive .content-callouts .callout-archive .content-articles .content-article .content-article-title a {
    font-size: 28px;
  }
}
body.search .content-callouts .callout-archive .content-articles .content-article .content-article-text,
body.blog .content-callouts .callout-archive .content-articles .content-article .content-article-text,
body.archive .content-callouts .callout-archive .content-articles .content-article .content-article-text {
  padding-top: 20px;
  line-height: 1.6;
}
body.search .content-callouts .callout-archive .content-articles .content-article .content-article-date,
body.blog .content-callouts .callout-archive .content-articles .content-article .content-article-date,
body.archive .content-callouts .callout-archive .content-articles .content-article .content-article-date {
  line-height: 1.25;
  font-weight: 700;
}
body.search .content-callouts .callout-archive .content-articles .callout-newsletter,
body.blog .content-callouts .callout-archive .content-articles .callout-newsletter,
body.archive .content-callouts .callout-archive .content-articles .callout-newsletter {
  margin: 50px auto;
}
body.search .content-callouts .callout-content .content-pagination,
body.blog .content-callouts .callout-content .content-pagination,
body.archive .content-callouts .callout-content .content-pagination {
  text-align: center;
  font-weight: 600;
}
body.search .content-callouts .callout-content .content-pagination a,
body.blog .content-callouts .callout-content .content-pagination a,
body.archive .content-callouts .callout-content .content-pagination a,
body.search .content-callouts .callout-content .content-pagination span,
body.blog .content-callouts .callout-content .content-pagination span,
body.archive .content-callouts .callout-content .content-pagination span {
  display: inline-block;
  padding: 0.25em;
}
body.search .content-callouts .callout-content .content-pagination p a,
body.blog .content-callouts .callout-content .content-pagination p a,
body.archive .content-callouts .callout-content .content-pagination p a,
body.search .content-callouts .callout-content .content-pagination ol a,
body.blog .content-callouts .callout-content .content-pagination ol a,
body.archive .content-callouts .callout-content .content-pagination ol a,
body.search .content-callouts .callout-content .content-pagination ul a,
body.blog .content-callouts .callout-content .content-pagination ul a,
body.archive .content-callouts .callout-content .content-pagination ul a {
  color: #ff6c2b;
  text-decoration: none;
}
body.search .content-callouts .callout-content .content-pagination p a:hover,
body.blog .content-callouts .callout-content .content-pagination p a:hover,
body.archive .content-callouts .callout-content .content-pagination p a:hover,
body.search .content-callouts .callout-content .content-pagination ol a:hover,
body.blog .content-callouts .callout-content .content-pagination ol a:hover,
body.archive .content-callouts .callout-content .content-pagination ol a:hover,
body.search .content-callouts .callout-content .content-pagination ul a:hover,
body.blog .content-callouts .callout-content .content-pagination ul a:hover,
body.archive .content-callouts .callout-content .content-pagination ul a:hover {
  text-decoration: underline;
}
body.search .content-callouts .callout-search,
body.blog .content-callouts .callout-search,
body.archive .content-callouts .callout-search {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 0 0;
}
body.search .content-callouts .callout-search form,
body.blog .content-callouts .callout-search form,
body.archive .content-callouts .callout-search form {
  position: relative;
}
body.search .content-callouts .callout-search form input[type="search"],
body.blog .content-callouts .callout-search form input[type="search"],
body.archive .content-callouts .callout-search form input[type="search"] {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0.7em 55px 0.7em 1.4em;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #575757;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  body.search .content-callouts .callout-search form input[type="search"],
  body.blog .content-callouts .callout-search form input[type="search"],
  body.archive .content-callouts .callout-search form input[type="search"] {
    font-size: 16px;
  }
}
body.search .content-callouts .callout-search form input[type="submit"],
body.blog .content-callouts .callout-search form input[type="submit"],
body.archive .content-callouts .callout-search form input[type="submit"] {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  border: 0;
  padding: 0;
  opacity: 0;
}
body.search .content-callouts .callout-search form img,
body.blog .content-callouts .callout-search form img,
body.archive .content-callouts .callout-search form img {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 18px;
  top: 12px;
  z-index: 1;
}
footer {
  background-color: #104a70;
  position: relative;
  z-index: 3;
}
footer .footer-columns .footer-column {
  width: 20%;
  float: left;
  min-height: 150px;
  padding: 15px 5px;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-column {
    width: 100%;
    min-height: 0;
    text-align: center;
  }
}
footer .footer-columns .footer-column:nth-child(1),
footer .footer-columns .footer-column:nth-child(2) {
  padding-top: 35px;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-column:nth-child(1),
  footer .footer-columns .footer-column:nth-child(2) {
    padding-top: 15px;
  }
}
footer .footer-columns .footer-column:nth-child(4) {
  width: 40%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-column:nth-child(4) {
    width: 100%;
    text-align: center;
  }
}
footer .footer-columns .footer-header {
  padding-right: 0.5em;
  padding-bottom: 1em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-header {
    text-align: center;
    padding-right: 0;
    padding-top: 15px;
  }
}
footer .footer-columns .footer-subheader {
  padding-right: 0.5em;
  font-size: 11px;
  color: white;
  line-height: 1.1;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-subheader {
    text-align: center;
    padding-right: 0;
  }
}
footer .footer-columns .footer-content {
  padding-right: 0.5em;
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-content {
    text-align: center;
    padding-right: 0;
  }
}
footer .footer-columns .footer-social {
  padding-top: 20px;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-social {
    text-align: center;
  }
}
footer .footer-columns .footer-social a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out;
}
footer .footer-columns .footer-social a img {
  width: 24px;
}
footer .footer-columns .footer-social a:hover {
  opacity: 1;
}
footer .footer-columns .footer-icon {
  padding: 5px;
  display: inline-block;
}
footer .footer-columns .footer-icon a {
  display: block;
}
footer .footer-columns .footer-icon:first-child a {
  margin-right: 5px;
}
footer .footer-columns .footer-icon img {
  height: 70px;
  width: auto;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-icon img {
    margin: 0 auto;
  }
}
footer .footer-columns .footer-icon-disclaimer {
  width: 290px;
  float: right;
  font-size: 11px;
  color: white;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  footer .footer-columns .footer-icon-disclaimer {
    float: none;
    margin: 0 auto;
  }
}
.content-callouts > * {
  margin: 25px auto;
}
.content-callouts > *:first-child {
  margin-top: 0;
}
.content-callouts > *:last-child {
  margin-bottom: 0;
}
.content-callouts .callout-spacer {
  height: 1px;
}
.content-callouts .content-wavy {
  width: 330px;
  max-width: 25%;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .content-callouts .content-wavy {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-content .content-content {
    text-align: center;
  }
}
.content-callouts .callout-content div.wpcf7 {
  max-width: 480px;
  margin: 0 auto;
}
.content-callouts .callout-content div.wpcf7 form {
  font-size: 14px;
  padding: 25px 0;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-content div.wpcf7 form {
    font-size: 12px;
  }
}
.content-callouts .callout-content div.wpcf7 form input[type="text"],
.content-callouts .callout-content div.wpcf7 form input[type="email"],
.content-callouts .callout-content div.wpcf7 form select,
.content-callouts .callout-content div.wpcf7 form textarea {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-content div.wpcf7 form input[type="text"],
  .content-callouts .callout-content div.wpcf7 form input[type="email"],
  .content-callouts .callout-content div.wpcf7 form select,
  .content-callouts .callout-content div.wpcf7 form textarea {
    font-size: 14px;
  }
}
.content-callouts .callout-content div.wpcf7 form textarea {
  height: 160px;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-content div.wpcf7 form textarea {
    height: 120px;
  }
}
.content-callouts .callout-content div.wpcf7 form input[type="submit"] {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 0.8em 0.5em 0.65em;
  border-radius: 26px;
  border: 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-content div.wpcf7 form input[type="submit"]:hover {
  background-color: #FF8645;
}
.content-callouts .callout-largecontent .content-content {
  padding: 25px 20%;
  font-size: 36px;
  line-height: 1.4;
  color: #104a70;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-largecontent .content-content {
    padding: 25px 10%;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-largecontent .content-content {
    font-size: 32px;
    padding: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-largecontent .content-content {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-largecontent .content-content {
    font-size: 28px;
  }
}
.content-callouts .callout-header {
  height: 140px;
  background-image: url(images/header-background.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: -50% center;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-header {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-header {
    height: 100px;
  }
}
.content-callouts .callout-pageheader {
  padding-top: 40px;
}
.content-callouts .callout-pageheader h1 {
  margin: 0;
  padding: 1em 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #104a70;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.content-callouts .callout-pageheader .wavy img {
  width: 312px;
  max-width: 80%;
  margin: 0 auto;
}
.content-callouts .callout-pagesubheader {
  padding-bottom: 25px;
}
.content-callouts .callout-pagesubheader h2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  color: #104a70;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-pagesubheader h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-pagesubheader h2 {
    font-size: 24px;
  }
}
.content-callouts .callout-columns {
  padding: 25px 0;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns {
    padding: 0;
  }
}
.content-callouts .callout-columns .wrapper {
  padding: 0;
}
.content-callouts .callout-columns .content-columns .content-column {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-column {
    width: 100%;
    float: none;
    height: auto !important;
  }
}
.content-callouts .callout-columns .content-columns.columns-40-60 .content-column:first-child {
  width: 40%;
}
.content-callouts .callout-columns .content-columns.columns-40-60 .content-column:first-child .content-content .vert-align-middle > * {
  padding: 0 10%;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-columns .content-columns.columns-40-60 .content-column:first-child .content-content .vert-align-middle > * {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns.columns-40-60 .content-column:first-child .content-content .vert-align-middle > * {
    padding: 0;
  }
}
.content-callouts .callout-columns .content-columns.columns-40-60 .content-column:last-child {
  width: 60%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns.columns-40-60 .content-column:first-child,
  .content-callouts .callout-columns .content-columns.columns-40-60 .content-column:last-child {
    width: 100%;
  }
}
.content-callouts .callout-columns .content-columns.columns-60-40 .content-column:first-child {
  width: 60%;
}
.content-callouts .callout-columns .content-columns.columns-60-40 .content-column:last-child {
  width: 40%;
}
.content-callouts .callout-columns .content-columns.columns-60-40 .content-column:last-child .content-content .vert-align-middle > * {
  padding: 0 10%;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-columns .content-columns.columns-60-40 .content-column:last-child .content-content .vert-align-middle > * {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns.columns-60-40 .content-column:last-child .content-content .vert-align-middle > * {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns.columns-60-40 .content-column:first-child,
  .content-callouts .callout-columns .content-columns.columns-60-40 .content-column:last-child {
    width: 100%;
  }
}
.content-callouts .callout-columns .content-columns .content-image {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-image {
    position: static;
    width: 400px;
    margin: 0 auto;
    padding: 25px 0;
  }
}
.content-callouts .callout-columns .content-columns .content-content {
  height: 100%;
}
.content-callouts .callout-columns .content-columns .content-content .vert-align-middle > * {
  padding: 0 15%;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-columns .content-columns .content-content .vert-align-middle > * {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns .content-content .vert-align-middle > * {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-content .vert-align-middle > * {
    padding: 0;
  }
}
.content-callouts .callout-columns .content-columns .content-content .content-wysiwyg {
  padding: 25px;
  line-height: 2.25;
  text-align: left;
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-content .content-wysiwyg {
    text-align: center;
  }
}
.content-callouts .callout-columns .content-columns .content-largecontent {
  height: 100%;
}
.content-callouts .callout-columns .content-columns .content-largecontent .vert-align-middle > * {
  padding: 25px 10%;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .vert-align-middle > * {
    padding: 25px 5%;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .vert-align-middle > * {
    padding: 25px;
  }
}
.content-callouts .callout-columns .content-columns .content-largecontent .content-maincontent {
  padding: 25px;
  text-align: left;
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 36px;
  line-height: 1.6;
  font-weight: 300;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .content-maincontent {
    font-size: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .content-maincontent {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .content-maincontent {
    font-size: 28px;
  }
}
.content-callouts .callout-columns .content-columns .content-largecontent .content-subcontent {
  padding: 15px 25px;
  text-align: left;
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .content-subcontent {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-columns .content-columns .content-largecontent .content-subcontent {
    font-size: 16px;
  }
}
.content-callouts .callout-columns .content-columns .content-button {
  text-align: left;
  padding: 25px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-button {
    text-align: center;
  }
}
.content-callouts .callout-columns .content-columns .content-button a {
  display: inline-block;
  padding: 0.8em 1.5em 0.65em;
  border-radius: 26px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-columns .content-columns .content-button a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-columns .content-columns .content-circle {
  width: 320px;
  max-width: 100%;
  float: left;
  margin-left: 5%;
  border-radius: 50%;
  background-color: #98d1dd;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns .content-circle {
    width: 280px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-circle {
    width: 270px;
    float: none;
    margin: 25px auto;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-columns .content-columns .content-circle {
    width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-columns .content-columns .content-circle {
    width: 200px;
  }
}
.content-callouts .callout-columns .content-columns .content-circle .text-upper {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-upper {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-upper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-upper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-upper {
    font-size: 14px;
  }
}
.content-callouts .callout-columns .content-columns .content-circle .wavy img {
  width: 312px;
  max-width: 60%;
  margin: 25px auto;
}
.content-callouts .callout-columns .content-columns .content-circle .text-lower {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-lower {
    font-size: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-lower {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-lower {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-columns .content-columns .content-circle .text-lower {
    font-size: 18px;
  }
}
.content-callouts .callout-threecolumns {
  padding: 25px 0 0;
}
.content-callouts .callout-threecolumns .content-columns {
  max-width: 1200px;
  margin: 0 auto;
}
.content-callouts .callout-threecolumns .content-columns .content-column {
  width: 33.333%;
  float: left;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-threecolumns .content-columns .content-column {
    width: 100%;
    max-width: 400px;
    margin: 25px auto 0;
    float: none;
    height: auto !important;
  }
}
.content-callouts .callout-threecolumns .content-columns .content-image {
  width: 225px;
  margin: 0 auto;
}
.content-callouts .callout-threecolumns .content-columns .content-content {
  padding: 20px 25px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}
.content-callouts .callout-threecolumns .content-columns .content-content p {
  margin: 0.333em auto;
}
.content-callouts .callout-threecolumns .content-columns .content-content strong {
  font-weight: 700;
}
.content-callouts .callout-buttonlink {
  padding: 10px 0;
  text-align: center;
}
.content-callouts .callout-buttonlink a {
  display: inline-block;
  padding: 0.8em 1.5em 0.65em;
  border-radius: 26px;
  margin: 0.5em 1em;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-buttonlink a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-lifejacketselector {
  padding: 25px 0;
  text-align: center;
}
.content-callouts .callout-lifejacketselector .content-header {
  max-width: 800px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 300;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-lifejacketselector .content-header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-lifejacketselector .content-header {
    font-size: 24px;
  }
}
.content-callouts .callout-lifejacketselector .content-subheader {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.6;
}
.content-callouts .callout-lifejacketselector .content-jackets {
  padding: 25px 0 50px;
  font-size: 0;
}
.content-callouts .callout-lifejacketselector .content-jackets a {
  display: inline-block;
  width: 18%;
  margin: 1%;
  border: 2px solid #e7e7e7;
  transition: border-color 0.15s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-lifejacketselector .content-jackets a {
    width: 31%;
  }
}
.content-callouts .callout-lifejacketselector .content-jackets a:hover {
  border-color: #ff6c2b;
}
.content-callouts .callout-lifejacketselector .content-jackets a.active {
  border-color: #ff6c2b;
  border-width: 3px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
}
.content-callouts .callout-lifejacketselector .content-jacketcontent {
  display: none;
  max-width: 600px;
  margin: 0 auto;
}
.content-callouts .callout-lifejacketselector .content-jacketcontent.active {
  display: block;
}
.content-callouts .callout-readysetwearitheader {
  position: relative;
  color: white;
}
.content-callouts .callout-readysetwearitheader .wrapper {
  height: 100%;
}
.content-callouts .callout-readysetwearitheader .wrapper > .vert-align-middle > * {
  padding: 5% 0 0;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-readysetwearitheader .wrapper > .vert-align-middle > * {
    padding: 140px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-readysetwearitheader .wrapper > .vert-align-middle > * {
    padding: 120px 0 0;
  }
}
.content-callouts .callout-readysetwearitheader .content-contentheader {
  margin-bottom: 50px;
}
.content-callouts .callout-readysetwearitheader .content-contentheader h1 {
  margin: 0;
  padding: 1em 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.content-callouts .callout-readysetwearitheader .content-contentheader .wavy img {
  width: 312px;
  max-width: 80%;
  margin: 0 auto;
}
.content-callouts .callout-readysetwearitheader .content-contentsubheader {
  width: 50%;
  float: left;
  margin: 0 10%;
  padding: 0.5em 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-readysetwearitheader .content-contentsubheader {
    width: 45%;
    margin: 0 5%;
    font-size: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-readysetwearitheader .content-contentsubheader {
    font-size: 28px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-readysetwearitheader .content-contentsubheader {
    width: 100%;
    float: none;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-readysetwearitheader .content-contentsubheader {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-readysetwearitheader .content-contentsubheader {
    font-size: 18px;
  }
}
.content-callouts .callout-readysetwearitheader .content-circle {
  width: 320px;
  float: left;
  border-radius: 50%;
  background-color: #98d1dd;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-readysetwearitheader .content-circle {
    width: 280px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-readysetwearitheader .content-circle {
    width: 270px;
    float: none;
    margin: 25px auto;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-readysetwearitheader .content-circle {
    width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-readysetwearitheader .content-circle {
    width: 200px;
  }
}
.content-callouts .callout-readysetwearitheader .content-circle .text-upper {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-readysetwearitheader .content-circle .text-upper {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-readysetwearitheader .content-circle .text-upper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-readysetwearitheader .content-circle .text-upper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-readysetwearitheader .content-circle .text-upper {
    font-size: 14px;
  }
}
.content-callouts .callout-readysetwearitheader .content-circle .wavy img {
  width: 312px;
  max-width: 60%;
  margin: 25px auto;
}
.content-callouts .callout-readysetwearitheader .content-circle .text-lower {
  padding: 0 1em;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-readysetwearitheader .content-circle .text-lower {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-readysetwearitheader .content-circle .text-lower {
    font-size: 16px;
  }
}
.content-callouts .callout-readysetwearitheader .content-scroll {
  width: 100px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -50px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-readysetwearitheader .content-scroll {
    display: none;
  }
}
.content-callouts .callout-readysetwearitheader .content-scroll span {
  display: block;
  padding-bottom: 0.25em;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: white;
}
.content-callouts .callout-readysetwearitheader .content-scroll img {
  width: 32px;
  margin: 0 auto;
}
.content-callouts .callout-waterscreen {
  position: relative;
  color: white;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-waterscreen {
    height: auto !important;
    padding-top: 125px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
.content-callouts .callout-waterscreen .wrapper {
  height: 100%;
}
.content-callouts .callout-waterscreen .wrapper > .vert-align-middle > * {
  padding: 5% 0 0;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-waterscreen .wrapper > .vert-align-middle > * {
    padding: 10% 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .wrapper > .vert-align-middle > * {
    padding: 15% 0 0;
  }
}
.content-callouts .callout-waterscreen .content-contentheader {
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-contentheader {
    margin-bottom: 25px;
  }
}
.content-callouts .callout-waterscreen .content-contentheader h1 {
  margin: 0;
  padding: 1em 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #104a70;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.content-callouts .callout-waterscreen .content-contentheader .wavy img {
  width: 312px;
  max-width: 80%;
  margin: 0 auto;
}
.content-callouts .callout-waterscreen .content-contentsubheader {
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-waterscreen .content-contentsubheader {
    font-size: 27px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-waterscreen .content-contentsubheader {
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-waterscreen .content-contentsubheader {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-contentsubheader {
    font-size: 18px;
  }
}
.content-callouts .callout-waterscreen .content-boxes {
  text-align: center;
  padding: 25px 0;
}
.content-callouts .callout-waterscreen .content-boxes .content-box {
  display: inline-block;
  width: 300px;
  margin: 1%;
  height: 250px;
  text-align: center;
  color: #104a70;
  background-color: white;
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-boxes .content-box {
    width: 250px;
    height: 225px;
  }
}
.content-callouts .callout-waterscreen .content-boxes .content-box .vert-align-middle > * {
  padding: 0 5%;
}
.content-callouts .callout-waterscreen .content-largebox {
  display: block;
  max-width: 800px;
  padding: 50px;
  margin: 25px auto;
  color: #104a70;
  text-align: left;
  background-color: white;
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-largebox {
    padding: 40px;
  }
}
.content-callouts .callout-waterscreen .content-largebox.columns2 .content-wysiwyg {
  columns: 2;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-waterscreen .content-largebox.columns2 .content-wysiwyg {
    columns: 1;
  }
}
.content-callouts .callout-waterscreen .content-largebox .content-info {
  margin-top: 1em;
}
.content-callouts .callout-waterscreen .content-share {
  text-align: left;
  margin-top: 50px;
  margin-bottom: -25px;
}
.content-callouts .callout-waterscreen .content-share .article-share {
  font-weight: 700;
  text-transform: uppercase;
  color: #575757;
}
.content-callouts .callout-waterscreen .content-share .article-share-links {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.content-callouts .callout-waterscreen .content-share .article-share-links a {
  float: left;
  margin: 0 2px;
}
.content-callouts .callout-waterscreen .content-share .article-share-links a:last-child {
  margin-left: 6px;
}
.content-callouts .callout-waterscreen .content-share .article-share-links img {
  width: 25px;
}
.content-callouts .callout-waterscreen .content-circles {
  text-align: center;
  padding: 25px 0;
}
.content-callouts .callout-waterscreen .content-circles .content-circle-container {
  display: inline-block;
  margin-right: 150px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle-container {
    margin-right: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle-container {
    display: block;
    margin-right: 0;
  }
}
.content-callouts .callout-waterscreen .content-circles .content-circle-container:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle-container:last-child {
    margin-top: 50px;
  }
}
.content-callouts .callout-waterscreen .content-circles .content-circle {
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid white;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    width: 180px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    width: 170px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    width: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    border: 2px solid white;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    font-size: 52px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    font-size: 44px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-circles .content-circle {
    font-size: 28px;
  }
}
.content-callouts .callout-waterscreen .content-circles .content-lower {
  padding-top: 1em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-waterscreen .content-circles .content-lower {
    font-size: 16px;
  }
}
.content-callouts .callout-findanevent {
  padding: 50px 0;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-findanevent {
    padding: 25px 0;
  }
}
.content-callouts .callout-findanevent .events-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.content-callouts .callout-findanevent .events-select {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.content-callouts .callout-findanevent .events-select .select-container {
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  background-color: white;
}
.content-callouts .callout-findanevent .events-select select {
  display: block;
  width: 100%;
  padding: 0.75em 75px 0.75em 1em;
  border-radius: 0;
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.1;
  color: #104a70;
  font-weight: 300;
  text-align: left;
  background-color: transparent;
  border: 1px solid #d5d5d5;
  border-top: 6px solid #ff6c2b;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
                &::-webkit-input-placeholder {
                  opacity: 0.5;
                }
                &::-moz-placeholder {
                  opacity: 0.5;
                }
                &:-ms-input-placeholder {
                  opacity: 0.5;
                }
                &:-moz-placeholder {
                  opacity: 0.5;
                }
                */
}
.content-callouts .callout-findanevent .events-select select::-ms-expand {
  display: none;
}
.content-callouts .callout-findanevent .events-select select option {
  font-size: 50%;
}
.content-callouts .callout-findanevent .events-select .select-arrow {
  display: block;
  width: 75px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(images/icon-arrow-down-blue.png);
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-callouts .callout-findanevent .events-columns .events-left {
  width: 50%;
  margin-left: 25%;
  float: left;
  padding: 0 25px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-findanevent .events-columns .events-left {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-findanevent .events-columns .events-left {
    padding: 0;
  }
}
.content-callouts .callout-findanevent .events-columns .events-right {
  width: 25%;
  float: left;
  padding-left: 25px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-findanevent .events-columns .events-right {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 50px auto 0;
  }
}
.content-callouts .callout-findanevent .events-columns .events-right .sidebar-block {
  position: relative;
  margin-bottom: 20px;
}
.content-callouts .callout-findanevent .events-columns .events-right .sidebar-block::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-callouts .callout-findanevent .events-columns .events-right .sidebar-block .vert-align-middle > * {
  padding: 25px 10%;
  position: relative;
  z-index: 3;
}
.content-callouts .callout-findanevent .events-columns .events-right .sidebar-block .content-text {
  padding: 0.5em 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-findanevent .events-columns .events-right .sidebar-block .content-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-findanevent .events-columns .events-right .sidebar-block .content-text {
    font-size: 14px;
  }
}
.content-callouts .callout-findanevent .events-columns .events-right .sidebar-block .content-buttonlink a {
  display: inline-block;
  padding: 0.8em 2em 0.65em;
  border-radius: 26px;
  margin: 25px auto 15px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-findanevent .events-columns .events-right .sidebar-block .content-buttonlink a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-findanevent .events-columns .events-container .events-entry {
  margin-bottom: 15px;
  padding: 0;
  background-color: #ECECEC;
}
.content-callouts .callout-findanevent .events-columns .events-container .events-entry a {
  display: block;
  padding: 30px 25px 30px 100px;
  position: relative;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-findanevent .events-columns .events-container .events-entry a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-findanevent .events-columns .events-container .events-entry a {
    font-size: 20px;
    padding: 20px 15px 20px 80px;
  }
}
.content-callouts .callout-findanevent .events-columns .events-container .events-entry a::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -25px;
  background-image: url(images/menu-icon2-hover.png);
  background-size: 50px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-findanevent .events-columns .events-container .events-entry a::before {
    width: 40px;
    height: 40px;
    left: 20px;
    margin-top: -20px;
    background-size: 40px auto;
  }
}
.content-callouts .callout-newsletter {
  background-color: #98D0DD;
  padding: 25px;
}
.content-callouts .callout-newsletter .content-header {
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-newsletter .content-header {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-newsletter .content-header {
    font-size: 22px;
  }
}
.content-callouts .callout-newsletter .content-subheader {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0.5em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #575757;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-newsletter .content-subheader {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-newsletter .content-subheader {
    font-size: 14px;
  }
}
.content-callouts .callout-newsletter .content-form {
  padding: 25px 0 0;
  text-align: center;
}
.content-callouts .callout-newsletter .content-form input[type="email"] {
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 1em;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.1;
  color: black;
  font-weight: 500;
  border: 1px solid #e7e7e7;
}
.content-callouts .callout-newsletter .content-form input[type="submit"] {
  display: none;
}
.content-callouts .callout-newsletter .content-form .content-buttonlink {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.content-callouts .callout-newsletter .content-form .content-buttonlink a {
  display: inline-block;
  padding: 0.8em 1.5em 0.65em;
  border-radius: 26px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-newsletter .content-form .content-buttonlink a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-newsletter .content-form .content-checkbox {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 0.5em;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #575757;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-newsletter .content-form .content-checkbox {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-newsletter .content-form .content-checkbox {
    font-size: 13px;
  }
}
.content-callouts .callout-newsletter .content-success {
  display: none;
  padding: 0.5em 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-newsletter .content-success {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-newsletter .content-success {
    font-size: 18px;
  }
}
.content-callouts .callout-bannerimage + .callout-newsletter {
  margin-top: -25px;
}
.content-callouts .callout-newsletter + .callout-bannerimage {
  margin-top: -25px;
}
.content-callouts .callout-sbtj {
  margin-top: 0;
  position: relative;
}
.content-callouts .callout-sbtj .back-to-top {
  display: none;
  position: fixed;
  right: 2.5%;
  bottom: 50px;
  z-index: 2;
  width: 60px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-sbtj .back-to-top {
    display: none !important;
  }
}
.content-callouts .callout-sbtj .back-to-top.bottom {
  position: absolute;
}
.content-callouts .callout-sbtj .sbtj-jumplinks h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.4;
  color: #104a70;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-sbtj .sbtj-jumplinks h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-jumplinks h2 {
    font-size: 28px;
  }
}
.content-callouts .callout-sbtj .sbtj-jumplinks ul {
  display: block;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-jumplinks ul {
    padding: 25px 0;
  }
}
.content-callouts .callout-sbtj .sbtj-jumplinks ul li {
  display: inline-block;
}
.content-callouts .callout-sbtj .sbtj-jumplinks ul li a {
  display: inline-block;
  padding: 0.125em;
  margin: 0.25em 0.125em;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #7ED2F1;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-sbtj .sbtj-jumplinks ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-jumplinks ul li a {
    font-size: 16px;
  }
}
.content-callouts .callout-sbtj .sbtj-jumplinks ul li a:hover,
.content-callouts .callout-sbtj .sbtj-jumplinks ul li a.active {
  text-decoration: underline;
}
.content-callouts .callout-sbtj .sbtj-jumplinks ul li a.disabled {
  text-decoration: none;
  opacity: 0.6;
  cursor: default;
}
.content-callouts .callout-sbtj .sbtj-blocks {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-blocks {
    padding: 25px 0;
  }
}
.content-callouts .callout-sbtj .sbtj-blocks .block-link {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  margin: 20px;
  position: relative;
  vertical-align: middle;
}
.content-callouts .callout-sbtj .sbtj-blocks .block-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-callouts .callout-sbtj .sbtj-blocks .block-link .vert-align-middle > * {
  padding: 25px 10%;
  position: relative;
  z-index: 3;
}
.content-callouts .callout-sbtj .sbtj-blocks .block-link .content-text {
  padding: 0.5em 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-sbtj .sbtj-blocks .block-link .content-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-blocks .block-link .content-text {
    font-size: 14px;
  }
}
.content-callouts .callout-sbtj .sbtj-blocks .block-link .content-buttonlink a {
  display: inline-block;
  padding: 0.8em 2em 0.65em;
  border-radius: 26px;
  margin: 25px auto 15px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-sbtj .sbtj-blocks .block-link .content-buttonlink a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-sbtj .sbtj-stories {
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px 0 50px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-sbtj .sbtj-stories {
    padding: 25px 0 25px;
  }
}
.content-callouts .callout-sbtj .sbtj-stories .content-contentsubheader {
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: #454545;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-contentsubheader {
    font-size: 27px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-contentsubheader {
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-contentsubheader {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-contentsubheader {
    font-size: 18px;
  }
}
.content-callouts .callout-sbtj .sbtj-stories .content-morestories {
  padding: 25px 0 0;
}
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry {
  float: left;
  width: 25%;
  padding-right: 2.5%;
  padding-bottom: 20px;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry {
    width: 100%;
  }
}
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry a {
  display: block;
  font-size: 21px;
  color: #ff6c2b;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry a {
    font-size: 16px;
  }
}
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry a span {
  display: block;
  height: 225px;
  margin-bottom: 0.75em;
}
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry:nth-child(1),
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry:nth-child(2),
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry:nth-child(3),
.content-callouts .callout-sbtj .sbtj-stories .content-morestories .stories-entry:nth-child(4) {
  display: block;
}
.content-callouts .callout-sbtj .sbtj-stories p.show-more {
  display: block;
  padding: 25px 0;
  color: #98d0dd;
  font-weight: 700;
  clear: both;
  text-align: center;
}
.content-callouts .callout-sbtj .sbtj-stories p.show-more.hidden {
  display: none;
}
.content-callouts .callout-sbtj .sbtj-stories .stories-container.show .stories-entry {
  display: block;
}
.content-callouts .callout-sbtj .sbtj-stories .stories-container.show p.show-more {
  display: none;
}
.content-callouts .callout-resources {
  margin-top: 0;
  position: relative;
}
.content-callouts .callout-resources .resources-header {
  margin-bottom: 50px;
  background-color: rgba(152, 209, 221, 0.6);
}
.content-callouts .callout-resources .resources-header ul {
  display: block;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.content-callouts .callout-resources .resources-header ul li {
  width: 25%;
  float: left;
}
.content-callouts .callout-resources .resources-header ul li a {
  display: block;
  height: 80px;
  padding: 0 2.5%;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #104a70;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .resources-header ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .resources-header ul li a {
    font-size: 12px;
  }
}
.content-callouts .callout-resources .resources-header ul li a:hover,
.content-callouts .callout-resources .resources-header ul li a.active {
  background-color: rgba(255, 255, 255, 0.5);
}
.content-callouts .callout-resources .back-to-top {
  display: none;
  position: fixed;
  right: 2.5%;
  bottom: 50px;
  z-index: 2;
  width: 60px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .back-to-top {
    display: none !important;
  }
}
.content-callouts .callout-resources .back-to-top.bottom {
  position: absolute;
}
.content-callouts .callout-resources .resources-jumplinks {
  background-color: rgba(152, 209, 221, 0.6);
}
.content-callouts .callout-resources .resources-jumplinks ul {
  display: flex;
  list-style: none;
  max-width: 1200px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 50px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .resources-jumplinks ul {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .resources-jumplinks ul {
    padding: 10px;
  }
}
.content-callouts .callout-resources .resources-jumplinks ul li a {
  display: block;
  padding: 0.667em 1em;
  margin: 0.125em;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #104a70;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .resources-jumplinks ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .resources-jumplinks ul li a {
    font-size: 14px;
  }
}
.content-callouts .callout-resources .resources-jumplinks ul li a:hover,
.content-callouts .callout-resources .resources-jumplinks ul li a.active {
  background-color: rgba(255, 255, 255, 0.5);
}
.content-callouts .callout-resources .content-contentheader h2 {
  width: 80%;
  margin: 0;
  padding: 0.5em 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  text-align: left;
  color: black;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-contentheader h2 {
    width: 100%;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-contentheader h2 {
    font-size: 24px;
  }
}
.content-callouts .callout-resources .content-contentsubheader .content-wysiwyg {
  width: 80%;
  color: black;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-contentsubheader .content-wysiwyg {
    width: 100%;
  }
}
.content-callouts .callout-resources .content-contentsubheader:last-child {
  padding-bottom: 25px;
}
.content-callouts .callout-resources .content-sections {
  padding: 0 50px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-sections {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-sections {
    padding: 0 0;
  }
}
.content-callouts .callout-resources .content-sections .content-section {
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-sections .content-section {
    padding: 25px 0;
  }
}
.content-callouts .callout-resources .content-content {
  padding: 25px 0;
}
.content-callouts .callout-resources .content-content .content-wysiwyg {
  width: 80%;
  color: black;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-content .content-wysiwyg {
    width: 100%;
  }
}
.content-callouts .callout-resources .content-content .content-wysiwyg > * {
  display: none;
}
.content-callouts .callout-resources .content-content .content-wysiwyg > *:first-child {
  display: block;
}
.content-callouts .callout-resources .content-content p.show-more {
  display: block;
  color: #98d0dd;
  font-weight: 700;
}
.content-callouts .callout-resources .content-content.show .content-wysiwyg > * {
  display: block;
}
.content-callouts .callout-resources .content-links {
  padding: 50px 0 25px;
}
.content-callouts .callout-resources .content-links .content-link {
  float: left;
  width: 25%;
  padding-right: 2.5%;
  padding-bottom: 25px;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-resources .content-links .content-link {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-links .content-link {
    width: 100%;
  }
}
.content-callouts .callout-resources .content-links .content-link a {
  display: inline-block;
  font-size: 21px;
  color: #ff6c2b;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-links .content-link a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-links .content-link a {
    font-size: 16px;
  }
}
.content-callouts .callout-resources .content-links .content-link:nth-child(1),
.content-callouts .callout-resources .content-links .content-link:nth-child(2),
.content-callouts .callout-resources .content-links .content-link:nth-child(3),
.content-callouts .callout-resources .content-links .content-link:nth-child(4) {
  display: block;
}
.content-callouts .callout-resources .content-links > .content-wysiwyg {
  clear: both;
}
.content-callouts .callout-resources .content-links p.show-more {
  display: block;
  color: #98d0dd;
  font-weight: 700;
}
.content-callouts .callout-resources .content-links.show .content-link {
  display: block;
}
.content-callouts .callout-resources .content-infographics {
  padding: 25px 0 0;
}
.content-callouts .callout-resources .content-infographics .content-infographic {
  float: left;
  width: 25%;
  padding-right: 2.5%;
  padding-bottom: 25px;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-resources .content-infographics .content-infographic {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-infographics .content-infographic {
    width: 100%;
  }
}
.content-callouts .callout-resources .content-infographics .content-infographic a {
  display: block;
  font-size: 21px;
  color: #ff6c2b;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-infographics .content-infographic a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-infographics .content-infographic a {
    font-size: 16px;
  }
}
.content-callouts .callout-resources .content-infographics .content-infographic a span {
  display: block;
  height: 225px;
  margin-bottom: 0.75em;
  background-size: contain;
}
.content-callouts .callout-resources .content-infographics .content-infographic:nth-child(1),
.content-callouts .callout-resources .content-infographics .content-infographic:nth-child(2),
.content-callouts .callout-resources .content-infographics .content-infographic:nth-child(3),
.content-callouts .callout-resources .content-infographics .content-infographic:nth-child(4) {
  display: block;
}
.content-callouts .callout-resources .content-infographics > .content-wysiwyg {
  clear: both;
}
.content-callouts .callout-resources .content-infographics p.show-more {
  display: block;
  color: #98d0dd;
  font-weight: 700;
}
.content-callouts .callout-resources .content-infographics.show .content-infographic {
  display: block;
}
.content-callouts .callout-resources .content-videos {
  padding: 25px 0 0;
}
.content-callouts .callout-resources .content-videos .content-video {
  float: left;
  width: 50%;
  padding-right: 2.5%;
  padding-bottom: 25px;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-videos .content-video {
    width: 100%;
  }
}
.content-callouts .callout-resources .content-videos .content-video a {
  display: block;
  font-size: 21px;
  color: #ff6c2b;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-resources .content-videos .content-video a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-resources .content-videos .content-video a {
    font-size: 16px;
  }
}
.content-callouts .callout-resources .content-videos .content-video a span {
  display: block;
  height: 225px;
  margin-bottom: 0.75em;
  position: relative;
}
.content-callouts .callout-resources .content-videos .content-video a span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-resources .content-videos .content-video a span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(images/video-play.png);
  background-size: 25% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-callouts .callout-resources .content-videos .content-video a:hover span::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.content-callouts .callout-resources .content-videos .content-video:nth-child(1),
.content-callouts .callout-resources .content-videos .content-video:nth-child(2) {
  display: block;
}
.content-callouts .callout-resources .content-videos > .content-wysiwyg {
  clear: both;
}
.content-callouts .callout-resources .content-videos p.show-more {
  display: block;
  color: #98d0dd;
  font-weight: 700;
}
.content-callouts .callout-resources .content-videos.show .content-video {
  display: block;
}
.content-callouts .callout-fixedbackgroundscreens .content-screens {
  background-attachment: fixed;
  overflow: hidden;
}
.content-callouts .callout-fixedbackgroundscreens .content-screens.hide-buttons {
  padding: 25px 0;
}
.content-callouts .callout-fixedbackgroundscreens .content-screens.hide-buttons .content-screens-buttons {
  display: none !important;
}
.content-callouts .callout-fixedbackgroundscreens .content-screens.hide-buttons .content-screen {
  height: auto !important;
}
.content-callouts .callout-fixedbackgroundscreens .content-screens.hide-buttons .content-screen > * {
  height: auto;
  padding: 75px 0 50px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundscreens .content-screens.hide-buttons .content-screen > * {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-screens.hide-buttons .content-screen > * {
    padding: 25px 0;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-screen {
  color: white;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-screen {
    height: auto !important;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-screen > * {
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-screen > * {
    height: auto;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundscreens .content-screen > * {
    height: auto;
    padding: 25px 0;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-screen .content-screens-buttons {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-align: left;
  position: absolute;
  right: 25px;
  top: 45%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-screen .content-screens-buttons {
    display: none;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-screen .content-screens-buttons li {
  float: right;
  clear: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px 0;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-fixedbackgroundscreens .content-screen .content-screens-buttons li:hover,
.content-callouts .callout-fixedbackgroundscreens .content-screen .content-screens-buttons li.active {
  background-color: #ffffff;
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-header {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-header {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-header {
    position: static;
    padding: 25px 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-header {
    font-size: 28px;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-columns {
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-columns {
    height: auto;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column {
  width: 50%;
  float: left;
  height: 100%;
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column.float-right {
  float: right;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column {
    width: 100%;
    float: none;
    height: auto !important;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content {
  height: 100%;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content {
    height: auto;
    padding: 25px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content {
    font-size: 16px;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .vert-align-middle > * {
  text-align: left;
  padding: 0 10% 0;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .vert-align-middle > * {
    padding: 0;
    text-align: center;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .vert-align-middle > * ul,
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .vert-align-middle > * ol {
  text-align: left;
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-list {
  padding: 25px 0;
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-listentry {
  height: 90px;
  position: relative;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-listentry {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-listentry {
    font-size: 16px;
    padding-left: 75px;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-listentry .vert-align-middle > * {
  text-align: left;
  padding: 0;
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-listentry span {
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 9px;
  border: 2px solid #98d1dd;
  border-radius: 50%;
  font-size: 32px;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-content .content-listentry span {
    width: 60px;
    height: 60px;
    top: 15px;
    font-size: 30px;
    line-height: 60px;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-image {
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-image {
    height: auto;
    padding: 25px 0;
  }
}
.content-callouts .callout-fixedbackgroundscreens .content-lifejackets .content-column .content-image img {
  max-width: 50%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundscreens:first-child .content-screen:first-child {
    padding-top: 150px;
  }
}
.content-callouts .callout-fixedbackgroundslider .background-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.content-callouts .callout-fixedbackgroundslider .background-container .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.content-callouts .callout-fixedbackgroundslider .background-container .background-image.animating {
  z-index: 2;
  opacity: 1;
}
.content-callouts .callout-fixedbackgroundslider .background-container .background-image.active {
  z-index: 1;
  opacity: 1;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slide {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 3.75%;
  top: 42.5%;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons {
    top: 38%;
    right: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons {
    top: 33.33%;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons li {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons li:last-child {
  margin-right: 0;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons li:hover {
  opacity: 0.8;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slider .fixed-slides-buttons li.active {
  opacity: 1;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts {
  height: 100%;
  color: white;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts {
    padding: 25px 0;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain {
  height: 100%;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain .content-contentheader h1 {
  margin: 0;
  padding: 1em 25px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain .content-contentheader .wavy img {
  width: 312px;
  max-width: 80%;
  margin: 0 auto;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain .content-contentsubheader {
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5em 25px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain .content-contentsubheader {
    font-size: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain .content-contentsubheader {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-contentmain .content-contentsubheader {
    font-size: 20px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-threestatblocks {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-threestatblocks {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-threestatblocks {
    padding-top: 60px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-threestatblocks .content-statblock {
  width: 25%;
  display: inline-block;
  margin: 0 3%;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-threestatblocks .content-statblock {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-fourstatblocks {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-fourstatblocks {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-fourstatblocks {
    padding-top: 60px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-fourstatblocks .content-statblock {
  width: 35%;
  display: inline-block;
  margin: 0 3%;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-fourstatblocks .content-statblock {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock {
  padding: 50px 0;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock {
    padding: 15px 25px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-upper {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-upper {
    font-size: 63px;
  }
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-upper {
    font-size: 56px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-upper {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-upper {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-upper {
    font-size: 24px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-lower {
  padding-top: 1em;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-lower {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-lower {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-statblock .stat-lower {
    font-size: 14px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists {
  height: 100%;
  padding-top: 80px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists {
    padding-top: 120px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-left {
  width: 45%;
  display: inline-block;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-right {
  width: 45%;
  display: inline-block;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-upper {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1400px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-upper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-upper {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-upper {
    font-size: 14px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-list {
  padding: 25px 0 0;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-list {
    padding-left: 25px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry {
  height: 100px;
  position: relative;
  padding-left: 100px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 1400px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry {
    height: 80px;
    font-size: 26px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry {
    height: 60px;
    font-size: 22px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry {
    height: 40px;
    font-size: 18px;
    padding-left: 40px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry .vert-align-middle > * {
  text-align: left;
  padding: 0;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry span {
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 14px;
  border: 2px solid #98d1dd;
  border-radius: 50%;
  font-size: 34px;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry span {
    width: 60px;
    height: 60px;
    top: 10px;
    font-size: 30px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry span {
    width: 45px;
    height: 45px;
    top: 7px;
    font-size: 24px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-numberedlists .content-listentry span {
    width: 30px;
    height: 30px;
    top: 5px;
    font-size: 20px;
    line-height: 30px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-buttonlink {
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-buttonlink {
    text-align: center;
    padding-top: 25px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-buttonlink a {
  display: inline-block;
  padding: 0.8em 1.5em 0.65em;
  border-radius: 26px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-buttonlink a {
    font-size: 14px;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-buttonlink a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-scroll {
  width: 100px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -50px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-scroll {
    display: none;
  }
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-scroll span {
  display: block;
  padding-bottom: 0.25em;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: white;
}
.content-callouts .callout-fixedbackgroundslider .content-container .content-getthefacts .content-scroll img {
  width: 32px;
  margin: 0 auto;
}
.content-callouts .callout-fixedbackgroundslider .content-container .fixed-slide:last-child .content-getthefacts .content-scroll {
  display: none;
}
.content-callouts .callout-news .content-news {
  padding: 25px 50px 0;
}
@media only screen and (max-width: 1200px) {
  .content-callouts .callout-news .content-news {
    padding: 25px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news {
    padding: 0 0;
  }
}
.content-callouts .callout-news .content-news .news-entry {
  float: left;
  width: 33.333%;
  height: 400px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-entry {
    width: 100%;
    height: auto;
  }
}
.content-callouts .callout-news .content-news .news-entry.news-spotlight {
  width: 66.667%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-entry.news-spotlight {
    width: 100%;
    height: 400px;
  }
}
.content-callouts .callout-news .content-news .news-circle {
  padding-right: 25px;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-circle {
    padding-right: 0;
  }
}
.content-callouts .callout-news .content-news .news-circle .content-circle,
.content-callouts .callout-news .content-news .news-circle .content-circle2 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #98d1dd;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 {
    max-width: 280px;
  }
}
.content-callouts .callout-news .content-news .news-circle .content-circle .text-upper,
.content-callouts .callout-news .content-news .news-circle .content-circle2 .text-upper {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle .text-upper,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 .text-upper {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle .text-upper,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 .text-upper {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle .text-upper,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 .text-upper {
    font-size: 20px;
  }
}
.content-callouts .callout-news .content-news .news-circle .content-circle .wavy img,
.content-callouts .callout-news .content-news .news-circle .content-circle2 .wavy img {
  width: 312px;
  max-width: 60%;
  margin: 25px auto;
}
.content-callouts .callout-news .content-news .news-circle .content-circle .text-lower,
.content-callouts .callout-news .content-news .news-circle .content-circle2 .text-lower {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle .text-lower,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 .text-lower {
    font-size: 28px;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle .text-lower,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 .text-lower {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-circle .content-circle .text-lower,
  .content-callouts .callout-news .content-news .news-circle .content-circle2 .text-lower {
    font-size: 28px;
  }
}
.content-callouts .callout-news .content-news .news-circle .content-circle .vert-align-middle > *,
.content-callouts .callout-news .content-news .news-circle .content-circle2 .vert-align-middle > * {
  padding: 5% 5% 0;
}
.content-callouts .callout-news .content-news .news-circle .content-circle2 {
  background-color: #ff6c2b;
  padding-right: 0;
}
.content-callouts .callout-news .content-news .news-circle .content-circle2 .content-wysiwyg {
  color: white;
  line-height: 1.2;
}
.content-callouts .callout-news .content-news .news-circle .content-circle2 .content-wysiwyg h2 {
  line-height: 1.2;
}
.content-callouts .callout-news .content-news .news-circle .content-circle2 .content-wysiwyg a {
  text-decoration: none;
}
.content-callouts .callout-news .content-news .news-circle .content-circle2 .content-wysiwyg a:hover {
  text-decoration: underline;
}
.content-callouts .callout-news .content-news .news-circle.news-circle2 {
  padding-right: 0;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-news .content-news .news-circle.news-circle2 {
    margin-top: 0 !important;
  }
}
.content-callouts .callout-news .content-news .news-spotlight {
  border-top: 4px solid #98d1dd;
}
.content-callouts .callout-news .content-news .news-spotlight::before {
  content: 'Spotlight';
  display: block;
  padding: 0.5em 1em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  background-color: #98d1dd;
}
.content-callouts .callout-news .content-news .news-spotlight::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-callouts .callout-news .content-news .news-spotlight .vert-align-middle > * {
  padding: 0 5%;
  position: relative;
  z-index: 3;
}
.content-callouts .callout-news .content-news .news-spotlight .text-upper {
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-spotlight .text-upper {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-spotlight .text-upper {
    font-size: 24px;
  }
}
.content-callouts .callout-news .content-news .news-spotlight .text-lower {
  padding: 0.5em 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-spotlight .text-lower {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-spotlight .text-lower {
    font-size: 14px;
  }
}
.content-callouts .callout-news .content-news .news-spotlight a {
  display: inline-block;
  padding: 0.8em 2em 0.65em;
  border-radius: 26px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-news .content-news .news-spotlight a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-news .content-news .news-entry-cols {
  float: left;
  width: 100%;
}
.content-callouts .callout-news .content-news .news-entry-cols .news-left {
  width: 33.333%;
  float: left;
  padding-right: 25px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-entry-cols .news-left {
    width: 100%;
    padding-right: 0;
  }
}
.content-callouts .callout-news .content-news .news-entry-cols .news-right {
  width: 66.667%;
  float: right;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-entry-cols .news-right {
    float: left;
    width: 100%;
  }
}
.content-callouts .callout-news .content-news .news-entry-cols .news-entry {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-news .content-news .news-entry-cols .news-entry {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-news .content-news .news-entry-cols .news-entry {
    width: 100%;
    height: auto;
    margin: 25px auto;
  }
}
.content-callouts .callout-news .content-news .news-entry-cols .news-events,
.content-callouts .callout-news .content-news .news-entry-cols .news-circle {
  margin-bottom: 0;
}
.content-callouts .callout-news .content-news .news-header {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c5c5c5;
}
.content-callouts .callout-news .content-news .news-header h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #104a70;
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-header h2 {
    font-size: 20px;
  }
}
.content-callouts .callout-news .content-news .news-container .news-more-entry {
  padding-bottom: 20px;
}
.content-callouts .callout-news .content-news .news-container .news-more-entry a {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  color: #575757;
}
.content-callouts .callout-news .content-news .news-all a {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  color: #ff6c2b;
  text-transform: uppercase;
}
.content-callouts .callout-news .content-news .news-more {
  padding: 25px;
  overflow-y: auto;
  background-color: #ececec;
}
.content-callouts .callout-news .content-news .news-twitter {
  padding: 25px;
  max-height: 850px;
  overflow-y: auto;
  position: relative;
  top: -40px;
  background-color: #ececec;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-twitter {
    position: static;
    max-height: none;
    max-width: 600px;
    margin: 25px auto 0;
  }
}
.content-callouts .callout-news .content-news .news-twitter a.twitter-timeline {
  color: transparent;
}
.content-callouts .callout-news .content-news .news-twitter .news-header h2 {
  float: left;
}
.content-callouts .callout-news .content-news .news-twitter .news-header-social {
  text-align: left;
  float: right;
}
.content-callouts .callout-news .content-news .news-twitter .news-header-social a {
  display: inline-block;
  margin: 0 4px;
  text-decoration: none;
}
.content-callouts .callout-news .content-news .news-twitter .news-header-social a img {
  width: 24px;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-twitter .news-header-social a img {
    width: 24px;
    margin: 0 4px;
  }
}
.content-callouts .callout-news .content-news .news-article {
  border-top: 4px solid #104a70;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-news .content-news .news-article {
    height: 320px !important;
    margin: 0 auto !important;
  }
}
.content-callouts .callout-news .content-news .news-article::before {
  content: 'News';
  display: block;
  padding: 0.5em 1em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  background-color: #104a70;
}
.content-callouts .callout-news .content-news .news-article::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-callouts .callout-news .content-news .news-article .vert-align-middle > * {
  padding: 0 5%;
  position: relative;
  z-index: 3;
}
.content-callouts .callout-news .content-news .news-article .text-upper {
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-article .text-upper {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-article .text-upper {
    font-size: 24px;
  }
}
.content-callouts .callout-news .content-news .news-article .text-lower {
  padding: 0.5em 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-article .text-lower {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-article .text-lower {
    font-size: 14px;
  }
}
.content-callouts .callout-news .content-news .news-article a {
  display: inline-block;
  padding: 0.8em 2em 0.65em;
  border-radius: 26px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-news .content-news .news-article a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-news .content-news .news-events {
  background-color: #98d1dd;
  background-size: contain;
}
.content-callouts .callout-news .content-news .news-events .vert-align-middle > * {
  padding: 40% 5% 5%;
}
.content-callouts .callout-news .content-news .news-events .text-upper {
  padding: 0.5em 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #104a70;
}
@media only screen and (max-width: 1000px) {
  .content-callouts .callout-news .content-news .news-events .text-upper {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-news .content-news .news-events .text-upper {
    font-size: 24px;
  }
}
.content-callouts .callout-news .content-news .news-events a {
  display: inline-block;
  padding: 0.8em 2em 0.65em;
  border-radius: 26px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff6c2b;
  transition: background-color 0.15s ease-in-out;
}
.content-callouts .callout-news .content-news .news-events a:hover {
  background-color: #FF8645;
}
.content-callouts .callout-newslinks {
  padding-bottom: 25px;
}
.content-callouts .callout-newslinks .wrapper {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-newslinks .wrapper {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .content-callouts .callout-newslinks .wrapper {
    padding: 0 15px;
  }
}
.content-callouts .callout-newslinks .lower-blocks {
  text-align: center;
  font-size: 0;
}
.content-callouts .callout-newslinks .lower-blocks .lower-block {
  width: 32%;
  display: inline-block;
  height: 225px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    height: auto;
  }
}
.content-callouts .callout-newslinks .lower-blocks .lower-block:nth-child(1) {
  border-top: 4px solid #104a70;
}
.content-callouts .callout-newslinks .lower-blocks .lower-block:nth-child(2) {
  border-top: 4px solid #98d1dd;
  margin: 0 2%;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block:nth-child(2) {
    margin: 10px 0 0;
  }
}
.content-callouts .callout-newslinks .lower-blocks .lower-block:nth-child(3) {
  border-top: 4px solid #ff6c2b;
}
.content-callouts .callout-newslinks .lower-blocks .lower-block a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block a {
    position: static;
  }
}
.content-callouts .callout-newslinks .lower-blocks .lower-block a .vert-align-middle > * {
  padding: 0 20%;
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block a .vert-align-middle > * {
    padding: 25px 15%;
  }
}
.content-callouts .callout-newslinks .lower-blocks .lower-block a img {
  width: 60px;
  margin: 0 auto;
}
.content-callouts .callout-newslinks .lower-blocks .lower-block a .text-upper {
  padding-top: 0.5em;
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: white;
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block a .text-upper {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block a .text-upper {
    height: auto !important;
  }
}
@media only screen and (max-width: 800px) {
  .content-callouts .callout-newslinks .lower-blocks .lower-block a .text-upper {
    font-size: 18px;
  }
}
.content-callouts .callout-newslinks .lower-blocks .lower-block a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.content-wysiwyg {
  line-height: 1.6;
}
.content-wysiwyg > *:first-child {
  margin-top: 0;
}
.content-wysiwyg > *:last-child {
  margin-bottom: 0;
}
.content-wysiwyg h1 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.25;
  margin: 1em auto;
}
.content-wysiwyg h2 {
  font-size: 170%;
  font-weight: 700;
  line-height: 1.25;
  margin: 1em auto;
}
.content-wysiwyg h3 {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
}
.content-wysiwyg h4 {
  font-size: 130%;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
}
.content-wysiwyg h5 {
  font-size: 110%;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
}
.content-wysiwyg h6 {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
}
@media only screen and (max-width: 800px) {
  .content-wysiwyg p.spacer {
    display: none;
  }
}
.content-wysiwyg p {
  margin: 1em auto;
}
.content-wysiwyg p a {
  color: inherit;
  text-decoration: underline;
}
.content-wysiwyg p a:hover {
  text-decoration: none;
}
.content-wysiwyg p a span {
  text-decoration: underline;
}
.content-wysiwyg p a:hover span {
  text-decoration: none;
}
.content-wysiwyg p img {
  margin-bottom: 1em;
}
.content-wysiwyg p img.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.content-wysiwyg p img.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.content-wysiwyg p img.block {
  margin-top: 1em;
}
.content-wysiwyg p a img {
  margin: 0 5px;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}
.content-wysiwyg p a:hover img {
  opacity: 1;
}
.content-wysiwyg ol,
.content-wysiwyg ul {
  margin: 1em auto;
  padding-left: 2.5em;
}
.content-wysiwyg ol ol,
.content-wysiwyg ul ol,
.content-wysiwyg ol ul,
.content-wysiwyg ul ul {
  margin: 0.5em auto;
}
.content-wysiwyg ol li,
.content-wysiwyg ul li {
  padding: 0.25em;
}
.content-wysiwyg ol a,
.content-wysiwyg ul a {
  color: inherit;
  text-decoration: underline;
}
.content-wysiwyg ol a:hover,
.content-wysiwyg ul a:hover {
  text-decoration: none;
}
.content-wysiwyg ol a span,
.content-wysiwyg ul a span {
  text-decoration: underline;
}
.content-wysiwyg ol a:hover span,
.content-wysiwyg ul a:hover span {
  text-decoration: none;
}
.content-wysiwyg hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 50px auto;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
@media only screen and (max-width: 480px) {
  .content-wysiwyg hr {
    margin: 25px auto;
  }
  .content-wysiwyg table tbody,
  .content-wysiwyg table thead,
  .content-wysiwyg table tr,
  .content-wysiwyg table th,
  .content-wysiwyg table td {
    display: block;
    width: 100%;
  }
  .content-wysiwyg table tr {
    padding: 10px;
  }
  .content-wysiwyg table td,
  .content-wysiwyg table th {
    text-align: left;
  }
}
.content-slider {
  position: relative;
}
.content-slider .content-slide {
  display: none;
}
.content-slider .content-slides-buttons {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-align: left;
}
.content-slider .content-slides-buttons li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out;
}
.content-slider .content-slides-buttons li:hover,
.content-slider .content-slides-buttons li.active {
  background-color: #ffffff;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
body main .wpcf7 .wpcf7-list-item {
  display: block;
}
body main .wpcf7 div.wpcf7-response-output {
  padding: 25px;
}
body main .wpcf7 div.wpcf7-response-output a {
  text-decoration: underline;
  color: #ff6c2b;
}
body main .wpcf7 div.wpcf7-response-output a:hover {
  text-decoration: none;
}
.mfp-fade.mfp-pdfs .mfp-iframe-holder .mfp-content {
  height: 100%;
}
