body {
	width: 100%;
	height: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
}

body.about {
	background-color: #f6f6f6;
}
b {
	font-weight: bold;
}

em {
	font-style: italic;
}

body p {
    font-size: 18px;
    line-height: 26px;
	margin-bottom: 25px;
}


h1, h2, h3, h4, h5, p, a {
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-weight: normal;
}

h5 {
	    font-size: 22px;
    font-weight: normal;
	margin: 0;
	margin-top: 40px;
}


br.break {
	display: none;
}

button#showRight {
	display: none;
	    float: right;
    background-color: transparent;
    border: none;
}


div.wpcf7-response-output {
	margin: 0;
    padding: 0.2em 1em;
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
    text-align: center;
}


button#showRight:hover, svg#close:hover {
	cursor: pointer;
}

.cbp-spmenu  svg {
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#cbp-spmenu-s2 a:first-child  {
	    margin-top: 65px;
}

.about-info h2 {
	margin-bottom: 0;
}

.about .section1 h5 {
	margin-top: 0;
}

.hero-caption h1, h1 {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 70px;
    text-align: left;
    margin: 0;
}

h2 {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 36px;
	margin: 0;
	font-weight: bold;
}

h3 {
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
}

.about h4 {
	color: #a8a8a8;
	font-size: 22px;
	margin: 0;
	font-weight: normal;
}


.header {
	width: 100%;
	position:relative;
	padding: 10px 0px;
}

.header .wrapper {
	   display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-align: center;
 	 -webkit-align-items: center;
     	 -ms-flex-align: center;
    	 align-items: center;
}

.about .header {
	background-image: url(images/pattern.png);
}

.logo {
	width: 25%;
	float: left;
}

.logo img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.nav {
	float: right;
	width: 75%;
}

.nav ul {
	float: right;
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #243352;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.nav ul li a:hover {
	color: #00A296;
}




.hero-caption {
	position: absolute;
	bottom: 30px;
}


.left-button {
	margin-right: 40px;
}

.right-button {
	margin-left: 40px;
}


