@charset "utf-8";
/*
Theme Name: Environmental Defence
Theme URI: http://www.in-toronto-web-design.ca/
Author: Geek Power
Author URI: http://www.in-toronto-web-design.ca/
Description: Geek Power theme by Environmental Defence
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: black;
}
.clear-float {
  clear: both;
}
/**
 *	Default Styles
 */
body {
  overflow-x: hidden;
  font-family: "Lato";
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.fixed-body {
  overflow: hidden;
  /*position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;*/
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #365361;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#overlay.active {
  visibility: visible;
  opacity: 0.81;
}
.salsa-input #salsa-submit {
  font-weight: 500;
  font-size: 20px !important;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 45px;
  text-align: center;
  color: #455a64;
  position: relative;
  font-size: 16px;
  border: 0px;
  font-family: "Lato";
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-weight: 400;
}
.salsa-input #salsa-submit:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
}
.salsa-input #salsa-submit:hover:after {
  animation: button-animation linear 1 0.6s;
}
.page-template-template-yre-student .success {
  color: #00D2AB !important;
}
.page-template-template-yre-student .error {
  color: #FF4900 !important;
}
#email-community-form-container {
  position: fixed !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 650px;
  width: 100%;
  color: #263238;
  font-family: "Lato";
  z-index: 501;
  padding: 0px 20px;
  visibility: hidden; 
  opacity: 0;
  transition: all 0.3s;
  max-height: 600px; 
}
#email-community-form-container.active {
  visibility: visible;
  opacity: 1;
}
#email-community-form-container .header {
  background-color: #f6272c;
  color: white;
  text-transform: uppercase;
  height: 60px;
  padding: 24px 25px;
  position: relative;
  margin: 0px auto;
}
#email-community-form-container .header h1 {
  font-size: 15px;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 14px;
}
#email-community-form-container .header .close-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
#email-community-form-container .header .close-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
}
#email-community-form-container .body {
  background-color: white;
  width: 100%;
  padding: 10px 30px 35px 30px;
  font-family: "Lato";
  overflow: scroll !important;
  height: 100%;
  max-height: 500px;
}
#email-community-form-container .body .fa {
  color: #22cf6a;
  padding-right: 10px;
}
#email-community-form-container .body h2 {
  color: #365361;
  font-size: 17px;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  padding-bottom: 20px;
}
#email-community-form-container .body h3 {
  color: #365361;
  font-size: 12px;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 19px;
}
#email-community-form-container .body .form-container {
  width: 100%;
  padding-top: 30px;
}
#email-community-form-container .body .form-container .field-container {
  width: 100%;
  max-width: none;
  position: relative;
  margin-bottom: 30px;
}
#email-community-form-container .body .form-container .field-container.mobile-only {
  display: none;
}
#email-community-form-container .body .form-container .field-container .field, .form .field {
  width: 100%;
  height: 50px;
  border: 2px solid #d5dbdf;
  outline: none;
  transition: all 0.3s;
  padding: 0px 15px;
  background-color: #f5f5f5;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: normal;
  font-size: 20px;
}
/* jolmes - dup to modify form layout */
#email-community-form-container .body .form-container .field {
   
  height: 50px;
  border: 2px solid #d5dbdf;
  outline: none;
  transition: all 0.3s;
  padding: 0px 15px;
  background-color: #f5f5f5;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: normal;
  font-size: 20px;
  margin:3px 0 3px 7px;
}

#email-community-form-container .body .form-container select{
	width:247px;		
}

#email-community-form-container .body .form-container{
	text-align:left;
	margin-left:5px;
}

 

#email-community-form-container .body .form-container legend {
		color:rgba(185,185,185,1.00);
		margin-left:25px;
		margin-bottom:10px;		
}
#email-community-form-container .body .form-container fieldset {
		padding:3px;
		margin-top:10px;
}
#email-community-form-container .body .form-container .field-container .field:focus {
  border-color: #f6272c;
  background-color: white;
}
#email-community-form-container .body .form-container .field-container .field:focus + label {
  top: -15px;
  color: #f6272c;
}
#email-community-form-container .body .form-container .field-container .field.fixed-label + label {
  top: -15px;
  color: #263238;
}
#email-community-form-container .body .form-container .field-container label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.3s;
  font-weight: 700;
}
#email-community-form-container .body .form-container ul {
  list-style: none;
  text-align: left;
}
#email-community-form-container .body .form-container ul li {
  position: relative;
  padding: 0px 10px 20px 10px;
}
#email-community-form-container .body .form-container ul li.check label {display:inline !important;	}
#email-community-form-container .body .form-container ul li input {
  /* jolmes April 14, 2016 - not browser compliant */
  /*visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;*/
}
#email-community-form-container .body .form-container ul li input:before {
  /* jolmes - not browser compliant -*/
  /*
  content: "";
  visibility: visible;
  position: absolute;
  left: -14px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 2px solid red;
  transition: all 0.5s; */
}
#email-community-form-container .body .form-container ul li input:after {
 /* jolmes- */
 /*
  content: "\f058";
  font-family: "FontAwesome";
  visibility: visible;
  position: absolute;
  left: -14px;
  top: 4px;
  color: red;
  font-size: 18px;
  opacity: 0;
  transition: all 0.5s;
  */
}
#email-community-form-container .body .form-container ul li input:checked:before {
  /* opacity: 0; */
}
#email-community-form-container .body .form-container ul li input:checked:after {
  /* opacity: 1; */
}
#email-community-form-container .body .form-container ul li label {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
}
#email-community-form-container .body button , .button-red{
  margin: 0px auto;
  display: block;
  width: 100%;
  max-width: 170px;
  text-align: center;
  padding: 13px 0px;
  background-color: #f6272c;
  color: white;
  border: 0px;
  letter-spacing: 0.025em;
  font-family: "Lato";
  font-weight: 700;
  line-height: 17px;
  font-size: 13px;
  outline: none;
}
.lightbox-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 501;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.lightbox-container.active {
  opacity: 1;
  visibility: visible;
}
/**
 *	Menu and Footer
 */
@keyframes search-icon-animation {
  1% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes button-animation {
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.4);
    -ms-transform: scale(1.2, 1.4);
    transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
#header {
  height: 80px;
}
#header .menu-container {
  width: 100%;
  margin: 0px auto;
  height: 80px;
  background-color: white;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#header .menu-container.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  box-shadow: 2px 0px 2px #000;
}
#header .menu-container.fixed .logo-container {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header .menu-container .logo-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.4s;
  min-width: 150px;
}
#header .menu-container .logo-container .logo {
  display: inline-block;
  max-width: 70px;
  width: 100%;
  height: auto;
  max-height: 70px;
  margin-bottom: 0px;
}
#header .menu-container .menu-wrapper {
  display: inline-block;
  transition: all 0.4s;
  transition-delay: 0.3s;
  height: 100%;
}
#header .menu-container .menu-wrapper .menu {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  height: 100%;
}
#header .menu-container .menu-wrapper .menu > .menu-item {
  display: inline-block;
  letter-spacing: 0.075em;
  font-family: "Lato";
  font-weight: 700;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
#header .menu-container .menu-wrapper .menu > .menu-item:hover .sub-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
#header .menu-container .menu-wrapper .menu > .menu-item:hover a {
  color: white;
  background-color: #bcc8ce;
}
#header .menu-container .menu-wrapper .menu > .menu-item a {
  text-decoration: none;
}
#header .menu-container .menu-wrapper .menu > .menu-item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition-delay: 0.31s;
  transition: all 0.2s;
  height: 80px;
  padding: 25px 30px;
  line-height: 34px;
  color: #000;
}
#header .menu-container .menu-wrapper .menu > .menu-item .sub-menu {
  background-color: #90a4ae;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 10;
  opacity: 0;
  transition: all 0s;
  min-width: 250px;
  visibility: hidden;
  list-style: none;
}
#header .menu-container .menu-wrapper .menu > .menu-item .sub-menu > .menu-item {
  padding: 0px;
  width: 100%;
  height: auto;
}
#header .menu-container .menu-wrapper .menu > .menu-item .sub-menu > .menu-item a {
  padding: 15px 20px;
  color: white;
  display: block;
  width: 100%;
  line-height: 23px;
}
#header .menu-container .menu-wrapper .menu > .menu-item .sub-menu > .menu-item a:hover {
  background-color: #738c98;
}
#header .menu-container .menu-wrapper .menu > .menu-item.current_page_item {
  background-color: #90a4ae;
}
#header .menu-container .menu-wrapper .menu > .menu-item.current_page_item a {
  color: white;
}
#header .menu-container .menu-wrapper .search-icon {
  display: inline-block;
  position: relative;
  height: 80px;
  width: 40px;
  cursor: pointer;
}
#header .menu-container .menu-wrapper .search-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #EA1D22;
  line-height: 0px;
  font-size: 17px;
}
#header .menu-container .blank-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 150px;
}
#header .menu-container .search-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #37474f;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#header .menu-container .search-container {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1300px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#header .menu-container .search-container .search-input {
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0px;
  outline: none;
  color: #fff;
  background: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 300;
}
#header .menu-container .search-container .search-input::-webkit-input-placeholder {
  color: #fff;
}
#header .menu-container .search-container .search-input:-moz-placeholder {
  color: #fff;
}
#header .menu-container .search-container .search-input::-moz-placeholder {
  color: #fff;
}
#header .menu-container .search-container .search-input:-ms-input-placeholder {
  color: #fff;
}
#header .menu-container .search-container .close-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 40px;
  cursor: pointer;
}
#header .menu-container .search-container .close-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #EA1D22;
  line-height: 0px;
  font-size: 20px;
}
#header .menu-container.active .search-background {
  visibility: visible;
  opacity: 1;
}
#header .menu-container.active .search-container {
  visibility: visible;
  opacity: 1;
}
.footer {
  background-color: #263238;
}
.footer .content {
  padding: 30px 0px;
}
.footer .content .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
.footer .content .footer-top .logo {
  padding-right: 30px;
}
.footer .content .footer-top .logo img {
  width: 200px;
  height: auto;
  margin-bottom: 0px;
}
.footer .content .footer-top .social-media-links {
  padding-left: 30px;
}
.footer .content .footer-top .social-media-links img {
  width: 45px;
  height: auto;
  padding: 0px 5px;
  border: 0px;
  margin-bottom: 0px;
}
.footer .content .footer-bottom {
  padding: 0px 20px;
  text-align: center;
}
.footer .content .footer-bottom .menu-container {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  max-width: 160px;
  text-align: left;
}
.footer .content .footer-bottom .menu-container h1 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.075em;
  font-family: "Lato";
  font-weight: 700;
  line-height: 35px;
  font-size: 16px;
  padding-bottom: 3px;
}
.footer .content .footer-bottom .menu-container h1:after {
  content: ".";
  color: red;
}
.footer .content .footer-bottom .menu-container ul {
  display: inline-block;
  list-style: none;
}
.footer .content .footer-bottom .menu-container ul li {
  padding: 1px 0px;
}
.footer .content .footer-bottom .menu-container ul li a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075em;
  font-family: "Lato";
  font-weight: 700;
  line-height: 23px;
  font-size: 16px;
  color: #949494;
}
.footer .content .footer-bottom .menu-container ul li.current a {
  color: #f6272c;
}
.footer .copyright {
  background-color: #37474f;
  padding: 13px 0px;
  text-align: center;
}
.footer .copyright p {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: 27px;
  font-size: 12px;
  color: white;
}
.footer .copyright p .geekpower {
  padding-left: 10px;
  color: #b0bec5;
  text-decoration: none;
}
/**
 *	Mobile Menu
 */
#mobile-menu-container .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#mobile-menu-container .overlay.active {
  visibility: visible;
  opacity: 1;
}
#mobile-menu-container .menu-container {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 250px;
  height: 100%;
  background: #e91d22 url('images/action-background.jpg') center center;
  background-size: cover;
  transition: all 0.4s;
  z-index: 101;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow: auto;
}
#mobile-menu-container .menu-container .logo {
  padding-top: 20px;
}
#mobile-menu-container .menu-container .logo img {
  box-shadow: 0px 0px 5px #fff;
  width: 100px;
  height: auto;
  display: block;
  margin: 0px auto;
  border-radius: 50%;
}
#mobile-menu-container .menu-container .close-icon-container {
  color: white;
  font-size: 35px;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 60px;
  position: relative;
}
#mobile-menu-container .menu-container .close-icon-container .close-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0px;
}
#mobile-menu-container .menu-container .menu {
  width: 100%;
  z-index: 102;
  overflow-x: hidden;
  overflow-y: auto;
}
#mobile-menu-container .menu-container .menu li {
  position: relative;
  width: 100%;
  z-index: 103;
  list-style: none;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#mobile-menu-container .menu-container .menu li:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 52px;
  background-color: #e1090f;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: all 0.25s;
  z-index: -1;
}
#mobile-menu-container .menu-container .menu li a {
  display: block;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  width: 100%;
  color: white;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  padding: 15px 20px;
  transition-delay: 0.2s;
}
#mobile-menu-container .menu-container .menu li .sub-menu {
  display: none;
  list-style: none;
}
#mobile-menu-container .menu-container .menu li .sub-menu li a {
  padding: 15px 0px 15px 35px;
}
#mobile-menu-container .menu-container .menu li .drop-down-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 18px 20px;
  color: white;
  transition: all 0.3s;
  line-height: 0px;
}
#mobile-menu-container .menu-container .menu li.active:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#mobile-menu-container .menu-container .menu li.active .drop-down-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile-menu-container.active .overlay {
  visibility: visible;
  opacity: 1;
}
#mobile-menu-container.active .menu-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#mobile-menu-container.active .menu-container .menu li {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mobile-menu-container.active .menu-container .menu li:nth-child(1) {
  transition-delay: 0.4s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(2) {
  transition-delay: 0.5s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(3) {
  transition-delay: 0.6s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(4) {
  transition-delay: 0.7s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(5) {
  transition-delay: 0.8s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(6) {
  transition-delay: 0.9s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(7) {
  transition-delay: 1s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(8) {
  transition-delay: 1.1s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(9) {
  transition-delay: 1.2s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(10) {
  transition-delay: 1.3s;
}
#mobile-menu-container.active .menu-container .menu li:nth-child(n+11) a {
  transition-delay: 1.3s;
}
/**
 *	Home Styles
 */
.form-container {
  text-align: center;
}
.form-container .field-container {
  display: inline-block;
  position: relative;
  margin: 0px 8px;
  max-width: 280px;
  width: 100%;
}
.form-container .field-container .field-label {
  cursor: text;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: 36px;
  font-size: 15px;
  color: #37474f;
  transition: all 0.3s;
  width: 100%;
  max-width: 280px;
  text-align: left;
}
.form-container .field-container .field-label i {
  font-size: 16px;
  color: #37474f;
  padding-left: 15px;
  padding-right: 10px;
  transition: color 0.3s;
}
.form-container .field-container .field-label i.text-icon {
  font-weight: 700;
}
.form-container .field-container .field-label .symbol {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 700;
  line-height: normal;
  font-size: 17px;
  color: #37474f;
  padding-left: 15px;
  padding-right: 10px;
  transition: color 0.3s;
}
.form-container .field-container .field-label .light {
  color: #a1b0b7;
}
.form-container .field-container .field {
  width: 100%;
  display: block;
  height: 47px;
  outline: none;
  position: relative;
  padding: 0px 10px;
  color: #37474f;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
  border: 0px;
}
.form-container .field-container .field .font-awesome {
  font-family: "FontAwesome";
}
.form-container .field-container .field.textarea {
  resize: none;
  height: 130px;
  padding: 10px 10px;
}
.form-container .field-container .field.fixed-label ~ .field-label,
.form-container .field-container .field:focus ~ .field-label {
  top: -50%;
  color: white;
}
.form-container .field-container .field.fixed-label ~ .field-label i,
.form-container .field-container .field:focus ~ .field-label i,
.form-container .field-container .field.fixed-label ~ .field-label .symbol,
.form-container .field-container .field:focus ~ .field-label .symbol {
  color: white;
}
.form-container .field-container .file {
  display: none;
}
.form-container .field-container .file-container {
  position: relative;
  display: block;
  background-color: #fff;
  height: 47px;
  padding: 0px 10px;
  border: 1px solid #cfd8dc;
  font-family: "Lato";
}
.form-container .field-container .file-container .file-label {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #37474f;
}
.form-container .field-container .file-container .file-label i {
  padding-left: 15px;
  padding-right: 10px;
}
.form-container .field-container .file-container .file-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #37474f;
  color: #fff;
  padding: 10px 30px 0px 30px;
  font-size: 20px;
  letter-spacing: 0.075em;
  cursor: pointer;
}
.form-container .field-container.textarea-container .field-label {
  top: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.form-container .field-container.textarea-container .field.fixed-label + .field-label,
.form-container .field-container.textarea-container .field:focus + .field-label {
  top: 0px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.form-container .field-container.textarea-container .field.fixed-label + .field-label i,
.form-container .field-container.textarea-container .field:focus + .field-label i,
.form-container .field-container.textarea-container .field.fixed-label + .field-label .symbol,
.form-container .field-container.textarea-container .field:focus + .field-label .symbol {
  color: white;
}
.form-container .field-container.disabled .field-label {
  color: #B9B9B9;
}
.form-container .field-container.disabled .field-label i {
  color: #B9B9B9;
}
.form-container .radio-container {
  text-align: left;
  position: relative;
}
.form-container .radio-container p {
  color: #263238;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.form-container .radio-container .radio-label {
  font-size: 20px;
  letter-spacing: 0.075em;
  padding-left: 30px;
}
.form-container .radio-container .radio {
  display: none;
}
.form-container .radio-container .radio:checked ~ .radio-display {
  background-color: #263238;
}
.form-container .radio-container .radio-display {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 2px solid #263238;
  border-radius: 50%;
  transition: all 0.4s;
}
.form-container .single-container {
  margin-bottom: 50px;
}
.form-container .double-container {
  margin-bottom: 40px;
}
.form-container .submit-button, .form .submit-button {
  vertical-align: top;
  max-width: 185px;
  width: 100%;
  background-color: #f6272c;
  border: 0px;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
  color: white;
  margin: 0px 8px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 17px;
  padding: 12px 15px;
}
.form-container .submit-button:hover {
  background-color: white;
  color: #f6272c;
}
#home #home-hero {
  width: 100%;
  background: url("images/hero-background.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  height: calc(100vh - 80px);
  max-height: 1100px;
  text-align: center;
  position: relative;
}
#home #home-hero .mobile-menu-icon-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
}
#home #home-hero .mobile-menu-icon-container img {
  width: 40px;
  height: auto;
}
#home #home-hero .video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
#home #home-hero .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#home #home-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
  font-family: "Lato";
}
#home #home-hero .hero-content h1 {
  letter-spacing: 0.01em;
  font-family: inherit;
  font-weight: 700;
  line-height: 52px;
  font-size: 45px;
  padding-bottom: 27px;
  color: #fff;
}
#home #home-hero .hero-content h2 {
  letter-spacing: 0.025em;
  font-family: inherit;
  font-weight: 300;
  line-height: 30px;
  font-size: 35px;
  padding-bottom: 55px;
  color: #fff;
}
#home #home-hero .hero-content hr {
  width: 180px;
  display: block;
  margin: 27px auto;
  margin-top: 0px;
}
#home #home-issues-container {
  background: url("images/home-issues-background.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 110px;
}
#home #home-issues-container #home-issues-title {
  color: #fff;
  font-size: 71px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 80px;
}
#home #home-issues-container #home-issues-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  max-width: 370px;
  position: relative;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home #home-issues-container .issues-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0px;
  max-width: 2000px;
  margin: 0px auto;
}
#home #home-issues-container .issues-container .issue-container {
  width: calc(25% - 10px);
  padding-bottom: 32%;
  max-height: 600px;
  min-height: 550px;
  position: relative;
  background-size: cover;
}
#home #home-issues-container .issues-container .issue-container .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.20;
}
#home #home-issues-container .issues-container .issue-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  max-width: 320px;
}
#home #home-issues-container .issues-container .issue-container .content .logo {
  display: block;
  margin: 0px auto 10px auto;
}
#home #home-issues-container .issues-container .issue-container .content .title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  padding-bottom: 0px;
}
#home #home-issues-container .issues-container .issue-container .content .divider {
  margin: 15px auto;
  width: 100%;
  max-width: 160px;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateY(10px) scale(0, 0);
  -ms-transform: translateY(10px) scale(0, 0);
  transform: translateY(10px) scale(0, 0);
}
#home #home-issues-container .issues-container .issue-container .content .text {
  text-align: center;
  max-width: 0px;
  width: 100%;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0.075em;
  transition: all 0.3s;
  color: #fff;
  opacity: 0;
}
#home #home-issues-container .issues-container .issue-container:hover .divider {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1, 1);
  -ms-transform: translateY(0px) scale(1, 1);
  transform: translateY(0px) scale(1, 1);
}
#home #home-issues-container .issues-container .issue-container:hover .text {
  font-size: 114%;
  max-width: 260px;
  line-height: 24px;
  opacity: 1;
}
#home #home-issues-container .issues-container .issue-container:nth-child(1) {
  background-color: #ff6f00;
}
#home #home-issues-container .issues-container .issue-container:nth-child(2) {
  background-color: #3dd7f9;
}
#home #home-issues-container .issues-container .issue-container:nth-child(3) {
  background-color: #508b4b;
}
#home #home-issues-container .issues-container .issue-container:nth-child(4) {
  background-color: #5f409a;
}
#home #home-blog-container {
  background-image: url("images/home-blog-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 790px;
  position: relative;
}
#home #home-blog-container .blog-content {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#home #home-blog-container .blog-content .title {
  display: block;
  margin: 0px auto;
  max-width: 800px;
  width: 100%;
  padding: 30px 0px;
  letter-spacing: 0.075em;
  font-family: "Lato";
  font-weight: 300;
  line-height: 59px;
  font-size: 71px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
#home #home-blog-container .blog-content .horizontal-bar {
  padding: 0px 30px;
}
#home #home-blog-container .blog-content .horizontal-bar hr {
  max-width: 550px;
  width: 100%;
  border: 0px;
  height: 2px;
  background-color: white;
  margin: 0px auto;
}
#home #home-blog-container .blog-content .slides-container .slide {
  padding-top: 40px;
  text-align: center;
  color: white;
  width: 100%;
  outline: none;
}
#home #home-blog-container .blog-content .slides-container .slide .content {
  margin: 0px auto;
  max-width: 800px;
  width: 100%;
  color: #fff;
}
#home #home-blog-container .blog-content .slides-container .slide .content h1 {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 52px;
  font-size: 50px;
  padding-bottom: 15px;
}
#home #home-blog-container .blog-content .slides-container .slide .content p {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 21px;
  font-size: 18px;
  padding-bottom: 60px;
}
#home #home-blog-container .blog-content .slides-container .slide .content a {
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 17px 0px;
  margin: 0px auto;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  color: white;
  border: 2px solid white;
  transition: all 0.25s;
}
#home #home-blog-container .blog-content .slides-container .slide .content a.titleLink {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 52px;
  font-size: 50px;
  padding-bottom: 15px;
  max-width: 100%;
  text-decoration: none;
  border: none;
}
#home #home-blog-container .blog-content .slides-container .slide .content a.titleLink:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #FFFFFF;
}
#home #home-blog-container .blog-content .slides-container .slide .content a:hover {
  background-color: #fff;
  color: #ea9800;
}
#home #home-blog-container .blog-content .slides-container .slick-prev,
#home #home-blog-container .blog-content .slides-container .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: none;
  border: 2px solid white;
  cursor: pointer;
  z-index: 2;
  outline: none;
  text-indent: -9999px;
  transition: all 0.5s;
}
#home #home-blog-container .blog-content .slides-container .slick-prev::after,
#home #home-blog-container .blog-content .slides-container .slick-next::after {
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-indent: 0px;
  transition: all 0.3s;
}
#home #home-blog-container .blog-content .slides-container .slick-prev:hover,
#home #home-blog-container .blog-content .slides-container .slick-next:hover {
  background-color: white;
}
#home #home-blog-container .blog-content .slides-container .slick-prev:hover::after,
#home #home-blog-container .blog-content .slides-container .slick-next:hover::after {
  color: #ea9900;
}
#home #home-blog-container .blog-content .slides-container .slick-prev {
  left: 20px;
}
#home #home-blog-container .blog-content .slides-container .slick-prev::after {
  content: "\f100";
  left: calc(50% - 3px);
}
#home #home-blog-container .blog-content .slides-container .slick-next {
  right: 20px;
}
#home #home-blog-container .blog-content .slides-container .slick-next::after {
  content: "\f101";
  left: calc(50% + 2px);
}
#home #home-blog-container .blog-content .slides-container .slick-dots {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home #home-blog-container .blog-content .slides-container .slick-dots li {
  float: left;
  list-style: none;
  padding: 0px 5px;
}
#home #home-blog-container .blog-content .slides-container .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border-radius: 50%;
  background: none;
  border: 2px solid white;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
#home #home-blog-container .blog-content .slides-container .slick-dots li.slick-active button {
  background-color: white;
}
#home #home-actions-container .colored-container p {
  padding-bottom: 30px;
}
#home #home-actions-container .colored-container a {
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: normal;
  font-weight: 300;
  transition: all 0.3s;
  text-decoration: none;
}
#home #home-actions-container .colored-container a:hover {
  background-color: #fff;
  color: #ea1d22;
}
#home #home-team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 600px;
  max-height: 850px;
  height: 50vw;
}
#home #home-team-container .team-container {
  width: 50%;
  background-image: url("images/team-background-1.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#home #home-team-container .content-container {
  width: 50%;
  height: 100%;
  position: relative;
  background-image: url("images/team-background-2.jpg");
  background-size: cover;
  background-position: left top;
  -webkit-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#home #home-team-container .content-container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #20bccf;
}
#home #home-team-container .content-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  padding: 0px 40px;
  max-width: 660px;
  width: 100%;
}
#home #home-team-container .content-container .content h1 {
  letter-spacing: 0.075em;
  font-family: "Lato";
  font-weight: 300;
  line-height: 65px;
  font-size: 71px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 20px;
}
#home #home-team-container .content-container .content hr {
  max-width: 450px;
  border: 0px;
  background-color: white;
  height: 3px;
  margin-bottom: 30px;
}
#home #home-team-container .content-container .content p {
  letter-spacing: 0.075em;
  font-family: "Lato";
  font-weight: 300;
  line-height: 37px;
  font-size: 24px;
  padding-bottom: 30px;
}
#home #home-team-container .content-container .content a {
  display: block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 21px;
  font-size: 18px;
  border: 1px solid #fff;
  transition: all 0.25s;
  color: #fff;
  text-decoration: none;
}
#home #home-team-container .content-container .content a:hover {
  color: #00b8d4;
  background-color: #fff;
}
#home #home-community-container {
  min-height: 800px;
  background-image: url("images/community-background.jpg");
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
  color: white;
}
#home #home-community-container .container-title {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 59px;
  font-size: 71px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 60px;
  position: relative;
}
#home #home-community-container .container-title:after {
  content: "";
  max-width: 430px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
#home #home-community-container .container-text {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 21px;
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 40px;
}
#home #home-community-container .testimonials-container {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 50px;
  position: relative;
}
#home #home-community-container .testimonials-container:after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
}
#home #home-community-container .testimonials-container .testimonial {
  float: left;
  width: 33%;
  color: white;
  text-align: center;
  outline: none;
}
#home #home-community-container .testimonials-container .testimonial .logo {
  border-radius: 50%;
  display: block;
  width: 230px;
  height: 230px;
  background-position: center center;
  background-size: cover;
  margin: 0px auto 15px auto;
}
#home #home-community-container .testimonials-container .testimonial .testimonial-date {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Lato";
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  padding: 0px;
}
#home #home-community-container .testimonials-container .testimonial hr {
  border: 0px;
  width: 100px;
  height: 3px;
  background-color: #f6272c;
  display: block;
  margin: 5px auto;
  margin-bottom: 15px;
}
#home #home-community-container .testimonials-container .testimonial .title {
  padding-bottom: 10px;
  max-width: none;
}
#home #home-community-container .testimonials-container .testimonial p {
  letter-spacing: normal;
  font-family: "Lato";
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  max-width: 300px;
  width: 100%;
  margin: 0px auto;
}
#home #home-community-container .testimonials-container .slick-next,
#home #home-community-container .testimonials-container .slick-prev {
  position: absolute;
  top: 30%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-indent: -9999px;
  border: 0px;
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
#home #home-community-container .testimonials-container .slick-next:after,
#home #home-community-container .testimonials-container .slick-prev:after {
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  text-indent: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #03b69b;
  z-index: 3;
}
#home #home-community-container .testimonials-container .slick-prev {
  left: 20px;
}
#home #home-community-container .testimonials-container .slick-prev:after {
  content: "\f100";
  left: calc(50% - 3px);
}
#home #home-community-container .testimonials-container .slick-next {
  right: 20px;
}
#home #home-community-container .testimonials-container .slick-next:after {
  content: "\f101";
  left: calc(50% + 2px);
}
img {
  margin-bottom: 30px;
}
img.aligncenter {
  display: block;
  margin: 0px auto 30px auto;
}
img.alignleft {
  float: left;
  margin-right: 10px;
}
img.alignright {
  float: right;
  margin-left: 10px;
}
h1 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 15px;
}
h1.container-title {
  font-size: 71px;
  line-height: 70px;
  padding-bottom: 60px;
  letter-spacing: 0.075em;
}
h2 {
  font-size: 37px;
  color: #fff;
  padding-bottom: 15px;
}
h2.container-title {
  font-size: 60px;
  line-height: 62px;
  padding-bottom: 60px;
  letter-spacing: 0.075em;
}
h2.container-title:after {
  bottom: 33px;
  max-width: 650px;
}
h3 {
  font-size: 34px;
  color: #fff;
  padding-bottom: 15px;
}
h3.container-title {
  font-size: 50px;
  line-height: 52px;
  padding-bottom: 60px;
  letter-spacing: 0.075em;
}
h3.container-title:after {
  bottom: 35px;
  max-width: 600px;
}
h4 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 15px;
}
h4.container-title {
  font-size: 45px;
  line-height: 47px;
  padding-bottom: 60px;
  letter-spacing: 0.065em;
}
h4.container-title:after {
  bottom: 40px;
  max-width: 550px;
}
h5 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 15px;
}
h5.container-title {
  font-size: 38px;
  line-height: 35px;
  padding-bottom: 60px;
  letter-spacing: 0.06em;
}
h5.container-title:after {
  bottom: 38px;
  max-width: 500px;
}
h6 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 15px;
}
h6.container-title {
  font-size: 35px;
  line-height: 30px;
  padding-bottom: 60px;
  letter-spacing: 0.06em;
}
h6.container-title:after {
  bottom: 36px;
  max-width: 450px;
}
p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.button {
  background-color: #fff;
  padding: 15px 45px;
  display: inline-block;
  text-align: center;
  color: #455a64;
  position: relative;
  font-size: 16px;
  border: 0px;
  font-family: "Lato";
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-weight: 400;
}
.button.yellow {
  color: #f59d2a;
}
.button.blue {
  color: #00a0d2;
}
.button.light-grey {
  color: #7f9099;
}
.button.emerald {
  color: #05c9a6;
}
.button.purple {
  color: #5d3dac;
}
.button.white {
  color: #fff;
}
.button.green {
  color: #469743;
}
.button.red-fill {
  background-color: #ea1d22;
  color: #fff;
}
.button.red-fill:after {
  background-color: #ea1d22;
}
.button.dark-grey-fill {
  background-color: #263238;
}
.button.blue-fill {
  background-color: #00a0d2;
  color: #fff;
}
.button.blue-fill:after {
  background-color: #00a0d2;
}
.button.yellow-fill {
  background-color: #f59d2a;
  color: #fff;
}
.button.yellow-fill:after {
  background-color: #f59d2a;
}
.button.big {
  font-size: 24px;
}
.button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
}
.button:hover:after {
  animation: button-animation linear 1 0.6s;
}
.container-title {
  position: relative;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.container-title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 60%;
  max-width: 700px;
  height: 2px;
  background-color: #fff;
}
.container-title.centered {
  text-align: center;
}
.container-title.centered:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.colored-container {
  position: relative;
  padding: 100px 0px;
}

