/*load gotham fonts*/

@import url('/_styles/hco_fonts/hco_fonts.css');

* {
  font-family: 'HCo Gotham', arial, sans-serif !important;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-weight: 100;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
}

.greenBg {
  background-color: #52b245;
  height: 70px;
  max-height: 70px;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.greenBg img {
	transition: all 0.5s ease;
	}

.greenBg .logIn {
	position: absolute;
	right: 25px;
	color: #FFFFFF;
	margin-top: 5px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.5s ease;
	}
	
.greenBg .logIn:hover {
	color: #FFFFFF;
	text-decoration: underline;
	transition: all 0.5s ease;
	}

.peopleTop {
  display: inline-flex;
  height: 75vh;
  min-height: 400px;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF url('/savemoney/background.jpg') no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

.peopleTop .peopleCopy {
  display: inline-flex;
  flex-direction: column;
  width: 48%;
  justify-content: center;
}

.peopleTop .peopleGraphic {
  display: inline-flex;
  width: 48%;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}

.peopleTop .peopleGraphic img {
  display: block;
  max-height: 80%;
  width: auto;
  max-width: 90%;
  height: auto;
  margin: 0px auto;
  align-self: bottom;
  flex-shrink: 0;
  position: absolute;
  bottom: 0px;
}

h1 {
  font-size: 3.4vw;
  font-weight: 100;
  height: auto;
  margin-left: 100px;
  line-height: 1.3em;
  box-sizing: border-box;
}

.peopleTop a.button {
  margin: 25px 0px 0px 100px;
  width: 150px;
  text-align: center;
}

a.button {
  padding: 0.75rem 1.375rem 0.875rem;
  border-radius: 0.1875rem;
  background-color: #6f5a95;
  border: solid 0.0625rem #563d82;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.5s ease;
}

a.button:hover,
a.button:focus {
  background-color: #563d82;
}

a.button:active {
  background-color: #563d82;
  box-shadow: inset 0 0.1875rem 0.5rem 0 rgba(37, 25, 62, 0.36);
}

.stateBlock {
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 100px;
  text-align: center;
}

.stateBlock .dynamic-content {
  border-bottom: 2px solid #9a8bb5;
}

.dynamic-content {
  display: none;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0px auto;
  height: 100%;
  flex-direction: column;
}

.dynamic-content h2 {
  font-size: 45px;
  color: #000000;
  font-weight: 100;
}

.stateBlock h2 sup {
  font-size: 20px;
  top: -5px;
  position: relative;
}

.forBoxThree {
  margin-top: 10px;
  display: none;
}

.forBoxThree.show {
  display: block;
}

.right {
  width: 100%;
  text-align: right;
  display: inline-block;
}

.show {
  display: inline-flex;
}

.moreNote {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 100px;
  display: inline-block;
}

.moreNote a {
  color: #000000;
}

.moreNote .dynamic-content {
  text-align: left;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  border-bottom: 0px;
  font-size: 13px;
}

.copyBlock {
  display: inline-block;
  width: 80%;
  padding: 25px 10vw;
  font-size: 30px;
  text-align: center;
  border-bottom: 0px;
}

.copyBlock p {
  margin: 0px;
}

.copyBlock sup,
.moreNote #footnote sup {
  font-size: 13px;
}

.Columns {
  display: inline-block;
  width: 80%;
  padding: 25px 10vw;
}

.Columns ul {
  display: inline-flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.Columns ul li {
  width: 48%;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-height: 300px;
  display: inline-flex;
}

.Columns ul li h3 {
  font-weight: 400;
}

.Columns ul li img {
  width: auto;
  max-height: 150px;
  align-self: center;
}

.Columns ul li:last-child img {
  padding-bottom: 5px;
}

.Columns ul li a,
.Columns ul li div a {
  align-self: center;
}

.Columns ul li .buttonLine {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.LPfooter {
  min-height: 100px;
  height: auto;
  background-color: #262626;
  vertical-align: top;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

.LPfooter ul {
  list-style: none;
  display: inline-block;
  text-align: right;
  position: relative;
  width: 100%;
  padding: 0px;
}

.LPfooter ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.LPfooter ul li a {
  color: #FFFFFF;
  font-weight: 100;
  text-decoration: none;
  border-bottom: 1px solid #262626;
  transition: border 0.20s ease-in-out;
  -moz-transition: border 0.20s ease-in-out;
  -webkit-transition: border 0.20s ease-in-out;
  -o-transition: border 0.20s ease-in-out;
}

.LPfooter ul li a:hover {
  border-bottom: 1px solid #FFFFFF;
  transition: border 0.20s ease-in-out;
  -moz-transition: border 0.20s ease-in-out;
  -webkit-transition: border 0.20s ease-in-out;
  -o-transition: border 0.20s ease-in-out;
}

.LPfooter .footerLogo {
  position: absolute;
  margin: 5px 0px 0px 0px;
  display: block;
}

.LPfooter .disclosure {
  color: #FFFFFF;
  font-size: 10px;
  width: 100%;
}

.LPfooter .disclosure .dynamic-content {
  text-align: left;
}



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

  .peopleTop .peopleGraphic img {
    position: relative;
  }

  .LPfooter .footerLogo {
    position: relative;
    margin: 0px auto;
  }

  .LPfooter ul {
    display: block;
    text-align: center;
    padding: 25px 0px 0px 0px;
  }

  .LPfooter .disclosure .dynamic-content {
    text-align: center;
  }
}


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

	.greenBg img {
		transition: all 0.5s ease;
		margin-top: 5px;
		max-width: 150px;
		}

	.greenBg .logIn {
		margin-top: 8px;
		font-size: 12px;
		}

  .peopleTop {
    display: inline-block;
    text-align: center;
    position: relative;
    height: auto;
  }

  .peopleTop .peopleCopy {
    display: block;
    width: 100%;
  }

  .peopleTop .peopleGraphic {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 25px;
    bottom: -5px;
  }

  h1 {
    font-size: 28px;
    text-align: center;
    margin-left: 0px;
    padding: 25px;
  }

  .peopleTop a.button {
    margin: 0px;
  }

  .stateBlock {
    padding: 25px 25px;
  }

  .dynamic-content h2 {
    font-size: 40px;
  }

  .copyBlock {
    font-size: 25px;
  }

  .Columns ul {
    display: inline-block;
  }

  .Columns ul li {
    width: 100%;
    display: block;
  }

  .Columns ul li:first-child {
    margin-bottom: 75px;
  }

  .Columns ul li .buttonLine {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .moreNote {
    padding: 25px 25px;
  }

  .LPfooter ul li {
    display: block;
  }
}


@media screen and (min-height: 750px) and (max-width: 850px) {

  .peopleTop {
    display: inline-block;
    text-align: center;
    position: relative;
    height: auto;
  }

  .peopleTop .peopleCopy {
    display: block;
    width: 100%;
  }

  .peopleTop .peopleGraphic {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 25px;
    bottom: -5px;
  }

  .peopleTop .peopleGraphic img {
    max-height: 40vh;
  }

  h1 {
    font-size: 28px;
    text-align: center;
    margin-left: 0px;
    padding: 25px;
    width: 100%;
  }

  .peopleTop a.button {
    margin: 0px;
  }
}


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

  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow: hidden;
  }
}