/* Media Query
----------------------------------------------------------*/
@media screen and (min-width: 1200px) {

    /* Green:           #7eba34
/* Blue:            #064d84
/* Purple:          #8542a7
/* Footer:          #2c3e45
/* Mid Grey:        #606e77
/* Light Grey:      #efefef
/* Font:            #2c3e45

/* Login Box
----------------------------------------------------------*/
    table.login_box {
        padding: 10px;
        border: 2px #7eba34 solid;
        text-align: left;
    }

    /* Main container
----------------------------------------------------------*/
    div.container {
        width: 100%;
    }
    /*	Admin
----------------------------------------------------------*/
    div.admin {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: #2c3e45;
        width: 1159px;
    }

    div.admin_container {
        text-align: center;
        background-color: #2c3e45;
        width: 100%;
        padding: 5px 0;
        margin: 0;
    }
    /*	Header
----------------------------------------------------------*/
    div.header {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        background-color: #fff;
        position: relative;
    }

    div.header_container {
        width: 1159px;
        padding: 0;
        height: 120px;
        background-color: #fff;
        margin: 0 auto;
        text-align: left;
        position: relative;
    }

    div.logo {
        width: 300px;
        padding: 40px 0 0;
        height: 200px;
        float: left;
        text-align: left;
        background-color: #7eba34;
        position: absolute;
        z-index: 10000;
    }

    div.logo_mob {
        display: none;
    }

    div.header_right {
        width: 800px;
        height: 120px;
        float: right;
        text-align: right;
    }

    div.header_quick {
        padding-top: 10px;
        height: 30px;
        vertical-align: top;
    }

        div.header_quick a:first-child {
            padding-right: 10px;
            border-right: 1px solid #2c3e45;
        }

        div.header_quick a {
            padding-left: 5px;
            color: #2c3e45;
            font-size: 18px;
            text-decoration: none;
            font-weight: normal;
            font-family: 'Lato', Arial, sans-serif !important;
            font-weight: 500;
        }

            div.header_quick a:hover {
                color: #7eba34;
                font-size: 18px;
                text-decoration: none;
                font-weight: normal;
                font-family: 'Lato', Arial, sans-serif !important;
                font-weight: 500;
            }

            div.header_quick a i {
                color: #2c3e45;
                font-size: 20px;
                text-decoration: none;
            }

            div.header_quick a:hover i {
                color: #7eba34;
                font-size: 20px;
                text-decoration: none;
            }

    div.close_drop {
        text-align: left;
    }

        div.close_drop a.close_drop_button {
            border: 0;
            padding: 0;
        }

            div.close_drop a.close_drop_button i {
                color: #2c3e45;
                font-size: 20px;
                text-decoration: none;
            }

            div.close_drop a.close_drop_button:hover i {
                color: #7eba34;
                font-size: 20px;
                text-decoration: none;
            }

    div.login_details,
    div.search_details {
        position: absolute;
        top: 40px;
        right: 0;
        width: 296px;
        padding: 10px;
        background-color: #efefef;
        z-index: 9000;
        display: none;
        line-height: 140%;
        border: 2px solid #2c3e45;
        font-size: 16px;
    }

        div.login_details a.edit_details {
            border: none;
            padding: 0;
            margin: 0;
            display: inline-block;
            line-height: 140%;
            vertical-align: unset;
            color: #7eba34;
            font-size: 16px;
        }

        div.login_details a.logout {
            border: none;
            padding: 0;
            margin: 0;
            display: inline-block;
            line-height: 140%;
            vertical-align: unset;
            font-size: 16px;
        }

    /*	Navigation
----------------------------------------------------------*/
    div.navigation {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        background-color: #fff;
        height: 60px;
        padding-top: 20px;
    }

    div.top_nav_container {
        width: 800px;
        padding: 0;
        background-color: #fff;
        margin: 0 auto;
        z-index: 8999;
    }

    div.top_nav {
        display: block;
        width: 100%;
    }

    div.head_line_nav {
        display: none;
    }

    div.menu_heading {
        display: none;
    }

    div.menu_login {
        display: none;
    }

    div.menu_button,
    div.menu_extra_links {
        display: none;
    }

    div.top_nav ul.top_nav_list {
        width: 100%;
        display: table;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        div.top_nav ul.top_nav_list li#homeMobile {
            display: none;
        }

    div.top_nav li.link {
        height: 60px;
        line-height: 60px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        padding: 0 20px;
    }

        div.top_nav li.link:hover {
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            padding: 0 20px;
            background-color: #7eba34;
        }

        div.top_nav li.link a {
            color: #7eba34;
            font-family: 'Lato', Arial, sans-serif;
            font-size: 24px;
            display: block;
            text-decoration: none;
            font-weight: 700;
        }

        div.top_nav li.link:hover a {
            color: #fff;
            font-family: 'Lato', Arial, sans-serif;
            font-size: 24px;
            text-decoration: none;
            font-weight: 700;
        }

        div.top_nav li.link a i {
            font-size: 24px;
            text-decoration: none;
            height: 60px;
            line-height: 60px;
        }

        div.top_nav li.link a.mainlinkStandard {
            display: block;
        }

        div.top_nav li.link a.mainlinkRes {
            display: none;
        }

        div.top_nav li.link:hover div.sub_nav {
            display: block;
        }

    div.top_nav #ml {
        width: 44px;
    }

    div.top_nav #myl {
        display: none;
    }

    div.sub_nav {
        background-color: #7eba34;
        width: 1159px;
        position: absolute;
        text-align: left;
        z-index: 9999;
        display: none;
        box-sizing: border-box;
        left: 0;
    }

    div.sub_nav_inner {
        padding: 40px 0 40px 359px;
        width: 400px;
        text-align: left;
        float: left;
        display: inline-block;
    }

    div.sub_nav_right {
        float: right;
        width: 350px;
        padding: 40px 40px 40px 0;
        display: inline-block;
    }

    div.sub_nav_right_head {
        color: #2c3e45;
        font-family: 'Lato', Arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }

    div.sub_nav_right_under {
        width: 75px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    div.sub_nav div.my_sub_link a {
        padding: 5px 0 5px 0;
        line-height: 20px;
        color: #fff;
        font-family: 'Lato', Arial, sans-serif !important;
        font-size: 20px !important;
        text-decoration: none;
        z-index: 10001;
        font-weight: 500;
    }

        div.sub_nav div.my_sub_link a:hover {
            text-decoration: none;
            color: #2c3e45;
            font-family: 'Lato', Arial, sans-serif !important;
            font-weight: 500;
        }

    div.sub_nav div.sub_link {
        padding: 0;
        z-index: 10001;
    }

    div.sub_nav .sub_link_res_only {
        display: none;
    }

    div.sub_nav div.sub_link:first-child {
        border-top: none;
    }

    div.sub_nav div.sub_link a {
        padding: 5px 20px;
        line-height: 20px;
        color: #fff;
        font-family: 'Lato', Arial, sans-serif !important;
        font-size: 20px !important;
        text-decoration: none;
        z-index: 10001;
        font-weight: 500;
    }

        div.sub_nav div.sub_link a:hover {
            text-decoration: none;
            color: #2c3e45;
            font-family: 'Lato', Arial, sans-serif !important;
            font-weight: 500;
        }

    div.sub_nav .ActiveSub a {
        font-family: 'Lato', Arial, sans-serif !important;
        text-decoration: none !important;
        color: #2c3e45 !important;
        font-weight: 500;
    }

    div.sub_nav .ActiveSub {
    }

    span.morebars {
        display: block;
    }

    span.moretext {
        display: none;
    }

    div.responsive_nav_social {
        display: none;
    }

    div.responsive_nav_join {
        display: none;
    }

    div.nav_close {
        display: none;
    }

    /*	Admin Navigation
----------------------------------------------------------*/
    div.navigation_admin {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        background-color: #efefef;
    }

    div.top_nav_admin_container {
        width: 1159px;
        box-sizing: border-box;
        padding: 40px 40px 40px 359px;
        background-color: #efefef;
        margin: 0 auto;
        position: relative;
        text-align: left;
    }

    a.admin_nav_link {
        color: #454545;
        font-family: 'Lato', Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

    /*	Footer
----------------------------------------------------------*/
    div.footer {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        background-color: #2c3e45;
    }

    div.footer_container {
        width: 1159px;
        padding: 40px 20px;
        background-color: #2c3e45;
        margin: 0 auto;
        text-align: left;
    }

    div.footer_head {
        line-height: 20px;
        color: #fff;
        font-family: 'Lato', Arial, sans-serif;
        font-size: 18px !important;
        padding-bottom: 5px;
        text-transform: uppercase;
        font-weight: 500;
    }

    div.footer_head_line {
        margin: 10px 0;
        height: 3px;
        background-color: #7eba34;
        width: 50px;
    }

    div.footer_text {
        padding-bottom: 20px;
    }

        div.footer_text,
        div.footer_text a {
            color: #fff;
            font-family: 'Lato', Arial, sans-serif;
            font-size: 14px !important;
            font-weight: normal;
        }

            div.footer_text a:hover {
                color: #7eba34;
                text-decoration: none;
            }

    div.footer_c1 {
        width: 22%;
        padding-right: 4%;
        text-align: left;
        vertical-align: top;
        float: left;
    }

    div.footer_c2 {
        width: 22%;
        padding-right: 4%;
        text-align: left;
        vertical-align: top;
        float: left;
    }

    div.footer_c3 {
        width: 22%;
        text-align: left;
        vertical-align: top;
        float: left;
    }

    div.footer_c4 {
        width: 22%;
        text-align: left;
        vertical-align: top;
        float: right;
    }

    div.footer_icons {
        padding-top: 10px;
    }

        div.footer_icons a {
            display: inline-block;
            font-weight: normal;
            height: 40px;
            width: 40px;
            padding: 0;
            line-height: 40px;
            border-radius: 20px;
            margin-right: 3px;
            background-color: #dddddd;
            text-align: center;
        }

            div.footer_icons a:hover {
                display: inline-block;
                font-weight: normal;
                height: 40px;
                width: 40px;
                padding: 0;
                line-height: 40px;
                border-radius: 20px;
                margin-right: 3px;
                background-color: #7eba34;
                text-align: center;
            }

                div.footer_icons a:hover i {
                    color: #fff;
                    font-size: 20px;
                    line-height: 40px;
                }

            div.footer_icons a i {
                color: #7eba34;
                font-size: 20px;
                line-height: 40px;
            }

div.footer_icon
{
    max-width: 25%;
    display: table-cell;
    padding-top: 5px;
}

div.footer_icon_inner
{
    padding-right: 4px;
}
div.footer_icon_inner img
{
    width: 100%;
    max-width: 40px;
}
div.footer_ql
{
    padding-bottom: 2px;
}
div.footer_ql a
{
	color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
}
div.footer_ql a:hover
{
	color: #7eba34;
    text-decoration: none;
}
div.footer_base
{
    padding-top: 50px;
    padding-bottom: 30px;
}
div.footer_base_left
{
    float: left;
    width: 48%;
	color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
}
div.footer_base_right
{
    float: right;
    text-align: right;
    width: 48%;
}
div.footer_base_left,
div.footer_base_left a,
div.footer_base_right,
div.footer_base_right a
{
	color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    text-decoration: none;
}
div.footer_base_left a:hover,
div.footer_base_right a:hover
{
	color: #7eba34;
    text-decoration: none;
} 
div.footer_base_left a
{
    border-left: 1px solid #fff;
    padding: 0 5px;
}
div.footer_base_right a
{
    border-left: 1px solid #fff;
    padding: 0 5px;
}
div.footer_base_right a:first-child
{
    border-left: none;
    padding-left: 0;
}
/*	Footer admin
----------------------------------------------------------*/
div.footer_admin
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    background-color:#2c3e45;
}
div.footer_admin_container
{
    width: 1159px;
    padding: 0 20px 50px;
    background-color: #2c3e45;
    margin: 0 auto;
    text-align: left;
} 
div.footer_admin_container,
div.footer_admin_container a
{
	color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    text-decoration: none;
} 
div.footer_admin_container a:hover
{
	color: #7eba34;
    text-decoration: none;
} 
/*	Footer Subscribe
----------------------------------------------------------*/
div.news_subscribe_text
{
	color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 10px;
}
div.news_subscribe
{
    margin-top: 10px;
}
div.news_subscribe_item
{
    margin-bottom: 5px;
    background-color: #585f67;
    padding: 3px 5px;
}
input.text_box_subscribe
{
    width: 95%;
    background-color: #585f67;
    color: #fff;
    height: 25px;
    font-size: 14px;
    border: 0;
    padding: 3px;
}
div.news_subscribe_button
{
     padding: 5px 0;
}
div.news_subscribe_button a
{
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border: 1px solid #7eba34;  
    background-color: #7eba34;  
    width: auto;
}
div.news_subscribe_button a:hover
{
    color: #7eba34;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border: 1px solid #fff;  
    background-color: #fff;
    width: auto;
    text-decoration: none;
}

/* Homepage banner
----------------------------------------------------------*/
div.banner
{
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    display: block;
	z-index: 8000;
    position: relative;
}
div.nobanner
{
    height: 100px;
}
.rslides li 
{
	z-index: 8000;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 80px;
}
.rslides li.page
{
	z-index: 8000;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 20px;
}
img.banner_phone
{
    display: none;
}
div.banner_slide
{
}
div.caption_container
{
    display: block;
    text-align: center;
	z-index: 8001;
    position: absolute;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 124px;
    bottom: 0;
    margin-bottom: 80px;
}
div.caption_container_page
{
    display: block;
    text-align: center;
	z-index: 8001;
    position: absolute;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 124px;
    bottom: 0;
    margin-bottom: 20px;
}
div.caption
{
    display: block;
    text-align: center;
	z-index: 8002;
    width: 1159px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 74px;
    line-height: 74px;
    padding: 30px 20px 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
div.image_base
{
    text-align: center;
    width: 100%;
    background-color:#7eba34;
	z-index: 8001;
    height: 80px;
    position: absolute;
    bottom: 0;
}
div.image_base_page
{
    text-align: center;
    width: 100%;
    background-color:#7eba34;
	z-index: 8001;
    height: 20px;
    position: absolute;
    bottom: 0;
}
div.image_base_caption
{
    display: block;
    text-align: center;
	z-index: 8002;
    width: 1159px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 40px;
    line-height: 40px;
    padding: 20px 0;
}
.rslides_tabs 
{
    background: transparent;
    font-size: 8px;
    height: 40px;
    line-height: 40px;
    width: 1159px;
    text-align: center;
    margin: 10px auto  0 !important;
}

/*	Content
----------------------------------------------------------*/
div.content
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    background-color:#fff;
}
div.page_content
{
    width: 1159px;
    padding: 20px 20px 40px;
    min-height: 400px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    position: relative;
}
div.pca
{
    padding-top: 140px;
}
div.page_content_row
{
    width: 100%;
    padding: 0;
    min-height: 400px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
}

/*	Page Layouts
----------------------------------------------------------*/
div.one_column_layout
{
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
div.two_column_layout
{
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: left;
    vertical-align: top;
}
div.two_column_left
{
    background-color: #fff;
    width: 48%;
    padding: 0;
    text-align: left;
    vertical-align: top;
    float: left;
}
div.two_column_right
{
    background-color: #fff;
    width: 48%;
    padding: 0;
    text-align: left;
    vertical-align: top;
    float: right;
}


/* Banner Admin style
----------------------------------------------------------*/
div.admin_banner_image
{
    float: left;
    width: 600px;
    text-align: left;
    position: relative;
    padding-bottom: 32px;
}
div.admin_banner_image_page
{
    float: left;
    width: 600px;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}
div.admin_banner_image img,
div.admin_banner_image_page img
{
    width: 600px;
}
div.admin_banner_info
{
    float: right;
    width: 500px;
    text-align: left;
}
div.admin_caption_container
{
    display: block;
    text-align: center;
	z-index: 8001;
    position: absolute;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 60px;
    bottom: 0;
    margin-bottom: 32px;
}
div.admin_caption_container_page
{
    display: block;
    text-align: center;
	z-index: 8001;
    position: absolute;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 60px;
    bottom: 0;
    margin-bottom: 10px;
}
div.admin_caption
{
    display: block;
    text-align: center;
	z-index: 8002;
    width: 560px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 28px;
    line-height: 28px;
    padding: 20px 20px 12px;
    letter-spacing: 1px;
    font-weight: 500;
}
div.admin_image_base
{
    text-align: center;
    width: 100%;
    background-color:#7eba34;
	z-index: 8001;
    height: 32px;
    position: absolute;
    bottom: 0;
}
div.admin_image_base_page
{
    text-align: center;
    width: 100%;
    background-color:#7eba34;
	z-index: 8001;
    height: 10px;
    position: absolute;
    bottom: 0;
}
div.admin_image_base_caption
{
    display: block;
    text-align: center;
	z-index: 8002;
    width: 560px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 20px;
    line-height: 20px;
    padding: 6px 20px;
}

/*	Admin Defaults
----------------------------------------------------------*/
div.mobile_message
{
    display: none;
}
div.admin_row_title
{
    color: #85af8b;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 20px;
    font-weight: 500;
}

/*	Join
----------------------------------------------------------*/
div.join
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    background-color:#f3f3f3;
}
div.join_container
{
    width: 1159px;
    padding: 40px 20px;
    background-color: #f3f3f3;
    margin: 0 auto;
    text-align: left;
} 
div.join_title
{
    color: #064d84;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 48px;
    line-height: 48px;
    padding: 0 0 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}
div.join_summary
{
    color: #064d84;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 28px;
    line-height: 28px;
    padding: 0 0 30px;
    text-align: center;
    font-weight: 500;
}
div.join_button
{
    text-align: center;
}
div.join_button a
{
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    background-color: #7eba34;  
    width: auto;
    font-weight: 500;
}
div.join_button a:hover
{
    color: #7eba34;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    color: #fff;
    background-color: #064d84;
    width: auto;
    text-decoration: none;
    font-weight: 500;
}
/*	Highlights
----------------------------------------------------------*/
div.highlight_items
{
    width: 100%;
    margin: 20px 0 20px;
}
div.highlight_item_admin
{
    position: relative;
    width: 100%;
}
div.highlight_item:hover div.high_home_summary,
div.highlight_item_admin:hover div.high_home_summary
{
    display: block;
}
div.high_home_image
{
    position: relative;
}
div.high_home_image img
{
    width: 100%;
}
div.high_home_summary
{
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
}
div.high_home_summary_inner
{
    padding: 20px;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
div.high_home_summary_inner a
{
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    background: #064d84;
    padding: 8px 12px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 500;
}
div.high_home_summary_inner a:hover
{
    background: #FFFFFF;
    color: #064d84;
}
div.high_home_header
{ 
    padding: 20px 20px 40px;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    min-height: 64px;
    text-align: left;
    position: relative;
    font-weight: 500;
}
div.high_home_header_arrow
{ 
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
}
div.high_home_header_arrow i
{ 
    color: #fff;
    font-size: 30px;
}
div.highlight_item
{
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    float: left;
}
div.highlight_items div.highlight_item:nth-child(3n-1)
{
    margin-right: 0;
}
div.highlight_items div.highlight_item:nth-child(3n)
{
    float: right;
    margin-right: 0;
}
div.highlight_items div.highlight_item:nth-child(3n+1)
{
    clear: both;
}
div.highlight_extra
{
    display: none;
}

/*	Searching
----------------------------------------------------------*/
div.search_header
{
    background-color: #2c3e45;
    padding: 5px 50px;
    position: relative;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 140%; 
    font-weight: 500; 
}
div.search_container
{
    background-color: #efefef;
    padding: 25px 50px;
    position: relative;
    margin-bottom: 5px;
    color: #fff; 
}
table.search_table
{
    width: 100%;
}
table.search_table tr
{
    width: 100%;
    background-color: #dddddd;
}
table.search_table tr:last-child
{
    width: 100%;
    background-color: transparent;
}
table.search_table tr:last-child td
{
    padding: 10px 0 0 0;
}
table.search_table tr td
{
    border-bottom: 5px solid #efefef;
    padding: 5px 10px;
    font-size: 16px;
}
table.search_table tr td div
{
    font-size: 16px;
}
table.search_table tr td table tr td
{
    border-bottom: 0;
}

table.search_table tr td:first-child
{
    width: 25%;
}
table.search_table tr td:last-child
{
    width: 75%;
}
table.search_table tr td input
{
    height: 25px;
}

/*  Admin style highlights
----------------------------------------------------------*/
div.admin_hitem
{
    float: left;
    width: 480px;
    text-align: left;
    position: relative;
}
div.admin_hinfo
{
    float: right;
    width: 600px;
    text-align: left;
    position: relative;
}
/*	Admin Defaults
----------------------------------------------------------*/
div.admin_item
{
    background-color: #eee;
    padding: 30px;
    position: relative;
    margin-bottom: 5px;
}
div.admin_item_image
{
    width: 400px;
    position: relative;
    float: right;
    margin-left: 20px;
}
div.admin_item_image_small
{
    width: 250px;
    position: relative;
    float: right;
    margin-left: 20px;
}
div.admin_item_image img,
div.admin_item_image_small img
{
    width: 100%;
}
div.admin_info
{
    text-align: left;
    vertical-align: top;
}
div.admin_info_large
{
    text-align: left;
    vertical-align: top;
}

/*	View item
----------------------------------------------------------*/
div.view_item
{
    background-color: #efefef;
    padding: 25px 50px;
    position: relative;
    margin-bottom: 5px;
}
div.view_image
{
    float: right;
    padding-left: 20px;
    width : 360px;
}
div.view_image_small
{
    float: right;
    padding-left: 20px;
    width : 250px;
}
div.view_image img,
div.view_image_small img
{
    width: 100%;
}
div.view_header
{
    padding: 10px 50px;
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif !important;
    color: #fff;
}
div.view_title
{
    color:#7eba34;
    padding: 10px 0 5px;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 24px;
    font-weight: 500;
}
div.view_title a
{
    color: #7eba34;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
}
div.view_date,
div.view_location
{
    color: #064d84;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
}
div.view_summary
{
    padding: 5px 0 20px;
}
div.view_type
{
    text-align: right;
    font-style: italic;
}
div.view_more
{
}
div.view_more a
{ 
    padding: 8px 15px;
    height: 30px !important;
    line-height: 30px !important;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    background-color: #7eba34;
}
div.view_more a:hover
{ 
    background-color: #064d84;
    text-decoration: none;
}

/*	share
----------------------------------------------------------*/
div.share
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    background-color:#fff;
    position: relative;
}
div.share-inner
{
    text-align: left;
    width: 1159px;
    padding: 40px 0;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
div.share_header
{
    display: inline-block;
    width: auto;
    font-size: 24px;
    font-family: 'Lato', Arial, sans-serif;	
    color: #064d84;
    line-height: 32px;
    padding-right: 10px;
    vertical-align: top;
    font-weight: 500;
}
div.share_icons
{
    display: inline-block;
}
/*	sub nav
----------------------------------------------------------*/
div.related
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    background-color: #fafafa;
    position: relative;
}
div.also_navigation_container_side
{
    text-align: left;
    width: 1159px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}
div.also_navigation_links_title
{
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif;	
    color: #064d84;
    padding-bottom: 10px;
    font-weight: 500;
}
div.also_navigation_links_side
{
}
div.also_navigation_links_side div.also_navigation_link_side:nth-child(3n)
{
    margin-right: 0;
    float: right;
}
div.also_navigation_links_side div.also_navigation_link_side:nth-child(3n-1)
{
    margin-right: 0;
}
div.also_navigation_links_side div.also_navigation_link_side:nth-child(3n+1)
{
    clear: both;
}
div.also_navigation_link_side
{
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    background-color: #f3f3f3;
}
div.also_navigation_link_side a
{
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    color: #585f67;
    display: block;
    padding: 10px;
    background-color: #f3f3f3;
    font-weight: 500;
}
div.also_navigation_link_side a:hover
{
    color: #7eba34;
    background-color: #e9e9e9;
    text-decoration: none;
}

/* help pop up
----------------------------------------------------------*/

div.help_pop_up
{
    background-color: #efefef;
    margin-bottom: 20px;
    padding: 20px 40px;
    position: relative;
}
div.help_pop_up a.help_pop_up_link
{
    color:#064d84;
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif;	
    height: 36px;
    line-height: 36px;
    text-decoration:none;
    font-weight: 500;
}
div.help_pop_up a.help_pop_up_link i
{
    color:#064d84;
    font-size: 36px;
    line-height: 36px;
    margin-right: 20px;
    vertical-align: middle;
}
div.help_pop_up a.help_pop_up_link:hover
{
    text-decoration:none;
}
div.help_pop_up div.help_pop_up_content
{
    display: none;
    position: relative;
    margin-top: 10px;
}

/*	Pagination
----------------------------------------------------------*/
    div.pagination_band {
        padding: 10px 50px;
        background-color: #efefef;
        font-size: 16px;
        font-family: 'Lato', Arial, sans-serif;
        color: #2c3e45;
        margin-bottom: 5px;
        line-height: 25px;
        height: 25px;
        font-weight: 500;
    }

/*	Key Links
----------------------------------------------------------*/
div.hl_items_2to1
{
    width: 100%;
    margin: 20px 0 20px;
}
div.hl_item_2
{
    width: 66%;
    margin-bottom: 2%;
    margin-right: 2%;
    float: left;
}
div.hl_item_1
{
    width: 32%;
    margin-bottom: 2%;
    float: right;
    margin-right: 0;
}

div.hl_items
{
    width: 100%;
    margin: 20px 0 20px;
}
div.hl_item
{
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    float: left;
}
div.hl_items div.hl_item:nth-child(3n-1)
{
    margin-right: 0;
}
div.hl_items div.hl_item:nth-child(3n)
{
    float: right;
    margin-right: 0;
}
div.hl_items div.hl_item:nth-child(3n+1)
{
    clear: both;
}
div.hl_header
{ 
    padding: 20px 0;
    color: #FFFFFF;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    position: relative;
    background-color: #064d84;
    text-transform: uppercase;
    font-weight: 500;
}
div.hl_padding
{ 
    padding: 20px 0;
}
div.hl_padding_top
{ 
    padding: 20px 0;
}
div.key_link
{
    color: #585f67;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    background-color: #dddddd;
    margin-bottom: 5px;
    font-weight: 500;
}
div.key_link a
{
    padding: 15px 20px;
    display: block;
    color: #585f67;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    background-color: #dddddd;
    text-decoration: none;
    font-weight: 500;
}
div.key_link a:hover
{
    color: #dddddd;
    background-color: #585f67;
}

/*	Homepage News
----------------------------------------------------------*/
div.home_news_cont
{
    padding: 20px;
}
div.home_news
{
    padding: 20px 0;
    border-top: 2px solid #064d84;
}
div.home_news_cont div:first-child.home_news
{
    border-top: 0;
}
div.home_news_date
{
    color: #7eba34;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
}
div.home_news_title,
div.home_news_title a
{
    color: #064d84;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
div.home_news_summary
{
    padding-bottom: 5px;
}
div.home_news_more
{
    padding-bottom: 5px;
}
div.home_news_more a
{ 
    text-decoration: none;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
}

/*	HTMl Box
----------------------------------------------------------*/

div.box
{
    padding: 20px 40px;
    margin: 20px 0;
    background-color: #efefef;
}

/*	Attachment
----------------------------------------------------------*/
div.attachment
{
    padding: 20px 40px;
    background-color: #efefef;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    color: #7eba34;
    margin-bottom: 5px;
    font-weight: 500;
}
div.attachment_title,
div.attachment_title a
{
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif;	
    color: #7eba34;
    font-weight: 500;
}

/* Form
----------------------------------------------------------*/
div.form-row 
{
    padding: 0;
    clear: both;
    width: auto;
}
div.dbsaction
{
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}
div.form-row-buttons
{
    padding: 25px 0 20px;
    text-align: left;
    clear: both;
}
div.form-label 
{
    float: left;
    width: 20%;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: 10px;
}
div.form-item
{
    float: left;
    width: 60%;
    margin-bottom: 10px;
}
div.form-item input
{
    width: 100%;
    max-width: 400px;
}
div.form-item label
{
    display: block;
    font-style: italic;
    font-size: 12px;
}
div.dbsaction a.open_button,
div.form-row-buttons a.open_button,
input.open_button
{
    width: 250px;
    background-color: #064d84 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;	
}
div.dbsaction a.open_button:hover,
div.form-row-buttons a.open_button:hover,
input.open_button:hover
{
    width: 250px;
    background-color: #7eba34 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
div.form-left
{
    width: 49%;
    float: left;
}
div.form-right
{
    width: 49%;
    float: right;
}
div.form-label2 
{
    font-weight: bold;
    margin-bottom: 5px;
}
div.form-item2,
div.form-item2-sec
{
    margin-bottom: 10px;
}
div.form-item2 input.cc_textbox
{
    width: 90%;
}
div.form-item2 textarea.cc_textbox_big
{
    width: 90%;
    height: 80px;
}
div.form-item2-sec label
{
    display: block;
    font-style: italic;
    font-size: 12px;
}



/* membership
----------------------------------------------------------*/
.member_desktop
{
    display: block;
}
.member_mobile,
.member_mobile_th,
.member_mobile_tr
{
    display: none;
}
div.view_member_item
{
    background-color: #efefef;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 5px;
}
div.view_item_member
{
    float: left;
    width: 35%;
}
div.view_item_memberb
{
    float: right;
    width: 62%;
}
div.member_table
{
    width: 100%;
    display: table;
    table-layout:fixed;
}
div.view_title_member
{
    color:#7eba34;
    padding: 5px 0 5px;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
}
div.view_date_member
{
    color: #064d84;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 5px;
}
div.member_table_content
{
    width: 100%;
    display: table;
    table-layout:fixed;
    margin-top: 10px;
}
div.member_cell
{
    width: calc(100% / 8);
    display: table-cell;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
div.member_cell div
{
    display: inline-block;
    font-size: 14px;
}
div.view_item_member_buy
{
    float: left;
    width: 62%;
}
div.view_item_memberb_buy
{
    float: right;
    width: 35%;
    text-align: right;
    padding-top: 25px;
}
.pp_frame
{
    text-align: right;
    width: 100%;
    height: 80px;
    border: 0;
}
/* home join
----------------------------------------------------------*/
div.home_join
{
    background-color: #efefef;
    padding: 40px;
}
div.home_join_head
{
    color: #585f67;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 28px;
    text-decoration: none;
    padding-bottom: 5px;
    font-weight: 500;
}
div.home_join_text
{
    color: #585f67;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 20px;
}
div.home_join_link
{
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
}
div.home_join_link,
div.home_join_link a
{
    color: #7eba34;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}
div.home_join_link a i
{
    color:#7eba34;
    font-size: 24px;
    line-height: 24px;
    margin-right: 20px;
    vertical-align: middle;
}
div.home_join_link a:hover
{
    color: #064d84;
}
div.home_join_link a:hover i
{
    color: #064d84;
}


/*	News Row
----------------------------------------------------------*/
div.news_row_image_banner
{
    display: block;
}
div.news_row_image_banner_phone
{
    display: none;
}
div.news_row_container
{
    width: 1159px;
    padding: 20px 20px 40px;
    min-height: 400px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    position: relative;
}
div.full_heading_page
{
    padding: 10px 40px;
    background-color: #064d84;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-size: 24px;
}
div.news_row_organ
{
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important; 
    color: #7eba34;
    font-style: italic;
}
div.nrc_top
{
    margin-top: 140px !important;
}
div.news_row_top
{
    background-color:#efefef;
    padding: 20px 40px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
}
div.news_row_content
{
    padding: 0 0 20px;
}
div.news_row_title
{
    font-size: 32px;
    color: #064d84;
    font-family: 'Lato', Arial, sans-serif !important;
    line-height: 140%;
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 500;
}
div.news_row_date
{
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important; 
    color: #064d84;
    font-weight: 500;
}
div.news_row_summary
{
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif !important;
}
div.news_row_yt
{ 
    text-align: center;
    vertical-align: top;
    margin: 20px auto;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
div.news_row_yt iframe
{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.news_row_image,
div.news_row_image_visible
{
    width: 400px;
    float: right;
    text-align: right;
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 10px;
}
div.news_row_image_visible img,
div.news_row_image img
{
    max-width: 100%;
}

div.news_row_downloads
{
    background-color: #efefef;
    padding: 20px;
    margin-top: 20px;
}
div.news_row_download
{
    padding-top: 5px;
}
div.news_row_back
{
    display: inline-block;
    width: auto;
}
div.news_row_back a
{
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: #7eba34;
    display: block;
}
div.news_row_back a:hover
{
    background-color: #064d84;
}
div.news_row_download
{
    background: #efefef;
    width: 49%;
    float: left;
}
div.news_row_download_inner
{
    padding: 20px;
}
div.news_row_downloads_inner div.news_row_download:nth-child(2n)
{
    float: right;
}
div.news_row_downloads_inner div.news_row_download:nth-child(2n+1)
{
    clear: both;
}

/*	Membership
----------------------------------------------------------*/
input.open_button
{
    width: 250px;
    background-color: #064d84 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
input.open_button:hover
{
    width: 250px;
    background-color: #7eba34 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
input.open_button_large
{
    width: 350px;
    background-color: #064d84 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
input.open_button_large:hover
{
    width: 350px;
    background-color: #7eba34 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
div.user-man-control-panel-buttons
{
    display: inline-block;
    margin-bottom: 20px;
}
div.user-man-control-panel-buttons a
{
    margin-right: 20px;
}
div.umep_inner
{
    padding: 20px 0;
}
div.umep_inner_row
{
    margin-bottom: 10px
}
div.user-man-label
{
    width: 250px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
div.user-man-edit
{
    width: 500px;
    display: inline-block;
}
div.user-man-edit-full
{
    width: 100%;
    display: block;
}
div.user-man-edit input[type='text']
{
    width: 100%;
    border: 1px solid #064d84;
    padding: 2px;
    height: 20px;
}
div.user-man-edit select
{
    width: 100%;
    border: 1px solid #064d84;
    padding: 2px;
    height: 25px;
}
div.user-man-edit textarea
{
    width: 100%;
    border: 1px solid #064d84;
    padding: 2px;
    height: 150px;
    overflow-y: scroll;
}
div.user-man-edit select.ddlfifty
{
    width: 33%;
    border: 1px solid #064d84;
    padding: 2px;
    height: 25px;
}
div.user-man-edit div.RadPicker 
{
    width: 100% !important;
    border: 1px solid #064d84;
    padding: 2px;
    height: 20px;
}
.riTextBox
{
    border: 0 !important;
}
.riDisabled,
.RadInput_Disabled_Default
{
    background-color: #dddddd !important;
}
div.member_search_type
{
    padding: 20px;
    margin-bottom: 20px;
    background-color: #efefef;
}
div.member_search_type a
{
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important;
    color: #064d84;
    text-decoration: none;
    font-weight: 500;
}
div.member_search_type a:hover
{
    color: #7eba34;
}
div.member_search_type a i
{
    color:#064d84;
    font-size: 28px;
    line-height: 28px;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
    float: right;
}
div.member_search_type a:hover i
{
    text-decoration:none;
    color: #7eba34;
}
div.date_small div.RadPicker
{
    width: 40% !important;
    border: 1px solid #064d84;
    padding: 2px;
    height: 20px;
}
a.open_button
{
    width: 210px;
    height: 21px;
    background-color: #064d84 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    border: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
a.open_button:hover
{
    width: 210px;
    height: 21px;
    background-color: #7eba34 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    border: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
div.user-man-control-panel-buttons-right
{
    display: inline-block;
    margin-bottom: 20px;
    float: right;
}

div.search_list_count
{
    padding: 20px 0;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important;
    color: #7eba34;
    font-weight: 500;
}
div.search_list
{
    padding: 0 0 20px;
    width: 100%;
    display: table;
}
div.search_list_head
{
    padding: 10px 0;
    background-color: #dddddd;
    width: 100%;
    display: table-row;
}
div.search_list_row
{
    padding: 10px 0;
    background-color: #efefef;
    width: 100%;
    display: table-row;
}
div.search_list_head div.search_list_name,
div.search_list_head div.search_list_email,
div.search_list_head div.search_list_type,
div.search_list_head div.search_list_no
{
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
div.search_list_row div.search_list_name,
div.search_list_row div.search_list_email,
div.search_list_row div.search_list_type,
div.search_list_row div.search_list_no
{
    border-bottom: 1px solid #fff;
}
div.search_list_name
{
    width: 33%;
    text-align: left;
    padding: 1%;
    display: table-cell;
}
div.search_list_email
{
    width: 23%;
    text-align: left;
    padding: 1%;
    display: table-cell;
}
div.search_list_type
{
    width: 18%;
    text-align: left;
    padding: 1%;
    display: table-cell;
}
div.search_list_no
{
    width: 18%;
    text-align: left;
    padding: 1%;
    display: table-cell;
}
div.dir_row_inner
{
    background-color: #efefef;
    width: 100%;
    margin-bottom: 2px;
}
div.dir_inner
{
    padding: 20px;
}
div.dir_image
{
    float: right;
    width: 200px;
}
div.dir_image img
{
    width: 100%;
}

    div.dir_image a {
        background-color: #064d84 !important;
        color: #fff !important;
        font-size: 16px;
        padding: 10px 20px;
        display: block;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
    }
        div.dir_image a:hover {
            background-color: #7eba34 !important;
            color: #fff !important;
            font-size: 16px;
            padding: 10px 20px;
            display: block;
            text-align: center;
            text-decoration: none;
        }

span.dir_email
{
    display: inline-block; 
}
span.dir_service
{
    display: inline-block;
    margin-right: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #7eba34;
    margin-top: 10px;
    margin-bottom: 10px;
}
span.dir_service i
{
    font-weight: bold;
    font-size: 24px;
    color: #7eba34;
}
#taste_dir_summ div a
{
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important;
    color: #7eba34;
    font-weight: 500;
}

#full_dir_summ div a
{
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important;
    color: #7eba34;
    font-weight: 500;
}

a.dir_social i
{
    display: inline-block;
    padding-right: 5px;
}

a.dir_social i
{
    font-size: 36px;
}

/*	Member Alert
----------------------------------------------------------*/
div.member-alert
{
    display: none; 
    position: fixed;
    width: 50%;
    background-color: rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 11002;
    padding: 25% 25%;
}
div.member-alert-inner
{
    background-color: #fff;
    border: 5px solid #7eba34;
    z-index: 11002;
    margin: 0 auto;
    padding: 30px;
}
a.member-alert-link
{
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', Arial, sans-serif !important;
    color: #7eba34;
    font-weight: 500;
    float: right;
    margin-left: 10px;
}

a.member-alert-link i
{
    display: inline-block;
    padding-right: 5px;
    font-size: 28px;
}

a.member_button
{
    width: 210px;
    height: 21px;
    background-color: #064d84 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none; 
    display: inline-block; 
    margin-right: 10px; 
    margin-bottom: 10px;
}
a.member_button:hover
{
    width: 210px;
    height: 21px;
    background-color: #7eba34 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none; 
    display: inline-block; 
    margin-right: 10px; 
    margin-bottom: 10px;
}

table.involvement
{
    width: 100%;
}

table.involvement td
{
    width: 50%;
}

div.involvement-header-left
{
    width: 50%;
    display: inline-block;
    color: #064d84;
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
}

div.involvement-header-right
{
    width: 49%;
    display: inline-block;
    color: #064d84;
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
}




    /* terms Message ----------------------- */

    div.terms-message-outer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 12000;
        overflow: auto;
    }

        div.terms-message-outer div.terms-message {
            width: 50%;
            position: absolute;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            border: 5px solid #7eba34;
            display: block;
            padding: 40px;
            margin: 40px 0;
        }

    div.terms-message .terms_signup_row {
        padding-top: 10px;
    }


        div.terms-message .terms_signup_row .terms_signup_title {
            font-size: 16px;
            display: inline-block;
            width: 200px;
            padding-right: 20px;
        }

        div.terms-message .terms_signup_row .terms_signup_input {
            font-size: 16px;
            display: inline-block;
            width: 400px;
            padding-right: 20px;
        }

            div.terms-message .terms_signup_row .terms_signup_input input[type="text"] {
                display: inline-block;
                width: 400px;
            }

    div.terms-message .terms_signup_buttons {
        padding-top: 40px;
    }

        div.terms-message .terms_signup_buttons input[type="submit"] {
            margin-right: 10px;
            display: inline-block;
            background-color: #064d84;
            border: 1px solid #7eba34;
            color: #fff;
            padding: 5px 10px;
            width: auto;
            font-size: 16px;
        }







/*----------------------------------------------------------*/
/* Green:           #7eba34
/* Blue:            #064d84
/* Purple:          #8542a7
/* Footer:          #2c3e45
/* Mid Grey:        #606e77
/* Light Grey:      #efefef
/* Font:            #2c3e45
----------------------------------------------------------*/

}


