* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
}
h1 {
	text-align: center;
	font-size: 3rem;
	line-height: 1.05;
	margin-bottom: 1rem;
}
h3 {
	font-size: 2rem;
	margin: 2rem 0;
}
.challenge {
  font-size: 1.58rem;
  /* font-size: 2em; */
}
a,
a:hover,
a:visited {
	color: #405cb3;
	text-decoration: none;
}
.ad-link {
  text-decoration: underline !important;
  font-weight: 700;
}
.bold {
	font-weight: 700;
	margin: 0.5rem 0;
}
.my-2 {
  margin-top: 20px; 
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
ul {
  margin: 1rem 0;
}
li {
  margin: 0 0 0 2rem;
  padding: 1rem 0;
}
.divider {
	border-top: 1px solid #cedfef;
}
.slimmer {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.money-back-img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.article-info {
  display: flex;
  justify-content: flex-start;  
  align-items: center;
  margin: 1rem 0;
}
.article-author {
  color: #999;
  margin-left: 8px;
font-size: 0.7em;
}
.author-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.highlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient( -100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1) );
}



header {
	background-color: #1D4E89;
	border-top: 3px solid #67B0CF;
	color: #ffffff;
}
header .logo {
	display: flex;
	font-size: 1.84rem; 
  /* 1.4em */
  font-weight: 700;
	align-items: center;
}
header .button.cta {
	display: flex;
	font-weight: 700;
	height: 2rem;
	line-height: 0.4;
	font-size: 0.77rem;
	padding: 15px 20px 0 20px;
}
.header-container {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	padding: 7px 20px 8px 20px;
	margin: 0 auto;
}
.advertisement {
	background-color: #eff2f5;
	text-transform: uppercase;
	color: #646464;
	text-align: center;
	padding: 8px;
	font-weight: 700;
  font-size: 0.91rem;
}
.sub-header {
	font-size: 1rem;
	background-color: #ffffff;
	color: #888888;
	padding: 8px;
	text-align: center;
}
.blue {
	font-weight: 700;
	color: #405cb3;
}

.button {
	border-radius: 5px;
	padding: 15px;
}
.cta {
	background-color: #0ba33a;
	color: #ffffff;
  cursor: pointer;
}

.main-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
.main-content p {
	margin-top: 1rem;
	line-height: 1.5;
}
.main-content .button.cta {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-top: 1rem;
}

.mobile-top {
	max-width: 1100px;
	margin: 0 auto;
  padding: 0 20px;
}




.must-have-items {
  margin: 1rem 0;
}
.must-have-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.must-have-item .image {
  max-width: 100%;
  margin-right: 1rem;
}

.how-items {
  margin: 1rem 0;
  display: flex;
  text-align: center;
}
.how-items > * {
  width: calc(100% / 3);
  padding: 0 5%;
}
.how-item .image {
  max-width: 100%;
}