.colored-container.red {
  background-color: #ea1d22;
}
.colored-container.red.has-background:after {
  background-color: #ea1d22;
}
.colored-container.red .button {
  color: #ea1d22;
}
.colored-container.green {
  background-color: #469743;
}
.colored-container.green.has-background:after {
  background-color: #469743;
}
.colored-container.green .button {
  color: #469743;
}
.colored-container.blue {
  background-color: #00a0d2;
}

.colored-container.blue.has-background:after {
  background-color: #00a0d2;
}
.colored-container.blue .button {
  color: #00a0d2;
}
.colored-container.dark-blue {
  background-color: #1976d2;
}
.colored-container.purple {
  background-color: #452d9d;
}
.colored-container.purple.has-background:after {
  background-color: #452d9d;
}
.colored-container.purple .button {
  color: #452d9d;
}
.colored-container.yellow {
  background-color: #f59d2a;
}
.colored-container.yellow.has-background:after {
  background-color: #f59d2a;
}
.colored-container.yellow .button {
  color: #f59d2a;
}
.colored-container.grey {
  background-color: #455a64;
}
.colored-container.grey.has-background:after {
  background-color: #455a64;
}
.colored-container.grey .button {
  color: #455a64;
}
.colored-container.emerald {
  background-color: #05c9a6;
}
.colored-container.emerald.has-background:after {
  background-color: #05c9a6;
}
.colored-container.emerald .button {
  color: #05c9a6;
}
.colored-container.clear {
  background-color: #e7eaea;
}
.colored-container.white .content h1,
.colored-container.clear .content h1,
.colored-container.white .content h2,
.colored-container.clear .content h2,
.colored-container.white .content h3,
.colored-container.clear .content h3,
.colored-container.white .content h4,
.colored-container.clear .content h4,
.colored-container.white .content h5,
.colored-container.clear .content h5,
.colored-container.white .content h6,
.colored-container.clear .content h6 {
  color: #263238;
}
.colored-container.white .content p,
.colored-container.clear .content p {
  color: #263238;
}
.colored-container.white .content ul,
.colored-container.clear .content ul,
.colored-container.white .content ol,
.colored-container.clear .content ol {
  color: #263238;
}

.colored-container.white .content ul li:before,
.colored-container.clear .content ul li:before,
.colored-container.white .content ol li:before,
.colored-container.clear .content ol li:before {
  color: #455a64;
}
.colored-container.white .content .container-title:after,
.colored-container.clear .content .container-title:after {
  background-color: #263238;
}
.colored-container.white .content .button,
.colored-container.clear .content .button {
  background-color: #263238;
}
.colored-container.white .content .button:after,
.colored-container.clear .content .button:after {
  background-color: #263238;
}
.colored-container.has-background {
  background-size: cover;
  background-position: center center;
}
.colored-container.has-background:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}
.colored-container.has-background .content {
  max-width: 1400px;
  margin: 0px auto;
}
.colored-container .content {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0px auto;
  max-width: 2000px;
}

.colored-container .content h1 {
  color: #fff;
}
.colored-container .content h1:not([class]) {
  font-size: 55px;
  letter-spacing: 0.075em;
  font-weight: 300;
  padding: 0px 0px 15px 0px;
}
.colored-container .content h2 {
  color: #fff;
}
.colored-container .content h2:not([class]) {
  font-size: 50px;
  letter-spacing: 0.065em;
  font-weight: 300;
}
.colored-container .content h3 {
  color: #fff;
}
.colored-container .content h3:not([class]) {
  font-size: 42px;
  letter-spacing: 0.065em;
  font-weight: 300;
}
.colored-container .content h4 {
  color: #fff;
}
.colored-container .content h4:not([class]) {
  font-size: 35px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.colored-container .content h5 {
  color: #fff;
}
.colored-container .content h5:not([class]) {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.colored-container .content h6 {
  color: #fff;
}
.colored-container .content h6:not([class]) {
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.colored-container .content ol,
.colored-container .content ul {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 300;
  padding-bottom: 20px;
}
.colored-container .content ol li,
.colored-container .content ul li {
  padding-bottom: 5px;
}
.colored-container .content ul {
  list-style: none;
  padding-left: 30px;
}
.colored-container .content ul li {
  position: relative;
}
.colored-container .content ul li:before {
  content: "\f10c";
  font-family: "FontAwesome";
  position: absolute;
  top: 10px;
  left: -30px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.colored-container .content ol {
  padding-left: 30px;
}
.colored-container .content p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 300;
  padding: 0px 0px 15px 0px;
}
.colored-container .content p.small {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
}
.colored-container .content p:after {
  clear: both;
  display: block;
}
.colored-container .content.padding {
  padding: 0px 100px;
}

.colored-container .content.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0px 20px;
}
.colored-container .content.split .left-container,
.colored-container .content.split .right-container {
  width: 50%;
  position: relative;
  padding: 0px 50px;
}
.colored-container .content.split .left-container .video-iframe,
.colored-container .content.split .right-container .video-iframe {
  position: absolute;
  top: 0px;
  left: 50px;
  width: calc(100% - 100px);
  height: 100%;
}
.colored-container .content.split .left-container .thumbnail-container,
.colored-container .content.split .right-container .thumbnail-container {
  width: 100%;
  position: relative;
  display: block;
  line-height: 0px;
}
.colored-container .content.split .left-container .thumbnail-container .thumbnail,
.colored-container .content.split .right-container .thumbnail-container .thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.colored-container .content.split .left-container .thumbnail-container:before,
.colored-container .content.split .right-container .thumbnail-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #455a64;
  opacity: 0.5;
  transition: all 0.3s;
}
.colored-container .content.split .left-container .thumbnail-container:after,
.colored-container .content.split .right-container .thumbnail-container:after {
  content: "\f16a";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 100px;
  line-height: 0px;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5, 1.5);
  transform: translate(-50%, -50%) scale(1.5, 1.5);
}
.colored-container .content.split .left-container .thumbnail-container:hover:before,
.colored-container .content.split .right-container .thumbnail-container:hover:before {
  opacity: 0.9;
}
.colored-container .content.split .left-container .thumbnail-container:hover:after,
.colored-container .content.split .right-container .thumbnail-container:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.colored-container .pattern {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
}
.colored-container .pattern img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
.colored-container .pattern:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.colored-container .button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.colored-container .button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
}
.colored-container .button:hover:after {
  animation: button-animation linear 1 0.6s;
}
.split-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  position: relative;
}
.split-container .container {
  width: 50%;
}
.split-container .colored-container {
  width: 50%;
  overflow: visible;
  padding: 10vw 70px;
}
.split-container .colored-container.left {
  z-index: 2;
}
.split-container .colored-container.left:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
}
.split-container .colored-container.right {
  z-index: 2;
}
.split-container .colored-container.right:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
}
.split-container .colored-container.red.left:after {
  border-left-color: #EC3337;
}
.split-container .colored-container.red.right:after {
  border-right-color: #ea1d22;
}
.split-container .colored-container.green.left:after {
  border-left-color: #469743;
}
.split-container .colored-container.green.right:after {
  border-right-color: #469743;
}
.split-container .colored-container.blue.left:after {
  border-left-color: #00a0d2;
}
.split-container .colored-container.blue.right:after {
  border-right-color: #00a0d2;
}
.split-container .colored-container.purple.left:after {
  border-left-color: #452d9d;
}
.split-container .colored-container.purple.right:after {
  border-right-color: #452d9d;
}
.split-container .colored-container.yellow.left:after {
  border-left-color: #f59d2a;
}
.split-container .colored-container.yellow.right:after {
  border-right-color: #f59d2a;
}
.split-container .colored-container.grey.left:after {
  border-left-color: #455a64;
}
.split-container .colored-container.grey.right:after {
  border-right-color: #455a64;
}
.split-container .colored-container.clear.left:after {
  border-left-color: #E7EAEA;
}
.split-container .colored-container.clear.right:after {
  border-right-color: #E7EAEA;
}
.split-container .colored-container h1 {
  font-size: 58px;
  line-height: 55px;
  padding-bottom: 25px;
}
.split-container .colored-container h1.container-title {
  font-size: 71px;
  line-height: 72px;
  padding-bottom: 70px;
}
.split-container .colored-container h1.container-title:after {
  bottom: 45px;
}
.split-container .colored-container h3 {
  font-size: 40px;
  line-height: 55px;
  padding-bottom: 20px;
}
.split-container .colored-container p {
  font-size: 24px;
  letter-spacing: 0.075em;
  font-weight: 300;
  line-height: 37px;
}
.split-container .colored-container ul,
.split-container .colored-container ol {
  font-size: 24px;
  letter-spacing: 0.075em;
  font-weight: 300;
  line-height: 37px;
}
.split-container .colored-container ul li,
.split-container .colored-container ol li {
  padding-bottom: 10px;
}
.split-container .image-container {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.split-container .image-container img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.split-container .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.split-container .grid-container .panel {
  display: block;
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.split-container .grid-container .panel .content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 320px;
  color: #fff;
}
.split-container .grid-container .panel .content .content-text {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.075em;
}
.split-container .grid-container .panel .content .action-text {
  color: #ff9800;
  letter-spacing: 0.075em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.split-container .grid-container .panel:hover:after {
  opacity: 0.7;
}

.split-container .grid-container .panel:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #455a64;
  z-index: 1;
  transition: all 0.3s;
}
.split-container .grid-container .panel:nth-child(2):after,
.split-container .grid-container .panel:nth-child(3):after {
  background-color: #37474f;
}
.split-container .grid-container.clean .panel:after {
  opacity: 0.5;
}
.banner-container {
  background: #263238 no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 450px;
}
.banner-container .content {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-container .content .logo {
  width: 250px;
  height: auto;
  margin-bottom: 15px;
}
.banner-container .content .watch-video-button {
  display: inline-block;
  background-color: #fff;
  color: #263238;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.075em;
  padding: 17px 70px 15px 30px;
  cursor: pointer;
  position: relative;
  outline: none;
}
.banner-container .content .watch-video-button:after {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% + 0px);
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 0px;
}
.banner-container .content .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 45px;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  position: relative;
}
.banner-container .content .title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0px;
  display: block;
  width: 60%;
  height: 2px;
  background-color: #fff;
}
.banner-container .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 26px;
}
.banner-container .mobile-menu-icon-container {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 100;
}
.banner-container .mobile-menu-icon-container img {
  width: 40px;
  height: auto;
}
.banner-container .logo-containers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
.banner-container .logo-containers .logo {
  margin-bottom: 0px;
}
.banner-container .logo-containers .blue-flag-logo {
  padding-left: 40px;
  margin-bottom: 0px;
  width: 200px;
}
.banner-container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #455a64;
  opacity: 0.4;
}
.issues-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px 100px 0px 100px;
}
.issues-container .issue {
  width: calc(25% - 10px);
  padding-bottom: 32%;
  max-height: 600px;
  min-height: 550px;
  position: relative;
}
.issues-container .issue .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left top;
  opacity: 0.2;
}
.issues-container .issue .title-container {
  position: absolute;
  bottom: 50%;
  left: 0px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.3s;
  width: 100%;
}
.issues-container .issue .title-container .logo {
  display: block;

  margin: 0px auto 10px auto;
}
.issues-container .issue .title-container .title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0px;
  max-width: 300px;
  width: 100%;
  margin: 0px auto;
}
.issues-container .issue .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  z-index: 3;
  width: 100%;
  max-width: 320px;
  padding: 0px;
  transition: all 0.4s;
}
.issues-container .issue .content .divider {
  margin: 15px auto;
  width: 100%;
  max-width: 160px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.issues-container .issue .content .text {
  opacity: 0;
  max-width: 260px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  margin: 0px auto;
  text-align: center;
  transition: all 0.4s;
  color: #fff;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.issues-container .issue .content-container {
  width: 100%;
}
.issues-container .issue:nth-child(1) {
  background-color: #ff6f00;
}
.issues-container .issue:nth-child(2) {
  background-color: #3dd7f9;
}
.issues-container .issue:nth-child(3) {
  background-color: #508b4b;
}
.issues-container .issue:nth-child(4) {
  background-color: #5f409a;
}
.issues-container .issue:hover .title-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.issues-container .issue:hover .content {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.issues-container .issue:hover .content .divider {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.issues-container .issue:hover .content .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.icons-container {
  text-align: center;
  padding: 50px 0px;
  max-width: 1400px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.icons-container .icon-container {
  width: 100%;
  padding: 0px 20px;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.icons-container .icon-container .logo-container {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #455a64;
  margin: 0px auto 20px auto;
  position: relative;
  transition: all 0.4s;
}
.icons-container .icon-container .logo-container .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icons-container .icon-container .title {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.075em;
  color: #fff;
  max-width: 300px;
  margin: 0px auto;
}
.icons-container .icon-container:hover .logo-container {
  background-color: #4f6873;
  box-shadow: 0px 0px 15px #333;
}
.salsa-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
}
.salsa-form .salsa-input {
  width: calc(50% - 15px);
  position: relative;
  margin-bottom: 30px;
}
.salsa-form .salsa-input label {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}
.salsa-form .salsa-input input {
  width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  outline: none;
}
.salsa-form .salsa-input select {
  padding: 8px 10px;
  width: 100%;
  outline: none;
}
.salsa-form .salsa-input.select label {
  display: none;
}
.salsa-form .salsa-input.checkbox {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.salsa-form .salsa-input.checkbox label {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
  padding-right: 10px;
}
.salsa-form .salsa-input.checkbox input {
  display: inline-block;
  width: auto;
}
.salsa-form .salsa-input.submit {
  width: 100%;
}
.salsa-form .salsa-input.submit input {
  max-width: 300px;
  background-color: #ea1d22;
  color: #fff;
  margin: 0px auto;
  border: 0px;
  display: block;
  cursor: pointer;
  padding: 10px 0px;
}
.salsa-form .salsa-input.active.text label {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  color: #fff;
}
.salsa-form .pre_group_text {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.salsa-form .pre_group_text p {
  padding: 0px 20px 30px 20px !important;
}
.salsa-form .join_group {
  width: 100%;
  padding: 0px 20px 30px 20px !important;
}
.notice {
  display: block;
  padding: 0px 20px;
  text-align: center;
  font-size: 20px;
}
.notice.bad {
  color: #ea1d22;
}
.ul-arrows {
  color: #fff;
  list-style: none;
  font-size: 24px;
  letter-spacing: 0.075em;
}
.ul-arrows li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 15px;
}
.ul-arrows li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0px;
  color: #fff;
}
.pattern-container {
  position: relative;
}
.pattern-container .background-pattern {
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pattern-container .content-container {
  padding: 120px 0px;
  position: relative;
  z-index: 2;
  width: 50%;
}
.underlined-title {
  color: #fff;
  font-size: 71px;
  font-weight: 300;
  line-height: 75px;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0px 20px 50px 20px;
  text-transform: uppercase;
  text-align: center;
}
.underlined-title.dark {
  color: #263238;
}
.underlined-title.dark:after {
  background-color: #263238;
}
.underlined-title.small {
  font-size: 50px;
}
.underlined-title:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  max-width: 440px;
  height: 2px;
  background-color: #fff;
}
.instructional-videos {
  background: url('images/yre-student-videos-background.jpg') center center;
  background-size: cover;
  padding: 70px 0px;
}
.instructional-videos .text {
  max-width: 1300px;
  width: 100%;
  padding: 0px 30px 40px 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0.075em;
  margin: 0px auto;
  text-align: center;
}
.instructional-videos .videos-container {
  padding: 0px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.instructional-videos .videos-container .video-container {
  width: calc(33% - 10px);
}
.instructional-videos .videos-container .video-container .video-title {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0px 20px 15px 20px;
}
.reporters-handbook {
  background: url('images/yre-student-handbook-background.jpg') center center;
  background-size: cover;
  padding: 70px 0px;
}
.reporters-handbook .text {
  max-width: 1300px;
  width: 100%;
  padding: 0px 30px 40px 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0.075em;
  margin: 0px auto;
  text-align: center;
}
.reporters-handbook .handbooks-container {
  max-width: 1280px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.reporters-handbook .handbooks-container .handbook {
  width: 33%;
  text-align: center;
  padding: 0px 20px;
}
.reporters-handbook .handbooks-container .handbook .image {
  margin: 0px auto 20px auto;
  width: 245px;
  height: 325px;
  background-size: cover;
  background-position: center center;
}
.reporters-handbook .handbooks-container .handbook .title {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.reporters-handbook .handbooks-container .handbook .description {
  width: 60%;
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.075em;
  margin: 0px auto;
  padding-bottom: 20px;
}
.past-winners {
  background: url('images/yre-student-past-winners-background.jpg') center center;
  background-size: cover;
  padding: 70px 0px;
}
.past-winners .title {
  font-size: 71px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: center;
  color: #263238;
  padding-bottom: 50px;
  position: relative;
}
.past-winners .title:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  height: 2px;
  background-color: #263238;
}
.past-winners .past-winners-slider {
  max-width: 1770px;
  margin: 0px auto;
  padding: 0px 100px;
  position: relative;
}
.past-winners .past-winners-slider .winners-slide {
  outline: none;
}
.past-winners .past-winners-slider .winners-slide .winners-text p {
  max-width: 1600px;
  margin: 0px auto;
  color: #263238;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.075em;
  padding: 0px 40px 50px 40px;
}
.past-winners .past-winners-slider .winners-slide .winner-title {
  font-size: 30px;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  color: #263238;
  position: relative;
  padding-bottom: 50px;
}
.past-winners .past-winners-slider .winners-slide .winner-title:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
  max-width: 430px;
  width: 80%;
  height: 2px;
  background-color: #263238;
}
.past-winners .past-winners-slider .winners-slide .slides-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.past-winners .past-winners-slider .winners-slide .slides-container .winner {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 450px;
  margin-bottom: 50px;
}
.past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  width: 135px;
  height: 135px;
}
.past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
  width: calc(100% - 135px);
  padding-left: 35px;
}
.past-winners .past-winners-slider .winners-slide .slides-container .winner .content p {
  color: #263238;
}
.past-winners .past-winners-slider .winners-slide .slides-container .winner .content .button {
  margin-top: 10px;
}
.past-winners .past-winners-slider .slick-prev,
.past-winners .past-winners-slider .slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid #263238;
  background: none;
  text-indent: -9999px;
  outline: none;
  transition: all 0.4s;
  cursor: pointer;
}
.past-winners .past-winners-slider .slick-prev:hover,
.past-winners .past-winners-slider .slick-next:hover {
  background-color: #263238;
}
.past-winners .past-winners-slider .slick-prev:hover:after,
.past-winners .past-winners-slider .slick-next:hover:after {
  color: #DCE4E7;
}
.past-winners .past-winners-slider .slick-prev:after,
.past-winners .past-winners-slider .slick-next:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0px;
  font-size: 50px;
  font-weight: 300;
  color: #263238;
  transition: all 0.3s;
}
.past-winners .past-winners-slider .slick-prev {
  left: 20px;
}
.past-winners .past-winners-slider .slick-prev:after {
  content: "\f100";
  -webkit-transform: translate(calc(-50% - 3px), -50%);
  -moz-transform: translate(calc(-50% - 3px), -50%);
  -ms-transform: translate(calc(-50% - 3px), -50%);
  transform: translate(calc(-50% - 3px), -50%);
}
.past-winners .past-winners-slider .slick-next {
  right: 20px;
}
.past-winners .past-winners-slider .slick-next:after {
  content: "\f101";
  -webkit-transform: translate(calc(-50% + 3px), -50%);
  -moz-transform: translate(calc(-50% + 3px), -50%);
  -ms-transform: translate(calc(-50% + 3px), -50%);
  transform: translate(calc(-50% + 3px), -50%);
}
.past-winners .past-winners-slider .slick-dots {
  list-style: none;
  text-align: center;
}
.past-winners .past-winners-slider .slick-dots li {
  display: inline-block;
  padding: 0px 3px;
}
.past-winners .past-winners-slider .slick-dots li button {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  border: 2px solid #263238;
  border-radius: 50%;
  transition: all 0.3s;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  color: #263238;
}
.past-winners .past-winners-slider .slick-dots li button:after {
  vertical-align: super;
  font-size: 10px;
  line-height: 0px;
}
.past-winners .past-winners-slider .slick-dots li:nth-child(1) button:after {
  content: "st";
}
.past-winners .past-winners-slider .slick-dots li:nth-child(2) button:after {
  content: "nd";
}
.past-winners .past-winners-slider .slick-dots li:nth-child(3) button:after {
  content: "rd";
}
.past-winners .past-winners-slider .slick-dots li:nth-child(n+4) button:after {
  content: "th";
}
.past-winners .past-winners-slider .slick-dots .slick-active button {
  color: #fff;
  background-color: #263238;
}
.catalog-container #map-container {
  position: relative;
}
.catalog-container #map-container .list-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 530px;
  z-index: 1;
  padding: 50px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.catalog-container #map-container .list-container .province-field-wrapper {
  position: relative;
  padding-bottom: 10px;
}
.catalog-container #map-container .list-container .province-field-wrapper .province-field {
  display: block;
  outline: none;
  width: 100%;
  color: #90a4ae;
  padding: 19px 17px 17px 17px;
  border: 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.075em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.catalog-container #map-container .list-container .province-field-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0px;
  height: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #2c68b3;
  z-index: 10;
}
.catalog-container #map-container .list-container .search-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-bottom: 10px;
}
.catalog-container #map-container .list-container .search-field-wrapper .search-field {
  width: 100%;
  border: 0px;
  padding: 18px 17px 17px 17px;
  outline: none;
}
.catalog-container #map-container .list-container .search-field-wrapper .submit-button {
  background-color: #c4161b;
  color: #fff;
  border: 0px;
  outline: none;
  cursor: pointer;
  padding: 0px 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.catalog-container #map-container .list-container .clear-filter {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.075em;
  cursor: pointer;
  padding-bottom: 25px;
}
.catalog-container #map-container .list-container .beach-list {
  overflow-y: hidden;
}
.catalog-container #map-container .list-container .beach-list .beach {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 20px 10px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.catalog-container #map-container .list-container .beach-list .beach:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #e3151a;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.catalog-container #map-container .list-container .beach-list .beach:hover:after {
  opacity: 0.8;
}
.catalog-container #map-container .list-container .beach-list .beach.active:after {
  opacity: 1;
}
.catalog-container #map-container .list-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #e3151a;
  opacity: 0.9;
  z-index: -1;
}
.catalog-container #map-container .beaches-info-container {
  position: absolute;
  top: 30px;
  left: 560px;
  z-index: 2;
  width: 100%;
  max-width: 640px;
}
.catalog-container #map-container .beaches-info-container .beach-info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.catalog-container #map-container .beaches-info-container .beach-info .close-info-container {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #a1a1a1;
  z-index: 2;
  line-height: 0px;
  padding: 10px;
  cursor: pointer;
}
.catalog-container #map-container .beaches-info-container .beach-info .image-container {
  width: 50%;
  background-size: cover;
  background-position: center center;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content {
  position: relative;
  width: 50%;
  background-color: #fff;
  padding: 25px 20px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-bottom: 20px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-title-container .logo-container .logo {
  margin-bottom: 0px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-title-container .title-container {
  padding-left: 20px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-title-container .title-container .title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #2c68b3;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-title-container .title-container .title.uncertified {
  color: #f1c40f;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-title-container .title-container .sub-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #606060;
  padding-bottom: 0px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.075em;
  color: #636363;
  padding: 0px 10px 70px 10px;
}
.catalog-container #map-container .beaches-info-container .beach-info .beach-content .beach-button {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #f6272c;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
}
.catalog-container #map-container .beaches-info-container .beach-info.active {
  visibility: visible;
  opacity: 1;
}
.catalog-container #map-container .map {
  min-height: 870px;
}
.lightbox-water-quality-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: calc(100% - 40px);
  margin: 0px auto;
}
.lightbox-water-quality-container .title {
  background-color: #009900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 20px 0px;
}
.lightbox-water-quality-container .content-container {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  position: relative;
  color: #fff;
  padding: 30px 20px;
}
.lightbox-water-quality-container .content-container .table-quality-history {
  width: 100%;
}
.lightbox-water-quality-container .content-container .table-quality-history tr th {
  font-size: 18px;
  padding-bottom: 15px;
}
.lightbox-water-quality-container .content-container .table-quality-history tr td {
  text-align: center;
}
.lightbox-water-quality-container .content-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #4785C4;
  opacity: 0.75;
  z-index: -1;
}
.jobs-container .empty-text {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
  font-size: 21px;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
}
.jobs-container .job {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px 0px 100px;
  margin-bottom: 40px;
}
.jobs-container .job .job-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
}
.jobs-container .job .job-title .sub {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
}
.jobs-container .job .job-description p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.075em;
  padding-bottom: 15px;
}
.jobs-container .job:last-child {
  margin-bottom: 0px;
}
.jobs-container .job:before {
  content: url('images/current-opening-icon.svg');
  width: 78px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination-links a {
  font-weight: 400;
  text-decoration: none;
}
.notification-container .error {
  color: #fff;
  padding-bottom: 20px;
}
.notification-container .success {
  color: #fff;
  padding-bottom: 20px;
}
#map-container {
  position: relative;
  /*& .map-overlay{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: red;
		z-index: 10;
		opacity: 0;
	}
	&.active{
		& .map-overlay{
			visibility: hidden;
		}
	}*/
}
#map-container .list-container .title {
  font-size: 25px;
  text-align: center;
  padding-bottom: 25px;
  text-transform: uppercase;
}
#map-container .beach-list-title {
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}
#about-us .banner-container {
  min-height: 420px;
  height: calc(100vh - 80px);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#about-us .banner-container .video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 115%;
  min-height: 115%;
  width: auto;
  height: auto;
}
#about-us .banner-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  max-width: 800px;
}
#about-us .banner-container .content .logo {
  width: 250px;
  height: auto;
}
#about-us .banner-container .content .title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 70px;
  position: relative;
  padding-bottom: 30px;
}
#about-us .banner-container .content .title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0px;
  max-width: 560px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#about-us .banner-container .content p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 26px;
  padding-bottom: 20px;
}
#about-us .banner-container .content .watch-video-button {
  display: inline-block;
  background-color: #fff;
  color: #263238;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.075em;
  padding: 17px 70px 15px 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#about-us .banner-container .content .watch-video-button:after {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% + 2px);
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
  line-height: 0px;
}
#about-us .banner-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #365361;
  opacity: 0.65;
  z-index: 1;
}
#about-us .our-supporters-container {
  background: url("images/about-us-supporters-background.jpg") center center;
  background-size: cover;
  padding: 100px 0px 130px 0px;
  text-align: center;
}
#about-us .our-supporters-container .container-title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0px 20px 15px 20px;
}
#about-us .our-supporters-container .container-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 600px;
  height: 2px;
  background-color: #fff;
}
#about-us .our-supporters-container .supporters-container {
  max-width: 1350px;
  width: 100%;
  margin: 0px auto;
  padding-top: 70px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#about-us .our-supporters-container .supporters-container .supporter {
  max-width: 280px;
  width: 100%;
  outline: none;
}
#about-us .our-supporters-container .supporters-container .supporter .icon-container {
  display: block;
  margin: 0px auto;
  background-color: #455a64;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s;
}
#about-us .our-supporters-container .supporters-container .supporter .icon-container .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#about-us .our-supporters-container .supporters-container .supporter .title {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 0px;
  max-width: 200px;
  margin: 0px auto;
}
#about-us .our-supporters-container .supporters-container .supporter:hover .icon-container {
  background-color: #4f6873;
  box-shadow: 0px 0px 15px #333;
}
#about-us .the-staff-container {
  background: url('images/about-us-staff-background.jpg') center center;
  background-size: cover;
  padding: 80px 0px 60px 0px;
  text-align: center;
}
#about-us .the-staff-container .container-title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 50px;
  position: relative;
}
#about-us .the-staff-container .container-title:after {
  content: "";
  max-width: 375px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#about-us .the-staff-container .container-subtitle {
  padding-bottom: 20px;
}
#about-us .the-staff-container .container-subtitle p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.075em;
  max-width: 1190px;
  margin: 0px auto;
  padding: 0px 20px 30px 20px;
}
#about-us .the-staff-container .staff-container {
  max-width: 1680px;
  width: 100%;
  margin: 0px auto 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
#about-us .the-staff-container .staff-container .staff {
  width: 20%;
  min-height: 350px;
  background: #ffb300 center center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}
