@charset "utf-8";
/* CSS Document */

/*****************   Grassroots   *****************/


/***************************************************
    STRUCTURE
***************************************************/
.rc-anchor .rc-anchor-light .rc-anchor-normal {
    border: 1px solid #525252 !important;
}

.rc-anchor-light {
    background: #222! important;
    color: #fff !important;
}
.rc-anchor-light .rc-anchor-logo-text {
    color: #f5f5f5 !important;
}
.rc-anchor-light .rc-anchor-pt a:link, .rc-anchor-light .rc-anchor-pt a:visited {
    color: #f5f5f5 !important;
}

/***************************************************
    PAGE WRAP
***************************************************/
/*.page-wrap {
	min-height: 700px;
}
.page-wrap > div > .DnnModule {
	padding-right: calc(450px + 3rem);
}
.page-wrap > div > .DnnModule-1744 {
	padding-right: 0;
}
*/

/***************************************************
    BANNER
***************************************************/
.page-banner .content-wrap {
	padding: 2rem 0;
	max-width: 1400px;
}
.page-banner .banner-copy {
	max-width:700px;
	margin: 0 auto;
}
/*h1.page-title {
	margin-top:5rem;
}*/

/***************************************************
    SIGN UP FORM
***************************************************/
.signup-form {
	display: block;
	max-width: 450px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	margin: 0 auto;
	border-radius: 4px;
	transition:all 0.6s ease-out;
	/*max-width: 650px;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(to bottom, rgba(53,94,147,1) 20%,rgba(37,66,103,1) 100%);
	position: absolute;
	top: -6rem;
	right: 0;
	z-index: 10;*/
}
.signup-form-inner {
	padding: 2rem;
}
.signup-form h3 {
	color: #fff;
}
.signup-form h3 .leadin {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	display: block;
	margin: 0 auto 9px;
}
.signup-form p {
	max-width: 450px;
	margin: 0 auto 30px;
}
.signup-form p.disclaimer {
	display: none;
	max-width: 100%;
	font-size: 17px;
	color: #242424;
}

.signup-form .df_form.df_Default .control {
	background: transparent !important;
}

.df_form.df_Default {
}
.df_form.df_Default .control {
	padding: 0 0 15px 0;
	clear: both;
}

/*.df_form.df_Default {
	display: flex;
	flex-wrap: wrap;
}
.df_form.df_Default .control {
	padding: 0 10px 15px 0;
	clear: none;
}
.df_form.df_Default #df_field_name {
	width: 50%;
}
.df_form.df_Default #df_field_email {
	width: 50%;
}
.df_form.df_Default #df_field_zipcode {
	width: 50%;
}
.df_form.df_Default #df_field_affiliation {
	width: 50%;
}*/
.df_form.df_Default .g-recaptcha {
	width: 100%;
}
.df_form.df_Default .g-recaptcha > div {
	margin: 0 auto;
}


	.df_form.df_Default .submit {
	margin-top:27px;
	padding: 0;
}
.df_form.df_Default label {
	text-transform: uppercase;
	color: #ebebeb;
	font-size: 17px;
	margin-bottom: .5rem;
	font-weight: 400;
	letter-spacing: .1em;
}
.df_form.df_Default .field {
	position: relative;
	float: none;
	padding: 0;
	margin: 0 0 1rem;
}
.df_form.df_Default .field * {
	width: 100%;
}
.df_form.df_Default .field input,
.df_form.df_Default .field select {
	margin: -1px 0px 0px 0px;
	font-family: Lato;
	padding: 12px 15px;
	border-radius: 4px;
}
.df_form.df_Default .field select {
	padding: 11px 15px;
}
.df_form.df_Default .submit {
	text-align: center !important;
}

.df_form.df_Default .val_summary {
	display: none;
}
.df_form.df_Default .val {
	color: yellow !important;
	text-align: right;
	position: absolute;
	top: -27px;
	right: 0;
	font-size: 15px;
	margin-bottom: .5rem;
	font-weight: 400;
	letter-spacing: .1em;
}

.submit a {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	padding: .8em 2.2em;
	/*padding: 10px 2.2em;*/
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: none;
	white-space: normal;
	background-color: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid #fff;
}
.submit a:hover {
	background-color: rgba(255,255,255,1);
    color: #333;
    border: 2px solid #fff;
	text-decoration: none !important;
}
a.privacy {
    font-size: 15px;
    color: #adadad;
    text-transform: uppercase;
    margin-top: 1rem;
    display: inline-block;
}


/***************************************************
	CONTENT AREA
***************************************************/
.why {
	padding: 0;
	background: #fff;
	/*background: radial-gradient(at 95% 10%, #1d1d1d, transparent 90%) no-repeat 0 35% padding-box, linear-gradient(-10deg, #1e1e1e 0%, #2f2f2f 49.95%, #292929 50%, #252525 100%);
	color: #fff;*/
}
.why h2,
.why h3 {
	text-align: center;
	/*color: #fff;*/
}
.why h3 {
	font-size: 1.6rem;
}
.why .info-each {
	display: block;
	max-width: 350px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}
