/*
Theme Name: wp-bootstrap
Theme URI: http://upwardstech.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*
===============================================
==================  Global  ===================
===============================================
 */
body{
    padding-top:190px;
    color:#5a5a5a;
    font-family: 'Raleway';
    font-weight: normal; /*normal */
    font-size:19px;
    line-height:32px;/*Leading		32 px; */
    margin-bottom: 24px;
    background-color: #e6e6e6;
}
article p{
    margin-bottom: 18px;
    color: #5a5a5a;
}
article li{
    font-family:'Raleway';
    font-weight:normal;
    font-size:17px;
    line-height: 27px;/*Leading		27 px*/
    margin-bottom:	7px;
    color: #5a5a5a;
}
 .form-ctrl{
                  border-radius: 0px!important;
                  font-size: 14px!important;
                  height: auto!important;
                 font-family: 'Raleway-Light'!important;
                  border: 1px solid #cfcfcf!important;
                  color: #182e40!important;
                 padding: 0.313em 12px!important;
width:30em!important;
margin-bottom:1em!important;
                }
.select-state{
                 padding: 12px 12px!important;
}
article ul {
    list-style: none !important;
    padding:0;
    margin:0;
}

article li {
    padding-left: 20px;
    position: relative;
}

article li:before{
    content: "• ";
    color: #5a5a5a;
    position: absolute;
    left: 0px;
}
article li ul>li:before{
    content: "- ";
    color: #5a5a5a;
    position: absolute;
    left: 0px;
}
.archive p, .archive li{
    color: #5a5a5a;
}
p{
    color:#5a5a5a;
    font-family:'Raleway';
    font-weight:normal;
    font-size:17px;
    line-height: 27px;/*Leading		27 px*/
    margin-bottom:	7px;
}
.lead{
    color: #969696;
    font-size: 21px;
    line-height: 1.6em;
}

a{
    color:#3c8da8;
    -ms-word-break: break-all;

    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
a:hover, a:focus{
    text-decoration: none;
}
h2 a:hover{
    color:#3c8da8;
}
.intro-text{
    color:#969696;
    font-family:'Raleway';
    font-weight: 200;
    font-size: 23px;
    line-height: 36px;/*leading 36px */
    margin-bottom: 20px;
}
h1{
    color:#182E40; /* OR #FFFFFF*/
    font-family: 'LeagueSpartan-Bold';
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    margin-top:0px;
    margin-bottom:25px;
    letter-spacing: .05em;
    padding-top: 17px;
}
h2{
    color:#5a5a5a;
    font-family: 'Raleway-Bold';
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
}
h3{
    color:#de5d13;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    line-height: 32px;
    margin-top:5px;
    margin-bottom: 5px;
    letter-spacing: 0.06em;
    font-size: 18px;
}

b, strong{
    font-family: 'Raleway-SemiBold';
}
.more-link{
    font-size: 13px;
    white-space: normal;
}
.button-small, .button-small:focus{
    background-color: #de5d13;
    color: #ffffff;
    border-radius: 2px;
    /* height: 42px; */
    font-family: Raleway-SemiBold;
    text-align: center;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 9px 23px;
    text-transform: uppercase;
    text-decoration: none;
}
.button-small:hover{
    background-color: #2ba0ba ;
    color: #ffffff;
    text-decoration: none;
}


.button-large, .gform_button, .gform_button:focus{
    background-color: #de5d13;
    color: #ffffff;
    border-radius: 2px;
    height: 55px;
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    letter-spacing: .05em;
    padding: 10px 80px;
    text-transform: uppercase;
    display: block;
    float: left;
    border-color:#2ba0ba ;
    border: 0px;
}
.button-large:hover, .gform_button:hover{
    background-color: #2ba0ba ;
    color: #ffffff;
}
.forms{
    height:42px;
    font-family: 'Raleway';
    font-weight: 200;
    font-size: 15px;
    color:#1a2d40;
    border:5px;
    border-color: #cfcfcf;
}
#main{
    background: #ffffff;
    display: inherit;
}
.wp-caption{
    position: relative;
    height: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100% !important;
}
.wp-caption-text{
    position: absolute;
    bottom: 0px;
    left: 5%;
    z-index: 1;
    background-color: #182e40;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway-Bold';
    letter-spacing: 1px;
    padding: 12px 18px;
    margin-bottom: 0px;
    font-size: 20px;
    width: 88%;
    margin: 0px auto;
    display: block;
    float: initial;
}
.wp-caption:hover .wp-caption-text{
    background: #2ba0ba;
}
.wp-caption img{
    width: 100%;
}
.wp-caption:after{
    content: '';
    background-color: rgba(24,46,64, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;

}
.wp-caption:hover:after{
    opacity: 1;
}
/*
===============================================
================== 1.Header ===================
===============================================
 */
.navbar-fixed-top {
    position: fixed;
    top: 0px;
    background-color:#182e40;
    border-bottom: 0px;
}
.navbar{
    margin-bottom: 0px;
}
body.admin-bar .navbar-fixed-top{
    top: 32px !important;
}
.logo-brand{
    float: left;
    padding: 10px 0px 15px 0px;
}
.navbar-collapse{
    background-color: #ffffff;
}
.navbar-brand{
    height:100%;
}
.desc-brand{
    margin-top: 21px;
    color: #ffffff;
    font-weight: normal;
    float: left;
    padding-top: 22px;
    margin-left: 11px;
    line-height: 24px;
    font-family: 'Raleway';
    text-shadow: 0px;
}
.nav-bar-right{
    float: right;

}
.right-top{
    margin: 0px auto;
    padding: 29px 0px 10px;
    height: 100%;
    width: 100%;
    float: left;
}
.right-bottom{
    width: 100%;
    float: left;
}
.soc-med{
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    height: 24px;
}
.soc-med .soc-fb {
    background-image: url("images/header_social_media.png");
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 6px 0px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.soc-med .soc-fb:hover,
.soc-med .soc-fb:active,
.soc-med .soc-fb:focus
{
    background-position: 6px -20px;
}

.soc-med .soc-tw {
    background-image: url("images/header_social_media.png");
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -15px 0px;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.soc-med .soc-tw:hover,
.soc-med .soc-tw:active,
.soc-med .soc-tw:focus
{
    background-position: -15px -20px;
}

.soc-med .soc-yt {
    background-image: url("images/header_social_media.png");
    margin: 0;
    width: 20px;
    height: 19px;
    display: inline-block;
    background-position: -35px 1px;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.soc-med .soc-yt:hover,
.soc-med .soc-yt:active,
.soc-med .soc-yt:focus
{
    background-position: -35px -19px ;
}

.donate-button{
    float: right;
}
.form-join{
    float: right;
    width: 100%;
}
.form-join .wrap-input{
    display: inline-table;
    float: right;
    width: 433px;
    margin-top: -1px;
}
.form-join .form-group{
    float: left;
    width: 163px;
}
.form-join .group-email{
    width: 270px;
}
.form-join .group-email input{
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.form-join input{
    border-radius: 0px;
    font-size: 14px;
    height: auto;
    font-family: 'Raleway-Light';
    border-color: #cfcfcf;
    color: #182e40;
    width: 100% !important;
}
.btn-join, .btn-join:focus{
    background: #2ba0ba;
    border-radius: 0px;
    border-color: #2ba0ba;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold';
    outline: none;
    letter-spacing: 1px;
    padding: 6px 21px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    float: right;
}
.btn-join:hover  {
    background: #de5d13 ;
    border-color: #de5d13;
    color: #ffffff;
}
header .btn-join, header .btn-join:focus{
    background-color: #2ba0ba;
    border-color: #2ba0ba;
}
header .btn-join:hover{
    background-color: #de5d13;
    border-color: #de5d13;
}
.form-control:focus{
    border-color: #cfcfcf;
}
#block-top-menu{
    background: #f0f0f0;
    max-height: auto;
}

.navbar-default .navbar-nav>li>a{
    color: #182e40;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}
.navbar-default .navbar-nav>li>a:hover .desc-brand{
    font-weight: normal;
}

.navbar-nav>li>.dropdown-menu, .navbar-nav>li>.sub-menu{
    border: 0px;
    box-shadow: none;
    top: 52px;
    min-width: 220px;
    padding-top: 0px;
    background-color: rgba(240, 240, 240, 0.9);
}
.sub-menu{
    list-style: none;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    display: none;
}
.navbar-nav>li.menu-item-has-children:hover>.sub-menu, .navbar-nav>li.menu-item-has-children:focus>.sub-menu{
    visibility: visible;
    display: block;
}
.dropdown-menu>li>a, .sub-menu>li>a{
    font-size: 14px;
    font-family: 'Raleway-Bold';
    color: #5a5a5a;
    padding: 10px 20px;
    display: block;

}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active, .sub-menu>li>a:hover, .sub-menu>li>a:focus, .sub-menu>li>a:hover, .sub-menu>li>a:active{
    background: #de5d1e;
    color: #ffffff;
    text-decoration: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: #f0f0f0;
    color: #de5d1e;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background: #f0f0f0;
    color: #de5d1e;
}
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.open>a,
.navbar-default .navbar-nav>li.current-page-ancestor>a,
.navbar-default .navbar-nav>li.current_page_ancestor>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.sub-menu>li>a:hover .navbar-nav>li>a,
.navbar-default .navbar-nav>li.current-menu-ancestor>a{
    background: #f0f0f0;
    color: #de5d1e;
}
.navbar-default .navbar-nav>li.active>a:after,
.navbar-default .navbar-nav>li.open>a:after,
.navbar-default .navbar-nav>li.current-page-ancestor>a:after,
.navbar-default .navbar-nav>li.current_page_ancestor>a:after,
.navbar-default .navbar-nav>li>a:hover:after,
.sub-menu>li>a:hover .navbar-nav>li>a:after,
.navbar-default .navbar-nav>li.current-menu-ancestor>a:after{
    content: url("images/hover.png");
    position: absolute;
    left: 45%;
    top: -10px;
}
.navbar-default .navbar-nav>li.active:first-child>a:after,
.navbar-default .navbar-nav>li.open:first-child>a:after,
.navbar-default .navbar-nav>li.current-page-ancestor:first-child>a:after,
.navbar-default .navbar-nav>li.current_page_ancestor:first-child>a:after,
.navbar-default .navbar-nav>li:first-child>a:hover:after,
.sub-menu>li:first-child>a:hover .navbar-nav>li:first-child>a:after,
.navbar-default .navbar-nav>li.current-menu-ancestor:first-child>a:after{
    content: url("images/hover.png");
    position: absolute;
    left: 27%;
    top: -10px;
}

#searchform input{
    background: #ffffff url(images/search.png) center right no-repeat;
    border-color: #d8d8d8;
    box-shadow: none;
    border-radius: 0px;
    font-size: 12px;
    font-family: 'Raleway-Light';
    width: 227px;
    background-position: 198px 9px;
}
#top-menu-child{
    background: #ffffff;
    display: none;
    padding-top: 5px;
}
.archive #top-menu-child, .page-child #top-menu-child, .page-template-page-endorsement #top-menu-child{
    display: block;
}
#menu-main-menu-1{
    padding: 0px;
    margin: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
}
#top-menu-child li{
    list-style: none;
}
#menu-main-menu-1>li{
    display: none;
}
#menu-main-menu-1>li.current-menu-ancestor,
#menu-main-menu-1>li.current-menu-parent,
#menu-main-menu-1>li.current_page_ancestor,
#menu-main-menu-1>li.current-page-ancestor.menu-item-has-children{
    display: block;
    visibility: visible;
}
#menu-main-menu-1>li.current-menu-ancestor >a,
#menu-main-menu-1>li.current-menu-parent > a,
#menu-main-menu-1>li.current_page_ancestor > a,
#menu-main-menu-1>li.current-page-ancestor.menu-item-has-children > a{
    display: none;
}
#menu-main-menu-1>li.current-menu-ancestor .sub-menu,
#menu-main-menu-1>li.current-menu-parent .sub-menu,
#menu-main-menu-1>li.current_page_ancestor .sub-menu,
#menu-main-menu-1>li.current-page-ancestor.menu-item-has-children .sub-menu{
    display: block;
    visibility: visible;
}
#top-menu-child li ul li{
    float: left;
    padding: 5px 35px 5px 0px;
}
#top-menu-child .sub-menu>li>a{
    font-family: 'Raleway';
    padding: 0px;
}
#top-menu-child .sub-menu>li>a:hover,
#top-menu-child .sub-menu>li>a:focus,
#top-menu-child .sub-menu>li.current-menu-item>a{
    background: transparent;
    border-bottom: 2px solid #de5d1e;
    color: #5a5a5a;
}
/*
===============================================
================== 2.content ===================
===============================================
 */