#about-us .the-staff-container .staff-container .staff .content-container {
  position: absolute;
  bottom: 13px;
  width: 100%;
  -webkit-transform: translateY(calc(100% - 80px));
  -ms-transform: translateY(calc(100% - 80px));
  transform: translateY(calc(100% - 80px));
  transition: all 0.4s;
  z-index: 10;
}
#about-us .the-staff-container .staff-container .staff .content-container .name {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#about-us .the-staff-container .staff-container .staff .content-container .title {
  color: #fff;
  font-size: 16px;
  max-width: 200px;
  margin: 0px auto;
}
#about-us .the-staff-container .staff-container .staff .content-container .content {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0px auto;
  color: #fff;
  padding: 0px 0px 20px 0px;
}
#about-us .the-staff-container .staff-container .staff .content-container .button {
  padding: 10px 30px;
  color: #fe9700;
  margin-bottom: 15px;
}
#about-us .the-staff-container .staff-container .staff.slick-current .content-container {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#about-us .the-staff-container .staff-container .staff.slick-current:before {
  opacity: 0.8;
}
#about-us .the-staff-container .staff-container .staff.slick-current:after {
  opacity: 0;
}
#about-us .the-staff-container .staff-container .staff:hover .content-container {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#about-us .the-staff-container .staff-container .staff:hover:before {
  opacity: 0.8;
}
#about-us .the-staff-container .staff-container .staff:hover:after {
  opacity: 0;
}
#about-us .the-staff-container .staff-container .staff:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fe9700;
  background-blend-mode: hard-light;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
}
#about-us .the-staff-container .staff-container .staff:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.4s;
}
#about-us .the-staff-container .staff-container .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 50px;
  height: 100%;
  background-color: rgba(69, 90, 100, 0.4);
  z-index: 1;
  border: 0px;
  outline: none;
}
#about-us .the-staff-container .staff-container .slick-arrow:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-indent: 0px;
  line-height: 0px;
  font-size: 50px;
}
#about-us .the-staff-container .staff-container .slick-arrow.slick-prev {
  left: 0px;
}
#about-us .the-staff-container .staff-container .slick-arrow.slick-prev:after {
  content: "\f100";
}
#about-us .the-staff-container .staff-container .slick-arrow.slick-next {
  right: 0px;
}
#about-us .the-staff-container .staff-container .slick-arrow.slick-next:after {
  content: "\f101";
}
#about-us .current-openings-container {
  background: url('images/about-us-openings-background.jpg') center center;
  background-size: cover;
  color: #fff;
  padding: 120px 0px;
}
#about-us .current-openings-container .container-title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 0.075em;
  font-weight: 300;
  line-height: 55px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
}
#about-us .current-openings-container .container-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 660px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#about-us .current-openings-container .content-text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.075em;
  font-weight: 300;
  max-width: 1150px;
  margin: 0px auto;
  padding: 0px 20px 100px 20px;
}
#about-us .current-openings-container .content-text a {
  color: #ffc300;
  font-weight: 700;
}
#blog {
  /*& .content-wrapper {
		position: relative;
		padding: 40px 0px 100px 0px;

		& .posts-container {
			max-width: 900px;
			padding: 0px 20px 30px 20px;
			width: 100%;
			margin: 0px auto;
			position: relative;
			z-index: 2;

			& .post-container {
				background-size: cover;
				background-position: center center;
				min-height: 450px;
				display: block;
				position: relative;
				margin-bottom: 30px;

				& .date {
					position: absolute;
					top: 40px;
					right: 30px;
					z-index: 3;

					& .date-month {
						color: #fff;
						font-size: 22px;
						.font-details(700, 14px, 0.075em);
						text-transform: uppercase;
					}
					& .date-day {
						color: #fff;
						font-size: 34px;
						.font-details(700, 35px, 0.05em);
					}
					& .date-year {
						color: #fff;
						font-size: 16px;
						.font-details(400, 14px, 0.075em);
					}
				}
				& .author-container {
					position: relative;
					width: 200px;
					height: 250px;
					z-index: 2;
					padding-top: 60px;
					float: left;

					& .author-image {
						width: 100px;
						height: 100px;
						border-radius: 100%;
						background-size: cover;
						background-position: center center;
						margin: 0px auto 20px auto;
					}
					& .author-name {
						color: #fff;
						text-align: center;
						font-size: 22px;
						line-height: 35px;
						letter-spacing: 0.075em;
						font-weight: 300;
						padding: 0px;
					}
					& .author-title {
						color: #fff;
						font-size: 16px;
						line-height: 20px;
						letter-spacing: 0.075em;
						font-weight: 700;
						max-width: 170px;
						width: 100%;
						margin: 0px auto;
						text-align: center;
					}
					&:after {
						content: "";
						position: absolute;
						top: 0px;
						left: 0px;
						width: 100%;
						height: 100%;
						background-color: @red;
						opacity: 0.5;
						z-index: -1;
					}
				}
				& .content-container {
					position: relative;
					z-index: 3;
					width: calc(~"100% - 400px");
					float: left;
					padding: 40px 30px;
					min-height: 450px;

					& .post-title {
						color: #fff;
						text-transform: uppercase;
						font-weight: 300;
						padding-top: 8px;
						padding-bottom: 35px;
						padding-right: 60px;
					}
					& p {
						font-size: 20px;
						color: #fff;
						line-height: 28px;
						letter-spacing: 0.05em;
					}
					& .more-link {
						position: absolute;
						right: 30px;
						bottom: 30px;
						background-color: #fff;
						//color: #fff;
						padding: 15px 10px;
					}
				}
				&:before {
					content: "";
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 100%;
					background-color: @dark-grey;
					opacity: 0.6;
					z-index: 1;
				}
				&:after {
					content: "";
					display: block;
					clear: both;
				}
				&:last-child{
					margin-bottom: 0px;
				}
			}
		}
		& .pagination-links{
			text-align: center;
			font-size: 20px;
		}
		&:before{
			content: url('./images/blog-content-header-background.svg');
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 250px;
			z-index: 1;
			overflow: hidden;
		}
		&:after{
			content: url('./images/blog-content-footer-background.svg');
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 80px;
			z-index: 1;
			overflow: hidden;
		}
	}*/
}
#beach-login .banner-container {
  height: 100vh;
}
#beach-login .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
#beach-login .overlay .content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 450px;
  padding: 50px 40px;
}
#beach-login .overlay .content-container .logo-container {
  display: block;
  text-align: center;
  max-width: 60px;
  margin: 0px auto 20px auto;
}
#beach-login .overlay .content-container .logo-container .logo {
  margin-bottom: 0px;
  width: 60px;
  height: auto;
}
#beach-login .overlay .content-container .title {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
#beach-login .overlay .content-container .error {
  color: #666;
  text-align: center;
  padding-bottom: 30px;
}
#beach-login .overlay .content-container .form-container {
  padding: 30px 0px 20px 0px;
}
#beach-login .overlay .content-container .form-container .field-container {
  width: 100%;
  max-width: none;
  margin: 0px 0px 40px 0px;
}
#beach-login .overlay .content-container .form-container .field-container .field {
  border: 1px solid #666;
  background-color: #F1F8FE;
}
#beach-login .overlay .content-container .form-container .field-container .field.fixed-label + .field-label,
#beach-login .overlay .content-container .form-container .field-container .field:focus + .field-label {
  top: -35%;
}
#beach-login .overlay .content-container .form-container .field-container .field-label {
  color: #444;
}
#beach-login .overlay .content-container .form-container .field-container .field-label i {
  color: #444;
}
#beach-login .overlay .content-container .form-container .field-container:last-child {
  margin-bottom: 0px;
}
#beach-login .overlay .content-container .button-container {
  text-align: center;
}
#beach-login .overlay .content-container .button-container .button {
  margin: 0px 10px;
}
#single-blog .content-wrapper {
  position: relative;
}
#single-blog .content-wrapper .content-container {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px 130px 20px;
}
#single-blog .content-wrapper .content-container a.button {
  background-color: #ea1d22;
  color: white;
  padding: 15px 45px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 24px;
  border: 0px;
  font-family: "Lato";
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-weight: 400;
}
#single-blog .content-wrapper .content-container a.button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
}
#single-blog .content-wrapper .content-container a.button:hover:after {
animation: button-animation linear 1 0.6s;}
#single-blog .content-wrapper .content-container .author-container {
  background-position: center center;
  background-size: cover;
  margin-bottom: 0px; /* was 50 */
}
#single-blog .content-wrapper .content-container .author-container .author {
  padding: 0px 0px;
  position: relative;
  max-width: 300px;
  z-index: 1;
}
#single-blog .content-wrapper .content-container .author-container .author .author-image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin: 0px auto 15px auto;
}
#single-blog .content-wrapper .content-container .author-container .author .author-name {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: center;
  padding: 0px;
  color: #000;
}
#single-blog .content-wrapper .content-container .author-container .author .author-title {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.075em;
  font-weight: 700;
  max-width: 170px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  color: #000;
}
#single-blog .content-wrapper .content-container .author-container .author:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
#  background-color: #00a0d2;
  opacity: 0.5;
  z-index: -1;
}
#single-blog .content-wrapper .content-container .post-info-container {
  #padding-bottom: 15px;
  #padding-left: 250px;
  color: #263238;
  #margin-bottom: -100px;
  #max-width: 600px;

}
#single-blog .content-wrapper .content-container .post-info-container .date {
  float: left;
  padding-right: 50px;
}
#single-blog .content-wrapper .content-container .post-info-container .date .date-month {
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
#single-blog .content-wrapper .content-container .post-info-container .date .date-day {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 35px;
}
#single-blog .content-wrapper .content-container .post-info-container .date .date-year {
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 14px;
}
#single-blog .content-wrapper .content-container .post-info-container .post-info .post-title {
  color: #263238;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 300;
  line-height: 38px;
}
#single-blog .content-wrapper .content-container .post-content {
  max-width: 900px;
  #margin: -50px auto;
  #padding-top: -50px;
}
#single-blog .content-wrapper .content-container .subtitle {
	font-size: 1em;
	color: black;
	text-decoration: none;
	#line-height: 2.5em;
}
#single-blog .content-wrapper .content-container h3 {
	#font-size: 2em;
	font-size: 22px;
	color: black;
	text-decoration: none;
	#line-height: 2.5em;
}
#single-blog .content-wrapper .content-container a {
  color: #f59d2a;
  font-weight: 700;
}
#single-blog .content-wrapper .content-container p {
  font-size: 20px;
  color: #263238;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 10px;
}
#single-blog .content-wrapper .content-container ul {
  list-style: none;
  font-size: 20px;
  color: #263238;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 0px 30px 0px;
}
#single-blog .content-wrapper .content-container ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
}
#single-blog .content-wrapper .content-container ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 15px;
  height: 15px;
  background-color: #f59d2a;
  border-radius: 100%;
}
#single-blog .content-wrapper .content-container ol {
  list-style: decimal;
  font-size: 20px;
  color: #263238;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 0px 30px 0px;
}
#single-blog .content-wrapper .content-container ol li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
}

#single-blog .content-wrapper .content-container .divider {
  max-width: 100%;
  width: 99%;
  height: 2px;
  margin: 30px auto;
  background-color: #263238;
}
#single-blog .content-wrapper .content-container .related-posts-container {
  padding: 0px 0px 50px 0px;
  max-width: 1240px;
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts-title {
  text-transform: uppercase;
  color: #455a64;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  
  /*
  -webkit-justify-content: space-between;
  justify-content: space-between;*/
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post {
  background-color: #263238;
  background-size: cover;
  background-position: center center;
  width: calc(25% - 5px);
  padding: 45px 17px;
  position: relative;
  z-index: 1;
  text-decoration:none;
  margin-right:5px; 
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration:none !important;
  text-shadow: 2px 2px rgba(0,0,0,1.00);
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .date {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 12px;
  padding-bottom: 0px;
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post:hover:after {
  opacity: 0.1;
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #263238;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: -1;
}

/* related posts blog only - jolmes Au 18 2016 */
#single-blog .content-wrapper .content-container .related-posts-container .related-posts-title {
  text-transform: uppercase;
  color: #455a64;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  
  /*
  -webkit-justify-content: space-between;
  justify-content: space-between;*/
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-posts-blog {
  background-color: #263238;
  background-size: cover;
  background-position: center center;
  width: calc(25% - 5px);
  padding: 45px 17px;
  position: relative;
  z-index: 1;
  text-decoration:none;
  margin-right:5px; 

}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-posts-blog .title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration:none !important;
  text-shadow: 2px 2px rgba(0,0,0,1.00);
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-posts-blog .date {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 12px;
  padding-bottom: 0px;
}

#single-blog .content-wrapper .content-container .related-posts-container .related-posts #text {
  width:100%;
  max-width:210px;
  background-color:black !important;
  color:white !important;
  padding:10px;
  min-height:250px;
  padding-bottom:20px;
  margin-right:5px;
}

@media (max-width:790px){
	#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-posts-blog {
	  background-color: #263238;
	  background-size: cover;
	  background-position: center center;
	  width: calc(20% - 5px); 
	  max-width:100%;
	  position: relative;
	  z-index: 1;
	  text-decoration:none;
	  margin-right:5px; 
	}
	#single-blog .content-wrapper .content-container .related-posts-container .related-posts #text {
	  width:100%;
	  max-width:100%;
	  background-color:black !important;
	  color:white !important;
	  padding:10px; 
	  padding-bottom:20px;
	  margin-right:5px;
	}
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-posts-blog:hover:after {
  opacity: 0.1;
}
#single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-posts-blog:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*
  background-color: #263238;
  opacity: 0.5;*/
  transition: all 0.3s;
  z-index: -1;
}
/* end */
#single-blog .content-wrapper .content-container .more-posts-container {
  padding: 0px 65px 30px 65px;
}
#single-blog .content-wrapper .content-container .more-posts-container .more-posts-title {
  text-transform: uppercase;
  color: #455a64;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
#single-blog .content-wrapper .content-container .more-posts-container .post-link {
  color: #263238;
  padding-right: 10px;
  display: inline;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 27px;
}
#single-blog .content-wrapper .content-container .more-posts-container .post-link:after {
  content: " ";
  padding-left: 10px;
}
#single-blog .content-wrapper .content-container .more-posts-container .post-link:last-child:after {
  content: none;
}
#single-blog .content-wrapper .content-container .submit-comment-container {
  padding: 0px 65px 20px 65px;
}
#single-blog .content-wrapper .content-container .submit-comment-container .title {
  color: #263238;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 0.025em;
}
#single-blog .content-wrapper .content-container .submit-comment-container .dual-input-container {
  margin-bottom: 10px;
}
#single-blog .content-wrapper .content-container .submit-comment-container .dual-input-container .input-container {
  width: calc(50% - 5px);
  position: relative;
  overflow: hidden;
  float: left;
}
#single-blog .content-wrapper .content-container .submit-comment-container .dual-input-container .input-container:nth-child(2) {
  float: right;
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container {
  position: relative;
  overflow: hidden;
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .textarea,
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #263238;
  outline: none;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 0.025em;
  background-color: #eceff1;
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .textarea:focus,
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .input:focus {
  border-color: #455a64;
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .textarea:focus ~ .label,
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .input:focus ~ .label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .label {
  position: absolute;
  bottom: 100%;
  left: 10px;
  -webkit-transform: translateY(130%);
  -ms-transform: translateY(130%);
  transform: translateY(130%);
  transition: all 0.4s;
  color: #455a64;
  font-size: 20px;
  letter-spacing: 0.025em;
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container .textarea {
  min-height: 100px;
  resize: none;
}
#single-blog .content-wrapper .content-container .submit-comment-container .input-container.active .label {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#single-blog .content-wrapper .content-container .submit-comment-container .error-message {
  color: #ea1d22;
  padding-top: 20px;
}
#single-blog .content-wrapper .content-container .submit-comment-container .submit-container {
  text-align: right;
  padding-top: 5px;
}
#single-blog .content-wrapper .content-container .submit-comment-container .submit-container .submit-button {
  background-color: #f59d2a;
  padding: 10px 15px;
  color: #fff;
  border: 0px;
  display: inline-block;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.075em;
  font-weight: 300;
  cursor: pointer;
}
#single-blog .content-wrapper .content-container .comments-container {
  padding: 0px 65px 40px 65px;
}
#single-blog .content-wrapper .content-container .comments-container .comment {
  padding-bottom: 30px;
}
#single-blog .content-wrapper .content-container .comments-container .comment .comment-date {
  float: left;
  padding-right: 15px;
  width: 60px;
}
#single-blog .content-wrapper .content-container .comments-container .comment .comment-date .date-month {
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
#single-blog .content-wrapper .content-container .comments-container .comment .comment-date .date-day {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 35px;
}
#single-blog .content-wrapper .content-container .comments-container .comment .comment-date .date-year {
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 14px;
}
#single-blog .content-wrapper .content-container .comments-container .comment .comment-content {
  float: right;
  width: calc(100% - 60px);
}
#single-blog .content-wrapper .content-container .comments-container .comment .comment-content .comment-title {
  color: #f59d2a;
  font-size: 23px;
  line-height: 20px;
  padding-bottom: 10px;
}
#single-blog .content-wrapper:before {
  content: url('images/trans.png');
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
#single-blog .content-wrapper:after {
  content: url('images/blog-content-footer-background.jpg');
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
#single-report .social-media-container .sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#single-report .social-media-container .sm-wrapper .left-container {
  width: 50%;
  padding-right: 40px;
  max-width: 650px;
}
#single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
  padding-bottom: 30px;
}
#single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container {
  padding: 50px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
#single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.075em;
  padding: 0px 0px 0px 150px;
}
#single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container.facebook-container {
  background-color: #007cc2;
}
#single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container.twitter-container {
  background-color: #44c9f6;
}
#single-report .social-media-container .sm-wrapper .right-container {
  width: 50%;
  padding-left: 40px;
}
#single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container {
  max-width: 50%;
}
#single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container p {
  padding-left: 20px;
}
#single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container .graphic {
  display: block;
}
#single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container:nth-child(1) {
  padding-right: 10px;
}
#single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container:nth-child(2) {
  padding-left: 10px;
}
#single-report .quiz-container {
  background-color: #697a83;
}
#single-report .quiz-container .empty-container {
  min-height: 500px;
  position: relative;
}
#single-report .quiz-container .empty-container .empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#single-campaign .solutions-container {
  padding: 100px 0px 0px 0px;
  background-color: #f57f17;
}
#single-campaign .solutions-container .subtext {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px 20px 80px 20px;
  text-align: center;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: normal;
}
#single-campaign .solutions-container .campaign-solutions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container {
  display: block;
  padding: 100px 5vw;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  /*&:nth-child(1),
				&:nth-child(4){
					&:after {
						background-color: @yellow;
					}
				}
				&:nth-child(2),
				&:nth-child(3){
					&:after {
						background-color: @grey;
					}
				}*/
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container .content {
  position: relative;
  z-index: 2;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {

  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.075em;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container .allLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container .button {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.4s;
  background-color: #455a64;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container:hover:after {
  opacity: 0.6;
}
#single-campaign .solutions-container .campaign-solutions-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F68B2D;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
#single-campaign .Wsolutions-container {
  padding: 100px 0px 0px 0px;
}
#single-campaign .Wsolutions-container .subtext {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px 20px 80px 20px;
  text-align: center;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: normal;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
  display: block;
  padding: 100px 5vw;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  /*&:nth-child(1),
				&:nth-child(4){
					&:after {
						background-color: @yellow;
					}
				}
				&:nth-child(2),
				&:nth-child(3){
					&:after {
						background-color: @grey;
					}
				}*/
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content {
  position: relative;
  z-index: 2;
}
#single-campaign .Wsolutions-container .Wcampaign-solutions-container .Wsolution-container .content .title {

  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.075em;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .allLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .button {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.4s;
  background-color: #455a64;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container:hover:after {
  opacity: 0.6;
}
#single-campaign .Wsolutions-container .campaign-Wsolutions-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #469743;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
#single-campaign .timeline-container .sub-title {
  max-width: 1480px;
  padding: 0px 20px;
  margin: 0px auto;
  text-align: center;
}
#single-campaign .timeline-container .timeline-slider {
  padding-top: 50px;
  position: relative;
}
#single-campaign .timeline-container .timeline-slider .slick-track {
  position: relative;
}
#single-campaign .timeline-container .timeline-slider .slick-track:before {
  display: block;
  content: "";
  position: absolute;
  top: 148px;
  left: 50%;
  width: calc(100% - 300px);
  height: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('images/dot.svg') right center repeat-x;
  z-index: -1;
}
#single-campaign .timeline-container .timeline-slider .timeline-item {
  outline: none;
  padding: 0px 40px;
  position: relative;
}
#single-campaign .timeline-container .timeline-slider .timeline-item .image {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0px auto 30px auto;
  border: 5px solid #fff;
}
#single-campaign .timeline-container .timeline-slider .timeline-item .image .time {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
}
#single-campaign .timeline-container .timeline-slider .timeline-item .title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding-bottom: 15px;
}
#single-campaign .timeline-container .timeline-slider .timeline-item .text {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  max-width: 400px;
  margin: 0px auto;
}
#single-campaign .timeline-container .timeline-slider .timeline-item:hover .title {
  text-decoration: underline;
}
#single-campaign .timeline-container .timeline-slider .slick-prev,
#single-campaign .timeline-container .timeline-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0px;
  background-color: #ea1d22;
  border-radius: 50%;
  outline: none;
  transition: all 0.4s;
  opacity: 1;
  text-indent: -9999px;
  z-index: 10;
}
#single-campaign .timeline-container .timeline-slider .slick-prev.slick-disabled,
#single-campaign .timeline-container .timeline-slider .slick-next.slick-disabled {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
}
#single-campaign .timeline-container .timeline-slider .slick-prev:after,
#single-campaign .timeline-container .timeline-slider .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  font-family: "FontAwesome";
  text-indent: 0px;
  line-height: 0px;
}
#single-campaign .timeline-container .timeline-slider .slick-prev {
  left: -60px;
}
#single-campaign .timeline-container .timeline-slider .slick-prev:after {
  content: "\f104";
}
#single-campaign .timeline-container .timeline-slider .slick-next {
  right: -60px;
}
#single-campaign .timeline-container .timeline-slider .slick-next:after {
  content: "\f105";
}
#single-campaign .breaking-news-container .news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding-top: 50px;
}
#single-campaign .breaking-news-container .news-container .post-container {
  max-width: 330px;
  padding: 0px 20px 60px 20px;
  position: relative;
}
#single-campaign .breaking-news-container .news-container .post-container .image-container {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin: 0px auto 20px auto;
}
#single-campaign .breaking-news-container .news-container .post-container .title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
}
#single-campaign .breaking-news-container .news-container .post-container .excerpt {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
}
#single-campaign .breaking-news-container .news-container .post-container .button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  padding: 15px 0px;
  font-size: 18px;
}
#single-campaign .white-wrapper {
  background-image: url('images/campaign-white-background.jpg');
  background-position: right center;
  background-size: cover;
}
#single-campaign .white-wrapper .testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 45px 200px;
}
#single-campaign .white-wrapper .testimonial-container .image {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
#single-campaign .white-wrapper .testimonial-container .testimonial {
  max-width: 870px;
}
#single-campaign .white-wrapper .testimonial-container .testimonial .text {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.075em;
  font-weight: 300;
  color: #37474f;
  padding-bottom: 5px;
}
#single-campaign .white-wrapper .testimonial-container .testimonial .text:before {
  content: "“";
}
#single-campaign .white-wrapper .testimonial-container .testimonial .text:after {
  content: "”";
}
#single-campaign .white-wrapper .testimonial-container .testimonial .from {
  font-size: 21px;
  line-height: 30px;
  letter-spacing: normal;
  color: #37474f;
  text-align: right;
}
#single-campaign .campaigners-wrapper {
  background: #00a0d2 url('images/campaign-campaigners-background.jpg') center center;
  background-size: cover;
  padding: 60px 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#single-campaign .campaigners-wrapper .content {
  max-width: 650px;
  padding-right: 40px;
}
#single-campaign .campaigners-wrapper .content p {
  color: #fff;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.075em;
  padding-bottom: 20px;
}
#single-campaign .campaigners-wrapper .campaigners-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 700px;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner {
  width: 50%;
  padding: 0px 10px 50px 10px;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container {
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0px auto 10px auto;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container .icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  border: 4px solid #fff;
  padding: 20px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3, 1.3);
  transform: translate(-50%, -50%) scale(1.3, 1.3);
  opacity: 0;
  transition: all 0.3s;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container .icon-container .icon {
  font-size: 25px;
  line-height: 0px;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ff8f00;
  opacity: 0.0;
  transition: all 0.3s;
  border-radius: 50%;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container:hover .icon-container {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .name {
  font-size: 27px;
  line-height: 29px;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
}
#single-campaign .campaigners-wrapper .campaigners-container .campaigner .position {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.075em;
  font-weight: 300;
  color: #fff;
  text-align: center;
  max-width: 250px;
  margin: 0px auto;
}
#single-campaign .community-wrapper {
  padding: 115px 0px;
  background-size: cover;
  background-position: center center;
}
#single-campaign .community-wrapper p {
  max-width: 1120px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  #text-align: center;
  padding: 0px 20px 50px 20px;
}
######I WAZ HERE
#single-campaign .testimonial-container {
  background-position: left center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#single-campaign .testimonial-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/donate-testimonial-overlay.png');
  background-position: right center;
  background-repeat: no-repeat;
}
#single-campaign .testimonial-container .content-container {
  position: relative;
  z-index: 2;
  padding: 230px 200px 170px 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 875px;
}
#single-campaign .testimonial-container .content-container .testimonial {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: left;
  padding-bottom: 10px;
}
#single-campaign .testimonial-container .content-container .testimonial:before {
  content: "“";
}
#single-campaign .testimonial-container .content-container .testimonial:after {
  content: "”";
}
#single-campaign .testimonial-container .content-container .from {
  font-size: 21px;
  line-height: 30px;
  text-align: right;
  padding-bottom: 50px;
}
#single-campaign .testimonial-container .content-container .button {
  margin: 0px auto;
}
#single-beach .about-section {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#single-beach .about-section .catalog-link {
  position: absolute;
  top: 50px;
  left: 100px;
  background-color: #fff;
  color: #0e67bf;
  padding: 15px 40px;
  font-size: 18px;
}
#single-beach .about-section .catalog-link .fa {
  padding-right: 10px;
}
#single-beach .about-section .content-container {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 170px 200px 200px 60px;
}
#single-beach .about-section .content-container .title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#single-beach .about-section .content-container .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: 0.075em;
  font-weight: 300;
  padding-bottom: 30px;
}
#single-beach .about-section .content-container p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 26px;
  padding-bottom: 30px;
}
#single-beach .about-section:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 45%;
  width: 100%;
  height: 100%;
  background-color: #00bfa5;
  opacity: 0.9;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
#single-beach .data-section {
  position: relative;
  background: url('images/beach-data-background.jpg') center center;
  background-size: cover;
  padding: 95px 0px 110px 0px;
}
#single-beach .data-section .data-container {
  padding: 0px 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#single-beach .data-section .data-container .gallery-container {
  width: calc(33% - 10px);
  max-width: 530px;
  position: relative;
  z-index: 2;
}
#single-beach .data-section .data-container .gallery-container .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
}
#single-beach .data-section .data-container .gallery-container .gallery .gallery-item {
  width: calc(25% - 10px);
}
#single-beach .data-section .data-container .gallery-container .gallery .gallery-item .attachment-thumbnail {
  margin-bottom: 10px;
}
#single-beach .data-section .data-container .gallery-container .gallery .gallery-item:nth-child(n+9) .attachment-thumbnail {
  margin-bottom: 0px;
}
#single-beach .data-section .data-container .gallery-container .gallery-image {
  display: block;
  width: calc(25% - 10px);
  line-height: 0px;
}
#single-beach .data-section .data-container .gallery-container .gallery-image img {
  margin-bottom: 0px;
}
#single-beach .data-section .data-container .facilities-container {
  position: relative;
  z-index: 1;
  width: calc(33% - 10px);
  max-width: 530px;
}
#single-beach .data-section .data-container .facilities-container .title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.075em;
  padding: 20px 45px;
  background-color: #dfa416;
}
#single-beach .data-section .data-container .facilities-container .facilities-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 33px 0px;
  position: relative;
}
#single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list {
  width: 50%;
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.075em;
  font-weight: 300;
}
#single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list li {
  padding-bottom: 15px;
}
#single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
  padding-left: 40px;
  padding-right: 20px;
}
#single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
  padding-left: 20px;
  padding-right: 40px;
}
#single-beach .data-section .data-container .facilities-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.15;
}
#single-beach .data-section .data-container .quality-container {
  position: relative;
  z-index: 2;
  width: calc(33% - 10px);
  max-width: 530px;
}
#single-beach .data-section .data-container .quality-container .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #009900;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 10px;
}
#single-beach .data-section .data-container .quality-container .title-container-fail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #FF0000;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 10px;
}
#single-beach .data-section .data-container .quality-container .title-container .logo {
  height: 66px;
  width: auto;
  margin-bottom: 0px;
  margin-right: 20px;
}
#single-beach .data-section .data-container .quality-container .title-container-fail .logo {
  height: 66px;
  width: auto;
  margin-bottom: 0px;
  margin-right: 20px;
}
#single-beach .data-section .data-container .quality-container .title-container .title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.075em;
  padding: 0px 10px;
}
#single-beach .data-section .data-container .quality-container .title-container-fail .title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.075em;
  padding: 0px 10px;
}
#single-beach .data-section .data-container .quality-container .water-quality-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 45px 0px;
}
#single-beach .data-section .data-container .quality-container .water-quality-container .water-quality {
  font-size: 49px;
  line-height: 49px;
  padding-bottom: 0px;
  padding: 5px 25px 5px 0px;
  border-right: 2px solid #538ecb;

}
#single-beach .data-section .data-container .quality-container .water-quality-container .reading-container {
  padding-left: 25px;
}
#single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-sub-title {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.075em;
  padding-bottom: 0px;
}
#single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-title {
  font-size: 16px;
  letter-spacing: 0.075em;
  padding-bottom: 0px;
}
#single-beach .data-section .data-container .quality-container .water-quality-data {
  position: relative;
  padding: 60px 45px;
}
#single-beach .data-section .data-container .quality-container .water-quality-data a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.075em;
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  padding-bottom: 5px;
}
#single-beach .data-section .data-container .quality-container .water-quality-data:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.15;
}
#single-beach .data-section:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #2875c4;
}
#single-beach #map-container {
  position: relative;
}
#single-beach #map-container .map-directions {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 14px 50px;
  background-color: #2c68b3;
  z-index: 10;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  cursor: pointer;
}
#single-beach #map-container .map {
  min-height: 500px;
}
#single-job .job-content-container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 30px 20px;
}
#single-job .job-content-container h1,
#single-job .job-content-container h2,
#single-job .job-content-container h3,
#single-job .job-content-container h4,
#single-job .job-content-container h5,
#single-job .job-content-container h6,
#single-job .job-content-container p,
#single-job .job-content-container ol,
#single-job .job-content-container ul {
  color: #263238;
}
#single-job .job-content-container p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}
#single-job .job-content-container ul,
#single-job .job-content-container ol {
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
}
#donate .donate-banner-container {
  background-size: cover;
  background-position: center center;
  min-height: 720px;
  position: relative;
  padding: 40px 45px;
}
#donate .donate-banner-container .logo-container {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#donate .donate-banner-container .logo-container .logo {
  width: 190px;
  height: auto;
  margin-bottom: 0px;
}
#donate .donate-banner-container .content-container {
  background-color: rgba(77, 208, 225, 0.75);
  padding: 50px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 460px;
  width: calc(100% - 40px);
}
#donate .donate-banner-container .content-container .title {
  font-size: 50px;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}
