/* start global */
.text-center {text-laign: center;}
.text-lowercase {text-transform: lowercase;}
.text-capitalize {text-transform: capitalize;}
.text-uppercase {text-transform: uppercase;}

.bg-black{background: #0c0c0c !important;}
.bg-white{background: #fff !important;}
.bg-red{background: #d51b31 !important;}
.bg-blue{background: #0c2d5d !important;}

.d-flex{display: flex;}

.justify-content-center {justify-content: center;}

.color-white {color: #fff !important; }
.color-black {color: #0c0c0c !important;}
.color-red {color: #ff0000 !important;}
.color-blue {color: #0e325f !important;}
blue

.font-weight-5 {font-weight: 500 !important;}
.font-weight-6 {font-weight: 600 !important;}

.frm-required {color:#ff0000;}

/* end global */

.mast--flynowpaylater {
	min-height:100vh !important;
	height:100vh !important;
}
.mast--flynowpaylater .mast__bg {
    background-position: 50%;
}
.mast--flynowpaylater .grid {
    align-self: start !important;
    margin-top:16px !important;
}
.mast--flynowpaylater h1 {
	font-family: "Forza-BoldItalic", Helvetica, sans-serif;
	font-style:italic;
    font-size: 3em;
	font-weight:bold;
}
.mast--flynowpaylater p {
	font-family: "Novecentowide-Normal", Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.3;
    padding-top: 15px;
    max-width: 32em;
}
.flynowpatlater-top {
	background: #0c0c0c;
}
.flynowpatlater-top > h3 {
	text-align: center;
    font-size:1.8em;
    color: #fff;
    padding: 4%;
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
    font-weight: 500;
}

/*section 1*/

.section-1 {
	background-image: url('/wp-content/uploads/2020/06/Flying-Over-Tanker-1.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0 100px 0;
}
.section-1 .grid-lg {
    max-width: 83%;
}
.section-1 h3 {
	font-size:1.8em;
    margin-bottom: 100px;
}
.section-1 h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: 400;
}

.section-1 ul{
	margin-left: 20px;
    margin-bottom: 20px;
}

/*section 2*/

.section-2{
	background-image: url('/wp-content/uploads/2020/06/Flying-Over-Water-2.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50% 0 50px 0;
}
.section-2 h3 {
	font-size:1.8em;
    font-family: Novecentowide-Normal;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 1.3em;
}
.section-2 .grid-lg {
    max-width: 83%;
}
.section-2 .news-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5%;
}

.section-2 .news-list .news-item img{
    width: 100%;
    margin-bottom: 20px;
}

.section-2 .news-list .news-item p {
	border-top: 2px solid #fff;
    padding-top: 20px;
    font-size: 1.25em;
    line-height: 1.25em;
}

.section-2 .about-kodiak-list {
    text-align: center;
    list-style: none;
    margin-top: 50px;
}

.section-2 .about-kodiak-list .about-kodiak-item {
	margin-bottom: 10px;
}

.section-2 .about-kodiak-list .about-kodiak-item img {
    width: 67px;
}

.section-2 .about-kodiak-list .about-kodiak-item span {
    font-family: Novecentowide-Normal;
}

.section-3 {
	padding: 50px 0;
    background: #747474;
}
.section-3 .grid-lg {
    max-width: 83%;
}
.section-3 p {
    line-height: 1.2;
}  
.section-4{
	padding: 70px 0;
    background: #0c2d5d;
}

.section-4 .contact-us .form-title {
	margin-bottom: 0.2em;
	font-size:1.8em;
    font-family: Novecentowide-Normal;
    font-weight: 600;
    letter-spacing: .08em;
}

.section-4 .contact-us > label {
	font-size: 1em;
}

.section-4 .contact-us .contact-form {
	max-width:500px;
	margin: 50px auto;
}

.section-4 .contact-us .contact-form .btn-contact-us-form {
	width: 100%;
    padding: 0.7em;
    margin-top: 20px;
}

.section-4 .contact-us .contact-form .wpcf7-list-item label {
    position: relative;
    padding-left: 10px;
}
.section-4 .contact-us .contact-form .preferred-contact {
    margin-top: -20px;
}

.section-4 .contact-us .contact-form .wpcf7-list-item input[type="radio"] {
	opacity: 0;
}

.section-4 .contact-us .contact-form .wpcf7-list-item span {
	position: relative;
}
.section-4 .contact-us .contact-form .wpcf7-list-item span:after {
    content: '' !important;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px #fff;
    left: -30px;
}

.section-4 .contact-us .contact-form label.preferred-contact {
	margin-top: 0.75em;
}

.section-4 .contact-us .contact-form div.preferred-contact {
	margin-bottom: 1.75em;
}

.section-4 .contact-us .contact-form .wpcf7-list-item.checked span:after {
	background: #d51b31;
}

.section-4 .contact-us .contact-form .wpcf7-list-item.first span:after {
	background: #d51b31;
}