.accordion {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion::before {
  transform: rotate(90deg);
  content: '\2039';
  font-size: 28px;
  font-weight: 700;
  float: left;
  position: relative;
  top: -5px;
  left: -8px;
}
.accordion.active::before {
  transform: rotate(270deg);
  content: '\2039';
  top: -3px;
  left: -12px;
}

.active, .accordion:hover {
  text-decoration: underline;
}
.active {
  color: #61CE70;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  margin-bottom: 1rem;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
  min-height: 300px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  color: #000000;
}

.review, .author {
  margin: 0 3rem;
  text-align: center;
}
.review {
  font-style: italic;
  min-height: 120px;
}
.author {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.author img {
  max-width: 100%;
  border-radius: 50%;
}
.author .name {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  font-size: 0.7em; 
}

/* map */
.stateImage, .stateButton {
  cursor: pointer;
  transition: .4s;
}
.stateImage {
  fill: #f8991d;
}
.stateImage:hover, .stateButton:hover {
  fill: #c00;
}
.stateButton {
  fill: #000;
}
.stateText {
	fill: #fff;
	pointer-events: none;
}


/* Star Review */
.review-container{
  margin-left: 10px;
  width: 100%;
  display: inline-flex;
}
.review-color {
  fill: #febc3d
}

footer {
	background-color: #003365;
	color: #ffffff;
	margin-top: 3rem;
}

.footer-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 20px 1rem 20px;
	text-align: center;
	font-size: 1rem;
}

.page-internal-link {
display: none;
}

/* Modals */
.floating-bar {
  display: none;
}

.modal {
  transition: all 0.3s ease;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  /* margin: 10% auto; */
  margin: 5% auto;
  /* width: 60%; */
  width: 80%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  max-width: 1000px;
}
.modal-title {
  background-color: rgb(14 130 12);
  color: #ffffff;
  height: 4rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal h2 {
  /* font-size: 2.2rem; */
  font-size: 1.9rem;
  color: #000000;
  padding: 0 1.5rem;
}
.modal p {
  font-size: 1.4rem;
  color: #000000;
  padding: 1rem 1.5rem;
}
.modal .image {
  /* width: 40%; */
  width: 25%;
    margin: 10px;
    padding: 10px;
}
.modal .button {
  background-color: #0E820C;
  color: #ffffff;
  border: none;
  display: block;
  width: 90%;
  margin: 1rem auto;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.modal-two-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .close {
  color: #888888;
  font-size: 92px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 32px;
}

.modal .close:hover,
.modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modal .text {
  /* firefox fix */
  max-width: 73%;
}

/* Contact Form */
#modal-form .flex-container {
	display: flex;
  flex-direction: column;
}
#modal-form input {
	padding: 1rem;
  margin: 1rem 0 0 1.5rem;
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.8);
	color: #222;
	border: 1px solid #222;
	box-shadow: 0px 7px 10px rgb(224 224 224);
max-width: 80%;
}
#modal-form input:focus-visible {
  outline: none;
  border: 2px dotted #222;
}
#modal-form p,
.modal .fs-1 {
  font-size: 1rem;
}
#modal-form .submit {
  background-color: #0E820C;
  color: #ffffff;
  border: none;
  display: block;
  width: 94%;
  margin: 1rem 0 0 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: 1s;
}
#modal-form  .submit:hover {
  background-color: limegreen;
  transition: 1s;
}
#response {
  margin: 1rem 0 0 1.5rem;
}


@media only screen and (max-width: 1000px) {
  .modal-two-col {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

/* Media Queries */
@media only screen and (max-width: 768px) {
  .modal, .modal-content {
    display: none!important;
  }
  .how-items > * {
    padding: 0 2%;
  }
  .modal-title {
    height: 4rem;
    font-size: 1.5rem;
  }
}


@media only screen and (max-width: 490px) {
  body {
    font-size: 1.2rem;
  }
	header .logo {
		font-size: 1.2rem;
	}
	header .button.cta {
		height: 2rem;
		line-height: 0.4;
    font-size: 0.74rem;
	}
  .main-content .button.cta {
    font-size: 1.2rem;
  }
  .challenge {
    font-size: 1.33rem;
  }
  .must-have-item {
    flex-direction: column;
    text-align: center;
  }
  .must-have-item .image {
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
  .how-items {
    flex-direction: column;
    width: 100%;
  }
  .how-items > * {
    width: 100%;
  }
  h1 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .floating-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #00c249;
    height: auto;
    transition: all 0.3s ease;
  }

  .floating-bar .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    background-color: #ffffff;
    color: #00c249;
    margin: 1rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  }


  /* NEW 2024-01-17 */
  header {
    position: sticky;
    top: 0;
  }
  .mobile-top {
    padding: 0;
  }
  .advertisement {
    font-size: 0.7rem;
    font-weight: normal;
  }
  .sub-header {
    font-size: 0.8rem;
  }
  .mobile-top h1 {
    font-size: 1.4rem;
  }
  .mobile-update-text {
    font-size: 1rem;
  }
  .mobile-top h1.text-padding {
    padding: 0 5px;
  } 
  .text-padding {
    padding: 0 20px;
  } 

  .page-internal-link {
display: flex;
font-size: 1rem;
font-weight: bold;
text-decoration: underline;
}


}

@media only screen and (max-width: 360px) {
	.header-container {
		padding: 5px;
	}
  header .logo {
		font-size: 90%;
	}
	header .button.cta {
    font-size: 0.70rem;
	}
}

@media only screen and (max-width: 320px) {
  header .logo {
		font-size: 87%;
	}
	header .button.cta {
    font-size: 0.68rem;
	}
  .main-content .button.cta {
    font-size: 1.3rem;
  }
}