/*
================== 2.1 Homepage ===================
*/

#block-carousel{
    height: 500px;
    background-color: #cccccc;
}
.block-carousel-nav{

}
.carousel-control{
    /*width: 44%;*/
    background-image: none !important;
}
.carausel-content{
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    padding-top: 150px;
    font-family: 'LeagueSpartan-Bold';
    line-height: 60px;
    text-transform: uppercase;
}
.carausel-content p{
    text-align: center;
    color: #ffffff;
    font-size: 35px;;
    font-family: 'LeagueSpartan-Bold';
    line-height: 60px;
    text-transform: uppercase;
}
.block-action{
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    padding-top: 78px;
}
.btn-call-action{
    background: #de5d1e;
    border-radius: 0px;
    border-color: #de5d1e;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold';
    outline: none;
    letter-spacing: 1px;
    padding: 15px 48px;
}
.btn-call-action:hover{
    background: #2ba0ba ;
    border-color: #2ba0ba;
    color: #ffffff;
    text-decoration: none;
}
#block-main-home{
    margin-top: -75px;
}
#explore, #take-action-home{
    float: left;
    width: 100%;
    display: block;
}
.main-title{
    background-color: rgba(43, 160, 186, 0.9);
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 30px;
    font-weight: 700;
    letter-spacing: 3px;
}
.wrap-explore{
    background-color: #ffffff;
    float: left;
    width: 100%;
    display: block;
    padding: 30px 15px;
}
.explore-img{}
.explore-img img{
    width: 100%;
    max-width: 100%;
}
.explore-text{
    background: #f4f4f4;
    padding: 15px;
    padding-bottom: 27px;
}
.explore-text p{
    font-size: 15px;
    line-height: 1.6;
}
.more-link{
    font-size: 13px;
    font-family: 'Raleway-SemiBold';
    text-decoration: none;
    padding-left: 3px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.link-explore{}
.wrap-action{
    background: #2ba0ba;
    padding: 20px 30px;
    min-height: 386px;
}
.wrap-action h2{
    color: #ffffff;
    font-family: 'Raleway-Bold';
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.wrap-action h2 a, .wrap-action h2 a:hover, .wrap-action h2 a:focus{
    color: #ffffff;
}
.wrap-action p{
    color: #ffffff;
    font-family: 'Raleway-Medium';
    font-size: 16px;
}
.wrap-action .more-link{
    display: block;
    color: #ffffff;
}
/*
================== 2.2 page ===================
*/
#content{
    padding: 0px;
}
.header-title{
    background: url(images/bg-header.png) center center no-repeat;
    background-size: cover;
    height: 109px;
    margin-bottom: 50px;
}
.page-header{
    margin: 0px;
    border: 0px;
    padding: 25px 0px;
}
.page-title{
    margin: 0px;
    font-family: 'LeagueSpartan-Bold';
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 28px;
}
.header-title .page-title{
    padding-top:17px;
}
.archive-title{
    color: #182e40;
    font-family: 'LeagueSpartan-Bold';
    text-transform: uppercase;
    margin-top: 77px;
    margin-top: 35px;
}

/*
================== 2.3 jobs ===================
*/
#block-jobs{
    display: block;
    float: left;
    padding: 30px 0px;
    width: 100%;
}
.wrap-jobs{
    border: 1px solid #969696;
    margin-bottom: 30px;
    padding: 20px;
    border-top: 5px solid #2ba0ba;
    min-height: 350px;
}
.wrap-jobs h2{
    margin-top: 0px;
    margin-bottom: 15px;
}
.wrap-jobs h2 a{
    color: #5a5a5a;
    font-family: 'Raleway-SemiBold';
}
#job-detail{}
#job-detail h2{
    color: #de5d13;
    text-transform: uppercase;
}
.wrap-detail{
    margin-bottom: 25px;
}

