@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=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;
}
/* ticker */
/* (A) FIXED WRAPPER */
.hwrap {
	overflow: hidden; /* HIDE SCROLL BAR */
	margin: 0 30px;
  }
   
  /* (B) MOVING TICKER WRAPPER */
  .hmove { display: flex; }
  
  /* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
  .hitem {
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: 400;
	margin-right: 60px;
  }
   
  /* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
  /* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
  @keyframes tickerh {
	0% { transform: translate3d(100%, 0, 0); }
	100% { transform: translate3d(-400%, 0, 0); }
  }
  .hmove { animation: tickerh linear 30s infinite; }
  .hmove:hover { animation-play-state: paused; }
/* ticker */
.top-bar {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #0b1731;
	padding: 10px 0 0;
}
.logo {
	width:280px;
	margin-bottom: 10px;
}
.breaking {
	background-color: #fff;
	width: 90%;
	display: flex;
    flex-direction: row;
	padding: 10px 5%;
	align-items: center;
	text-align: center;
}
.breaking h2 {
    color: #CF1F33;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 0 0 8px #00000033;
    line-height: 1.4;
    white-space: nowrap;
}
.breaking h3 {
	color: #000;
	font-weight: 400;
	font-size: 27px;
	text-shadow: 0 0 8px #0000006b;
}
.breaking h3 span {
	color: #c7ab59;
}
.inside1 {
    width: 94%;
    margin-left: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.inside {
	width: 94%;
	max-width: 1700px;
	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: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#CustomerRegisterForm {
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.789);
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 12px;
    box-sizing: border-box;
    width: 60%;
    min-width: 800px;
    max-width: 1400px;
    font-size: 1.2em;
    position: relative;
    z-index: 1;
    margin: 40px 0;
}
.form-heading {
	background-color: #0b1731;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 6px  6px 0  0;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}
.form-heading h3 {
	color: #9BB4E8;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 10px;
}
.form-heading h4 {
	color: white;
	font-size: 27px;
	font-weight: 400;
}
#CustomerRegisterForm h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0;
	color: #302718;
}
/*Hide all except first fieldset*/
#CustomerRegisterForm fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
.input-outer {
    width: 100%;
}
#CustomerRegisterForm input, #CustomerRegisterForm textarea {
    padding: 9px 2%;
    border: 1px solid #302718;
    border-radius: 3px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #302718;
    font-size: 24px;
    box-shadow: inset 0 1px 9px rgb(0 0 0 / 32%);
}

/*buttons*/
#CustomerRegisterForm .action-button {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #CF1F33;
    width: 100%;
    font-weight: 600;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 30px 0 7px 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    font-size: 1em;
    font-size: 26px;
}

#CustomerRegisterForm .action-button:hover, #CustomerRegisterForm .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #699e3c;
}
.info-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}
.info-fields2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
.if-left {
    width: 48%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.if-right {
	width: 48%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#CustomerRegisterForm .info-fields2 input {
    width: 100%;
    box-sizing: border-box;
    color: #302718;
    font-size: 18px;
	margin-top: 10px;
    box-shadow: inset 0 1px 9px rgb(0 0 0 / 22%);
}
#CustomerRegisterForm .info-fields2 .small-input {
	width: 49%;
}
.info-fields2 label {
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    width: 48%;
    text-align: right;
}
.info-fields2 select {
	width: 49%;
	margin-top: 10px;
}
.form-question {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #CF1F33;
    width: 100%;
    font-weight: 600;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 26px;
    padding: 10px 5px;
    margin: 30px 0 7px 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    font-size: 26px;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: auto 0;
	width: 100%;
	margin-bottom: 8px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	position: relative;
	padding: 5px 0;
	
}
fieldset {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
label {
    margin: 20px 0 0 0;
    font-size: 1.1em;
    font-weight: 500;
}
.switch-field {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: white;
	color: #0B1731;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	border: 2px solid #0B1731;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
	margin-top: 10px;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #0B1731;
	box-shadow: none;
	color: white;
}

.switch-field label:first-of-type {
	border-radius:4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	width: 33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 15px;
	color: #000;
	background: #9BB4E8;
	border-radius: 50%;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #9bb3e8;
	position: absolute;
	left: -50%;
	top: 14px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #0B1731;
	color: white;

}
select {
    text-align: center;
    width: 100%;
    border: 2px solid #0B1731;
    border-radius: 4px;
    padding: 7px;
    margin-top: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1em;
    color: #0b1731;
}
.invalid {
  background-color: #ffdddd;
}
.invalid-radio {
	color: red;
}
.form .footer-text {
	font-size: 15px;
    margin-top: .5rem;
	font-weight: 400;
}
.form .footer-text a {
	color: #CF1F33;
	text-decoration: none;
	font-weight: 600;
}
.form3 h2 {
    font-size: 47px;
    color: #302718;
    margin: 50px 0;
}
.form3 h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 400;
}
.to-faq {
    text-decoration: none;
    background: #4285F4;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'EB Garamond', serif;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.section-one .to-faq {
    width: 60%;
    min-width: 772px;
    max-width: 1400px;
    margin: 0 0 60px 0;
}
.faq-section .to-faq {
	width: 500px;
}
.to-faq:hover, .to-faq:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #4285F4;
}

.to-faq {
    text-decoration: none;
    background: #4285F4;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'EB Garamond', serif;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.section-one .to-faq {
    width: 60%;
    min-width: 772px;
    max-width: 1400px;
    margin: 0 0 60px 0;
}
.faq-section .to-faq {
	width: 500px;
}
.to-faq:hover, .to-faq:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #4285F4;
}

