/*----------------------------------*/
/* BEGIN GLOBAL
/*----------------------------------*/

body {background-image: url(../img/body-bg.jpg);}

.alignright {
    margin: 0 0 30px 20px;
    max-width: 100%;
    height: auto;
}

.alignleft {
    margin: 0 20px 30px 0;
    max-width: 100%;
    height: auto;
}

.panel-group {clear: both;}

/* typography */

body,
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #423f3b;
}

h1 {
	font-family: 'loveofthunder';
  	font-size: 48px;
  	color: #017dc3;
  	line-height: 1.2;
}

h2 {font-size: 36px;}


.banner h2 a {
    color: #444a5f;
    font-size: 24px;
    background: #F3D46D;
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
    border-radius: 3px;
}

.banner h2 a:hover {background: #F5CC44;}

h3 {
  	font-family: 'Open Sans', sans-serif;
  	font-size: 24px;
  	font-weight: 700;
  	line-height: 1.25;
}

.tab-content h3 {
    margin-bottom: 20px;
}

h4 {font-size: 18px;}

h4.tabbed-nav {  /* subnav items on tabbed content */
	font-size: 18px;
	color: #423f3b;
	line-height: 1.33;
}

h4.tabbed-nav:active, 
h4.tabbed-nav:hover {
	color: #017dc3;
}

h4.panel-title {
    color: #017dc3;
    font-weight: bold;
    font-size: 18px;
}

h5 {
	font-family: 'loveofthunder';
	font-size: 18px;
}

h5 span {font-size: 14px;}

h6 {
	font-size: 18px;
	font-weight: 700;
	color: #017dc3;
	margin: 20px 0 6px 0;
}

strong {font-weight: 700;}

em {font-style: italics;}

a:focus, a:hover {
	text-decoration: none;
}

a {
   color: #017DC3;
}

a:hover {
    color: #23527c;
}

.dark {  /* indicates dark background, text should be light */
	color: #f0eed7;
}

.dark:active, .dark:hover {
	color: #f7f7f7;
}

.file-name {
	font-size: 14px;
	font-style: italic;
}

/* css utility classes */

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.pad-group {
	padding-top: 15px;
	padding-bottom: 15px;
}

.dbl-dot-white {
	display: block;
	height: 12px;
	background-image: url(../img/dbl-dot-white.png);
	background-repeat: repeat-x;
}

.dbl-dot-blue {
    display: block;
    height: 12px;
	background-image: url(../img/dbl-dot-blue.png);
	background-repeat: repeat-x;
    background-position-y: 50%;
}

.card {
    background-color: #FFF;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#main-column .post, 
#main-column .page {
	border: none;
}

.entry-meta {display: none;}

/*----------------------------------*/
/* END GLOBAL
/*----------------------------------*/

/*----------------------------------*/
/* BEGIN HEADER
/*----------------------------------*/

#logo {
	margin: 0 auto;
	display: block;
    max-width: 100%;
}

.main-navigation {
	background-image: url(../img/nav-bg.jpg);
	border-bottom: 1px #ddd solid;
}

/* menus */

#mega-menu-wrap-max_mega_menu_1 .mega-menu-link,
#mega-menu-wrap-max_mega_menu_2 .mega-menu-link {
	max-width: 130px;
}

#mega-menu-wrap-max_mega_menu_1 {
	float: left;
}

#mega-menu-wrap-max_mega_menu_2 {
	float: right;
}

#mega-menu-wrap-max_mega_menu_3 {display: none;}

.line-one,
.line-two {
	float: left;
	width: 100%;
	font-family: 'loveofthunder';
	line-height: 15px;
	text-align: center;
}

.line-two {
	font-size: 18px;
}

/*----------------------------------*/
/* END HEADER
/*----------------------------------*/

/*----------------------------------*/
/* BEGIN HOME
/*----------------------------------*/