/*
================== 2.4 page victories ===================
*/
.page-child{}
.page-child .page-title, .single .page-title{
    color: #182e40;
}
#add-content{
    margin-bottom: 30px;
    color: #5a5a5a;
}
#add-content p, #add-content li{
    color: #5a5a5a;
}
.wrap-victories{
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0px;
    float: left;
    width: 100%;
}
.wrap-victories:last-child{
    border-bottom: 0px;
}
.wrap-victories h2{
    margin-top: 0px;
}
.wrap-victories ul, .wrap-victories ol{
    padding-left: 15px;
}



/*
================== 2.5 page staff ===================
*/
.archive-staff{

}
.archive-staff .page-title, .endors-bio .page-title{
    color: #182E40;
}
#block-staff{}

.opendesc .image2{
    display: block !important;
}
.opendesc .staff-title{
    border-bottom: 3px solid #de5d1e;
}
.opendesc .staff-desc{
    display: block;
}
#wrap-staff{
    padding: 40px 0px;
}
.staff-image{
    margin-bottom: 15px;
    width: 217px;
    height: 217px;
    float: left;
    position: relative;
    cursor: pointer;
}
.zero-image{
    margin-bottom: 15px;
    width: 217px;
    height: 217px;
    float: left;
    position: relative;
}
.staff-image img{
    width: 100%;
    max-width: 100%;
}
.staff-image:after{
    content: '';
    background-color: rgba(24,46,64, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.staff-image:hover:after, .staff-image:focus:after{
    opacity: 1;
}
/*.staff-image img{
    position: absolute;
}
.staff-image .image2{
    display: none;
}*/
.staff-image:hover .image2, .staff-image:focus .image2{
    display: block;
    cursor: pointer;
}
.staff-name{
    color: #3c8da8;
    font-size: 17px;
    font-family: 'Raleway-SemiBold';
    float: left;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    line-height: 25px;
}
.staff-title{
    padding-bottom: 25px;
    font-size: 17px;
    font-family: 'Raleway-Italic';
    float: left;
    display: inline-block;
    width: 100%;
    line-height: 20px
}
.staff-desc{
    float: left;
    display: none;
    background-color: #f0f0f0;
    padding: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #dcdcdc;
    position: relative;
    z-index: 1;
}
.close-desc{
    position: absolute;
    right: 32px;
    top: 12px;
    cursor: pointer;
}
.wrap-staff-desc{}
.staff-phone{
    background: url("images/phone.png") center left no-repeat;
    padding-left: 28px;
    margin-right: 35px;
    display: block;
    float: left;
    margin-top: 20px;

}
.staff-email{
    background: url("images/email.png") center left no-repeat;
    padding-left: 28px;
    margin-right: 35px;
    display: block;
    float: left;
    margin-top: 20px;

}

/*
================== 2.6 gravity form ===================
*/
.gfield_label{
    margin: 0px !important;
    display: block !Important;
}
.gfield_required{
    position: absolute;
    right: -9px;
}
.gform_wrapper textarea.large, .gform_wrapper .top_label input.large{
    width: 94.5%;
    border-radius: 0px;
    font-size: 14px;
    height: auto;
    font-family: 'Raleway-Light';
    border: 1px solid #cfcfcf;
    color: #182e40;
    padding: 0.313em 12px;

}
.gfield_required{
    color: #de5d1e !important;
    font-size: 30px;
    margin-top: -10px;

}
.gform_wrapper ul li.gfield{
    margin-bottom: 30px;
    padding-left: 0px;
}
.gform_wrapper ul li:before{
    content: '';
}
#map{
    width: 100%;
    height: 500px;
    margin: 40px 0px;
}

/*
================== 2.7 campaigns ===================
*/
#block-campaigns{
    margin: 40px 0px;
}
.wrap-campaigns{
    padding: 30px 0px;
    float: left;
    display: block;
    width: 100%;
}
.campaigns-logo{
    text-align: center;
}
.campaigns-desc{}


/*
================== 2.8 scorecard ===================
*/
#scorecard{
    margin-bottom: 45px !important;

}
.wrap-scorecard{
    margin: 30px 0px;
    float: left;
    width: 100%;
}
.scorecard-image{}
.scorecard-desc{}
#static-scorecard{
    margin: 30px 0px;
}
#static-scorecard a{
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold';

}
.static-scorecard-title
{
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold';
    font-size: 13px;
    text-decoration: none;
    padding-left: 3px;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    color: #de5d1e;
}
.scorecard-title{
    font-family: 'Raleway-SemiBold';
    color: #de5d13;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}
.scrorecard-line{
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #969696;
    height: 1px;
    width: 100%;
    margin-top: 17px;
}

/*
================== 2.9 news ===================
*/
.post-type-archive-news #top-menu-child, .tax-news-category #top-menu-child, .tax-news-tags #top-menu-child, .tax-news-county #top-menu-child{
    display: none;
}
.news{
    background: #ffffff;
}
#news-featured{
    position: relative;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    padding: 30px 0px;
    margin-bottom: 65px;
    float: left;
    width: 100%;
}
.news-image img, .news-img img{
    width: 100%;
    max-width: 100%;
}
#news-list{
    float: left;
    display: block;
    width: 100%;
}
.news .header-title{
    background: url("images/news.png") center center no-repeat;
    background-size: cover;
}
.news-title{
    float: left;
    display: block;
    width: 100%;
}
.news-title h2{
    font-family: 'Raleway-SemiBold';
    margin-bottom: 20px;
    line-height: 21px;
    margin-top: 5px;
}
.news-title a{
    color: #5a5a5a;

}
.news-title a:hover{
    color: #3C8DA8;
}
.news-meta{
    float: left;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    color: #969696;
    letter-spacing: 0.06em;
}
.news-cat{}
.news-date{}
.wrap-cat{
    margin-bottom: 45px;
}
.wrap-cat h3{
    font-family: 'Raleway-SemiBold';
    font-size: 19px
}
.wrap-cat ul{
    list-style: none;
    padding: 0px;
}
.wrap-cat li{
    padding: 5px 0px;
}
.wrap-cat a{
    font-size: 17px;
}
.news-single{
    background: #ffffff;
    padding-top: 40px !important;
}
.news-headeline{
    display: inline-block;
    width: 100%;
}
.news-headeline h1{
    line-height: 32px;
    /*text-transform: uppercase;*/
    font-family: 'Raleway-Bold';
}
.news-by-date{
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    color: #969696;
}
.news-subhead{
    margin-bottom: 30px;
}
.news-subhead p{
    font-size: 21px;
    line-height: 32px;
}
.news-image{
    display: block;
    margin: 30px 0px;
    float: left;
    margin: 0 40px 15px 0;
    max-width: 50%;
}
.cta{
    position: relative;
    /*border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;*/
    margin: 0px 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}
.cta-title{
    position: absolute;
    background-color: #ffffff;
    width: 180px;
    top: -8px;
    left: 0px;
}
.cta-title h3{
    line-height: 1px;
    font-size: 20px;
}
.cta .button-large{
    background: #de5d1e;
}
.cta .button-large:hover{
    background-color: #329fb9;
}
.tags-footer{
    margin-bottom: 60px;
    display: inline-block;
}
.tags-footer p{
    color: #969696;
    font-size: 15px;
    letter-spacing: 0.06em;
}
.tags-footer a{
    text-transform: uppercase;
}

/*
================== 2.10 events ===================
*/
.post-type-archive-events #top-menu-child, .tax-events-category #top-menu-child, .tax-events-tags #top-menu-child, .tax-events-county #top-menu-child{
    display: none;
}
.single-events .news-by-date{
    color: #5a5a5a;
    font-size: 19px;
}

/*
================== 2.11 endorsement ===================
*/

#filter-endorsement{}
.wrap-endorsement{
    margin-bottom: 40px;
}
.list-endorsement{
    padding: 40px 0px;
}
.list-endorsement h3{
    font-family: 'Raleway-SemiBold';
    font-size: 18px;
}
.local-title{
    color: #182e40;
    font-family: 'Raleway-SemiBold';
    text-transform: uppercase;
}
.endors-cat{
    margin-bottom: 10px;
}
.endors-subcat{

}
.list-endors{
    margin-bottom: 15px;
}
.endors-desc{}
.endors-desc p{
    margin-bottom: 0px;
    font-style: italic;
}
.endors-desc a{
    font-style: normal;
}
#endors-process{
    position: relative;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    padding: 20px 0px;
    margin: 30px 0px;
}

