.PrivacyPolicy_IMG {
    	margin-top: 0px ! important;
   	margin-bottom: 3px ! important;
    	margin-left: 0px ! important;
    	margin-right: 10px ! important;
}

::-webkit-input-placeholder {color: #333F56 !important; font-weight: 600;}
:-moz-placeholder { /* Firefox 18- */color: #333F56 !important; font-weight: 600;}
::-moz-placeholder {  /* Firefox 19+ */color: #333F56 !important; font-weight: 600;}
:-ms-input-placeholder { color: #333F56 !important; font-weight: 600;}



/*----------------------------------------------------- LANDING PAGE - AWEBER FORM ------------------------------------------*/

.LandingPage_FormCapture {
	background-color: rgba(0, 0, 0, 0.62);
	max-width: 800px;
	margin: 0px auto;
	padding: 25px;
  	text-align: center;
	color: #FFFFFF;
}

h2.FormCapture {
	color: #FDC633;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0px auto 25px;
	text-shadow: 2px 4px 3px rgba(0,0,0, 1);
	max-width: 85%;
}

.FormCapture_COPYRIGHT {
	color: #CCCCCC;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	margin: 10px auto 0px;
}



.LandingPage_AweberForm_BG {
	max-width: 600px;
	margin: 0px auto;
	border: 0px solid #CFCFCF;
}

.LandingPage_AweberForm {
	/* background-color: #FFFFFF; */
	text-align: center;
}

.LandingPage_AweberForm_InputField {
	width: 100%;
  	background-color: #FFFFFF !important;
	border: 3px solid #FFCD05;
    	color: #333F56;
  	font-size: 22px;
    	font-weight: 600;
    	text-align: center;
	padding: 15px !important;
  	margin-bottom: 15px;
}

.LandingPage_AweberForm_InputField:focus {
    	outline: none;
    	border: 3px solid #FFCD05;
}

input[type="image"] {
    	width: auto;
    	background-color: transparent !important;
    	border-radius: 5px !important;
    	border: 2px solid #9B4A00 !important;
    	box-shadow: none;
    	font-size: 18px;
    	font-weight: 300;
    	padding: 0px !important;
	width: 100%;
	max-width: 600px;
    	/* width: 350px; */
}


.LandingPage_AweberForm input[type="button"], 
.LandingPage_AweberForm input[type="submit"], 
.LandingPage_AweberForm .button {
	background-color: #e44a3c;
    	border: 2px solid #e44a3c;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 14px;
  	font-weight: 600;
  	padding: 8px 2px;
  	width: 90%;
	margin: 15px 0px 10px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.LandingPage_AweberForm button:hover,
.LandingPage_AweberForm rm input:hover[type="button"],
.LandingPage_AweberForm input:hover[type="reset"],
.LandingPage_AweberForm input:hover[type="submit"],
.LandingPage_AweberForm .button:hover,
.LandingPage_AweberForm .button:hover {
	/* background-color: #1e73be; */
	/* border: 2px solid #1e73be; */
	background-color: #e44a3c;
	border: 2px solid #ffffff;
	color: #FFFFFF !important;
}


/*----------------------------------------------------- AWEBER FORM ------------------------------------------*/

.AweberForm_BG {
	max-width: 400px;
	margin: 0px auto;
	border: 0px solid #CFCFCF;
	background-color: #CEDFF3;
}

.AweberForm_Header {
	padding: 15px;
	background-color: #25436D;
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
  	line-height: 1;
  	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0, 1);
}

.AweberForm_Header_TEXT {
	color: #ff0000;
	font-size: 26px;
	font-weight: 600;
  	line-height: 1;
  	text-align: center;
	margin: 0px auto 12px;
}

.AweberForm_TOP_LG {
	font-family: 'Titillium Web', sans-serif;
	color: #e44a3c;
	font-size: 22px;
	font-weight: 700;
  	line-height: 1;
  	text-align: center;
	margin: 0px auto 25px;
}


.AweberForm {
	/* background-color: #FFFFFF; */
	text-align: center;
	padding: 30px;
}


.AweberForm_InputField_Label {
  	color: #333;
  	font-size: 14px;
	font-weight: 500;
  	margin-bottom: 2px;
	margin-left: 2px;
	text-align: left;
	line-height: 1;
	/* max-width: 240px; */
}

.AweberForm_InputField_Label_required {
    	color: #e44a3c;
	font-weight: 800;
}

.AweberForm_InputField {
  	color: #444;
  	font-size: 14px;
  	background-color: #FFFFFF !important;
  	margin-bottom: 10px;
	width: 100%;
	line-height: 1;
	padding: 8px !important;
	/* max-width: 240px; */
}

select.AweberForm_InputField {
	padding: 16px;
	
}


.AweberForm input[type="button"], 
.AweberForm input[type="submit"], 
.AweberForm .button {
	background-color: #e44a3c;
    	border: 2px solid #e44a3c;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 14px;
  	font-weight: 600;
  	padding: 8px 2px;
  	width: 90%;
	margin: 15px 0px 10px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.AweberForm button:hover,
.AweberForm input:hover[type="button"],
.AweberForm input:hover[type="reset"],
.AweberForm input:hover[type="submit"],
.AweberForm .button:hover,
.AweberForm .button:hover {
	/* background-color: #1e73be; */
	/* border: 2px solid #1e73be; */
	background-color: #e44a3c;
	border: 2px solid #ffffff;
	color: #FFFFFF !important;
}


.AweberForm_Copyright {
	font-family: 'Arimo', sans-serif;
	color: #1B1B1B;
	font-size: 12px;
	line-height: 1.2;
    	text-align: center;
    	font-weight: 500;
    	padding: 15px 35px 30px;
}

.AweberForm_Copyright_LG {
	font-family: 'Arimo', sans-serif;
    	font-size: 12px;
    	line-height: 1.2;
    	font-weight: bold;
    	text-align: center;
    	margin-bottom: 4px;
}

.AweberForm_Copyright_SM {
    	font-family: 'Arimo', sans-serif;
    	font-size: 10px;
    	line-height: 1.2;
    	font-weight: 500;
    	text-align: center;
}

.AweberForm_FOOTER,
.AweberForm_FOOTER a {
	background-color: #25436D;
	color: #ffffff;
	font-size: 12px;
  	text-align: center;
	padding: 15px 0px; 
}

.AweberForm_FOOTER a:hover {
	color: #ffffff;
	font-size: 12px;
  	text-align: center;
	text-decoration: underline;
}




/*------------------------------------------- Contact Form #1 ---------------------------------------------*/


.ContactForm_box {
	/* background-color: rgba(88, 188, 228, 0.16); */
	/* background-color: #D7F3CE; */
	background-color: #EFEDF0;
	max-width: 400px;
	margin: 0px auto;
}

.ContactForm_Header {
  	/* background-color: #1e73be; */
    	/* background-color: rgba(88, 188, 228, 0.16);  */
	/* color: #1e73be; */
	color: #646575;
	font-size: 26px;
  	line-height: 1;
  	text-align: center;
  	font-weight: 600;
	padding: 25px 0px 5px;
	/* margin-bottom: 20px; */
}

.ContactForm {
	text-align: center;
	padding: 15px;
}

.ContactForm_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
  	margin: 5px;
	width: 97%;
	line-height: inherit;
	/* max-width: 240px; */
}

select.ContactForm_InputField {
	padding: 16px;
	
}


.ContactForm input[type="button"], 
.ContactForm input[type="submit"], 
.ContactForm .button {
  	/* background-color: #1D2651; */
  	/* border: 2px solid #1D2651; */
  	/* background-color: #646575; */
  	/* border: 2px solid #646575; */
	/* font-family: 'proximanova_bold'; */
	background-color: #7AB800;
    	border: 2px solid #7AB800;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 17px;
  	font-weight: 600;
  	padding: 14px 24px;
  	width: 98%;
	margin: 15px 5px 0px 5px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.ContactForm button:hover,
.ContactForm input:hover[type="button"],
.ContactForm input:hover[type="reset"],
.ContactForm input:hover[type="submit"],
.ContactForm .button:hover,
.ContactForm .button:hover {
	/* background-color: #737483; */
	/* border: 2px solid #737483; */
	/* color: #BCF594 !important; */
	background-color: #111244;
	border: 2px solid #111244;
	color: #FFFFFF !important;
}


.ContactForm_Copyright{
	font-family: 'Arimo', sans-serif;
    	font-size: 12px;
    	line-height: 1.2;
    	font-weight: 500;
    	padding: 15px 35px 30px;
    	text-align: center;
}


.ContactForm_Copyright_LG {
	font-family: 'Arimo', sans-serif;
    	font-size: 12px;
    	line-height: 1.2;
    	font-weight: bold;
    	text-align: center;
    	margin-bottom: 4px;
}

.ContactForm_Copyright_SM {
    	font-family: 'Arimo', sans-serif;
    	font-size: 10px;
    	line-height: 1.2;
    	font-weight: 500;
    	text-align: center;
}



/*------------------------------------------- Contact Form #2 ---------------------------------------------*/


.ContactForm2_box {
	/* background-color: #EFEDF0; */
	max-width: 600px;
	margin: 0px auto;
}

.ContactForm2_Header {
	font-size: 28px;
	line-height: 28px;
	color: #984a23;
	margin-bottom: 35px;
	text-align: left;
	font-weight: 600;
}


.ContactForm2 {
	text-align: center;
	padding: 15px;
}

.ContactForm2_InputField_Name {
  	color: #666666;
  	font-size: 14px;
	font-weight: 700;
  	margin: 0px;
	text-align: left;
}

.ContactForm2_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
  	margin: 0px 0px 15px;
	width: 100%;
	padding: 10px 10px;
	/* max-width: 240px; */
}


.ContactForm2 input[type="button"], 
.ContactForm2 input[type="submit"], 
.ContactForm2 .button {
  	/* background-color: #1D2651; */
  	/* border: 2px solid #1D2651; */
  	/* background-color: #646575; */
  	/* border: 2px solid #646575; */
	/* font-family: 'proximanova_bold'; */
	background-color: #7AB800;
    	border: 2px solid #7AB800;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 14px;
  	font-weight: 600;
  	padding: 12px 10px;
  	width: 75%;
	margin: 15px 5px 0px 5px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.ContactForm2 button:hover,
.ContactForm2 input:hover[type="button"],
.ContactForm2 input:hover[type="reset"],
.ContactForm2 input:hover[type="submit"],
.ContactForm2 .button:hover,
.ContactForm2 .button:hover {
	/* background-color: #737483; */
	/* border: 2px solid #737483; */
	/* color: #BCF594 !important; */
	background-color: #111244;
	border: 2px solid #111244;
	color: #FFFFFF !important;
}


.ContactForm2_Copyright{
	font-family: 'Arimo', sans-serif;
    	font-size: 12px;
    	line-height: 1.2;
    	font-weight: 500;
    	padding: 15px 35px 30px;
    	text-align: center;
}


.ContactForm2_Copyright_LG {
	font-family: 'Arimo', sans-serif;
    	font-size: 12px;
    	line-height: 1.2;
    	font-weight: bold;
    	text-align: center;
    	margin-bottom: 4px;
}

.ContactForm2_Copyright_SM {
    	font-family: 'Arimo', sans-serif;
    	font-size: 10px;
    	line-height: 1.2;
    	font-weight: 500;
    	text-align: center;
}


.PrivacyPolicy2_IMG {
    	margin-top: 0px ! important;
   	margin-bottom: 3px ! important;
    	margin-left: 0px ! important;
    	margin-right: 10px ! important;
}

/*------------------------------------------- SIDEBAR Contact Form ---------------------------------------------*/


.SIDEBAR_ContactForm_box {
	/* background-color: #6BD0E4; */
	background-color: #EFEDF0;
	padding: 15px;
	max-width: 400px;
    	/* box-shadow: 3px 3px rgba(70, 70, 70, 0.05); */
	/* max-width: 350px; */
}

.SIDEBAR_ContactForm_Header{
	font-size: 26px;
	color: #646575;
	margin: 10px 0px 20px;
	text-align: center;
	font-weight: 600;
	/* text-shadow: 0px 2px #00558C; */
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	line-height: 1;

}


.SIDEBAR_ContactForm {
	text-align: center;
}

.SIDEBAR_ContactForm_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
  	margin: 5px;
    	padding: 6px 10px;
    	line-height: normal;
	width: 98%;
	/* max-width: 240px; */
}


.SIDEBAR_ContactForm input[type="button"], 
.SIDEBAR_ContactForm input[type="submit"], 
.SIDEBAR_ContactForm .button {
  	background-color: #646575;
  	border: 2px solid #646575;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 15px;
  	font-weight: 600;
  	padding: 14px 24px;
	margin: 20px 5px 5px;
  	width: 98%;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.SIDEBAR_ContactForm button:hover,
.SIDEBAR_ContactForm input:hover[type="button"],
.SIDEBAR_ContactForm input:hover[type="reset"],
.SIDEBAR_ContactForm input:hover[type="submit"],
.SIDEBAR_ContactForm .button:hover,
.SIDEBAR_ContactForm .button:hover {
	background-color: #737483;
	border: 2px solid #737483;
	color: #A2C2F7 !important;
	/* color: #BCF594 !important; */
}


.SIDEBAR_ContactForm_Copyright{
	font-family: 'Lato', sans-serif;
	color: #757575;
	font-size: 12px;
	line-height: 15px;
  	font-weight: 500;
  	padding: 34px 10px 5px;
	text-align: center;
}



/*----------------------------------------------------- MQR FORM ------------------------------------------*/

.mqrForm_BG {
	/* background-color: #EFEDF0; */
	/* background-color: rgba(199, 187, 222, 0.7); */
	background-color: rgba(88, 188, 228, 0.16);
	max-width: 500px;
  	margin: 0px auto;
  	text-align: center;
}

.mqrForm {
	
}

.mqrForm_BODY {
  	/* background-color: #F9F8F8; */
  	/* padding: 20px; */
	padding-left: 20px;
  	padding-right: 20px;
	padding-top: 15px;
}

.mqrForm_BG_TOP {

}

.mqrForm_BG_MIDDLE {

}

.mqrForm_BG_BOTTOM {

}


.mqrForm_BG_TOP_Header {
	font-family: 'proximanova_bold';
	font-size: 28px;
  	line-height: 28px;
  	color: #003A84;
  	text-align: center;
  	font-weight: 600;
	padding: 25px 20px 10px 20px;
	/* margin-bottom: 20px; */
}

.mqrForm_BG_TOP_Header2 {
	font-family: 'proximanova_bold';
	color: #003A84;
  	font-size: 40px;
  	line-height: normal;
  	font-weight: 700;
  	padding: 15px 0px;
  	text-align: center;
	letter-spacing: -1px;
}

.mqrForm_BG_TOP_Header3 {
  	color: #FFFFFF;
  	font-size: 18px;
  	line-height: normal;
  	font-weight: 500;
  	padding: 0px 0px 15px 0px;
  	text-align: center;
	letter-spacing: 0;
}



.mqrForm_Headline {
	font-family: 'Droid Sans', sans-serif;
	color: #003A84;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 25px 15px 28px 15px;
	text-align: center;
}


.mqrForm_InputField_Hidden {
	display: none;
	clear: both;
}

.mqrForm_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
  	margin: 5px;
	width: 98%;
	padding: 13px;
	/* padding: 5px; */
	/* padding: 14px; */
	/* max-width: 240px; */
}


select#extCountry.mqrForm_InputField,
select#extTimeZone.mqrForm_InputField {
	/* padding: 14px !important; */
	/* padding: 5px !important; */
	padding: 13px !important;
}

.mqrForm input[type="button"], 
.mqrForm input[type="submit"], 
.mqrForm .button {
	font-family: 'proximanova_bold';
  	/* background-color: 1D2651; */
  	background-color: #2AB7E2;
	border: 2px solid #2AB7E2;
  	border-radius: 3px;
  	color: #FFFFFF;
  	cursor: pointer;
  	font-size: 17px;
  	font-weight: 600;
  	padding: 14px 24px;
  	width: 98%;
	margin: 15px 5px 0px 5px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.mqrForm button:hover,
.mqrForm input:hover[type="button"],
.mqrForm input:hover[type="reset"],
.mqrForm input:hover[type="submit"],
.mqrForm .button:hover,
.mqrForm .button:hover {
  	/* background-color: 1D2651; */
  	background-color: #1e73be;
	border: 2px solid #1e73be;
}



.mqrForm input[type="checkbox"] {
  	width: auto;
  	margin-right: 2px;
}


.mqrForm input[type="image"] {
  	background: none ! important;
  	border: 0px;
  	cursor: pointer;
  	width: 225px;
  	margin-top: 15px;
  	box-shadow: none;
  	margin-bottom: 0px;
}

.mqrForm_Copyright {
	/* font-family: 'Droid Serif', serif; */
	font-family: 'Lato', sans-serif;
	/* color: #ffffff; */
	font-size: 10px;
	line-height: 12px;
  	font-weight: 500;
	text-align: center;
	padding: 20px 15px 20px 15px;
	/* margin-top: 15px; */
}

.mqrForm_Copyright_LG {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
  	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.mqrForm_Copyright_SM {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	line-height: 12px;
  	font-weight: 500;
	text-align: center;
}


.mqrForm_Copyright_Business {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	line-height: 12px;
  	font-weight: 500;
	text-align: center;
	padding: 30px 0px 0px 0px;
}


.mqrForm_LINKs {
  	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
  	font-size: 14px;
  	line-height: 14px;
  	font-weight: 800;
  	font-style: normal;
  	text-decoration: none;
  	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.mqrForm_LINKs a {
	color: #FFFFFF;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

.mqrForm_LINKs a:hover {
	color: #000033;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}


.Copyright_LINKs {
  	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
  	font-size: 14px;
  	line-height: 14px;
  	font-weight: 500;
  	font-style: normal;
  	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	text-decoration: none;
}

.Copyright_LINKs a {
	color: #FFFFFF;
	text-decoration: none;
}

.Copyright_LINKs a:hover {
	color: #F2F0F1;
	text-decoration: underline;
}



.mqrForm2 button, 
.mqrForm2 input[type="button"], 
.mqrForm2 input[type="reset"], 
.mqrForm2 input[type="submit"] {
	background-color: #E3AD28;
  	border: none;
  	border-radius: 3px;
  	color: #18191B;
  	cursor: pointer;
  	font-size: 16px;
  	font-weight: 700;
  	padding: 5px 10px;
  	width: 65%;
  	margin-top: 15px;
	border: 2px solid #E3AD28;
}


.mqrForm2 button:hover, 
.mqrForm2 input[type="button"]:hover, 
.mqrForm2 input[type="reset"]:hover, 
.mqrForm2 input[type="submit"]:hover {
	background-color: #FFD519;
  	border: none;
  	border-radius: 3px;
  	color: #18191B;
  	cursor: pointer;
  	font-size: 16px;
  	font-weight: 700;
  	padding: 5px 10px;
  	width: 65%;
  	margin-top: 15px;
	border: 2px solid #FFD519;
}



/*------------------------------------------- eCourse Form ---------------------------------------------*/

.eCourse_box_HOMEPAGE {
	background-color: #1D2651;
	padding: 5px;
}

.eCourse_box {
	background-color: #96A0B9;
	padding: 15px;
}

.eCourse_Header {
	font-size: 25px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}

.eCourse_FORM {
	text-align: center;
}

.eCouse_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
	max-width: 240px;
  	margin: 2px 5px;
}


div.eCourse_FORM input[type="button"], 
div.eCourse_FORM input[type="submit"], 
div.eCourse_FORM .button {
  	background-color: #003A84;
  	border: 2px solid #003A84;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 15px;
  	font-weight: 600;
  	padding: 14px 24px;
  	width: auto;
	margin: 2px 5px;
	/* max-width: 240px; */
	letter-spacing: 1px;
  	text-transform: uppercase;	
}


div.eCourse_FORM button:hover,
div.eCourse_FORM input:hover[type="button"],
div.eCourse_FORM input:hover[type="reset"],
div.eCourse_FORM input:hover[type="submit"],
div.eCourse_FORM .button:hover,
div.eCourse_FORM .button:hover {
	background-color: #003A84;
	border: 2px solid #FFFFFF;
}






/*----------------------------------------------------- AWEBER ECOURSE FORM ------------------------------------------*/

.Aweber_eCourse_BG {
	max-width: 400px;
	margin: 0px auto;
	border: 1px solid #CFCFCF;
}

.Aweber_eCourse_TOP {
	background-color: #7AE69E;
  	text-align: center;
	padding: 15px;
}

.Aweber_eCourse_TOP_Header1 {
	color: #ff0000;
	font-size: 26px;
	font-weight: 600;
  	line-height: 1;
  	text-align: center;
	margin: 0px auto 12px;
}

.Aweber_eCourse_TOP_Header2 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
  	line-height: 1;
  	text-align: center;
}

.Aweber_eCourse_MIDDLE {
	background-color: #FFFFFF;
}

.Aweber_eCourse {
	text-align: center;
	padding: 15px;
}


.Aweber_eCourse_InputField_Label {
  	color: #46B46C;
  	font-size: 14px;
	font-weight: 600;
  	margin: 5px;
	text-align: left;
	line-height: 1;
	/* max-width: 240px; */
}

.Aweber_eCourse_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
  	margin: 5px;
	width: 97%;
	line-height: 1;
	padding: 5px !important;
	/* max-width: 240px; */
}

select.Aweber_eCourse_InputField {
	padding: 16px;
	
}


.Aweber_eCourse input[type="button"], 
.Aweber_eCourse input[type="submit"], 
.Aweber_eCourse .button {
	background-color: #41B468;
    	border: 2px solid #41B468;
  	border-radius: 3px;
  	color: #fff;
  	cursor: pointer;
  	font-size: 14px;
  	font-weight: 600;
  	padding: 5px 2px;
  	width: 50%;
	margin: 15px 5px 0px 5px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.Aweber_eCourse button:hover,
.Aweber_eCourse input:hover[type="button"],
.Aweber_eCourse input:hover[type="reset"],
.Aweber_eCourse input:hover[type="submit"],
.Aweber_eCourse .button:hover,
.Aweber_eCourse .button:hover {
	/* background-color: #1e73be; */
	/* border: 2px solid #1e73be; */
	background-color: #41B468;
	border: 2px solid #41B468;
	color: #FFFFFF !important;
}


.Aweber_eCourse_Copyright {
	color: #CCCCCC;
	font-size: 12px;
    	text-align: center;
    	padding: 0px 15px 15px;
}

.Aweber_eCourse_FOOTER {
	background-color: #46B46C;
  	text-align: center;
	padding: 15px;
}

.Aweber_eCourse_FOOTER_Copyright,
.Aweber_eCourse_FOOTER_Copyright a {
	color: #ffffff;
	font-size: 12px;
    	text-align: center;
}

.Aweber_eCourse_FOOTER_Copyright a:hover {
	color: #000;
	font-size: 12px;
    	text-align: center;
}








/*----------------------------------------------------- POLARIS FORM ------------------------------------------*/

.PolarisForm_BG {
	background-color: #EFEDF0;
	max-width: 500px;
  	margin: 0px auto;
  	text-align: center;
}

.PolarisForm {
	
}

.PolarisForm_BODY {
  	/* background-color: #F9F8F8; */
  	/* padding: 20px; */
	padding-left: 20px;
  	padding-right: 20px;
	padding-top: 15px;
}

.PolarisForm_BG_TOP {

}

.PolarisForm_BG_MIDDLE {

}

.PolarisForm_BG_BOTTOM {

}


.PolarisForm_BG_TOP_Header {
	font-family: 'proximanova_bold';
	font-size: 28px;
  	line-height: 28px;
  	color: #666666;
  	text-align: center;
  	font-weight: 600;
	padding: 25px 20px 10px 20px;
	/* margin-bottom: 20px; */
}

.PolarisForm_BG_TOP_Header2 {
	font-family: 'proximanova_bold';
	color: #FFC536;
  	font-size: 40px;
  	line-height: normal;
  	font-weight: 700;
  	padding: 15px 0px;
  	text-align: center;
	letter-spacing: -1px;
}

.PolarisForm_BG_TOP_Header3 {
	font-family: 'proximanova_bold';
  	color: #FFFFFF;
  	font-size: 18px;
  	line-height: normal;
  	font-weight: 500;
  	padding: 0px 0px 15px 0px;
  	text-align: center;
	letter-spacing: 0;
}



.PolarisForm_Headline {
	font-family: 'Droid Sans', sans-serif;
	color: #990000;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 25px 15px 28px 15px;
	text-align: center;
}


.PolarisForm_InputField_Hidden {
	display: none;
	clear: both;
}

.PolarisForm_InputField {
  	color: #666666;
  	font-size: 13px;
  	background-color: #FFFFFF !important;
  	margin: 5px;
	width: 98%;
	padding: 13px;
	/* padding: 5px; */
	/* padding: 14px; */
	/* max-width: 240px; */
}


select#extCountry.PolarisForm_InputField,
select#extTimeZone.PolarisForm_InputField {
	/* padding: 14px !important; */
	/* padding: 5px !important; */
	padding: 13px !important;
}

.PolarisForm input[type="button"], 
.PolarisForm input[type="submit"], 
.PolarisForm .button {
	font-family: 'proximanova_bold';
  	background-color: #1D2651;
  	border: 2px solid #1D2651;
  	border-radius: 3px;
  	color: #FFFFFF;
  	cursor: pointer;
  	font-size: 15px;
  	font-weight: 600;
  	padding: 14px 24px;
  	width: 98%;
	margin: 15px 5px 0px 5px;
	letter-spacing: 1px;
  	text-transform: uppercase;
	/* margin: 2px 5px; */
	/* max-width: 240px; */	
}


.PolarisForm button:hover,
.PolarisForm input:hover[type="button"],
.PolarisForm input:hover[type="reset"],
.PolarisForm input:hover[type="submit"],
.PolarisForm .button:hover,
.PolarisForm .button:hover {
	background-color: #1D2651;
	border: 2px solid #ffffff;
}





.PolarisForm input[type="checkbox"] {
  	width: auto;
  	margin-right: 2px;
}


.PolarisForm input[type="image"] {
  	background: none ! important;
  	border: 0px;
  	cursor: pointer;
  	width: 225px;
  	margin-top: 15px;
  	box-shadow: none;
  	margin-bottom: 0px;
}

.PolarisForm_Copyright {
	/* font-family: 'Droid Serif', serif; */
	font-family: 'Lato', sans-serif;
	/* color: #ffffff; */
	font-size: 10px;
	line-height: 12px;
  	font-weight: 500;
	text-align: center;
	padding: 20px 15px 20px 15px;
	/* margin-top: 15px; */
}


.PolarisForm_LINKs {
  	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
  	font-size: 14px;
  	line-height: 14px;
  	font-weight: 800;
  	font-style: normal;
  	text-decoration: none;
  	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.PolarisForm_LINKs a {
	color: #FFFFFF;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

.PolarisForm_LINKs a:hover {
	color: #000033;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}



.PolarisForm2 button, 
.PolarisForm2 input[type="button"], 
.PolarisForm2 input[type="reset"], 
.PolarisForm2 input[type="submit"] {
	background-color: #E3AD28;
  	border: none;
  	border-radius: 3px;
  	color: #18191B;
  	cursor: pointer;
  	font-size: 16px;
  	font-weight: 700;
  	padding: 5px 10px;
  	width: 65%;
  	margin-top: 15px;
	border: 2px solid #E3AD28;
}


.PolarisForm2 button:hover, 
.PolarisForm2 input[type="button"]:hover, 
.PolarisForm2 input[type="reset"]:hover, 
.PolarisForm2 input[type="submit"]:hover {
	background-color: #FFD519;
  	border: none;
  	border-radius: 3px;
  	color: #18191B;
  	cursor: pointer;
  	font-size: 16px;
  	font-weight: 700;
  	padding: 5px 10px;
  	width: 65%;
  	margin-top: 15px;
	border: 2px solid #FFD519;
}