html {
	height: 100%;
	width: 100%;
}

h1 {		
    padding-bottom: 18px;
    color: #666666;
    font-weight: normal;
    font-family: 'Proxima', Arial;
}

h2 {    
	font-family: 'Proxima', Arial;
	color: #666666;
}

h3 {
    font-size: 26px;
    line-height: 32px;
	font-family: 'Proxima', Arial;
	color: #ba5f46;
}

h4 {
    font-size: 24px;
    line-height: 32px;
	font-family: 'Proxima', Arial;
	color: #385723;
}

h5 {    
	font-size: 22px;
    line-height: 32px;
	font-family: 'Proxima', Arial;
	color: #666666;
}

h6 {    
	font-size: 20px;
    line-height: 32px;
	font-family: 'Proxima', Arial;
	color: #666666;
}

.pi_div{
	position: absolute; 
	bottom: 40px; 
	width: 100%; 
	text-align: right;
}

.pi_link {
	font-family: "Aileron";
	color: #aaa;
	margin-right: 40px;
	font-size: 20px;
	cursor: default;
}

.pi_link:hover {
	color: #fff;
}

body {	
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-family: 'Aileron', sans-serif;
	color: #555;
	font-size: 14px;	
	background-position: left top;
	background-repeat: repeat-x;
	color: #000;	
	background-position: center top;
	background-attachment:fixed;	
}

.landing_back {
	background-image: url("/images/landing_back.jpg");	
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

.mce-edit-area {
	border: 1px solid red !important;
}

.uk-container {
	padding: 0px !important;
}

.header_logo {
	margin-left: 20px;
	margin-top: 8px;	
}

.header_info_line, .header_info_line_small {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #ccc; 
	height: 26px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-color: #666666; 
	color: #fff;
}

.header_info_line {
	font-size: 16px;
	letter-spacing: 2px;
}

.uk-card-header {
	padding-left: 15px;
	padding-right: 15px;
}

.dark_arrows{
	color: #333 !important;
}

.header_info_line a:link,  .header_info_line_small a:link {	
	color: #dfdfdf;
}

.header_info_line a:visited,  .header_info_line_small a:visited {	
	color: #ccc;
}

.header_info_line a:hover,  .header_info_line_small a:hover {	
	color: #fff;
}

.header_info_line_small {
	height: 25px;
	padding-top: 5px;
	letter-spacing: 0px;
	font-size: 16px;
	letter-spacing: 0px;
}

.page-header {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;
}

input:invalid {
  border: 1px solid red;
  color: red;
}

input:valid { 
  border: 1px solid green;
  color: green;
}

input {
  border: 1px solid #555;
}

.text-banner {
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 10px;		
	background-color: #c26349; 
	color: #fff;
	line-height: 300%;
	font-size: 24px;
	letter-spacing: 1px;
	
}

.page-footer {
	margin-top: 0px; 
	padding-bottom: 20px; 
	background-color: #666666; 
	color: #fff;
	line-height: 200%;	
	letter-spacing: 1px;
	padding-bottom: 40px;
}

.page-footer a:link {	
	color: #ccc;
}

.page-footer a:visited {	
	color: #ccc;
}

.page-footer a:hover {	
	color: #fff;
}

.f404 {
	background-color: #fff !important;
	background-image: url("/images/404.jpg") !important;	
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	min-height: 450px;
	margin-bottom: 200px;
}

p {
    line-height: 160%;
    margin-bottom: 15px;
    font-family: 'Aileron', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;
}

.content-panel>ul li,
.content-panel>ol li,
.content-panel>form>ul li,
.content-panel>form>ol li,
.content_ul>li,
.uk-card-header>ul>li{	    
    line-height: 160%;
    margin-bottom: 5px;
    font-family: 'Aileron', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;	
}

.uk-card-header>table td{	    
    line-height: 160%;
    margin-bottom: 5px;
    font-family: 'Aileron', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;	
}

.content-panel>form>ol li{
	margin-bottom: 25px !important;
}

.content-panel>table tr td {	    
    line-height: 120%;    
    font-family: 'Aileron', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;	
}

.grey_text {
	text-color: #444;
}

.content-panel {
	background-color: none;
	color: #111;
	padding: 20px;
	padding-bottom: 60px !important;	
}

.content_table {
	width: 100%;
	border: 1px solid #dadada;
	border-collapse: collapse;	
}

.content_table>tbody>tr>td {
	padding: 10px;
	border: 1px solid #dadada;
}

.content_table>tbody>tr:hover {
	background-color: #fcfeb7;
}

.testimonial_content_big {	
	text-align: left; 
	font-size: 22px; 
	line-height: 24px; 
	min-height: 100px; 
	max-height: 200px;
	padding-top: 10px;
	padding-bottom: 10px; 	
	padding-left: 40px; 
	padding-right: 40px; 
	padding-bottom: 0px;
}

.testimonial_content_big>p {	
	text-align: left; 
	font-size: 22px; 
	line-height: 24px; 	 
	padding: 0px;
	margin: 0px;
}

.testimonial_content_small {	
	text-align: left; 
	font-size: 14px; 
	line-height: 16px;
	min-height: 100px; 
	max-height: 200px; 
	padding: 20px; 
	padding-bottom: 0px;
	font-weight: bold;
}

.testimonial_content_small>p {	
	text-align: left; 
	font-size: 14px; 
	line-height: 16px;	
	padding: 0px;
	margin: 0px;	
}

.row_gray {
	background-color: #eaeaea;
}	


a:hover {
	text-decoration: none;
}

.uk-card {
	border: 1px solid #dddddd;
}

.shadow {
	text-shadow: 1px 1px 2px black; 
}

.uk-navbar {	
	border-bottom: 0px solid rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.3);	
	border-radius: 0px;
}