.why .info-each p {
	font-size: 17px;
}
/*.why .info-each .icon {
	display: block;
	backgorund: red;
	width: 250px;
	height: 250px;
	background: #ebebeb;
	margin: 0 auto 2rem;
	border-radius: 300px;
}
.why .info-each .image-wrap {
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 2rem;
}*/
.why .info-each .image-wrap img {
	max-width: 150px;
	margin-bottom: 1rem;
	/*display: inline;
	margin: 0 auto;
	margin-left: -25%; 
	height: 100%;
	width: auto;
	max-width: none;*/
}


/***************************************************
	TOOLKIT
***************************************************/
.toolkit {
    background: rgb(37,66,103);
	background: -moz-linear-gradient(top, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 100%);
	background: -webkit-linear-gradient(top, rgba(37,66,103,1) 0%,rgba(53,94,147,1) 100%);
	background: linear-gradient(to bottom, rgba(37,66,103,1) 0%,rgba(53,94,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254267', endColorstr='#355e93',GradientType=0 );
	box-shadow: 0 50px 100px -60px #15263b inset;
    padding: 4rem 0 0;
	color: #fff;
}
.toolkit h2,
.toolkit p {
	color: #fff;
}
.toolkit ul {
	margin-left: 3rem;
}
.toolkit-copy {
    margin-top: -10px;
}
/*.toolkit img {
	margin-top: 5rem;
}*/	

/***************************************************
	MAP
***************************************************/
.map-wrap {
    background: radial-gradient(at 95% 10%, #1d1d1d, transparent 90%) no-repeat 0 35% padding-box, linear-gradient(-10deg, #1e1e1e 0%, #2f2f2f 49.95%, #292929 50%, #252525 100%);
    color: #fff;
    padding: 4rem 0;
}
.map-wrap h2,
.map-wrap p {
	color: #fff;
	text-align: center;
}


/***************************************************
	RESPONSIVE
***************************************************/
/* XLG */
@media only screen and (max-width: 1400px) {
	
}
/* LG */
@media only screen and (max-width: 1200px) {
	
}
/* MD */
@media only screen and (max-width: 991px) {
	
}
/* SM */
@media only screen and (max-width: 768px) {
	
.banner-copy p {
    margin: 0 auto 30px;
    
    max-width: 85%;
}
	.why .info-each .image-wrap img {
 max-width: 90px;
}
.why h3 {
    font-size: 2rem;
}
.why .info-each p {
    font-size: 20px!important;
    margin: 5px!important;
    max-width: 300px;
    margin: 0 auto!important;
    line-height: 1.5em;
}

.why .info-each .image-wrap img {
    max-width: 130px;
}
.why .info-each {
 padding: 0;
}
.why {
 padding: 3rem 0 ;

}

	

.toolkit-copy {
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
}
.btn-default-ghost, .btn-default-ghost:visited {
    			
    display: block;
    max-width: 60%;
    margin: 0 auto;
}
.toolkit img {
    max-width: 600px;
    margin-top: 80px;
}
}
/* XS */
@media only screen and (max-width: 576px) {

	/*.champion h2 {
    font-size: 1.5em;
    margin: 0;
}*/

	.why h3 {
    font-size: 28px;
}
	.why .info-each p {
    font-size: 17px!important;
    margin: 5px!important;
    max-width: 300px;
    margin: 0 auto!important;
}
	.btn-wrap {
    text-align: center;
    margin: 2rem auto 3rem;
}
	.df_form.df_Default .g-recaptcha {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
	.rc-anchor-normal .rc-anchor-content {		
    width: 180px!important;
}
	.rc-anchor-normal .rc-anchor-pt {
    
    right: 25px!important;
    
}
	.why h3 {
    font-size: 1.8rem;
}
	.why .info-each {
    
    padding: 0 15px;
    
}
.rc-anchor-logo-portrait {
    margin: 10px 30px 0 6px;
    
}	
	.rc-anchor-normal .rc-anchor-pt {
  
    right: 20px;
    
}

.toolkit {
    
    padding: 4rem 30px 0;
   
}

.btn-default-ghost, .btn-default-ghost:visited {
   
    display: block;
    margin-bottom: 20px;
}
.why {
    padding: 3rem 0 0;
}

/*FORM WARNING*/
.df_form.df_Default .val {
    color: yellow !important;
    text-align: left;
    position: absolute;
    top: 45px;
    font-size: 13.7px;
    letter-spacing: 0;
}
}
	
/***************************************************
    IE SPECIFIC
***************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