#donate .donate-banner-container .content-container .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 9px;
  left: 0px;
}
#donate .donate-banner-container .content-container .text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  padding-bottom: 20px;
  max-width: 230px;
  margin: 0px auto;
}
#donate .donate-banner-container .content-container .donate-button {
  background-color: #ff9800;
  color: #fff;
  width: 100%;
  padding: 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#donate .donate-banner-container .mobile-menu-icon-container {
  position: fixed;
  top: 40px;
  right: 25px;
  display: none;
  z-index: 3;
}
#donate .donate-banner-container .mobile-menu-icon-container .mobile-menu-icon {
  margin-bottom: 0px;
  width: 40px;
  height: auto;
}
#donate .donate-banner-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #263238;
  opacity: 0.2;
}
#donate .testimonial-container {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#donate .testimonial-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/donate-testimonial-overlay.png');
  background-position: right center;
  background-repeat: no-repeat;
}
#donate .testimonial-container .content-container {
  position: relative;
  z-index: 2;
  padding: 230px 200px 170px 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 875px;
}
#donate .testimonial-container .content-container .testimonial {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: left;
  padding-bottom: 10px;
}
#donate .testimonial-container .content-container .testimonial:before {
  content: "“";
}
#donate .testimonial-container .content-container .testimonial:after {
  content: "”";
}
#donate .testimonial-container .content-container .from {
  font-size: 21px;
  line-height: 30px;
  text-align: right;
  padding-bottom: 50px;
}
#donate .testimonial-container .content-container .button {
  margin: 0px auto;
}
#donate .actions-container {
  position: relative;
  overflow: hidden;
}
#donate .actions-container .action-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 100%;
}
#donate .actions-container .action-buttons-container .action-button {
  cursor: pointer;
  width: 15%;
  padding: 20px 0px 15px 0px;
  position: relative;
  height: 100px;
}
#donate .actions-container .action-buttons-container .action-button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s;
}
#donate .actions-container .action-buttons-container .action-button:nth-child(even):after {
  background-color: #546e7a;
}
#donate .actions-container .action-buttons-container .action-button:nth-child(odd):after {
  background-color: #455a64;
}
#donate .actions-container .action-buttons-container .action-button .icon-container {
  width: 100%;
  height: 35px;
  position: relative;
  margin-bottom: 5px;
}
#donate .actions-container .action-buttons-container .action-button .icon-container .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  margin: 0px auto;
}
#donate .actions-container .action-buttons-container .action-button .icon-container .icon .path {
  fill: #37474f;
  transition: all 0.3s;
}
#donate .actions-container .action-buttons-container .action-button .title {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 0px 20px;
  text-transform: uppercase;
  color: #263238;
  transition: all 0.3s;
}
#donate .actions-container .action-buttons-container .action-button.active .icon-container .icon .path {
  fill: #fff;
}
#donate .actions-container .action-buttons-container .action-button.active .title {
  color: #fff;
}
#donate .actions-container .action-buttons-container .action-button.active:after {
  opacity: 0;
}
#donate .actions-container .actions-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 700%;
  transition: all 0.4s;
}
#donate .actions-container .actions-content-container .action-content-container {
  width: 100%;
  padding: 230px 0px 150px 0px;
  transition: all 0.2s;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#donate .actions-container .actions-content-container .action-content-container.active {
  opacity: 1;
  transition: all 0.4s;
}
#donate .actions-container .actions-content-container .action-content-container.action-0:before {
  background-image: url('images/action-pattern-1.svg');
}
#donate .actions-container .actions-content-container .action-content-container.action-1:before {
  background-image: url('images/action-pattern-2.svg');
}
#donate .actions-container .actions-content-container .action-content-container.action-2:before {
  background-image: url('images/action-pattern-3.svg');
}
#donate .actions-container .actions-content-container .action-content-container.action-3:before {
  background-image: url('images/action-pattern-4.svg');
}
#donate .actions-container .actions-content-container .action-content-container.action-4:before {
  background-image: url('images/action-pattern-5.svg');
}
#donate .actions-container .actions-content-container .action-content-container.action-5:before {
  background-image: url('images/action-pattern-6.svg');
}
#donate .actions-container .actions-content-container .action-content-container.action-6:before {
  background-image: url('images/action-pattern-7.svg');
}
#donate .actions-container .actions-content-container .action-content-container .action-content {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
  z-index: 3;
  text-align: center;
}
#donate .actions-container .actions-content-container .action-content-container .action-content .title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0px 20px 50px 20px;
}
#donate .actions-container .actions-content-container .action-content-container .action-content .title:after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75%;
  height: 2px;
  max-width: 600px;
  background-color: #fff;
}
#donate .actions-container .actions-content-container .action-content-container .action-content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  padding: 0px 40px 30px 40px;
}
#donate .actions-container .actions-content-container .action-content-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  z-index: 2;
  background-repeat: no-repeat;
}
#donate .actions-container .actions-content-container .action-content-container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #b0bec5;
  opacity: 0.87;
}
#donate .actions-container .actions-dots-container {
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  text-align: center;
}
#donate .actions-container .actions-dots-container .dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0px 4px;
  transition: all 0.4s;
  cursor: pointer;
}
#donate .actions-container .actions-dots-container .dot.active {
  background-color: #fff;
}
#donate .contact-container .text {
  width: 100%;
  max-width: 880px;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 50px;
}
#donate .contact-container .contact-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 920px;
  margin: 0px auto;
}
#donate .contact-container .contact-info-container .contact-info {
  width: 34%;
}
#donate .contact-container .contact-info-container .contact-info .icon {
  display: block;
  margin: 0px auto 20px auto;
}
#donate .contact-container .contact-info-container .contact-info .title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#donate .contact-container .contact-info-container .contact-info .title:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 100px;
  height: 3px;
  background-color: #f00;
}
#donate .contact-container .contact-info-container .contact-info .text {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 250px;
  margin: 0px auto;
}
#take-action .section.yellow {
  background-color: #ff8400;
}
#take-action .section.yellow .section-actions-container .actions-container .action.active .thumbnail:after {
  background-color: #ff8400;
}
#take-action .section.yellow .section-actions-container .actions-container .action.active .title {
  color: #ff8400;
}
#take-action .section.yellow .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .supporters-bar {
  background: #fbc02d;
  background: linear-gradient(to right, #fbc02d 0%, #ff8400 100%);
}
#take-action .section.blue {
  background-color: #26c6da;
}
#take-action .section.blue .section-actions-container .actions-container .action .thumbnail:after {
  background-color: #26c6da;
}
#take-action .section.blue .section-actions-container .actions-container .action.active .title {
  color: #26c6da;
}
#take-action .section.blue .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .supporters-bar {
  background: #fbc02d;
  background: linear-gradient(to right, #26c6da 0%, #1565c0 100%);
}
#take-action .section.blue .section-actions-container .actions-content-container:after {
  background-color: #1e3f4b;
}
#take-action .section.green {
  background-color: #43a047;
}
#take-action .section.green .section-actions-container .actions-container .action .thumbnail:after {
  background-color: #43a047;
}
#take-action .section.green .section-actions-container .actions-container .action.active .title {
  color: #43a047;
}
#take-action .section.green .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .supporters-bar {
  background: #fbc02d;
  background: linear-gradient(to right, #00e676 0%, #43a047 100%);
}
#take-action .section.green .section-actions-container .actions-content-container:after {
  background-color: #0b2f11;
}
#take-action .section.purple {
  background-color: #5e35b1;
}
#take-action .section.purple .section-actions-container .actions-container .action .thumbnail:after {
  background-color: #5e35b1;
}
#take-action .section.purple .section-actions-container .actions-container .action.active .title {
  color: #9575cd;
}
#take-action .section.purple .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .supporters-bar {
  background: #fbc02d;
  background: linear-gradient(to right, #ab47bc 0%, #5e35b1 100%);
}
#take-action .section.purple .section-actions-container .actions-content-container:after {
  background-color: #1a092c;
}
#take-action .section .content {
  padding: 120px 100px;
  color: #fff;
  max-width: 1640px;
}
#take-action .section .content .title {
  font-size: 66px;
  line-height: 66px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-transform: uppercase;
}
#take-action .section .content .text {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.075em;
}
#take-action .section .section-actions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#take-action .section .section-actions-container .actions-container {
  counter-reset: action-counter;
  width: 38%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#take-action .section .section-actions-container .actions-container .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #37474f;
  cursor: pointer;
  width: 100%;
}
#take-action .section .section-actions-container .actions-container .action .thumbnail {
  width: 30%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#take-action .section .section-actions-container .actions-container .action .thumbnail .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  z-index: 2;
}
#take-action .section .section-actions-container .actions-container .action .thumbnail:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
#take-action .section .section-actions-container .actions-container .action .title-container {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
#take-action .section .section-actions-container .actions-container .action .title-container .title {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.075em;
  padding: 0px 40px 0px 60px;
  position: relative;
  transition: all 0.3s;
}
#take-action .section .section-actions-container .actions-container .action .title-container .title:before {
  content: counter(action-counter) ".";
  counter-increment: action-counter;
  position: absolute;
  top: 0px;
  left: 30px;
}
#take-action .section .section-actions-container .actions-container .action.active .thumbnail:after {
  opacity: 0.6;
}
#take-action .section .section-actions-container .actions-container .action:nth-child(even) {
  background-color: #455a64;
}
#take-action .section .section-actions-container .actions-container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #fff;
  z-index: 10;
}
#take-action .section .section-actions-container .actions-content-container {
  width: 62%;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 300%;
  height: 100%;
  transition: all 0.4s;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container {
  width: 100%;
  max-width: 935px;
  padding: 80px 50px;
  color: #fff;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
  font-size: 38px;
  line-height: 43px;
  letter-spacing: 0.075em;
  font-weight: 300;
  padding-bottom: 20px;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container {
  width: 100%;
  background-color: #cfd8dc;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .number-supporters {
  position: relative;
  z-index: 2;
  color: #cfd8dc;
  text-transform: uppercase;
  padding: 25px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .supporters-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 1.5s;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .supporters-bar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .button {
  font-size: 24px;
  letter-spacing: 0.075em;
  padding: 15px 25px;
}
#take-action .section .section-actions-container .actions-content-container .more-link {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
  padding: 25px 15px;
  writing-mode: tb-rl;
  font-size: 13px;
}
#take-action .section .section-actions-container .actions-content-container .more-link.left {
  right: auto;
  left: -40px;
}
#take-action .section .section-actions-container .actions-content-container .more-link.orange {
  background-color: #ff8400;
}
#take-action .section .section-actions-container .actions-content-container .more-link.blue {
  background-color: #26c6da;
}
#take-action .section .section-actions-container .actions-content-container .more-link.green {
  background-color: #469743;
}
#take-action .section .section-actions-container .actions-content-container .more-link.purple {
  background-color: #452d9d;
}
#take-action .section .section-actions-container .actions-content-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #4d381a;
  opacity: 0.73;
}
#take-action .section .section-actions-container.right .actions-container {
  -webkit-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#take-action .section .section-actions-container.right .actions-container:after {
  right: auto;
  left: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#take-action .section .section-actions-container.right .actions-content-container {
  -webkit-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#beach-catalog .about-section {
  background-color: #1976d2;
  padding: 70px 0px;
}
#beach-catalog .about-section .title {
  font-size: 71px;
  line-height: 60px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
#beach-catalog .about-section .title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 70%;
  height: 2px;
  max-width: 430px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
#beach-catalog .about-section p {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 970px;
  text-align: center;
}
#blue-flag .about-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#blue-flag .about-section .trapezoid-container {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#blue-flag .about-section .content-container {
  position: relative;
  z-index: 2;
  width: 1000px;
  padding: 200px 0px 100px 0px;
}
#blue-flag .about-section .content-container .content-wrapper {
  max-width: 600px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.075em;
}
#blue-flag .about-section .content-container .content-wrapper .title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 0.075em;
  position: relative;
  padding-bottom: 40px;
}
#blue-flag .about-section .content-container .content-wrapper .title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 90%;
  height: 2px;
  max-width: 440px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
#blue-flag .about-section .content-container .content-wrapper p {
  padding-bottom: 30px;
}
#blue-flag .about-section .content-container .content-wrapper .button {
  color: #0dbbac;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.075em;
  padding: 15px 20px;
}
#blue-flag .split-section {
  background: url("images/blue-flag-split-background.jpg") center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 110px 20px;
  position: relative;
}
#blue-flag .split-section .option-container {
  width: 50%;
  padding: 120px 20px 100px 20px;
  text-align: center;
}
#blue-flag .split-section .option-container h1 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0px auto;
  padding-bottom: 30px;
}
#blue-flag .split-section .option-container:first-child h1 {
  max-width: 680px;
}
#blue-flag .split-section .option-container:last-child h1 {
  max-width: 460px;
}
#blue-flag .split-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 220px);
  width: 2px;
  background-color: #fff;
}
#blue-flag .impact-section {
  background: url("images/blue-flag-impact-background.jpg") center center;
  background-size: cover;
  padding: 120px 0px 50px 0px;
}
#blue-flag .impact-section .title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
#blue-flag .impact-section .title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  max-width: 670px;
}
#blue-flag .impact-section .stats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  max-width: 960px;
  margin: 0px auto;
  padding: 40px 0px;
}
#blue-flag .impact-section .stats-container .stat {
  text-align: center;
}
#blue-flag .impact-section .stats-container .stat .icon-container {
  margin: 0px auto 40px auto;
  border: 10px solid #c6ff00;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
}
#blue-flag .impact-section .stats-container .stat .icon-container .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
}
#blue-flag .impact-section .stats-container .stat .stat-title {
  font-size: 47px;
  letter-spacing: 0.075em;
  padding-bottom: 0px;
  font-weight: 700;
}
#blue-flag .impact-section .stats-container .stat .stat-sub-title {
  max-width: 300px;
  margin: 0px auto;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#blue-flag .impact-section .stats-container .stat:nth-child(1) .icon-container {
  border-color: #7e57c2;
}
#blue-flag .impact-section .stats-container .stat:nth-child(2) .icon-container {
  border-color: #ffb300;
}
#blue-flag .success-section {
  background: url("images/blue-flag-success-background.jpg") center center;
  background-size: cover;
  padding: 60px 0px;
}
#blue-flag .success-section .title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
#blue-flag .success-section .title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  max-width: 440px;
}
#blue-flag .success-section .text {
  max-width: 840px;
  padding: 0px 20px 30px 20px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
#blue-flag .success-section .stories-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
}
#blue-flag .success-section .stories-container .story-container {
  text-align: center;
}
#blue-flag .success-section .stories-container .story-container .image-container {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  margin: 0px auto 30px auto;
}
#blue-flag .success-section .stories-container .story-container .date {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
#blue-flag .success-section .stories-container .story-container .date:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background-color: red;
}
#blue-flag .success-section .stories-container .story-container .name {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 30px 20px 30px;
  text-decoration: none;
}
#blue-flag .success-section .stories-container .story-container p {
  max-width: 300px;
  margin: 0px auto;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
#blue-flag .success-section .stories-container .slick-prev,
#blue-flag .success-section .stories-container .slick-next {
  width: 50px;
  height: 50px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
#blue-flag .success-section .stories-container .slick-prev:hover,
#blue-flag .success-section .stories-container .slick-next:hover {
  background-color: #fff;
}
#blue-flag .success-section .stories-container .slick-prev:hover:after,
#blue-flag .success-section .stories-container .slick-next:hover:after {
  color: #00a0d2;
}
#blue-flag .success-section .stories-container .slick-prev:after,
#blue-flag .success-section .stories-container .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0px;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
}
#blue-flag .success-section .stories-container .slick-prev {
  left: 20px;
}
#blue-flag .success-section .stories-container .slick-prev:after {
  content: "\f100";
}
#blue-flag .success-section .stories-container .slick-next {
  right: 20px;
}
#blue-flag .success-section .stories-container .slick-next:after {
  content: "\f101";
}
#blue-flag .map-section {
  background-color: #e3151a;
  padding-top: 50px;
}
#blue-flag-operator .about-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#blue-flag-operator .about-section .trapezoid-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: auto;
  height: 100%;
}
#blue-flag-operator .about-section .trapezoid-container .trapezoid {
  height: 100%;
  width: auto;
}
#blue-flag-operator .about-section .content-container {
  position: relative;
  z-index: 2;
  width: 1000px;
  padding: 70px 0px;
}
#blue-flag-operator .about-section .content-container .content-wrapper {
  max-width: 780px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.075em;
  margin-left: auto;
  color: #fff;
  padding: 0px 40px;
}
#blue-flag-operator .about-section .content-container .content-wrapper .title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 0.075em;
  position: relative;
  padding-bottom: 40px;
}
#blue-flag-operator .about-section .content-container .content-wrapper .title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 90%;
  height: 2px;
  max-width: 440px;
  background-color: #fff;
}
#blue-flag-operator .about-section .content-container .content-wrapper p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.075em;
  padding-bottom: 30px;
  line-height: 29px;
}
#blue-flag-operator .about-section .content-container .content-wrapper .ul-arrows {
  font-size: 20px;
}
#blue-flag-operator .about-section .content-container .content-wrapper .button {
  color: #0dbbac;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.075em;
  padding: 15px 20px;
}
#blue-flag-operator .process-section {
  background: url('images/blue-flag-operator-process-background.jpg') center center;
  background-size: cover;
  padding: 120px 30px 60px 30px;
  text-align: center;
}
#blue-flag-operator .resources-section {
  background: url('images/blue-flag-operator-resources-background.jpg') center center;
  background-size: cover;
  padding: 80px 0px;
}
#blue-flag-operator .resources-section .text {
  max-width: 880px;
  margin: 0px auto;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 0px 40px 50px 40px;
  line-height: 29px;
  letter-spacing: 0.075em;
}
#blue-flag-operator .resources-section .guidelines-container {
  max-width: 1700px;
  margin: 0px auto;
  padding: 0px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#blue-flag-operator .resources-section .guidelines-container .guideline {
  background-color: #fff;
  width: calc(33% - 13px);
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#blue-flag-operator .resources-section .guidelines-container .guideline a {
  display: block;
  position: relative;
  padding: 25px 100px 25px 30px;
  color: #30c2da;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 29px;
  overflow: hidden;
  z-index: 1;
  font-weight: 700;
  width: 100%;
}
#blue-flag-operator .resources-section .guidelines-container .guideline a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #eceff1;
  -webkit-transform: translateX(calc(100% - 70px));
  -ms-transform: translateX(calc(100% - 70px));
  transform: translateX(calc(100% - 70px));
  transition: all 0.4s;
  z-index: -1;
}
#blue-flag-operator .resources-section .guidelines-container .guideline a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 0px;
  height: 0px;
  border-left: 10px solid #30c2da;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#blue-flag-operator .resources-section .guidelines-container .guideline a:hover:after {
  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);
  transform: translateX(0);
}
#blue-flag-operator .operators-section {
  background: url('images/blue-flag-operator-operators-background.jpg') center center;
  background-size: cover;
  padding: 80px 0px;
}
#blue-flag-operator .operators-section .content-wrapper {
  max-width: 1125px;
  padding: 0px 40px;
  margin: 0px auto;
  text-align: center;
}
#blue-flag-operator .operators-section .content-wrapper p,
#blue-flag-operator .operators-section .content-wrapper a {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.075em;
  padding-bottom: 15px;
}
#blue-flag-operator .operators-section .content-wrapper a {
  display: block;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0px;
}
#blue-flag-operator .operators-section .content-wrapper .form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  max-width: 600px;
  margin: 0px auto;
  padding-top: 50px;
}
#blue-flag-operator .operators-section .content-wrapper .form-container .field-container {
  width: calc(50% - 20px);
  max-width: none;
  margin-bottom: 50px;
}
#blue-flag-operator .operators-section .content-wrapper .form-container .field-container.full {
  width: 100%;
}
#blue-flag-operator .operators-section .content-wrapper .upload-application {
  padding: 15px 25px;
  display: inline;
  background-color: #f9a825;
  color: #fff;
  border: 0px;
  cursor: pointer;
}
#blue-flag-operator .form-container .single-container {
  width: 100%;
}
#blue-flag-operator .form-container .single-container.clean {
  margin-bottom: 10px;
}
#yre .what-is-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#yre .what-is-section .left-section {
  background: url('images/yre-about-title-background.jpg') center center;
  background-size: cover;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
#yre .what-is-section .left-section .title {
  font-size: 70px;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0px auto;
}
#yre .what-is-section .left-section:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #01BFA5;
}
#yre .what-is-section .right-section {
  background: url('images/yre-about-background.jpg') center center;
  background-size: cover;
  width: 50%;
  padding: 120px 0px 90px;
  position: relative;
}
#yre .what-is-section .right-section .content-container {
  max-width: 690px;
  margin: 0px auto;
  position: relative;
  padding: 0px 20px;
  z-index: 2;
}
#yre .what-is-section .right-section .content-container p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.075em;
  padding-bottom: 30px;
}
#yre .what-is-section .right-section:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #049783;
  opacity: 0.84;
}
#yre .contest-section {
  background: url('images/yre-contest-background.jpg') center center;
  background-size: cover;
  text-align: center;
  padding-bottom: 90px;
}
#yre .contest-section .split-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 100px 0px;
}
#yre .contest-section .split-container .left-section,
#yre .contest-section .split-container .right-section {
  padding: 30px 0px;
  width: 50%;
}
#yre .contest-section .split-container .left-section .title,
#yre .contest-section .split-container .right-section .title {
  max-width: 640px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 0px auto;
  padding: 0px 20px 30px 20px;
}
#yre .contest-section .split-container .left-section {
  position: relative;
}
#yre .contest-section .split-container .left-section:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
#yre .contest-section .contest-button {
  background-color: orange;
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  padding: 10px 40px;
  letter-spacing: 0.075em;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #444;
  text-decoration: none;
}
#yre .donor-section {
  position: relative;
  background: url('images/yre-donor-background.jpg') center center;
  background-size: cover;
  padding: 250px 0px 170px 0px;
}
#yre .donor-section .background-pattern {
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#yre .donor-section .content-section {
  width: 1290px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#yre .donor-section .content-section .quote {
  max-width: 650px;
  margin: 0px auto;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 0.075em;
  padding-bottom: 20px;
  text-align: left;
}
#yre .donor-section .content-section .quote:before {
  content: "\201C";
}
#yre .donor-section .content-section .quote:after {
  content: "\201D";
}
#yre .donor-section .content-section .author {
  max-width: 650px;
  font-size: 21px;
  line-height: 30px;
  margin: 0px auto;
  text-align: right;
  padding-bottom: 40px;
}
#yre .community-section {
  background: url('images/community-background.jpg') center center;
  background-size: cover;
  text-align: center;
  padding: 110px 0px 100px;
}
#yre .community-section .textarea-container {
  max-width: 580px;
}
#yre .community-section .title {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 300;
  position: relative;
  padding-bottom: 50px;
}
#yre .community-section .title:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 70%;
  max-width: 475px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#yre .community-section p {
  margin: 0px auto;
  max-width: 990px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  padding: 0px 20px 40px 20px;
}
#yre-student .about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#yre-student .about-section .left-section {
  width: 50%;
  background: url('images/yre-student-about-title-background.jpg') center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#yre-student .about-section .left-section .title {
  max-width: 740px;
  margin: 0px auto;
  padding: 0px 20px;
  font-size: 98px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
#yre-student .about-section .left-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #D32F2E;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#yre-student .about-section .right-section {
  width: 50%;
  background: url('images/yre-student-about-background.jpg') center center;
  background-size: cover;
  position: relative;
  padding: 0px 60px;
}
#yre-student .about-section .right-section .content-container {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0px auto;
  padding: 100px 0px 60px;
}
#yre-student .about-section .right-section .content-container h1 {
  font-size: 51px;
  letter-spacing: 0.075em;
  font-weight: 300;
}
#yre-student .about-section .right-section .content-container ul {
  font-size: 25px;
  color: #fff;
  list-style: none;
  padding-bottom: 10px;
}
#yre-student .about-section .right-section .content-container ul li {
  padding-bottom: 20px;
}
#yre-student .about-section .right-section .content-container p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.075em;
  padding-bottom: 30px;
}
#yre-student .about-section .right-section:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #c31818;
  opacity: 0.9;
  z-index: 1;
}
#yre-student .info-section {
  position: relative;
  background: url('images/yre-student-info-background.jpg') center center;
  overflow: hidden;
}
#yre-student .info-section .background-pattern {
  max-width: 1700px;
  background-size: cover;
}
#yre-student .info-section .content-container {
  width: 1090px;
}
#yre-student .info-section .content-container h1 {
  margin-left: auto;
  max-width: 780px;
}
#yre-student .info-section .content-container p {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.075em;
  max-width: 780px;
  margin-left: auto;
  padding-bottom: 15px;
}
#yre-student .info-section .content-container ul {
  max-width: 780px;
  margin-left: auto;
  padding-left: 20px;
  color: #fff;
  padding-bottom: 10px;
  font-size: 21px;
  line-height: 27px;
}
#yre-student .info-section .content-container ul li {
  padding-bottom: 10px;
}
#yre-student .info-section .content-container .ul-arrows {
  max-width: 780px;
  margin-left: auto;
}
#yre-student .info-section .content-container .buttons-container {
  max-width: 780px;
  margin-left: auto;
}
#yre-student .info-section .content-container .buttons-container a {
  margin-right: 15px;
}
#yre-student .solution-section {
  background: url('images/yre-student-solution-background.jpg') center center;
  padding: 50px 0px;
}
#yre-student .solution-section .notification-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  margin-bottom: 20px;
}
#yre-student .solution-section .text {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0.075em;
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 40px 30px 40px;
}
#yre-student .solution-section .form-container {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 0px auto;
  padding: 80px 90px;
  position: relative;
}
#yre-student .solution-section .form-container .left-section,
#yre-student .solution-section .form-container .right-section {
  width: calc(50% - 23px);
}
#yre-student .solution-section .form-container .left-section .triple-container,
#yre-student .solution-section .form-container .right-section .triple-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#yre-student .solution-section .form-container .left-section .triple-container .field-container,
#yre-student .solution-section .form-container .right-section .triple-container .field-container {
  width: calc(40% - 9px);
}
#yre-student .solution-section .form-container .left-section .triple-container .field-container:last-child,
#yre-student .solution-section .form-container .right-section .triple-container .field-container:last-child {
  width: calc(20% - 9px);
  margin-bottom: 35px;
}
#yre-student .solution-section .form-container .left-section .field-container,
#yre-student .solution-section .form-container .right-section .field-container {
  max-width: none;
  display: block;
  margin: 0px 0px 35px;
}
#yre-student .solution-section .form-container .left-section .field-container .field,
#yre-student .solution-section .form-container .right-section .field-container .field {
  border: 1px solid #cfd8dc;
}
#yre-student .solution-section .form-container .left-section .field-container .field.fixed-label ~ .field-label,
#yre-student .solution-section .form-container .right-section .field-container .field.fixed-label ~ .field-label,
#yre-student .solution-section .form-container .left-section .field-container .field:focus ~ .field-label,
#yre-student .solution-section .form-container .right-section .field-container .field:focus ~ .field-label {
  top: -37%;
  color: #37474f;
}
#yre-student .solution-section .form-container .left-section .field-container .field.fixed-label ~ .field-label i,
#yre-student .solution-section .form-container .right-section .field-container .field.fixed-label ~ .field-label i,
#yre-student .solution-section .form-container .left-section .field-container .field:focus ~ .field-label i,
#yre-student .solution-section .form-container .right-section .field-container .field:focus ~ .field-label i {
  color: #37474f;
}
#yre-student .solution-section .form-container .left-section .field-container .field-label,
#yre-student .solution-section .form-container .right-section .field-container .field-label {
  max-width: none;
}
#yre-student .solution-section .form-container .left-section .field-container:last-child,
#yre-student .solution-section .form-container .right-section .field-container:last-child {
  margin-bottom: 0px;
}
#yre-student .solution-section .form-container .field-container .file-container .file-button .mobile-icon {
  display: none;
}
#yre-student .solution-section .form-container .submit-button {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ff8f00;
  font-size: 20px;
  letter-spacing: 0.075em;
  padding: 20px 0px;
  max-width: 340px;
  display: inline-block;
  height: auto;
}
#yre-student .solution-section .form-container .submit-button:hover {
  color: #fff;
}
#yre-student .quote-section {
  background: url('images/yre-student-quote-background.jpg') center center;
  background-size: cover;
}
#yre-student .quote-section .content-container {
  padding: 250px 20px;
  width: 1000px;
}
#yre-student .quote-section .content-container .content-wrapper {
  max-width: 740px;
  margin-left: auto;
  text-align: center;
}
#yre-student .quote-section .content-container .content-wrapper .quote {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.075em;
  text-align: left;
  padding-bottom: 15px;
}
#yre-student .quote-section .content-container .content-wrapper .author {
  font-size: 21px;
  line-height: 30px;
  text-align: right;
  padding-bottom: 40px;
}
#yre-student .latest-news-section {
  background: url('images/yre-student-news-background.jpg') center center;
  background-size: cover;
  padding: 180px 0px 90px;
}
#yre-student .latest-news-section .news-slider {
  max-width: 1800px;
  padding: 0px 40px 70px 40px;
  margin: 0px auto;
  position: relative;
}
#yre-student .latest-news-section .news-slider .slide {
  outline: none;
  padding: 0px 60px;
}
#yre-student .latest-news-section .news-slider .slide .content-wrapper {
  max-width: 1050px;
  margin: 0px auto;
  text-align: center;
}
#yre-student .latest-news-section .news-slider .slide .content-wrapper .title {
  font-size: 50px;
  line-height: 52px;
  padding-bottom: 15px;
  font-weight: 300;
}
#yre-student .latest-news-section .news-slider .slide .content-wrapper .excerpt {
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  padding-bottom: 30px;
}
#yre-student .latest-news-section .news-slider .slick-prev,
#yre-student .latest-news-section .news-slider .slick-next {
  position: absolute;
  top: calc(50% - 70px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: none;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  outline: none;
  z-index: 2;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.4s;
}
#yre-student .latest-news-section .news-slider .slick-prev:hover,
#yre-student .latest-news-section .news-slider .slick-next:hover {
  background-color: #fff;
}
#yre-student .latest-news-section .news-slider .slick-prev:hover:after,
#yre-student .latest-news-section .news-slider .slick-next:hover:after {
  color: #469743;
}
#yre-student .latest-news-section .news-slider .slick-prev:after,
#yre-student .latest-news-section .news-slider .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0px;
  font-family: "FontAwesome";
  font-size: 40px;
}
#yre-student .latest-news-section .news-slider .slick-prev {
  left: 20px;
}
#yre-student .latest-news-section .news-slider .slick-prev:after {
  content: "\f100";
}
#yre-student .latest-news-section .news-slider .slick-next {
  right: 20px;
}
#yre-student .latest-news-section .news-slider .slick-next:after {
  content: "\f101";
}
#yre-student .latest-news-section .news-slider .slick-dots {
  list-style: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
}
#yre-student .latest-news-section .news-slider .slick-dots li {
  display: inline-block;
  padding: 0px 4px;
}
#yre-student .latest-news-section .news-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  text-indent: -9999px;
  transition: all 0.3s;
}
#yre-student .latest-news-section .news-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#yre-teacher .about-section {
  background: url('images/yre-teacher-about-background.jpg') center center;
  background-size: cover;
}
#yre-teacher .about-section .content-container {
  max-width: 1080px;
  margin-left: 330px;
  padding: 60px 40px;
}
#yre-teacher .about-section .content-container p {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.075em;
}
#yre-teacher .quote-section {
  background: url('images/yre-teacher-quote-background.jpg') center center;
  background-size: cover;
}
#yre-teacher .quote-section .content-container {
  width: 1110px;
  padding: 250px 40px 260px 40px;
}
#yre-teacher .quote-section .content-container .quote-wrapper {
  max-width: 850px;
  margin-left: auto;
}
#yre-teacher .quote-section .content-container .quote-wrapper .quote {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.075em;
  padding-bottom: 15px;
}
#yre-teacher .quote-section .content-container .quote-wrapper .quote:before {
  content: "\201C";
}
#yre-teacher .quote-section .content-container .quote-wrapper .quote:after {
  content: "\201D";
}
#yre-teacher .quote-section .content-container .quote-wrapper .author {
  font-size: 21px;
  line-height: 30px;
  text-align: right;
}
  background: url('https://environmentaldefence.ca/wp-content/themes/environmental/images/yre-teacher-questions-background.jpg'); center center;
#yre-teacher .questions-section {
  background-size: cover;
  padding: 110px 0px;
}
#yre-teacher .questions-section .text {
  max-width: 720px;
  margin: 0px auto;
  padding: 0px 20px 50px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
}
#yre-teacher .form-container .textarea-container {
  max-width: 580px;
}
#yre-teacher .form-container .textarea-container .textarea {
  width: 580px;
}
#search .page-title {
  font-size: 50px;
  padding-bottom: 30px;
  font-weight: 300;
}
#search .page,
#search .post {
  padding-bottom: 30px;
}
#search .page .entry-title a,
#search .post .entry-title a {
  color: #fff;
}
#search .page .entry-summary .more-link,
#search .post .entry-summary .more-link {
  font-weight: 400;
}
#search .navigation.pagination .page-numbers {
  font-weight: 400;
}
#search .colored-container.red .entry-summary .more-link {
  color: #263238;
}
#search .colored-container.red .navigation.pagination .page-numbers {
  color: #263238;
  font-weight: 400;
}
#my-beaches .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#my-beaches .content-container .assigned-beaches-container {
  width: 530px;
  min-height: 900px;
  background-color: rgba(245, 157, 42, 0.8);
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#my-beaches .content-container .assigned-beaches-container .title {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
#my-beaches .content-container .assigned-beaches-container .sub-title {
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.04em;
  padding: 0px 30px 30px 30px;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container {
  overflow-y: hidden;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container .beach-title-container .beach-title {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 20px 10px;
  cursor: pointer;
  position: relative;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container .beach-title-container .beach-title:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f4900d;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container .beach-title-container .beach-title:hover:after {
  opacity: 1;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container .beach-title-container.active .beach-title:after {
  opacity: 1;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container .mCSB_draggerRail {
  background-color: #f4961b;
}
#my-beaches .content-container .assigned-beaches-container .beaches-container .mCSB_dragger_bar {
  background-color: #f7af51;
}
#my-beaches .content-container .beach-content {
  width: calc(100% - 530px);
  position: relative;
  overflow: hidden;
}
#my-beaches .content-container .beach-content .top-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;

  height: 200px;
  background-color: rgba(245, 157, 42, 0.8);
  z-index: -1;
}
#my-beaches .content-container .beach-content .top-background:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/container-pattern-3.svg') center center;
  background-size: cover;
  opacity: 0.2;
}
#my-beaches .content-container .beach-content .bottom-background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-color: rgba(245, 157, 42, 0.8);
  z-index: -1;
}
#my-beaches .content-container .beach-content .bottom-background:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/container-pattern-1.svg') center center;
  background-size: cover;
  opacity: 0.2;
}
#my-beaches .content-container .beach-content .beach-content-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 900px;
  opacity: 0;
  transition: all 0.4s;
  padding: 70px 30px;
  margin-bottom: 30px;
  visibility: hidden;
}
#my-beaches .content-container .beach-content .beach-content-container .beach-header {
  background-size: cover;
  background-position: center center;
  padding: 120px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#my-beaches .content-container .beach-content .beach-content-container .beach-header:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}
