/*-- Fonts --*/
@import url('https://fonts.googleapis.com/css?family=Michroma|Raleway');

/*--
font-family: 'Raleway', sans-serif;
font-family: 'Michroma', sans-serif;
--*/

/*-- Header --*/
.header {
    height: 140px !important;   
    background-color: #fff !important;
    transition: all 0.5s ease;
    border: none;
    box-shadow: none;
}
.header .header_wrapper,
.header .top_wrapper {
    background-color: inherit !important;
}
.has_action_buttons .header .header_info {
    color: #000;
    text-shadow: none;
    margin-top: 40px;
}
.header .header_logo {
    background-size: 100%;
    width: 255px !important;
    height: 120px !important;
}



/*-- Nav --*/
.has_action_buttons .header .nav{
     font-weight: 600;
}
.nav .list_pages .item_page .link {
    color: #000;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    text-shadow: none;
    text-transform: uppercase;
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
    color: #faa719;
}



/*-- Banner --*/
.page .page_banner{
    border: none;
}



/*-- Content --*/
.content {
    padding-top: 140px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.content h2 { 
    font-family: 'Michroma', sans-serif;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    color: #a02d24;
}
.content .text_summary, 
.content .header_block p, 
.content .body_block p{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 28px !important;
    font-size: 120%;
}
.content .highlight_block {
    border: none;
    background-color: transparent;
}
.content .body_sublinks {
    display: none;
}
.content .image_border{
    border: none;
}




/*-- Page --*/
.page .page_wrapper {
    min-height: 50px;
}
.page .page_content{
    background: rgb(255,183,107); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,154,61,1) 79%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,154,61,1) 79%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,154,61,1) 79%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.floatL {
    float: left;
    width: 49.5%;
}
.floatR {
    float: right;
    width: 49.5%;
}



/*-- Menu --*/
.content .menus_list {
    text-align: center;
    font-size: 120%;
}
.content .menu_section .section_name{
    border-bottom: 1px solid;
    font-size: 160%;
    padding-bottom: 10px;
    color: #a9220c;
}
.content .menus_content .menu_name,
.content .menus_list .list_item .bullet{
    display: none;
}
.content .menus_list .list_item {
    padding: 15px 0px;
    margin-left: 13px;
}
.content .menus_list .list_item .item_link:hover, 
.content .menus_list .list_item .active_link {
    color: #fff;
    background-color: #b72531;
}
.content .menus_list .list_item .item_link {
    padding: 8px;
    text-decoration: none;
}
.content .menu_section .menu_item {
    margin: 30px 0px;
    border: none;
}
.content .menus_content .menu_text .text_content{
    font-weight: bold;
    font-size: 125%;
}

/*-- Footer --*/
.footer {
    background-color: #fff;
}
.footer, .footer a, 
.footer .footer_info a, 
.footer .footer_info a:hover {
    color: #000;
}
.footer .footer_info .name {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}
.footer .footer_info .footer_column_logo .logo_image {
    background-size: 100%;
    height: 90px;
}
.footer .footer_info .footer_column_address{
    width: 30%;
}
