/*Keyframes*/

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

/*General Styles*/

@font-face {
  font-family: 'Averta Regular';
  src: url(/assets/front/averta/Averta.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Averta Regular';
  src: url(/assets/front/averta/AvertaSemibold.woff);
  font-weight: 700;
}

@font-face {
  font-family: 'Averta Regular';
  src: url(/assets/front/averta/AvertaExtraBold.woff);
  font-weight: 900;
}

body {
	position: relative;
	min-height: 100%;
	top: 0px;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Averta Regular';
	/*font-family: 'Josefin Sans', sans-serif;*/
	overflow-x: hidden;
	max-width: 1200px;
	margin: 0 auto;
	    letter-spacing: 0.4px;
}

h1,
h2,
h3 {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
}


header {
	width: 100%;
	display: inline-block;
    margin-top: 10px;
}

header a img {
	float: left;
	max-width: 200px;
	width: 100%;
	padding: 10px;
}

nav ul {
	float: right;
}

nav ul li {
    /* float: left; */
    color: #000;
    text-transform: uppercase;
    padding: 10px 14px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Averta Regular';
}

nav ul li a {
	color: #000;
	text-decoration: none;
}

nav ul li a:hover {
	color: #2F2C76;;
}

.clearfix {
	overflow: auto;
	width: 100%;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.banner {
	position: relative;
	width: 100%;
	margin: 150px 0px;
	display: inline-block;
}

.banner .banner-box1 {
	width: 40%;
	float: left;
}

.banner .banner-box2 {
	width: 60%;
	float: left;
}

.banner-box1 h1 {
	color: #2F2C76;;
	font-size: 100px;
	line-height: 1;
	margin-bottom: 0px;
	margin-top: -.2em;
}

.banner-box1 span {
	font-weight: 700;
	letter-spacing: 0.4px;
	font-weight: 900;
	font-size: 25px;
	color: #2F2C76;;
	line-height: 1.5;
	display: block;
	font-family: 'Averta Regular';
}

.banner-box2 p {
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
	font-weight: 500;
	margin-top: 0px;
    margin-bottom: 40px;
}

.banner-box2 .banner-box2-small {
	font-size: 18px;
	line-height: 1.4;
	text-align: right;
	font-weight: normal;
}

.timeline {
	width: 100%;
	margin: 0px 0px 100px 0px;
	display: inline-block;
	background: #2F2C76;;
	position: relative;
    padding: 39px 0 11px;
}

.timeline p {
	font-size: 25px;
	line-height: 1.4;
	font-weight: normal;
	color: #fff;
	padding: 0px 100px;
}

.timeline p span {
	font-size: 60px;
	line-height: 0;
	margin-bottom: 0px;
	padding: 32px 0;
	font-weight: 900;
	letter-spacing: 0.4px;
	font-family: 'Averta Regular';
}

.heading-text {
	font-size: 30px;
	color: #2F2C76;;
	text-transform: uppercase;
}

.heading-text-right {
	font-size: 30px;
	color: #2F2C76;;
	text-transform: uppercase;
	text-align: right;
}

.timeline p.scroll-to-form .fa-angle-down:before {
	display: block;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.timeline p i {
	background: #fff;
	border-radius: 50%;
	color: #2F2C76;;
	padding: 5px 32px;
	font-size: 7em;
	box-shadow: 4px 2px 11px 3px #0000004d;
	position: absolute;
	top: -15px;
	right: 10%;
	cursor: pointer;
}

p.custom-email {
    margin: 0;
    text-align: right;
}

p.custom-email a {
    background: #2F2C76;
    color: #fff;
    padding: 14px 45px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

p.custom-email a i {
	display: inline-block;
	padding: 10px;
	font-size: 16px;
}

.form-box {
	box-shadow: 4px 2px 11px 3px #00000026;
	text-align: center;
	padding: 20px 0px 50px;
	margin-bottom: 100px;
	background-color: #fff;
	position: relative;
}

.form-box h4 {
	font-weight: normal;
	color: #2F2C76;;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Averta Regular';
	font-weight: 700;
	display: none;
}

.form-box a {
	border: 2px solid #2F2C76;
	padding: 14px 30px 12px 30px;
	font-size: 16px;
	text-decoration: none;
	color: #2F2C76;;
    transition: .3s ease;
    border-radius: 50px;
    text-transform: capitalize;
}

.btn_send_email, .btn_send_custom_email{
	color: #fff !important;
	background: #2F2C76;
}

.btn_send_email:hover, .btn_send_custom_email:hover{
	background: #2F2C76;
	color: #2F2C76 !important;
}

.form-box a:hover, .supporters-box a:hover {
	background: #2F2C76;
	color: #fff;
}

fieldset {
	border: none
}

/********************8*/

.form-box .form-grp {
	width: 41%;
	float: left;
	margin-left: 60px;
	margin-bottom: 40px;
}

.form-box .radio-grp {
	text-align: center;
    margin-bottom: 40px;
    color: #2F2C76;
    margin-top: 20px;
}

.form-box .radio-grp span {
    background-position: center;
    transition: background 0.8s;
    padding: 15px 0px;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
    color: #757575;
    width: 200px;
    display: inline-block;
    font-size: 16px;
    background-color: #eae9ef;
    width: 43%;
}

.form-box .radio-grp span:hover {
    background: #2F2C76;
    color: #fff;
}

label input[type="radio"] {
	visibility: hidden;
}

label input[type="radio"]:checked ~ span {
      color: #ffffff;
    background: #2F2C76;
}

/*.form-box .radio-grp span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #f5f5f5;
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(25, 25);
    color: #2F2C76;
  }
}
.ripple:after {
  animation: ripple 1s ease-out;
}*/


.form-box input[type='text'], .form-box input[type='email'], .form-box input[type='number'] {
	color: #2F2C76;;
	border-bottom: 2px solid #2F2C76;;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
	float: left;
	width: 100%;
	font-family: 'Averta Regular';
}

.supporters-box {
	text-align: center;
	margin-bottom: 100px;
}

.supporters-box {
	padding: 50px;
	box-shadow: 4px 2px 11px 3px #0000004d;
	margin-top: 50px;
	background-color: #fff;
}

.supporters-box ul.auto_scrolling_list{
	height: 300px;
	overflow: hidden;
}

.supporters ul li {
    color: #2F2C76;
    list-style: none;
    background: #f5f5f5;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px 6px;
    font-size: 16px;
    text-transform: capitalize;
    cursor: default;
}

.supporters-box a {
	border: 2px solid #2F2C76;;
	padding: 14px 30px 12px 30px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2F2C76;
    transition: .3s ease;
    border-radius: 50px;
    text-transform: capitalize;
}

footer {
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	display: inline-block;
	box-shadow: 4px 2px 11px 3px #0000004d;
	background-color: #fff;
	top: 10px;
	line-height: 65px;
}

footer p {
	float: left;
	width: 45%;
	display: inline-block;
	text-align: center;
}

.banner:before {
	content: "";
	width: 1050px;
	height: 1050px;
	top: -100%;
	background-color: #eae9f0;
	left: -138%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}

.btn_send_email:before, .btn_send_custom_email:before{
	content: '\f1d8';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 10px 0px 0px;
   text-decoration:none;

} 

.show-letter:before{
	content: '\f06e';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 10px 0px 0px;
   text-decoration:none;

} 

.load-first:before{
	content: '\f06e';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 10px 0px 0px;
   text-decoration:none;

} 

.banner:after {
	content: "";
	width: 400px;
	height: 400px;
	top: -170%;
	background-color: #eae9f0;
	right: -100%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}

.timeline:after {
	content: "";
	width: 800px;
	height: 800px;
	top: -190%;
	background-color: #eae9f0;
	right: -150%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}

.form-box:after {
	content: "";
	width: 700px;
	height: 700px;
	top: 100%;
	background-color: #eae9f0;
	left: -148%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}



/*Popup styles*/

#letterText,
#allSupporters,
#customLetterText {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
}
#allSupporters {
	overflow-y: auto;
	height: 100%;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

/*.overlay:target {
	visibility: visible;
	opacity: 1;
}*/

.overlay.open {
	visibility: visible;
	opacity: 1;
}

.popup {
	text-align: center;
	margin: 70px auto;
	background: #f5f5f5;
	width: 70%;
	position: relative;
	transition: all .5s ease-in-out;
}

#allSupporters .popup{
	height: calc(100% - 140px);
}

.popup-head {
	text-align: left;
    margin: 0;
    padding: 24px;
    background: #f1f1f1;
    color: #2F2C76;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-family: 'Averta Regular';
}

#letterText h4.popup-head {
    text-align: center;
}

.email-meta {
	text-align: left;
	padding: 20px;
    background-color: #f5f5f5;
    margin: 0px 40px;
}

.email-meta dt,
dd {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
}

.email-meta dd {
	margin-bottom: 5px;
}

.email-meta dt {
	font-weight: 900;
	margin-bottom: 5px;
	width: 35px;
}

.email-content {
	text-align: left;
	background-color: #fff;
	padding: 20px 50px;
	margin: 0px;
}

.email-content h4 {
	color: #2F2C76;;
	font-size: 24px;
}

.email-content p {
	font-size: 18px;
}

.email-signature p {
	text-align: left;
	font-size: 18px;
	color: #2F2C76;;
	padding: 0px 50px 30px 50px;
}

.popup button {
    transition: all 200ms;
    font-size: 16px;
    color: #fff;
	background: #2F2C76;
    padding: 11px 30px;
    border: none;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 50px;
    border:1px solid #2F2C76;
}

.popup button:hover {
	color: #2F2C76;
    background: #fff;
    border:1px solid #2F2C76;
}

.popup button:before{
	content: '\f1d8';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 10px 0px 0px;
   text-decoration:none;

} 

.popup .edit:before{
	content: '\f044';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 10px 0px 0px;
   text-decoration:none;

} 

.popup h2 {
	margin-top: 0;
	color: #333;
}

.popup .close {
    position: absolute;
    top: 17px;
    right: 17px;
    transition: all 200ms;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 5px 9px 4px #00000021;
        border: none;
    padding: 0px;
}

.popup .edit {
 	border: 1px solid #200058;
    left: -15px;
    transition: all 200ms;
    font-size: 16px;
    color: #200058;
    background: #fff;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
}

a.edit.header-edit {
    display: inline-block;
    position: absolute;
    top: 14px;
    width: auto;
    left: 14px;
    background: #a9a9a9;
    border: none;
    color: #fff;
    padding: 8px 2px 5px 15px;
    border-radius: inherit;
    font-size: 25px;
    box-shadow: 2px 5px 6px 1px #00000021;
}

input[type='radio']:after {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/*get back to this*/

/*input[type='radio']:checked:after {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #2F2C7629;
    content: '';
    visibility: visible;
    border: 2px solid #ffffff00;
    position: absolute;
    top: -6px;
    transform: translateX(-10px);
}

input[type='radio']:checked:after {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    top: -23px;
    left: 100px;
    position: absolute;
    background-color: #2F2C7629;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff00;
}*/

input[type="radio" i] {
	display: none;
	width: 0;
}


input[type='radio']:focus {
    outline:none;
}

.radio-grp{
	font-size: 0;
}

.radio-grp label:nth-child(1) {
/*    margin: 0 0 0 -41px;*/
}   

.popup .edit:hover {
    color: #fff;
    background: #2F2C76;
}

.popup .close:hover {
	color: #ccc;
}

.popup ul {
	padding: 0px 20px;
}

.popup .content {
    /*margin: 0px 0 40px 0;*/
    margin: 0;
    max-height: 30%;
    overflow: auto;
    background-color: #fff;
    padding-top: 23px;
}

#allSupporters .popup .content{
	margin: 0;
	max-height: calc(100% - 78px);
}

/********************/

.error {
	color: red;
}

label.error {
	float: left;
	padding: 5px;
	font-size: 12px;
}

.email-inputs textarea#email_heading {
    color: #2F2C76;
    font-size: 24px;
    border: 0;
    line-height: 1.5;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    background-color: transparent;
    width: 100%;
    display: none !important;
}