#my-beaches .content-container .beach-content .beach-content-container .beach-header .beach-title {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 50px;
}
#my-beaches .content-container .beach-content .beach-content-container p {
  font-size: 20px;
  line-height: 27px;
  color: #263238;
  padding-bottom: 30px;
}
#my-beaches .content-container .beach-content .beach-content-container p.error {
  color: #ea1d22;
}
#my-beaches .content-container .beach-content .beach-content-container .form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 30px 0px 50px 0px;
}
#my-beaches .content-container .beach-content .beach-content-container .form-container .field-container .field {
  border: 2px solid #888;
}
#my-beaches .content-container .beach-content .beach-content-container .form-container .field-container .field.fixed-label ~ .field-label,
#my-beaches .content-container .beach-content .beach-content-container .form-container .field-container .field:focus ~ .field-label {
  top: -30%;
}
#my-beaches .content-container .beach-content .beach-content-container .form-container .field-container .field-label {
  color: #888;
}
#my-beaches .content-container .beach-content .beach-content-container .form-container .field-container .field-label i {
  color: #888;
}
#my-beaches .content-container .beach-content .beach-content-container h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f59d2a;
  padding-bottom: 30px;
}
#my-beaches .content-container .beach-content .beach-content-container .water-history tr th {
  background-color: rgba(245, 157, 42, 0.8);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#my-beaches .content-container .beach-content .beach-content-container .water-history tr th,