.uk-navbar-nav>li>a {	
	color: #000;
	height: 40px;
	font-size: 1.1rem;
	background-color: #fff;
}

.uk-navbar-nav>li>a:hover {	
	color: #666666;	
	background-color: #fff;
}

.uk-active > a {
	color: #666666 !important;
}

.uk-panel-box {
	border-radius: 0px;
}

.header_panel {	
	height: 0px;	
}

.footer_text {
	margin-left: 0px;
	padding-left: 20px;
}

.mobile_menu_icon {
	font-size: 32px;
}

.menu_panel {
	min-width: 240px !important;
}

.top_logo_small {
	padding-top: 0px;
	margin-top: -15px;
	height: 150px !important;
}

.slideshow_div>p {
	font-size: 40px !important;
	font-weight: 300px !important;
	letter-spacing: 2px	!important;
	line-height: 110%;
}

.slideshow_div_small {
	padding-top: 10px;
}

.slideshow_div_small>p {
	font-size: 20px !important;
	font-weight: 300px !important;
	letter-spacing: 2px	!important;
	line-height: 120%;
}

.top_logo {	
	position: relative;
	margin-top: -25px; 
	padding-top: 10px; 
	padding-left: 10px; 
	margin-bottom: 0px;	
	float: left;
	z-index: 10;
	height: 120px;
}

.login_form_link {
	color: #999;
	font-size: 0.8rem;	
}

.login_form_link:hover {
	color: #fff;	
}

.login_form_link_small {
	color: #333;
	font-size: 1rem;
}

.login_form_link_small:hover {
	color: #1e87f0;	
}

.top_input_transparent {
	background: rgba(255, 255, 255, 0.8);	
}

.login_form_text {
	line-height: 20px;
	text-align: left;
}

.uk-panel-box {
	border-radius: 0px;	
	padding-bottom: 20px;
}

.uk-navbar-dropdown {	
	padding-top: 10px;
	padding-bottom: 10px;	
	background: rgba(255, 255, 255, 0.95);
}



.uk-navbar-nav>li.uk-active>a, .uk-navbar-dropdown-nav>li>a:hover {
    color: #666666;
}