/*
================== 2.12 endorsement bio ===================
*/

.endors-bio{}
.endors-bio #main{
    padding: 30px 0px;
}
.endors-bio .page-header{
    padding-bottom: 10px;
}
.endors-bio .news-meta{
    margin-bottom: 20px;
}
.single-endorsement-bio .navbar-default .navbar-nav>li#menu-item-61>a:after{
    content: url("images/hover.png");
    position: absolute;
    left: 45%;
    top: -10px;
}
.single-endorsement-bio #top-menu-child{
    display: block;
}
.single-endorsement-bio #menu-main-menu-1>li.menu-item-61{
    display: block;
}
.single-endorsement-bio #menu-main-menu-1>li.menu-item-61 a{
    display: none;
}
.single-endorsement-bio #menu-main-menu-1>li.menu-item-61 .sub-menu{
    display: block;
    visibility: visible;
}
.single-endorsement-bio #menu-main-menu-1>li.menu-item-61 .sub-menu li a{
    display: block;
}
.single-endorsement-bio #menu-main-menu-1>li.menu-item-61 .sub-menu li.menu-item-63 a{
    background: transparent;
    border-bottom: 2px solid #de5d1e;
    color: #5a5a5a;
}


/*
================== 2.13 scorecard ===================
*/
.single-scorecards #home-page-header
{
    cursor: pointer;
}
.single-scorecards .outer-header
{
    background-image: url('images/scorecard_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 330px;
    position: relative;
}
.single-scorecards .outer-header .container header
{
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
}
.single-scorecards .outer-header .container header h1
{
    color: #FFFFFF;
    font-family: 'Raleway-SemiBold';
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-top: 16px;
}
.single-scorecards .outer-header .container header h2
{
    color: #FFFFFF;
    font-family: 'Raleway';
    font-size: 33px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.single-scorecards .outer-header .mini-menu
{
    position: absolute;
    bottom: 0;
    padding: 0;
}
.single-scorecards .outer-header .mini-menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-scorecards .outer-header .mini-menu ul li
{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.single-scorecards .outer-header .mini-menu ul li a
{
    color: #52626f;
    background-color: #e6e6e6;
    padding: 8px 10px;
    border-radius: 3px 3px 0 0;
    display: block;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    min-width: 207px;
    text-align: center;
    opacity: 0.93;
}
.single-scorecards .outer-header .mini-menu ul li a:hover,
.single-scorecards .outer-header .mini-menu ul li a.active
{
    color: #182e40;
    background-color: #FFFFFF;
    opacity: 1;
}
.single-scorecards .outer-header .mini-menu .search-menu
{
    position: absolute;
    bottom: 0;
    right: 30px;
}
.single-scorecards .outer-header .mini-menu .search-menu
{
    background-color: #de5d1e;
    font-family: 'Raleway-SemiBold';
    padding: 11px;
    margin-bottom: -12px;
    border-radius: 3px;
}
.single-scorecards .outer-header .mini-menu .search-menu .text-scorecard
{
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
}
.single-scorecards .outer-header .mini-menu .search-menu .input-scorecard
{
    display: inline-block;
    position: relative;
}
.single-scorecards .outer-header .mini-menu .search-menu select
{
    display: inline-block;
    padding: 2px 6px;
    margin: 0px 10px;
    -webkit-appearance: none;
    font-size: 14px;
    font-family: 'Raleway';
    color: #999;
    background-color: #FFFFFF;
}
.single-scorecards .outer-header .mini-menu .search-menu input
{
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    font-family: 'Raleway';
    color: #999;
}
.single-scorecards .outer-header .mini-menu .search-menu button
{
    position: absolute;
    bottom: 3px;
    right: 12px;
    border: 0;
    background-color: transparent;
    background-image: url('images/search.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.single-scorecards .post_content
{
    padding-top: 33px;
}
.single-scorecards #outher-find-your-legislators
{
    background-color: #2ba0ba;
    padding: 30px 30px;
    margin-top: 50px;
}
.single-scorecards #find-your-legislators #legislators-header
{
    color: #ffffff;
    font-family: 'Raleway-SemiBold';
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    margin-top: 0;

}
.single-scorecards #find-your-legislators #legislators-header .user-icon
{
    vertical-align: middle;
    background-image: url('images/user.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.single-scorecards #find-your-legislators p
{
    color: #FFFFFF;
    font-size: 18px;
}
.single-scorecards #find-your-legislators .form_container
{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 14px;
    font-family: 'Raleway';
    color: #5a5a5a;
}
.single-scorecards #find-your-legislators .form_container > span
{
    font-size: 25px;
    font-family: 'Raleway-Bold';
    color: #a0d5e1;
}
.single-scorecards #find-your-legislators .legislators-text#representatives_address
{
    width: 40%;
    margin-right: 1%;
    padding-left: 10px;
    padding-right: 10px;
}
.single-scorecards #find-your-legislators .legislators-text#representatives_city
{
    width: 28%;
    margin-right: 1%;
    margin-left: 2%;
    padding-left: 10px;
    padding-right: 10px;
}
.single-scorecards #find-your-legislators .legislators-text#representatives_zip_code
{
    width: 18%;
    margin-right: 1%;
    margin-left: 2%;
    padding-left: 10px;
    padding-right: 10px;
}
.single-scorecards #find-your-legislators .legislators-submit
{
    color: #FFFFFF;
    background-color: #2B4051;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 40px;
    font-family: 'Raleway-Bold';
    letter-spacing: 0.05em;
    border-radius: 2px;
}
.single-scorecards #find-your-legislators .legislators-submit:hover
{
    color: #FFFFFF;
}
.single-scorecards .error_message
{
    color: #B50101;
    font-weight: bold;
}
.single-scorecards .header-search
{
    background-color: #f0f0f0;
    border: 1px solid #eee;
    padding: 15px 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.single-scorecards .senate-scores-senator-header,
.single-scorecards .house-scores-representative-header
{
    padding-top: 15px;
}
.single-scorecards .senate-scores-senator-header-right,
.single-scorecards .house-scores-representative-header-right
{
    float: right;
    background-color: #f1f1f1;
    font-family: 'Raleway';
    color: #969696;
    padding: 15px 30px;
    vertical-align: middle;
    position: relative;
}
.single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-passing-data,
.single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-share-data,
.single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-contact-data,
.single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-passing-data,
.single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-share-data,
.single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-contact-data
{
    display: inline-block;
}
.single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-share-data,
.single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-share-data
{
    text-align: left;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.single-scorecards .senate-scores-senator-header-right #senator-score,
.single-scorecards .senate-scores-senator-header-right #senator-lifetime-score,
.single-scorecards .house-scores-representative-header-right #representative-score,
.single-scorecards .house-scores-representative-header-right #representative-lifetime-score
{
    font-weight: bold;
}
.single-scorecards .senate-scores-senator-header-right .share-score-icon,
.single-scorecards .house-scores-representative-header-right .share-score-icon
{
    position: relative;
    top: 10px;
}
.single-scorecards .senate-scores-senator-header-right .share-score-icon .facebook,
.single-scorecards .house-scores-representative-header-right .share-score-icon .facebook
{
    background-image: url('images/icon.png');
    background-position: -6px -6px;
    height: 32px;
    width: 32px;
    display: inline-block;
}
.single-scorecards .senate-scores-senator-header-right .share-score-icon .facebook:hover,
.single-scorecards .house-scores-representative-header-right .share-score-icon .facebook:hover
{
    background-image: url('images/assets2.png');
    background-position: 0 0;
}
.single-scorecards .senate-scores-senator-header-right .share-score-icon .twitter,
.single-scorecards .house-scores-representative-header-right .share-score-icon .twitter
{
    background-image: url('images/icon.png');
    background-position: -49px -6px;
    height: 32px;
    width: 32px;
    display: inline-block;
}
.single-scorecards .senate-scores-senator-header-right .share-score-icon .twitter:hover,
.single-scorecards .house-scores-representative-header-right .share-score-icon .twitter:hover
{
    background-image: url('images/assets2.png');
    background-position: 32px 0;
}
.single-scorecards .senate-scores-senator-header-right .share-score-icon-text,
.single-scorecards .house-scores-representative-header-right .share-score-icon-text
{
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 4px;
}
.single-scorecards .senate-scores-senator-header-right .share-score-contact,
.single-scorecards .house-scores-representative-header-right .share-score-contact
{
    background-color: #2ba0ba;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 3px;
    position: relative;
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
}
.single-scorecards .senate-scores-senator-header-left,
.single-scorecards .house-scores-representative-header-left
{
    font-family: 'Raleway-SemiBold';
    color: #969696;
}
.single-scorecards #senator-name,
.single-scorecards #representative-name
{
    color: #5a5a5a;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.single-scorecards #senator-party,
.single-scorecards #representative-party
{
    display: inline-block;
}
.single-scorecards #senator-senator,
.single-scorecards #representative-representative
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.single-scorecards .senator-district-container,
.single-scorecards .representative-district-container
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.single-scorecards #bill-option
{
    padding-bottom: 15px;
}
.single-scorecards .bill-for
{
    display: inline-block;
    border: 1px #eee solid;
    color: #939494;
    padding: 5px 15px;
    margin: 0;
    margin-right: -5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.single-scorecards #bill-for-senate-bills
{
    border-radius: 2px 0 0 2px;
}
.single-scorecards #bill-for-house-bills
{
    border-radius: 0 2px 2px 0;
}
.single-scorecards .bill-for:hover
{
    background-color: #ffece2;
    color: #939494;
}
.single-scorecards .bill-for.active
{
    background-color: #de5d1e;
    color: #FFFFFF;
}
.single-scorecards .scorecard-table
{
    width: 100%;
    font-size: 16px;
}
.single-scorecards .scorecard-table tr
{
    border-bottom: 1px solid #eee;
}
.single-scorecards .scorecard-table td,
.single-scorecards .scorecard-table th
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.single-scorecards .scorecard-table th
{
    text-transform: uppercase;
    color: #182e40;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.single-scorecards .scorecard-table th:hover,
.single-scorecards .scorecard-table th.active
{
    color: #de5d1e;
}
.single-scorecards .scorecard-table th.disable
{
    color: #182e40 !important;
}
.single-scorecards .scorecard-table .person
{
    color: #3c8da8;
}

.single-scorecards .scorecard-table .no-data
{
    text-align: center;
    font-weight: bold;
}
.single-scorecards .scorecard-table .senate-bill-desciption-container-outer,
.single-scorecards .scorecard-table .house-bill-desciption-container-outer
{
    background-color: #f0f0f0;
    border: 1px solid #eee;
    padding: 20px 30px;
}
.single-scorecards .scorecard-table .senate-bill-desciption-container-outer .senate-bill-vote span,
.single-scorecards .scorecard-table .senate-bill-desciption-container-outer .senate-bill-outcome span,
.single-scorecards .scorecard-table .house-bill-desciption-container-outer .house-bill-vote span,
.single-scorecards .scorecard-table .house-bill-desciption-container-outer .house-bill-outcome span
{
    font-weight: bold;
}
.single-scorecards table#senate-scores-table thead th#senate-scores-table_head1 { width: 36%; }
.single-scorecards table#senate-scores-table thead th#senate-scores-table_head2 { width: 14%; }
.single-scorecards table#senate-scores-table thead th#senate-scores-table_head3 { width: 14%; }
.single-scorecards table#senate-scores-table thead th#senate-scores-table_head4 { width: 18%; }
.single-scorecards table#senate-scores-table thead th#senate-scores-table_head5 { width: 18%; }

.single-scorecards table#house-scores-table thead th#house-scores-table_head1 { width: 36%; }
.single-scorecards table#house-scores-table thead th#house-scores-table_head2 { width: 14%; }
.single-scorecards table#house-scores-table thead th#house-scores-table_head3 { width: 14%; }
.single-scorecards table#house-scores-table thead th#house-scores-table_head4 { width: 18%; }
.single-scorecards table#house-scores-table thead th#house-scores-table_head5 { width: 18%; }

.single-scorecards table#search-senate-table thead th#search-table_head1 { width: 36%; }
.single-scorecards table#search-senate-table thead th#search-table_head2 { width: 14%; }
.single-scorecards table#search-senate-table thead th#search-table_head3 { width: 14%; }
.single-scorecards table#search-senate-table thead th#search-table_head4 { width: 18%; }
.single-scorecards table#search-senate-table thead th#search-table_head5 { width: 18%; }

.single-scorecards table#senate-scores-bill-table th#senate-scores-bill-table_head1 { width: 14%; }
.single-scorecards table#senate-scores-bill-table th#senate-scores-bill-table_head2 { width: 76%; }
.single-scorecards table#senate-scores-bill-table th#senate-scores-bill-table_head3 { width: 7%; }

.single-scorecards table#house-scores-bill-table th#house-scores-bill-table_head1 { width: 14%; }
.single-scorecards table#house-scores-bill-table th#house-scores-bill-table_head2 { width: 76%; }
.single-scorecards table#house-scores-bill-table th#house-scores-bill-table_head3 { width: 7%; }

.single-scorecards table#senate-bill-table th#senate-bill-table_head1 { width: 14%; }
.single-scorecards table#senate-bill-table th#senate-bill-table_head2 { width: 58%; }
.single-scorecards table#senate-bill-table th#senate-bill-table_head3 { width: 17%; }
.single-scorecards table#senate-bill-table th#senate-bill-table_head4 { width: 11%; }

.single-scorecards table#house-bill-table th#house-bill-table_head1 { width: 14%; }
.single-scorecards table#house-bill-table th#house-bill-table_head2 { width: 58%; }
.single-scorecards table#house-bill-table th#house-bill-table_head3 { width: 17%; }
.single-scorecards table#house-bill-table th#house-bill-table_head4 { width: 11%; }

.single-scorecards .scorecard-table th .arrow,
.single-scorecards .mobile_filter > div .arrow
{
    background-image: url('images/arrow_sort.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}
.single-scorecards .scorecard-table th .arrow.up,
.single-scorecards .mobile_filter > div .arrow.up
{
    background-position: -28px 3px;
}
.single-scorecards .scorecard-table th .arrow.down,
.single-scorecards .scorecard-table th .arrow.down
{
    background-position: 0 3px;
}
.single-scorecards .scorecard-table th:hover .arrow.up,
.single-scorecards .scorecard-table th.active .arrow.up,
.single-scorecards .mobile_filter > div:hover .arrow.up,
.single-scorecards .mobile_filter > div.active .arrow.up
{
    background-position: -42px 3px;
}
.single-scorecards .scorecard-table th:hover .arrow.down,
.single-scorecards .scorecard-table th.active .arrow.down,
.single-scorecards .mobile_filter > div:hover .arrow.down,
.single-scorecards .mobile_filter > div.active .arrow.down
{
    background-position: -14px 3px;
}

.single-scorecards #senate-bill-table-tbodyid .key-plus,
.single-scorecards #senate-bill-table-tbodyid .key-minus,
.single-scorecards #house-bill-table-tbodyid .key-plus,
.single-scorecards #house-bill-table-tbodyid .key-minus
{
    vertical-align: middle;
    margin-left: 10px;
}
.single-scorecards #senate-scores-bill-table,
.single-scorecards #house-scores-bill-table
{
    margin-top: 45px;
}
.single-scorecards #senate-bill-table-tbodyid .senate-bill-data,
.single-scorecards #house-bill-table-tbodyid .house-bill-data
{
    width: 88.5%;
}

.single-scorecards .info-key
{
    background-color: #f4f4f4;
    margin-bottom: 45px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.single-scorecards .class-key
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 3.16%;
    padding-right: 3.16%;
    line-height: 1.5;

}
.single-scorecards .info-key-key
{
    background-image: none;
    text-transform: uppercase;
    padding-left: 0;
}
.single-scorecards .info-key-oppose
{
    padding-right: 0;
}
.single-scorecards .key-data
{
    background-image: url('images/icon.png');
    height: 35px;
    width: 35px;
    display: inline-block;
}
.single-scorecards .key-approved
{
    background-position: -300px -5px;
}
.single-scorecards .key-disapproved
{
    background-position: -340px -5px;
}
.single-scorecards .key-absent
{
    background-position: -114px -5px;
}
.single-scorecards .key-excused
{
    background-position: -144px -5px;
}
.single-scorecards .key-support
{
    background-position: -214px -5px;
}
.single-scorecards .key-oppose
{
    background-position: -257px -5px;
}
.single-scorecards .key-plus
{
    height: 20px;
    width: 20px;
    background-position: -90px -14px;
}
.single-scorecards .key-minus
{
    height: 20px;
    width: 20px;
    background-position: -184px -14px;
}

.circle
{
    background-color: #182e40;
    color: #FFFFFF;
    width: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
}
.semi-bold
{
    font-family: 'Raleway-SemiBold';
}
.italic
{
    font-family: 'Raleway-Italic';
}
.text-middle
{
    text-align: center;
}
.right
{
    float: right;
}
.pointer
{
    cursor: pointer;
}
.single-scorecards .no-border-bottom
{
    border-bottom: 0px !important;
}
.single-scorecards .no-border-bottom td
{
    padding-bottom: 0 !important;
}


/*
===============================================
================== 3.Footer===================
===============================================
 */
#footer{}
#footer-top{
    background-color: #f4f4f4;
    padding: 35px 0px;
}
#footer-bottom{
    background-color: #e6e6e6;
    padding: 35px 0px;
}
.footer-tag1{
    color: #5a5a5a;
    font-size: 20px;
    letter-spacing: 0px;
}
.footer-tag2{
    color: #5a5a5a;
    font-size: 22px;
    float: left;
    display: block;
    margin-bottom: 30px;
}
.wrap-btn{}
.footer-address p{
    font-size: 14px;
    color: #5a5a5a;
}
.footer-address a{
    color: #5a5a5a;
}
.sb{
    font-family: 'Raleway-SemiBold';
}
.footer-socmed{
    margin-bottom: 17px;
    float: left;
}
.footer-socmed a{
    font-size: 14px;
    color: #5a5a5a;
    font-family: 'Raleway-SemiBold';
    display: block;
    margin-right: 47px;
    float: left;
    padding-left: 0;
    padding-top: 5px;
}
.footer-socmed a:hover{
    text-decoration: none;
}
.footer-socmed #soc-fb{
    background-image: url("images/footer_social_media.png");
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 6px 0;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    margin-right: 5px;
}
.footer-socmed .soc-fb:hover #soc-fb,
.footer-socmed .soc-fb:active #soc-fb,
.footer-socmed .soc-fb:focus #soc-fb
{
    background-position: 6px -20px;
}

.footer-socmed #soc-tw{
    background-image: url("images/footer_social_media.png");
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -15px 0;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    margin-right: 9px;
}
.footer-socmed .soc-tw:hover #soc-tw,
.footer-socmed .soc-tw:active #soc-tw,
.footer-socmed .soc-tw:focus #soc-tw
{
    background-position: -15px -20px;
}

.footer-socmed #soc-yt{
    background-image: url("images/footer_social_media.png");
    margin: 0;
    width: 20px;
    height: 19px;
    display: inline-block;
    background-position: -35px 0;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    margin-right: 9px;
}
.footer-socmed .soc-yt:hover #soc-yt,
.footer-socmed .soc-yt:active #soc-yt,
.footer-socmed .soc-yt:focus #soc-yt
{
    background-position: -35px -20px;
}

/*
===============================================
================== 4.Modal ===================
===============================================
 */
.modal-header
{
    padding-bottom: 0;
    border-bottom: 0;
}
.modal-body
{
    padding-top: 0;
    padding-bottom: 20px;
}
.modal-footer
{
    display: none;
}


@media only screen and (min-width: 500px) and (max-width: 768px) {
    .wrap-join-bottom{
        width: 100%;
        display: block;
        margin: 0px;
    }
    .logo-brand{
        width: auto;
    }
    .desc-brand{
        padding-top: 53px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .navbar-nav>li>a{
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .form-join .wrap-input{
        width: 320px;
    }
    .form-join .group-email{
        width: 50%;
    }
    .form-join .form-group{
        width: 50%;
    }


    .single-scorecards .outer-header .mini-menu
    {
        padding-right: 30px;
        text-align: center;
    }
    .single-scorecards .outer-header .mini-menu .search-menu
    {
        text-align: right;
    }

    .single-scorecards .outer-header .mini-menu .search-menu
    {
        position: relative;
        margin-bottom: -72px;
        padding-top: 10px;
        right: 0;
    }
    .single-scorecards .outer-header .mini-menu .search-menu
    {
        text-align: center;
    }
    .single-scorecards .outer-header .mini-menu .search-menu input
    {
        width: 220px;
    }
    .single-scorecards .scorecard-content
    {
        padding-top: 72px;
    }
    .single-scorecards .class-key
    {
        padding-left: 2%;
        padding-right: 2%;
    }
    .single-scorecards .info-key-key
    {
        padding-left: 0;
    }
    .single-scorecards .info-key-oppose
    {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .navbar-header{
        width: 50%;
    }
    .logo-brand{
        width: 50%;
    }
    .logo-brand img{
        width: 100%;
    }
    .desc-brand{
        font-size: 17px;
        padding-top: 12px;
        margin-left: 0px;
    }
    .form-join{
        margin-bottom: 30px;
    }
    .form-join .wrap-input{
        width: 224px !important;
    }
    .form-join .form-group{
        width: 50% !important;
    }
    .navbar-default .navbar-nav>li>a{
        padding-left: 4px !important;
        padding-right: 4px !important;
        letter-spacing: 0;
    }
    #searchform input{
        width: 159px;
        background-position: 131px 9px;
    }


    .single-scorecards .info-key
    {
        text-align: center;
    }
    .single-scorecards .class-key
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
        width: 30%;
    }
    .single-scorecards .info-key-key
    {
        display: block;
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px){
    .desktop{
        display: none;
    }
    body{
        padding-top: 0px;
    }
    .header-title{
        margin-bottom: 35px;
    }
    .archive-title{
        margin-top: 40px;
    }
    .navbar-fixed-top{
        position: relative;
        height: auto !important;
        margin-bottom: 0px;
    }
    body.admin-bar .navbar-fixed-top{
        top: 0px !important;
        margin-bottom: 0px;
        border: 0px;
    }
    #top-menu-child{
        display: none;
    }
    .archive #top-menu-child, .page-child #top-menu-child, .page-template-page-endorsement #top-menu-child{
        display: none;
    }
    .logo-brand{
        width: 50%
    }
    .logo-brand img{
        width: 100%;
    }
    .desc-brand{
        float: left;
        margin: 0px;
        width: 50%;
        font-size: 14px;
        line-height: 17px;
        padding-top: 29px;
    }
    .nav-bar-right{
        display: none;
    }
    .carousel .block{
        height: 335px !important;
    }
    #block-carousel{
        height: 335px !important;
    }
    .carausel-content{
        padding-top: 35px;
        font-size: 23px;
        line-height: 36px;
    }
    .explore-text{
        margin-bottom: 23PX;
    }
    .explore-text .more-link{
        padding-left: 3px;
    }
    #block-main-home{
        margin-top: -65px;
    }
    .block-action{
        padding-top: 40px;
    }
    #wrap-top-menu{
        width: 100%;
        display: block;
        background-color: #f0f0f0;
        float: left;
    }
    .navbar-toggle{
        float: left;
        border: 0px;
    }
    .icon-bar{

        background-color: #1a2d40 !important;
        height: 3px !important;
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 3px;
    }
    .wrap-bar{
        float: left;
    }
    .text-menu{
        font-family: 'Raleway-Bold';
        color: #1a2d40;
        float: left;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 17px;
        margin-left: 5px;

    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: transparent;
    }
    #block-top-menu{
        width: 100%;
    }
    #block-top-menu .block-searchform{
        display: none;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 12px;
    }
    .nav>li{
        border-bottom: 1px solid #dcdcdc;
    }
    .navbar-default .navbar-nav>li.active>a:after, .navbar-default .navbar-nav>li.open>a:after, .navbar-default .navbar-nav>li.current-page-ancestor>a:after, .navbar-default .navbar-nav>li.current_page_ancestor>a:after, .navbar-default .navbar-nav>li>a:hover:after, .sub-menu>li>a:hover .navbar-nav>li>a:after, .navbar-default .navbar-nav>li.current-menu-ancestor>a:after{
        content: '';
        display: none;
    }
    .navbar-nav>li>.dropdown-menu, .navbar-nav>li>.sub-menu{
       position: relative;
       background-color: transparent;
       top: 0px;
        display: none;
    }
    .dropdown-menu>li>a, .sub-menu>li>a{
        font-size: 12px;
        padding: 5px 25px;
    }
    .footer-socmed{
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .footer-socmed a{
        margin-right: 15px;
        font-size: 12px;
        float: none;
        display: inline-block;
    }
    .footer-address{
        text-align: center;
    }
    .footer-address .pull-right{
        width: 100%;
    }
    /*.pull-right{
        float: left !important;
        width: 100%;
    }
    .pull-right.row{
        margin: 0px;
    }*/
    .footer-tag2{
        display: none;
    }
    #footer .wrap-btn{
        display: none;

    }
    .mobile{
        display: block;
    }
    .btn-mobile{
        float: right;
        padding-top: 7px;
        margin-right: 15px;
    }
    .btn-mobile .button-small{
        font-size: 12px;
        padding: 10px 20px;
    }
    .btn-mobile .btn-join{
        border-radius: 2px;
        font-weight: 600;
        text-align: center;
        font-size: 12px;
        letter-spacing: .05em;
        padding: 10px 20px !important;
        float: none;
    }
    #footer .form-join .wrap-input{
        width: 100%;
    }
    #footer .btn-join{
        border-radius: 2px;
        float: none;
    }
    #footer-top{
        text-align: center;
    }
    .footer-tag1{
        margin-bottom: 30px;
        display: block;
        letter-spacing: 0px;
    }
    #footer-top .group-email{
        width: 65%;
    }
    #footer-top .form-group:nth-child(2){
        width: 35%;
    }
    .col-sm-8 h2{
        margin-top: 12px;
    }
    .button-large, .gform_button, .gform_button:focus{
        padding: 10px;
    }
    .gform_wrapper .gform_footer{
        float: left;
        width: 100%;
        display: block;
    }
    .gform_button{
        padding: 6px 20px;
        font-size: 14px;
        height: auto;
        line-height: 1.428571429;
        margin-bottom: 30px;
    }
    .campaigns-logo img{
        width: 100%;
    }
    .staff-desc{
        width: 100%;
    }
    .wp-caption:after{
        display: none;
    }
    #news-featured .news-img{
        margin-bottom: 30px;
    }
    .lead{
        color: #969696;
        font-size: 18px;
        line-height: 1.6em;
    }
    h2{
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .pull-right{
        float: left !important;
    }
    .m-break, .m-break span{
        width: 100%;
        display: block;
        float: left;
    }
    .wrap-scorecard .scrorecard-line{
        border: 0px;
    }
    .wrap-scorecard{
        padding-top: 30px;
        border-top: 1px solid #969696;
    }
    .wrap-scorecard:first-child{
        border-top: 0px;
    }
    .carausel-content{
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        font-family: 'LeagueSpartan-Bold';
        line-height: 41px;
        text-transform: uppercase;
    }
    .carausel-content p{
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        font-family: 'LeagueSpartan-Bold';
        line-height: 41px;
        text-transform: uppercase;
    }
    .btn-call-action{
        font-size: 14px;
        padding: 10px 30px;
    }
    .news-image{
        max-width: 100%;
        width: 100%;
        height: auto;
    }




    .single-scorecards .outer-header
    {
        min-height: auto;
    }
    .single-scorecards .outer-header > div.container
    {
        padding: 0;
    }
    .single-scorecards .outer-header > div.container .page-header
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-scorecards .outer-header .container header
    {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .single-scorecards .outer-header .mini-menu
    {
        position: relative;
    }
    .single-scorecards .outer-header .mini-menu ul
    {
        width: 100%;
        text-align: center;
    }
    .single-scorecards .outer-header .mini-menu ul li
    {
        width: 30%;
    }
    .single-scorecards .outer-header .mini-menu ul li a
    {
        min-width: auto;
    }
    .single-scorecards .outer-header .mini-menu .search-menu
    {
        position: relative;
        margin-bottom: -72px;
        padding-top: 10px;
        right: 0;
    }
    .single-scorecards .outer-header .mini-menu .search-menu
    {
        text-align: center;
    }
    .single-scorecards .outer-header .mini-menu .search-menu input
    {
        width: 220px;
    }
    .single-scorecards .scorecard-content
    {
        padding-top: 72px;
    }
    .single-scorecards .senate-scores-senator-header-right,
    .single-scorecards .house-scores-representative-header-right
    {
        float: none;
        text-align: center;
    }
    .single-scorecards .info-key
    {
        text-align: center;
    }
    .single-scorecards .class-key
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
        width: 30%;
    }
    .single-scorecards .info-key-key
    {
        display: block;
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .single-scorecards table.scorecard-table,
    .single-scorecards table.scorecard-table thead,
    .single-scorecards table.scorecard-table tbody,
    .single-scorecards table.scorecard-table th,
    .single-scorecards table.scorecard-table td,
    .single-scorecards table.scorecard-table tr
    {
        display: block;
    }
    .single-scorecards table.scorecard-table  thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .single-scorecards table.scorecard-table  tr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .single-scorecards table.scorecard-table  td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .single-scorecards table.scorecard-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    .single-scorecards table#senate-bill-table.scorecard-table .senate-bill-bottom td:first-child,
    .single-scorecards table#house-bill-table.scorecard-table .house-bill-bottom td:first-child
    {
        display: none;
    }
    .single-scorecards table#senate-bill-table.scorecard-table .senate-bill-bottom td:before,
    .single-scorecards table#house-bill-table.scorecard-table .house-bill-bottom td:before
    {
        content: '';
    }

    .single-scorecards table#search-senate-table .no-border-bottom td
    {
        padding-left: 0;
    }
    .single-scorecards table#search-senate-table .no-border-bottom td:before
    {
        content: '' !important;
    }
    .single-scorecards .mobile_filter
    {
        font-size: 15px;
    }
    .single-scorecards .mobile_filter select
    {
        display: inline-block;
        padding: 2px 6px;
        margin: 0 0;
        -webkit-appearance: none;
    }
    .single-scorecards .mobile_filter > div
    {
        display: none;
        color: #de5d1e;
        padding-left: 10px;
    }
    .single-scorecards .mobile_filter > div.bill-for,
    .single-scorecards .mobile_filter > div.bill-for:hover,
    .single-scorecards .mobile_filter > div.bill-for:visited,
    .single-scorecards .mobile_filter > div.bill-for.active
    {
        position: relative;
        display: inline-block;
        color: #939494;
        cursor: pointer;
    }
    .single-scorecards .mobile_filter > div.bill-for .sub-menu
    {
        visibility: visible;
        top: 43px;
        left: 0;
        z-index: 1;
        background-color: white;
    }
    .single-scorecards .mobile_filter > div.bill-for .sub-menu li
    {
        border: 1px #eee solid;
        padding: 5px 10px;
        margin-bottom: 0;
    }
    .single-scorecards .mobile_filter > div.bill-for .sub-menu li:before
    {
        content: '';
    }
    .single-scorecards .mobile_filter div.active
    {
        display: inline-block;
    }
    .single-scorecards #find-your-legislators .legislators-text#representatives_address,
    .single-scorecards #find-your-legislators .legislators-text#representatives_city,
    .single-scorecards #find-your-legislators .legislators-text#representatives_zip_code
    {
        width: 90%;;
        margin-left: 0;
    }


    /*
    Label the data
    */

    .single-scorecards table#senate-scores-table td:nth-of-type(1):before { content: "Name"; }
    .single-scorecards table#senate-scores-table td:nth-of-type(2):before { content: "Party"; }
    .single-scorecards table#senate-scores-table td:nth-of-type(3):before { content: "District"; }
    .single-scorecards table#senate-scores-table td:nth-of-type(4):before { content: "2015-2016 Score"; }
    .single-scorecards table#senate-scores-table td:nth-of-type(5):before { content: "Lifetime Score"; }

    .single-scorecards table#senate-scores-bill-table td:nth-of-type(1):before { content: "Bill No"; }
    .single-scorecards table#senate-scores-bill-table td:nth-of-type(2):before { content: "Bill Name"; }
    .single-scorecards table#senate-scores-bill-table td:nth-of-type(3):before { content: "Vote"; }

    .single-scorecards table#house-scores-table td:nth-of-type(1):before { content: "Name"; }
    .single-scorecards table#house-scores-table td:nth-of-type(2):before { content: "Party"; }
    .single-scorecards table#house-scores-table td:nth-of-type(3):before { content: "District"; }
    .single-scorecards table#house-scores-table td:nth-of-type(4):before { content: "2015-2016 Score"; }
    .single-scorecards table#house-scores-table td:nth-of-type(5):before { content: "Lifetime Score"; }

    .single-scorecards table#house-scores-bill-table td:nth-of-type(1):before { content: "Bill No"; }
    .single-scorecards table#house-scores-bill-table td:nth-of-type(2):before { content: "Bill Name"; }
    .single-scorecards table#house-scores-bill-table td:nth-of-type(3):before { content: "Vote"; }

    .single-scorecards table#senate-bill-table td:nth-of-type(1):before { content: "Bill No"; }
    .single-scorecards table#senate-bill-table td:nth-of-type(2):before { content: "Bill Name"; }
    .single-scorecards table#senate-bill-table td:nth-of-type(3):before { content: "WCV Position"; }
    .single-scorecards table#senate-bill-table td:nth-of-type(4):before { content: "Date"; }

    .single-scorecards table#house-bill-table td:nth-of-type(1):before { content: "Bill No"; }
    .single-scorecards table#house-bill-table td:nth-of-type(2):before { content: "Bill Name"; }
    .single-scorecards table#house-bill-table td:nth-of-type(3):before { content: "WCV Position"; }
    .single-scorecards table#house-bill-table td:nth-of-type(4):before { content: "Date"; }

    .single-scorecards table#search-senate-table td:nth-of-type(1):before { content: "Name"; }
    .single-scorecards table#search-senate-table td:nth-of-type(2):before { content: "Party"; }
    .single-scorecards table#search-senate-table td:nth-of-type(3):before { content: "District"; }
    .single-scorecards table#search-senate-table td:nth-of-type(4):before { content: "2015-2016 Score"; }
    .single-scorecards table#search-senate-table td:nth-of-type(5):before { content: "Lifetime Score"; }


}


@media (max-width: 582px){

    .single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-passing-data,
    .single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-passing-data
    {
        display: block;
        text-align: left;
    }
    .single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-share-data,
    .single-scorecards .senate-scores-senator-header-right .senate-scores-senator-header-right-contact-data,
    .single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-share-data,
    .single-scorecards .house-scores-representative-header-right .house-scores-representative-header-right-contact-data
    {
        display: inline-block;
        padding: 0;
    }
    .single-scorecards .senate-scores-senator-header-right .share-score-contact,
    .single-scorecards .house-scores-representative-header-right .share-score-contact
    {
        top: 16px;
        display: inline-block;
        margin-bottom: 20px;
    }

}
@media (max-width: 480px){
    .single-scorecards .outer-header .container header h1
    {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .single-scorecards .outer-header .container header h2
    {
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.4;
    }
    .single-scorecards .outer-header .mini-menu ul li
    {
        width: 100%;
    }
    .single-scorecards .outer-header .mini-menu ul li a
    {
        min-width: auto;
        font-size: 14px;
        line-height: 1.5;
        padding-left: 5px;
        padding-right: 5px;
        word-break: break-word;
    }
    .single-scorecards .outer-header .mini-menu .search-menu
    {
        margin-bottom: -113px;
    }
    .single-scorecards .outer-header .mini-menu .search-menu #select-district
    {
        margin-bottom: 12px;
    }
    .single-scorecards .scorecard-content
    {
        padding-top: 113px;
    }
    .single-scorecards #senate-bill-table-tbodyid .senate-bill-data,
    .single-scorecards #house-bill-table-tbodyid .house-bill-data
    {
        padding-left: 0;
        width: 100%;
    }
    .single-scorecards #senator-senator,
    .single-scorecards #representative-representative,
    .single-scorecards .senator-district-container,
    .single-scorecards .representative-district-container
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .single-scorecards .class-key
    {
        font-size: 13px;
    }
    .single-scorecards .info-key-key
    {
        font-size: 16px;
    }
}


@media (min-width: 768px){
    .mobile{
        display: none !important;
    }
    .desktop{
        display: block;
    }
    .navbar-nav{
        position: relative;
    }
    .navbar-nav>li>a {
        padding-left: 32px;
        padding-right: 32px;
    }
    .navbar-nav>li:first-child>a{
        padding-left: 0px;
    }
    #wrap-staff .row .staff:nth-child(2) .staff-desc{
        margin-left: -112%;
    }
    #wrap-staff .row .staff:nth-child(3) .staff-desc{
        margin-left: -223%;
    }
    #wrap-staff .row .staff:nth-child(4) .staff-desc{
        margin-left: -334%;
    }


    .archive .lead{
        color: #5a5a5a;
        font-family: 'Raleway';
        font-weight: normal;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 7px;
    }
}

