@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:300,400,500,700,900|Roboto:300,400,500,700&display=swap);
/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  text-align:center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.complylink {
	color: #edf42c;
}

.mdb_scroll {
	display:none;
}

.contactlink {
	color: #edf42c;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url(./img/bg-masthead.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead h1 {
    font-size: 3rem;
  }
  .mdb_scroll {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
  
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
.ffmimg {
	/*margin-left:7%;*/
	max-width:90%;
	height:auto;
	border-radius:5%;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url(./img/bg-masthead.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.yellow-accent {
  color: #edf42c;
  font-weight: 700;
}

.black-accent {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
}

nav {
  background-color: #fff;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 15vmin;
  border-bottom: 3px solid #CE2127;
}

.navbar .navbar-brand {
  margin: 0 !important;
  padding: 2vmin 0;
}

.navbar .navbar-brand img {
  width: 20vw;
  min-width: 15rem;
  max-width: 30rem;
  height: auto;
}

.phone-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 2rem 0 1rem 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: red;
}

.masthead {
  width: 100%;
}

.masthead-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.masthead-left {
  width: 30rem;
  margin: 0 10vmin;
}

#masthead-text {
  text-align: left;
  color: #fff;
}

#masthead-text h1 {
  font-size: 2rem;
  text-shadow: 1px 1px 1px #000;
}

#masthead-text h2 {
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-shadow: 1px 1px 1px #000;
}

#masthead-text .masthead-note {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  color: #edf42c;
}

.exposure {
  width: 100%;
  margin: 2rem 3rem 1rem 0rem;
  padding: 1.2rem;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #edf42c;
  border-radius: 1rem;
}

.exposure .exposure-lists {
  display: flex;
  justify-content: center;
}

.exposure h3 {
  font-size: 1.5rem;
  text-align: center;
}

.exposure ul {
  margin: 0.2rem 0;
  padding: 0 1rem 0 2rem;
  list-style: none;
}

.exposure li {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.exposure li:before {
  content: "";
  border-color: transparent #edf42c;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.70em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.masthead-right {
  width: 30rem;
}

.form-case {
  max-width: 30vw;
  min-width: 12rem;
  max-width: 30rem;
  margin: 2vmin 7vmin;
  padding: 1rem;
  background: #014D73;
  border-radius: 1rem;
  border: 1px solid #fff;
}

.form-case .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.form-case .form-header {
  color: white;
  text-align: center;
}

.form-case .form-header h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #edf42c;
}

.form-case .form-header h3 {
  font-size: 1rem;
}

.form-case .form-header h4 {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #edf42c;
}

.form-case label {
  margin: 0.5rem 0;
  color: white;
  font-size: 1rem;
  font-weight: 500;
}

.form-case .case-jobs {
  margin-top: 1vmin;
  text-align: left !important;
}

.form-case .case-exposure {
    margin-top: 1vmin;
	text-align: center;
}

.form-case input {
  width: 100%;
  margin: 0.3rem 0;
  padding: 0.2rem;
}

