/*!
Theme Name: under_water_custom_theme
Theme URI: https://candcdigital.co
Author: candcdigital.co
Author URI: https://candcdigital.co
Description: Custom template for UnderWater Site
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gator
Tags
*/

html,
body {
    font-weight: normal;
    font-size: 18px;
    color: #6B7382; 
    position: relative; 
    background-color: #fff;
    font-family: "Manrope", sans-serif;
}

a {
    color: #6B7382;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #324FB3;
}

.btn, [type="submit"] {
    color: #fff;
    font-size: 20px;
    border-radius:8px;
    font-weight: 800;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
    font-family: "Manrope", sans-serif;
    background-color: #324FB3;
    border: 2px solid #324FB3;
}

.btn:hover, [type="submit"]:hover  {
    color: #324FB3;
    background-color: #fff;
    border-color: #324FB3;
}

[type="submit"] {
	background-color:#DC2626 !important;
    border: 2px solid #DC2626 !important;
	color:#fff !important
}

[type="submit"]:hover {
	color:#DC2626 !important;
    background-color:#fff !important;
    border-color:#DC2626 !important;
}

.title, 
.page-title {
    margin-bottom: 40px;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 900px;
    font-size: 18px;
    display: inline-block;
}

.page-title .title-p {
    display: inline-block;
}

.title h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #182565;
    font-weight: 800;

}

.title-center .title p {
    max-width: 600px;
    display: inline-block;
}


section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: #111 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    border-radius: 8px;
    border: 0;
    margin-bottom: 20px;
    background-color: #fff;
    font-weight: 500;
    border: 1px solid #C4C4C4;
}

input:focus, 
select:focus, 
textarea:focus {
    border-bottom-color: var(--primary-color);
}

textarea {
    resize: none;
    height: 60px;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #444;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #444;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #444;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #444;    
}

.ab-thumb {
    margin-bottom: 30px;
}

.ab-thumb img {
    width: 100%;
}

.ab-text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #DC2626;
    margin-top: 20px;
}

/*header*/

.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-right:0px;
}

.header .buttons {
    display: flex;
    align-items: center;
    min-width: 180px;
    justify-content: end;
}

.phone a i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #41A4C4;
    margin-right: 5px;
}

.phone {
    font-size: 20px;
    color: #1D0D0D;
    font-weight: bold;
}

.phone a {
    color: #1D0D0D;
}

.menu-content {
    padding: 15px 0;
}

.main-menu {

}

.is-sticky .main-menu {
    background-color: #000;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}


.is-sticky .logo {

}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
	
}

.nav ul li {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-right: 35px;
    font-weight: 500;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    color: #fff;
    display: block;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color:  #DC2626;
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#fff !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  z-index: 1;
  text-align: center;
  border-radius: 100%;
  background-color: #D2381A;
}

/*hero-section*/

.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 100px;
}

.hero-text {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 30px;
}

.hero-text h1 {
    color: #fff;    
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-text h2 {
    font-weight: 700;
    font-size: 28px;
    color: #99DDFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-form {
    background-color: #fff;
    padding: 50px;
    color: #6B7382;
    font-size: 18px;
    text-align: center;
    border-radius: 15px;
    border-top: 8px solid #DC2626;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    box-shadow: 0 0 24px rgb(0 0 0 / 10%);
	float:right;
	max-width:650px;
}

.hero-form h2 {
    font-size: 30px;
    color: #182565;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.hero-form .btn {
    width: 100%;
    color: #fff;
    margin-top: 20px;
    background-color: #D2381A;
    border-color: #D2381A;
}

.hero-form .btn:hover {
    color: #D2381A;
    background-color: #fff;
}

.hero-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;    
}

.hero-form ul li {
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;            
}

.hero-form ul li:nth-child(2),
.hero-form ul li:nth-child(3){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    
}

.hero-form label, legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 18px;
    font-weight: 800;
    color: #6B7382;
}

.ps-content {
    margin-top: 30px;
    padding:20px 30px;
    border-radius: 20px;
    text-align: left;
    border: 1px solid #C4C4C4;
    background-color: #EDEDED;
	margin-left:-15px;
	margin-right:-15px;
}

.ps-content p strong {
    color: #DC2626;
    font-weight: 800;
}

.p-end {
    text-align: right;
	margin:0;
}

.ps-content .p-end strong {
    color: #676363;
}

.progress {
    border-radius: 10px;
    height: 15px;
    margin-bottom: 15px;
    background-color: #CDCDCD;
}

.progress-bar {
    border-radius: 10px;
    background-color: #DC2626;
}

/*mission-section*/

.mission-section {
    color: #fff;
    background-color: #142B5C;
}

.mission-section .title, 
.mission-section .title h2 {
    color: #fff;
}

.ms-top {
    color: #6B7382;
    padding: 30px;
    display: flex;

    margin-bottom: 60px;
    border-top: 8px solid #DC2626;
    background-color: #fff;
}

.ms-top:after {
    position: absolute;
    content: "";
    width:calc(100% + 30px);
    height: 1px;
    left:0px;
    bottom: -35px;
    background-color: rgb(255 255 255 / 20%);
}
.col-lg-6 + .col-lg-6 .ms-top:after { width:calc(100% + 0px);}
.mission {
    margin-bottom: 40px;
	position:relative;
}

.mission h3 {
    font-size: 48px;
    font-weight: 800;
}

.ms-top .icon {
    min-width: 120px;
    width: 120px;
    margin-right: 15px;
}

.mission .ms-top h3 {
    font-size: 50px;
    font-weight: 800;
    color: #182565;
}

.mission .ms-top h4 {
    font-size: 24px;
    font-weight: 800;
    color: #182565;    
}

.mission ul {
    margin-left: 20px;
    list-style: disc;
}