.email-inputs textarea#email_desc,
#customLetterText .email-inputs textarea#mail_desc{
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	border: 0;
	width: calc(100% - 60px);
	min-height: 550px;
	overflow-y: hidden;
	padding: 20px 30px;
}
#customLetterText .email-inputs textarea#mail_desc{
	min-height: 300px;
}
#customLetterText .email-inputs input#fname,
#customLetterText .email-inputs input#lname,
#customLetterText .email-inputs input#email{
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	border: 0;
	padding: 20px 30px;
	width: calc(100% - 60px);
	margin-bottom: 10px;
}
#customLetterText .email-inputs input > label.error{
	margin-top: -10px;
	margin-bottom: 10px;
}

.email-signature p {
	padding: 0;
}

.email-inputs.email-input-cls, #customLetterText .email-inputs{
	text-align: left;
	background-color: #f5f5f5;
	padding: 50px;
	margin: 30px 0 0 0;
}
.email-signature.signature{
	text-align: left;
	padding: 20px;
	background-color: #f5f5f5;
	margin: 0px 40px;
}

.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.a2a_kit a {
    margin-top: 20px;
}

.a2a_kit{
	margin: 0px 0px 100px 0px;
}

.heading-text-center {
	font-size: 30px;
	color: #2F2C76;;
	text-transform: uppercase;
	text-align: center;
}