.select-css {
  width: 100%;
  min-width: 15rem;
  height: 2.5rem;
  margin-bottom: 5px;
  padding: 0.4rem 2rem;
  color: #084769;
  background-color: #084769;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-color: #838f96;
  border-radius: 10px;
  opacity: 0.8;
  box-sizing: border-box;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  z-index: 2;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css option {
  font-weight: normal;
}

.select-css:focus {
  outline: none;
}

button {
  margin: 1.5rem 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  background-color: #cd1515;
  border-radius: 10px;
  transition: all .2s ease-in-out;
}

button:hover {
  transform: scale(1.2);
  background-color: #e51d1d;
}

.form-footer {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.mid-headline {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4vmin;
  font-size: 1.5rem;
  color: white;
  background: #ce2127;
}

.mid-headline .container {
  width: 100%;
  padding: 2rem 0;
}

footer {
  padding: 1vmin;
  font-size: 0.9rem;
  background: #204688;
  color:#aaa;
  text-align:center;
}

.policy-main {
  width: 90%;
  margin: 5%;
}

@media only screen and (max-width: 960px) {
  .masthead-left, .mathead-right {
    width: 90%;
  }
  #masthead-text {
    text-align: center;
    font-size:1.2rem;
  }
  .mid-headline {
    padding: 2vmin 4vmin;
  }
  .mid-headline > div {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
  .exposure {
    margin: 2rem 0rem 1rem 0rem;
  }
  .form-case {
    margin: 1vmin auto;
  }
    .mdb_scroll {
	display:block;
	margin-left:34%;
  }
  .ffmimg {
  		margin-left:4%;
  	
  }
}

@media only screen and (max-width: 720px) {
  .navbar {
    width: 100%;
  }
    .mdb_scroll {
	display:block;
	margin-left:30%;
}
  
  .navbar .navbar-brand {
    margin: 0 auto;
  }
  .navbar .navbar-brand img {
    padding: 1vmin;
  }
  .masthead-left {
    width: 90%;
    margin: 0 0 3vmin 0 !important;
  }
  #masthead-text {
    text-align: center;
  }
  .masthead-right {
    width: 90%;
    margin-bottom: 1vmin;
  }
  .midsection, .midsection-img {
    padding: 1vmin 1vmin;
    font-size: 1.2rem;
  }
  .midsection .midsection-left, .midsection-img .midsection-left {
    width: 900px;
    max-width: 90vw;
    margin: 0 5%;
    padding: 2vmin;
    font-size: 1rem;
  }
  .midsection .midsection-right, .midsection-img .midsection-right {
    width: 90vw;
    margin: 0 5%;
  }
  .midsection .midsection-right img, .midsection-img .midsection-right img {
    width: 100%;
  }
  .highlight {
    margin: 2rem 0rem 1rem 0rem;
  }
  .form-case {
    margin: 1vmin auto;
  }
}

@media only screen and (max-width: 480px) {
  .navbar .navbar-brand {
    padding: 2vmin 0 2vmin 0;
  }
  header.masthead {
    padding: 2vmin  0 4vmin 0;
  }
  .masthead {
    padding: 0;
  }
    .mdb_scroll {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
  
  .masthead .masthead-note {
    margin: 3vmin 0 0 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .masthead #masthead-text {
    text-align: center;
    font-size: 1rem;
  }
  .masthead #masthead-text h2 {
    margin-bottom: 4vmin;
    font-size: 1.2rem;
  }
  .masthead .masthead-left, .masthead .mathead-right {
    width: 90%;
  }
  .midsection .midsection-left, .midsection-img .midsection-left {
    max-width: 90vw;
    margin: 0 5%;
    padding: 4vmin;
    font-size: 1rem;
  }
  .midsection .midsection-right, .midsection-img .midsection-right {
    width: 90%;
    margin: 0 5%;
  }
  .midsection .midsection-right img, .midsection-img .midsection-right img {
    width: 100%;
  }
  .highlight {
    margin: 0;
    padding: 0 3vmin 3vmin 3vmin;
  }
  .highlight h3 {
    font-size: 1rem;
  }
  .highlight li {
    font-size: 1rem;
  }
}

.thankyou-modal {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: none;
  position: fixed;
  z-index: 100;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  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;
  width: 670px;
  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;
}
.modal-inside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
}

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

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

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

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

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

.thankyou-modal h4 {
  color: #0e172f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px 0;
  align-items: normal;
}
.extra-torts {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.extra-tort {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  background-color: #eeeeee;
}
.clj-bg {
  background-image: url('https://converge-strapi-prod.s3.amazonaws.com/marinedark_631f0fd773.webp');
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
}
.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;
}
.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: #a31b21;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
.thankyou-modal a:hover,
.thankyou-modal a:focus {
  text-decoration: none;
  color: #fff;
}

/* 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: 100%;
    min-height: 100vh;
  }
  .thankyou-modal .modal-check {
    margin-top: 10px;
  }
  .divider {
    width: 80%;
  }
  .thankyou-modal .unsuccessful h2  {
    font-size: 26px;
  }
  .thankyou-modal h3 {
    font-size: 20px;
  }
  .extra-torts {
    justify-content: center;
  }
  .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%;
  }
}