.uk-navbar-nav>li:hover {
    background: #fafafa;
}

.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #666666;
	padding-left: 0px !important;
}

.uk-navbar-dropdown {
	margin-top: 3px !important;
}

.contact_stripe {
	text-align: center;
	padding-left: 20px; 
	padding-right: 20px;
	padding: 10px;
	line-height: 170%;
}

.assessment_stripe {	
	background-color: #666666;
	margin-top: 30px;
}

.assessment_stripe>a {
	font-size: 24px;	
	color: #dfdfdf;
}

.assessment_stripe>a:hover {	
	color: white;
}

.uk-card>p {
	font-size: 18px;
}

.uk-card-primary {
	background: #39f;
}

.force_white>div>div>h1, .force_white>div>h1 {
	color: #fff !important;
}

.uk-button-primary {
	background-color: #1f9d2e !important;
}

.uk-button-primary:hover {
	background-color: #1f882c !important;
}

.store_card {
	text-align: left !important;
	padding-left: 0px !important;
}

.store_card >div>table{	
	font-size: 18px !important;
}

a.uk-link {
	color: #2c8ed2 !important;
}

a.uk-link:visited, a.uk-link:hover {
	color: #2c76d2 !important;
}

ul>li, ol>li {
	font-family: 'Aileron', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

.yellow-button {
	background-color: #ffc000;
	text-align: center;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
}

.yellow-button>h4 {
	color: #fff;
}

.gray-button {
	background-color: #fafafa;
	text-align: center;
	border: 3px solid #ffc000;	
}

.gray-button>h4 {
	color: #ffc000;
}

.ug-strip-panel
{
	background-color: #fff !important;
}

.nation_article
{
	background-color: #fff; 
	color: #333;
}

.nation_article>h1, .nation_article>h2, .nation_article>h3, .nation_article>h4
{
	color: red;
}

.nation_article>p>a, .nation_article>ul>li>a
{
	color: navy;
}

.nation_article>p>a:hover, .nation_article>ul>li>a:hover
{
	color: blue;
}

.uk-offcanvas-close
{
	background-color: #bbb;
}

.uk-offcanvas-close:hover
{
	background-color: #888;
}

.nation_article_link
{
	color: #333;
	
}

.nation_article_link:hover
{
	color: #c72425;
	
}

.about_article_link
{
	color: #333;
	
}

.about_article
{
	color: #333;
	mix-blend-mode: hard-light;
    background: linear-gradient(to right, white 55%, transparent);
	
}

.article_header_square
{
	width: 70px;
	height: 12px;
	background-color: #ed7d31;
	padding-left: -5px;
	
}

.overlay_title
{
	font-size: 24px;
    line-height: 32px;
	font-family: 'Proxima', Arial;
	margin-top:30px;
	color: #385723 !important;	
}

.p-no-margin>p 
{
	margin: 0px !important;
}

.to_top_button {  
  position: fixed !important; /* Fixed/sticky position */
  bottom: 0px; /* Place the button at the bottom of the page */
  left: 50%; /* Place the button 30px from the right */
  margin-left: -65px; /* Negative half of width. */
  z-index: 99; /* Make sure it does not overlap */
  border: 1px solid #888; /* Remove borders */
  border-bottom: 0px; /* Remove borders */
  outline: none; /* Remove outline */  
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px 10px 15px; /* Some padding */
  border-radius: 10px 10px 0px 0px; /* Rounded corners */
  background-color: #c72425;
  color: #dadada;
  opacity:0.95; 
  font-size: 18px; /* Increase font size */
}

.to_top_button:hover, uk-totop:hover, totop:hover {
	color: #fff;
}

.to_top_button:focus, uk-totop:focus, totop:focus{
	color: #dadada;
}

.to_top_button:visited, uk-totop:visited, totop:visited{
	color: #dadada;
}

.ref_small>li
{
	font-size: 14px !important;
}