/* @override
	https://justin.www.guildquality.com/css/build/home.css?58
*/
body {
  background-color: #fff;
  text-align: center;
  padding: 0 !important;
  font-size: 24px;
}
body * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* @group New Home */
/* @group Variables */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
}
p,
h2,
h3,
h4,
p em {
  color: #004579;
}
h1,
h2 {
  font-size: 72px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}
h3 {
  font-size: 42px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
}
p {
  font-weight: 300;
  line-height: 1.25em;
}
blockquote {
  font-size: 36px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: white;
}
/* @end */
.content {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .content {
    padding: 0 20px;
  }
}
.member .content {
  max-width: none;
  margin: 0 auto;
}
.content * {
  box-sizing: border-box;
}
.hero-bg {
  background: url(/img/home/happy-home.jpg) center -48px no-repeat;
  background-size: 1550px;
  opacity: 0.34;
  width: 100%;
  height: 720px;
  position: absolute;
}
.hero-fade {
  padding-bottom: 4em;
}
.hero .content {
  position: relative;
}
.hero h1 {
  font-size: 72px;
  max-width: 900px;
  margin-top: 36vh;
  margin-bottom: 96px;
  display: inline-block;
  color: #004579;
}
.hero h1.more-text {
  font-size: 72px;
  max-width: 980px;
}
@media (max-width: 1200px), (max-height: 800px) {
  .hero h1 {
    font-size: 58px;
    max-width: 720px;
    margin-bottom: 38px;
  }
  .hero-bg {
    background-size: 1200px;
    height: 640px;
  }
  .hero-fade {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
    padding-bottom: 4em;
    position: relative;
  }
}
@media (max-width: 980px), (min-height: 800px) {
  .hero h1 {
    margin-top: 28vh;
  }
}
@media (max-height: 800px) {
  .hero h1 {
    margin-top: 20vh;
  }
  .hero-bg {
    height: 500px;
  }
}
.hero p {
  color: #434957;
  max-width: 760px;
  margin: 0 auto;
  font-weight: 400;
}
.why {
  background: #003c69;
  background: linear-gradient(to bottom, #00508d 0%, #002848 100%);
  padding-bottom: 5em;
}
.why-top {
  display: block;
  height: 360px;
  left: 0;
  bottom: 0;
  background: #fff;
  background: linear-gradient(to bottom, #fff 12.9%, #daefff 100%);
}
.why .content {
  margin-top: -360px;
}
.why p {
  color: #fff;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 400;
}
.why h3 {
  margin-bottom: 1em;
}
.why img {
  max-width: 840px;
  margin-bottom: 42px;
  width: 100%;
}
.testimonial {
  height: 292px;
  margin-top: 96px;
}
.testimonial blockquote,
.testimonial cite,
.testimonial p {
  color: white;
  position: relative;
  z-index: 9;
}
.testimonial blockquote {
  margin-bottom: 1em;
  line-height: 1em;
}
.testimonial blockquote:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 350px;
  height: 350px;
  left: 50%;
  margin-top: -100px;
  margin-left: -175px;
  content: " ";
  background: #007ede;
  border-radius: 100%;
}
@media (max-width: 980px) {
  .testimonial {
    height: 312px;
    margin-top: 80px;
  }
  .testimonial blockquote {
    margin-top: 90px;
  }
  .testimonial blockquote:before {
    margin-top: -90px;
  }
}
.testimonial p {
  font-weight: 600;
  margin-bottom: 0.25em;
}
.testimonial cite {
  font-size: 14px;
  color: #B6DEFB;
  width: 220px;
  display: inline-block;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: 0.25em;
  font-weight: 500;
}
.who {
  padding: 4em 0 5em;
  background: linear-gradient(to top, #fff 30.5%, #daefff 100%);
}
.who h3 {
  margin-bottom: 1.5em;
}
.who .for {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5em;
}
.who .activate p {
  max-width: 440px;
  margin: 0 auto;
  font-weight: 400;
}
@media (max-width: 980px) {
  .who .for {
    margin-bottom: 4em;
  }
}
.who .column,
.latest .column {
  margin: 0 1%;
  background: white;
  box-shadow: 0 0 22px rgba(0, 8, 27, 0.17);
  position: relative;
  display: inline-block !important;
  cursor: pointer;
  transition: all 0.2s;
}
.who .column:hover,
.latest .column:hover {
  box-shadow: 0 0 32px rgba(0, 22, 55, 0.3);
}
.who .column .card-content,
.latest .column .card-content {
  padding: 0 1em;
}
.who .column {
  width: 31%;
  min-height: 460px;
}
.who .column .button-secondary {
  position: absolute;
  left: 25%;
  bottom: 1.5em;
  width: 50%;
}
.who .column:hover .button-secondary {
  background: #006bbd;
  border-color: #006bbd;
}
@media (max-width: 980px) {
  .who .column .button-secondary {
    position: static;
    left: inherit;
    bottom: inherit;
    width: auto;
    display: inline-block !important;
  }
}
.who .column img {
  margin-bottom: 1em;
}
.who .column h4 {
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #004478;
}
.who .column p {
  font-size: 16px;
  color: #8a93a7;
  font-weight: 400;
}
.who .button-primary {
  margin-top: 1.25em !important;
}
.latest {
  padding: 4em 0 5.25em;
  background: linear-gradient(to top, #fff 54.1%, #e9eef1 100%);
}
@media (max-width: 980px) {
  .latest {
    padding-bottom: 3em;
  }
}
.latest h3 {
  margin-bottom: 1.5em;
}
.latest .features {
  display: flex;
  justify-content: center;
}
.latest .column {
  width: 23%;
  min-height: 400px;
}
.latest .column .button {
  position: absolute;
  bottom: 1.5em;
  left: 25%;
  width: 50%;
}
.latest .column:hover .button-tertiary {
  color: #007ddd;
}
.latest .column img {
  margin-bottom: 1em;
}
.latest .column h4 {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.latest .column p {
  font-size: 16px;
  color: #8a93a7;
  font-weight: 400;
}
.latest .column p em {
  color: #8a93a7;
}
@media (max-width: 980px) {
  .hero .content,
  .why .content,
  .who .content,
  .latest .content {
    max-width: 640px;
  }
  .who .for,
  .latest .features {
    display: block !important;
    margin: 0 auto;
  }
  .who .column,
  .latest .column {
    width: 100% !important;
    margin-bottom: 2em;
    padding: 0;
  }
  .latest .column {
    margin: 0 0 2em;
    background: white;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.13);
    position: relative;
  }
  .who .column img,
  .latest .column img {
    width: 100%;
  }
  .who .column .card-content,
  .latest .column .card-content {
    padding: 0 1em;
  }
  .who .column .button,
  .latest .column .button {
    position: static;
    display: inline-block;
    bottom: inherit;
    left: inherit;
    width: auto;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .hero-bg {
    background-size: cover;
    opacity: 0.2;
    width: 100%;
    height: 400px;
    background-position: center top;
  }
  .hero-fade {
    height: auto;
    padding-bottom: 40px;
  }
  .hero h1 {
    margin-top: 112px;
    font-size: 36px;
  }
  .hero h1.more-text {
    font-size: 36px;
  }
  .hero p,
  .content p {
    font-size: 18px;
    font-weight: 400;
  }
  .button {
    font-size: 18px;
  }
  .content h3 {
    font-size: 28px;
  }
  .why-top {
    height: 260px;
  }
  .why .content {
    margin-top: -220px;
  }
  .testimonial {
    height: 264px;
  }
  .testimonial blockquote:before {
    width: 300px;
    height: 300px;
    margin-left: -150px;
  }
  .testimonial blockquote {
    font-size: 28px;
  }
  .why,
  .latest {
    padding-bottom: 3em;
  }
  .who {
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .latest {
    padding-top: 2em;
    padding-bottom: 0;
  }
}
/* @end */
/* @group Old Home */
/* We need to  keep these around for now, at least for the member-version, and possible other unknown dependants. */
.container-fluid.homepage {
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
}
.container-fluid.homepage section {
  margin: 0;
}
.container-fluid.homepage section.secondary {
  padding: 60px 20px 70px;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
.container-fluid.homepage section.secondary p {
  font-weight: 300;
  max-width: 980px;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 1.2em;
}
.big-title.white {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.member .big-title.white {
  font-size: 48px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.big-serif.white {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1em;
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  max-width: 980px;
  margin: 4px 0 0 0;
  padding: 0;
}
.member .big-serif.white {
  margin: 0 auto 28px;
  font-size: 32px;
  margin-top: 14px;
}
.hero .cta-button-wrapper .btn-warning {
  margin-top: 36px;
}
.homepage div.cta-button-wrapper-sub {
  padding: 2.4em 0 4em;
}
@media (max-width: 980px) {
  .container-fluid.homepage section.secondary p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .big-title.white {
    font-size: 28px;
    line-height: 28px;
  }
  .big-serif.white {
    font-size: 18px;
    line-height: 1.1em;
    margin-top: 3px;
  }
}
@media (max-width: 768px) {
  .container-fluid.homepage section.secondary p {
    max-width: 980px;
    margin: 0 auto 24px;
    font-size: 20px;
  }
  .big-title.white {
    font-size: 36px;
    line-height: 34px;
  }
  .big-serif.white {
    max-width: 980px;
    margin-top: 4px;
    padding: 0;
    font-size: 20px;
  }
  .homepage .btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homepage div.cta-button-wrapper-sub {
    padding: 3em 0;
  }
}
@media (max-width: 420px) {
  .container-fluid.homepage section.secondary p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .big-title.white {
    font-size: 28px;
    line-height: 28px;
  }
  .big-serif.white {
    font-size: 18px;
    line-height: 1.1em;
  }
}
.homepage div.cta-button-wrapper-sub.transparent {
  background: none !important;
  border-bottom: none !important;
}
.homepage .homepage-answers div.cta-button-wrapper-sub {
  padding-bottom: 6em;
  border-bottom: none;
}
@media (max-width: 768px) {
  .homepage .homepage-answers div.cta-button-wrapper-sub {
    padding-bottom: 1em;
  }
}
.homepage .hero div.cta-button-wrapper-sub {
  padding: 0;
  background: transparent;
  border: none;
}
.homepage div.cta-button-wrapper-sub div.cta-sub-text {
  font-size: 18px;
  padding-top: 1.2em;
  padding-left: 16px;
  padding-right: 16px;
}
.cta-wrapper {
  text-align: center;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.cta-wrapper-img {
  text-align: left;
  background: url(/img/home/home-bg-v2.1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  display: table;
  width: 100%;
  padding: 60px 0;
  height: calc(100vh - 452px);
  min-height: 300px;
}
.member .cta-wrapper-img {
  text-align: center;
  padding: 60px 0 !important;
  height: inherit;
}
.cta-wrapper-img .hero-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cta-wrapper-img .hero-content {
  padding: 0 60px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.cta-wrapper-img .hero-title {
  width: 30%;
  position: absolute;
}
.member .cta-wrapper-img .hero-title {
  width: 100%;
  position: relative;
}
.cta-wrapper-img .hero-img {
  float: left;
  width: 60%;
  margin-left: 40%;
}
@media (max-width: 980px) {
  .cta-wrapper-img {
    display: block;
    height: 100%;
    min-height: 260px;
  }
  .cta-wrapper-img .hero-title {
    width: 36%;
  }
  .cta-wrapper-img .hero-img {
    width: 50%;
    margin-left: 50%;
  }
}
@media (max-width: 768px) {
  .cta-wrapper-img {
    height: 100%;
  }
  .cta-wrapper-img .hero-center {
    display: block;
    width: 100%;
  }
  .cta-wrapper-img .hero-content {
    position: relative;
    text-align: center;
  }
  .cta-wrapper-img .hero-title {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .cta-wrapper-img .hero-img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .cta-wrapper-img .hero-content {
    padding: 0 20px;
  }
  .cta-wrapper-img {
    padding: 40px 0;
  }
  .container-fluid.homepage section.secondary {
    padding: 40px 20px;
  }
}
.content-gray {
  background-color: #fff;
}
.content-top {
  padding: 4.4em 6em 2.8em;
}
.content-top.first-home-section {
  padding: 3em 6em 3em;
}
@media (max-width: 980px) {
  .content-top {
    padding: 4.4em 2em 3.8em !important;
  }
  .content-top.first-home-section {
    padding: 4em 5em 4em !important;
  }
}
.homepage h2.mid-title {
  font-size: 2em;
  font-weight: 600;
  color: #004576;
}
.homepage .homepage-answers h2.mid-title {
  font-size: 1.8em;
  line-height: 1em;
  padding: 0 2em;
  margin-bottom: 0.2em;
  margin-top: 40px;
}
.homepage .hero h1.mid-title {
  margin-bottom: 0.6em;
}
.homepage h2.mid-title span {
  font-size: 1em;
  font-weight: 600;
  color: #004576;
}
.member .big-serif.white {
  font-size: 1em;
}
.homepage span.mid-title-serif {
  font-size: 1em;
  font-weight: 300;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .homepage span.mid-title-serif {
    font-size: 1em;
  }
}
.homepage .homepage-answers span.mid-title-serif {
  font-size: 1.1em;
  margin: 0 2em 16px;
}
@media (max-width: 768px) {
  .content-top {
    padding: 2.4em 0 2.6em !important;
  }
  .content-top.first-home-section {
    padding: 2.4em 0 2.6em !important;
  }
  .member .big-title.white {
    font-size: 1.8em;
    line-height: 1em;
  }
  .homepage h2.mid-title {
    font-size: 1.2em;
    line-height: 1em;
  }
  .homepage .homepage-answers h2.mid-title {
    font-size: 1.8em;
    line-height: 1em;
    padding: 0 2em;
    margin-bottom: 0.2em;
  }
  .homepage .hero h1.mid-title {
    margin-bottom: 0.6em;
  }
  .homepage h2.mid-title span {
    font-size: 1em;
    font-weight: 600;
  }
  .homepage .homepage-answers span.mid-title-serif {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .homepage a.btn {
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
.attribution-link {
  visibility: hidden;
  display: inline-block;
  text-align: right;
  margin: 6px 20px 12px 0;
}
a.attribution-link {
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.69);
}
.attribution-target {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.38);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  cursor: help;
}
.cta-wrapper-img .attribution-wrapper {
  position: absolute;
  bottom: 1px;
  right: 18px;
}
@media (max-width: 768px) {
  .attribution-wrapper {
    display: none;
  }
}
.cta-button-wrapper a.btn.btn-default {
  text-decoration: none;
  margin-left: 8px;
  margin-right: 8px;
  color: #656665;
}
.cta-button-wrapper a.btn {
  text-decoration: none;
  font-size: 16px;
  padding: 12px 16px;
}
.homepage a.btn {
  min-width: 240px;
  margin-left: 4px;
  margin-right: 4px;
}
.homepage a.btn.sub-section-button {
  margin-top: 32px;
}
.content-img {
  margin-top: 1em;
  position: relative;
}
.content-img .attribution-wrapper {
  position: absolute;
  top: 4px;
  right: 14px;
}
@media (min-width: 1200px) {
  .content-img .attribution-wrapper {
    top: auto;
    bottom: 19%;
    right: 18px;
  }
}
div.cta-sub-section {
  width: 40%;
  display: inline-block;
}
@media (max-width: 768px) {
  div.cta-sub-section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0px;
  }
}
/* @end */