.get-help {
    text-align: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    background: #302718;
    width: 100%;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 1.3em;
    cursor: pointer;
    padding: 12px 0;
    margin: 50px 0;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
}


/* vid section */ 
.vid-section {
	background-color: #fff;
}
.vid-inside {
	margin: 20px 0 60px;
}
.vid-columns {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.vid-inside h2 {
    color: #0b1731;
    padding: 12px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.114);
    font-size: 50px;
    margin: 30px 0;
    font-weight: 800;
}

.video-div {
	display: flex;
	width: 1000px;
	height: 560px;
	justify-content: center;
	align-items: center;
	/* border:  4px solid white; */
	border-radius: 4px;

  }
.vid-columns video {
	/* border:  4px solid white; */
	background-color: white;
	margin:  0 0 20px;
	border-radius: 4px;
	width: 1000px;
	height: 560px;
	box-shadow: 1px 3px 10px rgb(0 0 0 / 60%);
   
}
video[poster] {
	object-fit: cover;
}
.vid-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	width: 1000px;
}
.bullet {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 16px 0;
}
.bullet img {
	width: 60px;
}
.bullet p {
    
    margin-left: 25px;
    text-align: left;
	font-size: 26px;
}
/* faq */
.faq-section {
	background-color: #fff;
	padding-bottom: 70px;
}
.faq-inside h2 {
    color: #0b1731;
    padding: 12px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.114);
    font-size: 48px;
    margin-bottom: 0px;
    font-weight: 800;
}
.faq-inside .question {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	cursor: pointer;
}

.question h3 {
    color: #CF1F33;
    font-weight: 400;
    margin-right: 20px;
    font-size: 34px;
    font-weight: 700;
}
.question-arrow {
	width: 26px;
	transform: rotate(0deg);
	transition: all 0.6s;

}
.spin {
	transform: rotate(180deg);
}
.question .up {
	display: none;
}
.faq-inside .answer {
	font-size: 26px;
	font-weight: 400;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.082);
	margin: 15px 0 20px;
}
/* footer */
footer {
    padding: 15px 5%;
    background-color: #0b1731;
    color: white;
    font-size: 15px;
    text-align: center;
}
footer a {
	text-decoration: none;
	color: #9bb3e8;
	font-weight: 600;
}

@media only screen and (max-width: 1100px) {

	.desktop {
		display: none;
	}
	.mobile {
		display: flex;
	}
	.logo {
		width: 50%;
	}
	.breaking h2 {
		font-size: 30px;
	}
	.breaking {
		flex-direction: column;
	}
	.hmove { animation-duration: 17s; }
	.hwrap {
		
		width: 96%;
	}
	.hitem {
		font-size: 21px;
	}
	.section-one {
		display: flex;
		flex-direction: column;
		height: auto;
		align-items: center;
	}
	.form-heading h3{
		font-size: 30px;
	}
	.form-heading h4 {
		color: white;
		font-size: 20px;
		font-weight: 400;
	}
	.inside1 {
		width: 98%;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.form-div {
		margin-bottom: 1rem;
	}
	#CustomerRegisterForm h5 {
		font-size: 1.1em;
		padding: 2px;
	}
	#CustomerRegisterForm {
		padding: 10px;
		margin: 20px 0;
		width: 94%;
		border-radius: 6px;
		min-width: auto;
	}
	label {
		font-size: 1em;
	}
	.switch-field label {
		font-size: .9em;
		width: 48%;
	}
	select {
		width: 98%;
	}
	#CustomerRegisterForm .action-button {
		font-size: .9em;
	}
	.fieldset {
		flex-direction: space-evenly;
	}
	.info-fields2 {
		flex-direction: column;
	}
	.if-left, .if-right {
		width: 100%;
	}
	.cta {
		font-size: .9em;
	}
	.vid-columns video {
		width: 90vw;
		height: 50.4vw;
	}
	.vid-columns {
		width: 95%;
		padding: 0;
		flex-direction: column;
	}
	.vid-inside p {
		font-size: 19px;
	}
	.vid-inside h2 {
		font-size: 34px;
		margin-bottom: 16px;
	}
	.vid-inside {
		padding: 30px 0;
		margin: 0;
	}
	.vid-right {
		width: 100%;
	}
	.bullet img {
		width: 45px;
	}
	.bullet {
		width: 100%;
	}
	.bullet p {
		width: 90%;
		font-size: 18px;
	}
	.inside {
		width: 100%;
	}
	.faq {
		width: 96%;
	}
	.faq-inside h2 {
		font-size: 34px;
		margin-bottom: 0px;
	}
	.question h3 {
		margin-right: 8px;
		font-size: 21px;
	}
	.question-arrow {
		width: 20px;
		transform: rotate(0deg);
		transition: all 0.6s;
	}
	.faq-inside .answer {
		font-size: 20px;
	}
	.to-faq {
		font-size: 19px;
	}
	.section-one .to-faq {
		width: 94%;
		min-width: auto;
		max-width: none;
		margin: 0 0 60px 0;
	}
	.faq-section .to-faq {
		width: 90%;
	}
}
@media only screen and (max-width: 700px) {

	.vid-left {
		padding: 0;
	}
	.vid-pic1 {
		margin-top: 2px;
	}
	.video-div{
		width: 90vw;
		height: 50.4vw;
	}
	video {
		width: 90vw;
		height: 50.4vw;
	}

}


 
 
 

.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%;
  }

}

