/*!
 * 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)
 */

@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");
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("https://converge-strapi-prod.s3.amazonaws.com/bg_masthead_8c24510adf.webp") 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("https://converge-strapi-prod.s3.amazonaws.com/bg_masthead_8c24510adf.webp") 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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  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;
}

.cta {
  background-color: #cd1515;
}

.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;
  }
}

.error {
  color: white;
  font-size: 12px;
  margin-top: 4px;
  text-align: left;
}