/*contact-section*/

.contact-section {
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.cta-text {
    font-size: 20px;
}

.cta-text h1{
    font-size: 65px;
    font-weight: bold;
}

.cta-text h3 {
    font-size: 25px;
    font-weight: 500;
    color: #6B7382;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
}

/*footer-section*/

.footer-section {
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
    background-color: #142B5C;
}

.footer-section p {
    margin-bottom: 0;
}

.footer-section a {
    color: #fff;
}

a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


/* md */
@media (min-width: 1400px){

	.container	{
		max-width:1400px;
	}

}



@media (min-width:1500px){

	.container	{
		max-width:1500px;
	}

}



/* md */
@media (min-width: 1200px) and (max-width: 1399px){


}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.hero-text h1 {
		font-size: 46px;
	}
	.cta-text h1 {
		font-size: 50px;
	}
	.hero-form h2 {
		font-size: 28px;
	}
	.hero-form {
		padding: 30px;
	}
	.ms-top {
		padding: 20px;
	}
}

/* md */
@media (max-width: 991px) {
	.header .buttons {
		display: none;
	}
	.footer-section {
		text-align: center;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.nav ul li {
		margin-right:17px;
		display:block;
		padding:5px 3px;
	}
	.nav ul li a { display:block;}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		.m-phone {
			display: none!important;
		}


}

/* sm */
@media (max-width: 767px) {
	.nav ul li { margin-right:15px;}
	.order-4.order-md-4.col-12.col-md-8.col-lg-8.col-xl-7.d-flex {
		background:#111835;
	}
	.is-sticky .order-4.order-md-4.col-12.col-md-8.col-lg-8.col-xl-7.d-flex { background:#000;}
	.hero-section { padding:75px 0px;}
	.header .nav ul { display:block; padding-top:15px; padding-bottom:15px;}
.ms-top:after { width:calc(100% + 0px);}
	.hero-text h1 {
		font-size: 32px;
	}
	.hero-text h2 {
		font-size: 22px;
	}
	.btn {
		font-size: 16px;
	}
	.hero-form {
		padding: 30px;
	}
	.hero-form h2 {
		font-size: 26px;
	}
	.title h2 {
		font-size: 32px;
	}
	.mission .ms-top h3 {
		font-size: 36px;
	}
	.mission .ms-top h4 {
		font-size: 20px;
	}
	.mission h3 {
		font-size: 36px;
	}
	.cta-text h3 {
		font-size: 20px;
	}
}

/* xs Portrait */
@media (max-width: 575px) {


}



/* xs Portrait */
@media (max-width: 475px) {
	section {
		padding: 60px 0;
	}
	.title h2 {
		font-size: 32px;
	}
	.hero-text h1 {
		font-size: 36px;
	}
	.hero-form h2 {
		font-size: 28px;
	}
	.hero-form ul li:nth-child(2), 
	.hero-form ul li:nth-child(3), 
	.hero-form ul li:nth-child(4), 
	.hero-form ul li:nth-child(5), 
	.hero-form ul li:nth-child(6) {
	  -ms-flex: 0 0 100%;
	  flex:0 0 100%;
	  max-width: 100%;
	}	
	.hero-form {
		padding: 20px;
	}	
	.ms-top .icon {
		min-width: 50px;
		width: 50px;
	}
}





.gform-field-label--type-sub {
	display:none !important;
}









/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left:10px;
  padding-right:10px;
}

.gform_fields {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-20px;
  margin-right:-20px;
}

.gform_footer.top_label {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10px;
}


.gform_footer.top_label input[type="submit"] {
	width:100%;
}

.gform_fields fieldset.gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:0px;
  padding-right:0px;
  padding-bottom:13px;
}

.gform_fields fieldset.gfield, .gform_fields div.gfield {
	 -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	  }

body .gfield--type-textarea {
	 -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
}

.ginput_container .name_first {
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


body .gfield + .gfield   {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

.ginput_container { width:100%;}

.ginput_container .name_first { padding:0 !important;}

body .gfield--type-name, body .gfield.full {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

textarea.small {
	font-size:100% !important;
}
.ginput_container_date {
	position:relative;
}

img.ui-datepicker-trigger {
	position:absolute;
	right:10px;
	top:20px;
}

body .gfield.gfield--input-type-textarea  {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


body .ginput_container.ginput_container_consent {
	padding-left:10px;
	padding-right:10px;
}


body .gfield  > .ginput_container.ginput_container--name {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  padding-left:10px;
  padding-right:10px;
  max-width:none;
  padding-bottom:0;
 }
 .validation_message {  font-size:13px;color:red;padding-left:10px; padding-bottom:8px; text-align:left; }
body .gfield + .gfield .validation_message { padding-left:10px;padding-bottom:8px;}

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

.gform_validation_errors {
	display:none !important;
}


.hidden_label label, .hidden_label legend {
	display:none !important;
}

body .ginput_container  .name_last {
  width: 50%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	cursor:pointer;
}

body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


legend.gfield_label.gform-field-label.gfield_label_before_complex {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:10px;
  padding-right:10px;
}


 
/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	body .gfield + .gfield { -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;}
	body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}


.gfield--type-honeypot {
	display:none !important;
}
span.gwpm-count-number {
	font-weight:800 !important;
	color:#DC2626 !important;

}

.gwpm-fill {
	background-color:#DC2626 !important;
}

.gwpm-meter {
	-ms-flex-order:12;
        order: 12;
		max-height:15px !important;
}
.gwpm-count {
	-ms-flex-order: 11;
        order: 11;
		width:100% !important;
			padding-bottom:8px !important;
}
.gwpm-goal {
	-ms-flex-order: 13;
        order: 13;
		width:100% !important;
		padding-top:8px;
}