/*   
Theme Name: DAGA Theme
Theme URI: http://wordpress.org/extend/themes/daga
Description: A search engine optimized website framework for WordPress.
Author: IT Soluciones
Author URI: http://itsoluciones.pe/
Version: 1.0

Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

@font-face {
    font-family: 'Premier';
    src: url("css/fonts/PremierLeagueW01-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Premier';
    src: url("css/fonts/PremierLeagueW01-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal; }

* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

a, li, span, article, header, footer, h1, h2, h3, h4, h5, h6, img {
    outline: none;
}

strong{
    font-weight: 900;
}

li {
	font-size:16px;
}

h2 {font-size:1.5em;
font-weight: inherit;
margin:0;}

body {
    color: #535861;
    font-family: 'Premier';
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 auto;
}

h1, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

span {
    font-weight: inherit;
}

input, textarea, select, button {
    border: none;
    border-radius: 7px;
    display: block;
    padding: 14px 20px;
    width: 100%;
}


input[type="submit"], button{
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

form label{
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

img {
    height: auto;
    margin-bottom: -7px;
    max-width: 100%;
}

p {
    margin: 0;
	font-size:16px;
}

table{
    border: 1px solid #e0e2e3;
    border-top: none;
    border-radius: 3px;
    border-spacing: 0;
    box-sizing: border-box;
    display: table;
    overflow-x: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

table th, table td{
    border-top: 1px solid #e0e2e3;
    box-sizing: border-box;
    padding: 8px 12px!important;
    text-align: left;
}

table.table_center th, table.table_center td{
    text-align: center;
}

table th{
    background: #f2f5f7;
    border-right: 1px solid #e0e2e3;
}

table tr{
    position: relative;
}

table tbody tr:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 2;
}

::-webkit-input-placeholder { color: inherit;}
::-moz-placeholder { color: inherit;}
:-ms-input-placeholder { color: inherit;}
:-moz-placeholder { color: inherit;}

.main_row {
    width: 1280px;
    margin: 0 auto;
}

.main_row_normal {
    width: 1020px;
    margin: 0 auto;
}

.main_row_short {
    width: 720px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.cover_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.button{
    border-radius: 7px;
    display: inline-block;
    padding: 0.8em 2em;
    text-transform: uppercase;
}

.main_button{
    background: #003a5d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.main_button:hover{
    background: #ff8a00;
}

.button_rounded{
    border-radius: 100px;
}

.button_line{
    border: 1px solid #fff;
}

.button_big{
    font-size: 1.125em;
    font-weight: bold;
}

.white_button{
    background: #fff;
    color: #003a5d;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.white_button:hover{
    background: transparent;
    color: #fff;
}

.main_button_ghost:hover{
    background: transparent;
    border: 2px solid #003a5d;
    color: #003a5d;
}






.site_header{
    color: #fff;
    left: 0;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

.site_header__content{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.logo{
    max-width: 200px;
    position: relative;
    transition: all 0.3s ease;
}

.home .logo{
    max-width: 380px;
    top: 80px;
}

.header_fixed .site_header,
.page-template-meet-single .site_header{
    background: rgba(0,58,93,0.8);
    padding: 20px 0;
}

.header_fixed .logo{
    max-width: 200px;
    top: 0;
}

.main_nav__list{
    display: flex;
}

.main_nav__list > li{
    border-left: 1px solid;
    font-size: 1.125em;
}

.main_nav__list > li:first-child{
    border-left: none;
}

.main_nav__list > li > a{
    display: block;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.main_nav__list > li:hover > a{
    color: #ff8a00;
}

.main_nav__list .sub-menu{
    background: #003a5d;
    border-radius: 0 4px 4px;
    margin-left: 20px;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
}

.main_nav__list .sub-menu:before{
    border-style: solid;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #00395d;
    content: '';
    display: block;
    height: 0;
    left:0;
    position: absolute;
    top: -10px;
    width: 0;
}

.main_nav__list .sub-menu a{
    display: block;
    padding: 4px 20px;
    transition: all 0.3s ease;
}

.main_nav__list .sub-menu li:hover a{
    color: #ff8a00;
}

.main_nav__list li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.site_header__right{
    align-items: center;
    display: flex;
}

.site_header__right .button_donate{
    margin-left: 30px;
}

.button_donate{
    background: #ff8a00;
    color: #003a5d;
    transition: all 0.3s ease;
}

.button_donate:hover{
    background: #003a5d;
    color: #ff8a00;
}

.social{
    display: flex;
}

.social a{
    display: block;
    padding: 4px;
}

.social a svg{
    transition: all 0.3s ease;  
}

.social a:hover svg{
    fill: #ff8a00;
}





.main_section{
    background-color: #000;
    color: #fff;
    height: 100vh;
    max-height: 820px;
    padding-top: 300px;
    position: relative;
}

.main_section__wrapper{
    flex-direction: column-reverse;
    display: flex;
    height: 100%;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.main_section__title{
    font-size: 2.4em;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    margin-bottom: 0.75em;
    max-width: 50%;
    text-transform: uppercase;
}

.join{
    width: 70%;
}

.join__title{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.75em;
    max-width: 80%;
    text-transform: uppercase;
}

.join_form{
    align-items: flex-start;
    display: flex;
}

.join_form__item__zipcode{
    margin: 0 20px;
}

.join_form__item__button{
    margin-left: 20px;
}

.join_form__item__button .main_button{
    min-width: 120px;
}

.main_section__bg{
    height: 100%;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}




@keyframes pulseicon {
    from { transform: scale(1) } to { transform: scale(1.1) }
}

.video_home{
    background-color: #000;
    min-height: 720px;
    position: relative;
}

.video_home__content{
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}

.open_video .video_home__content{
    opacity: 1;
    visibility: visible;
}

.video_home__content .main_row{
    height: 100%;
    position: relative;
    z-index: 2;
}

.video_home__loader{
    height: 120px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 120px;
    z-index: 1;
}

.video_home__bg{
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}

.video_home__bg svg{
    animation: pulseicon .7s alternate ease-in-out infinite;
    transition: all 0.4s ease;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 2;
}

.open_video .video_home__bg{
    opacity: 0;
    visibility: hidden;
}

.video_home .video_home__bg:before{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
}

.video_home:hover svg{
    fill: #ff8a00;
}

.video_home:hover .video_home__bg:before{
    opacity: 0.75;
}

@keyframes uil-ripple {
    0%{width:0;height:0;opacity:0;margin:0}
    33%{width:44%;height:44%;margin:-22% 0 0 -22%;opacity:1}
    100%{width:88%;height:88%;margin:-44% 0 0 -44%;opacity:0}
}

.video_home__loader div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    -ms-animation: uil-ripple 1s ease-out infinite;
    -moz-animation: uil-ripple 1s ease-out infinite;
    -webkit-animation: uil-ripple 1s ease-out infinite;
    -o-animation: uil-ripple 1s ease-out infinite;
    animation: uil-ripple 1s ease-out infinite;
}

.video_home__loader div:nth-of-type(2) {
    border-color: #FFF;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}




.block_home{
    padding: 80px 0;
}

.block_home__title{
    color: #003a5d;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    text-align: center;
    text-transform: uppercase;
}


.statistics{
    background: #003a5d;
    color: #fff;
    font-size: 1.75em;
    line-height: 1.4em;
    text-align: center;
}

.statistics__title{
    font-size: 1.35em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.statistics__list{
    display: flex;
    justify-content: space-between;
}

.statistics__item{
    flex: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.statistics__count{
    font-size: 1.72em;
}

.statistics__label{
    color: #ff8a00;
}




.donate{
    background: #d9dde4;
    color: #003a5d;
    text-align: center;
}

.donate__list{
    display: flex;
    margin: 30px auto 0;
    max-width: 580px;
}

.donate__item{
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    margin-right: 4px;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.donate__item__im{
    background: #ff8a00;
    margin: 0 0 0 12px;
}

.donate__item:hover{
    color: #ff8a00;
}

.donate__item__im:hover{
    color: #fff;
}









.meet{
    display: flex;
    min-height: 540px;
    text-align: center;
}

.meet div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

.meet .meet__button{
    color: #fff;
    min-width: 300px;
    transition: all 0.3s ease;
}

.meet__ags a{
    background: #006f94;
}

.meet__candidates a{
    background: #ff8a00;
}

.meet .meet__button:hover{
    background: rgba(0,0,0,0.4);
}





.init1881{
    background: #003a5d;
    color: #fff;
    text-align: center;
}

.init1881__logo{
    margin-bottom: 20px;
}

.init1881__button{
    transition: all 0.3s ease;
}

.init1881__button:hover{
    border-color: #ff8a00;
    color: #ff8a00;
}




.posts{
    text-align: center;
}

.post__article{
    margin-top: 3em;
}

.post__date span{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    margin-left: 10px;
    padding: 2px 4px;
    text-transform: uppercase;
}

.post__date span.News{
    background-color: #444a50;
}

.post__date span.Endorsements{
    background-color: #006f94;
}

.post__date span.Press{
    background-color: #ff8a00;
}

.post__title{
    color: #003a5d;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 3px 0 5px;
    transition: all 0.3s ease;
}

.post__title:hover{
    color: #ff8a00;
}

.posts__button{
    background-color: #ff8a00;
    color: #003a5d;
    margin-top: 3em;
    transition: all 0.3s ease;
}

.posts__button:hover{
    background-color: #003a5d;
    color: #ff8a00;
}





.blog .ajax-load-more-wrap.blue .alm-load-more-btn.done{
    background: #A1A5A8!important;
}





.main_section_page{
    align-items: center;
    background: #3a6f8f;
    color: #fff;
    display: flex;
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: center;
}

.main_section_page__wrapper{
    padding: 140px 0 40px;
    position: relative;
}

.title{
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.subtitle{
    font-size: 1.25em;
    line-height: 1.2em;
}

.content_page{
    padding: 60px 0;
}








.meet_page__list{
    display: flex;
    flex-wrap: wrap;
    width: 103%;
}

.meet_page__item{
    border-radius: 8px;
    flex: 0 0 22%;
    margin-right: 3%;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.meet_page__item a{
    display: block;
    transition: all 0.3s ease;
}

.meet_page__image{
    overflow: hidden;
    border-radius: 8px;
}

.meet_page__image img{
   
    filter: none;
    padding: 20px 20px 0;
    transition: all 0.3s ease;
}

.meet_page__caption{
    padding: 12px 20px;
}

.meet_page__title{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
    transition: all 0.3s ease;
}

.meet_page__caption p{
    font-weight: bold;
    color: #2B5A78;
    font-size: 21px;
}

.meet_page__item:hover{
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    transform: translateY(-10px);
}



.meet_page__item .meet_page__title{
    color: #ff8a00;
}



.content_page.meet_page_single{
    padding-top: 120px;
}

.meet_page_single__content{
    align-items: flex-start;
    display: flex;
}

.meet_page_single__left{
    background: #3a6f8f;
    border-radius: 10px 0 0 10px;
    color: #fff;
    flex: 1;
    overflow: hidden;
    padding: 30px;
}

.meet_page_single__photo{
    background: #003a5d;
    border-radius: 0 0 10px 0;
    margin: -30px 0 0 -30px;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 20px 0; 
}

.meet_page_single__info{
    margin-top: 20px;
}

.meet_page_single__info__item{
    margin-bottom: 10px;
}

.meet_page_single__info__item:last-child{
    margin-bottom: 0;
}

.meet_page_single__info__item span{
    display: block;
}

.meet_page_single__info__item h2{
    font-size: 1.2em;
    font-weight: bold;
}

.meet_page_single__right{
    background: #fff;
    border-radius: 0 10px 10px 10px;
    flex: 3;
    padding: 30px;
}

.meet_page_single__header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.meet_page_single__title{
    color: #ff8a00;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
}

.meet_page_single__subtitle{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2B5A78;
    font-size: 30px;
}

.meet_page_single__header__social{
    align-items: center;
    display: flex;
}

.meet_page_single__header__social a{
    align-items: center;
    border: 2px solid #3a6f8f;
    border-radius: 100px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-left: 8px;
    width: 48px;
}

body.page-template-meet-single{
    background: #d9dde4;
}



.entry_content p{
    margin-bottom: 1.5em;
}

.entry_content p:last-child{
    margin-bottom: 0;
}

.entry_content b{
    font-weight: bold;
}

.entry_content h2{
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 40px 0 20px;
}

.entry_content h3{
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 40px 0 20px;
}

.entry_content h4{
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 40px 0 20px;
}

.entry_content h2:first-child,
.entry_content h3:first-child,
.entry_content h4:first-child{
    margin-top: 0;
}

.entry_content h2:last-child,
.entry_content h3:last-child,
.entry_content h4:last-child{
    margin-bottom: 0;
}

.entry_content ul,
.entry_content ol{
    padding-left: 60px;
    margin-bottom: 1.5em;
}

.entry_content ul li{
    list-style: disc;
    margin-bottom: 0.5em;
}

.entry_content ol li{
    list-style: decimal;
    margin-bottom: 0.5em;
}

.entry_content a{
    color: #2e366e;
    font-weight: bold;
    text-decoration: underline;
}

.entry_content a:hover{
    text-decoration: none;
}





.searchbox{
    position: relative;
}

.searchbox button{
    background: transparent;
    align-items: center;
    display: flex;
    height: 47px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
}

.searchbox input{
    border: 1px solid #d8dee6;
    padding-right: 47px;
}






.blog__wrapper{
    display: flex;
}

.blog__list, .blog_single .blog__article, .video__list{
    flex: 3;
}

.blog__article{
    display: flex;
    margin-bottom: 5em;
}

.blog__info{
    flex: 2;
    margin-right: 40px;
}

.blog__info__author__pic{
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
}

.blog__info__date{
    font-size: 13px;
}

.blog__share{
    margin-top: 20px;
}

.blog__content{
    flex: 6;
}

.blog__title{
    font-size: 2em;
    line-height: 1.3em;
}

.blog_single .blog__title{
    font-size: 2.75em;
}

.blog__title:hover a{
    color: #2e366e;
}

.blog__summary{
    margin: 1.5em 0;
}

.blog__image{
    margin-top: 1em;
}

.sidebar{
    flex: 1;
    margin-left: 40px;
}

.widget{
    border-bottom: 1px solid #d8dee6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.widget:last-child{
    margin-bottom: 0;
}

.widget_title{
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.widget ul li{
    float: none!important;
    margin-bottom: 16px;
}

.widget ul li:last-child{
    margin-bottom: 0;
}

.widget ul li a:hover{
    text-decoration: underline;
}





.get_involved{
    display: flex;
}

.get_involved__about{
    flex: 3;
}

.get_involved__help{
    flex: 1;
    margin-left: 30px;
}

.get_involved ul{
    margin-bottom: 0;
    padding: 0;
}

.get_involved ul li{
    list-style: none;
    margin-bottom: 20px;
}

.get_involved input,
.get_involved textarea{
    border: 1px solid #dfe4e9;
}


.get_involved input[type=checkbox]{
    cursor: pointer;
    height: 16px;
    margin: -1px;
    padding: 0;
    width: auto;
    z-index: 10;
}

.get_involved .wpcf7-list-item{
    align-items: center;
    display: flex;
    margin: 0 0 10px 0;
}

.get_involved .wpcf7-list-item span{
    margin-left: 6px;
}





.video__list{
    display: flex;
    flex-wrap: wrap;
    width: 103%;
}

.video__item{
    flex: 0 0 47%;
    margin: 0 3% 30px 0;
}

.video__thumbnail{
    background: #000;
}

.video__thumbnail{
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
}

.video__item .video__thumbnail img{
    transition: all 0.3s ease;
}

.video__thumbnail svg{
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
    z-index: 9;
}

.video__item:hover .video__thumbnail img{
    opacity: 0.2;
    transform: scale(1.1);
}

.video__item:hover .video__thumbnail svg{
    opacity: 1;
}

.video__title{
    background: #e9ecf2;
    border-radius: 0 0 4px 4px;
    font-weight: bold;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.video__item:hover .video__title{
    color: #ff8a00;
}




.mapsvg-details-container{
    background: #fff!important;
}

.mapsvg-controller-view-content{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    margin: 30px;
    padding: 40px!important;
}

.regions__profile{
    border-bottom: 1px solid #ddd;
    align-items:flex-start;
    display: flex;
    margin-bottom:30px;
    padding-bottom: 30px;
}

.regions__profile:last-child{
    border-bottom: none;
    margin-bottom:0;
    padding-bottom: 0;
}

.regions__profile__image{
    
    border-radius: 8px;
    flex: 1;
    margin-right: 25px;
    overflow: hidden;
}

.regions__profile__bio{
    flex:5;
}

.regions__state{
    color: #ff8a00;
    font-size: 2em!important;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0!important;
    text-align:center;
}

.regions__name{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0!important;
}

.regions__profile__regions{
    font-size: 13px;
    text-transform: uppercase;
}






.site_footer{
    background-color: #444a50;
    color: #fff;
}

.go_top{
    border-bottom: 2px solid rgba(255,255,255,0.2);
    padding: 40px 0;
    text-align: center;
}

.go_top__button{
    align-items: center;
    background: rgba(255,255,255,0.5);
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
}

.go_top__button svg{
    margin-top: -2px;
}

.site_footer__content{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.widget_twitter{
    background: rgba(255,255,255,0.75);
    color: #808690;
    flex: 1;
    font-size: 14px;
    line-height: 1.4em;
}

.widget_twitter__header{
    padding: 10px 20px;
}

.widget_twitter h3{
    display: none;
}


.twitter-timeline li{
    border-left: 3px solid transparent;
    padding: 16px 20px 13px;
    transition: all 0.3s ease;
}

.twitter-timeline li:hover{
    background: #fff;
    border-color: #006f94;
}

.twitter-timeline li .time a{
    color: #000!important;
    display: block;
    margin-top: 4px;
}

.twitter-timeline li a{
    color: #00aeff;
}

.widget_twitter__link_at{
    color: #45b700;
}

.twitter-timeline li a:hover{
    text-decoration: underline;
}




.title_no_candidates{
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
}





.site_footer__main{
}

.site_footer__main a:hover{
    text-decoration: underline;
}

.site_footer__nav{
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
    text-align: center;
}

.site_footer__nav li{
    flex: 1;
}


.site_footer__main__top{
    text-align: center;
}

.site_footer__main__top br{
    display: none;
}

.site_footer__main__top_separator{
    margin: 0 20px;
}

.site_footer__nav li a{
    display: block;
}

.site_footer__nav > li > a{
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 10px;
}

.site_footer__main__bottom{
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 1.125em;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
}



.nav_mobile{
    display: none;
}

.init1881.block_home .main_row .description_area{
    margin-top: 30px;
}

@media screen and (max-width: 1599px) {

    body{
        font-size: 14px;
    }

    .main_row,
    .main_row_normal{
        width: 80%;
    }

    .logo,
    .home .logo{
        max-width: 200px;
    }

    .header_fixed .logo{
        max-width: 200px;
    }

    .main_section{
        max-height: 100%;
    }

    .video_home{
        min-height: 574px;
    }

    .site_footer__main__top br{
        display: block;
    }

    .site_footer__main__top a{
        display: inline-block;
        padding: 8px 0;
    }

    .sfmts__first{
        display: none;
    }
}


@media screen and (max-width: 1365px) {

    .main_row,
    .main_row_normal{
        width: 86%;
    }
}



@media screen and (max-width: 1279px) {

    .logo,
    .home .logo{
        max-width: 200px;
        top: auto;
    }

    .nav_mobile{
        display: block;
    }

    .main_nav{
        background: #fff;
        bottom: 0;
        color: #535861;
        left: -250px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transition: all 0.3s ease;
        width: 250px;
        z-index: 9999;
    }

    .main_nav__list{
        display: block;
        padding: 10px 0;
    }

    .main_nav__list > li{
        border-left: none;
    }

    .dark_mask{
        background: rgba(0,0,0,0.8);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: all 0.3s ease;
        visibility: hidden;
        width: 100%;
        z-index: 999;
    }

    .open_navigation{
        overflow-y: hidden;
    }

    .open_navigation .main_nav{
        left: 0;
    }

    .open_navigation .dark_mask{
        opacity: 1;
        visibility: visible;
    }

    .site_header__right{
        display: block;
    }

    .site_header__right .button_donate{
        margin: 20px;
    }

    .site_header__right .social{
        padding: 0 20px;
    }

    .site_header__right .social a svg{
        fill: #ff8a00;
    }

    .main_section__title{
        max-width: 75%;
    }

    .join{
        width: 100%;
    }

    .join__title{
        max-width: 100%;
    }

    .video_home{
        min-height: 0;
        padding-top: 56.25%;
    }

    .video_home__content .main_row{
        width: 100%;
    }

    .statistics{
        font-size: 1.5em;
    }

    .join_form{
        display: block;
    }

    .join_form__item__zipcode{
        margin: 10px 0;
    }

    .site_footer__content{
        display: block;
    }

    .site_footer__main{
        margin: 30px 0 0;
    }

    .meet_page__item{
        flex: 0 0 30.33%;
    }

    .blog__article{
        display: block;
    }

    .blog__info__author__pic{
        display: none;
    }

    .main_nav__list .sub-menu {
        background: #fff;
        border-radius: 0 ;
        margin-left: 20px;
        opacity: 1;
        padding: 0;
        position: relative;
        visibility: visible;
    }

    .main_nav__list .sub-menu:before{
        content: none;
    }

    .cover_bg{
        background-position: center!important;
        background-attachment: initial!important;
    }

}


@media screen and (max-width: 767px) {

    .main_section__title{
        font-size: 1.8em;
        max-width: 100%;
    }

    .join__title{
        font-size: 1.25em;
    }

    .video_home__bg svg{
        width: 72px;
    }

    .statistics__title{
        font-size: 1em;
    }

    .block_home__title{
        font-size: 2em;
    }

    .statistics__list{
        display: block;
    }

    .statistics__item{
        padding: 20px 0;
    }

    .block_home{
        padding: 40px 0;
    }

    .donate__list{
        flex-wrap: wrap;
    }

    .donate__item__im{
        flex: 0 0 100%;
        margin: 10px 0 0;
    }

    .meet{
        display: block;
        min-height: 0;
    }

    .meet__ags,
    .meet__candidates{
        height: 320px;
    }

    .meet .meet__button{
        min-width: 0;
    }

    .site_footer__nav{
        display: block;
        margin: 40px 0;
    }

    .site_footer__nav > li{
        margin: 20px 0;
    }

    .main_section_page__wrapper{
        padding: 100px 0 30px;
    }

    .title{
        font-size: 1.8em;
        margin-bottom: 2px;
    }

    .content_page{
        padding: 30px 0;
    }

    .content_page.meet_page_single{
        /*padding-top: 60px;*/
    }

    .meet_page__item{
        flex: 0 0 47%;
        margin-bottom: 25px;
    }

    .meet_page_single__content{
        display: block;
    }

    .meet_page_single__left{
        border-radius: 10px 10px 0 0;
    }

    .meet_page_single__right{
        border-radius: 0 0 10px 10px;
    }

    .meet_page_single__photo{
        border-radius: 10px;
    }

    .meet_page_single__header{
        display: block;
    }

    .meet_page_single__header__title{
        margin-bottom: 10px;
    }

    .meet_page_single__title{
        font-size: 2em;
        line-height: 1em;
    }

    .blog__wrapper{
        display: block;
    }

    .blog_single .blog__title{
        font-size: 2em;
    }

    .sidebar {
        margin-left: 0;
        margin-top: 40px;
    }

    .get_involved{
        display: block;
    }

    .get_involved__help{
        margin: 30px 0 0;
    }

    .mapsvg-controller-view-content{
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
        margin: 120px 20px 20px;
        padding: 20px!important;
    }

    .video__item{
        flex: 0 0 47%;
    }

}


@media screen and (max-width: 479px) {

    .main_row, .main_row_normal{
        width: 90%;
    }

    .logo,
    .header_fixed .logo,
    .home .logo{
        max-width: 160px;
    }

    .meet_page__title{
        font-size: 1.2em;
    }

    .regions__profile{
        display: block;
    }

    .regions__profile__image{
        margin: 0 0 20px 0;
    }

    .video__item{
        flex: 0 0 97%;
    }
}

.link__mail{
    color: #ff8a00;
    font-weight: bold;
}
div#pum_popup_title_5046 {
    color: #003a5d;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.3em;   
    text-transform: uppercase;
}

.pum-content.popmake-content p{
    font-size: 16px;
    text-align: left;
    color: #535861;
    line-height: 24px;
}

div#popmake-5046 {
    padding: 30px;
}
.pum-content.popmake-content a.posts__button {
    margin-top: 35px;
}