@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a{
	color: #FFCF47;
	text-decoration: none;
}

.text-center{text-align:center !important;}

/* VIDEO */
.video-container {
    overflow: hidden;
    position: relative;
    width:90%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* Begin Header */
.primary_header {
	width: 100%;
	background-color: #0D283D;
	padding-top: 10px;
	padding-bottom: 200px;
	clear: left;
	background-image: url("../images/top-section-bg-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-container{
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left; 
	width: 25%; 
	box-sizing: border-box;
	}
.nav-container{
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 45%; 
	box-sizing: border-box;
	}
.cta-top-container{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 30%;
	text-align: end;
	box-sizing: border-box;
	}
.cta-image{
	float: right; 
	margin-left: 30px;
}
.cta-text-call{
	margin-top: 20px; 
	line-height: 80%;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	text-decoration: none;
	overflow: hidden;
}
.cta-text-hours{
	color: #FFFFFF;
	line-height: 60%;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
.logo{
	width: 100%;
  	height: auto;
	max-width: 320px;
}
.logo-mobile{
	width: 100%;
  	height: auto;
	display: none;
	}
.top-nav {
	margin-right: 30px; 
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.top-nav:hover {
	color: #ffffff;
}
.header-column-left{
	float: left; 
	width: 55%; 
	padding-right: 60px; 
	padding-left: 120px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-column-right{
	float: left; 
	width: 45%; 
	padding-right: 120px; 
	padding-left: 60px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-form-container{
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #F1F1F1; 
	border-radius: 20px;
}
.header-moto{
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	text-decoration: none;
}
.header-main-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	text-decoration: none;
}
.header-info-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.header-badges{
	width: 100%;
  	height: auto;
	max-width: 705px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.header-benefits-row{
	width: 100%; 
	margin-left: -50px;
}
.header-benefits-container{
	float: left; 
	width: 33%; 
	text-align: center;
}
.header-benefits-title{
	color: #FFCF47;
	text-align:left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.header-benefits-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

/* The end of the header */

/* Comparison Table */
/* DIRTY Responsive pricing table CSS */

/* 
- make mobile switch sticky
*/
* {
  box-sizing:border-box;
  padding:0;
  margin:0;
   outline: 0;
   
}

article {
  width:100%;
  margin:0 auto;
  height:auto;
  position:relative;
}

button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
li.active button {
  background:#F5F5F5;
  color:#000;
}
table { border-collapse:collapse; table-layout:auto; width:100%;font-family: proxima-nova!important; }
th { background:#F5F5F5; displays:none; }
td, th {
  height:53px
}
td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
td,th {
  text-align:left;
}
td+td, th+th {
  text-align:center;
  
}
td.default {
  display:table-cell;
}
.bg-yellow {
  border-top:3px solid #FFCF47;
  background-color:#ffedbb;
}
.tableyellow{background-color:#ffedbb;}
.bg-blue {
  border-top:3px solid #0097CF;
}
.sep {
  background:#F5F5F5;
  font-weight:bold;
}
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:-2px; }
.tick { font-size:18px; color:#2CA01C; }
.cross{ font-size:18px; color:#ff3333; }
.hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {

  td,th {
    display:table-cell !important;
  }
  td,th {
    width: 330px;
  
  }
  td+td, th+th {
    width: auto;
  }
}

/* Begin White Section */
.container-white {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url("../images/GoldFall.png");
	background-repeat: no-repeat;
	background-size:auto;
	background-position: right -75px; 
}
.highlights-container{
	width: 100%; 
	padding-right: 15%; 
	padding-left: 15%; 
	box-sizing: border-box;
	margin-top: -100px;
	z-index: 5;
	margin-bottom: 80px;
}
.highlights-box-light-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #153C59;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 30px; 
	box-sizing: border-box;
}
.highlights-box-blue{
	float: left; 
	width: 33%; 
	text-align: center;
	background-color: #11324B;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 30px; 
	box-sizing: border-box;
	border-left: 6px solid #FFCF47;
	border-right: 6px solid #FFCF47;
}
.highlights-box-dark-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #0D283D;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 30px; 
	box-sizing: border-box;
}
.highlights-title{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.highlights-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.section-category-line{
	float: left; 
	width:14%;
	padding-top: 4px;
}
.category-divider{
	border-top: 1px solid #0D283D;
}
.section-category-text{
	float: left; 
	width:80%;
	padding-left: 15px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.white-section-content{
	width: 100%; 
	padding-right: 15%; 
	padding-left: 15%; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.white-row{
	width: 100%; 
	padding-right: 40%; 
	box-sizing: border-box;
}
.white-column-left{
	float: left; 
	width: 68%; 
	padding-right: 2%; 
	box-sizing: border-box;
}
.white-column-right{
	float: left; 
	width: 30%; 
	box-sizing: border-box;
}
.title-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none;
}
.text-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.nuggets{
	list-style-image:url("../images/nugget.png"); 
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	line-height: 2.2;
}
.image-content{
	width: 100%;
  	height: auto;
	max-width: 838px;
}

.button-cta {
	width: auto;
	display: inline-block;
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #FFCF47;
    padding: 10px 10px;
    border-radius: .25rem;
	margin: 5px 0px; 
}
/* White Section End */

/* Begin Gold Providers Section */

.gold-providers-container {
	width: 100%;
	align-content: center;
	background-color: #276593;
	padding-top: 30px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 50px;
	background-image: url("../images/gold-providers-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center; 
	box-sizing: border-box;
}
.title-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none; 
	padding-right: 15%; 
	padding-left: 15%; 
}
.sub-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none; 
	padding-right: 25%; 
	padding-left: 25%; 
	display: block;
}

.compare-container{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
}
/* Gold Providers Section End */

/* Begin Steps Section */

.container-white-steps {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 15%; 
	padding-left: 15%;
	box-sizing: border-box;
	}
.step-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 40px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	border: solid 1px #E5E5E5;
	box-sizing: border-box;
}
.step-title{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.step-sub{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
/* Steps Section End */

/* Begin Investing Section */
.container-investing {
	width: 100%;
	background-color: #EDF0F2;
	padding-top: 60px;
	padding-bottom: 50px;
	}
.investing-section-content{
	width: 100%; 
	padding-top: 40px;
	padding-right: 0%; 
	padding-left: 15%; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.investing-column-left{
	float: left; 
	width: 55%; 
	padding-right: 3%; 
	box-sizing: border-box;
}
.investing-column-right{
	position: relative;
	float: left; 
	width: 43%; 
	box-sizing: border-box;
}
.note-row{
	z-index: 5;
	position: absolute;
  	top: 25px;
  	left: -25px;
}
.note {
	width: 390px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 15px; 
	background-color: #FFFFFF; 
	border-radius: 7px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	display: flex;
   align-items:center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.invest-img{
	width: 100%;
  	height: auto;
	max-width: 320px;
}

/* Investing Section End */

/* Begin Reviews Section */

.container-white-reviews {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 13%; 
	padding-left: 13%;
	box-sizing: border-box;
	}
.reviews-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px; 
	padding-right: 0px; 
	padding-bottom: 40px; 
	padding-left: 10px; 
	box-sizing: border-box;
}
.reviews-quote{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.reviews-signature{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

/* Reviews Section End */

/* Begin Footer Section */

.footer-container{
	background-color: #0D283D;
	box-sizing: border-box;
	width: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom:30px;
}
.footer-column-left{
	width: 33%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-center{
	width: 33%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-right{
	width: 33%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:end;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
}
.footer-links{
	text-align:center;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
}
/* Footer Section End */

/* FORM */
.formcontainer{
background-color: #F1F1F1;
padding: 20px;
border-radius: 30px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
font-family: proxima-nova!important;
}

.formheader{text-align: center;color: #0D283D;}
.formheader h4{font-size: 36px;font-weight: 300;line-height: 1em;margin-bottom:20px;}
.formheader h5{font-size: 24px;font-weight: 300;line-height: 1.2em;margin-bottom:20px;}

form input, form select{white-space: normal;background-color: #fff;border: 1px solid #DDDDDD;border-radius: 5px;font-size: 24px;color: #153C59;line-height: 1.6em;padding: 10px;margin-bottom: 8px;}
.input-md{width: 95%;}
form select{width: 99%;}
form input #subscribe-0{width: 20px !important;}
form .submitbtn{background-color: #FFCF47;width: 80%;margin-left: auto;margin-right: auto;cursor:pointer;}
form .submitbtn:hover{background-color: #0D283D;color:#fff !important;}
.submt-btn-cn{text-align: center;margin-top: 20px;}

.formprivacy{text-align: center;font-size: 10px;}
.desktop-hidden{visibility:hidden;display:none;}

@media only screen and (max-width: 768px) {
	.mobile-show{visibility: visible;display:inline;}
	.mobile-hidden{visibility:hidden;display:none;}
	.formheader h4{font-size:1.8em;}
	.formheader h5{font-size:1.3em;margin:20px 0;}
	.video-container {
    width:100% !important;
}
.primary_header {
	width: 100%;
	background-color: #0D283D;
	padding-top: 10px;
	padding-bottom: 150px;
	background-image: url("../images/top-section-bg-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	box-sizing: border-box;
}
.logo-container{
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 100%; 
	box-sizing: border-box;
	}
.nav-container{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%; 
	border-top: 1px solid #FFCF47;
	border-bottom: 1px solid #FFCF47;
	align-content: center;
	}
.cta-top-container{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.cta-image{
	float: left;
	margin-bottom: 30px;
	display: none;
}
.cta-text-call{
	margin-top: 10px; 
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	overflow: hidden;
}
.cta-text-hours{
	color: #FFFFFF;
	line-height: 60%;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}
.logo{
	width: 90%;
  	height: auto;
	max-width: 320px;
	display: none;
}
.logo-mobile{
	width: 100%;
  	height: auto;
	display: block;
}
.top-nav {
	margin-right: 30px;
	margin-left: 30px;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.top-nav:hover {
	color: #ffffff;
}
.header-column-left{
	width: 100%; 
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-column-right{
	width: 100%; 
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-form-container{
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #F1F1F1; 
	border-radius: 20px;
	box-sizing: border-box;
}
.header-moto{
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.header-main-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style:normal;
	font-weight:700;
	font-size: 30px;
	text-decoration: none;
	line-height: 1.1;
}
.header-info-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
.header-badges{
	width: 100%;
  	height: auto;
	max-width: 705px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.header-benefits-row{
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	box-sizing: border-box;
	margin-left: 0px;
}
.header-benefits-container{
	width: 100%;
	text-align: left;
}
.header-benefits-title{
	color: #FFCF47;
	text-align:left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.header-benefits-sub{
	text-align:left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}

/* The end of the header */

/* Begin White Section */
.container-white {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 50px;
}
.highlights-container{
	width: 100%; 
	padding-right: 30px; 
	padding-left: 30px; 
	box-sizing: border-box;
	margin-top: -100px;
	z-index: 5;
	margin-bottom: 80px;
}
.highlights-box-light-blue{
	text-align: center;
	width: 100%; 
	background-color: #153C59;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 40px; 
	box-sizing: border-box;
	border-bottom: 6px solid #FFCF47;
}
.highlights-box-blue{
	width: 100%; 
	text-align: center;
	background-color: #11324B;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 40px; 
	box-sizing: border-box;
	border-right: 0px;
	border-left: 0px;
}
.highlights-box-dark-blue{
	text-align: center;
	width: 100%; 
	background-color: #0D283D;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 40px; 
	box-sizing: border-box;
	border-top: 6px solid #FFCF47;
}
.highlights-title{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.highlights-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
.section-category-line{
	float: left; 
	width:10%;
	padding-top: 0px;
}
.category-divider{
	border-top: 1px solid #0D283D;
}
.section-category-text{
	float: left; 
	width:80%;
	padding-left: 15px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
}
.white-section-content{
	width: 100%; 
	padding-right: 20px; 
	padding-left: 20px; 
	box-sizing: border-box;
	margin-bottom: 30px;
}
.white-row{
	width: 100%; 
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.white-column-left{
	padding-right: 20px; 
	padding-left: 20px; 
	width: 100%;
	box-sizing: border-box;
}
.white-column-right{
	width: 100%;
	padding-right: 15px; 
	padding-left: 15px; 
	box-sizing: border-box;
}
.title-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.text-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
.nuggetlist{margin:20px 0;list-style:none;}

.nuggets{
	list-style-image:url("../images/nugget.png"); 
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.7;
	margin-left:20px;
}
.image-content{
	width: 100%;
  	height: auto;
	max-width: 838px;
}

.button-cta {
	width: auto;
	display: inline-block;
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #FFCF47;
    padding: 15px 20px;
    border-radius: .25rem;
	margin: 5px 0px; 
}
/* White Section End */

/* Begin Gold Providers Section */

.gold-providers-container {
	width: 100%;
	align-content: center;
	background-color: #276593;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	background-image: url("../images/gold-providers-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center; 
	box-sizing: border-box;
}
.title-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	padding-right: 0; 
	padding-left: 0; 

}
.sub-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none; 
	display: block;
	padding-right: 0; 
	padding-left: 0; 
}

.compare-container{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	box-sizing: border-box;
}
/* Gold Providers Section End */

/* Begin Steps Section */

.container-white-steps {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 30px; 
	padding-left: 30px;
	box-sizing: border-box;
	}
.step-container{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 40px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	border: solid 1px #E5E5E5;
	box-sizing: border-box;
}
.step-title{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.step-sub{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
/* Steps Section End */

/* Begin Investing Section */
.container-investing {
	width: 100%;
	background-color: #EDF0F2;
	padding-top: 50px;
	padding-bottom: 50px;
	}
.investing-section-content{
	width: 100%; 
	padding-top: 10px;
	padding-right: 20px; 
	padding-left: 20px; 
	box-sizing: border-box;
	margin-bottom: 0px;
}
.investing-column-left{
	width: 100%; 
	padding-right: 20px; 
	padding-left: 20px; 
	box-sizing: border-box;
}
.investing-column-right{
	position: relative;
	padding-right: 0px; 
	padding-left: 0px;
	padding-top:50px; 
	width: 100%; 
	box-sizing: border-box;
}
.note-row{
	z-index: 5;
	position: absolute;
  	top: 5px;
  	left: 5px;
}
.note {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	background-color: #FFFFFF; 
	border-radius: 7px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	display: flex;
   align-items:center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.invest-img{
	width: 100%;
  	height: auto;
	max-width: 320px;
}

/* Investing Section End */

/* Begin Reviews Section */

.container-white-reviews {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 20px; 
	padding-left: 20px;
	box-sizing: border-box;
}
.reviews-container{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	box-sizing: border-box;
}
.reviews-quote{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
.reviews-signature{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
}

/* Reviews Section End */

/* Begin Footer Section */

.footer-container{
	background-color: #0D283D;
	box-sizing: border-box;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:20px;
}
.footer-column-left{
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer-column-center{
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-right{
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
	padding-bottom: 30px;
}
.footer-links{
	text-align:center;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
}
/* Footer Section End */

}

@media (max-width: 320px) {
	.note {
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	background-color: #FFFFFF; 
	border-radius: 7px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
	display: flex;
   align-items:center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
}

@media (min-width: 769px) and (max-width: 1024px) {
/* Begin Header */
.primary_header {
	width: 100%;
	background-color: #0D283D;
	padding-top: 10px;
	padding-bottom: 200px;
	clear: left;
	background-image: url("../images/top-section-bg-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-container{
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left; 
	width: 20%; 
	box-sizing: border-box;
	}
.nav-container{
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 35%; 
	box-sizing: border-box;
	}
.cta-top-container{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 45%;
	text-align: end;
	box-sizing: border-box;
	}
.cta-image{
	float: right; 
	margin-left: 15px;
	margin-right: -15px;
	width: 60px;
}
.cta-text-call{
	margin-top: 20px; 
	line-height: 80%;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	overflow: hidden;
}
.cta-text-hours{
	color: #FFFFFF;
	line-height: 60%;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
.logo{
	width: 100%;
  	height: auto;
	max-width: 320px;
}
.logo-mobile{
	width: 100%;
  	height: auto;
	display: none;
	}
.top-nav {
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
}
.top-nav:hover {
	color: #ffffff;
}
.header-column-left{
	float: left; 
	width: 55%; 
	padding-right: 15px; 
	padding-left: 60px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-column-right{
	float: left; 
	width: 45%; 
	padding-right: 60px; 
	padding-left: 30px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-form-container{
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #F1F1F1; 
	border-radius: 20px;
}
.header-moto{
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
}
.header-main-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	text-decoration: none;
	line-height: 1.2;
}
.header-info-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.header-badges{
	width: 100%;
  	height: auto;
	max-width: 705px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.header-benefits-row{
	width: 100%; 
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.header-benefits-container{
	float: left; 
	width: 33%;
	padding-right: 20px;
	text-align: center;
	box-sizing: border-box;
}
.header-benefits-title{
	color: #FFCF47;
	text-align:left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.5;
}
.header-benefits-sub{
	text-align:left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

/* The end of the header */

/* Begin White Section */
.container-white {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url("../images/GoldFall.png");
	background-repeat: no-repeat;
	background-size:auto;
	background-position: right -75px; 
}
.highlights-container{
	width: 100%; 
	padding-right: 60px; 
	padding-left: 60px; 
	box-sizing: border-box;
	margin-top: -100px;
	z-index: 5;
	margin-bottom: 80px;
}
.highlights-box-light-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #153C59;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 50px; 
	box-sizing: border-box;
}
.highlights-box-blue{
	float: left; 
	width: 33%; 
	text-align: center;
	background-color: #11324B;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 50px; 
	box-sizing: border-box;
	border-left: 6px solid #FFCF47;
	border-right: 6px solid #FFCF47;
}
.highlights-box-dark-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #0D283D;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 50px; 
	box-sizing: border-box;
}
.highlights-title{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.highlights-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.4;
}
.section-category-line{
	float: left; 
	width:60px;
	padding-top: 4px;
}
.category-divider{
	border-top: 1px solid #0D283D;
}
.section-category-text{
	float: left; 
	width:80%;
	padding-left: 15px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.white-section-content{
	width: 100%; 
	padding-right: 60px; 
	padding-left: 60px; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.white-row{
	width: 100%; 
	padding-right: 40%; 
	box-sizing: border-box;
}
.white-column-left{
	float: left; 
	width: 58%; 
	padding-right: 2%; 
	box-sizing: border-box;
}
.white-column-right{
	float: left; 
	width: 40%;
	margin-top: -20px;
	box-sizing: border-box;
}
.title-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none;
	line-height: 1.4;
}
.text-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.nuggets{
	list-style-image:url("../images/nugget.png"); 
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.4;
}
.image-content{
	width: 100%;
  	height: auto;
	max-width: 838px;
}

.button-cta {
	width: auto;
	display: inline-block;
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #FFCF47;
    padding: 10px 15px;
    border-radius: .25rem;
	margin: 5px 0px; 
}
/* White Section End */

/* Begin Gold Providers Section */

.gold-providers-container {
	width: 100%;
	align-content: center;
	background-color: #276593;
	padding-top: 30px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 50px;
	background-image: url("../images/gold-providers-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center; 
	box-sizing: border-box;
}
.title-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none; 
	padding-right: 15%; 
	padding-left: 15%; 
}
.sub-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none; 
	padding-right: 25%; 
	padding-left: 25%; 
	display: block;
}

.compare-container{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
}
/* Gold Providers Section End */

/* Begin Steps Section */

.container-white-steps {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 50px; 
	padding-left: 50px;
	box-sizing: border-box;
	}
.step-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 40px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	border: solid 1px #E5E5E5;
	box-sizing: border-box;
}
.step-title{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.step-sub{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
/* Steps Section End */

/* Begin Investing Section */
.container-investing {
	width: 100%;
	background-color: #EDF0F2;
	padding-top: 60px;
	padding-bottom: 50px;
	}
.investing-section-content{
	width: 100%; 
	padding-top: 20px;
	padding-right: 0%; 
	padding-left: 60px; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.investing-column-left{
	float: left; 
	width: 55%; 
	padding-right: 60px; 
	box-sizing: border-box;
}
.investing-column-right{
	position: relative;
	float: left; 
	width: 43%; 
	box-sizing: border-box;
}
.note-row{
	z-index: 5;
	position: absolute;
  	top: 25px;
  	left: -25px;
}
.note {
	width: 390px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 15px; 
	background-color: #FFFFFF; 
	border-radius: 7px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	display: flex;
   align-items:center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.invest-img{
	width: 100%;
  	height: auto;
	max-width: 320px;
}

/* Investing Section End */

/* Begin Reviews Section */

.container-white-reviews {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 40px; 
	padding-left: 40px;
	box-sizing: border-box;
	}
.reviews-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px; 
	padding-right: 0px; 
	padding-bottom: 40px; 
	padding-left: 10px; 
	box-sizing: border-box;
}
.reviews-quote{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.reviews-signature{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

/* Reviews Section End */

/* Begin Footer Section */

.footer-container{
	background-color: #0D283D;
	box-sizing: border-box;
	width: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom:30px;
}
.footer-column-left{
	width: 28%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-center{
	width: 43%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-right{
	width: 28%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:end;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
}
.footer-links{
	text-align:center;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
}
/* Footer Section End */
}
@media (min-width: 1025px) and (max-width: 1920px) {
/* Begin Header */
.primary_header {
	width: 100%;
	background-color: #0D283D;
	padding-top: 10px;
	padding-bottom: 200px;
	clear: left;
	background-image: url("../images/top-section-bg-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-container{
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left; 
	width: 30%; 
	box-sizing: border-box;
	}
.nav-container{
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 25%; 
	box-sizing: border-box;
	}
.cta-top-container{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 45%;
	text-align: end;
	box-sizing: border-box;
	}
.cta-image{
	float: right; 
	margin-left: 15px;
	margin-right: -15px;
	width: 80px;
}
.cta-text-call{
	margin-top: 20px; 
	line-height: 80%;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	overflow: hidden;
}
.cta-text-hours{
	color: #FFFFFF;
	line-height: 60%;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
.logo{
	width: 100%;
  	height: auto;
	max-width: 320px;
}
.logo-mobile{
	width: 100%;
  	height: auto;
	display: none;
	}
.top-nav {
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.top-nav:hover {
	color: #ffffff;
}
.header-column-left{
	float: left; 
	width: 55%; 
	padding-right: 15px; 
	padding-left: 80px; 
	padding-top: 40px; 
	box-sizing: border-box;
}
.header-column-right{
	float: left; 
	width: 45%; 
	padding-right: 80px; 
	padding-left: 40px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-form-container{
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #F1F1F1; 
	border-radius: 20px;
}
.header-moto{
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	text-decoration: none;
}
.header-main-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	text-decoration: none;
	line-height: 1.2;
}
.header-info-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.header-badges{
	width: 100%;
  	height: auto;
	max-width: 705px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.header-benefits-row{
	width: 100%; 
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.header-benefits-container{
	float: left; 
	width: 33%;
	padding-right: 30px;
	text-align: center;
	box-sizing: border-box;
}
.header-benefits-title{
	color: #FFCF47;
	text-align:left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.5;
}
.header-benefits-sub{
	text-align:left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}

/* The end of the header */

/* Begin White Section */
.container-white {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url("../images/GoldFall.png");
	background-repeat: no-repeat;
	background-size:auto;
	background-position: right -75px; 
}
.highlights-container{
	width: 100%; 
	padding-right: 80px; 
	padding-left: 80px; 
	box-sizing: border-box;
	margin-top: -100px;
	z-index: 5;
	margin-bottom: 80px;
}
.highlights-box-light-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #153C59;
	padding-right: 40px; 
	padding-left: 40px; 
	padding-top: 50px; 
	padding-bottom: 60px; 
	box-sizing: border-box;
	min-height: 450px;
}
.highlights-box-blue{
	float: left; 
	width: 33%; 
	text-align: center;
	background-color: #11324B;
	padding-right: 40px; 
	padding-left: 40px; 
	padding-top: 50px; 
	padding-bottom: 60px;  
	box-sizing: border-box;
	border-left: 6px solid #FFCF47;
	border-right: 6px solid #FFCF47;
	min-height: 450px;
}
.highlights-box-dark-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #0D283D;
	padding-right: 40px; 
	padding-left: 40px; 
	padding-top: 50px; 
	padding-bottom: 60px; 
	box-sizing: border-box;
	min-height: 450px;
}
.highlights-title{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.highlights-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.4;
}
.section-category-line{
	float: left; 
	width:60px;
	padding-top: 4px;
}
.category-divider{
	border-top: 1px solid #0D283D;
}
.section-category-text{
	float: left; 
	width:80%;
	padding-left: 15px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.white-section-content{
	width: 100%; 
	padding-right: 80px; 
	padding-left: 80px; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.white-row{
	width: 100%; 
	padding-right: 40%; 
	box-sizing: border-box;
}
.white-column-left{
	float: left; 
	width: 58%; 
	padding-right: 2%; 
	box-sizing: border-box;
}
.white-column-right{
	float: left; 
	width: 40%;
	margin-top: -10px;
	box-sizing: border-box;
}
.title-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 48px;
	text-decoration: none;
	line-height: 1.4;
}
.text-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.nuggets{
	list-style-image:url("../images/nugget.png"); 
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.9;
}
.image-content{
	width: 100%;
  	height: auto;
	max-width: 838px;
}

.button-cta {
	width: auto;
	display: inline-block;
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #FFCF47;
    padding: 15px 20px;
    border-radius: .25rem;
	margin: 5px 0px; 
	cursor:pointer;
}

.button-cta:hover {
	color:#FFCF47;
	background-color:#153C59;
	}
/* White Section End */

/* Begin Gold Providers Section */

.gold-providers-container {
	width: 100%;
	align-content: center;
	background-color: #276593;
	padding-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 50px;
	background-image: url("../images/gold-providers-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center; 
	box-sizing: border-box;
}
.title-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 48px;
	text-decoration: none; 
	padding-right: 15%; 
	padding-left: 15%; 
}
.sub-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none; 
	padding-right: 15%; 
	padding-left: 15%; 
	display: block;
}

.compare-container{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
}
/* Gold Providers Section End */

/* Begin Steps Section */

.container-white-steps {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 50px; 
	padding-left: 50px;
	box-sizing: border-box;
	}
.step-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 40px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	border: solid 1px #E5E5E5;
	box-sizing: border-box;
}
.step-title{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.step-sub{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
/* Steps Section End */

/* Begin Investing Section */
.container-investing {
	width: 100%;
	background-color: #EDF0F2;
	padding-top: 60px;
	padding-bottom: 50px;
	}
.investing-section-content{
	width: 100%; 
	padding-top: 20px;
	padding-right: 0%; 
	padding-left: 80px; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.investing-column-left{
	float: left; 
	width: 55%; 
	padding-right: 60px; 
	box-sizing: border-box;
}
.investing-column-right{
	position: relative;
	float: left; 
	width: 43%; 
	box-sizing: border-box;
}
.note-row{
	z-index: 5;
	position: absolute;
  	top: 25px;
  	left: -25px;
}
.note {
	width: 390px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 15px; 
	background-color: #FFFFFF; 
	border-radius: 7px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	display: flex;
   align-items:center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.invest-img{
	width: 100%;
  	height: auto;
	max-width: 320px;
}

/* Investing Section End */

/* Begin Reviews Section */

.container-white-reviews {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 40px; 
	padding-left: 40px;
	box-sizing: border-box;
	}
.reviews-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px; 
	padding-right: 0px; 
	padding-bottom: 40px; 
	padding-left: 10px; 
	box-sizing: border-box;
}
.reviews-quote{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.reviews-signature{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

/* Reviews Section End */

/* Begin Footer Section */

.footer-container{
	background-color: #0D283D;
	box-sizing: border-box;
	width: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom:30px;
}
.footer-column-left{
	width: 28%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-center{
	width: 43%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-right{
	width: 28%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:end;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
}
.footer-links{
	text-align:center;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
}
/* Footer Section End */
}
@media (min-width: 1920px) {
/* Begin Header */
.primary_header {
	width: 100%;
	background-color: #0D283D;
	padding-top: 10px;
	padding-bottom: 200px;

	background-image: url("../images/top-section-bg-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-container{
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left; 
	width: 25%; 
	box-sizing: border-box;
	}
.nav-container{
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 45%; 
	box-sizing: border-box;
	}
.cta-top-container{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left; 
	width: 30%;
	text-align: end;
	box-sizing: border-box;
	}
.cta-image{
	float: right; 
	margin-left: 30px;
}
.cta-text-call{
	margin-top: 20px; 
	line-height: 80%;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	text-decoration: none;
	overflow: hidden;
}
.cta-text-hours{
	color: #FFFFFF;
	line-height: 60%;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
.logo{
	width: 100%;
  	height: auto;
	max-width: 320px;
}
.logo-mobile{
	width: 100%;
  	height: auto;
	display: none;
	}
.top-nav {
	margin-right: 30px; 
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.top-nav:hover {
	color: #ffffff;
}
.header-column-left{
	float: left; 
	width: 55%; 
	padding-right: 70px; 
	padding-left: 140px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-column-right{
	float: left; 
	width: 45%; 
	padding-right: 140px; 
	padding-left: 70px; 
	padding-top: 30px; 
	box-sizing: border-box;
}
.header-form-container{
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #F1F1F1; 
	border-radius: 20px;
}
.header-moto{
	color: #FFCF47;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	text-decoration: none;
}
.header-main-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	text-decoration: none;
}
.header-info-text{
	color: #FFFFFF;
	text-align: left;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.header-badges{
	width: 100%;
  	height: auto;
	max-width: 705px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.header-benefits-row{
	width: 100%; 
	margin-left: -50px;
}
.header-benefits-container{
	float: left; 
	width: 33%; 
	text-align: center;
}
.header-benefits-title{
	color: #FFCF47;
	text-align:center;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.header-benefits-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

/* The end of the header */

/* Begin White Section */
.container-white {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url("../images/GoldFall.png");
	background-repeat: no-repeat;
	background-size:auto;
	background-position: right -75px; 
}
.highlights-container{
	width: 100%; 
	padding-right: 15%; 
	padding-left: 15%; 
	box-sizing: border-box;
	margin-top: -100px;
	z-index: 5;
	margin-bottom: 80px;
}
.highlights-box-light-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #153C59;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 50px; 
	box-sizing: border-box;
	min-height: auto;
}
.highlights-box-blue{
	float: left; 
	width: 33%; 
	text-align: center;
	background-color: #11324B;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 50px; 
	box-sizing: border-box;
	border-left: 6px solid #FFCF47;
	border-right: 6px solid #FFCF47;
	min-height: auto;
}
.highlights-box-dark-blue{
	float: left; 
	text-align: center;
	width: 33%; 
	background-color: #0D283D;
	padding-right: 30px; 
	padding-left: 30px; 
	padding-top: 30px; 
	padding-bottom: 50px; 
	box-sizing: border-box;
	min-height: auto;
}
.highlights-title{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.highlights-sub{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.section-category-line{
	float: left; 
	width:14%;
	padding-top: 4px;
}
.category-divider{
	border-top: 1px solid #0D283D;
}
.section-category-text{
	float: left; 
	width:80%;
	padding-left: 15px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
.white-section-content{
	width: 100%; 
	padding-right: 15%; 
	padding-left: 15%; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.white-row{
	width: 100%; 
	padding-right: 40%; 
	box-sizing: border-box;
}
.white-column-left{
	float: left; 
	width: 68%; 
	padding-right: 2%; 
	box-sizing: border-box;
}
.white-column-right{
	float: left; 
	width: 30%; 
	box-sizing: border-box;
}
.title-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none;
}
.text-blue{
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.nuggets{
	list-style-image:url("../images/nugget.png"); 
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	line-height: 2.2;
}
.image-content{
	width: 100%;
  	height: auto;
	max-width: 838px;
}

.button-cta {
	width: auto;
	display: inline-block;
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #FFCF47;
    padding: 10px 10px;
    border-radius: .25rem;
	margin: 5px 0px; 
}
/* White Section End */

/* Begin Gold Providers Section */

.gold-providers-container {
	width: 100%;
	align-content: center;
	background-color: #276593;
	padding-top: 30px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 50px;
	background-image: url("../images/gold-providers-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center; 
	box-sizing: border-box;
}
.title-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 40px;
	text-decoration: none; 
	padding-right: 15%; 
	padding-left: 15%; 
}
.sub-white{
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none; 
	padding-right: 25%; 
	padding-left: 25%; 
	display: block;
}

.compare-container{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
}
/* Gold Providers Section End */

/* Begin Steps Section */

.container-white-steps {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 15%; 
	padding-left: 15%;
	box-sizing: border-box;
	}
.step-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 30px; 
	padding-right: 30px; 
	padding-bottom: 40px; 
	padding-left: 30px; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	border: solid 1px #E5E5E5;
	box-sizing: border-box;
}
.step-title{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.step-sub{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
/* Steps Section End */

/* Begin Investing Section */
.container-investing {
	width: 100%;
	background-color: #EDF0F2;
	padding-top: 60px;
	padding-bottom: 50px;
	}
.investing-section-content{
	width: 100%; 
	padding-top: 40px;
	padding-right: 0%; 
	padding-left: 15%; 
	box-sizing: border-box;
	margin-bottom: 50px;
}
.investing-column-left{
	float: left; 
	width: 55%; 
	padding-right: 3%; 
	box-sizing: border-box;
}
.investing-column-right{
	position: relative;
	float: left; 
	width: 43%; 
	box-sizing: border-box;
}
.note-row{
	z-index: 5;
	position: absolute;
  	top: 25px;
  	left: -25px;
}
.note {
	width: 390px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 15px; 
	background-color: #FFFFFF; 
	border-radius: 7px;
	text-align:left;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	display: flex;
   align-items:center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.invest-img{
	width: 100%;
  	height: auto;
	max-width: 320px;
}

/* Investing Section End */

/* Begin Reviews Section */

.container-white-reviews {
	width: 100%;
	align-content: center;
	text-align: center;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 13%; 
	padding-left: 13%;
	box-sizing: border-box;
	}
.reviews-container{
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px; 
	padding-right: 0px; 
	padding-bottom: 40px; 
	padding-left: 10px; 
	box-sizing: border-box;
}
.reviews-quote{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.reviews-signature{
	text-align:center;
	color: #153C59;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

/* Reviews Section End */

/* Begin Footer Section */

.footer-container{
	background-color: #0D283D;
	box-sizing: border-box;
	width: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom:30px;
}
.footer-column-left{
	width: 33%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-center{
	width: 33%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:center;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.footer-column-right{
	width: 33%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	text-align:end;
	color: #FFFFFF;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
}
.footer-links{
	text-align:center;
	color: #FFCF47;
	font-family: proxima-nova!important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
}
/* Footer Section End */
	
	
}
