@charset "utf-8";
@import url(//cloud.typography.com/7505072/780164/css/fonts.css);

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
    letter-spacing: -0.05em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

* {box-sizing: webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}


.row {
    max-width: 1020px;
}

.wrap {
    padding: 2.6rem 0;
}


body {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, Helvetica, sans-serif;
	font-size: 18px; font-size: 1.125rem;
    line-height: 1.25rem;
	color: #545454;
    letter-spacing: -0.05em;
}

a, a:hover, a:visited {
    color: #e67200;
}


h1, h2, h3 {
    font-weight: 300;
}

h1 {
    font-size: 42px; font-size: 2.625rem;
    line-height: 2.75rem;
    margin-bottom: 1.25rem;
    color: #e57200;
    
}


p {
    font-size: 18px; font-size:1.125rem;
    line-height:1.5rem;
    margin-bottom: 1.25rem;
}


.highlight {
    color: #e67200; 
}

.text-center {
    text-align: center;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}


header {
    margin: 2.5rem 0;
}

#intro p {
	line-height: 1.7rem;
}

.bullet  { 
    padding-top: 2.5rem;
    float:right;
}


.bullet li  {
    font-size: 15px; font-size: 0.9375rem; 
    display: inline;
    padding-right: 2.5rem;
    line-height: 16px;
}

.bullet li:before {
    content: '●';
    display: inline-block;
    position: relative;
    font-size: 10px;
    color: #e67200;
    padding-right: 4px;
    top: -2px;
}

.bullet li:last-child {
    padding-right: 0;
}




#main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eefeff+0,cbebff+100 */
    background: #edf8ff; /* Old browsers */
    background: url(../img/clouds.png) center bottom no-repeat, -moz-linear-gradient(top, #edf8ff 0%,#cbebff 100%); /* FF3.6-15 */
    background: url(../img/clouds.png) center bottom no-repeat, -webkit-linear-gradient(top, #edf8ff 0%,#cbebff 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../img/clouds.png) center bottom no-repeat, linear-gradient(to bottom, #edf8ff 0%,#cbebff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8ff', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */
    
}


.tick {
    margin: 1.25rem 0 3.75rem;
}

.tick li {
    display: block;
    font-size: 22px; font-size: 1.375rem;
    line-height: 1.8rem;
    margin-bottom: 0.9rem;
    margin-left: 2.5rem;
    position: relative;  
}

.tick li:before {
    content: '';
    height: 16px;
    width: 21px;
    background: url(../img/tick.png) center left no-repeat;
    position: absolute;
    left: -2.5rem;
    top: 0.25rem;
    
}

#quote {
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);  
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); 
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin-bottom: 1.4rem;
}

#quote h3 {
    background-color: #2c2b30;
    color: #fff;
    padding: 1.25rem 0.9375rem;
    font-size: 21px; font-size: 1.313rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    font-weight: 400;
}

.registerNowBtn {
		background: #e67200;
		width: 100%;
		height: 69px;
		border-radius: 5px;
		float: left;
		display: block;
		margin-bottom: 20px;
}

.registerNowBtn img {
	display: block;
	margin: auto;
	border-radius: 5px;
}

#money-age-award {
  margin: 30px 0 30px 0;
  background: #fff;
  border-radius: 3px;
	padding: 10px 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  float: left;
	width: 100%;
}

#money-age-award img {
	margin: auto;
	margin-bottom: 10px;
	display: block;
}

#money-age-award h5 {
	margin-bottom: 5px;
	font-size: 14px;
}

#money-age-award p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
}

@media screen and (max-width: 768px) {
  #money-age-award p {
    font-size: 14px;
    line-height: 1em;
  }
}
@media screen and (max-width: 640px) {
  #money-age-award p {
    font-size: 16px;
    line-height: 1.5em;
  }
}

form {
    padding: 0.9375rem;;
}

.contentHeightFixer {
	width: 100%;
	height: 90px;
}

#formstep2 {
    display: none;
}

legend, .formsection label, .formsection #toSpan {
    font-size: 14px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.formsection.multisection {
    float: left;
    width: 50%;
    clear: none;
}

/* new validation styles */
.formsection { 
    position: relative; 
    width: 100%;
    overflow:hidden; 
}

.formsection label.error { 
    position: absolute; 
    bottom: 5px;
    right: 0;
    background-color: #EF7206; 
    color: #FFFFFF; 
    font-size: 10px; 
    padding: 5px 6px; 
    border-radius: 3px; 
    line-height: 10px; 
}

#curS, #curB   {
    width: 42.5%;
}

#toSpan {
    display: inline-block;
    float: left;
    width: 15%;
    text-align: center;
    line-height: 32px;
    padding: 0px 5px;
}

#curA {
    display: none;
}

.formsection select, .formsection input[type="text"] {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px; font-size: 0.9375rem;
    margin-bottom: 15px !important;
    padding: 6px;
    color: #2c2b30;
    
    
}

.formsection select  {
    background: #e9e9e9;
    background: url('../img/select-arrow.png') no-repeat right center, -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: url('../img/select-arrow.png') no-repeat right center, -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: url('../img/select-arrow.png') no-repeat right center, linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
    
    
}

.formsection input[type="text"] {
    box-shadow: none;
    height:36px;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%) ;
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
}