#my-beaches .content-container .beach-content .beach-content-container .water-history tr td {
  min-width: 300px;
  padding: 10px 15px;
  border: 1px solid #fff;
}
#my-beaches .content-container .beach-content .beach-content-container .water-history tr td {
  background-color: #f5f5f5;
}
#my-beaches .content-container .beach-content .beach-content-container .water-history tr td.clear {
  background: none;
  min-width: 0px;
}
#my-beaches .content-container .beach-content .beach-content-container.active {
  opacity: 1;
  visibility: visible;
}
#my-account .content-container {
  max-width: 1240px;
  padding: 40px 20px;
  margin: 0px auto;
}
#my-account .content-container h1,
#my-account .content-container h2,
#my-account .content-container h3,
#my-account .content-container h4,
#my-account .content-container h5,
#my-account .content-container h6,
#my-account .content-container p {
  color: #263238;
}
#my-account .content-container p {
  padding-bottom: 20px;
}
#my-account .content-container .message-container .error {
  color: #ea1d22;
}
#my-account .content-container .message-container .success {
  color: #469743;
}
#my-account .content-container .form-container {
  padding: 35px 0px;
  text-align: left;
}
#my-account .content-container .form-container .field-container {
  display: block;
  margin-bottom: 40px;
  max-width: 400px;
}
#my-account .content-container .form-container .field-container .field {
  border: 1px solid #888;
}
@media screen and (max-width: 1900px) {
  #single-campaign .white-wrapper .testimonial-container {
    padding: 45px 180px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 400px;
    height: 400px;
  }
  #single-campaign .campaigners-wrapper {
    padding: 60px 240px;
  }
}
@media screen and (max-width: 1700px) {
  h1.container-title {
    font-size: 3.6vw;
    line-height: 3.7vw;
  }
  h2.container-title {
    font-size: 3.3vw;
    line-height: 3.4vw;
  }
  h3.container-title {
    font-size: 3.0vw;
    line-height: 3.1vw;
  }
  h4.container-title {
    font-size: 2.6vw;
    line-height: 2.7vw;
  }
  h5.container-title {
    font-size: 2.3vw;
    line-height: 2.4vw;
  }
  h6.container-title {
    font-size: 2.0vw;
    line-height: 2.1vw;
  }
  .split-container .colored-container {
    padding: 11vw 50px;
  }
  .split-container .colored-container h1 {
    font-size: 3.0vw;
    line-height: 3.1vw;
  }
  .split-container .colored-container h2 {
    font-size: 2.8vw;
    line-height: 2.8vw;
  }
  .split-container .colored-container h3 {
    font-size: 2.6vw;
    line-height: 2.7vw;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 1.3vw;
    line-height: 2.0vw;
  }
  .issues-container .issue .title-container .title {
    font-size: 1.5vw;
    line-height: 1.6vw;
  }
  .issues-container .issue .content .text {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 1.3vw;
    line-height: 2.0vw;
  }
  #home #home-issues-container .issues-container .issue-container .content .logo {
    margin: 0px auto 20px auto;
  }
  #home #home-issues-container .issues-container .issue-container .content .title {
    font-size: 1.5vw;
    line-height: 1.7vw;
    padding: 0px 10px;
  }
  #home #home-issues-container .issues-container .issue-container:hover .text {
    font-size: 1.0vw;
    line-height: 1.5vw;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 1.3vw;
    line-height: 2.0vw;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 1.3vw;
    line-height: 2.0vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 80px 60px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 30px;
    line-height: 32px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 16px;
    line-height: 16px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 80px 60px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 30px;
    line-height: 32px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 16px;
    line-height: 16px;
  }
  #single-campaign .white-wrapper .testimonial-container {
    padding: 45px 110px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 350px;
    height: 350px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 1.4vw;
    line-height: 2.2vw;
  }
  #single-campaign .campaigners-wrapper {
    padding: 60px 10%;
  }
  #single-campaign .campaigners-wrapper .content p {
    font-size: 1.5vw;
    line-height: 2.4vw;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .name {
    font-size: 1.6vw;
    line-height: 1.4vw;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .position {
    font-size: 1.4vw;
    line-height: 1.6vw;
  }
  #single-beach .data-section .data-container {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 2.4vw;
    line-height: 3.0vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 1.2vw;
    line-height: 2.0vw;
  }
  #yre-teacher .about-section .content-container {
    margin: 0px auto;
  }
  #my-beaches .content-container .assigned-beaches-container {
    width: 450px;
  }
  #my-beaches .content-container .beach-content {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 1600px) {
  #header .menu-container .menu-wrapper .menu > .menu-item {
    font-size: 12px;
  }
  .split-container .colored-container {
    padding: 11vw 50px;
  }
  .reporters-handbook .text,
  .instructional-videos .text,
  .past-winners .text {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }
  #single-beach .about-section .content-container {
    padding: 150px 150px 150px 60px;
  }
  #single-beach .about-section .content-container .title {
    font-size: 2.5vw;
    line-height: 2.7vw;
  }
  #single-beach .about-section .content-container .sub-title {
    font-size: 1.5vw;
    line-height: 1.6vw;
  }
  #single-beach .about-section .content-container p {
    font-size: 1.1vw;
    line-height: 1.6vw;
  }
  #single-campaign .timeline-container .timeline-slider .slick-track:before {
    top: 123px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image {
    width: 250px;
    height: 250px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image .time {
    font-size: 45px;
  }
  #blue-flag .about-section .content-container {
    max-width: 950px;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a {
    font-size: 17px;
    line-height: 26px;
  }
  #yre .what-is-section .left-section:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 30px;
  }
  #yre .what-is-section .right-section .content-container {
    max-width: 730px;
    padding: 0px 40px;
  }
  #yre-student .about-section .left-section .title {
    font-size: 6.0vw;
    line-height: 6.1vw;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 3.3vw;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1550px) {
  .split-container .colored-container h1.container-title {
    font-size: 4.5vw;
    line-height: 4.6vw;
  }
  .split-container .grid-container .panel .content {
    padding: 0px 30px;
  }
  .split-container .grid-container .panel .content .content-text {
    font-size: 1.5vw;
    line-height: 1.9vw;
  }
  #home #home-services-container .service-container .content .logo {
    width: 70px;
    height: auto;
  }
  #home #home-services-container .service-container .content .title {
    font-size: 1.8vw;
    line-height: 2.0vw;
  }
  #home #home-actions-container .content-container .content h1 {
    font-size: 4.0vw;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 1.5vw;
  }
  #home #home-actions-container .actions-container .action-container .content {
    padding: 0px 30px;
  }
  #home #home-actions-container .actions-container .action-container .content h1 {
    font-size: 1.65vw;
    line-height: 2.0vw;
  }
}
@media screen and (max-width: 1500px) {
  .issues-container {
    padding: 0px 70px;
  }
  .issues-container .issue .title-container .title {
    max-width: 230px;
  }
  .issues-container .issue .content .text {
    max-width: 200px;
  }
  .past-winners .past-winners-slider .slick-next,
  .past-winners .past-winners-slider .slick-prev {
    width: 60px;
    height: 60px;
  }
  .past-winners .past-winners-slider .slick-next:after,
  .past-winners .past-winners-slider .slick-prev:after {
    font-size: 40px;
  }
  .past-winners .past-winners-slider .slick-next {
    right: 25px;
  }
  .past-winners .past-winners-slider .slick-prev {
    left: 25px;
  }
  .catalog-container #map-container .list-container {
    max-width: 400px;
    padding: 50px 30px;
  }
  .catalog-container #map-container .map {
    min-height: 800px;
  }
  .catalog-container #map-container .beaches-info-container {
    left: 430px;
  }
  #about-us {
    /*& .the-staff-container{
			& .staff-container{
				& .staff{
					& .content-container{
						& .name{
							font-size: 1.3vw;
						}
						& .title{
							font-size: 1.1vw;
							line-height: 1.8vw;
						}
						& .content{
							font-size: 1.0vw;
							line-height: 1.8vw;
						}
					}
				}
			}
		}*/
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .content-container{
						& .post-title{
							font-size: 2.5vw;
							padding-bottom: 25px;
						}
					}
				}
			}
		}
	}*/
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .title {
    font-size: 1.2vw;
    line-height: 1.4vw;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .date {
    font-size: 1.2vw;
    line-height: 1.4vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .title {
    font-size: 1.7vw;
    line-height: 2.0vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .excerpt {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  #single-campaign .white-wrapper .testimonial-container {
    padding: 60px 80px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 300px;
    height: 300px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 1.6vw;
    line-height: 2.4vw;
  }
  #yre .contest-section .split-container .left-section .title,
  #yre .contest-section .split-container .right-section .title {
    font-size: 2.5vw;
    line-height: 3.0vw;
  }
  #yre-student .info-section .content-container {
    width: 1025px;
  }
}
@media screen and (max-width: 1455px) {
  .past-winners .past-winners-slider .winners-slide .winner-title {
    font-size: 25px;
  }
  .past-winners .past-winners-slider .winners-slide .winner-title:after {
    max-width: 330px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    width: 100px;
    height: 100px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    padding-left: 20px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content .button {
    padding: 12px 30px;
    font-size: 14px;
  }
  #header .menu-container .logo-container {
    min-width: 100px;
  }
  #header .menu-container .menu-wrapper .menu > .menu-item > a {
    padding: 25px 20px;
  }
  #header .menu-container .blank-container {
    min-width: 100px;
  }
  #home #home-actions-container .content-container .content h1 {
    font-size: 5.0vw;
    line-height: 5.4vw;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
  #home #home-team-container .content-container .content h1 {
    font-size: 4.9vw;
    line-height: 5.4vw;
  }
  #home #home-team-container .content-container .content p {
    font-size: 1.7vw;
    line-height: 2.8vw;
  }
  #single-campaign .solutions-container .subtext {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  #single-campaign .Wsolutions-container .subtext {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  #single-campaign .timeline-container .timeline-slider .slick-track:before {
    top: 98px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item {
    padding: 0px 20px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image {
    width: 200px;
    height: 200px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image .time {
    font-size: 37px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .title {
    font-size: 18px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .text {
    font-size: 13px;
    line-height: 18px;
    max-width: 250px;
  }
  #single-campaign .white-wrapper .testimonial-container {
    padding: 60px 50px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 250px;
    height: 250px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial {
    max-width: 770px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 1.8vw;
    line-height: 2.6vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 1.4vw;
    line-height: 2.2vw;
  }
  #beach-catalog .about-section .title {
    font-size: 5.0vw;
    line-height: 4.7vw;
  }
  #blue-flag .split-section .option-container h1 {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }
  #yre-student .info-section .background-pattern {
    background: #ff8f00 !important;
    opacity: 0.85;
  }
  #yre-student .info-section .content-container {
    width: 100%;
    padding: 120px 40px;
  }
  #yre-student .info-section .content-container p,
  #yre-student .info-section .content-container ul {
    margin: 0px auto;
    font-size: 1.8vw;
    line-height: 2.0vw;
  }
  #yre-student .info-section .content-container .buttons-container {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1300px) {
  h1.container-title {
    font-size: 3.8vw;
    line-height: 3.9vw;
  }
  h2.container-title {
    font-size: 3.5vw;
    line-height: 3.6vw;
  }
  h3.container-title {
    font-size: 3.2vw;
    line-height: 3.3vw;
  }
  h4.container-title {
    font-size: 2.8vw;
    line-height: 2.9vw;
  }
  h5.container-title {
    font-size: 2.5vw;
    line-height: 2.6vw;
  }
  h6.container-title {
    font-size: 2.3vw;
    line-height: 2.4vw;
  }
  .split-container .colored-container {
    padding: 10vw 50px;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  .issues-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 50px;
  }
  .issues-container .issue {
    width: 50%;
    min-height: 400px;
  }
  .issues-container .issue .title-container .title {
    font-size: 1.7vw;
    line-height: 2.0vw;
    max-width: 300px;
  }
  .issues-container .issue .content .text {
    font-size: 1.3vw;
    line-height: 1.9vw;
    max-width: 250px;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  .underlined-title {
    font-size: 5.3vw;
    line-height: 5.5vw;
  }
  .instructional-videos .text,
  .past-winners .text {
    font-size: 1.6vw;
    line-height: 2.6vw;
  }
  .reporters-handbook .text {
    font-size: 1.6vw;
    line-height: 2.6vw;
  }
  .reporters-handbook .handbooks-container .handbook .image {
    width: 200px;
    height: 266px;
  }
  .reporters-handbook .handbooks-container .handbook .title {
    font-size: 20px;
    line-height: 24px;
  }
  .reporters-handbook .handbooks-container .handbook .description {
    font-size: 18px;
    line-height: 23px;
  }
  .catalog-container #map-container .list-container {
    max-width: 350px;
    padding: 30px 15px;
  }
  .catalog-container #map-container .list-container .province-field-wrapper .province-field {
    padding: 15px 12px 14px 12px;
  }
  .catalog-container #map-container .list-container .search-field-wrapper .search-field {
    padding: 13px 12px 12px 12px;
  }
  .catalog-container #map-container .list-container .beach-list .beach {
    font-size: 12px;
  }
  .catalog-container #map-container .map {
    min-height: 700px;
  }
  .catalog-container #map-container .beaches-info-container {
    left: 380px;
  }
  #header .menu-container .menu-wrapper .menu > .menu-item a {
    padding: 25px 20px;
  }
  #about-us .the-staff-container .staff-container {
    display: block;
  }
  #about-us .the-staff-container .staff-container .staff {
    width: 33%;
  }
  #about-us .the-staff-container .staff-container .staff:nth-child(3n + 2) {
    width: 34%;
  }
  #about-us .the-staff-container .staff-container .staff:hover:not(.slick-current) .content-container {
    -webkit-transform: translateY(calc(100% - 80px));
    -ms-transform: translateY(calc(100% - 80px));
    transform: translateY(calc(100% - 80px));
  }
  #about-us .the-staff-container .staff-container .staff:hover:not(.slick-current):before {
    opacity: 0;
  }
  #about-us .the-staff-container .staff-container .staff:hover:not(.slick-current):after {
    opacity: 0.4;
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .author-container{
						width: 200px;
					}
					& .content-container{
						width: calc(~"100% - 200px");

						& .post-title{
							font-size: 2.7vw;
						}
						& p{
							font-size: 1.5vw;
							line-height: 2.1vw;
						}
					}
				}
			}
		}
	}*/
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 90px;
    height: auto;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 0px 130px;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    width: 50%;
    padding: 100px 70px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 34px;
    line-height: 36px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 20px;
    line-height: 20px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    width: 50%;
    padding: 100px 70px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 34px;
    line-height: 36px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 20px;
    line-height: 20px;
  }  
  #single-campaign .breaking-news-container .content.padding {
    padding: 0px 30px;
  }
  #single-campaign .breaking-news-container .news-container .post-container .title {
    font-size: 2.0vw;
    line-height: 2.3vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .excerpt {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .button {
    font-size: 16px;
    padding: 10px 0px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial {
    max-width: 750px;
  }
  #single-campaign .campaigners-wrapper {
    padding: 60px 7%;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container {
    width: 190px;
    height: 190px;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .name {
    font-size: 22px;
    line-height: 23px;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .position {
    font-size: 19px;
    line-height: 25px;
  }
  #single-beach .about-section .catalog-link {
    left: 50px;
  }
  #single-beach .about-section .content-container {
    padding: 130px 100px 130px 60px;
    width: 60%;
  }
  #single-beach .about-section .content-container .title {
    font-size: 2.8vw;
    line-height: 3.0vw;
  }
  #single-beach .about-section .content-container .sub-title {
    font-size: 1.7vw;
    line-height: 1.9vw;
  }
  #single-beach .about-section .content-container p {
    font-size: 1.4vw;
    line-height: 2.0vw;
  }
  #single-beach .about-section:after {
    left: 35%;
  }
  #take-action .section .content {
    padding: 120px 70px;
  }
  #take-action .section .content .title {
    font-size: 5.0vw;
    line-height: 5.2vw;
  }
  #take-action .section .content .text {
    font-size: 1.6vw;
    line-height: 2.2vw;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    padding: 0px 25px 0px 35px;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title:before {
    left: 10px;
  }
  #blue-flag .about-section .trapezoid-container {
    background: #00bfa5;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  #blue-flag .about-section .trapezoid-container .trapezoid {
    display: none;
  }
  #blue-flag .about-section .content-container {
    width: 100%;
    max-width: none;
  }
  #blue-flag .about-section .content-container .content-wrapper {
    margin: 0px auto;
    max-width: 640px;
    padding: 0px 20px;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a {
    padding: 20px 100px 20px 30px;
    font-size: 16px;
    line-height: 25px;
  }
  #yre .what-is-section .left-section .title {
    font-size: 5.5vw;
  }
  #yre .community-section .title {
    font-size: 5.5vw;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 3.6vw;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 1.6vw;
  }
  #yre-student .quote-section .background-pattern {
    background: #5e35b1 !important;
    opacity: 0.8;
  }
  #yre-student .quote-section .content-container {
    width: 100%;
  }
  #yre-student .quote-section .content-container .content-wrapper {
    margin: 0px auto;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .title {
    font-size: 4.0vw;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .excerpt {
    font-size: 1.7vw;
    line-height: 2.4vw;
  }
  #yre-student .solution-section .form-container {
    padding: 80px 70px;
  }
  #yre-teacher .about-section .content-container p,
  #yre-teacher .about-section .content-container .ul-arrows {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  #yre-teacher .quote-section .background-pattern {
    background: #e20000 !important;
    opacity: 0.8;
  }
  #yre-teacher .quote-section .content-container {
    width: 100%;
    padding: 200px 40px;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper {
    margin: 0px auto;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper .quote {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper .author {
    font-size: 2.0vw;
  }
}
@media screen and (max-width: 1200px) {
  .form-container .field-container .file-container .file-button {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 12px 23px 0px 23px;
  }
  .split-container .colored-container {
    /*& p{
				font-size: 1.1vw;
				line-height: 1.8vw;
			}*/
  }
  .split-container .colored-container h1 {
    font-size: 3.3vw;
    line-height: 3.5vw;
  }
  .split-container .colored-container h2 {
    font-size: 3.1vw;
    line-height: 3.2vw;
  }
  .split-container .colored-container h3 {
    font-size: 2.9vw;
    line-height: 3.0vw;
  }
  .split-container .colored-container .content.padding {
    padding: 0px 70px;
  }
  .icons-container .icon-container .logo-container {
    width: 170px;
    height: 170px;
  }
  .icons-container .icon-container .logo-container .logo {
    width: 80px;
    height: auto;
  }
  .icons-container .icon-container .title {
    font-size: 17px;
    line-height: 23px;
  }
  .underlined-title {
    font-size: 5.8vw;
    line-height: 6.0vw;
  }
  .past-winners .past-winners-slider {
    padding: 0px 70px;
  }
  .past-winners .past-winners-slider .slick-prev,
  .past-winners .past-winners-slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .past-winners .past-winners-slider .slick-prev:after,
  .past-winners .past-winners-slider .slick-next:after {
    font-size: 35px;
  }
  .past-winners .past-winners-slider .slick-prev {
    left: 15px;
  }
  .past-winners .past-winners-slider .slick-next {
    right: 15px;
  }
  .catalog-container #map-container .list-container {
    max-width: 300px;
  }
  .catalog-container #map-container .map {
    min-height: 650px;
  }
  .catalog-container #map-container .beaches-info-container {
    left: 330px;
  }
  #header .menu-container .logo-container .logo {
    width: 55px;
  }
  #header .menu-container .menu-wrapper .menu > .menu-item a {
    padding: 25px 15px;
    font-size: 12px;
  }
  #header .menu-container .blank-container {
    min-width: 0px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container {
    width: 170px;
    height: 170px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .title {
    font-size: 17px;
    line-height: 23px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post {
    padding: 30px 15px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container {
    padding: 40px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 80px;
    left: 40px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    padding: 0px 0px 0px 110px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial {
    max-width: 700px;
  }
  #single-beach .data-section .data-container .gallery-container .gallery {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #single-beach .data-section .data-container .gallery-container .gallery .gallery-item {
    width: calc(30% - 10px);
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .water-quality {
    font-size: 40px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-sub-title {
    font-size: 10px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-title {
    font-size: 14px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-data .water-quality-link {
    font-size: 14px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list {
    font-size: 14px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list li {
    padding-bottom: 10px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
    padding-left: 20px;
    padding-right: 10px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
    padding-left: 10px;
    padding-right: 20px;
  }
  #donate .actions-container .action-buttons-container .action-button {
    padding: 26px 0px 15px 0px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container {
    height: 20px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container .icon {
    height: 20px;
    width: auto;
  }
  #donate .actions-container .action-buttons-container .action-button .title {
    font-size: 11px;
    line-height: 13px;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content .title {
    font-size: 4.2vw;
    line-height: 4.2vw;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content p {
    font-size: 1.7vw;
    line-height: 2.4vw;
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail .arrow {
    font-size: 35px;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    font-size: 1.6vw;
    line-height: 2.1vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 2.8vw;
    line-height: 3.4vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 1.6vw;
    line-height: 2.4vw;
  }
  #blue-flag .success-section .stories-container .story-container .image-container {
    width: 200px;
    height: 200px;
  }
  #blue-flag-operator .about-section .trapezoid-container {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #039be5;
    opacity: 0.8;
  }
  #blue-flag-operator .about-section .trapezoid-container .trapezoid {
    display: none;
  }
  #blue-flag-operator .about-section .content-container {
    width: 100%;
  }
  #blue-flag-operator .about-section .content-container .content-wrapper {
    margin: 0px auto;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a {
    padding: 20px 60px 20px 10px;
    font-size: 14px;
    line-height: 23px;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a:before {
    right: 25px;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a:after {
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
  }
  #yre .what-is-section .right-section {
    padding: 100px 0px 70px;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  #yre .contest-section .split-container .left-section .title,
  #yre .contest-section .split-container .right-section .title {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }
  #yre .donor-section .background-pattern {
    background: #ff8f00 !important;
    opacity: 0.7;
  }
  #yre .donor-section .content-section {
    width: 100%;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 40px;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 20px;
  }
  #yre-student .info-section .content-container p,
  #yre-student .info-section .content-container ul {
    font-size: 2.0vw;
    line-height: 2.7vw;
  }
}
@media screen and (max-width: 1100px) {
  h1.container-title {
    font-size: 4.2vw;
    line-height: 4.3vw;
  }
  h2.container-title {
    font-size: 3.8vw;
    line-height: 3.9vw;
  }
  h3.container-title {
    font-size: 3.5vw;
    line-height: 3.6vw;
  }
  h4.container-title {
    font-size: 3.0vw;
    line-height: 3.1vw;
  }
  h5.container-title {
    font-size: 2.7vw;
    line-height: 2.8vw;
  }
  h6.container-title {
    font-size: 2.5vw;
    line-height: 2.6vw;
  }
  .split-container .colored-container h1 {
    padding-bottom: 20px;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
  .issues-container .issue .title-container .title {
    font-size: 2.0vw;
    line-height: 2.3vw;
  }
  .issues-container .issue .content .text {
    font-size: 1.6vw;
    line-height: 2.0vw;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
  .past-winners .text {
    font-size: 18px;
    line-height: 31px;
  }
  .past-winners .past-winners-slider .winners-slide .winner-title {
    font-size: 23px;
  }
  .past-winners .past-winners-slider .winners-slide .winner-title:after {
    max-width: 300px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    width: 80px;
    height: 80px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    padding-left: 20px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content p {
    font-size: 12px;
    line-height: 18px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content .button {
    padding: 10px 20px;
    font-size: 12px;
  }
  .instructional-videos .text {
    font-size: 18px;
    line-height: 31px;
  }
  .instructional-videos .videos-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .instructional-videos .videos-container .video-container {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .reporters-handbook .text {
    font-size: 18px;
    line-height: 31px;
  }
  .catalog-container #map-container .list-container .beach-list .beach {
    font-size: 11px;
    padding: 15px 10px;
  }
  .jobs-container .job:before {
    left: 10px;
  }
  #home #home-blog-container .blog-content .slides-container .slick-prev,
  #home #home-blog-container .blog-content .slides-container .slick-next {
    width: 55px;
    height: 55px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container {
    bottom: 0px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .name {
    font-size: 17px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .title {
    font-size: 14px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .content {
    font-size: 13px;
    line-height: 18px;
    padding: 0px 10px 20px 10px;
  }
  /*	#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .content-container{
						& .post-title{
							font-size: 2.7vw;
						}
						& p{
							font-size: 1.7vw;
							line-height: 2.5vw;
						}
					}
				}
			}
		}
	}*/
  #single-report .social-media-container .sm-wrapper .left-container {
    padding-right: 20px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container {
    padding: 30px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 70px;
    left: 30px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    font-size: 15px;
    line-height: 20px;
    padding: 0px 0px 0px 90px;
  }
  #single-report .social-media-container .sm-wrapper .right-container {
    padding-left: 20px;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
  #single-campaign .solutions-container .subtext {
    font-size: 2.1vw;
    line-height: 3.0vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 80px 50px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 32px;
    line-height: 34px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 18px;
    line-height: 18px;
  }
  #single-campaign .Wsolutions-container .subtext {
    font-size: 2.1vw;
    line-height: 3.0vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 80px 50px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 32px;
    line-height: 34px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 18px;
    line-height: 18px;
  }  
  #single-campaign .timeline-container .timeline-slider .slick-track:before {
    width: calc(100% - 700px);
    top: 123px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image {
    width: 250px;
    height: 250px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image .time {
    font-size: 43px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .title {
    font-size: 17px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .text {
    font-size: 16px;
    line-height: 21px;
    max-width: 320px;
  }
  #single-campaign .breaking-news-container .content.padding {
    padding: 0px 30px;
  }
  #single-campaign .breaking-news-container .news-container .post-container .title {
    font-size: 2.0vw;
    line-height: 2.3vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .excerpt {
    font-size: 1.5vw;
    line-height: 2.0vw;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial {
    max-width: 580px;
  }
  #single-campaign .campaigners-wrapper {
    display: block;
    padding: 70px 10%;
  }
  #single-campaign .campaigners-wrapper .content {
    max-width: 800px;
    padding: 0px 0px 70px 0px;
    margin: 0px auto;
  }
  #single-campaign .campaigners-wrapper .content p {
    font-size: 1.8vw;
    line-height: 3.0vw;
  }
  #single-campaign .campaigners-wrapper .campaigners-container {
    margin: 0px auto;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container {
    width: 230px;
    height: 230px;
  }
  #single-beach .about-section .catalog-link {
    top: 30px;
    left: 30px;
    font-size: 16px;
    padding: 13px 30px;
  }
  #single-beach .about-section .content-container {
    padding: 110px 70px 110px 60px;
  }
  #single-beach .about-section .content-container .title {
    font-size: 3.0vw;
    line-height: 3.2vw;
  }
  #single-beach .about-section .content-container .sub-title {
    font-size: 2.0vw;
    line-height: 2.2vw;
  }
  #single-beach .about-section .content-container p {
    font-size: 1.5vw;
    line-height: 2.2vw;
  }
  #take-action .section .content {
    padding: 100px 50px;
  }
  #take-action .section .content .title {
    font-size: 5.3vw;
    line-height: 5.5vw;
  }
  #take-action .section .content .text {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  #beach-catalog .about-section .title {
    font-size: 55px;
    line-height: 48px;
  }
  #blue-flag .split-section .option-container h1 {
    font-size: 2.5vw;
    line-height: 3.0vw;
  }
  #blue-flag .impact-section .stats-container .stat .icon-container .icon {
    width: 60px;
    height: auto;
  }
  #blue-flag .impact-section .stats-container .stat .stat-title {
    font-size: 3.7vw;
  }
  #blue-flag .impact-section .stats-container .stat .stat-sub-title {
    font-size: 1.7vw;
    max-width: 200px;
  }
  #blue-flag .success-section .stories-container .story-container p {
    font-size: 14px;
    line-height: 22px;
  }
  #yre .community-section .title {
    font-size: 5.9vw;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 36px;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 17px;
  }
  #yre-student .solution-section .form-container {
    padding: 80px 30px;
  }
  #yre-student .solution-section .form-container .left-section,
  #yre-student .solution-section .form-container .right-section {
    width: calc(50% - 15px);
  }
  #yre-student .solution-section .form-container .left-section .triple-container,
  #yre-student .solution-section .form-container .right-section .triple-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #yre-student .solution-section .form-container .left-section .triple-container .field-container,
  #yre-student .solution-section .form-container .right-section .triple-container .field-container {
    width: 100%;
  }
  #yre-student .solution-section .form-container .left-section .triple-container .field-container:last-child,
  #yre-student .solution-section .form-container .right-section .triple-container .field-container:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  h1.container-title {
    font-size: 4.5vw;
    line-height: 4.6vw;
  }
  h2.container-title {
    font-size: 4.1vw;
    line-height: 4.2vw;
  }
  h3.container-title {
    font-size: 3.7vw;
    line-height: 3.8vw;
  }
  h4.container-title {
    font-size: 3.3vw;
    line-height: 3.4vw;
  }
  h5.container-title {
    font-size: 3.0vw;
    line-height: 3.1vw;
  }
  h6.container-title {
    font-size: 2.8vw;
    line-height: 2.9vw;
  }
  .container-title {
    font-size: 5.0vw;
    line-height: 5.9vw;
  }
  .banner-container .content .title {
    font-size: 5.0vw;
    line-height: 5.9vw;
  }
  .banner-container .content p {
    font-size: 2.0vw;
    line-height: 2.8vw;
  }
  .banner-container .content .watch-video-button {
    font-size: 20px;
    padding: 15px 60px 15px 20px;
  }
  .banner-container .mobile-menu-icon-container {
    display: block;
  }
  .colored-container .content h1:not([class]) {
    font-size: 5.5vw;
    line-height: 5.6vw;
  }
  .colored-container .content h2:not([class]) {
    font-size: 5.0vw;
    line-height: 5.1vw;
  }
  .colored-container .content h3:not([class]) {
    font-size: 4.7vw;
    line-height: 4.8vw;
  }
  .colored-container .content h4:not([class]) {
    font-size: 4.0vw;
    line-height: 4.4vw;
  }
  .colored-container .content h5:not([class]) {
    font-size: 3.8vw;
    line-height: 4.0vw;
  }
  .colored-container .content h6:not([class]) {
    font-size: 3.5vw;
    line-height: 3.8vw;
  }
  .colored-container .content.padding {
    padding: 0px 70px;
  }
  .colored-container .content.split {
    display: block;
  }
  .colored-container .content.split .left-container,
  .colored-container .content.split .right-container {
    width: 100%;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
  .colored-container .content.split .left-container .thumbnail-container:before,
  .colored-container .content.split .right-container .thumbnail-container:before {
    opacity: 0.7;
  }
  .colored-container .content.split .left-container .thumbnail-container:after,
  .colored-container .content.split .right-container .thumbnail-container:after {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
  .colored-container .content.split .left-container .thumbnail-container:hover:before,
  .colored-container .content.split .right-container .thumbnail-container:hover:before {
    opacity: 0.7;
  }
  .colored-container .content.split .left-container {
    padding-bottom: 50px;
  }
  .split-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .split-container .colored-container {
    width: 100%;
    padding: 15vw 40px;
  }
  .split-container .colored-container.left:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
  }
  .split-container .colored-container.right:after {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .split-container .colored-container.red.left:after {
    border-left-color: transparent;
    border-top-color: #ea1d22;
  }
  .split-container .colored-container.red.right:after {
    border-right-color: transparent;
    border-bottom-color: #ea1d22;
  }
  .split-container .colored-container.green.left:after {
    border-left-color: transparent;
    border-top-color: #469743;
  }
  .split-container .colored-container.green.right:after {
    border-right-color: transparent;
    border-bottom-color: #469743;
  }
  .split-container .colored-container.blue.left:after {
    border-left-color: transparent;
    border-top-color: #00a0d2;
  }
  .split-container .colored-container.blue.right:after {
    border-right-color: transparent;
    border-bottom-color: #00a0d2;
  }
  .split-container .colored-container.purple.left:after {
    border-left-color: transparent;
    border-top-color: #452d9d;
  }
  .split-container .colored-container.purple.right:after {
    border-right-color: transparent;
    border-bottom-color: #452d9d;
  }
  .split-container .colored-container.yellow.left:after {
    border-left-color: transparent;
    border-top-color: #f59d2a;
  }
  .split-container .colored-container.yellow.right:after {
    border-right-color: transparent;
    border-bottom-color: #f59d2a;
  }
  .split-container .colored-container.grey.left:after {
    border-left-color: transparent;
    border-top-color: #455a64;
  }
  .split-container .colored-container.grey.right:after {
    border-right-color: transparent;
    border-bottom-color: #455a64;
  }
  .split-container .colored-container.clear.left:after {
    border-left-color: transparent;
    border-top-color: #E7EAEA;
  }
  .split-container .colored-container.clear.right:after {
    border-right-color: transparent;
    border-bottom-color: #E7EAEA;
  }
  .split-container .colored-container h1 {
    font-size: 4.8vw;
    line-height: 5.1vw;
  }
  .split-container .colored-container h1.container-title {
    font-size: 6.5vw;
    line-height: 6.6vw;
  }
  .split-container .colored-container h3 {
    font-size: 4.0vw;
    line-height: 4.4vw;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
  .split-container .image-container {
    width: 100%;
    min-height: 500px;
  }
  .split-container .grid-container {
    min-height: 100vh;
    width: 100%;
  }
  .split-container .grid-container .panel {
    width: 100%;
  }
  .split-container .grid-container .panel .content {
    max-width: 500px;
  }
  .split-container .grid-container .panel .content .content-text {
    font-size: 2.5vw;
    line-height: 3.3vw;
    letter-spacing: 0.06em;
  }
  .split-container .grid-container .panel:after {
    opacity: 0.9;
  }
  .split-container .grid-container .panel:nth-child(3):after {
    background-color: #455a64;
  }
  .split-container .grid-container .panel:nth-child(4):after {
    background-color: #37474f;
  }
  .issues-container .issue .title-container {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .issues-container .issue .title-container .title {
    font-size: 2.3vw;
    line-height: 2.6vw;
  }
  .issues-container .issue .content {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .issues-container .issue .content .divider {
    opacity: 1;
    height: 2px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 0s;
  }
  .issues-container .issue .content .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 1.8vw;
    line-height: 2.4vw;
    transition: all 0s;
  }
  .issues-container .issue .content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .issues-container .issue:hover .title-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .issues-container .issue:hover .content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .issues-container .issue:hover .content .divider {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .issues-container .issue:hover .content .text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .icons-container {
    display: block;
  }
  .icons-container .icon-container {
    width: 33%;
    padding-bottom: 50px;
  }
  .underlined-title {
    font-size: 6.5vw;
    line-height: 6.7vw;
  }
  .past-winners .past-winners-slider {
    padding: 0px 20px;
  }
  .past-winners .past-winners-slider .winners-slide .winner-title {
    font-size: 28px;
  }
  .past-winners .past-winners-slider .winners-slide .winner-title:after {
    max-width: 350px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container {
    display: block;
    padding: 0px 50px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner {
    width: 100%;
    max-width: none;
    padding: 0px 20px;
    outline: none;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    width: 150px;
    height: 150px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    padding-left: 35px;
    width: calc(100% - 150px);
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content p {
    font-size: 18px;
    line-height: 24px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content .button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .slick-prev {
    left: 0px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .slick-next {
    right: 0px;
  }
  .past-winners .past-winners-slider .slick-dots li button {
    text-indent: 0px;
    width: 50px;
    height: 50px;
  }
  .catalog-container #map-container .list-container {
    max-width: none;
    height: 350px;
  }
  .catalog-container #map-container .list-container .beach-list {
    height: 150px;
  }
  .catalog-container #map-container .list-container .beach-list .beach {
    font-size: 15px;
  }
  .catalog-container #map-container .beaches-info-container {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .catalog-container #map-container .beaches-info-container .beach-info {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .jobs-container .job .job-title {
    font-size: 2.0vw;
    line-height: 2.8vw;
  }
  .jobs-container .job .job-description {
    font-size: 1.8vw;
    line-height: 3.0vw;
  }
  #header {
    height: 10px;
  }
  #header .menu-container {
    display: none;
  }
  .form-container .field-container {
    max-width: 250px;
  }
  .form-container .field-container .file-container .file-button {
    font-size: 14px;
    padding: 14px 18px 0px 18px;
  }
  #home #home-hero {
    height: 100vh;
  }
  #home #home-hero .mobile-menu-icon-container {
    display: block;
    z-index: 100;
  }
  #home #home-hero .hero-content {
    max-width: 940px;
    padding: 0px 20px;
    width: 100%;
  }
  #home #home-hero .hero-content h1 {
    font-size: 4.6vw;
    line-height: 5.0vw;
  }
  #home #home-hero .hero-content h2 {
    letter-spacing: 0.025em;
    font-family: "Lato";
    font-weight: 300;
    line-height: 30px;
    font-size: 35px;
    color: white;
    padding-bottom: 55px;
  }
  #home #home-hero .hero-content .form-container .field-container {
    margin: 3px;
  }
  #home #home-hero .hero-content .form-container button {
    margin: 3px;
  }
  #home #home-services-container .service-container {
    background-blend-mode: normal;
  }
  #home #home-services-container .service-container .content .title {
    font-size: 2.0vw;
    line-height: 2.5vw;
    padding-bottom: 10px;
  }
  #home #home-services-container .service-container .content hr {
    width: 150px;
    height: 3px;
    opacity: 1;
  }
  #home #home-services-container .service-container .content .text {
    opacity: 1;
    font-size: 1.5vw;
    line-height: 1.9vw;
    max-width: 300px;
    padding-top: 7px;
  }
  #home #home-services-container .service-container:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #5c7986;
    opacity: 0.5;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #home #home-services-container .service-container:hover {
    background-color: #5c7986;
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
    background-blend-mode: normal;
  }
  #home #home-services-container .service-container:hover:after {
    top: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #home #home-services-container .service-container:hover .text {
    font-size: 1.5vw;
    line-height: 1.9vw;
    max-width: 300px;
    box-shadow: none;
  }
  #home #home-actions-container {
    display: block;
    min-height: none;
  }
  #home #home-actions-container:after {
    display: none;
  }
  #home #home-actions-container .content-container {
    width: 100%;
  }
  #home #home-actions-container .content-container:after {
    display: block;
  }
  #home #home-actions-container .content-container .content {
    padding: 90px 30px;
  }
  #home #home-actions-container .content-container .content h1 {
    font-size: 5.9vw;
    line-height: 6.3vw;
  }
  #home #home-actions-container .content-container .content hr {
    height: 2px;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }
  #home #home-actions-container .actions-container {
    min-height: 80.0vw;
    width: 100%;
  }
  #home #home-actions-container .actions-container .action-container:after {
    opacity: 0.93;
  }
  #home #home-actions-container .actions-container .action-container .content {
    max-width: 450px;
  }
  #home #home-actions-container .actions-container .action-container .content h1 {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }
  #home #home-blog-container .blog-content .title {
    font-size: 7.0vw;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content h1 {
    font-size: 5.0vw;
    max-width: 700px;
    max-width: none;
    padding: 0px 25px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0px auto;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content p {
    padding: 0px 30px;
    padding-bottom: 60px;
    width: 100%;
    margin: 0px auto;
    font-size: 1.9vw;
  }
  #home #home-team-container {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 1500px;
    height: 400vw;
  }
  #home #home-team-container .team-container {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    height: auto;
  }
  #home #home-team-container .content-container {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    height: auto;
  }
  #home #home-team-container .content-container:after {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 10;
    border-top: 40px solid #20bccf;
    border-bottom: 0px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
  #home #home-team-container .content-container .content {
    max-width: 880px;
    padding: 0px 60px;
  }
  #home #home-team-container .content-container .content h1 {
    font-size: 5.5vw;
    line-height: 6.0vw;
  }
  #home #home-team-container .content-container .content p {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }
  #home #home-community-container {
    padding-top: 50px;
    padding-bottom: 80px;
    min-height: 0px;
  }
  #home #home-community-container .container-title {
    font-size: 6.0vw;
  }
  #home #home-community-container h1 {
    font-size: 5.3vw;
    line-height: 5.5vw;
  }
  #home #home-community-container p {
    font-size: 1.8vw;
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  #about-us .banner-container {
    height: 100vh;
  }
  #about-us .banner-container .video-iframe {
    display: none;
  }
  #about-us .banner-container .content .title {
    font-size: 5.0vw;
    line-height: 5.9vw;
  }
  #about-us .banner-container .content .title:after {
    width: 50%;
  }
  #about-us .banner-container .content p {
    font-size: 2.0vw;
    line-height: 2.8vw;
  }
  #about-us .banner-container .content .watch-video-button {
    font-size: 2.2vw;
    padding: 15px 50px 13px 20px;
  }
  #about-us .banner-container .content .watch-video-button:after {
    font-size: 2.4vw;
    right: 18px;
  }
  #about-us .our-supporters-container .container-title {
    font-size: 5.0vw;
  }
  #about-us .our-supporters-container .supporters-container {
    display: block;
    padding-bottom: 0px;
  }
  #about-us .our-supporters-container .supporters-container .supporter {
    vertical-align: top;
    display: inline-block;
    width: 33%;
    padding-bottom: 50px;
  }
  #about-us .the-staff-container .container-title {
    font-size: 5.0vw;
  }
  #about-us .the-staff-container .container-title:after {
    width: 70%;
  }
  #about-us .the-staff-container .container-subtitle p {
    font-size: 1.8vw;
    line-height: 3.0vw;
  }
  #about-us .current-openings-container .container-title {
    font-size: 5.0vw;
  }
  #about-us .current-openings-container .container-title:after {
    width: 70%;
  }
  #about-us .current-openings-container .content-text {
    font-size: 1.8vw;
    line-height: 3.0vw;
  }
  /*	#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .content-container{
						padding: 30px;

						& p{
							font-size: 1.8vw;
							line-height: 2.5vw;
						}
					}
				}
			}
		}
	}*/
  #single-blog .content-wrapper .content-container .post-info-container .post-info .post-title {
    font-size: 5.0vw;
    line-height: 5.2vw;
  }
  #single-blog .content-wrapper .content-container p {
    font-size: 2.0vw;
    line-height: 3.0vw;
  }
  #single-blog .content-wrapper .content-container ul {
    font-size: 2.0vw;
    line-height: 3.0vw;
  }
  #single-blog .content-wrapper .content-container ul li:before {
    top: 8px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container {
    padding: 0px 0px 50px 0px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post {
    padding: 15px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .title {
    font-size: 1.5vw;
    line-height: 2.0vw;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .date {
    font-size: 1.5vw;
    line-height: 2.0vw;
  }
  #single-blog .content-wrapper .content-container .more-posts-container {
    padding: 0px 0px 30px 0px;
  }
  #single-blog .content-wrapper .content-container .more-posts-container .post-link {
    display: block;
    padding-right: 0px;
    font-size: 1.9vw;
    padding-bottom: 10px;
  }
  #single-blog .content-wrapper .content-container .more-posts-container .post-link:after {
    content: none;
  }
  #single-blog .content-wrapper .content-container .submit-comment-container {
    padding: 0px 0px 20px 0px;
  }
  #single-blog .content-wrapper .content-container .comments-container {
    padding: 0px 0px 40px 0px;
  }
  #single-report .social-media-container .sm-wrapper {
    display: block;
  }
  #single-report .social-media-container .sm-wrapper .left-container {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    max-width: none;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container {
    padding: 50px;
    max-width: 700px;
    margin: 0px auto 20px auto;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 110px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    font-size: 17px;
    line-height: 25px;
    padding: 0px 0px 0px 120px;
  }
  #single-report .social-media-container .sm-wrapper .right-container {
    width: 100%;
    padding-left: 0px;
    max-width: none;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 80px 50px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 3.0vw;
    line-height: 3.2vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 2.0vw;
    line-height: 2.0vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 80px 50px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 3.0vw;
    line-height: 3.2vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 2.0vw;
    line-height: 2.0vw;
  }  
  #single-campaign .breaking-news-container .news-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #single-campaign .breaking-news-container .news-container .post-container {
    width: 50%;
    max-width: none;
    padding: 0px 20px 60px 20px;
  }
  #single-campaign .breaking-news-container .news-container .post-container .title {
    max-width: 300px;
    margin: 0px auto;
    font-size: 2.6vw;
    line-height: 3.0vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .excerpt {
    max-width: 300px;
    margin: 0px auto;
    font-size: 2.0vw;
    line-height: 2.4vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .button {
    display: block;
    max-width: 250px;
    margin: 0px auto;
    padding: 15px 0px;
  }
  #single-campaign .white-wrapper .testimonial-container {
    display: block;
    padding: 70px 100px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 300px;
    height: 300px;
    margin: 0px auto 20px auto;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial {
    max-width: none;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 2.3vw;
    line-height: 3.3vw;
    padding-bottom: 15px;
  }
  #single-campaign .testimonial-container .content-container {
    padding: 230px 30px 170px 30px;
    margin: 0px auto;
    max-width: 645px;
  }
  #single-campaign .testimonial-container .content-container .testimonial {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  #single-campaign .testimonial-container .content-container .from {
    font-size: 2.0vw;
    line-height: 2.5vw;
  }
  #single-campaign .testimonial-container:after {
    background: #3BCEBA;
    opacity: 0.5;
  }
  #single-beach .about-section .catalog-link {
    z-index: 10;
  }
  #single-beach .about-section .content-container {
    width: 100%;
    padding: 140px 30px;
  }
  #single-beach .about-section .content-container .title {
    font-size: 37px;
    line-height: 42px;
  }
  #single-beach .about-section .content-container .sub-title {
    font-size: 20px;
    line-height: 27px;
  }
  #single-beach .about-section .content-container p {
    font-size: 18px;
    line-height: 26px;
  }
  #single-beach .about-section:after {
    left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.7;
  }
  #single-beach .data-section .data-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #single-beach .data-section .data-container .gallery-container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    max-width: none;
  }
  #single-beach .data-section .data-container .gallery-container .gallery .gallery-item {
    width: calc(16.66% - 10px);
  }
  #single-beach .data-section .data-container .facilities-container {
    width: calc(50% - 20px);
    max-width: none;
    margin-bottom: 30px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list {
    font-size: 16px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list li {
    padding-bottom: 15px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
    padding-left: 30px;
    padding-right: 15px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
    padding-left: 15px;
    padding-right: 30px;
  }
  #single-beach .data-section .data-container .quality-container {
    width: calc(50% - 20px);
    max-width: none;
    margin-bottom: 30px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .water-quality {
    font-size: 45px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-sub-title {
    font-size: 12px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-title {
    font-size: 16px;
  }
  #donate .donate-banner-container {
    padding: 17px 25px;
  }
  #donate .donate-banner-container .mobile-menu-icon-container {
    display: block;
  }
  #donate .donate-banner-container .content-container .title {
    font-size: 4.5vw;
    line-height: 4.7vw;
    padding-bottom: 25px;
  }
  #donate .donate-banner-container .content-container .title:after {
    height: 1px;
  }
  #donate .donate-banner-container .content-container .donate-button {
    font-size: 2.0vw;
  }
  #donate .testimonial-container .content-container {
    padding: 230px 30px 170px 30px;
    margin: 0px auto;
    max-width: 645px;
  }
  #donate .testimonial-container .content-container .testimonial {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  #donate .testimonial-container .content-container .from {
    font-size: 2.0vw;
    line-height: 2.5vw;
  }
  #donate .testimonial-container:after {
    background: #3BCEBA;
    opacity: 0.5;
  }
  #take-action .section .content .title {
    font-size: 5.5vw;
    line-height: 5.7vw;
  }
  #take-action .section .content .text {
    font-size: 2.0vw;
    line-height: 3.0vw;
  }
  #take-action .section .section-actions-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #take-action .section .section-actions-container .actions-container {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  #take-action .section .section-actions-container .actions-container .action {
    width: 100%;
    position: relative;
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail .arrow {
    top: 35px;
    font-size: 30px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail:after {
    background-color: #263238;
    opacity: 0.7;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    padding: 75px 10px 60px 35px;
    font-size: 2.0vw;
    line-height: 2.6vw;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title:before {
    top: auto;
  }
  #take-action .section .section-actions-container .actions-container .action.active .title-container .title {
    color: #fff;
  }
  #take-action .section .section-actions-container .actions-container:after {
    top: 0px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 35px;
    height: 35px;
  }
  #take-action .section .section-actions-container .actions-content-container {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 3.5vw;
    line-height: 4.2vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 2.0vw;
    line-height: 3.2vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .number-supporters {
    font-size: 17px;
    line-height: 17px;
    padding: 17px 25px;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .button {
    font-size: 18px;
  }
  #take-action .section .section-actions-container.right .actions-container .action .thumbnail .arrow {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  #take-action .section .section-actions-container.right .actions-container:after {
    left: 50%;
  }
  #take-action .section.blue .section-actions-container .actions-container .action .thumbnail:after {
    background-color: #263238;
  }
  #take-action .section.blue .section-actions-container .actions-container .action.active .thumbnail:after {
    background-color: #26c6da;
  }
  #take-action .section.green .section-actions-container .actions-container .action .thumbnail:after {
    background-color: #263238;
  }
  #take-action .section.green .section-actions-container .actions-container .action.active .thumbnail:after {
    background-color: #43a047;
  }
  #take-action .section.purple .section-actions-container .actions-container .action .thumbnail:after {
    background-color: #263238;
  }
  #take-action .section.purple .section-actions-container .actions-container .action.active .thumbnail:after {
    background-color: #5e35b1;
  }
  #blue-flag .success-section .text {
    font-size: 16px;
    line-height: 24px;
  }
  #blue-flag .stories-container .story-container {
    outline: none;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline {
    width: calc(50% -  20px);
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a {
    font-size: 15px;
    line-height: 24px;
  }
  #yre .what-is-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #yre .what-is-section .left-section {
    padding: 70px 0px;
    width: 100%;
  }
  #yre .what-is-section .left-section .title {
    font-size: 7.0vw;
    text-align: center;
  }
  #yre .what-is-section .left-section:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 0px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #01BFA5;
  }
  #yre .what-is-section .right-section {
    width: 100%;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 2.0vw;
    line-height: 2.8vw;
  }
  #yre .contest-section .split-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 70px 0px;
  }
  #yre .contest-section .split-container .left-section,
  #yre .contest-section .split-container .right-section {
    width: 100%;
  }
  #yre .contest-section .split-container .left-section .title,
  #yre .contest-section .split-container .right-section .title {
    font-size: 3.1vw;
    line-height: 3.8vw;
  }
  #yre .contest-section .split-container .left-section:after {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    max-width: 680px;
    height: 2px;
  }
  #yre .contest-section .contest-button {
    font-size: 26px;
  }
  #yre .community-section .title {
    font-size: 6.5vw;
  }
  #yre-student .about-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #yre-student .about-section .left-section {
    width: 100%;
    padding: 150px 0px;
  }
  #yre-student .about-section .left-section .title {
    text-align: center;
    max-width: 550px;
    font-size: 7.0vw;
    line-height: 7.1vw;
  }
  #yre-student .about-section .left-section:after {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 0px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #D32F2E;
  }
  #yre-student .about-section .right-section {
    width: 100%;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 4.7vw;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 3.0vw;
  }
  #yre-student .info-section .content-container p,
  #yre-student .info-section .content-container ul {
    font-size: 2.3vw;
    line-height: 2.6vw;
  }
  #yre-student .latest-news-section {
    padding: 150px 0px 90px;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .title {
    font-size: 4.6vw;
    line-height: 4.7vw;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .excerpt {
    font-size: 2.0vw;
    line-height: 2.7vw;
  }
  #yre-student .latest-news-section .news-slider .slick-next,
  #yre-student .latest-news-section .news-slider .slick-prev {
    width: 60px;
    height: 60px;
  }
  #yre-student .latest-news-section .news-slider .slick-next:after,
  #yre-student .latest-news-section .news-slider .slick-prev:after {
    font-size: 30px;
  }
  #yre-teacher .about-section .content-container p,
  #yre-teacher .about-section .content-container .ul-arrows {
    font-size: 2.1vw;
    line-height: 2.8vw;
  }
  #yre-teacher .questions-section .text {
    font-size: 20px;
    line-height: 26px;
  }
  #default .banner-container .content {
    padding: 0px 40px;
  }
  #default .banner-container .content .title {
    font-size: 41px;
    letter-spacing: 0.075em;
  }
  #default .banner-container .mobile-menu-icon-container {
    display: block;
  }
  #default .full-width-container .content h1 {
    font-size: 50px;
    letter-spacing: 0.04em;
  }
  #default .full-width-container .content h2 {
    font-size: 45px;
    letter-spacing: 0.04em;
  }
  #default .full-width-container .content h3 {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  #default .full-width-container .content h4 {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  #default .full-width-container .content h5 {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
  #default .full-width-container .content h6 {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  #default .full-width-container .content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 920px) {
  #home #home-services-container .service-container .content .logo {
    max-width: 50px;
  }
  #home #home-services-container .service-container .content .title {
    font-size: 20px;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  #home #home-services-container .service-container:hover .text {
    font-size: 1.5vw;
    line-height: 2.3vw;
  }
  #home #home-blog-container .blog-content .title {
    font-size: 7.0vw;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content p {
    padding: 0px 50px;
    padding-bottom: 60px;
    font-size: 2.1vw;
  }
  #home #home-community-container p {
    font-size: 2.1vw;
  }
  #single-campaign .timeline-container .sub-title {
    font-size: 16px;
    line-height: 25px;
    padding: 0px;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content p {
    font-size: 2.3vw;
    line-height: 3.2vw;
  }
}
@media screen and (max-width: 880px) {
  .banner-container .content p {
    font-size: 2.1vw;
    line-height: 3.1vw;
  }
  .issues-container {
    padding: 0px 20px;
  }
  .underlined-title {
    font-size: 7.0vw;
    line-height: 7.2vw;
  }
  .jobs-container .job .job-description {
    font-size: 2.0vw;
    line-height: 3.3vw;
  }
  .footer .content .footer-top {
    padding-bottom: 0px;
  }
  .footer .content .footer-bottom {

    display: none;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content p {
    padding: 0px 100px;
    padding-bottom: 60px;
    font-size: 2.3vw;
  }
  #about-us .banner-container .content p {
    font-size: 2.1vw;
    line-height: 3.1vw;
  }
  #about-us .the-staff-container .container-subtitle p {
    font-size: 2.0vw;
    line-height: 3.3vw;
  }
  #about-us .current-openings-container .content-text {
    font-size: 2.0vw;
    line-height: 3.3vw;
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .author-container{
						width: 100px;
						height: 300px;

						& .author-image{
							width: 100px;
							height: 100px;
						}
					}
					& .content-container{
						min-height: 500px;
						width: calc(~"100% - 200px");

						& .post-title{
							font-size: 3.4vw;
						}
						& p{
							font-size: 1.9vw;
							line-height: 3.0vw;
						}
					}
				}
			}
		}
	}*/
  #single-blog .content-wrapper .content-container .more-posts-container .post-link {
    font-size: 15px;
  }
  #single-campaign .solutions-container .subtext {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }
  #single-campaign .Wsolutions-container .subtext {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }  
  #single-campaign .campaigners-wrapper .content p {
    font-size: 2.0vw;
    line-height: 3.2vw;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner .image-container {
    width: 200px;
    height: 200px;
  }
  #donate .donate-banner-container .content-container .donate-button {
    font-size: 17px;
  }
  #donate .actions-container .action-buttons-container .action-button {
    padding: 0px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container {
    height: 30px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container .icon {
    height: 30px;
  }
  #donate .actions-container .action-buttons-container .action-button .title {
    display: none;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content .title {
    font-size: 4.7vw;
    line-height: 4.7vw;
  }
  #donate .contact-container .contact-info-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #donate .contact-container .contact-info-container .contact-info {
    width: 50%;
  }
  #blue-flag .split-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #blue-flag .split-section .option-container {
    width: 100%;
    padding: 80px 20px;
  }
  #blue-flag .split-section .option-container h1 {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  #blue-flag .split-section:after {
    width: 80%;
    height: 2px;
  }
  #yre .what-is-section .right-section {
    padding: 80px 0px;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 2.3vw;
    line-height: 3.1vw;
    padding-bottom: 20px;
  }
  #yre-student .solution-section .form-container .field-container .file-container .file-button .desktop-text {
    display: none;
  }
  #yre-student .solution-section .form-container .field-container .file-container .file-button .mobile-icon {
    display: block;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .title {
    font-size: 30px;
    line-height: 32px;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .excerpt {
    font-size: 17px;
    line-height: 25px;
  }
  #yre-teacher .about-section .content-container p,
  #yre-teacher .about-section .content-container .ul-arrows {
    font-size: 17px;
    line-height: 25px;
  }
  #yre-teacher .about-section .content-container .ul-arrows li {
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 820px) {
  .split-container .grid-container .panel .content .content-text {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }
  #about-us .the-staff-container .staff-container .staff {
    margin: 0px 70px;
    width: 100%;
    min-height: 350px;
  }
  #about-us .the-staff-container .staff-container .staff:nth-child(3n + 2) {
    width: 100%;
  }
  #about-us .the-staff-container .staff-container .staff.slick-current:before {
    opacity: 0;
  }
  #about-us .the-staff-container .staff-container .staff.slick-current:after {
    opacity: 0.4;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .name {
    font-size: 3.0vw;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .title {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .content {
    font-size: 2.0vw;
    line-height: 2.5vw;
  }
  #about-us .the-staff-container .staff-container .slick-arrow {
    background-color: rgba(69, 90, 100, 0.6);
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 3.3vw;
    line-height: 3.5vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 3.3vw;
    line-height: 3.5vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }  
  #single-campaign .white-wrapper .testimonial-container {
    padding: 70px 80px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list {
    font-size: 14px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
    padding-left: 20px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
    padding-right: 20px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .water-quality {
    font-size: 37px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-sub-title {
    font-size: 10px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-title {
    font-size: 14px;
  }
  #donate .testimonial-container .content-container .from {
    font-size: 17px;
    line-height: 25px;
  }
  #take-action .section .content {
    padding: 80px 40px;
  }
  #take-action .section .content .title {
    font-size: 5.5vw;
    line-height: 5.7vw;
  }
  #take-action .section .content .text {
    font-size: 2.4vw;
    line-height: 3.4vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 3.7vw;
    line-height: 4.5vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }
  #yre .what-is-section .left-section {
    padding: 80px 0px;
  }
  #yre .what-is-section .left-section .title {
    font-size: 60px;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 22px;
    line-height: 32px;
  }
  #yre .contest-section .split-container .left-section .title,
  #yre .contest-section .split-container .right-section .title {
    font-size: 30px;
    line-height: 40px;
  }
  #yre .donor-section .content-section .quote {
    max-width: 690px;
    padding: 0px 20px 30px 20px;
    font-size: 3.5vw;
    line-height: 4.8vw;
  }
  #yre .donor-section .content-section .author {
    max-width: 690px;
    padding: 0px 20px 40px 20px;
    font-size: 20px;
  }
  #yre .community-section .title {
    font-size: 55px;
    padding: 0px 30px 50px 30px;
  }
  #yre-student .info-section .content-container p,
  #yre-student .info-section .content-container ul {
    font-size: 21px;
    line-height: 25px;
  }
  #yre-student .info-section .content-container .ul-arrows li {
    padding-left: 30px;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper .quote {
    font-size: 18px;
    line-height: 29px;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper .author {
    font-size: 16px;
    line-heigh: 25px;
  }
}
@media screen and (max-width: 790px) {
  h1.container-title {
    font-size: 4.7vw;
    line-height: 4.8vw;
  }
  h2.container-title {
    font-size: 4.3vw;
    line-height: 4.4vw;
  }
  h3.container-title {
    font-size: 3.9vw;
    line-height: 4.0vw;
  }
  h4.container-title {
    font-size: 3.5vw;
    line-height: 3.6vw;
  }
  h5.container-title {
    font-size: 3.2vw;
    line-height: 3.3vw;
  }
  h6.container-title {
    font-size: 3.0vw;
    line-height: 3.1vw;
  }
  .container-title {
    font-size: 5.5vw;
    line-height: 6.4vw;
  }
  .banner-container .content .title {
    font-size: 5.5vw;
    line-height: 6.4vw;
  }
  .banner-container .content p {
    font-size: 2.4vw;
    line-height: 3.7vw;
  }
  .split-container .colored-container h1 {
    font-size: 5.3vw;
    line-height: 5.7vw;
  }
  .split-container .colored-container h1.container-title {
    font-size: 7.0vw;
    line-height: 7.1vw;
  }
  .split-container .colored-container h3 {
    font-size: 4.5vw;
    line-height: 4.8vw;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 2.2vw;
    line-height: 3.0vw;
  }
  .split-container .image-container {
    width: 100%;
    min-height: 500px;
  }
  .issues-container {
    padding: 0px;
  }
  .issues-container .issue {
    width: 100%;
    min-height: 350px;
  }
  .issues-container .issue .title-container .title {
    font-size: 2.8vw;
    line-height: 3.4vw;
  }
  .issues-container .issue .content .divider {
    margin: 10px auto;
  }
  .issues-container .issue .content .text {
    font-size: 2.1vw;
    line-height: 2.6vw;
  }
  .icons-container .icon-container .logo-container {
    width: 150px;
    height: 150px;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 2.2vw;
    line-height: 3.0vw;
  }
  .instructional-videos .videos-container .video-container {
    width: 100%;
    max-width: 500px;
    margin: 0px auto 30px auto;
  }
  .reporters-handbook .handbooks-container .handbook .image {
    width: 150px;
    height: 200px;
  }
  .reporters-handbook .handbooks-container .handbook .title {
    font-size: 18px;
    line-height: 22px;
  }
  .reporters-handbook .handbooks-container .handbook .description {
    font-size: 16px;
    line-height: 20px;
  }
  .reporters-handbook .handbooks-container .handbook .button {
    font-size: 14px;
    padding: 15px 30px;
  }
  .catalog-container #map-container .beaches-info-container {
    max-width: none;
    width: calc(100% - 40px);
  }
  .jobs-container .job .job-title {
    font-size: 2.3vw;
    line-height: 3.0vw;
    padding-bottom: 10px;
  }
  .form-container .field-container {
    max-width: 185px;
  }
  #home #home-services-container .service-container .content .title {
    line-height: 3.2vw;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 2.6vw;
    line-height: 3.8vw;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content h1 {
    font-size: 5.0vw;
    max-width: 600px;
    padding: 0px 25px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0px auto;
  }
  #home #home-team-container .content-container .content {
    max-width: 880px;
    padding: 0px 60px;
  }
  #home #home-team-container .content-container .content h1 {
    font-size: 6.7vw;
    line-height: 7.5vw;
  }
  #home #home-team-container .content-container .content p {
    font-size: 3.0vw;
    line-height: 4.4vw;
  }
  #home #home-community-container .container-title {
    font-size: 6.5vw;
    padding-bottom: 45px;
  }
  #home #home-community-container p {
    font-size: 2.6vw;
    line-height: 3.5vw;
  }
  #about-us .banner-container .content .title {
    font-size: 5.5vw;
    line-height: 6.4vw;
  }
  #about-us .banner-container .content .title:after {
    width: 50%;
  }
  #about-us .banner-container .content p {
    font-size: 2.4vw;
    line-height: 3.7vw;
  }
  #about-us .our-supporters-container .container-title {
    font-size: 5.5vw;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container {
    width: 150px;
    height: 150px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container .icon {
    width: 70px;
    height: auto;
  }
  #about-us .the-staff-container .container-title {
    font-size: 5.5vw;
  }
  #about-us .current-openings-container .container-title {
    font-size: 5.5vw;
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .content-container{
						& .post-title{
							font-size: 3.5vw;
						}
						& p{
							font-size: 15px;
							line-height: 22px;
						}
					}
				}
			}
		}
	}*/
  #single-blog .content-wrapper .content-container .post-info-container .post-info .post-title {
    font-size: 5.5vw;
    line-height: 5.7vw;
  }
  #single-blog .content-wrapper .content-container p {
    font-size: 2.3vw;
    line-height: 3.3vw;
  }
  #single-blog .content-wrapper .content-container ul {
    font-size: 2.3vw;
    line-height: 3.3vw;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts {
    display: block;
    position: relative;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post {
    width: 100%;
    display: block;
    padding: 45px 60px;
    outline: none;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .title,
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .date {
    font-size: 2.7vw;
    line-height: 3.0vw;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow {
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    border: 0px;
    width: 50px;
    height: 100%;
    outline: none;
    background-color: transparent;
    z-index: 1;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow.slick-next {
    right: 0px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow.slick-next:after {
    content: "\f101";
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow.slick-prev {
    left: 0px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow.slick-prev:after {
    content: "\f100";
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow:after {
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0px;
    color: #fff;
    text-indent: 0px;
    font-size: 40px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 2.2vw;
    line-height: 3.0vw;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 90px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    font-size: 2.1vw;
    line-height: 3.3vw;
    padding: 0px 0px 0px 100px;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 2.2vw;
    line-height: 3.0vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 80px 30px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 80px 30px;
  }
  #single-campaign .campaigners-wrapper .content p {
    font-size: 17px;
    line-height: 24px;
  }
  #single-campaign .testimonial-container .content-container .testimonial {
    font-size: 3.0vw;
    line-height: 4.0vw;
  }
  #donate .testimonial-container .content-container .testimonial {
    font-size: 3.0vw;
    line-height: 4.0vw;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    font-size: 2.2vw;
    line-height: 3.0vw;
  }
  #yre-student .solution-section .form-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #yre-student .solution-section .form-container .left-section,
  #yre-student .solution-section .form-container .right-section {
    width: 100%;
  }
  #yre-student .solution-section .form-container .left-section {
    padding-bottom: 35px;
  }
  #default .banner-container .content .title {
    font-size: 37px;
    letter-spacing: 0.05em;
  }
  #default .banner-container .content .text {
    font-size: 15px;
    line-height: 20px;
  }
  #default .full-width-container .content p {
    font-size: 15px;
    line-height: 22px;
  }
  #default .full-width-container .content ul,
  #default .full-width-container .content ol {
    font-size: 15px;
    line-height: 22px;
  }
  #default .full-width-container .content ul li:before {
    left: -22px;
    font-size: 10px;
  }
}
@media screen and (max-width: 720px) {
  .split-container .colored-container {
    padding: 120px 20px;
  }
  .split-container .colored-container h1 {
    font-size: 5.3vw;
    line-height: 5.7vw;
  }
  .split-container .colored-container h3 {
    font-size: 4.5vw;
    line-height: 4.8vw;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }
  .split-container .image-container {
    width: 100%;
    min-height: 500px;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }
  .underlined-title {
    font-size: 7.4vw;
    line-height: 7.6vw;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    width: 130px;
    height: 130px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    padding-left: 20px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content .button {
    font-size: 14px;
  }
  .catalog-container #map-container .list-container .beach-list .beach {
    font-size: 13px;
  }
  .jobs-container .job .job-description {
    font-size: 13px;
    line-height: 20px;
  }
  #home #home-services-container .service-container .content .title {
    line-height: 3.2vw;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 1.8vw;
  }
  #default .full-width-container .content h1 {
    font-size: 44px;
    letter-spacing: 0.02em;
  }
  #default .full-width-container .content h2 {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  #default .full-width-container .content h3 {
    font-size: 35px;
    letter-spacing: 0.02em;
  }
  #default .full-width-container .content h4 {
    font-size: 30px;
    letter-spacing: 0.01em;
  }
  #default .full-width-container .content h5 {
    font-size: 25px;
    letter-spacing: 0.01em;
  }
  #default .full-width-container .content h6 {
    font-size: 20px;
    letter-spacing: 0.01em;
  }
  #about-us .the-staff-container .container-subtitle p {
    font-size: 15px;
    line-height: 23px;
  }
  #about-us .current-openings-container .content-text {
    font-size: 15px;
    line-height: 23px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }
  #single-campaign .solutions-container .subtext {
    font-size: 17px;
    line-height: 25px;
  }
  #single-campaign .Wsolutions-container .subtext {
    font-size: 17px;
    line-height: 25px;
  }  
  #single-campaign .timeline-container .timeline-slider .slick-track:before {
    top: 103px;
    width: calc(100% - 500px);
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image {
    width: 210px;
    height: 210px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image .time {
    font-size: 35px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .title {
    font-size: 16px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .text {
    font-size: 14px;
    line-height: 22px;
    max-width: 300px;
  }
  #single-campaign .breaking-news-container .news-container .post-container .title {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }
  #single-campaign .breaking-news-container .news-container .post-container .excerpt {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }
  #single-campaign .white-wrapper .testimonial-container {
    padding: 70px 60px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 2.7vw;
    line-height: 3.7vw;
  }
  #donate .donate-banner-container .content-container {
    padding: 50px 40px;
  }
  #donate .donate-banner-container .content-container .title {
    font-size: 4.8vw;
    line-height: 5.0vw;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content .title {
    font-size: 34px;
    line-height: 34px;
  }
  #take-action .section .section-actions-container .actions-container .action .title {
    padding: 40px 20px 40px 30px;
    font-size: 2.2vw;
    line-height: 3.0vw;
  }
  #take-action .section .section-actions-container .actions-container .action .title:before {
    top: 40px;
    left: 10px;
  }
  #blue-flag .split-section .option-container h1 {
    font-size: 4.0vw;
    line-height: 5.0vw;
  }
}
@media screen and (max-width: 680px) {
  h1.container-title {
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
  h2.container-title {
    font-size: 32px;
    line-height: 33px;
    letter-spacing: 0.05em;
  }
  h3.container-title {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
  h4.container-title {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
  h5.container-title {
    font-size: 23px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
  h6.container-title {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }
  .container-title {
    font-size: 40px;
    line-height: 41px;
    padding-bottom: 60px;
    letter-spacing: 0.02em;
  }
  .container-title:after {
    bottom: 40px;
  }
  .colored-container {
    padding: 70px 0px;
  }
  .colored-container .content h1:not([class]) {
    font-size: 40px;
    line-height: 41px;
  }
  .colored-container .content h2:not([class]) {
    font-size: 37px;
    line-height: 38px;
  }
  .colored-container .content h3:not([class]) {
    font-size: 34px;
    line-height: 35px;
  }
  .colored-container .content h4:not([class]) {
    font-size: 29px;
    line-height: 30px;
  }
  .colored-container .content h5:not([class]) {
    font-size: 27px;
    line-height: 28px;
  }
  .colored-container .content h6:not([class]) {
    font-size: 25px;
    line-height: 26px;
  }
  .colored-container .content.split .left-container,
  .colored-container .content.split .right-container {
    padding: 0px 20px;
  }
  .colored-container .content.split .left-container p,
  .colored-container .content.split .right-container p {
    font-size: 15px;
    line-height: 20px;
  }
  .colored-container .content.split .left-container .thumbnail-container:after,
  .colored-container .content.split .right-container .thumbnail-container:after {
    font-size: 70px;
  }
  .colored-container .content.split .left-container {
    padding-bottom: 50px;
  }
  .banner-container {
    min-height: 500px;
  }
  .banner-container .content .title {
    font-size: 37px;
    line-height: 45px;
  }
  .banner-container .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .split-container .colored-container {
    padding: 100px 20px;
  }
  .split-container .colored-container h1 {
    font-size: 37px;
    line-height: 40px;
  }
  .split-container .colored-container h1.container-title {
    font-size: 40px;
    line-height: 41px;
  }
  .split-container .colored-container h3 {
    font-size: 30px;
    line-height: 33px;
  }
  .split-container .colored-container p,
  .split-container .colored-container ul,
  .split-container .colored-container ol {
    font-size: 15px;
    line-height: 20px;
  }
  .split-container .image-container {
    width: 100%;
    min-height: 500px;
  }
  .split-container .grid-container {
    height: 75vh;
    max-height: 500px;
  }
  .split-container .grid-container .panel .content .content-text {
    font-size: 3.2vw;
    line-height: 3.8vw;
  }
  .icons-container {
    padding-bottom: 0px;
  }
  .icons-container .slick-arrow {
    text-indent: -9999px;
    width: 70px;
    height: 70px;
    background: none;
    border-radius: 100%;
    border: 2px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 25px));
    -ms-transform: translateY(calc(-50% - 25px));
    transform: translateY(calc(-50% - 25px));
    z-index: 100;
    outline: none;
  }
  .icons-container .slick-arrow.slick-prev {
    left: 10px;
  }
  .icons-container .slick-arrow.slick-prev:after {
    left: 46%;
    content: "\f100";
  }
  .icons-container .slick-arrow.slick-next {
    right: 10px;
  }
  .icons-container .slick-arrow.slick-next:after {
    left: 55%;
    content: "\f101";
  }
  .icons-container .slick-arrow:after {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    left: 50%;
    line-height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #fff;
    text-indent: 0px;
  }
  .icons-container .icon-container {
    width: 100%;
    display: block;
    max-width: none;
    outline: none;
    padding: 30px 0px;
  }
  .icons-container .icon-container .logo-container {
    width: 200px;
    height: 200px;
  }
  .icons-container .icon-container .logo-container .logo {
    width: 100px;
  }
  .icons-container .icon-container.slick-active .logo-container {
    box-shadow: 0px 0px 15px #333;
    background-color: #4f6873;
  }
  .underlined-title {
    font-size: 8.0vw;
    line-height: 8.2vw;
    padding: 0px 0px 50px 0px;
  }
  .instructional-videos .text,
  .past-winners .text {
    font-size: 16px;
    line-height: 25px;
  }
  .jobs-container .job {
    padding: 0px 20px;
  }
  .jobs-container .job .job-title {
    font-size: 15px;
    line-height: 20px;
  }
  .jobs-container .job:before {
    content: none;
  }
  .reporters-handbook .text {
    font-size: 16px;
    line-height: 25px;
  }
  .reporters-handbook .handbooks-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reporters-handbook .handbooks-container .handbook {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .reporters-handbook .handbooks-container .handbook .image {
    width: 225px;
    height: 300px;
  }
  .reporters-handbook .handbooks-container .handbook .title {
    font-size: 25px;
    line-height: 27px;
  }
  .reporters-handbook .handbooks-container .handbook .description {
    font-size: 18px;
    line-height: 23px;
  }
  #email-community-form-container .body .form-container .field-container.mobile-only {
    display: block;
  }
  .footer .copyright p .geekpower {
    padding: 0px;
    display: block;
  }
  #home #home-hero .hero-content {
    padding: 0px 40px;
  }
  #home #home-hero .hero-content h1 {
    font-size: 5.7vw;
    line-height: 7.0vw;
  }
  #home #home-hero .hero-content h1 br {
    display: none;
  }
  #home #home-hero .hero-content h2 {
    font-size: 4.8vw;
    line-height: 5.2vw;
    padding-bottom: 30px;
  }
  #home #home-hero .hero-content .form-container .field-container {
    display: none;
  }
  #home #home-hero .hero-content .form-container button {
    max-width: 300px;
    margin: 0px;
  }
  #home #home-services-container .service-container {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    overflow: visible;
    min-height: 280px;
    max-height: 350px;
    height: 50vw;
  }
  #home #home-services-container .service-container .content .logo {
    max-width: 60px;
  }
  #home #home-services-container .service-container .content .title {
    line-height: 4.0vw;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 2.3vw;
    line-height: 3.0vw;
  }
  #home #home-services-container .service-container:nth-child(even) {
    margin: 0px;
    margin-bottom: 10px;
  }
  #home #home-services-container .service-container:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: -25px;
    left: calc(50% - 20px);
    background-color: white;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #home #home-services-container .box {
    display: none;
  }
  #home #home-actions-container .content-container:after {
    left: calc(50% - 30px);
    bottom: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f6272c;
  }
  #home #home-actions-container .content-container .content h1 {
    font-size: 8.0vw;
    line-height: 8.5vw;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  #home #home-actions-container .content-container .content a {
    font-size: 2.7vw;
  }
  #home #home-actions-container .actions-container {
    display: block;
  }
  #home #home-actions-container .actions-container .action-container {
    width: 100%;
    min-height: 200px;
    height: 25vh;
    max-height: 380px;
  }
  #home #home-actions-container .actions-container .action-container:nth-child(3):after {
    background-color: #455a64;
  }
  #home #home-actions-container .actions-container .action-container:nth-child(4):after {
    background-color: #37474f;
  }
  #home #home-blog-container {
    min-height: 750px;
  }
  #home #home-blog-container .blog-content .title {
    font-size: 8.3vw;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content h1 {
    font-size: 6.0vw;
    line-height: 7.9vw;
    max-width: none;
    padding: 0px 30px;
    padding-bottom: 20px;
    width: 100%;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    padding: 0px 40px;
    padding-bottom: 60px;
  }
  #home #home-blog-container .blog-content .slides-container .slick-next,
  #home #home-blog-container .blog-content .slides-container .slick-prev {
    display: none !important;
  }
  #home #home-blog-container .blog-content .slides-container .slick-dots {
    bottom: -60px;
  }
  #home #home-community-container .container-title {
    font-size: 6.7vw;
  }
  #home #home-community-container > h1 {
    font-size: 6.0vw;
    line-height: 7.0vw;
  }
  #home #home-community-container > p {
    padding: 0px 30px;
    padding-bottom: 40px;
    font-size: 3.0vw;
    line-height: 3.5vw;
  }
  #home #home-community-container .testimonials-container .testimonial {
    width: 100%;
  }
  #home #home-community-container .testimonials-container .testimonial .logo {
    width: 180px;
    height: 180px;
  }
  #home #home-community-container .testimonials-container .testimonial h1 {
    font-size: 3.0vw;
  }
  #home #home-community-container .testimonials-container .testimonial hr {
    width: 150px;
  }
  #home #home-community-container .testimonials-container .testimonial .title {
    line-height: 4.0vw;
  }
  #home #home-community-container .testimonials-container .testimonial p {
    font-size: 3.0vw;
    line-height: 4.5vw;
    max-width: 400px;
  }
  #home #home-community-container .form-container .field-container {
    display: none;
  }
  #home #home-community-container .form-container button {
    max-width: 300px;
  }
  #about-us .banner-container .content .title {
    font-size: 37px;
    line-height: 45px;
  }
  #about-us .banner-container .content .title:after {
    width: 50%;
  }
  #about-us .banner-container .content p {
    font-size: 14px;
    line-height: 20px;
  }
  #about-us .banner-container .content .watch-video-button {
    font-size: 13px;
  }
  #about-us .banner-container .content .watch-video-button:after {
    font-size: 14px;
  }
  #about-us .our-supporters-container {
    padding: 70px 0px 80px 0px;
  }
  #about-us .our-supporters-container .container-title {
    font-size: 37px;
  }
  #about-us .our-supporters-container .supporters-container {
    position: relative;
    padding-bottom: 30px;
  }
  #about-us .our-supporters-container .supporters-container .supporter {
    width: 100%;
    display: block;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container {
    width: 200px;
    height: 200px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container .icon {
    width: 100px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .title {
    font-size: 20px;
    line-height: 26px;
  }
  #about-us .our-supporters-container .supporters-container .supporter.slick-active .icon-container {
    background-color: #4f6873;
    box-shadow: 0px 0px 15px #333;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow {
    text-indent: -9999px;
    width: 70px;
    height: 70px;
    background: none;
    border-radius: 100%;
    border: 2px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    outline: none;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow.slick-prev {
    left: 10px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow.slick-prev:after {
    left: 46%;
    content: "\f100";
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow.slick-next {
    right: 10px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow.slick-next:after {
    left: 55%;
    content: "\f101";
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow:after {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    left: 50%;
    line-height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #fff;
    text-indent: 0px;
  }
  #about-us .the-staff-container .container-title {
    font-size: 37px;
  }
  #about-us .the-staff-container .staff-container .staff {
    margin: 0px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .name {
    font-size: 18px;
    line-height: 20px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .title {
    font-size: 15px;
    line-height: 18px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .content {
    font-size: 13px;
    line-height: 17px;
  }
  #about-us .the-staff-container .staff-container .slick-arrow {
    background-color: rgba(69, 90, 100, 0.8);
  }
  #about-us .current-openings-container .container-title {
    font-size: 37px;
  }
  #about-us .current-openings-container .content-text {
    padding: 0px 20px 60px 20px;
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .date{
						top: 30px;
						right: auto;
						left: 100px;
						.translateX(-50%);
					}
					& .author-container{
						padding-top: 120px;
					}
					& .content-container{
						padding: 15px 20px;

						& .post-title{
							font-size: 23px;
							padding-right: 0px;
						}
						& p{
							font-size: 14px;
							line-height: 19px;
						}
						& .more-link{
							bottom: 30px;
							padding: 10px 8px;
						}
					}
				}
			}
		}
	}*/
  #single-blog .content-wrapper .content-container .post-info-container .post-info .post-title {
    font-size: 5.9vw;
    line-height: 6.2vw;
  }
  #single-blog .content-wrapper .content-container p {
    font-size: 15px;
    line-height: 20px;
  }
  #single-blog .content-wrapper .content-container ul {
    font-size: 15px;
    line-height: 20px;
  }
  #single-blog .content-wrapper .content-container ul li {
    padding-left: 20px;
  }
  #single-blog .content-wrapper .content-container ul li:before {
    top: 5px;
    left: 0px;
    width: 10px;
    height: 10px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow {
    width: 40px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .slick-arrow:after {
    font-size: 30px;
  }
  #single-blog .content-wrapper .content-container .submit-comment-container .dual-input-container {
    margin-bottom: 0px;
  }
  #single-blog .content-wrapper .content-container .submit-comment-container .dual-input-container .input-container {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container p {
    font-size: 15px;
    line-height: 20px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 70px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    font-size: 15px;
    line-height: 20px;
    padding: 0px 0px 0px 80px;
  }
  #single-report .social-media-container .sm-wrapper .right-container p {
    font-size: 15px;
    line-height: 20px;
  }
  #single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container {
    display: block;
  }
  #single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container {
    width: 100%;
    max-width: none;
    padding-bottom: 30px;
  }
  #single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container p {
    padding-left: 0px;
    text-align: center;
  }
  #single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container .graphic {
    margin: 0px auto 20px auto;
  }
  #single-report .social-media-container .sm-wrapper .right-container .sm-graphics-container .graphic-container:nth-child(2) {
    padding-bottom: 0px;
  }
  #single-campaign .solutions-container .campaign-solutions-container {
    display: block;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 80px 60px;
    width: 100%;
    height: 100%;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 4.0vw;
    line-height: 4.2vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 3.0vw;
    line-height: 3.2vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .button {
    bottom: 15px;
  }
  #single-campaign .solutions-container .campaign-solutions-container.slick-initialized p.text {
    width: 75%;
    margin: 0 auto;
  }
  #single-campaign .solutions-container .campaign-solutions-container.slick-initialized .slick-prev {
    position: absolute;
    top: 50%;
    left: 1%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 2px solid white;
    cursor: pointer;
    z-index: 2;
    outline: none;
    text-indent: -9999px;
    transition: all 0.5s;
  }
  #single-campaign .solutions-container .campaign-solutions-container.slick-initialized .slick-prev::after {
    content: "\f100";
    left: calc(47%);
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-indent: 0px;
    transition: all 0.3s;
  }
  #single-campaign .solutions-container .campaign-solutions-container.slick-initialized .slick-next {
    display: inline-block;
    right: 1%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 2px solid white;
    cursor: pointer;
    z-index: 2;
    outline: none;
    text-indent: -9999px;
    transition: all 0.5s;
  }
  #single-campaign .solutions-container .campaign-solutions-container.slick-initialized .slick-next::after {
    content: "\f101";
    left: calc(52%);
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-indent: 0px;
    transition: all 0.3s;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container {
    display: block;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 80px 60px;
    width: 100%;
    height: 100%;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 4.0vw;
    line-height: 4.2vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 3.0vw;
    line-height: 3.2vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .button {
    bottom: 15px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container.slick-initialized p.text {
    width: 75%;
    margin: 0 auto;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container.slick-initialized .slick-prev {
    position: absolute;
    top: 50%;
    left: 1%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 2px solid white;
    cursor: pointer;
    z-index: 2;
    outline: none;
    text-indent: -9999px;
    transition: all 0.5s;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container.slick-initialized .slick-prev::after {
    content: "\f100";
    left: calc(47%);
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-indent: 0px;
    transition: all 0.3s;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container.slick-initialized .slick-next {
    display: inline-block;
    right: 1%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 2px solid white;
    cursor: pointer;
    z-index: 2;
    outline: none;
    text-indent: -9999px;
    transition: all 0.5s;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container.slick-initialized .slick-next::after {
    content: "\f101";
    left: calc(52%);
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-indent: 0px;
    transition: all 0.3s;
  }  
  #single-campaign .breaking-news-container .news-container .post-container {
    width: 100%;
    margin-bottom: 50px;
  }
  #single-campaign .breaking-news-container .news-container .post-container .title {
    max-width: 350px;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  #single-campaign .breaking-news-container .news-container .post-container .excerpt {
    max-width: 350px;
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 15px;
  }
  #single-campaign .white-wrapper .testimonial-container {
    padding: 70px 40px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 260px;
    height: 260px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .text {
    font-size: 18px;
    line-height: 23px;
  }
  #single-campaign .white-wrapper .testimonial-container .testimonial .from {
    font-size: 16px;
    line-height: 20px;

  }
  #single-campaign .campaigners-wrapper .campaigners-container {
    display: block;
  }
  #single-campaign .campaigners-wrapper .campaigners-container .campaigner {
    margin: 0px auto;
    width: 100%;
  }
  #single-campaign .community-wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
  #single-campaign .community-wrapper .form-container .field-container {
    display: block;
    max-width: none;
    margin: 0px auto 40px auto;
    width: calc(100% - 40px);
  }
  #single-campaign .community-wrapper .form-container .field-container .field.fixed-label + .field-label,
  #single-campaign .community-wrapper .form-container .field-container .field:focus + .field-label {
    top: -35%;
  }
  #single-campaign .testimonial-container .content-container .testimonial {
    font-size: 22px;
    line-height: 28px;
  }
  #single-beach .about-section .catalog-link {
    left: 20px;
  }
  #single-beach .about-section .content-container {
    padding: 130px 20px;
  }
  #single-beach .about-section .content-container .title {
    font-size: 34px;
    line-height: 39px;
  }
  #single-beach .about-section .content-container .sub-title {
    font-size: 17px;
    line-height: 24px;
  }
  #single-beach .about-section .content-container p {
    font-size: 16px;
    line-height: 24px;
  }
  #single-beach .data-section .data-container .gallery-container {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #single-beach .data-section .data-container .facilities-container {
    width: 100%;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list {
    font-size: 16px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list li {
    padding-bottom: 13px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
    padding-left: 40px;
    padding-right: 20px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
    padding-left: 20px;
    padding-right: 40px;
  }
  #single-beach .data-section .data-container .quality-container {
    width: 100%;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .water-quality {
    font-size: 45px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-sub-title {
    font-size: 13px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-title {
    font-size: 16px;
  }
  #donate .testimonial-container .content-container .testimonial {
    font-size: 22px;
    line-height: 28px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container {
    height: 25px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container .icon {
    height: 25px;
  }
  #donate .actions-container .actions-content-container .action-content-container {
    padding: 170px 0px 100px 0px;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content p {
    font-size: 15px;
    line-height: 24px;
    padding: 0px 20px 30px 20px;
  }
  #donate .actions-container .actions-content-container .action-content-container .action-content .button {
    font-size: 13px;
    padding: 15px 30px;
  }
  #donate .actions-container .actions-dots-container {
    bottom: 43px;
  }
  #take-action .section .content {
    padding: 60px 20px;
  }
  #take-action .section .content .title {
    font-size: 30px;
    line-height: 34px;
  }
  #take-action .section .content .text {
    font-size: 15px;
    line-height: 25px;
  }
  #take-action .section .section-actions-container .actions-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail {
    position: relative;
    top: auto;
    left: auto;
    width: 30%;
    height: auto;
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail .arrow {
    font-size: 38px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    font-size: 2.8vw;
    line-height: 4.0vw;
    padding: 40px 10px 40px 35px;
  }
  #take-action .section .section-actions-container .actions-content-container .more-link {
    top: 0px;
    right: 0px;
    writing-mode: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 15px 20px;
  }
  #take-action .section .section-actions-container .actions-content-container .more-link.left {
    left: auto;
    right: 0px;
  }
  #take-action .section .section-actions-container .actions-content-container .more-link ~ .actions-content-wrapper .content-container-wrapper .content-container {
    padding: 80px 20px 50px 20px;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container {
    padding: 50px 20px;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 4.3vw;
    line-height: 5.0vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 2.4vw;
    line-height: 4.0vw;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .supporters-bar-container .number-supporters {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 25px;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container .button {
    font-size: 15px;
  }
  #beach-catalog .about-section .title {
    font-size: 7.0vw;
    line-height: 6.4vw;
  }
  #blue-flag .impact-section .stats-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #blue-flag .impact-section .stats-container .stat {
    width: 100%;
    margin-bottom: 30px;
  }
  #blue-flag .impact-section .stats-container .stat .icon-container {
    margin-bottom: 20px;
  }
  #blue-flag .impact-section .stats-container .stat .icon-container .icon {
    width: 70px;
    height: auto;
  }
  #blue-flag .impact-section .stats-container .stat .stat-title {
    font-size: 5.0vw;
  }
  #blue-flag .impact-section .stats-container .stat .stat-sub-title {
    font-size: 2.3vw;
    max-width: 250px;
  }
  #blue-flag .success-section .text {
    font-size: 15px;
    line-height: 23px;
  }
  #blue-flag-operator .about-section .content-container .content-wrapper {
    padding: 0px 20px;
  }
  #blue-flag-operator .about-section .content-container .content-wrapper .underlined-title {
    padding: 0px 0px 50px;
  }
  #blue-flag-operator .about-section .content-container .content-wrapper p,
  #blue-flag-operator .about-section .content-container .content-wrapper .ul-arrows {
    font-size: 17px;
    line-height: 26px;
  }
  #blue-flag-operator .process-section {
    padding: 120px 20px 60px 20px;
  }
  #blue-flag-operator .resources-section .guidelines-container {
    padding: 0px 20px;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline {
    width: 100%;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a {
    width: 100%;
  }
  #blue-flag-operator .operators-section .content-wrapper {
    padding: 0px 20px;
  }
  #blue-flag-operator .operators-section .content-wrapper p,
  #blue-flag-operator .operators-section .content-wrapper a {
    font-size: 16px;
    line-height: 27px;
  }
  #blue-flag-operator .operators-section .content-wrapper .form-container .field-container {
    width: 100%;
  }
  #yre .what-is-section .left-section .title {
    font-size: 55px;
    padding: 0px 20px;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 20px;
    line-height: 30px;
  }
  #yre .contest-section .contest-button {
    font-size: 23px;
  }
  #yre .donor-section {
    padding: 200px 0px 140px 0px;
  }
  #yre .donor-section .content-section .quote {
    font-size: 23px;
    line-height: 34px;
  }
  #yre .donor-section .content-section .author {
    font-size: 18px;
  }
  #yre .community-section p {
    font-size: 16px;
    line-height: 23px;
  }
  #yre .community-section .form-container {
    padding: 0px 20px;
  }
  #yre .community-section .form-container .field-container {
    display: block;
    max-width: 400px;
    margin: 0px auto 50px auto;
  }
  #yre-student .about-section .left-section .title {
    font-size: 50px;
    line-height: 51px;
    max-width: 450px;
  }
  #yre-student .about-section .right-section .content-container {
    padding: 80px 0px 70px;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 38px;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 21px;
  }
  #yre-student .info-section .content-container {
    padding: 120px 30px;
  }
  #yre-student .info-section .content-container p,
  #yre-student .info-section .content-container ul {
    font-size: 18px;
    line-height: 23px;
  }
  #yre-student .info-section .content-container .buttons-container .button {
    display: block;
    max-width: 350px;
    margin: 0px auto 20px auto;
  }
  #yre-student .info-section .content-container .buttons-container .button:last-child {
    margin-bottom: 0px;
  }
  #yre-student .quote-section .content-container {
    padding: 200px 20px;
  }
  #yre-student .quote-section .content-container .content-wrapper .quote {
    font-size: 23px;
    line-height: 34px;
  }
  #yre-student .quote-section .content-container .content-wrapper .author {
    font-size: 18px;
  }
  #yre-student .solution-section .form-container .radio-container .radio-label {
    font-size: 15px;
  }
  #yre-student .solution-section .form-container .radio-container p {
    font-size: 12px;
  }
  #yre-student .latest-news-section {
    padding: 90px 0px;
  }
  #yre-student .latest-news-section .news-slider .slide {
    padding: 0px 50px;
  }
  #yre-student .latest-news-section .news-slider .slide .content-wrapper .excerpt {
    font-size: 16px;
    line-height: 23px;
  }
  #yre-student .latest-news-section .news-slider .slick-prev,
  #yre-student .latest-news-section .news-slider .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
  #yre-teacher .about-section .content-container {
    padding: 60px 20px;
  }
  #yre-teacher .about-section .content-container p,
  #yre-teacher .about-section .content-container .ul-arrows {
    font-size: 16px;
    line-height: 24px;
  }
  #yre-teacher .questions-section .form-container {
    padding: 0px 20px;
  }
  #yre-teacher .questions-section .form-container .field-container {
    display: block;
    max-width: 450px;
    margin: 0px auto 50px auto;
  }
  #default .banner-container .content {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 620px) {
  .issues-container .issue .title-container .title {
    font-size: 18px;
    line-height: 20px;
  }
  .issues-container .issue .content .text {
    font-size: 14px;
    line-height: 18px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    width: 100px;
    height: 100px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    width: calc(100% - 100px);
  }
  .underlined-title {
    font-size: 50px;
    line-height: 55px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 70px 40px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .solution-container {
    padding: 70px 40px;
  }  
  #donate .contact-container .text {
    font-size: 15px;
    line-height: 24px;
  }
  #donate .contact-container .contact-info-container .contact-info {
    width: 100%;
  }
  #donate .contact-container .contact-info-container .contact-info .text {
    font-size: 13px;
    line-height: 16px;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #take-action .section .section-actions-container .actions-content-container .actions-content-wrapper .content-container-wrapper .content-container p {
    font-size: 14px;
    line-height: 23px;
  }
  #blue-flag .split-section .option-container h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #yre .community-section .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 580px) {
  .split-container .colored-container .content.padding {
    padding: 0px 50px;
  }
  .split-container .grid-container {
    min-height: 0px;
    max-height: none;
    height: auto;
  }
  .split-container .grid-container .panel {
    min-height: 230px;
  }
  .split-container .grid-container .panel .content {
    max-width: 400px;
  }
  .split-container .grid-container .panel .content .content-text {
    font-size: 18px;
    line-height: 23px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    margin-bottom: 20px;
    width: 140px;
    height: 140px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    width: 100%;
    padding-left: 0px;
  }
  .catalog-container #map-container .beaches-info-container .beach-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-container #map-container .beaches-info-container .beach-info .image-container {
    width: 100%;
    height: 200px;
  }
  .catalog-container #map-container .beaches-info-container .beach-info .beach-content {
    width: 100%;
  }
  .lightbox-water-quality-container .title {
    font-size: 15px;
    line-height: 25px;
  }
  .lightbox-water-quality-container .content-container .table-quality-history tr th {
    font-size: 15px;
  }
  .lightbox-water-quality-container .content-container .table-quality-history tr td {
    font-size: 13px;
  }
  #home #home-services-container .service-container .content .title {
    font-size: 3.8vw;
    line-height: 4.3vw;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 2.7vw;
    line-height: 3.4vw;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  #home #home-actions-container .content-container .content a {
    font-size: 17px;
  }
  #home #home-actions-container .actions-container .action-container .content h1 {
    font-size: 18px;
    line-height: 23px;
  }
  #home #home-team-container .content-container .content h1 {
    font-size: 8.0vw;
    line-height: 7.5vw;
  }
  #home #home-team-container .content-container .content p {
    font-size: 3.7vw;
    line-height: 5.3vw;
  }
  #home #home-community-container .container-title {
    font-size: 36px;
    line-height: 42px;
  }
  #home #home-community-container .container-title:after {
    width: 70%;
  }
  #home #home-community-container > p {
    padding: 0px 20px;
    padding-bottom: 40px;
    font-size: 3.3vw;
    line-height: 4.2vw;
  }
  #home #home-community-container .testimonials-container .testimonial .logo {
    width: 160px;
    height: 160px;
  }
  #home #home-community-container .testimonials-container .testimonial p {
    font-size: 3.2vw;
    line-height: 4.5vw;
    max-width: 400px;
  }
  #home #home-community-container .testimonials-container .slick-next,
  #home #home-community-container .testimonials-container .slick-prev {
    width: 50px;
    height: 50px;
  }
  #home #home-community-container .testimonials-container .slick-next:after,
  #home #home-community-container .testimonials-container .slick-prev:after {
    font-size: 36px;
  }
  #default p {
    font-size: 14px;
    line-height: 20px;
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .date{
						left: 20px;
						.translateX(0);
					}
					& .author-container{
						width: 100%;
						height: auto;
						padding: 20px 0px;
					}
					& .content-container{
						width: 100%;
						padding: 30px 20px 80px 20px;
						min-height: 0px;

						& .post-title{
							font-size: 25px;
						}
						& .more-link{
							bottom: 20px;
							right: auto;
							left: 50%;
							.translateX(-50%);
						}
					}
				}
			}
		}
	}*/
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container {
    padding: 40px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 50px;
    left: 25px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    font-size: 13px;
    padding: 0px 0px 0px 60px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 70px 20px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 4.4vw;
    line-height: 4.6vw;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 70px 20px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 4.4vw;
    line-height: 4.6vw;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }  
  #single-campaign .timeline-container .sub-title {
    font-size: 14px;
    line-height: 22px;
  }
  #donate .donate-banner-container .content-container .title {
    font-size: 28px;
    line-height: 32px;
  }
  #take-action .section .section-actions-container .actions-container .action .thumbnail .arrow {
    font-size: 30px;
  }
  #take-action .section .section-actions-container .actions-container .action .title-container .title {
    font-size: 16px;
    line-height: 22px;
  }
  #beach-catalog .about-section .title {
    font-size: 40px;
    line-height: 35px;
  }
  #yre .what-is-section .right-section .content-container {
    padding: 0px 20px;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 18px;
    line-height: 29px;
  }
  #yre-student .about-section .right-section .content-container h1 {
    font-size: 32px;
  }
  #yre-student .about-section .right-section .content-container ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 530px) {
  .icons-container .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .icons-container .slick-arrow:after {
    font-size: 43px;
  }
  .icons-container .icon-container .logo-container {
    width: 170px;
    height: 170px;
  }
  .icons-container .icon-container .logo-container .logo {
    width: 70px;
  }
  .colored-container .content.split {
    padding: 0px;
  }
  .footer .content .footer-top {
    display: block;
  }
  .footer .content .footer-top .logo {
    display: block;
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
  .footer .content .footer-top .logo img {
    display: block;
    margin: 0px auto;
  }
  .footer .content .footer-top .social-media-links {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  .banner-container .logo-containers .blue-flag-logo {
    padding-left: 30px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner {
    width: 100%;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    margin: 0px auto 20px auto;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .content {
    text-align: center;
  }
  .instructional-videos .underlined-title {
    font-size: 40px;
    line-height: 45px;
  }
  .instructional-videos .videos-container {
    padding: 0px 30px;
  }
  .instructional-videos .videos-container .video-container .video-title {
    font-size: 20px;
    line-height: 25px;
    padding: 0px 20px 10px 20px;
  }
  .catalog-container #map-container .list-container .beach-list .beach {
    font-size: 10px;
  }
  #home #home-hero .hero-content h1 {
    font-size: 6.3vw;
    line-height: 7.0vw;
  }
  #home #home-hero .hero-content h2 {
    font-size: 5.5vw;
  }
  #home #home-services-container .service-container .content .title {
    font-size: 4.0vw;
    line-height: 4.6vw;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 3.0vw;
    line-height: 3.7vw;
    max-width: 380px;
  }
  #home #home-blog-container .blog-content .title {
    font-size: 9.0vw;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content h1 {
    font-size: 6.3vw;
  }
  #home #home-blog-container .blog-content .slides-container .slick-next,
  #home #home-blog-container .blog-content .slides-container .slick-prev {
    display: none !important;
  }
  #default .full-width-container .content h1 {
    font-size: 40px;
  }
  #default .full-width-container .content h2 {
    font-size: 34px;
  }
  #default .full-width-container .content h3 {
    font-size: 30px;
  }
  #default .full-width-container .content h4 {
    font-size: 25px;
  }
  #default .full-width-container .content h5 {
    font-size: 21px;
  }
  #default .full-width-container .content h6 {
    font-size: 18px;
  }
  #default img,
  #default img.alignright,
  #default img.alignleft {
    display: block;
    float: none;
    margin: 0px auto 10px auto;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container {
    width: 170px;
    height: 170px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container .icon {
    width: 70px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .title {
    font-size: 17px;
    line-height: 23px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow {
    width: 60px;
    height: 60px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow:after {
    font-size: 43px;
  }
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .date,
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .title {
    font-size: 3.0vw;
    line-height: 3.4vw;
  }
  #single-beach .data-section .data-container .gallery-container .gallery .gallery-item {
    width: calc(25% - 20px);
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list {
    font-size: 14px;
    width: 100%;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list li {
    padding-bottom: 10px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
    padding-left: 20px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
    padding-right: 20px;
  }
  #single-campaign .timeline-container .timeline-slider .slick-track:before {
    top: 87px;
    width: calc(100% - 300px);
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image {
    width: 180px;
    height: 180px;
  }
  #single-campaign .timeline-container .timeline-slider .timeline-item .image .time {
    font-size: 30px;
  }
  #single-campaign .timeline-container .timeline-slider .slick-prev,
  #single-campaign .timeline-container .timeline-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  #single-campaign .timeline-container .timeline-slider .slick-prev:after,
  #single-campaign .timeline-container .timeline-slider .slick-next:after {
    font-size: 24px;
  }
  #single-campaign .testimonial-container .content-container .from {
    font-size: 15px;
    line-height: 23px;
  }
  #donate .testimonial-container .content-container .from {
    font-size: 15px;
    line-height: 23px;
  }
  #blue-flag .impact-section .stats-container .stat .stat-title {
    font-size: 23px;
  }
  #blue-flag .impact-section .stats-container .stat .stat-sub-title {
    font-size: 15px;
  }
  #blue-flag .success-section .stories-container .story-container {
    padding: 0px 20px;
  }
  #blue-flag .success-section .stories-container .story-container .image-container {
    width: 160px;
    height: 160px;
  }
  #blue-flag .success-section .stories-container .slick-next,
  #blue-flag .success-section .stories-container .slick-prev {
    width: 40px;
    height: 40px;
  }
  #blue-flag .success-section .stories-container .slick-next:after,
  #blue-flag .success-section .stories-container .slick-prev:after {
    font-size: 25px;
  }
  #blue-flag-operator .resources-section .text {
    font-size: 17px;
    line-height: 26px;
  }
  #yre .community-section .title {
    font-size: 45px;
  }
  #yre-student .info-section .content-container {
    padding: 100px 30px;
  }
  #yre-student .info-section .content-container p,
  #yre-student .info-section .content-container ul {
    font-size: 16px;
    line-height: 23px;
  }
  #yre-student .info-section .content-container .buttons-container .button {
    font-size: 14px;
    padding: 15px 20px;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper .quote {
    font-size: 16px;
    line-height: 27px;
  }
  #yre-teacher .quote-section .content-container .quote-wrapper .author {
    font-size: 14px;
    line-height: 20px;
  }
  #yre-teacher .questions-section .underlined-title {
    font-size: 40px;
    line-height: 45px;
  }
  #yre-teacher .questions-section .text {
    font-size: 18px;
    line-height: 24px;
  }
  #map-container .beach-list-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 470px) {
  .colored-container .content.padding {
    padding: 0px 50px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container {
    padding: 0px 40px;
  }
  .past-winners .past-winners-slider .winners-slide .slides-container .winner .image {
    width: 120px;
    height: 120px;
  }
  .past-winners .past-winners-slider .slick-prev,
  .past-winners .past-winners-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .past-winners .past-winners-slider .slick-prev:after,
  .past-winners .past-winners-slider .slick-next:after {
    font-size: 26px;
  }
  .reporters-handbook .underlined-title {
    font-size: 45px;
    line-height: 50px;
  }
  #home #home-services-container .service-container .content .title {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  #home #home-services-container .service-container .content .text {
    font-size: 14px;
    line-height: 19px;
    max-width: 300px;
  }
  #home #home-actions-container .content-container .content h1 {
    font-size: 39px;
    line-height: 45px;
  }
  #home #home-actions-container .content-container .content p {
    font-size: 17px;
    line-height: 23px;
  }
  #home #home-blog-container .blog-content .title {
    font-size: 50px;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content h1 {
    font-size: 6.9vw;
    max-width: none;
    padding: 0px 30px;
    padding-bottom: 20px;
    width: 100%;
  }
  #home #home-blog-container .blog-content .slides-container .slick-next,
  #home #home-blog-container .blog-content .slides-container .slick-prev {
    display: none !important;
  }
  #home #home-team-container .content-container .content {
    padding: 0px 30px;
  }
  #home #home-team-container .content-container .content h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #home #home-team-container .content-container .content p {
    font-size: 20px;
    line-height: 28px;
  }
  #home #home-community-container > h1 {
    font-size: 7.5vw;
    line-height: 9.0vw;
  }
  #home #home-community-container > p {
    font-size: 3.8vw;
    line-height: 5.0vw;
  }
  #home #home-community-container .testimonials-container .testimonial .logo {
    width: 130px;
    height: 130px;
  }
  #home #home-community-container .testimonials-container .testimonial p {
    font-size: 3.6vw;
    line-height: 5.1vw;
    max-width: 350px;
  }
  #single-blog .content-wrapper .content-container .post-info-container .date {
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #single-blog .content-wrapper .content-container .post-info-container .post-info .post-title {
    font-size: 22px;
    line-height: 25px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container {
    padding: 30px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .image {
    width: 40px;
    left: 15px;
  }
  #single-report .social-media-container .sm-wrapper .left-container .sm-links-container .sm-container .text {
    padding: 0px 0px 0px 40px;
  }
  #single-campaign .solutions-container .campaign-solutions-container {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container {
    padding: 60px 20px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
    font-size: 23px;
    line-height: 25px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
    font-size: 16px;
    line-height: 16px;
  }
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .button {
    font-size: 14px;
    padding: 8px 15px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container {
    padding: 60px 20px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .title {
    font-size: 23px;
    line-height: 25px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .content .text {
    font-size: 16px;
    line-height: 16px;
  }
  #single-campaign .Wsolutions-container .campaign-Wsolutions-container .Wsolution-container .button {
    font-size: 14px;
    padding: 8px 15px;
  }  
  #single-campaign .timeline-container .timeline-slider .slick-prev {
    left: -40px;
  }
  #single-campaign .timeline-container .timeline-slider .slick-next {
    right: -40px;
  }
  #single-campaign .white-wrapper .testimonial-container {
    padding: 70px 30px;
  }
  #single-campaign .white-wrapper .testimonial-container .image {
    width: 230px;
    height: 230px;
  }
  #single-beach .data-section .data-container .gallery-container .gallery .gallery-item {
    width: calc(33% - 20px);
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(1) {
    padding-left: 30px;
    padding-right: 15px;
  }
  #single-beach .data-section .data-container .facilities-container .facilities-list-container .facilities-list:nth-child(2) {
    padding-left: 15px;
    padding-right: 30px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .water-quality {
    font-size: 37px;
    padding: 5px 15px 5px 0px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container {
    padding-left: 15px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-sub-title {
    font-size: 10px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-container .reading-container .reading-title {
    font-size: 14px;
  }
  #single-beach .data-section .data-container .quality-container .water-quality-data a {
    font-size: 14px;
    line-height: 24px;
  }
  #donate .donate-banner-container {
    height: 100vh;
    max-height: 600px;
    min-height: 0px;
  }
  #donate .donate-banner-container .content-container {
    top: 55%;
  }
  #donate .donate-banner-container .content-container .donate-button {
    font-size: 15px;
  }
  #blue-flag-operator .about-section .content-container .content-wrapper .underlined-title.small {
    font-size: 40px;
    line-height: 45px;
  }
  #blue-flag-operator .resources-section .underlined-title {
    font-size: 45px;
    line-height: 50px;
  }
  #blue-flag-operator .operators-section .content-wrapper .underlined-title {
    font-size: 45px;
    line-height: 50px;
  }
  #yre .contest-section .contest-button {
    font-size: 18px;
    padding: 10px 30px;
  }
  #yre-student .about-section .left-section .title {
    font-size: 45px;
    line-height: 46px;
  }
  #yre-student .about-section .right-section {
    padding: 0px 30px;
  }
  #yre-student .solution-section .form-container .field-container .field-label,
  #yre-student .solution-section .form-container .field-container .file-label {
    font-size: 10px;
  }
  #yre-student .solution-section .form-container .field-container .field-label i,
  #yre-student .solution-section .form-container .field-container .file-label i {
    padding-left: 10px;
  }
  #yre-student .solution-section .form-container .field-container .file-container .file-button {
    padding: 14px 10px 0px 10px;
  }
  #yre-student .solution-section .form-container .submit-button {
    max-width: 200px;
    margin: 0px;
    font-size: 16px;
  }
  #yre-student .latest-news-section .news-slider .slide {
    padding: 0px;
  }
  #yre-student .latest-news-section .news-slider .slick-prev,
  #yre-student .latest-news-section .news-slider .slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 430px) {
  .colored-container .content.padding {
    padding: 0px 20px;
  }
  .colored-container .content.split .left-container .thumbnail-container:after,
  .colored-container .content.split .right-container .thumbnail-container:after {
    font-size: 50px;
  }
  .icons-container .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .icons-container .slick-arrow:after {
    font-size: 32px;
  }
  .icons-container .icon-container .logo-container {
    width: 150px;
    height: 150px;
  }
  .icons-container .icon-container .logo-container .logo {
    width: 60px;
  }
  .icons-container .slick-arrow.slick-prev {
    left: 0px;
  }
  .icons-container .slick-arrow.slick-next {
    right: 0px;
  }
  .instructional-videos .underlined-title {
    font-size: 35px;
    line-height: 40px;
  }
  .footer .copyright p {
    font-size: 10px;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content p {
    font-size: 16px;
    line-height: 20px;
  }
  #home #home-community-container h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #home #home-community-container > p {
    font-size: 17px;
    line-height: 23px;
  }
  #home #home-community-container .testimonials-container {
    padding-bottom: 10px;
  }
  #home #home-community-container .testimonials-container .testimonial .logo {
    width: 130px;
    height: 130px;
  }
  #home #home-community-container .testimonials-container .testimonial p {
    max-width: 300px;
    font-size: 16px;
    line-height: 23px;
  }
  #home #home-community-container .testimonials-container .slick-next,
  #home #home-community-container .testimonials-container .slick-prev {
    width: 40px;
    height: 40px;
  }
  #home #home-community-container .testimonials-container .slick-next:after,
  #home #home-community-container .testimonials-container .slick-prev:after {
    font-size: 28px;
  }
  #about-us .our-supporters-container {
    padding: 50px 0px 60px 0px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container {
    width: 150px;
    height: 150px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container .icon {
    width: 60px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .title {
    font-size: 17px;
    line-height: 23px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow:after {
    font-size: 32px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .name {
    font-size: 16px;
    line-height: 18px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .title {
    font-size: 13px;
    line-height: 15px;
  }
  #about-us .the-staff-container .staff-container .staff .content-container .content {
    font-size: 11px;
    line-height: 15px;
  }
  #about-us .the-staff-container .staff-container .slick-arrow {
    width: 40px;
  }
  #about-us .the-staff-container .staff-container .slick-arrow:after {
    font-size: 40px;
  }
  /*#blog{
		& .content-wrapper{
			& .posts-container{
				& .post-container{
					& .date{
						//top: 165px;
						top: 10px;
						left: 10px;

						& .date-month{
							font-size: 11px;
						}
						& .date-day{
							font-size: 22px;
							line-height: 23px;
						}
						& .date-year{
							font-size: 10px;
						}
					}
				}
			}
		}
	}*/
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .date,
  #single-blog .content-wrapper .content-container .related-posts-container .related-posts .related-post .title {
    font-size: 14px;
    line-height: 16px;
  }
  #single-campaign .timeline-container .timeline-slider .slick-prev {
    left: -10px;
  }
  #single-campaign .timeline-container .timeline-slider .slick-next {
    right: -10px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container {
    height: 20px;
  }
  #donate .actions-container .action-buttons-container .action-button .icon-container .icon {
    height: 20px;
  }
  #blue-flag-operator .resources-section .guidelines-container .guideline a {
    font-size: 14px;
    line-height: 23px;
  }
  #yre .what-is-section .right-section .content-container p {
    font-size: 16px;
    line-height: 26px;
  }
  #yre .donor-section .content-section .quote {
    font-size: 20px;
    line-height: 32px;
  }
  #yre .donor-section .content-section .author {
    font-size: 16px;
  }
  #yre .community-section .title {
    font-size: 40px;
  }
  #yre-student .quote-section .content-container .content-wrapper .quote {
    font-size: 20px;
    line-height: 32px;
  }
  #yre-student .quote-section .content-container .content-wrapper .author {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .split-container .colored-container .content.padding {
    padding: 0px 20px;
  }
  .icons-container .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .icons-container .icon-container .logo-container {
    width: 130px;
    height: 130px;
  }
  .icons-container .icon-container .logo-container .logo {
    width: 50px;
  }
  .instructional-videos .underlined-title {
    font-size: 30px;
    line-height: 35px;
  }
  .reporters-handbook .underlined-title {
    font-size: 35px;
    line-height: 40px;
  }
  .reporters-handbook .handbooks-container .handbook .image {
    width: 202px;
    height: 275px;
  }
  .underlined-title.small {
    font-size: 40px;
    line-height: 45px;
  }
  .catalog-container #map-container .map {
    min-height: 550px;
  }
  #email-community-form-container .header h1 {
    font-size: 13px;
  }
  .footer .copyright p {
    font-size: 9px;
  }
  #home #home-hero {
    max-height: 600px;
  }
  #home #home-hero .hero-content h1 {
    font-size: 25px;
    line-height: 28px;
  }
  #home #home-hero .hero-content h2 {
    font-size: 24px;
  }
  #home #home-blog-container .blog-content .title {
    font-size: 42px;
  }
  #home #home-blog-container .blog-content .slides-container .slide .content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  #home #home-blog-container .blog-content .slides-container .slick-next,
  #home #home-blog-container .blog-content .slides-container .slick-prev {
    display: none !important;
  }
  #home #home-community-container h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #home #home-community-container > p {
    font-size: 15px;
    line-height: 20px;
  }
  #home #home-community-container .testimonials-container {
    padding-bottom: 0px;
  }
  #home #home-community-container .testimonials-container .testimonial .logo {
    width: 120px;
    height: 120px;
  }
  #home #home-community-container .testimonials-container .testimonial p {
    max-width: 300px;
    font-size: 13px;
    line-height: 20px;
  }
  #home #home-community-container .testimonials-container .slick-next,
  #home #home-community-container .testimonials-container .slick-prev {
    width: 40px;
    height: 40px;
  }
  #home #home-community-container .testimonials-container .slick-next:after,
  #home #home-community-container .testimonials-container .slick-prev:after {
    font-size: 28px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container {
    width: 130px;
    height: 130px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .icon-container .icon {
    width: 50px;
  }
  #about-us .our-supporters-container .supporters-container .supporter .title {
    font-size: 15px;
    line-height: 23px;
    max-width: 150px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #about-us .our-supporters-container .supporters-container .slick-arrow:after {
    font-size: 32px;
  }
  #blue-flag-operator .resources-section .underlined-title {
    font-size: 38px;
    line-height: 42px;
  }
  #blue-flag-operator .operators-section .content-wrapper .underlined-title {
    font-size: 40px;
    line-height: 45px;
  }
  #yre .contest-section .contest-button {
    font-size: 15px;
    padding: 10px 20px;
  }
  #yre .community-section .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 320px) {
  #home #home-hero .video-container {
    display: none;
  }
  #home #home-actions-container .actions-container .action-container {
    max-height: 210px;
  }
  #about-us .banner-container {
    max-height: 500px;
  }
}