.hero-image {
	width: 100%;
	max-width: 1923px;
	height: 1136px;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

.banner {
	margin-top: 80px;
	margin-bottom: 100px;
}

.banner h1 {
	font-family: 'loveofthunder';
	text-align: center;
}

.banner h2 {
	font-family: 'loveofthunder';
	color: #f7f7f7;
	font-size: 36px;
	text-align: center;
}

.banner-first {
	font-size: 36px;
	color: #444a5f;
}

.banner-second {
	color: #017dc3;
	font-size: 90px;
}

.banner-third {
	font-family: 'market';
	color: #f7f6e7;
	font-size: 141px;
	text-shadow: 4px 4px #017dc3;
	line-height: 70px;
}

.at-stake {
	font-family: 'market';
	color: #f7f6e7;
	font-size: 43px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	top: 14px;
}

.home-container {
	margin-top: -1136px;
}

.page-container {
	padding-bottom: 100px;
}

.page-content {
    min-height: 350px;
}

.photo-grid {
	margin-bottom: 30px;
}

.grid-item {
	margin-bottom: 30px;
}

.grid-item:hover {
    -webkit-filter: saturate(.5);
    filter: saturate(.5);
}

.grid-item h5 {
    background-color: #433f3c;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    bottom: 32px;
    margin: 0 3px;
    padding: 5px;
}

.grid-item:first-of-type h5 {
    float: left;
    padding: 5px 25px;
}

.photo-grid img {
	width: 100%;
	border: 3px #f0eed7 solid;
    box-shadow: 0px 6px 10px -4px #717171
}

.home-content-col {
    margin-bottom: 50px;
}

.facebook-feed,
.news-feed {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
    margin-bottom: 50px;
}

.facebook-feed-title {
	background: #f7f6e7;
}

.facebook-feed-title h4 {
	font-family: 'loveofthunder';
	font-size: 18px;
	color: #017dc3;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.donate-widget {
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 200px;
    margin: 0 auto 50px auto;
}

.donate-widget .button {
    font-family: 'loveofthunder';
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 10px;
    padding: 8px;
    border-radius: 3px;
    background-color: #444a60;
}

.donate-widget .button:first-of-type {
    background-color: #d8ae1c;
    font-size: 20px;
}

.donate-button-wrapper {
    padding-top: 125px;
}

.donate-widget .button:first-of-type:hover {
    background-color: #EAC02F; 

}

.donate-widget .button:hover {
    background-color: #545C7B;  
}

.home-content-col h2 {
	font-family: 'loveofthunder';
	color: #017dc3;
}

.home-content-col .btn-rca {
	background: #017dc3;
	font-family: 'loveofthunder';
	color: #f7f7f7;
	float: right;
	text-transform: uppercase;
	
}

.news-feed-title {
	background: #f7f6e7;
}

.news-feed-title h4 {
	font-family: 'loveofthunder';
	font-size: 18px;
	color: #017dc3;
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

.news-posts {
	list-style: none;
	padding: 0;
}

#all-news {
	float: right;
	font-weight: bold;
	color: #017dc3;
	text-transform: uppercase;
}

a#all-news:hover {
    color: #23527c;
} 

.map-widget img {
    width: 100%;
    height: auto;
}

.map-widget img:hover {
    -webkit-filter: saturate(.5);
    filter: saturate(.5);
}

/*----------------------------------*/
/* END HOME
/*----------------------------------*/

/*----------------------------------*/
/* BEGIN PAGE
/*----------------------------------*/

.nav-sidebar .row {
    padding-top: 30px;
	padding-bottom: 30px;
}

.single-news h2 {
    font-family: 'Open Sans', sans-serif;
    color:  #017dc3;
    size: 36px;
    line-height: 1.1;
}

.page-template-page-sidenav .page-header,
.page-template-page-news .page-header,
.single-news .page-header {
	background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 29%;
}

.page-template-page-sidenav .title-holder,
.page-template-page-news .title-holder,
.single-news .title-holder {
	width: 100%;
	height: 127px;
	background-image: url(../img/title-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -50px;
    margin-top: -90px;
    margin-bottom: 80px;
}

.page-template-page-sidenav .entry-title,
.page-template-page-news .entry-title,
.single-news .entry-title {
	font-family: 'loveofthunder';
	color: #017dc3;
	text-transform: uppercase;
	line-height: 135px;
    margin-left: 150px;
}

.page-template-page-sidenav .nav-sidebar {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
}

.single .page-content,
.page-content {
    background-color: #fff;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template-page-sidenav .tab-content {
	background-color: #fff;
    padding: 10px 30px 60px;
}

.page-template-page-sidenav .tab-content h3 {
	color: #017dc3;
	text-transform: uppercase;
    clear: both;
}

.page-template-page-sidenav .tab-content h6 {
    clear: none;
}

.page-template-page-sidenav .tab-link {
	color: #017dc3;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-page-sidenav .nav>li>a:focus, 
.page-template-page-sidenav .nav>li>a:hover {
	background-color: #fff;
}

.page-template-page-sidenav .tab-link.active>a {
	background-color: #fff;
}

.page-template-page-sidenav .nav-stacked>li+li {
	margin-top: 0;
}

/*----------------------------------*/
/* END PAGE
/*----------------------------------*/

/*----------------------------------*/
/* BEGIN FORMS
/*----------------------------------*/

input, 
textarea {
    border: 1px solid #cccccc;
}

.gfield_required {
	color: #d8ae1c !important;
}

#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
    width: 100%;
}

#gform_wrapper_1 .name_first label,
#gform_wrapper_1 .name_last label {
    display: none;
}