.wrapper {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    height: 100%;
}


 .home .hero, .pilots .hero {
    background-image: url(images/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 60vh;
    clear: both;
}


.pilots .hero, .ports .hero {
	height: 30vh;
	
}

.ports .hero {
	background-image: none;
	margin-top: 30px;
}

.ports .port-left, .pilots .port-left {
    width: 65%;
    float: left;
    padding-right: 45px;
    box-sizing: border-box;
}

.ports .port-left .row:last-child h2 {
	text-align: right;
}

.pilots .port-right img, .ports .img-holder img {
	width: 100%;
	height: auto;
}

.port-right {
	width: 35%;
	float: right;
	margin-top: 55px;
}

.cta-port {
	background-color: #f6f6f6;
	color: #243352;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}

.ports .hero .wrapper {
	overflow: hidden;
}

.ports h1, h2, 
.ports .hero h1, p, h5 {
	color: #243352;
}

.section4 .wrapper {
	width: 50%;
	margin: 0 auto;
}

.ports .hero h1 {
	font-size: 3.8vw;
	text-transform: capitalize;
	font-weight: normal;
}

.ports .section .wrapper .row {
	padding-top: 0px;
}


.ports .header, .index .header {
	border-bottom: 2px solid #243352; 
}

.ports .hero-left {
	width: 50%;
	float: left;
}

.ports .hero-left h2 {
	    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 40px;
    margin-top: 10px;
}
.ports .hero-right {
	float: right;
	width: 50%;
}

.hero-right img {
	height: auto;
	display: block;
}


.home .section3 .row2 .box-container {
	  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}


.home .img-container {
	width: 18%;
    float: left;
}

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


.home .section3 .box-container .copy {
	padding-left: 40px;
}

.home .section3 .row2 .box-container .copy {
	padding-left: 0px;
	padding-right: 40px;
}

 .section .row img {
    display: block;
    float: left;
    width: 18%;
    height: auto;
}


.home .row .img-container {
    width: 100%;
}

.home .row2 .img-container {
	width: 60%;
}

/*.section .row img {
    width: 15%;
    display: block;
    float: left;
	padding-bottom: 30px;
	padding-right: 50px;
}*/

.img-holder {
    width: 30%;
    float: left;
    padding-right: 45px;
    -webkit-box-flex: 1;
  	-webkit-flex: 1;
    	 -ms-flex: 1;
	  flex: 1;
}

.grey-box p {
    float: right;
    width: 70%;
}

.section {
	margin-top: 40px;
}

.copy-wrap .wrap:last-child  p {
	margin-bottom: 0;
}
.box-container {
	    padding: 45px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    overflow: auto;
    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-align: center;
 	 -webkit-align-items: center;
     	 -ms-flex-align: center;
    	 align-items: center;
     -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
}


.grey-box .box-container {
	 -webkit-box-pack: center;
 	 -webkit-justify-content: center;
      	-ms-flex-pack: center;
      	 justify-content: center;
}

.home .grey-box .img-container {
	padding-right: 30px;
}

.copy-wrap {
    -webkit-box-flex: 2;
  	-webkit-flex: 2;
    	 -ms-flex: 2;
	  flex: 2;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    /* height: 100%; */
}

.container {
	display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
}

.grey-box {
    background-color: #f6f6f6;
    width: 49.3%;
    position: relative;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
    	 -ms-flex: 1;
	  flex: 1;
	margin: 0px 5px;
}

.left-box {
	float: left;
}

.right-box {
	float: right;
}


.cta-learn {
    clear: both;
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
}

.cta-learn h2 {
	margin-bottom: 40px;
}

.ports .img-holder {
    width: 30%;
    float: left;
    padding-right: 45px;
   -webkit-box-flex: 1;
  	-webkit-flex: 1;
    	 -ms-flex: 1;
	  flex: 1;
    box-sizing: border-box;
}



.cta-learn .button {
	display: inline;

}

.cta-learn .button a, .cta-contact a, .ports .cta-port .cta-contact {
    background-color: #00A296;
    color: white;
    display: inline-block;
    padding: 10px 40px;
    box-sizing: border-box;
    width: auto;
    text-decoration: none;
    font-size: 20px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-shadow: none;
    background-image: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}



.cta-learn .button a:hover, .cta-contact a:hover, .ports .cta-port .cta-contact:hover, .index form input.wpcf7-submit:hover {
    background-color: white;
    border: 2px solid #00A296;
    color: #00A296 !important;
	cursor: pointer;
}

.about .section3 {
	text-align: center;
	
}

.about .section1 {
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #243352;
	background-color: white;
}

.ports .section1 {
	margin-bottom: 40px;
	margin-top: -50px;
}

.section2 {
	background-image: url(images/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	clear: both;
	color: white;
	
	
}


.ports .section3 {
	text-align: center;
	margin: 50px 0px;
}

.section2 h3, .section2 p {
	    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.section2 h3 {
    text-align: center;
    margin-bottom: 50px;

}
.section2 p {
	text-align: right;
	color: white;
}

.section2 .wrapper, .section3 .wrapper {
    max-width: 65%;
    padding: 30px 0;
}

.section2 .wrapper {
	padding: 40px 0;
}

.ports .section2 .wrapper h3 {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}


.section .row {
	width: 100%;
	padding: 30px 10px;
	text-align: left;
	box-sizing: border-box;
}

.section-pilot {
	margin-top: 20px;
}

.right-quote {
	width: 65%;
	float: right;
}


.left-quote {
	    width: 30%;
    float: left;
}

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


.right-quote h3 {
    font-size: 28px;
    line-height: 38px;
}

.right-quote h3 b {
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	display: block;
}

.pilots .section .row {
	display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
}

.member img.image-text-widget-image {
	width: 150px;
	padding-bottom: 10px;
}

.pilots .section-pilot .row {
	display: block;
	float:left;
}
.pilots .section .row img {
	width: 100%;
	height: auto;
	padding: 0;
}

.pilots .section-pilot .row img {
	    float: right;
    width: 35%;
	padding: 30px 0px 30px 30px;
}


.section4 {
	background-image: url(images/waves.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
	 -webkit-box-pack: center;
 	 -webkit-justify-content: center;
      	-ms-flex-pack: center;
      	 justify-content: center;
	-webkit-box-align: center;
 	 -webkit-align-items: center;
     	 -ms-flex-align: center;
    	 align-items: center;
	margin-bottom: 40px;
	height: 30vh;
}

.cta-contact {
	margin-top: 40px;
}

.section4 .wrapper {
	height: auto;
	padding: 53px;
	box-sizing: border-box;
}


.team-members {
    width: 100%;
   display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-orient: horizontal;
 	 -webkit-box-direction: normal;
  	-webkit-flex-direction: row;
    	  -ms-flex-direction: row;
        	  flex-direction: row;
     -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
    padding-top: 10px;
    -webkit-flex-wrap:wrap;
     	 -ms-flex-wrap:wrap;
	  flex-wrap: wrap;
}

.member {
    -webkit-box-flex: 1;
  	-webkit-flex: 1;
    	 -ms-flex: 1;
	  flex: 1;
    -webkit-flex-basis: 33%;
      	 -ms-flex-preferred-size: 33%;
    	  flex-basis: 33%;
    /* width: 33%; */
    /* padding-bottom: 70px; */
    padding: 40px 0px;
    box-sizing: border-box;
}


.about-info {
	    text-align: left;
    margin-top: 80px;
}

.footer {
	background-color: #00A296;
	position: relative;
	width: 100%;
	color: white;
}

.footer-copy {
    color: white;
    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
     -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
    padding: 10px 0px;
}

.footer-copy p {
	    font-size: 12px;
    color: white;
    display: inline;
    margin: 0;
}

.footer .wrapper {
	padding: 0;
}



.index form {
    width: 75%;
    margin: 0 auto;
    background-color: #00A296;
    padding: 20px 40px;
}

.index form input, .index form textarea {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    box-sizing: border-box;
}

.index form p.same-line {
	width: 47%;
}

.index .wrapper2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    height: 100%;
    display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
    -webkit-box-align: center;
 	 -webkit-align-items: center;
     	 -ms-flex-align: center;
    	 align-items: center;
     -webkit-box-pack: center;
 	 -webkit-justify-content: center;
      	-ms-flex-pack: center;
      	 justify-content: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
}

.index .wrapper2 h2 {
	padding-bottom: 20px;
}


.index .bg {
	    background-image: url(http://testing.komplekscreative.com/portcall/wordpress/wp-content/uploads/2016/03/berth.jpg);
    height: 100vh;
    position: fixed;
    width: 100%;
    background-size: cover;
    opacity: .4;
}

.index .header {
	background-color: white;
	position: absolute;
	z-index: 1000;
}

.index form p {
	color: white;
}

.index form .left, .index form .left input {
	float: left;
}

.index form .right, .index form .right input {
	float: right;
}

.index form .email {
	clear: both;
}

.index form input.wpcf7-submit {
	    background-color: #243352;
    border: 2px solid transparent;
    outline: none;
    color: white;
    padding: 10px 40px;
    width: auto;
    float: right;
    font-size: 18px;
	   transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.index {

	height: 100vh;
}





@media (max-width: 1400px) {
	.hero-right img {
    width: 100%;
}

.left-quote {
    width: 50%;
    float: none;
    margin: 0 auto;
	padding-bottom: 20px;
}

.right-quote {
    width: 100%;
    float: right;
}

.ports .section2 .wrapper h3 {
    text-align: center;
}
}


@media (max-width: 1200px) {
	
	.hero-caption h1, h1 {
    font-size: 5.5vw;
	}
	
	.section4 .wrapper {
		width: 70%;
	}
	.nav ul li a {
		padding: 20px;
	}
	
	.section2 .wrapper, .section3 .wrapper {
    max-width: 75%;
	}
	
	.grey-box .box-container {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
		padding: 25px;
	}
	
	.grey-box img {
		width: auto;
	}
	
	.home .grey-box .img-container {
		padding-right: 0;
		width: 30%;
		float: none;
		margin: 0 auto;
	}
	
	.grey-box p {
		text-align: center;
	}
	
	.home .section2 p, .pilots .section2 p {
    text-align: center;
	}
	
	.ports .hero-right {
    width: 40%;
}

.ports .hero-left {
    width: 60%;
}

.ports .hero h1 {
	font-size: 5vw;
}


.member h2 {
	    font-size: 24px;
		line-height: 32px;
}

.about h4 {
    font-size: 18px;
}

.right-quote img {
	display: none;
}
.ports .section2 .wrapper h3 {
    text-align: center;
}

.section4 {
		height: auto;
	}
	
	
}


@media (max-width: 1000px) {
	.section2 .wrapper, .section3 .wrapper {
    max-width: 90%;
}



.pilots .section-pilot .row img {
    float: none;
    width: 100%;
	padding: 0px 0px 30px 0px;
    margin: 0 auto;
}

.about .member {
	 -webkit-flex-basis: 50%;
      	 -ms-flex-preferred-size: 50%;
    	  flex-basis: 50%;
}


.ports .right-quote, .ports .hero-right  {
    width: 70%;
    float: none;
    margin: 0 auto;
}


.nav {
    width: 65%;
}

.logo {
    width: 35%;
}

.ports .hero {
    height: auto;
}


.ports .section1 {
	margin-top: 0;
}

.ports .hero-left {
	margin-bottom: 25px;
}

.ports .hero-left {
    width: 100%;
}

.ports .hero h1 {
	font-size: 6vw;
}

}



@media (max-width: 900px) {
	.grey-box {
		-webkit-flex-basis: 100%;
      	 -ms-flex-preferred-size: 100%;
    	  flex-basis: 100%;
		margin: 5px 0px;
	}
	
	.container {
		-webkit-flex-wrap:wrap;
     	 -ms-flex-wrap:wrap;
	  flex-wrap: wrap;
}

.pilots .port-left {
	width: 100%;
	padding-right: 0;
}

.pilots .port-right {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.pilots .section .row {
   -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
}

.pilots .img-holder {
    width: 100%;
    float: none;
    padding-right: 0;
    -webkit-box-flex: 1;
  	-webkit-flex: 1;
    	 -ms-flex: 1;
	  flex: 1;
    padding-bottom: 40px;
}

.ports .port-left {
    width: 100%;
    float: none;
}

.ports .port-right {
    width: 100%;
    float: none;
}
}



@media (max-width: 850px) {
	.home .section .wrapper {
		overflow: hidden;
	}
	
	.nav ul li a {
    padding: 10px;
}
	
	
	.grey-box .box-container {
    padding: 10px;
}
	
	
	.home .section3 .box-container {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
		text-align: center;
	}
	
	.home .section3 .row2 .box-container {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
}

.home .section3 .row2 .box-container .copy {
    padding-right: 0;
}
.home .section3 .box-container .copy {
	padding-left:0;
}
	
	.home .section3 img {
    width: 50% !important;
    padding-bottom: 20px;
    float: none;
    margin: 0 auto;
}
	
	h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.home .section2 p {
		font-size: 16px;
	}
}

@media (max-width: 700px) {
	
	.home .hero {
		height: 40vh !important;
	}
	
	.pilots .hero {
    height: 35vh !important;
	}
	
	.left-quote {
    width: 60%;
	}
	
	.ports .right-quote {
    width: 90%;
	}
	
	.img-container {
	    width: 50%;
    margin: 0 auto;
}

.img-container img {
	width: 100%;
	height: auto;
}
	
	.hero-right img {
    padding: 20px;
    box-sizing: border-box;
}
	
	.ports .hero h1 {
    font-size: 7.5vw;
    text-align: center;
}

	.ports .hero h2, .ports .port-left, .ports .port-left h2 {
		text-align: center !important;
		padding-right: 0;
	}
	
	
	body p {
    font-size: 16px;
	}
	
	button#showRight {
		display: block;
	}
	
	.nav {
		display: none;
	}
	
	.header {
    padding: 10px;
	box-sizing: border-box;
	}
	
	.header .wrapper {
   -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
   -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.logo {
    width: 50%;
}

.cta-learn {
	width: 100%;
}
.cta-learn .right-button {
	margin-left: 20px;
}

.cta-learn .left-button {
	margin-right: 20px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

 .section4 .wrapper {
    width: 90% !important;
}
}

@media (max-width: 600px) {
	.section2 .wrapper, .section3 .wrapper {
    max-width: 95%;
}

br.break {
	display: block;
}

.grey-box p {
    width: 90%;
}

.hero-caption h1, h1 {
    font-size: 6.5vw;
}
.section4 {
	height: auto;
}

.about .member {
     -webkit-flex-basis: 100%;
      	 -ms-flex-preferred-size: 100%;
    	  flex-basis: 100%;
}

.ports .section3 .wrapper, .about .section3 .wrapper {
	max-width: 90%;
}

.section4 .wrapper {
    padding: 35px;
}

.box-container {
    padding: 25px;
}

.home .section2 p, .pilots .section2 p {
    font-size: 14px;
    line-height: 24px;
}

.footer-copy p {
    font-size: 9px;
}

.cta-learn .right-button {
	margin-left: 5px;
}

.cta-learn .left-button {
	margin-right: 5px;
}
.cta-learn .button a, .cta-contact a {
	    padding: 10px 25px;

}
}