/*DUMB - SMART CAMPAIGN*/
 
#dumb-smart {
    position: relative;
	width:100%;
	max-width:960px;
}
 area {
    cursor: pointer;
}
#dumb-smart .tooltips {
    position: absolute;
    width: 100%;
	max-width:400px;
    line-height: 1;
    padding: 10px 10px 0 10px;
    font-size: 12px;
    display: none;
    background: #cc191e;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 1px 1px 3px #000000;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
	text-align:left !important;
}
.info-button:hover{border:1px solid yellow !important;}
 #dumb-smart .tooltips img {
    float: left;
    padding-right: 10px;
}
 #dumb-smart .tooltips p {
    padding-bottom: 0;
    font-family: 'Gotham Book', 'Arial', sans-serif;
    font-size: 16px;
	text-align:left !important;
}
 #dumb-smart .tooltips .close {
    background: url('https://environmentaldefence.ca/wp-content/uploads/2016/10/close.png');
    width: 20px;
    height: 20px;
    z-index: 11;
    float: right;
    margin-right: -25px;
    margin-top: -25px;
    cursor: pointer;
}
 
 
 #dumb-smart #one-tooltip img,  #dumb-smart #kingston-tooltip img,  #dumb-smart #cornwall-tooltip img {
    padding-bottom: 10px;
}
 
 /*
#dumb-smart .info-button {
    position: absolute;
    height: 100%;
	width:100%;
	max-width:60px;
	max-height:82px;
    z-index: 7;
    cursor: pointer;
    text-indent: -9999px;
    background: url('https://test.environmentaldefence.ca/wp-content/uploads/2016/07/map-bullet.png');
    background-position: -5px -3px;
} */
#dumb-smart .info-button:hover, #dumb-smart .info-button.active {
    background-position: -74px -3px;
}
 
