/*
Theme Name: Oakland Seaport
Description: Oakland Seaport WordPress theme
Version: 1
*/

@charset "UTF-8";
@import url('./css/normalize.css');

@import url('./css/fonts.css');

@import url('./css/general.css');

@import url('./css/wordpress.css');

@import url('./css/main.css?v=1.9997');

@import url('./css/responsive.css?v=1.93');

@import url('./css/colors.css');

.header-row .subheader{
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: #255360;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}
.all-site-content-fixed-menu .header-row .subheader{
  display: block;
}

.turning-basins-page{
	margin-bottom: 0;
}
.turning-basins-page input[name=Affiliation]{
  display: none;
}
.turning-basins-page .show-other input[name=Affiliation]{
  display: block;
}
.turning-basins-page *{
	font-family: 'ArialMT', arial;
}
.turning-basins-page .hero-block{
	position: relative;
}
.turning-basins-page .hero-block .down-button{
  position: absolute;
  bottom: 50px;
  width: 64px;
  left: 50%;
  margin-left: -32px;
  cursor: pointer;

  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 40px, 0);
  }
} 
.turning-basins-page .hero-block .down-button img{
  width: 100%;
}
.turning-basins-page .hero-block:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	opacity: 0.5;
}
.turning-basins-page .hero-block img{
	width: 100%;
	display: block;
}
.turning-basins-page .hero-block .hero-text{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 70px;
}
.turning-basins-page .hero-block .hero-text h1{
	color: #255360;
	font-size: 40px;
	margin: 0 0 20px 0;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.turning-basins-page .hero-block .hero-text h2{
	color: #255360;
	font-size: 24px;
	margin: 0 0 20px 0;
	line-height: 1;
	text-align: center;
	font-weight: 600;
}
.turning-basins-page .hero-block .hero-text .text{
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.turning-basins-page .hero-block .hero-text .text p{
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
}

.turning-basins-page .hero-block .hero-text .button{
	text-align: center;
  margin-bottom: 20px;
}
.turning-basins-page .hero-block .hero-text .button>a {
    color: #ffffff;
    background-color: #25535f;
    text-align: center;
    text-transform: uppercase;
    border: 1.5px solid #25535f;
    border-radius: 100px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.turning-basins-page .hero-block .hero-text .button>a:hover {
	background-color: #15434f;
	text-decoration: none;
}
.turning-basins-page .hero-block .hero-text .buttons{
  text-align: center;
  margin-bottom: 10px;
}
.turning-basins-page .hero-block .hero-text .buttons a{
    background: #25535f;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 16px;
    display: inline-block;
}
.turning-basins-page .hero-block .hero-text .buttons>div{
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.turning-basins-page .hero-block .hero-text .buttons a:hover{
  background: #15434f;
  color: #ffffff;
  text-decoration: none;
}


.turning-basins-page .buttons-block{
	padding: 40px 0 20px 0;
}
.turning-basins-page .buttons-block p{
	text-align: center;
	font-size: 20px;
	color: #000000;
}
.turning-basins-page .buttons-block .buttons{
	text-align: center;
	margin-bottom: 10px;
}
.turning-basins-page .buttons-block p>a{
  font-size: 20px;
}
.turning-basins-page .buttons-block .buttons a{
    background: #25535f;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 16px;
    display: inline-block;
}
.turning-basins-page .buttons-block .buttons>div{
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}
.turning-basins-page .buttons-block .buttons a:hover{
	background: #15434f;
	color: #ffffff;
	text-decoration: none;
}

.turning-basins-page .comments-block{
	padding: 40px 0 20px 0;
}
.turning-basins-page .comments-block .top-line{
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.turning-basins-page .comments-block .heading{
	color: #255360;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    margin: 0 0 20px 0;
}
.turning-basins-page .comments-block .layout-container>.comments-form-wrapper{
	display: none;
}
.fancybox-wrap .comments-form .form-heading p{
	color: #255360;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    margin: 0 0 20px 0;	
}
.turning-basins-page .comments-form .form-heading p{
	color: #255360;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    margin: 0 0 20px 0;
}
.turning-basins-page .comments-block .buttons{
	text-align: center;
	margin-bottom: 10px;
}
.turning-basins-page .comments-block .buttons a{
    background: #25535f;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 16px;
    display: inline-block;
}
.turning-basins-page .comments-block .buttons>div{
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}
.turning-basins-page .comments-block .buttons a:hover{
	background: #15434f;
	color: #ffffff;
	text-decoration: none;
}

.turning-basins-page .subscribe-block {
	background: #eaf2f4;
	padding: 40px 0 60px 0;
}
.turning-basins-page .subscribe-block .layout-container{
	overflow: visible;
}
.turning-basins-page .subscribe-block h2{
	color: #255360;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    margin: 0 0 20px 0;
}
.turning-basins-page .subscribe-block .text{
	color: #2c2828;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.turning-basins-page .subscribe-block .text p{
	color: #2c2828;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
/*.turning-basins-page .subscribe-block .form .wpcf7-form-control-wrap {
    max-width: 28%;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
}*/
.turning-basins-page .subscribe-block .form .tb-field {
    max-width: 28%;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
    float: left;
}
.turning-basins-page .subscribe-block .form .wpcf7{
	margin-bottom: 0 !important;
}
.turning-basins-page .subscribe-block .form .wpcf7-spinner{
	position: absolute;
}
.turning-basins-page .subscribe-block .form p{
	margin-bottom: 0 !important;
}
.turning-basins-page .subscribe-block .form .tb-submit {
    max-width: 16%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    width: 100%;
    margin-top: 2px;
    padding-bottom: 16px;
    float: left;
}
.turning-basins-page .subscribe-block .form input[type=submit] {
  width: 100%;
}

.turning-basins-page .section-with-poll{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  padding: 20px 20px 0 20px;
  border: 3px solid #277a80;
  margin-bottom: 20px;
}
.turning-basins-page .section-with-poll .wpcf7{
  margin-bottom: 20px !important;
}
.turning-basins-page .section-with-poll form>p{
  margin-bottom: 0;
}
.turning-basins-page .section-with-poll .wpcf7-spinner{
  position: absolute;
  pointer-events: none;
}
.turning-basins-page .section-with-poll p{
  font-size: 20px;
  text-align: center;
}
.turning-basins-page .section-with-poll .text{
  margin-bottom: 20px;
}
.turning-basins-page .section-with-poll .poll-questions{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.turning-basins-page .section-with-poll .poll-question{
  margin-bottom: 20px;
}
.turning-basins-page .section-with-poll .poll-question>p>label{
  min-width: 300px;
  display: inline-block;
  text-align: left;
}
.turning-basins-page .section-with-poll .wpcf7-submit{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/*.turning-basins-page .subscribe-block .form input[type=submit] {
    max-width: 16%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    width: 100%;
    margin-top: 2px;
    padding-bottom: 16px;
}*/
.turning-basins-page .text-block {
	padding: 80px 0 120px 0;
}
.turning-basins-page .text-block>.layout-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}
.turning-basins-page .text-block h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #255360;
    margin: 0 0 20px 0;
}
.turning-basins-page .text-block .text{
	color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.turning-basins-page .text-block .text p{
	color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.turning-basins-page .text-block .left{
	display: flex;
	align-items:center;
	justify-content:center;
}
.turning-basins-page .text-block .left .buttons a{
    color: #25535f;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid #25535f;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.turning-basins-page .text-block .left .buttons>div{
	margin-bottom: 20px;
}
.turning-basins-page .text-block .left .buttons a:hover{
	background: #25535f;
	color: #ffffff;
	text-decoration: none;
}
.turning-basins-page .text-block .right{
	display: flex;
	align-items:center;
	justify-content:center;
}
.turning-basins-page .text-block .right img{
	width: 100%;
}

.turning-basins-page .tb-green-box{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  border: 3px solid #277a80;
  margin-bottom: 20px;
}
.turning-basins-page .tb-green-box>div{
  font-size: 20px;
  text-align: center;
}


.terminal-sections > .section {
  border-top: 6px solid #25535f;
  background: #f4f4f4;
  padding: 30px 20px 70px 40px;
}
.terminal-sections > .section > .section-heading {
  font-size: 22px;
  color: #231f20;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
  font-family: "foundry_monolinebold", sans-serif;
}
.terminal-sections > .section > .section-heading a {
  font-size: 22px;
  color: #231f20;
  font-weight: 700;
  line-height: 1;
  font-family: "foundry_monolinebold", sans-serif;
}
.terminal-sections > .section > .section-content {
  padding-left: 90px;
}
.terminal-sections > .section .terminal-subsections {
  margin-bottom: 20px;
}
.terminal-sections > .section .terminal-subsections > .subsection {
  overflow: hidden;
  margin-bottom: 10px;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-heading {
  font-size: 18px;
  color: #231f20;
  font-weight: 700;
  line-height: 1;
  font-family: "foundry_monolinebold", sans-serif;
  padding: 25px 25px 25px 100px;
  background: #e9e9e9;
  cursor: pointer;
  position: relative;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-heading > .point {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 25px;
  margin-top: -25px;
  background: #25535f;
  border-radius: 50%;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-heading > .point:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 18px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -9px;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-heading > .point:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -2px;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper {
  background: #ffffff;
  padding: 40px 100px 20px 100px;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text {
  margin-bottom: 30px;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text p {
  font-size: 18px;
  line-height: 1.8;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text li {
  font-size: 18px;
  line-height: 1.8;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text a {
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 700;
  color: #00adef;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text a:hover {
  color: #a0bdff;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text strong {
  font-family: "UniversLTStd-Bold";
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text em {
  font-family: "UniversLTStd-Bold";
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text .light-text p {
  color: #e0e0e0;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text .light-text li {
  color: #e0e0e0;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text .light-text a {
  color: #e0e0e0;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text .light-text strong {
  color: #e0e0e0;
}
.terminal-sections > .section .terminal-subsections > .subsection > .subsection-content > .inner-wrapper .text .light-text em {
  color: #e0e0e0;
}
.terminal-sections > .section .terminal-subsections > .subsection-open > .subsection-heading > .point:before {
  display: none;
}
.terminal-sections > .section .terminal-subsections > .subsection-open > .subsection-content {
  max-height: 5000px;
}
.terminal-sections > .section .terminal-subsections .terminal-subsections > .subsection > .subsection-content > .inner-wrapper {
  padding-left: 60px;
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .turning-basins-page .hero-block .down-button{
    display: none;
  }
  .all-site-content-fixed-menu .header-row .subheader{
    display: none !important;
  }
  .turning-basins-page .hero-block:before{
    display: none;
  }
	.turning-basins-page .hero-block .hero-text{
		position: relative;
		padding: 30px 30px 30px 30px;
	}
	.turning-basins-page .text-block>.layout-container {
		display: block;
	}
	.turning-basins-page .text-block>.layout-container .left{
		margin-bottom: 30px;
	}
	.turning-basins-page .subscribe-block .form .wpcf7-form-control-wrap {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.turning-basins-page .subscribe-block .form input[type=submit] {
		max-width: 200px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
  .turning-basins-page .subscribe-block .form .tb-field {
    max-width: 100%;
    float: none;
  }
  .turning-basins-page .subscribe-block .form .tb-submit {
    max-width: 100%;
    float: none;    
  }
}