/*---------------------------------------------------------------------------------

 Theme Name:   Future Majority
 Theme URI:    https://futuremajority.org
 Description:  
 Author:       Justin Goldberg / MMNTM
 Author URI:   https://mmntm.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
/* Donate BTN */
#top-menu .donate-btn a, #main-footer .donate-btn a{
    background-color: #FFE600;
    border-radius: 5px;
    color: #000!important;
    border: 1px solid #FFE600;
    padding: 14px 20px !important;
}
#top-menu .donate-btn a:hover, .et-fixed-header #top-menu .donate-btn a:hover, #main-footer .donate-btn a:hover{
    opacity:.8;
}
.et-fixed-header #top-menu .donate-btn a{
    color: #000!important;
}
header #et-top-navigation{
    padding-top: 22px!important;
}
header.et-fixed-header #et-top-navigation{
    padding-top: 16px !important;
    padding-bottom: 10px !important; 
}
/* Search Form */
#et-main-area{
    position: relative;
}
.search-form{
    position: fixed;
    right: 35px;
    top: 120px;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.search-form .search{
    background-color: #fff;
    height: 50px;
    border-radius: 50px;
    width: 0px;
    padding: 0px;
    border-width: inherit;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: url(./images/search-icon.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 18px;
}
.search-form .search-icon{
    background-image: url(./images/search-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block; 
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #fff;
    background-size: 20px;
    cursor: pointer; 
    border: 1px solid #808080;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
	position: absolute;
	right: 0;
}
.search-form.form-active .search{
    width: 400px;
    padding: 10px 55px 10px 45px;
    border:1px solid #808080;
}
.search-form.form-active .search-icon{
    background-image: url(./images/cancel-icon.svg);    
}
.wv-btn{
   transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;  
}
.wv-btn:hover{
    background-color: #e7d001 !important;
    border-color: #e7d001 !important;
}
.home-banner:before {
    background: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
	z-index: 9;
}
.home-banner .et_pb_row.et_pb_row_0, .home-banner .et_pb_row.et_pb_row_1{
	position: relative;
    z-index: 9;
}
/* Media Posts */ 
.home-media-posts .et_pb_column{
    margin-right: 0!important;
    width: 33.33%;
    height: 33.33vw; 
}
.media-posts ul{
    padding: 0;
    list-style: none;
    display: flex;    
    display: -ms-flexbox;
   flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.media-posts ul li{
    width: 33.33%;
    position: relative;
    background-color: #538AFF;
}
.media-posts li figure{
    line-height: 0;
}
.media-posts li figure img{
    width: 100%;
}
.media-posts li .title{
    position: absolute;
    left: 50px;
    top: 50px;
}
.media-posts li .title h2, 
.media-posts li .title h2 a, 
.home-media-posts h2{
    font-size: 60px;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1;
    width: 270px;
    position: relative;
    display: inline-block;
}
.media-posts ul li:nth-child(odd) .title h2, 
.media-posts ul li:nth-child(odd) .title h2 a{
    color: #000;
}
.media-posts li .title h2 a:after, 
.home-media-posts h2:after{
    background-image: url(./images/rightArrowvector.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 32px;
    width: 16px;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -25px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
/*
.media-posts li .title h2 a:hover:after, 
.home-media-posts h2 a:hover:after{
    right: -40px; 
}
*/
.home-media-posts .box-link{
    transition: transform 0.4s ease-in-out;
}
.home-media-posts .box-link:hover h2:after{
    right: -40px;
}
.home-media-posts .box-link:hover{
    opacity: 0.9;
}
.home-media-posts .box-link:hover h2{
    font-size: 64px !important;
}
.home-media-posts .box-link:hover h2{
    width: 290px;
}
.home-media-posts .box-link:hover p{
    font-size: 20px;
}
.home-media-posts .box-link h2, 
.home-media-posts .box-link p{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.media-posts .categories .cat-list{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.image-box{
    position: relative;
    overflow: hidden;   
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.image-box:focus::after, .image-box:hover::after {
    transform: scale(1.07);
}
.image-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
        background-size: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}

/* Row Module B */ 
.custom-row-et_pb_column_2_5 .et_pb_column_3_5{
    width: 66.66%;
}
.module-row-b-one h2:after, .home-media-posts .white-box h2:after{
    background-image: url(./images/blue-arrow.svg);
}
.module-row-b-one .et-last-child h2:after, .module-row-b-two h2:after{
    background-image: url(./images/rightArrowvector.svg);
}
/* Row Module C */
.custom-row-et_pb_column_3_5 .et_pb_column_3_5{
    width: 66.66%; 
}
/* Row Module D */
.custom-row-et_pb_column_5_5 .et_pb_column_1_2{
    width: 50%; 
    height: 100vh; 
}
.custom-row-et_pb_column_5_5 .left-box .et_pb_module{
    height: 50vh;
}


/* Sign Up Form */
.stay-now header.at-markup.HeaderHtml h1{
    padding-top: 0!important;
}
.stay-now .input-group{
    width: 100%;
}
.stay-now input{
    height: 40px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #808080 !important;
    margin-bottom: 20px !important;
    padding: 10px 15px !important;
    border-radius: 0 !important;
    margin-top: 2px !important;
}
.stay-now input[type="submit"]{
    border: 0 !important;
    font-size: 20px !important;
    line-height: 26px!important;
    color: #fff!important;
    background-color: #538AFF!important;
    border: 2px solid #538AFF!important;
    margin-bottom: 0!important;
    height: auto!important;    
    padding: 13px 35px!important;
    width: auto!important;
    border-radius: 8px!important;
    cursor: pointer!important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-weight: normal !important;
}
.stay-now input[type="submit"]:hover{
opacity:.8
}
.stay-now .input-outer{
    display: flex;
    justify-content: space-between;
}
.stay-now .input-outer .input-group{
    width: 48%;
}
.stay-now fieldset{
    padding: 0!important;
}
.stay-now .HeaderHtml{
    padding: 0 0 0 6px !important;
}
.stay-now .at-row > [class^="at-"]{
    margin: 0!important;
}
.stay-now .at-fields{
    display: flex;
    flex-wrap: wrap;
}
.stay-now .at-row{
    width: 100%;
    padding: 0 8px;
}
.stay-now .at-row label{
    min-width: 100%;
    font-size: 16px;
}
.stay-now .at-row.FirstName, .stay-now .at-row.PostalCode{
    width: 50%;    
}
.stay-now .at-row.EmailAddress{
    width: 100%;
}
.stay-now .at-form-submit{
    padding-left: 0!important;
}
.join-us-section .et_pb_equal_columns{
    align-items: center;
}
/* testimonials */
.testimonials .et-pb-controllers{
    display: none;  
}
.testimonials .et-pb-slider-arrows .et-pb-arrow-prev{
    left: 0!important;
    opacity: 1;

}
.testimonials .et-pb-slider-arrows .et-pb-arrow-next{
    right: 0!important;
    opacity: 1; 
}
.testimonials p{
    text-shadow: none;
}
.testimonials h3{
    color: #538AFF!important;
    font-size: 40px;
    line-height: 1.2;
    text-shadow: none;
    letter-spacing: -1px;
    padding-bottom: 0;
    margin-top: 30px;
}
.testimonials h4{
    color: #538AFF!important;
    font-size: 30px;
    line-height: 1.2;
    text-shadow: none;
    letter-spacing: -1px;
}
.testimonials .et_pb_slide_title{
    text-shadow: none;
    padding-bottom: 35px;
}
/* Get In Touch */
.cta-row {
    align-items: center;
    display: flex;
}
.cta-row h2{
    padding-bottom: 0;
}
.qgetinSec .get-touch {
    cursor: pointer;
    height: 34px;
    width: 34px;
    background-color: #BAD5FB;
    color: #fff;
    display: inline-block;
    margin-top: 35px;
    line-height: 34px;
    font-size: 25px;
    border: 0;
}
.qgetinSec .get-touch:before {
    content: "+";
}
.qgetinSec .get-touch.tmopen:before {
    content: "-";
    font-size: 35px;
    line-height: 28px;
}
.qgetinSec .get-touch.tmopen:after {
    display: block;
}

.qgetinSec .get-touch:after {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 50px solid #BAD5FB;
    position: absolute;
    bottom: -40px;
    left: 50%;
    content: "";
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: none;
}
.qgetinSec .get-touch.tmopen {
    margin-bottom: 47px;
}
.gt-form-row h2 {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    line-height: 40px;
}

body .gt-form-row .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}
body .gt-form-row .gform_wrapper ul li#field_1_1 {
    margin-top: 4px;
}
.gt-form-row .gform_wrapper textarea.medium{
    height: 98px;
}
body .gt-form-row .gform_wrapper ul li.gfield .ginput_container {
    margin-top: 0;
}
body .gt-form-row .gform_wrapper ul li.gfield input#input_1_2 {
    margin: 0;
}
body .gt-form-row .gform_wrapper ul#gform_fields_1{
    width: calc(100% - 200px);
    float: left;
}
body .gt-form-row .gform_wrapper .gform_footer{
    clear: unset;
}

/* Footer */
#main-footer{
    background-color: #242424;
}
#main-footer #et-footer-nav .container{
    display: flex;
    align-items: center;
    padding: 45px 0;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}
#main-footer #et-footer-nav .footer-logo{
	width: 150px;
}
#footer-bottom{
    text-align: center;
    padding-top: 60px;
}
#footer-bottom h2{
    color: #fff;
    text-align: center;
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
#footer-bottom .et-social-icons{
    float: left;
    width: 100%;
    text-align: center;
}
.et-social-icons li.et-social-facebook{
    margin-left: 0!important; 
}
#footer-bottom .et-social-icons a{
    height: 44px;
    width: 44px;
    background-color: #FFE600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-bottom .et-social-icons a:before{
    color: #242424;
}
#footer-info{
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 25px;
}
#main-footer .bottom-nav li:last-child{
    padding-right: 0;
}
#main-footer .donate-btn a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* Media */
.inner-banner:after{
    background-color: rgba(41,95,209,0.6)!important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
}
.media-page-list ul, 
.media-page-list .alm-reveal{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.media-page-list ul li{
    width: 33.33%;
}
.media-page-list .Video figure a{
    position: relative;
    display: block;
}
.media-page-list .Video figure a:after{
    background-image: url(./images/play-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 90px;
    width: 90px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.media-page-list li:nth-child(2n+2) .title{
    background-color: #E5E5E5;
}
.media-page-list figure{
    line-height: 0;
}
.media-page-list figure img{
    width: 100%;
}
.media-page-list .title{
    padding: 20px 40px 60px;
}
.media-page-list .title h2 a{
    font-size: 30px;
    color: #000;
}
.media-page-list .title h2 a::after {
    background-image: url(./images/blackArrowvector.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 32px;
    width: 16px;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -25px;
    top: 6px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.media-page-list .title h2 a:hover::after {
    right: -40px;
}
.page-id-80 .alm-btn-wrap{
    display: none;
}
/*
.alm-btn-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 350px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 74%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    text-align: center;
}
.alm-btn-wrap .load-more-btn{
    cursor: pointer;
    background-image: url(./images/down-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 61px;
    font-size: 0;
    border: none;
    background-color: transparent;
    padding: 0;   
    display: inline-block;
}
*/

/* About Us */
.about-txt{
    display: flex;
    align-items: center;
}
.about-txt .left-col{
    margin-right: 0;
    width: 60%;
}
.about-txt .right-col{
    width: 50%; 
    position: absolute;
    right: 0;
    z-index: 1;
}
.team-list ul{
    list-style: none;
    padding: 0;
    display: flex; 
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.team-list li{    
    padding: 0 15px;
}
.team-list .top{
    text-align: center;
    padding-bottom: 80px;
}
.team-list .top h4{
    padding-bottom: 20px;
}
.team-list h3{
    font-size: 40px;
    line-height: 40px;
}
.team-list h4{
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
}
.team-list .link{
    display: block;
    cursor: pointer;
    height: 34px;
    width: 34px;
    background-color: #76A4FF;
    color: #fff;
    display: inline-block;
    margin-top: 35px;
    line-height: 34px;
    font-size: 25px;
}
.team-list .link:after{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #76A4FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: none;
}
.team-list .link.tmopen:after{
    display: block;
}
.team-list .link:before{
    content: "+";
}
.team-list .link.tmopen:before{
    content: "-";
    font-size: 35px;
    line-height: 28px;
}
.team-details .inner-box{
    display: flex;
    align-items: center;
}
.team-list p{
    font-size: 18px;
    line-height: 1.2;
}
.team-list .team-details{
    position: static;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    background-color: #76A4FF;    
    align-items: center;
    padding: 80px 0;
    display: none; 
}
.team-list li:hover .team-details{
    display: flex;
}
.team-list .team-details p{
    font-size: 25px;
    line-height: 1.4; 
    text-align: justify;
}
.team-list .team-details .left-col{
    width: 25%;
    text-align: center;
}
.team-list .team-details .left-col figure{
    line-height: 0;
    margin-bottom: 25px;
}
.team-list .team-details img{
    border-radius: 100%;
}
.team-list .team-details .team-content{
    width: 75%;
    padding: 30px 50px 30px 30px;
}
.team-slider .owl-nav{
    position: absolute;
    left: -50px;
    right: -50px;
    top: 50%;    
    margin-top: -120px;
}
.team-slider .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    background-image: url(./images/left-arrow.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    display: block;
    width: 30px;
    height: 61px;
}
.team-slider .owl-nav .owl-next{
    position: absolute;
    right: 0;
    background-image: url(./images/next-arrow.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    display: block;
    width: 30px;
    height: 61px;
}
.team-slider .owl-nav button span{
    font-size: 0;
}
/* Get In Touch */
.gt-form-row{
    display: none; 
}
.gt-form-row input[type="text"]{
    height: 40px;    
    border: none;
    padding: 0 15px !important;
    color: #808080;
    border-radius: 0;
}
.gt-form-row textarea{
    border: 0;
    padding: 15px !important;
    height: 130px;
    color: #808080;
    border-radius: 0;
}
.gt-form-row .close-btn{
    position: absolute;
    right: -60px;
    top: -20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url(./images/cross-icon-white.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    font-size: 0;
    z-index: 9999;
}
.gt-form-row .close-btn .cross-icon{
    display: block;
}
.gt-form-row .gform_footer #gform_submit_button_1{
    float: right;
    cursor: pointer;    
    padding: 15px 40px !important;
    width: auto;
}
.cta-row .get-touch{
    color: #000000;
    border-width: 0px;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 20px;
}
/* Join Us Section */  
.join-us-section .left-col:before{
    background-image: url(./images/form-bg-imgage.svg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 420px;
    width: 520px;
    content: "";
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Our Issue */
.issue-container ul{
    list-style: none;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.issue-container li{
    padding: 0 15px;
    width: 33.33%;
}
.issue-listing .detail{
	background-color: #fff;
	padding: 30px;
}
.issue-listing .detail p{
    font-weight: normal;
}
.post-147 .et_pb_section:nth-child(odd) .issue-listing .detail, .post-147 .et_pb_section:nth-child(odd) .issue-listing{
	background-color: #E5E5E5;
}
.issue-listing{
    height: 100%;
    background-color: #fff;
}
.issue-listing .detail h3{
	font-size: 36px;
}
/*
.issue-listing .detail h3 a:hover{
	text-decoration:underline;
}
*/
.cat-post .issue-listing figure, 
.cat-post-all .issue-listing figure, 
.search-posts .issue-listing figure{
    max-height: 210px;
    overflow: hidden;
}
.issue-listing figure{
	line-height: 0;    
}
.innder-hero-banner{
    background-color: #2A5FD1;
    padding: 80px 0;
}
.innder-hero-banner:after{
    display: none;
}
.innder-hero-banner .top{
    text-align: center;
}
.innder-hero-banner figure, 
.inner-banner .et_pb_image .et_pb_image_wrap{
    position: relative;
    display: inline-block;
    line-height: 0;   
    width: 40%;
}
/*
.innder-hero-banner figure:after, 
.inner-banner .et_pb_image .et_pb_image_wrap:after{
    height: 100%;
    width: 100%;
    left: 100px;
    position: absolute;
    background: rgba(118, 164, 255, 0.5);
    content: "";
    border-radius: 100%;
}
*/
.innder-hero-banner h1, .inner-banner h1{
    font-size: 80px!important;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.innder-hero-banner p, .inner-banner p{
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
}
.innder-hero-banner .bottom{
    margin-top: -70px;
    width: 73.625%;
}
.cat-list{
    background-color: #D0D0D0;
    padding: 30px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.cat-list ul{
    display: flex;    
}
.cat-list li.init{
   display: none;
}
.cat-list li:before{
    content: "|";
    color: #fff;
    width: 1em;    
}
.cat-list li:not(:last-child){
    padding-right: 10px;
}
.cat-list li:nth-child(2):before{
    display: none;
}
.cat-list li a{
    color: #295FD1;
    font-size: 16px;
    padding-left: 13px;
    cursor: pointer
}
.cat-list li:first-child a{
    padding-left: 0;
}
.cat-list li:first-child:before{
    display: none;
}
.cat-list li a:hover{
    text-decoration: underline;
}
.cat-post{
    background-color: #E3EEFA;
    padding: 80px 0;
}
.cat-post.whitebg{
    background-color: #fff;
}
.cat-post .title-row{
    padding-bottom: 50px;
}
.cat-post .title-row h2{
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 15px;
    color: #5F89F5;
}
.cat-post .title-row p{
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
}
#cat-list-sticky-wrapper .cat-list{
    z-index: 1!important;
}
.whitebg .issue-listing .detail, 
.whitebg .issue-listing{
    background-color: #E5E5E5;
}
.btn-outer{
    padding-top: 55px;
}
.see-all{
    color: #fff;
    background-color: #5F89F5;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.2;
    padding: 15px 40px;
    display: inline-block;
    border: 2px solid #5F89F5;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.see-all:hover{
    opacity: .8;
}


/* 404 page */
.error404 .search-form{
	display: none;
}
/* Media Single Page */
.single #et-main-area .search-form{ 
    display: none;
}
.single-media #main-content .container::before{
    display: none;
}
.container.single-container{
    width: 100%;
    max-width: 100%;
}
.single .entry-title{
    font-size: 60px;
    color: #5F89F5;
    letter-spacing: -1px;
}
.single-container .single-outer{
    max-width: 1000px;
    margin: 0 auto 80px;
}
.single .post-meta{
    display: none;
}
.suggested-posts{
    background-color: #E3EEFA;
    padding: 70px 0 80px;
}
.suggested-posts h2.post-title{
    color: #5F89F5;
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 20px; 
}
.suggested-posts .container{
    padding: 0!important;
}
.suggested-posts ul{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.suggested-posts li{
    padding: 0 15px;
    width: 33.33%;
}
.suggested-posts .inner-item{
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 30px;
    background-color: #fff;
    height: 100%;
}
.suggested-posts .inner-item h2{
    font-size: 34px;
}
.heateorSssSharingArrow{
	display: block!important;
	position: absolute;
	top: -40px;
	right: 12px; 
	height: 40px!important;
	width: 40px!important;
	background-color: #5F89F5!important;
	background-position: center!important;
	background-size: 26px!important;
	border-radius: 100%;
    z-index: 9999;
}
/* Archive Page */

.logged-in section#cat-list {
    top: 112px !important;
}

.issue-cat-title{
    padding-top: 70px;
    padding-bottom: 50px;
}
.issue-cat-title .container{
    padding-right: 15%;
}
.issue-cat-title h1{
    color: #5F89F5;
    font-size: 60px;
    line-height: 1.2;
    padding-bottom: 15px;
}
.issue-cat-title p{
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
}
.issue-cat-title .backPage a{
     text-decoration: underline;
    font-family: 'Pathway Gothic One',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
}
.issue-cat-title .backPage a:hover{
    text-decoration: none;
}
.banner-sec{
    background-color: #2A5FD1;
    padding: 70px 0;
}
.banner-sec h2{
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 0;
} 
.cat-post-all .issue-listing, .cat-post-all .issue-listing .detail{
    background-color: #E5E5E5;
}
.cat-post-all{
    padding-bottom: 50px; 
}
.cat-post-all li{
    margin-bottom: 30px;
}
/* Post Detail Page */
.post-detail{
    padding:80px 0;
}
.post-detail .container{
    max-width: 1140px;
}
.post-detail h1{
    color: #5F89F5;
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 30px;
}
.post-detail p{
    font-weight: normal;
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 40px!important;
}
.post-row figure{
    margin-bottom: 30px;
}

.post-detail .cats{
    margin-bottom: 20px;
}
.post-detail .cats a{
    margin-right: 10px;
    text-decoration: underline!important;
    font-family: 'Pathway Gothic One',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
}
.post-detail .cats a:hover{
    text-decoration: none!important;
}
.cats a, .post_tags a{
    font-size: 18px;
    font-weight: normal;
}
.post_tags a{
    margin-right: 10px;
}
.post_tags a:hover{
    text-decoration: underline;
}

/* Suggested Posts */
.suggested-posts h3{
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 40px;
    color: #5F89F5;
}
.suggested-posts ul{
    display: flex;
}
.suggested-posts li{
    width: 33.33%;
    padding: 0 15px;
}
.suggested-posts .inner-block{
    border: 1px solid #808080; 
    background-color: #fff;
    padding: 30px 50px;
    height: 100%;
}
.suggested-posts h2{
    font-size: 40px;
    padding-bottom: 15px;
}
.suggested-posts p{
    font-size: 18px;
    font-weight: normal;
}
/* Stay form */
.stayform-row{
    background-color: #5F89F5;
    padding: 50px 0;
}
.stayform-row .container{
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
}
.stayform-row .stay-now .HeaderHtml{
    padding-right: 90px!important; 
    padding-left: 0!important;
    margin-bottom: 0;
}
.stayform-row .stay-now header.at-markup.HeaderHtml h1{
    padding-bottom: 0;
    color: #000;
}
.stayform-row .stay-now .at-row > [class^="at-"], 
.stayform-row .stay-now label small{
    color: #000;
}
.stayform-row .stay-now{
    max-width: 100%;
}
.stayform-row h3{
    color: #000;
    font-size: 40px;
    padding: 0;
    width: 400px;
}
.stayform-row .at-inner{
    display: flex;
    align-items: center;
}
.stayform-row form{
    display: flex;
    align-items: self-start;
    width: calc(100% - 405px) !important;
}
.stayform-row .email-outer{
    width: 50%;
}
.stayform-row .name-outer, .stayform-row .code-outer{
    width: 25%;
}
.stayform-row .submit-outer{
    width: 240px;
    text-align: right;
}
.stayform-row .stay-now input{
    margin-bottom: 0!important;
    border: none !important;
}
.stayform-row .stay-now input[type="submit"]{
    background-color: #BAD5FB!important;
    color: #000!important;
    font-size: 18px!important;
    font-weight: 500!important;
    padding: 10px 20px!important;
    border:1px solid transparent !important;
    margin:18px 0 0!important;
}
.stayform-row .stay-now input[type="submit"]:hover{
    border:1px solid #000!important;
    background-color: transparent!important;
}
.stayform-row .stay-now form fieldset .at-row.FirstName{
   flex: 40% !important;
}
.stayform-row .stay-now .at-form-submit{
    padding: 0 !important;
}
.stayform-row .stay-now form fieldset{
    padding-right: 90px !important;
}
.stayform-row .input-group:not(:last-child){
    padding-right: 20px;
}
.policy-post-detail blockquote{
    margin: 0;
    padding: 0 0 40px 0;
    border: 0;
}
.policy-post-detail blockquote p{
    color: #808080;
    font-size: 22px;
    padding-bottom: 0 !important;
}
.policy-post-detail blockquote span{
    color: #5F89F5;
}
.policy-post-detail blockquote:last-child, .media-post-detail p:last-child{
    padding-bottom: 0!important;
}
.memos-post-detail p:last-child{
    padding-bottom: 0!important;
}
.read-memo{
    padding: 20px 0;
}

.read-memo h2 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
}

.read-memo h3{
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
    padding-bottom: 30px;
}
.read-memo a{
    font-size: 20px;
    line-height: 30px;
    padding: 15px 45px;
    background-color: #538AFF;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #538AFF;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.read-memo a:hover{
    background-color: transparent;
    color: #538AFF;
}
/* Research */
.page-template-research .cat-post:nth-child(even){
    background-color: #fff;
}
.page-template-research .cat-post:nth-child(even) .issue-listing .detail{
    background-color: #E5E5E5;
}
.page-template-research .cat-post:nth-child(even) .issue-listing{
    background-color: #E5E5E5;
}
/* Search Post */
.search-results .search-form{
    display: none;
}
.filterSec{
    padding-top: 80px;
    padding-bottom: 40px;
}
.filterSec .container{
    display: flex;
    align-items: center;
}
.filterSec .left-form{
    width: 33.33%;
    padding-right: 16px;
}
.filterSec form .search{
    height: 58px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 28px;
    padding-left: 25px;
}
.filterSec .form-search{
    position: relative;
}
.filterSec .left-form form .submit{
    position: absolute;
    right: 25px;
    top: 17px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url(./images/search-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px; 
}
.filterSec .right-form{
    width: 66.66%;
}
.filterSec .right-form ul{
    display: flex;
    margin-right: -12px;
}
.filterSec .right-form li{
    width: 50%;
    padding: 0 15px;
}
.filterSec form select{
    height: 58px;
    width: 100%;   
    border: 1px solid #000;
    -webkit-appearance: none; -moz-appearance: none;
    background-image: url(./images/down-arrow.svg);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 25px;
    font-size: 28px;
    padding-left: 25px;
}
.filterSec form select option:nth-child(even){
    background-color: #e5e5e5;
}
.search-posts{
    padding-bottom: 50px;
}
.search-posts .issue-container li{
    margin-bottom: 30px;
}
.search-posts .issue-listing .detail, .search-posts .issue-listing{
    background-color: #E5E5E5;
}
/* Tag */
.tag .search-form{
    display: none;
}
.tag h1{
    font-size: 50px; 
    color: #5F89F5;
    text-transform: capitalize;
}
/* Media Page */
.all-media-posts .issue-listing .detail h3{
   font-size: 40px; 
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.all-media-posts .issue-listing .detail{
    padding: 40px 30px 60px 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.all-media-posts .issue-listing .detail h3:after{
    background-image: url(./images/blackArrowvector.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 32px;
    width: 16px;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -25px;
    top: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.all-media-posts .issue-listing .detail h3:hover:after{
    right: -40px;
}
.all-media-posts li:nth-child(even) .issue-listing .detail{
    background-color: rgba(229,229,229,0.9); 
}
.all-media-posts .issue-listing:hover .detail{
    padding: 37px 30px 58px 45px;
}
.all-media-posts .issue-listing:hover .detail h3{
    font-size: 44px;
}
.alm-load-more-btn.done{
   display: none;
}
.all-media-posts .issue-listing{
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.all-media-posts .issue-listing:hover{
    opacity: 0.8;
}
.all-media-posts .issue-listing:hover .detail h3::after{
    right: -40px;
}
.all-media-posts .issue-listing figure{
    height: 100%;
    background-size: cover;
}
.all-media-posts li{
    height: 33.33vw;
}
.all-media-posts .issue-listing figure{
    position: relative;
    overflow: hidden;   
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.all-media-posts .issue-listing a:hover .detail a:after{
    right: -40px;
}
.all-media-posts .issue-listing figure:focus::after, .all-media-posts .issue-listing figure:hover::after {
    transform: scale(1.07);
}
.all-media-posts .issue-listing figure::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
        background-size: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}

/* Media CSS */
@media only screen and (min-width: 981px) {
    #main-footer #et-footer-nav{
        padding-left: 30px;
        padding-right: 30px;
    }
    #main-footer #et-footer-nav .container{
        width: 100%;
        max-width: 100%;       
    }
    
}
@media only screen and (max-width: 1600px) {
    .home-banner{
        padding-top: 300px!important;
    }
    .media-posts li .title h2, 
    .media-posts li .title h2 a, 
    .home-media-posts h2 a, 
    .home-media-posts h2{
        font-size: 50px!important;
    }
    .all-media-posts .issue-listing .detail{
        padding: 30px 30px 45px 45px;
    }
    .all-media-posts .issue-listing:hover .detail{
        padding: 30px 30px 41px 45px;
    }
/*
    .home-media-posts .et_pb_column{
        min-height: 470px;
    }    
*/
    .alm-btn-wrap{
        min-height: 300px;
    }    
    .cat-list li a{
        padding-left: 13px;
    }
    .cat-list li:not(:last-child){
        padding-right: 10px;
    }
    /* tag */
    .filterSec form select{
       font-size: 24px; 
    }
}
@media only screen and (max-width: 1439px) {
    .media-page-list .title h2 a{
        font-size: 24px;
    }    
    .cat-list li a{
        font-size: 15px;
        padding-left: 15px;
    }
    .cat-list li:not(:last-child){
        padding-right: 8px;
    }
    .stayform-row .stay-now form fieldset{
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 1365px) {   
    .cat-list li a{  
		font-size: 14px;
        padding-left: 8px;
    }
    .cat-list li:not(:last-child){
        padding-right: 8px;
    }
}
@media only screen and (max-width: 1279px) {
    .home-banner{
        padding-top: 230px!important;
    }
    .home-banner h1{
        font-size: 70px!important;
    }
    .home-banner p{
        font-size: 22px!important;
    }
    .home-banner .et_pb_button{
        font-size: 18px !important;
    }
    .media-posts li .title h2, .media-posts li .title h2 a, .home-media-posts h2 a, .home-media-posts .box-link h2{
        font-size: 40px!important;
        letter-spacing: -1px;
        width: 180px;
    }
    .home-media-posts .box-link:hover h2{
        font-size: 42px!important;
        width: 190px;
    }    
    .home-media-posts .et_pb_column{
        /*        min-height: 370px;*/
        padding: 30px 40px 40px 40px !important;
    }
    .custom-row-et_pb_column_5_5 .left-box{
        padding: 0 !important;
    }
    .custom-row-et_pb_column_5_5 .left-box .et_pb_module{
        padding: 30px 40px 40px 40px !important;
    }
    .join-us-section .left-col::before{
        height: 320px;
        width: 420px;
    }
    .join-us-section .left-col h2{
        font-size: 44px;
    }
    .join-us-section .left-col p{
        font-size: 22px;
    }
    .join-us-section .right-col{
        padding: 30px 30px 35px 30px;
    }
    .join-us-section .right-col h2{
        font-size: 30px;
        padding-bottom: 0;
    }
    .stay-now input[type="submit"]{
        font-size: 16px;
        line-height: 23px;
        padding: 10px 26px;
    }
    .stay-now .at-row.FirstName, .stay-now .at-row.PostalCode{
        width: 100%;
    }
	.single section.stayform-row .stay-now .at-row.PostalCode{
		margin-bottom: 15px !important;
	}
    .testimonials p{
        font-size: 26px;
        line-height: 1.2;
    }
    .testimonials h3{
        font-size: 34px;
    }
    .testimonials h4{
        font-size: 26px;
    }
    .inner-banner h1{
        font-size: 56px!important;
    }
    .inner-banner p{
        font-size: 22px!important; 
    }
    /* Media Page */
    .alm-btn-wrap{
        min-height: 250px;
    }
    .all-media-posts .issue-listing .detail{
        padding: 25px 20px 35px 30px;
    }
    .all-media-posts .issue-listing:hover .detail{
        padding: 26px 30px 35px 45px;
    }
    .all-media-posts .issue-listing .detail h3{
        font-size: 28px;
    }
    .all-media-posts .issue-listing:hover .detail h3{
        font-size: 30px;
    }
    /* Issue Page */
    .issue-row{
        
    }
    .archive .issue-cat-title .container{
        padding-right: 0;
    }
    .title-row h2, .archive .issue-cat-title h1{
        font-size: 40px!important; 
    }
    .issue-cat-title p{
        font-size: 18px;
    }
    .title-row p{
        font-size: 18px !important;
        line-height: 1.2;
    }
    .issue-cat-title .backPage a{
        font-size: 18px;
    }
    .issue-listing .detail{
        padding: 20px;
    }
    .issue-listing .detail h3{
        font-size: 28px;
    }
    .issue-listing .detail p{
        font-size: 16px !important;
        line-height: 1.2;
    }
    .cat-list ul{
        flex-wrap: wrap;
    }
    .cat-list ul li{
        width: 100%;
    }
    .cat-list li a{
        padding-left: 0;
    }
    .cat-list li::before{
        display: none;
    }
    #cat-list-sticky-wrapper .cat-list{
        position: static!important;
    }
    /* About Us Page */
    .about-row{
        padding: 80px 0!important;
    }
    .about-txt .left-col{
        padding: 40px !important
    }
    .about-txt .left-col h2{
        font-size: 44px!important;
    }
    .about-txt .left-col p{
        font-size: 20px!important;
    }
    .team-slider .owl-nav{
        left: 10px;
        right: 10px;
    }
    .team-list ul{
        padding: 0 30px;
    }
    .team-list li{
        padding: 0 5px;
    }
    .team-list h3{
        font-size: 32px;
    }
    .team-list h4{
        font-size: 16px;
    }
    .team-list p{
        font-size: 16px;
    }
    .team-list .team-details{
        padding: 40px 0;
    }
    .team-list .team-details p{
        font-size: 20px;
        line-height: 1.3;
    }
    .team-list h3{
        font-size: 28px;
        line-height: 1;
    }
    .team-list h4{
        font-size: 15px;
    }
    /* post single page */
    .post-detail{
        padding: 60px 0;
    }
    .post-detail h1{
        font-size: 40px;
    }
    .post-detail p{
        font-size: 20px !important;
        padding-bottom: 25px!important;
    }
    .policy-post-detail blockquote p{
        font-size: 16px;
    }
    .policy-post-detail blockquote{
        padding-bottom: 25px;
    }
    .read-memo a{
        font-size: 18px;
        line-height: 26px;
        padding: 13px 35px;
        text-align: center;
    }
    .suggested-posts h3{
        font-size: 34px;
    }
    .suggested-posts .inner-block{
        padding: 25px;
    }
    .suggested-posts h2{
        font-size: 30px;padding-bottom: 10px;
    }
    .suggested-posts p{
        font-size: 16px;
        line-height: 1.2;
    }
    .stayform-row form{
        align-items: center;
        width: calc(100% - 315px) !important;
    }
    .stayform-row .stay-now .HeaderHtml{
        padding-right: 30px !important;
    }
    .stayform-row .stay-now header.at-markup.HeaderHtml h1{
        font-size: 34px;
    }
    .stayform-row .stay-now .at-row.EmailAddress{
        margin-top: 10px;
    }
    .read-memo h3{
        font-size: 22px;
    }
    /* tag */
    .filterSec form select{
       font-size: 18px; 
    }
    .tag h1{
        font-size: 36px;
    }
    .filterSec form .search{
        font-size: 22px;
    }
    /* Research */
    .page-template-research .cat-post .title-row h2{
        line-height: 1.2;
        padding-bottom: 0;
    }
    .see-all{
        font-size: 18px;
        line-height: 1.2;
        padding: 12px 36px;
    }
}
@media only screen and (max-width: 1023px) {
    .media-page-list ul li{
        width: 50%;
        height: 50vw;
    }
    /* About Us Page */
    .about-txt{
        flex-wrap: wrap-reverse;
    }
    .about-txt .left-col{
        width: 100%;
    }    
    .about-txt .right-col{
        width: 100%;
        position: static;
    }
    .about-row{
        padding: 40px 0!important;
    }
    .team-list .team-details .left-col{
        padding-left: 40px;
    }
    .team-list .team-details p{
        font-size: 18px;
    }
    .team-list .team-details .left-col figure{
        margin-bottom: 10px;
    }
    .innder-hero-banner figure::after, .inner-banner .et_pb_image .et_pb_image_wrap::after {
        left: 60px;
    }
    .innder-hero-banner .bottom{
        margin-top: 0;
        width: 100%;
    }
    /* post single page */
    .suggested-posts .inner-block{
        padding: 20px;
    }
    .suggested-posts h2{
        font-size: 28px;
        line-height: 1;
    }
    .suggested-posts .inner-block{
        padding: 20px;
    }
    .filterSec form select{
        padding-left: 15px;
        font-size: 16px;
    }
    .filterSec .right-form li{
        padding: 0 6px;
    }
    .filterSec .right-form ul{
        margin-right: -6px;
    }
    /* our issues */
    .cat-post{
        padding: 50px 0;
    }
    .cat-list ul{
        flex-wrap: wrap;
    }
    .cat-list li{
        width: 33.33%;
    }
    
    
}
@media only screen and (max-width: 980px) {
    .et-form-fixed .search-form{
        top: 35px;
    }
    .home-banner .et_pb_button{
        font-size: 16px!important;
    }
    .banner-left-col{
        margin-bottom: 0!important;
    }
    .home-media-posts .et_pb_column{
        width: 100%;
        margin-bottom: 0 !important;
        min-height: 550px;
        padding: 76px !important;
    }
    .custom-row-et_pb_column_5_5 .left-box{
        padding: 0!important
    }
    .custom-row-et_pb_column_5_5 .et_pb_column_1_2{
        height: 100%;
    }
    .custom-row-et_pb_column_5_5 .left-box .et_pb_module{
        padding: 76px!important;
        min-height: 550px;
        height: 100%;
    }
    .testimonials p{
        font-size: 22px;
    }
    .testimonials h3{
        font-size: 30px;
    }
    .testimonials h4{
        font-size: 24px;
    }
    .testimonial-section .et_pb_slide_title{
        font-size: 35px;
    }
    .join-us-section .left-col{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #main-footer .bottom-nav a{
        font-size: 16px;
    }
    #main-footer .bottom-nav li{
        padding-right: 15px;
    }
    .footer-logo #logo{
        max-width: 60%;
    }
    /* Issue Page */
    .issue-container ul{
        margin-left: -6px;
        margin-right: -6px;
    }
    .issue-container li{
        padding: 0 6px;
        margin-bottom: 12px;
    }
    .title-row > .et_pb_column{
        margin-bottom: 0;
    }
    .issue-listing .detail h3{
        font-size: 24px;
    }
    section.stayform-row .at-inner{
        flex-wrap: wrap;
    }
    .stayform-row .stay-now .HeaderHtml{
        width: 100%;
        padding-right: 0!important;
        text-align: center;
        padding-bottom: 30px!important;
    }
    .stayform-row form{
        width: 100% !important;
        flex-wrap: wrap;
    }
    .stayform-row .container{
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
    .stayform-row .stay-now form fieldset .at-row.FirstName, 
    .stayform-row .stay-now form fieldset .at-row.PostalCode{
        flex: 50% !important;
    }
    .stayform-row .stay-now form fieldset{
        padding-right: 0 !important;
    }
    .stayform-row .stay-now .at-form-submit{
        padding-left: 8px !important;
    }
    /* Get In Touch */
    .cta-row .et_pb_column_1_2{
        margin-bottom: 0;
        padding: 0 15px;
    }
    .gt-form-row .close-btn{
        right: -35px;
    }
}
@media only screen and (max-width: 767px) {
    .search-form.form-active .search{
        width: 250px; 
		padding: 10px 45px 10px 45px;
    }
    .search-form .search{
        height: 42px;
        font-size: 15px;
    }
    .search-form .search-icon{
        height: 42px;
        width: 42px;
    }
    .home-banner{
        padding-top: 150px!important;
        padding-bottom: 20px!important;
    }
    .home-banner h1{
        font-size: 50px!important;
    }
    .home-banner p{
        font-size: 18px!important;
    }
    .home-media-posts .et_pb_column{
        padding: 50px!important;
        min-height: 370px;
    }
    .custom-row-et_pb_column_5_5 .left-box{
        padding: 0!important;
    }
    .custom-row-et_pb_column_5_5 .left-box .et_pb_module{
        padding: 50px !important;
        min-height: 370px;
    }
    .custom-row-et_pb_column_5_5 .left-box .et_pb_module{
        padding: 50px !important;
        min-height: 370px;
    }
    .media-posts li .title h2, 
    .media-posts li .title h2 a, 
    .home-media-posts h2 a, 
    .home-media-posts h2{
        font-size: 34px!important;
        width: 235px;
    }
    .media-posts li .title h2 a::after, 
    .home-media-posts h2 a::after{
        top: 5px;
    }
    .join-us-section .right-col{
        padding: 25px 15px 25px 15px;
    }
    .join-us-section .left-col{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .join-us-section .left-col::before{
        height: 220px;
        width: 320px;
    }
    .cta-row{
        flex-wrap: wrap;
    }
    .cta-row .et_pb_column_1_2{
        width: 100%;
        text-align: center;
    }
    .cta-row .get-touch{
        font-size: 16px;
        display: inline-block;
    }
    .cta-row .et_pb_text_inner{
        text-align: center;
    }
    .cta-row h2{
        text-align: center!important;
        margin-bottom: 20px;
    }
    .gt-form-row div.ginput_complex.ginput_container.gf_name_has_2 span{
        width: 100%;
    }
    .gt-form-row input[type="text"], .gform_wrapper textarea.medium{
        font-size: 16px !important;
    }
    .gt-form-row .gform_footer #gform_submit_button_1{
        font-size: 16px;
        line-height: 22px;
        padding: 12px 30px !important;
    }
    .gt-form-row .gform_wrapper .top_label div.ginput_container, 
    .gt-form-row .gform_wrapper li.hidden_label input, 
    .gt-form-row .gform_wrapper ul li.gfield{
        margin-top: 0;
    }
    .gt-form-row .gform_wrapper .ginput_container span:not(.ginput_price){
        margin-bottom: 0;
    }
    .gt-form-row .gform_wrapper li #input_1_1{
        margin-top: 12px;
    }
    .gt-form-row .gform_wrapper .gform_footer{
        padding-top: 0;
    }
    .gt-form-row .gform_wrapper{
        margin: 35px 0 0;
    }
    header.at-markup.HeaderHtml h1{
        font-size: 30px!important;
    }
    .stay-now input[type="submit"]{
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 10px 25px !important;
    }
    .gt-form-row .close-btn{
        right: 0;
    }
    .testimonials p{
        font-size: 18px;
    }
    .testimonials h3{
        font-size: 26px;
    }
    .testimonials h4{
        font-size: 22px;
    }
    .testimonials .et-pb-slider-arrows .et-pb-arrow-next{
        right: -14px !important;
    }
    .testimonials .et-pb-slider-arrows .et-pb-arrow-prev{
        left: -14px !important;
    }
    .join-us-section .left-col h2{
        font-size: 36px;
    }
    .join-us-section .left-col p{
        font-size: 18px;
        line-height: 1.2;
    }
    /* Get In Touch */
    .cta-row .et_pb_column_1_2{       
        padding: 0 10px;
    }
    #main-footer #et-footer-nav .container{
        flex-wrap: wrap;
        justify-content: center;
        padding: 45px 0 10px;
    }
    #main-footer .footer-logo{
        text-align: center;
    }
    #main-footer .footer-logo #logo{
        max-width: 100%;
    }
    #main-footer .bottom-nav{
        display: flex;
        flex-wrap: wrap;
    }
    #main-footer .bottom-nav li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    #main-footer .bottom-nav a{
        font-size: 14px;
        line-height: 18px;
    }
    #main-footer .donate-btn a{
        display: inline-block;
        margin-top: 10px;
    }
    #footer-bottom{
        padding-top: 30px;
    }
    /* Media Page */
    .inner-banner h1{
        font-size: 40px!important;
    }
    .inner-banner p{
        font-size: 18px!important; 
    }
    .media-page-list .title{
        padding: 15px 30px 40px;
    }
    .media-page-list ul li{
        width: 100%;
        height: 100vw;
    }   
    .alm-btn-wrap{
        min-height: 200px;
    }
    .all-media-posts .issue-listing .detail h3{
        font-size: 26px;
    }
    .all-media-posts .issue-listing:hover .detail h3{
        font-size: 28px;
    }
    .all-media-posts .issue-listing .detail{
        padding: 20px 20px 30px 25px;
    }  
    .all-media-posts .issue-listing:hover .detail{
        padding: 20px 20px 30px 25px;
    }
    /* Issue Page */
    .issue-container ul{
        flex-wrap: wrap;
    }
    .issue-container li{
        width: 100%;
    }
    .issue-container li:not(:last-child){
        margin-bottom: 20px;
    }
	.issue-container li figure img{
		width: 100%;
	}
    .title-row h2, .archive .issue-cat-title h1{
        font-size: 32px!important;
    }
    .title-row p{
        font-size: 16px;
    }
    .issue-cat-title p{
        font-size: 17px;
    }
    .issue-cat-title .backPage a{
        font-size: 16px;
    }
    .banner-sec h2{
        font-size: 30px;
    }
    .issue-cat-title{
        padding: 50px 0 30px 0;
    }
    /* About Us Page*/
    .innder-hero-banner figure, .inner-banner .et_pb_image .et_pb_image_wrap{
        width: 70%;
    }
    .about-txt .left-col{
        padding: 30px!important;
    }
    .about-txt .left-col h2{
        font-size: 36px !important;
    }
    .about-txt .left-col p{
        font-size: 16px!important;
    }
    .team-list h3{
        font-size: 28px;
    }
    .team-list .team-details{
        flex-wrap: wrap;
        margin-top: -1px
    }
    .team-list .team-details .left-col{
        width: 100%;
        padding-left: 0;
    }
    .team-list .team-details .team-content{
        width: 100%;
        padding: 20px 30px 30px 30px;
    }
    .team-list .team-details p{
        font-size: 16px;
    }
    .team-details .inner-box{
        flex-wrap: wrap;
    }
    .innder-hero-banner figure::after, .inner-banner .et_pb_image .et_pb_image_wrap::after {
        left: 20px;
    }
    /* post single page */
    .post-detail{
        padding: 50px 0;
    }
    .post-detail h1{
        font-size: 32px;
        line-height: 1.2;
    }
    .post-detail p{
        font-size: 16px!important;
    }
    .post-detail figure{
        margin-bottom: 20px;
    }
    .policy-post-detail blockquote p{
        font-size: 14px;
    }
    .cats a{
        font-size: 16px;
    }
    .post-detail .cats a{
        font-size: 18px;
    }
    .cats a, .post_tags a{
        font-size: 16px;
    }
    .read-memo{
        padding-top: 20px;
    }
    .read-memo a{
        font-size: 16px;
        line-height: 22px;
    }
    .read-memo h3{
        padding-bottom: 10px;
    }
    .suggested-posts h3{
        font-size: 30px;
    }
    .suggested-posts{
        padding: 50px 0 60px;
    }
    .suggested-posts ul{
        flex-wrap: wrap;
    }
    .suggested-posts li{
        width: 100%;
    }
    .suggested-posts li:not(:last-child){
        margin-bottom: 20px;
    }
    .suggested-posts h2{
        font-size: 26px;
    }
    .stayform-row .stay-now form fieldset .at-row.FirstName, .stayform-row .stay-now form fieldset .at-row.PostalCode{
        flex: 100% !important;        
    }
    section.stayform-row .stay-now .at-row.FirstName, section.stayform-row .stay-now .at-row.EmailAddress, section.stayform-row .stay-now .at-row.PostalCode{
        padding-left: 0;
        padding-right: 0;
    }
    .stayform-row .stay-now .at-row.EmailAddress, 
    .stayform-row .stay-now form fieldset .at-row.PostalCode{
        margin-top: 15px;
    }
    .stayform-row .stay-now .at-form-submit{
        padding-left: 0 !important;
    }
    .read-memo h3{
        font-size: 18px;
    }
    /* post single page */
    .filterSec{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .tag h1{
        font-size: 30px;
    }
    .filterSec .right-form li{
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
    .filterSec .right-form ul{
        flex-wrap: wrap;
        margin-right: 0;
    }
    .filterSec .container{
        flex-wrap: wrap;
    }
    .filterSec .left-form{
        width: 100%;
        padding-right: 0;
    }
    .filterSec .right-form{
        width: 100%;
    }
    .filterSec form .search{
        font-size: 16px;
        border-radius: 0;
        height: 48px;
        padding-left: 20px;
    }
    .filterSec form select{
        height: 48px;
    }
    .filterSec .left-form form .submit{
        height: 20px;
        width: 20px;
        right: 16px;
        top: 15px;
    }
    /* our issues */    
    .cat-list li{
        width: 100%;
    }
	/* social share */
	.heateorSssSharingArrow{
		display: none !important;
	}
	.heateor_sss_bottom_sharing{
		width: 100%!important;
		left: 0px!important;
		right: 0px!important;
	}
	.heateor_sss_bottom_sharing ul, .at-share-btn-elements{
		display: flex;
	}
	.heateor_sss_bottom_sharing ul li, .at-share-btn-elements a{
        width: 16.66%;
        display: block;
	}
	.heateor_sss_bottom_sharing li i{
		width: 100%!important;
		border-radius: 0px!important;
		margin: 0px;
	}
    
}

/* Custom social share Icons */
.customShareSec{
    position: fixed;
    top: 20%;
    right: 25px;
    width: 45px;
    z-index: 9999;
}
.customShareSec .customshareicon{
    background: url(images/iconfinder.svg) center center no-repeat #B4CFF4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: 22px;
    cursor: pointer;
}
.customShareSec .customshareicon.bgchange{
    background-color: #5F89F5;
}
.customShareSec .addthis_inline_share_toolbox {
    width: 46px;
    float: right;
    overflow: hidden;
    display: none;
    padding-top: 5px;
}
.gt-form-row > .et_pb_row.et_pb_row_6 {
    max-width: 75%;
}
body .gt-form-row .gform_wrapper ul#gform_fields_1 li.gfmc-column.gfmc-row-1-column.gfmc-row-1-col-1-of-2 ul {
    padding-right: 50px;
}
.alm-btn-wrap {
    display: block;
    width: 100%;
    text-align: center;
}
.alm-btn-wrap.nomore{
    display: none;
}
.alm-btn-wrap span.load-more-btn{
    background: url(images/loader.gif) center center no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 50px;
    font-size: 0;
}

@media only screen and (max-width: 1500px) {
    .gt-form-row > .et_pb_row.et_pb_row_6 {
        max-width: 88%;
    }
}

@media only screen and (max-width: 1279px) {
    .gt-form-row {
        padding: 0 15px;
    }
    .gt-form-row > .et_pb_row.et_pb_row_6 {
        max-width: 100%;
    }
    body .gt-form-row .gform_wrapper ul#gform_fields_1 li.gfmc-column.gfmc-row-1-column.gfmc-row-1-col-1-of-2 ul {
        padding-right: 20px;
    }
    /* Mobile Select */
       ul.selectdropdown {
        width: 270px;
        height: 50px;
        border: 1px solid #000;
        display: inline-block;
           position: relative;
           z-index: 99;
    }
    ul.selectdropdown li{
        width: 100%;
        padding: 11px 15px;        
    }
    ul.selectdropdown li a { z-index: 2; color: #4e4e4e; display: block;}
    ul.selectdropdown li:not(.init) { float: left; width: 100%; display: none; background-color: #fff;}
    ul.selectdropdown li:not(.init):hover, ul li.selected:not(.init) { background: #cacaca; }
    li.init { cursor: pointer; }
    .cat-list li.init{
        display: inline-block;
        background-image: url(./images/down-arrow.svg);
        background-position: 94% center;
        background-repeat: no-repeat;
        background-size: 25px;
    }
    ul.selectdropdown li:nth-child(even){
        background: #e5e5e5;
    }
}

@media only screen and (max-width: 980px){
	.et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
        position: fixed;
    }
	header.et-fixed-header #et-top-navigation {
		padding-top: 22px !important;
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
    body .gt-form-row .gform_wrapper ul#gform_fields_1 {
        width: 100%;
        float: left;
    }
    body .gt-form-row .gform_wrapper ul#gform_fields_1 ul {
        margin: 0;
        padding: 0;
    }
    body .gt-form-row .gform_wrapper .gform_footer {
        text-align: center;
        float: left;
    }
    .gt-form-row .gform_footer #gform_submit_button_1{
        float: none;
    }
    .qgetinSec .et_pb_text_4 h1 {
        font-size: 36px!important;
    }
    body .gt-form-row .gform_wrapper ul#gform_fields_1 li.gfmc-column.gfmc-row-1-column.gfmc-row-1-col-1-of-2 ul {
        padding-right: 0;
    }
    .customShareSec {
        position: fixed;
        top: auto;
        right: auto;
        width: 100%;
        z-index: 9999;
        bottom: 0;
    }
    .customShareSec .customshareicon{
        display: none;
    }
    .customShareSec .addthis_inline_share_toolbox{
        display: block;
        width: 100%;
    }
    .customShareSec .at-style-responsive .at-share-btn {
        padding: 5px;
        border-radius: 0!important;
        width: 16.666%;
        margin: 0!important;
        text-align: center;
    }
    .customShareSec .at-resp-share-element .at-share-btn .at-icon-wrapper {
        float: none;
    }
    body.single footer#main-footer {
        margin-bottom: 20px;
    }
}