#dumb-smart #one-tooltip {
    top: 10px;
    left: 15px;
    z-index: 9;
}

 
 #dumb-smart #two-tooltip {
    top: 10px;
    left: 500px;
    z-index: 9;
}

 
 #dumb-smart #three-tooltip {
    top: 230px;
    left: 15px;
    z-index: 9;
} 
 #dumb-smart #four-tooltip {
    top: 230px;
    left: 500px;
    z-index: 9;
}
 

 #dumb-smart #five-tooltip {
    top: 400px;
    left: 10px;
    z-index: 9;
}
 

 #dumb-smart #six-tooltip {
	top: 400px;
	left: 50px;
	z-index: 9;
}
 
 #dumb-smart #seven-tooltip {
	top: 500px;
	left: 50px;
	z-index: 9;
}
 

#dumb-smart #eight-tooltip {
    top: 500px;
    left: 500px;
    z-index: 9;
}
 
 #dumb-smart #nine-tooltip {
    top: 600px;
    left: 500px;
    z-index: 9;
}
 
#dumb-smart #ten-tooltip {
	top: 600px;
	left: 50px;
	z-index: 9;
} 

#dumb-smart #eleven-tooltip {
	top: 650px;
	left: 500px;
	z-index: 9;
}

 
 #dumb-smart #twelve-tooltip {
    top: 750px;
    left: 500px;
    z-index: 9;
}
 
 #dumb-smart #thirteen-tooltip {
    top: 800px;
    left: 10px;
    z-index: 9;
}
 

 #dumb-smart #fourteen-tooltip {
    top: 800px;
    left: 500px;
    z-index: 9;
}
 
 #dumb-smart #fifteen-tooltip {
    top: 900px;
    left: 10px;
    z-index: 9;
}
 
#dumb-smart #sixteen-tooltip {
    top: 750px;
    left: 50px;
    z-index: 9;
}

#dumb-smart #seventeen-tooltip {
    top: 600px;
    left: 80px;
    z-index: 9;
}


 #dumb-smart #eighteen-tooltip {
    top: 850px;
    left: 500px;
    z-index: 9;
}


#ee img{
    position: relative; 
	max-width:1947px;
	width:100%;
}
#ee .tooltips {
    position: absolute;
    width: 100%;
	max-width:400px;
    line-height: 1;
    padding: 10px 10px 0 10px;
    font-size: 12px;
    display: none;
    background: #cc191e;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 1px 1px 3px #000000;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
	text-align:left !important;
	top:100px;
	left:150px;
	z-index:999;
}
.info-button:hover{border:1px solid yellow !important;}
 #ee .tooltips img {
    float: left;
    padding-right: 10px;
}
 #ee .tooltips p {
    padding-bottom: 0;
    font-family: 'Gotham Book', 'Arial', sans-serif;
    font-size: 16px;
	text-align:left !important;
}
 #ee .tooltips .close {
    background: url('https://environmentaldefence.ca/wp-content/uploads/2016/10/close.png');
    width: 20px;
    height: 20px;
    z-index: 11;
    float: right;
    margin-right: -25px;
    margin-top: -25px;
    cursor: pointer;
}
 
 
 #ee #one-tooltip img,  #ee #kingston-tooltip img,  #ee #cornwall-tooltip img {
    padding-bottom: 10px;
}
 
 /*
#ee .info-button {
    position: absolute;
    height: 100%;
	width:100%;
	max-width:60px;
	max-height:82px;
    z-index: 7;
    cursor: pointer;
    text-indent: -9999px;
    background: url('https://test.environmentaldefence.ca/wp-content/uploads/2016/07/map-bullet.png');
    background-position: -5px -3px;
} */
#ee .info-button:hover, #ee .info-button.active {
    background-position: -74px -3px;
}
 


#ee #ee1-tooltip {
    top: 0px;
    left: 150px;
    z-index: 9;
}
 
 #ee #ee2-tooltip {
    top: 100px;
    left: 150px;
    z-index: 9;
}
 
 #ee #ee3-tooltip {
    top: 100px;
    left: 150px;
    z-index: 9;
} 
 #ee #ee4-tooltip {
    top: 100px;
    left: 150px;
    z-index: 9;
}

 #ee #ee5-tooltip {
    top: 100px;
    left: 150px;
    z-index: 9;
}

 #ee #ee6-tooltip {
    top: 100px;
    left: 150px;
	z-index: 9;
}
 
 #ee #ee7-tooltip {
    top: 100px;
    left: 150px;
	z-index: 9;
}

#ee #ee8-tooltip {
    top: 100px;
    left: 150px;
    z-index: 9;
}
 
 #ee #ee9-tooltip {
    top: 100px;
    left: 150px;
    z-index: 9;
}
 
.article_footer{margin-top:-300px;}
body.issues_tar-sands_line-9 .node-campaign {
    border-bottom: none;
}
body.issues_tar-sands_line-9 #footer_nav {
    margin-top: 20px;
}

@media(max-width:760px){ 
	#ee .tooltips {top:0px; left:0px;}
}
@media(max-width:960px){
	#dumb-smart .tooltips { 
		position: relative;
		width: 90%;
		max-width:400px;
		line-height: 1;
		padding: 10px 10px 0 10px;
		font-size: 12px;
		display: none;
		background: #cc191e;
		border-radius: 10px;
		color: #ffffff;
		box-shadow: 1px 1px 3px #000000;
		-moz-box-shadow: 1px 1px 3px #000000;
		-webkit-box-shadow: 1px 1px 3px #000000;
		text-align:left !important;
	}
	#dumb-smart #one-tooltip, #dumb-smart #two-tooltip, #dumb-smart #three-tooltip, #dumb-smart #four-tooltip, #dumb-smart #five-tooltip, #dumb-smart #six-tooltip, #dumb-smart #seven-tooltip, #dumb-smart #eight-tooltip, #dumb-smart #nine-tooltip, #dumb-smart #ten-tooltip, #dumb-smart #eleven-tooltip, #dumb-smart #twelve-tooltip, #dumb-smart #thirteen-tooltip, #dumb-smart #fourteen-tooltip, #dumb-smart #fifteen-tooltip, #dumb-smart #sixteen-tooltip, #dumb-smart #seventeen-tooltip, #dumb-smart #eighteen-tooltip{
		top: 33%;
		left: 0%;
		 
		z-index: 9;
	}
	 
	 #ee #ee1-tooltip, #ee #ee2-tooltip, #ee #ee3-tooltip, #ee #ee4-tooltip, #ee #ee5-tooltip, #ee #ee6-tooltip, #ee #ee7-tooltip, #ee #ee8-tooltip, #ee #ee9-tooltip{
		  
		 	top: 0%;
			left: 0%;
			z-index: 9;
		 }
	
}
/*END SMART DUMB CAMPAIGN*/ 

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.jetpack-slideshow .slideshow-slide-caption{
	font-size:20px;
	background-color:#222;
	font-family:"Lato";
	color:#f7f7f7;
	text-shadow:#222 1px 1px 2px;line-height:25px;
	height:25px;
	position:absolute;
	bottom:5px;
	left:0;
	z-index:100;
	width:100%;
	text-align:center;
}

