@charset "UTF-8";
/* Theme CSS Document */


/* GENERAL */
.flag {background-color: #e64d25;}
.main-section .article-copy {background-color: #fff;}
.main-section .interior .article-copy {background-color: #f0f0f0;}
.main-section .interior .article-copy {background-color: #edf0f5;}
.main-title h1, .header-box h1 {color: #28ace2;}
.header-box {
    border-bottom: 3px solid #28ace2;
}

.article-copy h2 {color: #e64d25;}


/* BUTTON COLOR */
.article-copy a.button {background: #e64d25;}
form .button {background: #e64d25; transition: opacity 300ms;}
form .button:hover {background: #e64d25;opacity:.75;}


/* ARCHIVES BTN */
.archives-sidebar .dropdown.button, .archives .dropdown.button {background-color: #fff;color: #999;border: 3px solid #ccc; font-size: .8em;}
.archives-sidebar .dropdown.button::after, .archives .dropdown.button::after { border-color: #999999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}


/* SIDEBAR */
.sidebar .article-copy h2 {color: #28ace2;}
.sidebar .button, .newsletter-form .button {background: #e64d25;}



/* Mobile Nav Color */
.MobileNav1 tr td a {
	color:#999999;
}


/* YES/NO Pages */
.thanks-block, .thanks-title {
	background-color: #28ace2 !important;
}

.subtitle .post-title h1 {
	color: #28ace2 !important;
}
	

.text-block {
	background-color: rgba(40,172,226,0.8)!important;
}

.review-image {
	border-bottom: #28ace2 solid 14px !important;
}

#form-block .button {background: #28ace2; transition: opacity 300ms;}
#form-block .button:hover {background: #28ace2;opacity:.75;}