.formsection.phonefields {
    overflow: visible;
}

#phonefield {
    width: 80%;
    float:right;
  
    
}

#phone_int {
    width: 20%;
    float:left;
    background: #e9e9e9;
    background: url('../img/plus.png') no-repeat top left, -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: url('../img/plus.png') no-repeat top left, -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: url('../img/plus.png') no-repeat top left, linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%) ;
    padding-left: 15px; 
}

#formComments {
    display: none;
}

.country-pick {
	display: none;
    position: absolute;
    top:65px;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
	box-sizing: border-box;
    border-radius: 3px;
    z-index: 500;
    width: 100%;
}

.country-pick .arrow  {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: 20px;
    transform: rotate(45deg);
    background-color: #f2f2f2;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}


.country-pick ul {
	margin: 0px;
	padding: 5px 5px 10px 10px;
}

.country-pick ul li {
	display: block;
	float: left;
	width: 33%;
	box-sizing: border-box;
    text-align: left;
    padding: 5px 5px 0px 0px; 
}

.country-pick a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 2px 5px;
	color: #444;
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
}

.country-pick a:hover {
	text-decoration: none;
	border-color: #aaa;
    
}

.country-pick a img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}


a.btn, form button {
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, Helvetica, sans-serif;
    font-size: 16px; font-size: 1rem;
    display: inline-block;
    border: 0px;
    background-color: #e5720a;
    color: #FFFFFF;
    box-shadow: 0 5px #a75500;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    transition: all 0.1s ease-in-out;
    text-rendering: auto;
    line-height: 18px;
    margin-bottom: 5px;
}

a.btn.joinCD {
	width: 100%;
	margin-bottom: 1.4rem;
}

.phone {
	background-color: #e77100;
	height: 100%;
	width: 100%;
	border-radius: 3px;
	margin: 0 0 15px 0;
}

.phone img {
	display: block;
	margin: auto;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background-color: #e5720a; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #e5720a; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	color: #FFFFFF; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #e5720a; }

a.btn:hover, form button:hover {
	box-shadow: 0 2px #a75500;
	transform: translateY(3px);
    background-color: #e5720a;
	text-decoration: none;
}

a.btn:focus, form button:focus {
    background-color: #e5720a;
}

form button {
    width: 100%;
}


#reviews h2 {
    font-size: 36px; font-size: 2.25rem;
    line-height: 2.375rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3.5rem;
}

#review blockquote {
    color:  #545454;
    font-size: 24px; font-size: 1.5rem;
    line-height: 1.625rem;
    margin-bottom: 0.9375rem;
     
}

#review img {
    display: inline-block;
    
}

#review .reviewer {
    font-size: 14px; font-size: 0.875rem;
    line-height: 1rem;
    margin: 0 0 1.25rem 0.9375rem;
    display: inline-block;
    color: #000;    
}

#review .date {
    font-size: 12px; font-size: 0.75rem;
    line-height: 0.875rem;
    color:#adadad;
    margin-bottom: 0.625rem;
}

#review .comment {
    font-size: 16px; font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 3rem;
}

#reviews .btn {
    font-size: 1.25rem;
}

#copyright p, #policy-links p {
    color: #fff;
    font-size: 12px; font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 0;
}

#copyright p {
    width: 80%;
}

#copyright {
    background-color:#2c2b30;
    padding: 2.5rem 0;
    max-height: 130px;
}

#copy-text:before {
    content: '';
    height: 90px;
    width: 70px;
    position: relative;
    display:block;
    float:right;
    background: url("../img/footer-1996.png") no-repeat top left;
    top: -20px;
}

#policy-links  {
    background-color:#000;
    padding: 1.5rem 0;
}

/* cloned version of form in modal */

.remodal-close {
	z-index: 12;
}

.cloneoverlay {
	box-sizing: border-box;
	padding: 40px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
}

.cloneoverlay h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

#cloneformhere {
	z-index: 10;
	text-align: left;
}

#cloneformhere #quote {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

#cloneformhere #quote h3 {
	text-align: center;
}

@media screen and (max-width: 1200px) {
	
	html {
		font-size: 15px;
	}
    
	
}


@media screen and (max-width: 960px) {
    
     html {
        font-size: 14px
    }
    
   
    
    .bullet li {
        padding-right: 0.5rem;
    }
    
}


@media screen and (max-width: 768px) {
    
    .bullet {
        padding-top:0.5rem;
    }
    
}


@media screen and (max-width: 768px) and  (min-width: 640px)  {
    
    .country-pick ul li {
        text-align: center;
    }
    
    .country-pick a {
        display: block;
        
    }
    
    .country-pick a img {
        display: block;
        margin: auto;
        padding-bottom: 2px;
    }
    
    
}


@media screen and (max-width: 640px) {
    
    .bullet {
        float:none;
        padding-top:1rem;
    }
    
    .bullet li {
        display: block;
    }
    
    
    #copy-text:before {
        content:none;
    }
    
    #copyright p {
        width: 100%;
    }
	
	#copyright {
		max-height: 230px;
	}
}


@media screen and (max-width: 420px) {

     .country-pick ul li {
        text-align: center;
    }
    
    .country-pick a {
        display: block;
        
    }
    
    .country-pick a img {
        display: block;
        margin: auto;
        padding-bottom: 2px;
    }
	
}