@media (max-width: 1024px){
    .mac-os.chrome.safari .navbar-nav>li>a, .navbar-nav>li>a{
        padding-left: 25px;
        padding-right: 25px;
    }
    .mac-os.firefox .navbar-nav>li>a, .navbar-nav>li>a{
        padding-left: 25px;
        padding-right: 25px;
    }
    .mac-os.safari .navbar-nav>li>a, .navbar-nav>li>a{
        padding-left: 25px;
        padding-right: 25px;
    }

    .mac-os.chrome .navbar-default .navbar-nav>li.active:first-child>a:after,
    .mac-os.chrome .navbar-default .navbar-nav>li.open:first-child>a:after,
    .mac-os.chrome .navbar-default .navbar-nav>li.current-page-ancestor:first-child>a:after,
    .mac-os.chrome .navbar-default .navbar-nav>li.current_page_ancestor:first-child>a:after,
    .mac-os.chrome  .navbar-default .navbar-nav>li:first-child>a:hover:after,
    .mac-os.chrome .sub-menu>li:first-child>a:hover .navbar-nav>li:first-child>a:after,
    .mac-os.chrome .navbar-default .navbar-nav>li.current-menu-ancestor:first-child>a:after{
        content: url("images/hover.png");
        position: absolute;
        left: 42%;
        top: -10px;
    }
    .mac-os.safari .navbar-default .navbar-nav>li.active:first-child>a:after,
    .mac-os.safari .navbar-default .navbar-nav>li.open:first-child>a:after,
    .mac-os.safari .navbar-default .navbar-nav>li.current-page-ancestor:first-child>a:after,
    .mac-os.safari .navbar-default .navbar-nav>li.current_page_ancestor:first-child>a:after,
    .mac-os.safari  .navbar-default .navbar-nav>li:first-child>a:hover:after,
    .mac-os.safari .sub-menu>li:first-child>a:hover .navbar-nav>li:first-child>a:after,
    .mac-os.safari .navbar-default .navbar-nav>li.current-menu-ancestor:first-child>a:after{
        content: url("images/hover.png");
        position: absolute;
        left: 42%;
        top: -10px;
    }
    .navbar-default .navbar-nav>li.active:first-child>a:after,
    .navbar-default .navbar-nav>li.open:first-child>a:after,
    .navbar-default .navbar-nav>li.current-page-ancestor:first-child>a:after,
    .navbar-default .navbar-nav>li.current_page_ancestor:first-child>a:after,
    .navbar-default .navbar-nav>li:first-child>a:hover:after,
    .sub-menu>li:first-child>a:hover .navbar-nav>li:first-child>a:after,
    .navbar-default .navbar-nav>li.current-menu-ancestor:first-child>a:after{
        content: url("images/hover.png");
        position: absolute;
        left: 42%;
        top: -10px;
    }

    .mac-os .form-join .wrap-input, .form-join .wrap-input{
        /*width: 300px;*/
        width: 275px;
    }
    .mac-os .form-join .group-email, .form-join .group-email{
        width: 137px;
    }



}
@media (max-width: 1349px){
    #block-carousel{}
    #block-carousel .block{

    }
}
@media (min-width: 1400px){
    #block-carousel{
        height: 600px !important;
    }
    #block-carousel .block{
        height: 600px !important;
    }
}

/**firefox*/
@-moz-document url-prefix() {
    .form-join .wrap-input {
        display: inline-table;
        float: right;
       /* width: auto;*/
        margin-top: 0px;
    }
    .mac-os.firefox .form-join .wrap-input {
        margin-top: 0px;
    }
}
/*ie*/
@media screen\0 {
    header .btn-join, header .btn-join:focus{
        border: 0px;
        margin-top: 1px;
        padding-bottom: 5px;
    }
    header .btn-join:hover{
        border: 0px;
        margin-top: 1px;
        padding-bottom: 5px;
    }
}