.btn_send_email .loaded, .btn_send_custom_email .loaded{
	display: inline-block;
}
.btn_send_email .loading, .btn_send_custom_email .loading{
	display: none;
}
.btn_send_email .loading img, .btn_send_custom_email .loading img{
	height: 14px;
}
.btn_send_email.loading .loaded, .btn_send_custom_email.loading .loaded{
	display: none;
}
.btn_send_email.loading .loading, .btn_send_custom_email.loading .loading{
	display: inline-block;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook {
    background-color: transparent !important;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook svg {
    display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_twitter svg {
    display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_email svg {
    display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_whatsapp svg {
    display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_telegram svg {
    display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_linkedin svg {
    display: none;
}
span.a2a_svg.a2a_s__default.a2a_s_facebook {
    background-image: url(/assets/front/img/facebook.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_twitter {
    background-image: url(/assets/front/img/twitter.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}
span.a2a_svg.a2a_s__default.a2a_s_email {
    background-image: url(/assets/front/img/email.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}
span.a2a_svg.a2a_s__default.a2a_s_whatsapp {
    background-image: url(/assets/front/img/whatsapp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}
span.a2a_svg.a2a_s__default.a2a_s_telegram {
    background-image: url(/assets/front/img/telegram.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}
span.a2a_svg.a2a_s__default.a2a_s_linkedin {
    background-image: url(/assets/front/img/linkdin.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}

/*Animation*/


@keyframes round1{
    0%{
        left: -138%;
        top: -200%;
        }
    100%{
        left: -48%;
        top: -100%;
        }
}

.banner:before{
    animation: round1 1s forwards 0.3s ease;
}

@keyframes round2{
    0%{
        right: -100%;
        top: -170%;
        }
    100%{
        right: -50%;
        top: -70%;
        }
}

.banner:after{
    animation: round2 1.1s forwards 0.4s ease;
}

@keyframes round3{
    0%{
        right: -150%;
        top: -190%;
        }
    100%{
        right: -50%;
        top: -90%;
        }
}

.timeline:after{
    animation: round3 1.3s forwards 0.6s ease;
}

@keyframes round4{
    0%{
        left: -148%;
        top: 100%;
        }
    100%{
        left: -48%;
        top: 50%;
        }
}

.round4:after{
    animation: round4 1s forwards 0.3s ease;
}


/*Mobile*/

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

	main,
	.supporters {
		padding: 50px;
	}

	.form-box .form-grp {
		width: 40%;
	}

}

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

	.timeline p {
		padding: 0px 20px;
	}
	.popup-head {
		font-size: 16px;
		padding: 27px;
	}
	.form-box .form-grp {
		width: 39%;
	}
}

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

	.form-box .form-grp {
		width: 38%;
	}

	.form-box .radio-grp span {
	    width: 80%;
	}

	.radio-grp label:nth-child(1) {
	     margin: 0 0 0 0px; 
	}

	.popup-head {
		padding-top: 100px;
	}

	.timeline {
		text-align: center;
	}

	.timeline p span {
		display: block;
	}

	.timeline p i {
		right: 0%;
		position: relative;
		margin-top: 20px;
		padding: 13px 30px;
		font-size: 4em;
	}

	nav span.mobile-menu {
		padding: 5px 22px;
		cursor: pointer;
		font-size: 1.8em;
		float: right;
	}

	nav span.mobile-menu::before {
		font-family: FontAwesome;
		content: "\f142";
		color: #5d368f;
	}

	nav ul {
		display: none !important;
		position: absolute;
		right: 15px;
		top: 38px;
		display: block;
		float: right;
		width: 200px;
		max-width: 100%;
		background: #fff;
		padding: 30px;
		box-shadow: 0 0 2px -1px #00000073;
		z-index: 1;
	}

	nav ul.display-nav {
		display: block !important;
	}

	nav ul li {
		text-align: left;
		float: none;
		display: block;
	}
	
	
	nav ul li a {
    	display: block;
	}

	.banner .banner-box1 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.banner-box1 h1 {
		margin: -.5em 0 .5em 0;
	}

	.banner .banner-box2 {
		width: 100%;
		float: none;
	}
	.banner-box2 p {
		text-align: center;
		/*padding: 0px 50px;*/
	}
	/*.banner-box1 h1 {
		padding: 0px 50px;
	}*/
	.banner-box2 .banner-box2-small {
		text-align: center;
	}

	.banner {
		margin: 50px 0px;
	}

	.heading-text-right,
	.heading-text {
		text-align: center;
	}
	.form-box .form-grp {
		width: 80%;
	}
	.form-box input {
/*		width: 80%;*/
		margin-left: 0px;
		float: none;
	}
	.banner-box1 span {
		margin-bottom: 30px;
		margin: 20px 0 0 0;
	}
	.email-meta dt,
	dd {
		font-size: 16px;
		text-align: center;
		display: block;
	}
	.email-content h4 {
		font-size: 20px;
		text-align: center;
	}
	.email-content p {
		font-size: 20px;
		text-align: center;
	}
	.email-meta dd {
		margin: 0;
	}
	.email-signature p {
		text-align: center;
	}
	
	footer {
		line-height: 1;
		padding: 5px 0;
	}
}

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

	p.custom-email {
		margin: 34px 0 0 0;
		text-align: center;
	}
	footer p {
		width: 100%;
	}
	.supporters-box {
		padding: 30px;
	}
	.supporters-box ul {
		padding-left: 0px;
	}
}

@media screen and (max-width: 700px) {
	
	.form-box .radio-grp span {
/*		width: 150px;*/
	}
	
	input[type='radio']:checked:after {
		left: 70px;
	}
	
	.form-box a {
		display: block;
		width: 190px;
		margin: 0 auto;
	}

	.form-box .form-grp {
		width: 100%;
	}
	.form-box .form-grp {
		margin-left: auto;
		overflow: hidden;
	}
	.box {
		width: 70%;
	}
	.popup {
		width: 70%;
	}

}


@media screen and (max-width: 450px) {
	
	.banner:before {
		top: -40%;
		left: -88%;
	}
	.banner-box2 p {
		text-align: center;
		padding: 0px 30px;
	}
	.banner-box1 h1 {
		padding: 0px 30px;
	}
	.banner-box1 h1 {
		font-size: 70px;
	}
	main,
	.supporters {
		padding: 0px;
	}
	.popup {
		width: 95%;
	}
	.email-content {
		padding: 20px;
	}
	.email-signature p {
		text-align: center;
		padding: 0px 10px 30px 10px;
	}
	.email-meta {
		padding: 0px 20px;
	}
	.email-meta dd {
		margin: 0;
	}
	.email-meta dt,
	dd {
		font-size: 16px;
		text-align: center;
		display: block;
	}
	.email-content h4 {
		font-size: 20px;
		text-align: center;
	}
	.email-content p {
		font-size: 20px;
		text-align: center;
	}
}
