/*   
Theme Name: Tom McClintock Theme
Theme URI: http://wordpress.org/extend/themes/mcclintock
Description: A search engine optimized website framework for WordPress.
Author: IT Soluciones
Author URI: https://www.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).
 
.
*/

html{
    scroll-behavior: smooth;
}
1
@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-MediumItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera';
    src: url('css/fonts/CeraPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}



* {
    -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, svg, nav {
    outline: none;
    transition: all 0.3s ease;
}

strong{
    font-weight: 700;
}

html{
    overflow-x: hidden;    
}

body {
    color: #333;
    font-family: 'Cera';
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
}

h1, h2, 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 {
    background: #fff;
    border: none;
    display: block;
    padding: 12px;
    width: 100%;
}

input[type="submit"], button{
    background-color: #e30035;
    border: none;
    color: #fff;
    cursor: pointer;
	font-size: 1.25em;
    font-weight: 900;
    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;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

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

p {
    margin: 0;
}

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;
}




.site-header{
    background: rgba(0, 40, 90, 0.8);
    color: #fff;
    padding: 30px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.site-header__content{
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.logo{
    width: 256px;
}

.site-header__main-content{
    align-items: center;
    display: flex;
}

.main-nav{
    color: #fff;
    text-transform: uppercase;
}

.main-nav__list{
    display: flex;
}

.main-nav__list li{
	margin: 0 10px;
}

.main-nav__list li a{
	border-bottom: 2px solid transparent;
	display: block;
    padding: 10px;
}

.main-nav__list li.current_page_item a{
	border-bottom: 2px solid #e30035;
}

.main-nav__list li.menu-item-object-custom a{
	border-bottom: 2px solid transparent;
}

.main-nav__list li.active a{
	border-bottom: 2px solid #e30035!important;
}

.site-header__main-buttons{
    align-items: center;
    display: flex;
    margin-left: 20px;
    text-transform: uppercase;
}

.site-header__main-buttons a{
    background: #e30035;
    color: #fff;
    display: block;
    font-weight: 900;
    letter-spacing: 0.2em;
    padding: 20px 30px;
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
}

.site-header.sticky{
    padding: 15px 0;
}

.site-header.sticky .logo{
    width: 180px;
}

.nav-mobile{
    display: none;
}



.main-section__content{
    align-items: center;
    height: 100vh;
    display: flex;
    padding-top: 156px;
    position: relative;
    z-index: 2;
}

.main-section-page__content{
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 480px;
    position: relative;
    z-index: 2;
}

.ms-issue{
	background: #00285a;
}

.ms-issue .main-section-page__content{
	height: 280px;
}

.ms-issue .main-section-page__content__titles{
	padding-bottom: 40px;
}

.ms-issue .main-section-page__title{
	font-size: 3em;
}

.main-section-page{
    position: relative;
}

.main-section-page:before{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    content: '';
    height: 320px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-section-page__bg img{
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    width: 100%;
    z-index: 0;
}

.main-section__bg,
.main-section-page__bg{
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
}

.main-section-page__bg{
    height: 480px;
}

.main-section__bg img{
    height: 100vh;
    object-fit: cover;
    width: 100%;
    z-index: 0;
}

.join-section{
    background: rgba(0, 40, 90, 0.8);
    color: #fff;
    max-width: 460px;
    padding: 25px;
}

.join-section__title{
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.join-section__title span{
    display: block;
    font-size: 1.3em;
    font-weight: 900;
}

.join-section__subtitle{
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.form{
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.join-section .form{
    font-size: 14px;
}

.form__field,
.form__title{
    flex: 1;
    padding: 6px;
}

.take-action input{
    background: #eee;
}

.take-action input[type="checkbox"]{
    flex: 0 0 20px;
    height: 20px;
    margin: 0 6px 0 0;
    width: 20px;
}

.take-action input{
    background: #eee;
}

.take-action input[type="checkbox"]{
    flex: 0 0 20px;
    height: 20px;
    margin: 0 6px 0 0;
    width: 20px;
}

.take-action .wpcf7-list-item{
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}

.take-action .wpcf7-list-item label{
    display: flex;
}

.form__field input{
    border: 2px solid transparent;
}

.form__field input.wpcf7-not-valid {
    border-color: #e30035;
}

.form__field__separation{
    flex: 0 0 100%;
}

.form__title{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 40px 0 10px;
}

.form__title:first-child{
    margin-top: 0;
}

.wpcf7-not-valid-tip {
    display: none!important;
}

.ff-name, .ff-email{
    flex: 0 0 75%;
}

.ff-zipcode, .ff-button{
    flex: 0 0 25%;
}

.wpcf7 form .wpcf7-response-output {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.main-section-page__content__titles{
    padding-bottom: 80px;
}

.main-section-page__title{
    font-size: 4em;
    font-weight: 900;
    line-height: 0.9em;
    text-align: center;
    text-transform: uppercase;
}

.main-section-page__subtitle{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}




.record-section{
    margin: -40px 0;
    position: relative;
    z-index: 4;
}

.record-section__content{
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    display: flex;
}

.record-section__caption{
    align-items: center;
    display: flex;
    flex: 62%;
    position: relative;
    z-index: 2;
}

.record-section__caption__content{
    padding: 40px;
}

.record-section__title{
    color: #00285a;
    font-size: 1.75em;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.record-section__caption__content p{
    margin-bottom: 1em;
}

.record__link{
    color: #e30035;
    cursor: pointer;
    font-weight: 900;
    text-decoration: underline;
    text-transform: uppercase;
}

.record-section__caption__content a:hover{
    text-decoration: none;
}

.record-section__image{
    flex: 0 0 80%;
    margin-left: -38%;
    position: relative;
    z-index: 1;
}

.record-section__image:before,
.record-section__image:after{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 80%;
    z-index: 2;
}

.record-section__image img{
    height: 100%;
    object-fit: cover;
    object-position: 82% 0;
    position: relative;
    width: 100%;
    z-index: 1;
}



.issues{
    background: #00285a;
    color: #fff;
    padding: 40px 0;
	position: relative;
    text-align: center;
}

.issues #issues{
	height: 1px;
	left: 0;
	top: -96px;
	position: absolute;
	width: 100%
}

.issues__title{
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.swiper_issues{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.issues__item{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.issues__item a{
    align-items: center;
    display: flex;
	flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 30px 40px;
    position: relativel;
}

.issues__item svg{
	fill: #fff;
	transition: all 0.3s ease;
}

.issues__item:hover svg{
	transform: scale(1.4);
}

.issues__item__title{
	flex: 0 0 100%;
    font-size: 1.5em;
    line-height: 1.2em;
	margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.swipper-button{
    cursor: pointer;
    margin-top: -50px;
    opacity: 0.4;
    position: absolute;
    top: 66%;
    transition: all 0.3s ease;
    z-index: 99;
}

.swipper-button:hover{
    opacity: 1;
}

.swipper-button svg{
    fill: #fff;
}

.swiper_issues-prev{
    left: 0;
}

.swiper_issues-next{
    right: 0;
}

.issues .swiper-slide{
    height: auto!important;
}

.donate-home{
    background: #e30035;
    padding: 40px 0;
    text-align: center;
}

.donate-home__title{
    color: #fff;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 20px;
}

.donate-home__list{
    display: flex;
	font-size: 1.25em;
	font-weight: 900;
    flex-wrap: wrap;
    margin: -2px;
}

.donate-home__list li{
    flex: 0 0 20%;
    padding: 2px;
}

.donate-home__item input {
    opacity: 0;
    position: absolute;
    height: 0;
    visibility: hidden;
    width: 0;
}

.donate-home__item label{
    background: #00285a;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: center;
    flex: 1;
    min-height: 46px;
}

.donate-home__list .main-button{
    border: 2px solid #00285a;
    align-items: center;
    cursor: pointer;
    display: flex;
    background: #00285a;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    min-height: 46px;
    text-transform: uppercase;
}




.latest-home{
    position: relative;
}

.latest-home__image{
    height: 100%;
    left: 0;
    position: absolute;
    width: 40%;
    top: 0;
}

.latest-home__image img{
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.latest-home__image:after{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}

.latest-home__caption{
    bottom: 0;
    left: 0;
    position: absolute;
}

.latest-home__title{
    color: #00285a;
    font-size: 2.75em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.latest-home__subtitle{
    color: #e30035;
    font-size: 1.7em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.latest-home__button{
    background: #e30035;
    color: #fff;
    display: inline-block;
	font-size: 1.25em;
	font-weight: 900;
    padding: 12px 30px;
    text-transform: uppercase;
}

.latest-home__content{
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.latest-home__content-row{
    padding-left: 20%;
}


.latest-home__list{
    display: flex;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.latest-home__item{
    flex: 1;
}

.latest-home__item:last-child{
    border-left: 1px solid #00285a;
    margin-left: 40px;
    padding-left: 40px;
}

.latest-home__date{
    font-weight: bold;
    text-transform: uppercase;
}

.latest-home__item__title{
    color: #00285a;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.latest-home__item a{
    color: #e30035;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}










.conservative{
    padding: 40px 0;
    position: relative;
}

.conservative__image{
    height: 100%;
    left: 0;
    position: absolute;
    width: 60%;
    top: 0;
}

.conservative__image img{
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.conservative__image:after{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}

.conservative__title{
    color: #00285a;
    font-size: 2.75em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.conservative__content{
    padding: 80px 0;
}

.conservative__content-row{
    padding-left: 50%;
}

.conservative__content-row p{
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 40px;
}


.latest-home__list{
    display: flex;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.latest-home__item{
    flex: 1;
}

.latest-home__item:last-child{
    border-left: 1px solid #00285a;
    margin-left: 40px;
    padding-left: 40px;
}

.latest-home__date{
    font-weight: bold;
    text-transform: uppercase;
}

.latest-home__item__title{
    color: #00285a;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.latest-home__item a{
    color: #e30035;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}





.page-in{
    background-attachment: fixed;
    background-color: #003933;
    background-size: cover;
    background-position: center;
    padding: 134px 0 40px;
}


.donate-page_content{
    background: #fff;
    max-width: 480px;
    padding: 30px 40px;
    text-align: center;
}

.donate-page__wrapper{
    display: flex;
    flex-direction: row-reverse;
}

.donate-page .page-in__title{
    color: #00285a;
    font-size: 3em;
    line-height: 1em;
    margin: 0 0 10px;
}


.iframe_donate{
    overflow: hidden;
    margin-top: 20px;
}

.iframe_donate iframe{
    position: relative;
    max-width: 100%;
}





.section-page{
    padding: 80px 0;
}


.entry-content p{
    margin: 1em 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4{
    font-weight: bold;
    line-height: 1.2em;
    margin: 1em 0 0.6em;
}

.entry-content h2{
    font-size: 2em;
}

.entry-content h3{
    font-size: 1.6em;

}

.entry-content h4{
    font-size: 1.4em;

}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content p:first-child{
    margin-top: 0;
}

.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content p:last-child{
    margin-bottom: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}




.issues-page__list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.issues-page__item{
    flex: 1;
    padding: 10px;
    position: relative;
}

.issues-page__item a{
    display: block;
}

.issues-page__item.size-25{
    flex: 0 0 25%;
}

.issues-page__item.size-33{
    flex: 0 0 33.33%;
}

.issues-page__item.size-50{
    flex: 0 0 50%;
}

.issues-page__item.size-66{
    flex: 0 0 66.66%;
}

.issues-page__item.size-75{
    flex: 0 0 75%;
}






.post__article{
    align-items: center;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 40px;
    padding: 40px;
}

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

.post__title{
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 20px;
    flex: 0 0 40%;
}

.post__article:hover .post__title a{
    color: #e30035;
}

.post__date-category{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post__date{
    font-weight: bold;
}

.post__button{
    border: 2px solid #00285a;
    color: #00285a;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.modal{
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 40px;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

.open-modal-map .modal{
    opacity: 1;
    visibility: visible;
}

.modal__content{
    border-radius: 10px;
    position: relative;
    width: 768px;
}

.modal__close{
    align-items: center;
    background: #e30035;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -36px;
    width: 32px;
}

.modal__close svg{
    fill: #fff;
}



.site-footer{
    background: #001d40;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.site-footer__logo img{
    max-width: 180px;
}

.site-footer__nav{
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.site-footer__nav li a{
    display: block;
    padding: 4px 20px;
}

.site-footer__info{
    font-size: 12px;
    line-height: 1.4em;
}

.site-footer__info span{
    text-transform: uppercase;
}

.site-footer__paid{
    border:  1px solid #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    padding: 8px 40px;
    text-transform: uppercase;
}

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

    body{
        font-size: 14px;
    }

    .site-header .logo{
        width: 190px;
    }

    .main-row{
        width: 1020px;
    }
	
	.ms-issue .main-section-page__content{
		height: 240px;
	}
	
	.ms-issue .main-section-page__title{
		font-size: 2.5em;
	}

}

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

    .dark-mask{
        background-color: rgba(0, 0, 0, 0.8)!important;
        content: '';
        display: block;
        height: 100%;
        opacity: 0;
        position: fixed;
        transition: all 0.5s ease!important;
        visibility: hidden;
        width: 100%;
        z-index: 99;
    }

    .open-nav .dark-mask{
        opacity: 1;
        visibility: visible;
    }

    .site-header__main-content{
        background: #fff;
        bottom: 0;
        display: block;
        left: -240px;
        overflow-y: auto;
        padding: 20px 0;
        position: fixed;
        top: 0;
        transition: all 0.3s ease!important;
        transform: none!important;
        width: 240px;
        z-index: 999;
    }

    .open-nav .site-header:before{
        display: none;
    }

    .main-nav{
        color: #00285a;
    }

    .main-nav__list{
        display: block;
    }

    .main-nav__list li a{
        display: block;
    }

    .site-header__social{
        display: block;
        padding: 20px;
    }

    .site-header__main-buttons{
        display: block;
        margin: 0;
        padding: 0 20px;
    }

    .site-header__main-buttons a:first-child{
        margin-bottom: 4px;
    }

    .nav-mobile{
        align-items: center;
        background: #00285a;
        display: flex;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .open-nav{
        overflow-y: hidden;
    }

    .open-nav .site-header__main-content{
        left: 0;
    }

    .main-row,
    .main-row-normal,
    .main-row-short{
        padding: 0 20px;
        width: 100%;
    }

    .latest-home__col{
        width: 100%;
    }

    .latest-home__image{
        flex: 0 0 50%;
        margin-right: 0;
    }

    .latest-home__image .latest-home__col{
        left: auto;
    }

    .record-section__content{
        padding: 0;
    }

    .latest-home__content{
        padding: 40px 20px 40px 0;
    }

    .latest-home__image{
        padding: 40px 0 40px 20px;
    }

    .latest-home__image,
    .conservative__image {
        height: 320px;
        position: relative;
        width: 100%;
    }

    .latest-home__image:before,
    .conservative__image:before{
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
        bottom: 0;
        content: '';
        height: 60%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .latest-home__image:after,
    .conservative__image:after{
        content: none;
    }

    .conservative__content-row{
        padding-left: 0;
    }

    .latest-home__content{
        margin-top: -80px;
    }

    .conservative{
        padding: 0 0 40px;
    }

}

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

    .latest-home__image img{
        object-position: 36% -40px;
    }

    .latest-home__title{
        font-size: 3em;
    }

    .latest-home__subtitle{
        font-size: 1.5em;
    }

    .page-in{
        background-position: 40%;
    }
}

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

    .site-header{
        padding: 15px 0;
    }

    .site-header .logo,
    .site-header.sticky .logo{
        width: 120px;
    }

    .site-header:before{
        display: none;
    }

    .site-header {
        padding: 15px 0;
    }

    .main-section__content {
        align-items: flex-end;
    }

    .join-section{
        margin-bottom: 20px;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .join-section__title{
        font-size: 2.4em;
        text-align: center;
    }

    .join-section__subtitle{
        color: #00285a;
        margin: 10px 0;
        text-align: center;
    }

    input, textarea, select{
        border:  2px solid transparent!important;
    }

    input.wpcf7-not-valid{
        border:  2px solid #e30035!important;
    }

    .main-section__bg img{
		height: 115vh;
        object-position: 65% -90px;
    }

    .record-section{
        margin: -20px 0;
        padding: 0;
    }

    .record-section__caption__content{
        padding: 20px;
    }

    .record-section__title{
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .latest-home{
        display: block;
    }

    .latest-home__caption{
        position: relative;
    }

    .latest-home__image .latest-home__col{
        margin: -200px 0 0;
        padding: 0 20px;
    }

    .latest-home__col{
        padding: 0 20px;
        width: 100%;
    }

    .donate__list li{
        flex: 0 0 20%;
    }

    .donate__list li.donate__button{
        flex: 0 0 100%;
    }

    .latest-home__image{
        display: block;
        padding: 0;
    }

    .latest-home__image:after{
        display: none;
    }

    .latest-home__image:before{
        background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        bottom: -52px;
        height: 80%;
    }

    .latest-home__image img{
        height: 320px;
        position: relative;
    }

    .latest-home__caption{
        padding: 20px 0;
    }

    .latest-home__subtitle{
        font-size: 1.25em;
    }

    .latest-home__content{
        padding: 0 0 20px 0;
    }

    .site-footer{
        padding: 20px 0;
    }

    .site-footer__nav{
        display: block;
    }

    .donate-page_content{
        padding: 20px;
    }

    .page-in{
        padding: 92px 0 20px;
    }

    .donate-home__list{
    }

    .donate-home__list li{
        flex: 0 0 25%;
    }

    .donate-home__list li:last-child{
        flex: 0 0 100%;
    }

    .post__article{
        display: block;
        margin-bottom: 20px;
        padding: 20px;
    }

    .post__title{
        font-size: 1.5em;
        margin: 0 0 20px 0;
    }

    .main-section-page__title{
        font-size: 2.4em;
    }

    .section-page{
        padding: 20px 0;
    }

    .main-section-page__content,
    .main-section-page__bg{
        height: 240px;
    }

    .main-section-page:before{
        height: 200px;
    }

    .main-section-page__content__titles{
        padding-bottom: 30px;
    }

    .modal{
        padding: 20px;
    }

}

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

    .join-section{
        width: 100%;
    }

    .join-section .form{
        display: block;
    }

    .donate__list li{
        flex: 0 0 50%;
    }

    .donate__list li.donate__button{
        flex: 0 0 50%;
    }

    .donate-page__wrapper{
        padding: 0;
    }

    .issues-page__list{
        display: block;
    }

    .main-section-page__title{
        font-size: 2em;
    }

    .latest-home__list{
        display: block;
    }

    .latest-home__item:last-child {
        border-left: none;
        border-top: 1px solid #00285a;
        margin-left: 0;
        padding-left: 0;
        margin-top: 40px;
        padding-top: 40px;
    }

}

.page-template-donate .donate-home{
    display: none;
}

.open-modal-map{
    overflow-y: hidden;
}