@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap);
@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; }
html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;

}
body {
  margin:0;
  background: #fff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'EB Garamond', serif;
  padding:0!important;
  overflow-x: hidden;
  

}

.mobile {
	display: none;
}
.desktop {
	display: flex;
}
.icon {
	display: none;
}

.top-bar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #0b1731;
	padding: 0 0 0 0;
	height: 85px;
	position: fixed;
	top: 0;
	z-index: 10;
}
.left-bar {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.left-bar a {
	text-decoration: none;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	
}
button {
	text-decoration: none;
	background: #4285F4;
	color: #fff;
	border: none;
	font: inherit;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
.top-bar button {
    padding: 0 30px;
    height: 100%;
    font-size: 26px;
    font-weight: 700;
    align-items: center;
	justify-content: center;
}
.logo {
	height:60px;
}

.inside1 {
    width: 94%;
    margin-left: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.inside {
	width: 80%;
	max-width: 1500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.section {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section-one {
    background-color: #000;
    background-image: url(./img/marinehead.jpg);
	background-attachment: fixed;
    background-size: cover;
    height: auto;
    background-position-y: top;
    background-position-x: right;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	margin-top: 84px;
}
h1 {
	text-transform: uppercase;
	font-size: 90px;
	color: white;
	line-height: 1.2;
	margin-top: 100px;
	font-weight: 800 ;
}
.section-one h2 {
	font-size: 35px;
	color: white;
	line-height: 1.2;
	margin-top: 55px;
	font-weight: 500;
}
.section-one button {
	margin-top: 70px;
	padding: 15px;
	font-size: 26px;
	font-weight: 700;
	
}
/* faq */
.faq-section {
	background-color: #fff;
	padding-bottom: 70px;
}
.stars {
	margin: 80px 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 380px;
}
.star {
	width: 18px;
}
.faq-inside {
	text-align: left;
}
.faq-inside h2 {
    color: #0b1731;
    padding: 12px;
    font-size: 52px;
    font-weight: 700;
	text-transform: uppercase;

}
.answer h5 {
	margin-top: 30px;
	font-weight: 300;
	font-size: 17px;
}
.dotted-line {
    margin: 50px 0;
    height: 2px;
    /* background: repeating-linear-gradient(.25turn, #fff, #fff 19px, #0b1731 0px, #0b1731 37px); */
	background: repeating-linear-gradient(0.25turn, #000, #000 23px, #fff 0px, #fff 49px);
}
.faq-inside .question {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	cursor: pointer;
}
.question-arrow {
	width: 30px;
	transform: rotate(0deg);
	transition: all 0.5s;
	margin-left: 20px;
}
.question-plus {
	width: 25px;
	height: 25px;
   	background-image: url(./img/redplus.png);
	margin-left: 20px;
	background-position: center;
	background-size: cover;
}
.extended {
	background-image: url(./img/redminus.png);
}
.flip {
	transform: rotate(180deg);
}

.question h3 {
    color: #CF1F33;
    /* text-transform: uppercase; */
    font-size: 31px;
    font-weight: 700;
}
.faq-section button {
	padding: 14px;
	font-size: 30px;
	box-shadow: 1px 1px 10px #00000031;
	margin: 50px 0 20px;

}
.faq-inside .answer {
	display: none;
}

.faq-inside .answer p{
    font-size: 21px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    /* text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.082); */
    margin: 20px 0;

}
.faq-inside .answer .sub-answer{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    /* text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.082); */
    margin: 10px 0;
	color: #54668d;
}
.faq-inside .answer h4{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    /* text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.082); */
    margin: 40px 0 10px;
	color: #0b1731;
}
.faq-inside .answer a{
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    /* text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.082); */
    margin: 40px 0 10px;
	color: #0b1731;
	text-decoration: none;
}
.faq-inside .answer-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
}
.faq-inside .answer-list div {
	width: 44%;
	margin: 10px 3%;
	font-size: 21px;
	color: #54668d;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;

}
/* form */

.form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #000;
	padding-bottom: 30px;

}

.inside-fs {
    flex-direction: column;
    display: flex;
    justify-content: center;
	color: #0b1731;
	padding-top: 70px;
}
.form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.form
.form-columns {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}
.form-left {
	
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-right {
    display: flex;
    background: #0b1731;
    box-shadow: 1px 1px 10px #0000002e;
    border: 2px solid #fff;
    padding: 0 20px 20px;
    width: 30%;
    flex-direction: column;
    justify-content: space-around;
}

.form-heading {

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;

	margin-bottom: 30px;
}
.form-heading h2 {
	text-shadow: 1px 1px 8px #00000042;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.form-heading h2 span {
	background: #CF1F33;
	box-shadow: 1px 1px 8px #00000015;
	padding: 12px;
	color: white;
}
.form-heading h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 26px 0;
}

.form-inputs {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.form .small-input {
	width: 48%;
}

.form input, .form select {
	width: 100%;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	border: none;
	background: #ffffff;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 10px #0000002e;
}
.form input {
    box-shadow: inset 1px 1px 5px #4c515959;
    border: 1px solid #4c5159;
    margin-top: 22px;
    font-size: 17px;
    padding: 10px 0 10px 5px;
}
.form select {
	height: 40px;
	font-size: 18px;
	padding: 8px 5px;
	margin-top: 12px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	color: #4c5159;
	background-color: #fff;
}
label {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    /* text-shadow: 1px 1px 6px #00000054; */
}
.form #qualresponse4 {
	margin-bottom: 0px;
}

.cta {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: white;
    background-color: #e42024;
    border: none;
    border-radius: 1px;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
    cursor: pointer;
    margin-top: 14px;
}
.form-footer {
	margin-top: 20px;
	font-size: .7em;
	color: #fff;
}
.form-footer a {
	text-decoration: none;
	color: #CF1F33;
	font-weight: 700;
}

.line {
    width: 80%;
    background-color: rgb(0 0 0 / 21%);
    height: 2px;
    margin-top: 70px;
    border-radius: 5px;
}
.error {
	color: #ffc937;
	font-size: 17px;
	font-weight: 300;
}


/* footer */
footer {
    padding: 15px 5%;
    background-color: #0b1731;
    color: white;
    font-size: 15px;
	line-height: 1.5;
    text-align: center;
	border-top: 2px solid #fff;
}
footer a {
	text-decoration: none;
	color: #4285F4;
	font-weight: 600;
}

@media only screen and (max-width: 1100px) {

	.desktop {
		display: none;
	}
	.mobile {
		display: flex;
	}
	.top-bar {
		flex-direction: column;
		height: auto;
		position: fixed;
	}
	.logo-link {
		width: 30%;
	}
	.logo {
		width: 100%;
		height: auto;
	}
	.left-bar {
		padding: 15px 0;
		width: 92%;
		justify-content: space-between;

	}
	.top-bar button {
		padding: 12px 2px;
		margin: 0px 0px 12px;
		height: auto;
		font-size: 22px;
		font-weight: 700;
		width: 92%;

	}
	.section-one {
		margin-top: 70px;
		display: flex;
		flex-direction: column;
		height: auto;
		align-items: flex-start;
		min-height: auto;
		background-attachment: local;
		background-position-x: 94%;
	}
	h1 {
		font-size: 58px;
		margin-top: 180px;
	}
	.section-one h2 {
		font-size: 32px;
		margin-top: 23px;
		margin-bottom: 30px;
	}
	.inside1 {
		width: 80%;
		margin-left: 6%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.inside {
		width: 98%;
	}
	.stars {
		margin: 45px 0 15px;
		width: 60%;
		max-width: 500px;

	}
	.faq {
		width: 96%;
	}
	.faq-inside h2 {
		font-size: 32px;
		margin-bottom: 0px;
		padding: 12px 0 0;
	}
	.dotted-line {
		margin: 35px 0 0px;
		height: 1px;
		background: repeating-linear-gradient(.25turn, #fff, #fff 11px, #0b1731 0px, #0b1731 26px);
	}
	.faq-inside .question {
		margin-top: 20px;
	}
	.question h3 {
		margin-right: 8px;
		font-size: 21px;
		width: 90%;
	}
	.question-plus {
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}
	.faq-inside .answer-list div {
		width: 100%;
		margin: 6px 0;
		font-size: 18px;
	}
	.question-arrow {
		width: 20px;
		transform: rotate(0deg);
		transition: all 0.6s;
	}

	.faq-inside .answer p{
		font-size: 17px;
	}
	.faq-section button {
		padding: 14px;
		font-size: 23px;
		box-shadow: 1px 1px 10px #00000031;
		margin: 36px 0 0px;
	}
	.faq-inside .answer .sub-answer {
		font-size: 15px;
		margin: 9px 0;
	}
	.faq-inside .answer h4 {
		font-size: 16px;
	}
	.form-heading h2 {
		text-shadow: 1px 1px 8px #00000042;
		color: #fff;
		font-size: 27px;
		font-weight: 700;
		margin-bottom: 10px;
		text-transform: capitalize;
		line-height: 1.8;
	}
	.form-heading h2 span {
		padding: 6px;
	}
	.inside-fs {
		padding-top: 40px;
	}
	.form-heading h3 {
		font-size: 20px;
		margin: 6px 3px;
	}
	.form .form-columns {
    	width: 100%;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
     	margin-bottom: 50px;
    }
	.form-left {
		width: 98%;
	}
	label {
		font-size: 21px;
	}
	.form-right {
		padding: 0px 3% 20px;
		width: 92%;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 700px) {
	.logo-link {
		width: 40%;
	}
	.top-bar button {
		padding: 7px 2px;
		margin: 0px 0px 12px;
		height: auto;
		font-size: 20px;
		font-weight: 700;
		width: 92%;
	}
	.left-bar a {
		font-size: 23px;
	}
	.left-bar {
		padding: 10px 0;

	}
	.section-one {
		margin-top: 100px;

	}
	.faq-inside .answer-list {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin: 10px 0;
		flex-direction: column;
	}
	.answer h5 {
		font-size: 15px;
	}
	.error {
		color: #ffc937;
		font-size: 19px;
		font-weight: 300;
	}


}


 
 
 
.thankyou-modal {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* thankyou-modal Content */
.thankyou-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  width:630px;
  box-shadow: 0 4px 15px 0 rgb(0 0 0 / 52%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.thankyou-modal .close-button {
  position: absolute;
  cursor: pointer;
  width: 25px;
  top: 25px;
  right: 25px;
}
.check {
  width: 70px;
}

.thankyou-modal h2 {
  color: #0e172f;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  font-family: 'EB Garamond', serif;
}
.thankyou-modal .unsuccessful h2{
  font-size: 36px;
}

.thankyou-modal h3 {
  color: #0e172f;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.thankyou-modal .unsuccessful h3{
  font-size: 20px;
}

.divider {
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background-color: #0e172f;
  margin: 24px;
}

.thankyou-modal h4 {
  color: #0e172f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.extra-torts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.extra-tort {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  background-color: #eeeeee;
}
.roundup-bg {
  background-image: url('https://converge-strapi-prod.s3.amazonaws.com/roundupinfield_34d2c40842.webp');
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
}
.foam-bg {
  background-image: url('https://converge-strapi-prod.s3.amazonaws.com/foamhose_57edae1a21.webp');
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
}
.thankyou-modal h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.tort-description {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 120px;

}
.thankyou-modal p {
  color: #0e172f;
  font-size: 15px;
  text-align: center;
  padding: 10px;
}
.thankyou-modal a {
  color: #fff;
  background-color: #4285F4;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1100px) {
  .thankyou-modal {
    padding: 0;

  }
  .thankyou-modal-content {
    position: static;
    transform: none;
    width: 94%;
    padding: 0 3%;
    min-height: 100vh;
  }
  .check {
    margin-top: 10px;
  }
  .divider {
    width: 80%;
  }
  .thankyou-modal h3 {
    font-size: 20px;
  }
  .extra-torts {
    justify-content: space-evenly;
  }
  .thankyou-modal h4 {
    font-size: 18px;
  }
  .divider {
    margin: 18px;
  }


}

@media only screen and (max-width: 700px) {
  .extra-torts {
    flex-direction: column;
  }
  .extra-tort {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  
  .tort-description {
    height: auto;
  }
  .divider {
    width: 100%;
  }

}

