/* HEADER - CSS */
header{
	z-index: 50;
	position: relative;
}
.top-header-wrapper {
	background: #fec131;
	height: 35px;
	position: relative;
}
.social-list{
	color: #967425;
	line-height: 35px;
	position: relative;
	z-index: 20;
	padding-left: 30px;
	margin-right: 500px;
}
.social-list span{
	font: 14px RalewayB;
}
.social-list li i{
	color: #967425;
	font-size: 18px;
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.social-list li{
	vertical-align: middle;
	padding: 0 4px;
	display: inline-block;
}
.social-list li a:hover i{
	color: #f15a22;
}
.top-header-btns{
	font-size: 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.top-header-btns li{
	display: inline-block;
}
.top-header-btns li a{
	line-height: 35px;
	padding: 0 12px;
}
.menu-header-top-buttons-container{
	display: inline-block;
}
.btn-donate-wrap a{
	background: #414042 !important;
	color: #FFF !important;
    font: 13px RalewayB !important;
    border-radius: 0px !important;
    height: 35px;
    padding: 0 12px !important;
    line-height: 35px !important;
    vertical-align: top !important;
    text-transform: uppercase !important;
}
.btn-member-wrap a{
	background: #57b1b5 !important;
	color: #FFF !important;
    font: 13px RalewayB !important;
    border-radius: 0px !important;
    height: 35px;
    padding: 0 12px !important;
    line-height: 35px !important;
    vertical-align: top !important;
    text-transform: uppercase !important;
}
.btn-login-wrap a{
	color: #FFF !important;
    font: 13px RalewayB !important;
    border-radius: 0px !important;
    height: 35px;
    padding: 0 12px !important;
    line-height: 35px !important;
    vertical-align: top !important;
    text-transform: uppercase !important;
}
.btn-onlinecommunity-wrap a{
	background: #f7941d !important;
	color: #FFF !important;
    font: 13px RalewayB !important;
    border-radius: 0px !important;
    height: 35px;
    padding: 0 12px !important;
    line-height: 35px !important;
    vertical-align: top !important;
    text-transform: uppercase !important;
}
.btn-donate-wrap a:hover{
    background: #000000 !important;
}
.btn-member-wrap a:hover{
	background: #389499 !important;
}
.btn-onlinecommunity-wrap a:hover{
	background: #d98016 !important;
}
header .toggle-click{
	padding-right: 15px;
	position: relative;
	width: 275px;
    text-align: right;
}
header .toggle-btn i{
	font-size: 18px;
	color: #967425;
	line-height: 35px;
}
header .toggle-child{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: 5px;
}
.logo-tagline{
	font: 13px RalewaySB;
	color: #414042;
	padding-left: 15px;
	margin-bottom: 6px;
}
.header-top-list{
	font-size: 0px;
}
.header-top-list li{
	display: inline-block;
}
.header-top-list li a{
	color: #414042;
	font: 14px RalewaySB;
}
.header-top-list li a:hover{
	text-decoration: underline;
}
.header-top-list li:first-child{
	padding-right: 8px;
}
.header-top-list li:last-child{
	padding-left: 8px;
}
.header-menu-wrapper{
	bottom: 0;
	right: 0;
}
.header_menu li{
	display: inline-block;
}
.header_menu li a{
	font: 15px RalewayB;
	color: #FFF;
	background: #ef5b2f;
	display: block;
	padding: 5px 8px;
}
.header_menu li a:hover{
	background: #d73e13;
}
.header_menu li ul.sub-menu{
	position: absolute;
	display: none;
}
.header_menu li ul.sub-menu li{
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.header_menu li ul.sub-menu li .sub-menu{
    position: absolute;
    left: 100%;
    top: initial;
    width: 100%;
    top: 0;
}
.header_menu li ul.sub-menu li a{
	background: #f69331;
}
.header_menu li ul.sub-menu li a:hover{
	background: #ef5b2f;
}

.header-wrapper-phone{
	height: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fec131;
	z-index: 50;
}
.header-wrapper-phone .toggle-btn,
.header-wrapper-phone .toggle-click{
	width: 100%;
}
.menu-toggle{
	line-height: 40px;
	text-align: left;
	padding-left: 15px;
	color: #967425;
	font-size: 18px;
}
.menu-toggle:hover,

.menu-toggle:hover i{
	color: #ef5b2f;
}
.header-wrapper-phone .toggle-child{
	background: #fec131;
	margin-top: 0px;
	z-index: 20;
}
.header-wrapper-phone .header_menu li{
	display: block;
}
/* END OF HEADER */