#gform_wrapper_1 .gfield_label {
    color: #6f6d6b;
   	margin-bottom: 0;
}

#gform_wrapper_1 input[type=submit] {
    background-color: #017dc3;
    font-family: 'loveofthunder';
    color: #f7f7f7;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 2px;
    width: inherit;
}

/*----------------------------------*/
/* END FORMS
/*----------------------------------*/

/*----------------------------------*/
/* BEGIN FOOTER
/*----------------------------------*/

#site-footer {
	padding-top: 0px;
    overflow: hidden;
}

.site-footer {
	background-image: url(../img/footer-bg.jpg);
	padding-top: 60px;
	padding-bottom: 150px;
}

/* newsletter signup form */

.newsletter-signup {
	overflow: auto;
}

.newsletter-signup:before {
	content: "";
	display: block;
	height: 5px;
	background-image: url(../img/sgl-dot-white.png);
	background-repeat: repeat-x;
}

.newsletter-signup span {
    font-size: 18px;
    line-height: 18px;
}

.news-title {
	font-family: 'loveofthunder';
	color: #f0eed7;
	text-transform: uppercase;
}

.news-desc {
	color: #f0eed7;
}

#gform_wrapper_2 {
    width: 100%;
    max-width: 310px;
	overflow: auto;
    float: right;
	margin: 0;
}

#gform_wrapper_2 label {display: none;}

#gform_wrapper_2 input {
	background-color: #fff;
	border: none;
	padding: 5px;
}

#gform_wrapper_2 input[type=submit] {
	background-color: #017dc3;
	font-family: 'loveofthunder';
	color: #f7f7f7;
	text-transform: uppercase;
	padding: 5px 30px;
	border-radius: 2px;
}

#gform_wrapper_2 .gform_body {
	width: 100%;
	max-width: 200px;
    float: left;
}

#gform_wrapper_2 .gform_footer {
	clear: none;
	float: left;
	margin: 5px 0 0;
	padding: 0;
}

#gform_wrapper_2 .validation_error,
#gform_wrapper_2 .validation_message {
	display: none;
}

#gform_wrapper_2 .gfield.gfield_error {
    background-color: #900004;
    margin: 0 !important;
    border: none;
    padding: 1px 0px 3px 6px;
    border-radius: 2px;
}

/* menu */

#mega-menu-wrap-max_mega_menu_4 {
	font-family: 'loveofthunder';
}

#mega-menu-wrap-max_mega_menu_4:before,
#mega-menu-wrap-max_mega_menu_4:after
 {
	content: "";
	display: block;
	height: 5px;
	background-image: url(../img/sgl-dot-white.png);
	background-repeat: repeat-x;
}

#mega-menu-wrap-max_mega_menu_3 
#mega-menu-max_mega_menu_3 > 
li.mega-menu-item > a.mega-menu-link {
    font-family: 'loveofthunder';
    text-align: center;
}

#mega-menu-wrap-max_mega_menu_3
.mega-menu-toggle-block {
    font-family: 'loveofthunder';
    font-size: 20px;
}

/* copyright */

.RCA-copy p {
	text-align: center;
	color: #f7f7f7;
	font-size: 14px;
}

.RCA-address p {
    text-align: center;
    color: #f7f7f7;
}

.RCA-copy a {
	color: #f7f7f7;
}

/*----------------------------------*/
/* END FOOTER
/*----------------------------------*/

/*----------------------------------*/
/* BEGIN WIDGETS
/*----------------------------------*/

#sidebar-right .widget .jaw_widget {
    list-style: none;
    padding-left: 0;
}

#sidebar-right .widget .jaw_widget ul {
    list-style: none;
}

/*----------------------------------*/
/* END WIDGETS
/*----------------------------------*/