::selection {
	background: #00569d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #00569d;
	color: #fff;
	text-shadow: none;
}

/**** Background Colors ****/
body,
.lightBtn {
  background-color: #efefef;
}


/*********** BEGIN SIDEBAR BUTTONS ***********/
.subscribeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b1e1c), color-stop(1, #522927) );
	background:-moz-linear-gradient( center top, #3b1e1c 5%, #522927 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b1e1c', endColorstr='#522927');
	background-color:#3b1e1c;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.subscribeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #522927), color-stop(1, #3b1e1c) );
	background:-moz-linear-gradient( center top, #522927 5%, #3b1e1c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522927', endColorstr='#3b1e1c');
	background-color:#522927;
}.subscribeButton:active {
	position:relative;
	top:1px;
}

.donateButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #257052), color-stop(1, #2a805e) );
	background:-moz-linear-gradient( center top, #257052 5%, #2a805e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#257052', endColorstr='#2a805e');
	background-color:#257052;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.donateButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2a805e), color-stop(1, #257052) );
	background:-moz-linear-gradient( center top, #2a805e 5%, #257052 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a805e', endColorstr='#257052');
	background-color:#2a805e;
}.donateButton:active {
	position:relative;
	top:1px;
}


/********** END SIDEBAR BUTTONS ************/

.main-slideshow,
.widget-item,
.widget-main,
.box-content-inner,
.page-title,
.grid-event-header,
.load-more-btn,
.event-container,
.gallery-content,
.blog-post-inner,
.prev-next-post a,
#blog-author,
.widget-main-title,
.blog-comments-content,
.contact-page-content,
.contact-map,
.course-details,
#disqus_thread {
  background-color: white;
}

.menu-toggle-btn {
  background-color: #FFF;
}

.search-form form input {
  background-color: #B6B6074;
}

.responsive_menu {
  background-color: #00569d;
}

.slider-caption,
.cat-blog,
.blog-post-meta ul li {
  background-color: rgba(0, 0, 0, 0.6);
}

.mainBtn,
.request-information .submit_field .mainBtn,
.tag-items a,
.site-header,
.social_icons li a,
.footer-media-icons li a,
.flex-direction-nav a {
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}

.main-menu li ul{
background-color: #8E8E8E;
}
.main-menu li ul a:hover{
background-color: #666666;
}
.main-navigation,
.site-footer {
  background-color: #3B1E1C;
}

blockquote,
.calendar-small,
.course-list > dt:nth-child(odd),
.tab-content > .tab-pane {
  background-color: #f3f3f3;
}

/*.s-month,
#slider-testimonials .prev,
#slider-testimonials .next,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #4782b2;
}*/

/**** Text Colors ****/
.main-menu li.active a,
.social-icons li a:hover,
.site-footer a:hover,
.event-container .event-time {
  color: #FFF;
}

.main-menu li.active .sub-menu a:hover,
.main-menu li a:hover,
.social-icons li a,
.social_icons li a,
.slider-caption h2 a,
.flex-direction-nav a,
.footer-widget-title,
.footer-media-icons li a,
.mainBtn,
.request-information ,
.s-month,
#slider-testimonials .prev,
#slider-testimonials .next,
.blog-grid-thumb .cat-blog,
.blog-post-meta ul li,
.blog-post-meta ul li a,
.tag-items a,
.comment-form .mainBtn,
.course-search-form .mainBtn,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a {
  color: white;
}

.submit_field .mainBtn {
color: #000;
}

body,
.blog-list-meta a,
.event-small-meta,
.blog-grid-meta a,
.lightBtn,
.lightBtn:hover,
.blog-categories ul li a,
.comment-form label,
.course-search-form label {
  color: #666666;
}

.menu-toggle-btn,
.menu-toggle-btn:hover {
  color: #FFF;
}

.main-menu a,
.main-menu li.active .sub-menu a,
.main-menu li ul li:before {
  color: #FFF;
}


body > header > div.container > div > div.col-md-4.header-left{
  color: #666666 !important;
}
.small-links li:not(:last-child):after,
.flex-direction-nav a:hover {
  color: #4185b9;
}

.site-footer {
  color: #FFF;
}

.site-footer a {
  color: #FFF;
}

.footer-nav li:not(:first-child):before {
  color: #4e718d;
}

.bottom-footer p.small-text {
  color: #FFF;
}

a,
blockquote h5,
.blog-categories ul li a:hover,
.author-name a,
.author-name a:hover {
  color: #256571;
}

h1, h2, h3, h4, h5, h6,
.dark-text,
.page-title a,
.s-date,
.load-more-btn a,
.mixitup-controls .active,
.prev-next-post a {
  color: #282a2c;
}

.small-text,
.page-active,
.request-information input,
.input-select select,
.event-contact ul li,
.comment-form input,
.comment-form textarea
.contact-form input,
.contact-form textarea,
.course-search-form input,
.course-search-form select {
  color: #999999;
}

.page-title h6:not(:first-child):before {
  color: #cccccc;
}

/**** Border Colors ****/
.widget-main-title,
blockquote,
.request-information input,
.input-select select,
.blog-list-post,
.event-small-list,
.prof-list-item,
.grid-event-header,
.load-more-btn,
.search-form-widget input,
.prev-next-post .whiteBtn,
.blog-comments-content .media,
.comment-form input,
.comment-form textarea,
.contact-form input,
.contact-form textarea,
.course-search-form input,
.course-search-form select {
  border-color: #d5dbe0 !important;
}

.search-form form input,
.main-navigation,
.main-menu li {
  border-color: #FFF;
}

body > header > div.container > div > div.col-md-4.header-right > div.search-form > form > input{
background-color:#DDDDDD !important;
}

.main-menu li ul li {
  border: none;
}

body,
.main-menu li ul,
.tab-content > .tab-pane {
  border-color: #FFF;
}

.site-header,
.site-footer {
  border-color: #d5d5d5;
}

.bottom-footer {
  border-color: #FFF;
}

.course-list dt,
.course-list dt:last-of-type {
  border-color: #e7eaed;
}

/* WP Specific */
.current_page_item a {
	color: #FFF;	
}
.sticky .blog-grid-item .box-content-inner {
		background-color: #004884!important;
}

.sticky .blog-grid-item .box-content-inner .blog-grid-title a {
	color: #fff;
}

.sticky .blog-grid-item .box-content-inner .small-text {
	color: #6b90ad;
}

.sticky .blog-grid-item .box-content-inner .small-text a {
	color: #FFF;
}

.paging-navigation .page-numbers {
	background-color: #4782b2;
}

.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers.current,
.footer-widget .calendar-small .s-month {
	background-color: #003a6a;
}


.sidebar .widget-main ul li a:hover,
.footer-widget .calendar-small {
	color: #003a6a;
} 

.footer-widget .event-small-list,
.footer-widget .blog-list-post {
	border-color: #003a6a!important;
}

.footer-widget .small-text,
.footer-widget .event-small-meta {
	color: #6b90ad;
}

.sidebar .tagcloud a,
.footer-widget .tagcloud a {
	 background-color: #003a6a;	
}


.mainBtn, .request-information .submit_field .mainBtn, .mc_signup_submit .button {
	  background-color: #003a6a;
}