a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}
a.disable {
  pointer-events: none;
  cursor: default;
}
.displaynone{
display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
p {font-family: 'Roboto', sans-serif;}
em {font-style: italic;}
a {
	text-decoration: none;
    color:#00a4ae;
}
header ol, header ul {
	list-style: none
}
.box5.twitterbox h3{font-weight:bold;}
select, input, textarea {font-family: 'Roboto', sans-serif; border-radius: 5px;}

ol li, ul li{
	margin-bottom:10px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 4px;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.detailvision .arrows a{pointer-events:auto; cursor: pointer;}
.content-container.space70.detailvision.cardvision .intro{padding-bottom:60px;}
.arrows.right {bottom:20px; right:10px;z-index:999;}
.arrows.left {bottom:20px; left:10px;z-index:999;}
.arrows.right i.fa.fa-chevron-right,
.arrows.left i.fa.fa-chevron-left {color: #00a4ae;}
.content-container {position:relative;}
.content-container .intro ol,
.content-container .intro ul {padding-left:25px;}
.tab-content.current{display:block!important;}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.noscroll {
	overflow: hidden
}
.hidden {
	display: none
}
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
  font-size:1em;
  line-height:1.4;
}
.content-container p { margin-bottom:15px; }
h2 {
	font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
    line-height: 1.4em;
}
h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif;}
img {
	vertical-align: bottom
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #ed1e65;
    margin: 1em 0;
    padding: 0; 
}
/*#stream,
.page-type-blog-post .col-md-3.sidebar {display:none;}*/
.intro p strong {font-weight:bold;color:#00a4ae;}
.page-profiles-show-wide .profile-posts {display:none;}
.btn.btn-default.tiny-btn {
    border: none;
    outline: none;
    padding: 4px 16px;
    background-color: #00a4ae;
    cursor: pointer;
    text-align: center;
}

.btn.btn-default.tiny-btn a {
  color: #ffffff;
}
#mydata.checkbox.user-error {color:red;}



/****************** SOCIAL ************************/
a.btn.btn-cyan {
    display: block;
    width: 249px;
    text-align: center;
    background: #fa005d;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


/******************** popup home *******************/
/* ----- popup home ----- */
#popup {
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    top: 0;
    left: 0;
  	z-index:10000;
}
#popup p {margin:15px 0;}

#popupbox {
  display: inline-block;
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 2em;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #888;
  box-shadow: 1px 1px .5em 0 rgba(0, 0, 0, .5);
  transition: opacity .3s ease-in-out;
  text-align:center;
}

.bottonepop {
		background: #ed1e65;
    width: 100%;
    height: 50px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
.bottonepop:hover {color:#ffffff;}
#popup p{font-size:20px;}

.closex{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    background: #ed1e65;
    border-radius: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
  	color:#ffffff!important;
 	 cursor:pointer;
}
#popup h3 {font-size:32px;font-weight:800;color:#00a4ea;}

/*************************************** Donate  ********************************/

.submit-button.btn.btn-rounded.green {background:#00a4ae;}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.hide.displayin {display:block!important;}
/*[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background: #fff;
}*/
.radio-inline>span, .checkbox-inline>span {
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 25px;
}
.radio-inline>span {
    width: 150px;
    float: left;
    height: 150px;
  margin-right: 20px;
}

 .radio-inline label.checkbox, .checkbox-inline label.radio, .checkbox-inline label.checkbox {
    cursor: pointer;
    display: inline-block;
    margin: 0 30px 0 0;
}

.radio-inline label.radio {
    display: block !important;
}
[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    /* padding-left: 28px; */
    text-align: center;
    cursor: pointer;
    height: 150px;
    font-size: 30px;
    line-height: 150px;
    display: inline-block;
    color: #fff;
    background: #00a4ea;
}


.content-pages-show-volunteer-signup-wide .form-control,

#get_the_latest_page_new_signup_form .form-group {margin-bottom:0;}
#get_the_latest_page_new_signup_form .form-control,
.page-type-donation .form-control, .page-type-donation .form-group>select, #donation_amount_other, #pledge_amount_other, .page-pages-show-donation-v2-wide .donation-other-input-container input, .page-pages-show-donation-v2-wide .donation-v2-input {

    height: 34px;
    padding: 0 0 0 10px!important;
    font-size: 14px!important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.radio-inline {
    overflow: hidden;
    height: auto;
    position: relative;
}
[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hide  {display:none;}
[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 150px;
    height: 150px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-inline input[type="radio"] {margin-left: -150px; position: absolute;}

[for="donation_amount_5"]:before {
    background: url(https://d3n8a8pro7vhmx.cloudfront.net/mediaboosterdev/pages/26/attachments/original/1526036585/5.png?1526036585) no-repeat 0 0 !important;
    background-size: cover !important;
}
[for="donation_amount_10"]:before {
    background: url(https://d3n8a8pro7vhmx.cloudfront.net/renew/pages/74/attachments/original/1537363903/10_V2.png?1537363903) no-repeat 0 0 !important;
    background-size: cover !important;
}
[for="donation_amount_25"]:before {
    background: url(https://d3n8a8pro7vhmx.cloudfront.net/mediaboosterdev/pages/26/attachments/original/1526037479/25.png?1526037479) no-repeat 0 0 !important;
    background-size: cover !important;
}
[for="donation_amount_50"]:before {
    background: url(https://d3n8a8pro7vhmx.cloudfront.net/renew/pages/74/attachments/original/1537363883/50_V2.png?1537363883) no-repeat 0 0 !important;
    background-size: cover !important;
}
.form-group label {
    display: block;
}
[for="donation_amount_other"] {
    display: none !important;
}
[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#donation_amount_other {
    border: 0 !important;
    margin: 0 !important;
    width: 150px !important;
    text-align: center;
    color: #ffffff!important;
    font-weight: 700;
    font-size: 24px!important;
  	height:150px;
    float: left;
    display: block;
    padding: 35px 0 0 0!important;
    background: url(custom.jpg) no-repeat 0 0;
    background-size: cover !important;
}
#donation_amount_other::placeholder {color:#ffffff;}
#donation_amount_other {
    width: auto;
}
[for='donation_amount_other'], #donation_amount_other {
    margin-left: -20px; 
    margin-top: 10px; 
}


.radio-inline input[type="radio"] {
    width: 150px;
}
.row-fluid.consent-form__option .radio input[type="radio"] {
	position: relative;
    /*margin-left: -0;
    margin-top: 0; */
}
.radio input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.row-fluid.consent-form__option .radio input[type="radio"]:checked {position: relative;left:0;}
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.page-type-survey .radio input[type="radio"]{position: relative;margin-left: 0;}
.page-type-survey [type="radio"]:checked, [type="radio"]:not(:checked) {left:0;}
.page-pages-show-survey-wide h3.headline {font-size:2em; margin-bottom:20px;}


/* The Modal (background) */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
  	top:30%;
  	font-size:20px;
}
.modal-content p strong {color:#00a4ea;}

#rec1{
    display:none;
}

/*******************************       comment       *****************************/
#stream .media-left img { width: 60px; height: 60px;}
.comment {padding:20px;}
.comment textarea {width:100%;}
.col-md-3 sidebar {display:none;}
.activity.media{overflow:hidden;}


/**************************************** The Close Button **********************/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/************ job ******************/
.btn-job {
		width: 100%;
    height: 200px;
    display: block;
    margin: 20px 0;
    padding: 20px;
    background: #00a4ea;
   color:#ffffff;
}

.btn-job h3 {font-size:30px;font-weight:bold;}

/***********************************************   color ***************************/


.greenmarine {background:#228d83!important;}
.lightblue,
.btn-lightblue {background:#40e7e7!important;}
.giallo {background:#fedd00!important;}
.magenta {background: #fa005d!important;}
.blue {background:#00a4ea!important;}
.darkgrey {background:#212121!important;}

/**************************************** end color   *************************/


.videoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding:20px;
}

iframe {
  /* optional */
  width: 100%;
  height: 257px; 
}

#donate_page_new_donation_form .form-group {margin-bottom:20px!important;}


/****************************************** card rotate ****************************************/

.box-team.mb60.mt-50 {margin-top:-50px;}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.intro .box4.rettangle {padding:0; width: 350px;}
.intro .box4.rettangle .front .card-body {color:#212121;}
.intro .box4.rettangle .card-wrapper .back {height:100%;}
.card-wrapper {
    margin: 0;
    min-height: 420px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.card-wrapper .back, .card-wrapper .front {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.list-inline.list-unstyled {display:none;}
.card-wrapper .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card-wrapper .card-rotating {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.box4.square .card-body {color:#ffffff;}
.box4.square .card-wrapper .card-up {height:auto;}
.box4.square .card-wrapper {min-height:300px;}
.card-body {color:#ffffff;}
.card-wrapper .face {
    position: absolute;
    width: 100%;
    height: 100%;
}
.card-wrapper .card-up {
    height: 200px;
    overflow: hidden;
}
.card-wrapper .avatar {
    display: block;
    margin-top: -90px;
    overflow: hidden;
    width: 180px;
}
.avatar {
    max-width: 180px;
}
.white {
    background-color: #fff!important;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
    max-width: 100%;
    height: auto;
}
.rounded-circle {
    border-radius: 50%!important;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


/********************************** footer   ******************/
.newfooter .nav-link{margin-left:15px;}
.newfooter {background:#ffffff;}
.newfooter .fab, .newfooter .fa {color:#fa005d;}
.newfooter p,
.newfooter a {color:#000;}
.newfooter .socialfooter{margin-bottom:15px;}
footer .box4 ul li {list-style:none;}
footer {background-color: #fa005d;}
footer .box4 {height:auto;}
.box2{width:20%;}
.box10{width:80%;}
footer .fa-twitter-square,
footer .fa-youtube-square,
footer a,
footer .box4,
footer {color: #ffffff;}
footer .fa-facebook-square {
    margin-right: 15px;
}
.social i {
    font-size: 50px;
}
.fa-facebook-square {
    color: #3b5998;
}
footer .box4{width: 100%;}

/******************************* Menu ************************/


.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1310px;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
	width: 90.7%
}


.centered .container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 46px auto 73px;
	width: 55.55%;
	min-width: 600px;
	padding: 0 100px
}

.main-header {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(255,255,255,0)));
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 0, rgba(255,255,255,0) 100%);
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: top .8s ease, height .45s cubic-bezier(0, .58, .45, 1), min-height .45s cubic-bezier(0, .58, .45, 1), z-index .4s ease, -webkit-box-shadow .4s ease;
	transition: top .8s ease, height .45s cubic-bezier(0, .58, .45, 1), min-height .45s cubic-bezier(0, .58, .45, 1), z-index .4s ease, -webkit-box-shadow .4s ease;
	transition: box-shadow .4s ease, top .8s ease, height .45s cubic-bezier(0, .58, .45, 1), min-height .45s cubic-bezier(0, .58, .45, 1), z-index .4s ease;
	transition: box-shadow .4s ease, top .8s ease, height .45s cubic-bezier(0, .58, .45, 1), min-height .45s cubic-bezier(0, .58, .45, 1), z-index .4s ease, -webkit-box-shadow .4s ease;
	width: 100%;
	z-index: 14;
	min-height: 160px
}
.main-header:after {
	clear: both;
	content: "";
	display: block
}
.main-header.dark {
	background-image: none
}
.main-header.light {
	background-image: none
}
.main-header.search {
	background-image: none
}

.main-header.sticky {
	background-image: none;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	min-height: 0
}
.main-header.fill {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	overflow: hidden
}
.main-header>.container {
	background-color: rgba(60,60,60,0);
	height: 100%;
	max-width: none;
	-webkit-transition: background-color .45s cubic-bezier(.25, .1, .25, 1), top .6s ease;
	transition: background-color .45s cubic-bezier(.25, .1, .25, 1), top .6s ease;
	width: 100%
}
.main-header.fill>.container {
	background-color: rgba(60,60,60,1)
}
.main-header.sticky.fill.search-active>.container {
	background-color: rgba(60,60,60,1)
}
.main-header.fill.light>.container {
	background-color: rgba(255,255,255,1)
}
.main-header>.container:after {
	clear: both;
	content: "";
	display: block
}
.article-menu-close {
	display: none
}
.main-header.sticky.article .article-menu-close {
	border-color: rgba(0,0,0,.2);
	border-style: solid;
	border-width: 0 1px 0 0;
	display: table-cell;
	float: left;
	position: relative;
	visibility: visible;
	opacity: 1;
	background-color: #fff;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	z-index: 2
}

.main-header.sticky.article .article-menu-close a {
	color: #6f6f6f;
	display: block;
	padding: 22px 36px 23px
}
.main-header.sticky.article .article-menu-close i {
	font-size: 1.375em
}
.main-header .logo {
	float: left;
	padding: 40px 0 20px 80px;
	position: absolute;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
	width: 200px;
	z-index: 3;
	-webkit-box-sizing: initial;
	box-sizing: initial
}
.main-header .logo a {
	display: block
}
.main-header.sticky .logo {
	width: 76px;
	padding: 16px 0 0 30px;
	-webkit-transition: width 0s ease;
	transition: width 0s ease
}
.main-header .logo svg {
	fill: #fff;
	-webkit-transition: fill .45s ease;
	transition: fill .45s ease
}
.main-header .logo svg path, .main-header .logo svg rect {
	fill: #fff
}
.main-header.fill.light .logo svg path, .main-header.fill.light .logo svg rect, .main-header.light .logo svg path, .main-header.light .logo svg rect, .main-header.sticky .logo svg path, .main-header.sticky .logo svg rect, .main-header.sticky.dark .logo svg path, .main-header.sticky.dark .logo svg rect, .main-header.sticky.fill .logo svg path, .main-header.sticky.fill .logo svg rect {
	fill: #6f6f6f
}
.main-header.dark .logo svg path, .main-header.dark .logo svg rect, .main-header.fill .logo svg path, .main-header.fill .logo svg rect {
	fill: #fff
}
.main-header.sticky .logo svg {
	width: 76px;
	height: 36px
}
.main-header .logo svg .text {
	opacity: 1;
	-webkit-transition: visibility .4s ease, opacity .4s ease;
	transition: visibility .4s ease, opacity .4s ease;
	visibility: visible
}
.main-header.sticky .logo svg .text {
	display: none
}
.main-header .menu {
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transition: right .4s ease, visibility .4s ease, opacity .4s ease;
	transition: right .4s ease, visibility .4s ease, opacity .4s ease;
	visibility: hidden;
	z-index: -1
}
.main-header nav {
	position: relative
}
.main-header nav:after {
	clear: both;
	content: "";
	display: block
}
.main-header.sticky nav {
	background: #212121;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}
.main-header.search-active.sticky nav {
	background: #3c3c3c
}
.main-header nav .close {
	display: none
}
.main-header .scrollable>ul {
	float: right;
	margin: 25px 0 0 0;
	-webkit-transition: visibility .4s ease, margin .4s ease, border-color .4s ease;
	transition: visibility .4s ease, margin .4s ease, border-color .4s ease
}
.main-header.light .scrollable>ul {
	border-color: rgba(60,60,60,.2)
}
.main-header.search-active .scrollable>ul {
	border-color: rgba(60,60,60,0)
}
.main-header.sticky .scrollable>ul {
	border: none;
	margin: 0
}
.main-header.sticky.article .scrollable>ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease
}
.main-header.sticky nav ul {
	-webkit-transition: margin 0s ease;
	transition: margin 0s ease
}
.main-header.sticky.article.article-header-closed .scrollable>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s ease .2s, visibility .4s ease .2s;
	transition: opacity .4s ease .2s, visibility .4s ease .2s
}
.main-header nav ul:after {
	clear: both;
	content: "";
	display: block
}
.main-header nav h1 {
	padding: 0 16px
}
.main-header nav h1 a {
	color: #fff;
	display: inline-block;
	font-weight:bold;
	font-size: .875em;
	line-height: 1.35;
	padding: 33px 0 29px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: padding .4s ease, color .4s ease;
	transition: padding .4s ease, color .4s ease
}
.main-header.light nav h1 a {
	color: #6f6f6f
}
.main-header.sticky nav h1 a {
	color: #ffffff;
	padding: 55px 0 10px 0;
	-webkit-transition: padding 0s ease;
	transition: padding 0s ease
}

.wrapnav{width:570px; position:absolute;right:125px;top:38px;}
.main-header.search-active nav h1 a {
	color: #000
}
.main-header nav h1 a:after {
	background: #fff;
	bottom: -1px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	-webkit-transition: height .4s ease;
	transition: height .4s ease;
	width: 100%
}
.main-header.light nav h1 a:after, .main-header.sticky nav h1 a:after {
	background: #bcbcbc
}
.main-header.sticky nav h1 a:after {
	background-color: rgba(60,60,60,1)
}
.main-header .scrollable>ul>li:hover h1 a:after, .main-header nav .active h1 a:after, .main-header nav .hover h1 a:after {
	height: 10px
}
.main-header h2 {
	color: rgba(255,255,255,.5)
}
.main-header nav li {
	float: left
}
.main-header nav li:last-child {padding-right:30px;}
.main-header>.scrollable>ul>li {
	padding: 10px
}

.main-header nav .search a {
	color: #fff;
	display: block;
	padding: 30px 36px 26px
}

.main-header .impact {
	max-width: none;
	width: 100%
}
.main-header .impact ul {
	margin: 0 auto;
	max-width: 1440px;
	width: 88.88%
}
.main-header .sub-nav {
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	-webkit-transition: .4s z-index ease;
	transition: .4s z-index ease
}
.main-header .sub-nav.open {
	z-index: 5
}
.main-header.sticky .insight .sub-nav {
	border-color: rgba(79,79,79,.25);
	border-style: solid;
	border-width: 1px 0 0 0
}
.main-header .sub-nav ul {
	padding: 60px 0 80px
}
.main-header .sub-nav ul li {
	border-color: rgba(255,255,255,.5);
	border-style: solid;
	border-width: 0 0 0 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 5px 20px 5px 32px;
	position: relative;
	visibility: hidden;
	width: 20%
}

  a.btnop {
    color: #ffffff;
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    padding: 10px;
   text-transform:uppercase;
    font-weight:bold;
}
  
  a.btnop:first-child {background: #ed1e65;}
a.btnop:nth-child(3){background: #00a4ea;}

.main-header .sub-nav ul li.animating {
	left: -26px
}
.main-header .sub-nav ul li.open {
	opacity: 1;
	-webkit-transition: visibility .3s ease, opacity .3s ease, left .3s cubic-bezier(.25, .1, .25, 1);
	transition: visibility .3s ease, opacity .3s ease, left .3s cubic-bezier(.25, .1, .25, 1);
	visibility: visible
}

.main-header .sub-nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none
}

.main-header .sub-nav h2 {
	color: rgba(255,255,255,.5);
	font-size: .875em;
	line-height: 1.35;
	padding: 35px 0 14px
}
.main-header .sub-nav ul li a h2, .main-header .sub-nav ul li a h3 {
	color: #fff;
	font-weight:bold;
	font-size: .875em;
	line-height: 1.35;
	padding: 0 0 5px;
	text-transform: uppercase
}

.main-header .sub-nav ul li a p {
	color: rgba(255,255,255,.5);
	font-size: .875em;
	line-height: 1.5;
	padding: 0 0 15px
}

.main-header .sub-nav ul li a i {
	color: rgba(255,255,255,.5)
}

.main-header .sub-nav ul li ul {
	clear: left;
	padding: 10px 0 0 0
}
.main-header .sub-nav ul li ul li {
	border: none;
	clear: left;
	float: none;
	opacity: 1;
	padding: 0;
	visibility: visible;
	width: auto;
	padding: 10px 0 0 0;
}

.main-header .arrow {
	color: #bcbcbc;
	display: block;
	float: left;
	overflow: hidden;
	position: relative
}
.main-header .arrow:after {
	content: "";
	background: #bcbcbc;
	height: 40px;
	left: -128%;
	opacity: .5;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: top .3s cubic-bezier(.25, .1, .25, 1), left .3s cubic-bezier(.25, .1, .25, 1), -webkit-transform .3s cubic-bezier(.25, .1, .25, 1);
	transition: top .3s cubic-bezier(.25, .1, .25, 1), left .3s cubic-bezier(.25, .1, .25, 1), -webkit-transform .3s cubic-bezier(.25, .1, .25, 1);
	transition: top .3s cubic-bezier(.25, .1, .25, 1), left .3s cubic-bezier(.25, .1, .25, 1), transform .3s cubic-bezier(.25, .1, .25, 1);
	transition: top .3s cubic-bezier(.25, .1, .25, 1), left .3s cubic-bezier(.25, .1, .25, 1), transform .3s cubic-bezier(.25, .1, .25, 1), -webkit-transform .3s cubic-bezier(.25, .1, .25, 1);
	width: 30px
}
.main-header a:hover .arrow:after {
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}


.main-menu {
  display:block;
}
.container-menu {
  width:80%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu {
  text-align:center;
  font:normal normal normal 1em/1 Roboto, sans-serif;
  overflow:hidden;
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}
.core-menu li a {
  display:inline-block;
  padding:1em;
}
/*.core-menu li a:hover {
  background:#38a201;
}*/
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f107";
  font:normal normal normal 16px/1 FontAwesome;
}
.dropdown {
  position:absolute;
  width:230px;
  background:#000000;
  text-align:left;
  display:none!important;
}
.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#2d2d2d;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding:2em;
  display:none;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
}
.fa {color: #88cbeb;}

/****************** bottoni **********************************/


.btn.btn-default.supporter-nav-btn {
	  background: #00a4ae;
    padding: 10px 40px;
    color: #fff;
    
  
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.btn-group-vertical {
    margin-top: 30px;
}

/****************************************** space **********************/


.mb60 {margin-bottom:60px;}
.mb10{margin-bottom:10px!important;}
.mb5{margin-bottom:5px!important;}
.mt200 {margin-top:200px;}
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt70 {margin-top:70px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt30 {margin-top:30px;}
.mt20 {margin-top:20px;}
.mr10 {margin-right:10%;}
.mr20 {margin-right:20%;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.pdb10 {padding-bottom:10px;}


/******************************************      news      ******************************/


.share-btn {margin-right:30px;}
a.resp-sharing-button__link {
    font-size: 36px;
    display: inline;
    FLOAT: right;
    margin-right: 10px;
}
.detail-content {
	position: absolute;
    bottom: 0;
    width: 100%;
}
.content-news {position:relative;}
.detail-content p {line-height: 45px;display:inline-block;}
.box-news .image {width:300px;height:300px;overflow:hidden;}
.text-news a p{color:#212121;}
.text-news h2 {font-weight:700;font-size:26px;margin-bottom:20px;}
.text-news p {line-height:26px;font-size:20px;}
a.button {
    background: #88cbeb;
    padding: 8px 15px;
    border-radius: 6px;
	color:#ffffff;
	font-weight:700;
	float: right;
}
a.button.news {
  width: 30%;
}


/***************************************************  team   *******************************/

.arrows{position:absolute;bottom:15px; right:15px;z-index:100; font-size:30px;line-height:33px;}
.imageContainer .arrows {
    right: 50%;
    margin-right: -70px;
    font-weight: bold;
    padding: 8px 15px;
    bottom: 30px;
    border: 2px solid #fff;
    border-radius: 5px;
}
.imageContainer .arrows:hover {background:#ffffff;color:#00a4ae;}
.imageContainer .arrows:hover .fa.fa-chevron-left,
.imageContainer .arrows:hover a {color:#00a4ae;}
.imageContainer .arrows a,
.fa.fa-chevron-left,
.box4.square a {color:#ffffff;}
.box4.square a strong {font-weight:bold;color: #00a4ae;}

.textintro p {padding:30px 30px 10px 30px; line-height:28px;}
.imageContainer {
    height: 300px;
    line-height: 300px;
	  background-size:cover!important;
    position:relative;
}



.imageContainer.bg-shop {
    background: url(shop.jpg) no-repeat center center;
}
.imageContainer.bg-skills {
    background: url(skills.png) no-repeat center center;
}
.imageContainer.bg-jobs {
    background: url(jobs.jpg) no-repeat center center;
}
.imageContainer.bg-inthenews {
    background: url(renew-in-the-news.jpg) no-repeat left center;
}
.imageContainer.bg-events {
    background: url(bg-events.jpg) no-repeat center center;
}
.imageContainer.bg-team {
    background: url(bg-team2.jpg) no-repeat center center;
}
.imageContainer.bg-team.junedavies {
    background: url(bg-team2.png) no-repeat center center;
}
.imageContainer.bg-story{
    background: url(bg-briefings.jpg) no-repeat center center;
}
.imageContainer.bg-briefings {
    background: url(bg-briefings2.png) no-repeat center center;
}

.imageContainer.bg-meat-team{
    background: url(bg-meat-team.jpg) no-repeat center center;
}
.imageContainer.bg-get-the-lates.kam{
  background: url(kam.jpg) no-repeat center center;
}

.imageContainer.bg-join {
    background: url(bg-member.jpg) no-repeat center center;
}

.imageContainer.bg-get-the-lates {
    background: url(get-the-lates.jpg) no-repeat center center;
}

.imageContainer.bg-get-the-lates {
    background: url(vote.jpg) no-repeat center center;
}

.imageContainer.bg-sefton {
    background: url(carla.png) no-repeat center center;
}

.imageContainer.bg-bromley {
    background: url(jyoti.png) no-repeat center center;
}

.imageContainer.bg-edinburgh  {
    background: url(heather.png) no-repeat center center;
}

.imageContainer.bg-hackney {
    background: url(haseeb.png) no-repeat center center;
}

.imageContainer.bg-member {
    background: url(become_a_member_new.jpg) no-repeat center center;
}

.imageContainer.bg_newport_station {
    background: url(newport_station_header.jpg) no-repeat center center;
}

.imageContainer.bg_police {
    background: url(police_blue_header.jpg) no-repeat center center;
}

.imageContainer.bg_newport_map {
    background: url(newport_map_header.jpg) no-repeat center center;
}
.imageContainer.bg-euelection {
    background: url(eu-election.jpg) no-repeat center center;
}

.imageContainer.bg-our-vision-eu {
    background: url(bg-our-vision-eu.png) no-repeat center center;
}
.imageContainer.bg-eu-team{
    background: url(EU-Candidates.png) no-repeat center center;
}

.imageContainer.bg-presettled {
    background: url(pre.jpg) no-repeat center center;
}
.imageContainer.bg-broad {
    background: url(broad.jpg) no-repeat center center;
}

/**.imageContainer.bg-crowdfunder {
    background: url(crowdfunder.jpg) no-repeat center center;
}*/

.imageContainer.bg-crowdfunder {
    background: url(her.png) no-repeat left center;
}

.imageContainer.bg-crowdfunder.him {
    background: url(him.jpg) no-repeat left center;
}

.imageContainer.bg-mpage {
    background: url(bg_mpage.jpg) no-repeat center center;
}

.imageContainer.bg-pressreleases{
    background: url(pressreleases.jpg) no-repeat center center;
}


.subscribe .box4 {padding:10px;}
.intro .box4 {height:auto;}
.button .box4.square{
	display:table;
	background: #bababa;
}
.box4.square {height:290px;}
.button .box4.square a{
	text-align:center;  	/* Allineamento orizzontale del testo */
	vertical-align:middle; 	/* Allineamento verticale del testo */
	display:table-cell;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
}
.card-wrapper .face {
    position: absolute;
    width: 100%;
    height: 100%;
}

.card-wrapper .back, .card-wrapper .front {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.card-wrapper .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
	height:300px;
	background:#000000;
}
.card-wrapper .back h4 {font-size:20px;text-align:center;font-weight: bold;}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-wrapper .card-rotating {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}

.card-wrapper {
    margin: 0;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
}
.detailvision.cardvision .face.back {display: table;}
.detailvision.cardvision .back .card-body{display: table-cell; vertical-align: middle;}

.card-wrapper .card-rotating.effect__click.flipped .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-wrapper .card-rotating.effect__click.flipped .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.feedtwitter.team .box5 h3{font-size:1.8em;}


/************************************************** header internal page *************************/


.imageContainer {text-align:center;}
.imageContainer h1{color:#ffffff;display: inline-block; vertical-align: middle;font-weight:bold;font-size:40px;}



/*********************************        crowdfundin      ********************************/
.crowdfunding #donation_amount_other {background: url("http://assets.nationbuilder.com/themes/5bd7118845de94fa6d260ab1/attachments/original/1551367520/custom-pink.png?1551367520") no-repeat 0 0;}

.crowdfunding [type="radio"]:checked+label:after {opacity:0}
/* .crowdfunding .radio-inline input[type="radio"] {
    position: relative;
    width: auto;
    margin-left: 10px;
    left: 0;
}
*/
/*.crowdfunding .radio-inline>span {
    width: auto;
    height: auto;
    float: none;
}

.crowdfunding .radio-inline {
    margin-bottom: 0 !important;
}

.crowdfunding .radio-inline label {
    display: inline;
}

.crowdfunding .radio-inline label.radio {
    display: inline-block !important;
}

.crowdfunding [type="radio"]:checked+label:before, .crowdfunding [type="radio"]:not(:checked)+label:before {
    position: relative;
}

.crowdfunding [type="radio"]:checked+label, .crowdfunding [type="radio"]:not(:checked)+label {
    padding-left: 10px;
}

.crowdfunding #donation_amount_other {
    margin: 0;
    width: auto;
    display: inline;
    background: none;
    height: auto;
    padding-top: 0;
    font-size: 20px;
    box-shadow: none;
    float: none;
    border: 1px solid #ccc !important;
    padding:4px!important;
} */
.page-type-donation .crowdfunding  .form-group input.text {width:100%;}

.page-type-donation .crowdfunding input.submit-button.btn.btn-primary {margin-top:20px;margin-bottom:10px;}

.page-type-donation .crowdfunding  .form-group input#donation_billing_address_address1,
.page-type-donation .crowdfunding  .form-group {margin-bottom:15px!important;}

#crowdfund_for_our_victory_fund_page_new_donation_form .form .col-md-4,
#crowdfund_for_our_victory_fund_page_new_donation_form .form .box12,
#crowdfund_for_our_victory_fund_page_new_donation_form .form .box6 {padding:0 10px!important;}

.crowdfunding [type="radio"]:checked+label, .crowdfunding [type="radio"]:not(:checked)+label {background: #fa005d;}


/* .crowdfunding #donation_amount_other::placeholder, .crowdfunding #donation_amount_other {
    color: #36c !important;
}

.crowdfunding [for="donation_amount_other"] {
    display: inline !important;
} */

.progress {
    overflow: hidden;
    height: 30px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}

.crowdfunding .progress+.bar-goal {
    font-size: 26px;
    color: #00a4ea;
    margin-bottom: 40px;
    font-weight: bold;
}
.progress+.bar-goal {
    text-align: center;
    margin-top: -10px;
}
.marginbottomless, .connect-button, .bar-goal {
    margin-bottom: 10px;
}

.page-type-donation.page-pages-show-donation-wide .crowdfunding h2.headline {
    font-size: 42px;
  margin-top: 20px;
}
.carousel-caption h1 {
    font-size: 52px;
}

/************************************    our vision     *********************************/

  .summery-content.head{color:#ed1e65;font-size:22px;font-weight:bold;padding-bottom:20px;border:0;}
  .summery-content{overflow:hidden;padding: 10px 0 20px 0; border-bottom:1px solid #333;}
  .summery-content:last-child {margin-bottom:50px;}
  .summery-content .col3{font-weight:bold;}
 


.m5-15 {margin:5px 15px;}
.introvision {
		max-width: 700px;
    margin: 30px auto 10px auto;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}
.detailvision .box4.center a {color:#000000;}
.detailvision .box4.center p {color:#00a4ae;font-family: 'Montserrat', sans-serif;}

/************************************** ------ homepage --------------*************/

.box6 {width: 50%;}
.mclub .box4 h2 {padding:0;}
.mclub .box4 {height:150px;}
.mclub .box4{padding:0;}
.mclub .box4 {font-size:1.2em}
.mclub .box4 {background:#68678e no-repeat center center;background-size:cover;}


.ourvision .box4 h2 {padding:0;color: #ffffff!important; font-size:34px;}
.ourvision .box4 {height:450px;}
.subscribe h3 {color:#ffffff;font-weight:700;font-size:2em;}
.subscribe .form-group input {width:100%; padding:10px;border-radius:8px;border:0;}
.subscribe .box4.form .box6 {width:300px;}
.subscribe .box4.form .box12 {width:300px;}
.subscribe .box8 {font-size:1.5em;}
.subscribe {color:#ffffff; position:absolute;right:0; top:100px;}

.kam .subscribe{left:0;text-align:left;}

.text-center {text-align:center;}
.text-center a.button{float:none;padding:10px 30px; font-size:1.4em;display:block;}
.button.greenmarine {margin-top:20px;}
.intro .box8 {padding:0 20px 40px 20px;}
.slider-featured {background:#00a4ea;padding-top:30px;}
.slider-featured h2{color:#ffffff;text-align:center;}
.box5,
.box8 {width:100%;}
.subscribe .box4 {height:auto;}
.box4 {width:85%;padding:10px;margin:10px auto;color:#ffffff;padding-bottom:40px;}
.ourvision .box4{padding:0;}
.hoverblack {padding:10px; height:100%; position:relative}
.ourvision .box4 {font-size:1.2em}
.box4 ul {padding-left:25px;}
.box4 ul li {list-style: circle; margin-top:5px;}
.box4 h2{font-size:28px;font-weight:bold;padding:0 0 25px 0;text-transform: uppercase; line-height: 36px}
.ourvision .box4 {background:#68678e url(bg-ourvision.png) no-repeat center center;background-size:cover;}
/*.box4.security {background-color:#68678e}*/
.box4.red {background: url(bg01.jpg) no-repeat center center;}   /* red box */
.box4.red2 {background: url(bg03.jpg) no-repeat center center;}   /* red box */
.box4.red3 {background: url(bg05.jpg) no-repeat center center;}   /* red box */
.box4.blue {background: url(bg03.jpg) no-repeat center center;}   /* blue box  */
.box4.blue{background-color:#c16e71;}
.box4.open-mindedness{background-color:#238e84;}
.box4.security {background: url(safety-and-security.jpg) no-repeat center center;}   /* new background security */
.box4.open-mindedness  {background: url(bg-openness.jpg) no-repeat center center;}   /* new background  */
.box4.health {background: url(health2.jpg) no-repeat center center;}   /* new background  */
.box4.competence {background: url(compassionate.jpg) no-repeat center center;}   /* new background  */
.box4.fairness {background: url(democracy-2.jpg) no-repeat center center;}   /* new background  */
.box4.approach  {background: url(investment.jpg) no-repeat center center;}   /* new background  */
.box4.open-mindedness{background-color:#238e84;}
.box4.health{background-color:#c16e71;}
.box4.competence{background-color:#88cbeb;}
.box4.fairness{background-color:#caac5a;}
.box4.approach{background-color:#c26f96;}
.newshome .text-center {
	width: 85%;
    margin: 20px auto 0 auto;
}
.newshome .box4 {
	position:relative;
	text-align:center;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	height:340px;
	padding:10px;
}
.box8.maps img {width:100%;height:auto;}
.feedtwitter iframe {width:85%!important;margin:0 auto;display:block!important;}
.feedtwitter .text-center {width:85%;margin:40px auto 0 auto;}
.imagenews {height:180px;overflow:hidden;}
.wrapbox {
	display: flex;
  	flex-wrap: wrap;
}
.titlenews {
	
	font-weight:700;
	color: #4e5053;
    padding: 20px 20px 0 20px;
    font-size: 18px;
    line-height: 28px;
}
.byline {
	margin-bottom: 5px !important;
    color: #00a4ae;
    font-weight: bold;
    width: 100%;
}
.newshome h2{margin-bottom:10px; padding-left:25px;}
.submit-button {
		font-family: 'Montserrat', sans-serif;
    width: 99%;
    padding: 12px 10px 12px 10px;
    font-weight: 600;
    font-size: 24px;
	border-radius:8px;
	border:0;
	background:#03bfd7;
	color:#ffffff;

}
.checkbox label {padding-left:35px!important;line-height: 1.5em;}

.checkbox * {
  box-sizing: border-box;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox {
  display: inline-block!important;
}

.checkbox input {
  display: none!important;
}

.checkbox label span {
  content: '';
  position: absolute;
  left: 0px;
  background:#ffffff;
  display: inline-block!important;
  min-height: 20px;
  height: 20px;
  width: 20px;
  border: 2px solid #00a4ae;
  font-size: 15px;
  vertical-align: top;
  text-align: center;
  transition: all 0.2s ease-in;
  content: '';
}
#candidate_page_new_volunteer_signup_form .checkbox label span { border-color:#00a4ea;}
#candidate_page_new_volunteer_signup_form .checkbox label input:checked + span{border-color:#00a4ea;}
.checkbox label input:checked + span{
  width: 8px;
  height: 16px;
  border-top: transparent;
  border-left: transparent;
  border-color: #00a4ae;
  border-width: 4px;
  transform: rotate(45deg);
  top: -4px;
  left: 4px;
  background:transparent
}

#homepage_page_new_signup_form .checkbox [type="checkbox"] + label:before {  border: 2px solid #fa005d!important;}
#homepage_page_new_signup_form .submit-button {width:100%;}


.checkbox [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0px;
  background:#ffffff;
  display: inline-block!important;
  min-height: 15px;
  height: 20px;
  width: 20px;
  border: 2px solid #00a4ae;
  font-size: 15px;
  vertical-align: top;
  text-align: center;
  transition: all 0.2s ease-in;
  content: '';
}
.subscribe .checkbox [type="checkbox"]:checked + label:before {border-color:#ffffff;}
.checkbox [type="checkbox"]:checked + label:before {
  width: 8px;
  height: 16px;
  border-top: transparent;
  border-left: transparent;
  border-color: #00a4ae;
  border-width: 4px;
  transform: rotate(45deg);
  top: -4px;
  left: 4px;
  background:transparent
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.form-group {
    margin-bottom: 15px;
}
/* member */
.bgray {background: #fafafa !important;
    border-top: 1px solid #eee;}
.page-type-donation .form-group {
    margin:0!important;
  
}

#member_monthly_page_new_donation_form .row-fluid.consent-form__option input,
#member_annual_subscription_page_new_donation_form .row-fluid.consent-form__option input,
#member_annual_subscription_page_new_donation_form .row-fluid.consent-form__option input,
#member_page_new_donation_form .row-fluid.consent-form__option input { height: auto !important;margin-bottom: 0 !important;}
#member_monthly_page_new_donation_form input, #member_monthly_page_new_donation_form select,
#member_annual_subscription_page_new_donation_form input, #member_annual_subscription_page_new_donation_form select,
#member_page_new_donation_form input, #member_page_new_donation_form select, #member_page_new_donation_form .form-control, #member_page_new_donation_form .form-group>select, #member_page_new_donation_form #donation_amount_other, #member_page_new_donation_form #pledge_amount_other, #member_page_new_donation_form .page-pages-show-donation-v2-wide .donation-other-input-container input, .page-pages-show-donation-v2-wide .donation-other-input-container #member_page_new_donation_form input, #member_page_new_donation_form .page-pages-show-donation-v2-wide .donation-v2-input, .page-pages-show-donation-v2-wide #member_page_new_donation_form .donation-v2-input {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    height: 35px !important;

    outline: none !important;
}

#member_page_new_donation_form > .box6 {
    background: #fafafa !important;
    border-top: 1px solid #eee;
}
.box12 .form-group input#donation_card_number{width:97%;}
.box12 select {width:100%;}
.box6 select#donation_card_expires_on_2i,
.box6 select#donation_card_expires_on_1i {width:45%;}
.page-type-donation .intro h3 {font-size:3em; padding-bottom:20px;}
input.submit-button.btn.btn-magenta {
    background: #fa005d;
}
.paypal #member_monthly_page_new_donation_form input.btn.btn-magenta {
    background: #fa005d;
  	color:#ffffff;
    padding: 12px 20px 12px 20px;
    font-weight: 400;
    font-size: 24px;
  	height:60px!important;
}

.paypal #renew_membership_monthly_page_new_donation_form input.btn.btn-magenta {
    background: #fa005d;
  	color:#ffffff;
    padding: 12px 20px 12px 20px;
    font-weight: 400;
    font-size: 24px;
  	height:60px!important;
}

/**************** pagination *******************/
ul.pagination {margin-bottom:30px;overflow: hidden;}
ul.pagination li {
    float: left;
    padding: 5px 10px;
    border: 1px solid;
    list-style: none;
  	margin-right:10px;
}

/******************************************   events   **********************************/
.page-pages-show-event .carousel-caption {display:none!important;}
.page-type-event input#event_rsvp_guests_count {
    height: 36px;
    width: 50%;
    padding: 5px 0 5px 10px;
}
.page-type-event .button.magenta {
    padding: 10px 15px;
    font-size: 24px;
    float: none; 
    display: block;
    width: 50%;
    text-align: center;
}
.page-type-event .text-call {font-size: 18px;fonft-weight:bold;}
.page-type-event .form-group input {width: 90%;}
.page-type-event .form-wrap .form .checkbox {margin: 15px 0;display:block!important;position: relative;overflow:hidden;}
.page-type-event .form-wrap .form .checkbox input#event_rsvp_is_canceled {margin: 0 0 0 -50px;}
.content-pages-show-event .row {overflow:initial;}
.page-type-event  .close {
    color: #fff;
    position: absolute;
    right: -20px;
    border-radius: 40px;
    top: -20px;
    font-size: 36px!important;
    text-align: center;
    font-size: 46px;
    line-height: 36px;
    width: 40px;
    font-weight: bold;
    height: 40px;
    border: 1px solid;
    background: #ed1e65;
    opacity: 1;
}

.page-type-event .form.padtopless {overflow:hidden;}
.page-type-event .notice.alert {border: 1px solid #ed1e65; padding: 10px; margin-top: 20px; position:relative;}
.page-type-event .form.padtopless .checkbox input{display:block!important;}
.page-type-event .face-tweet-content.share-url {width: 50%;margin-top: 20px;}
.page-type-event .form-wrap .form .padtop {display:block;}
.page-type-event .form-wrap .form .form-group.form-inline input {width:100px;}
.page-type-event .form-wrap .form .padtopmore {width:40%;}
.page-type-event .form-wrap .form h4,
.page-type-event .form-wrap .form h3,
.page-type-event .flash-share h3 {font-weight:bold;margin: 30px 0 20px 0;color:#00a4ae; font-size:46px;}
.content-pages-show-event .col-md-3.sidebar {display:none;}
.content-pages-show-event #headline h2 {margin-top:30px;}
h6.subhead  {font-weight:bold;margin-top:15px;}
.content-pages-show-event #content {margin-bottom:50px;}


/**********************************************   detail page vision    *************************************/
.detailvision.cardvision .card-wrapper .back {background:#ffffff;}
.detailvision.cardvision .card-wrapper .back .card-body a {color:#000000;}
/*.cardvision .card-wrapper card-up img {
  -webkit-filter: contrast(150%) brightness(50%) grayscale(100%);  
    filter: contrast(150%) brightness(50%) grayscale(100%) filter: saturate(7);
} */
.cardvision .card-wrapper .card-up {height:auto;}
.detailvision .box4 h3 {font-weight:bold; font-size:1.8em;color:#00a4ae;}
.detailvision .text-magenta .box4 h3 {color: #fa005d;}
.detailvision h3 {color:#00a4ae; font-size:1.4em; font-weight:bold;}
.detailvision a {pointer-events: none;cursor: text;} /** disable link **/
/** .bgmagenta .titlebox {background-color: rgba(250, 0, 93, 0.4);} **/
.titlebox {position:absolute;top:0;z-index:99;text-align:center;width:100%;padding-top:80px;height:100%; /** background-color: rgba(3, 191, 215, 0.4);**/}
.titlebox h2{color:#ffffff;font-size:34px;}
.detailvision .fa {color:#ffffff; font-size:50px;}

/********************************************************* newsletter ********************************/


.content-pages-show-volunteer-signup-wide .form-control,
#get_the_latest_page_new_signup_form .form-control {width:97%;margin-bottom:20px;}
#get_the_latest_page_new_signup_form .form-control {border:1px solid #40e7e7;}
#get_the_latest_page_new_signup_form .checkbox [type="checkbox"] + label:before {border-color:#40e7e7;}


/******************************************************  candidate   ******************************/
.card-body a.magenta.btn {
    padding: 8px 10px;
    margin-bottom: 10px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
}
 .content-pages-show-volunteer-signup-wide #become_a_candidate_page_new_volunteer_signup_form .form-control {
   border-color:#fa005d!important;
  border:1px solid;
 
}
#become_a_candidate_page_new_volunteer_signup_form .checkbox [type="checkbox"] + label:before {border: 2px solid #fa005d!important;}


#candidate_page_new_volunteer_signup_form .checkbox [type="checkbox"] + label:before{border-color:#fa005d!important;}

select#volunteer_signup_signup_custom_values_when_is_a_good_time_to_call_custom {
    height: 37px!important;
    border-radius: 4px;
    border-color: #ccc;
    margin-bottom: 25px;
    color: #555;
 		width: 97%!important;
    padding-left: 10px!important;
  border-color:#fa005d!important;
}
textarea.textarea.form-control.autogrow.min-height {
	padding-top:10px!important;
  min-height:50px;
}
.center {
    text-align: center;
}
.col-12.center h2 {
    color: #00a4ea;
    font-size: 38px;
    font-weight: 800;
    margin: 40px 0;
}
.col-12.center.bank h2{font-weight:600;}

/**.btn.blue, .page-pages-show-donation-v2-wide .donation-v2-amounts.radio-inline label.blue {
    border: 2px solid #3B74B8 !important;
}**/
.blue {
    background: #00a4ea !important;
    color: #ffffff;
}

a#myBtn {
    padding: 10px 20px;
    border-radius: 5px;
}

.volunteer .padtop.padbottom .checkbox {display:block!important;}
.volunteer .padtop.padbottom .checkbox input {display:none!important;}
.imageContainer.bg-volunteer {background: url(bg-volunteer.png) no-repeat center center;}
.imageContainer.bg-health {background: url(health.jpg) no-repeat center center;}
.imageContainer.bg-compassionate {background: url(bg-compassion.jpg) no-repeat center center;}
.imageContainer.bg-safety-and-security {background: url(bg-safety-and-security.jpg) no-repeat center center;}
.imageContainer.bg-investment {background: url(bg-investment.jpg) no-repeat center center;}
.imageContainer.bg-democratic {background: url(bg-democracy.jpg) no-repeat center center;}
.imageContainer.bg-openness {background: url(bg-openness2.jpg) no-repeat center center;}
.imageContainer.bg-transportation {background: url(transport_blue.jpg) no-repeat center center;}
.imageContainer.bg-taxes {background: url(taxes_blue.jpg) no-repeat center center;}
.imageContainer.bg-homeless {background: url(homeless_blue.jpg) no-repeat center center;}

.content-pages-show-volunteer-signup-wide .volunteer .form-control {border: 1px solid #00a4ae!important;}


/************************************************************ news page ********************************/
.content-pages-show-blog-post-wide .intro blockquote {padding-left: 20px;border-left: 5px solid #00a4ae;font-size: 1.1em;}
.content-pages-show-blog-post-wide .intro p {font-size: 1.1em;}
.box-news .image img {height:300px;width:auto;}
.content-container .headline h2 {margin:40px 0 0 0;}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.byline .fa{color:#00a4ae; margin-bottom:20px;}
.page-type-event .carousel-caption {bottom: 45%;background-color: rgb(0,0,0,0.5);}
.page-type-event .carousel-caption h1{font-weight: 700;}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.page-pages-show-blog-post .carousel-caption {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.8));
    bottom: -30px;
    top: 80%;
    transform: rotate(-3deg);
    width: 110%;
    left: -5%;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img, .header-image-container>img {
    width: 100%;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
  color:#ffffff;
}
.content-pages-show-blog-post .headline {
    position: absolute;
    bottom: 0;
    padding: 0 30px 20px 30px;
   color:#ffffff;
   z-index: 10;
}

/***** footer ******/
.newfooter .fab{font-size:48px;}

.social a {
    margin-right: 15px;
}

footer .fa-facebook-square {
    margin-right: 15px;
}
.social i {
    font-size: 50px;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-twitter-square {
    color: #1da1f2;
}
#insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size:52px!important;
}
.fa-youtube-square {
    color: #FF0000;
    font-size:48px;
  
}
.infofooter .fa {
    font-size: 34px;
    color: #00a4ea;
}
footer .box4 h3 {font-weight:bold;margin-bottom:20px;}

.contentkamwhite {background:#fff;text-align:left;margin:0;width:100%;max-width: initial;padding:50px 0 35px 0;}
.contentkamblue {background:#00a4ea;color:#fff;text-align:left;margin:0;width:100%;max-width: initial;padding:45px 15px 40px 15px;}
.contentkampink {background:#ed1e65;color:#fff;text-align:left;margin:0;width:100%;max-width: initial;padding:45px 15px 40px 15px;}
.contentkampink a,
.contentkamblue a {color:#fff; text-decoration:underline}
.contentkamwhite ul,
.contentkampink ul,
.contentkamblue ul {padding-left:20px;}
.kam .contentkamwhite,
.kam .contentkamblue,
.kam .contentkampink {text-align:center;}
.whitebtm {background:#fff;text-align:center;margin:0;width:100%;max-width: initial;padding:55px 15px 70px 15px;}
.whitebtm a img {margin-bottom:10px;}
.hpsection {background:#ed1e65;}
.videoContainer h2.newparty {color:#ffed00; font-size:4em; }
.videoContainer h3.newhope span,
.videoContainer h2.newparty span{padding:0 10px;}
.videoContainer h3.newhope {color:#fff;}

a.btn.btn-default.connect-button.twitter {
    background: #1DA1F2;
    color: #fff;
}
a.btn.btn-default.connect-button.facebook {
    background: #4267B2;
    color: #fff;
}
.mt15 {margin-top:15px;}
.supporter-nav.btn-group-vertical .btn.btn-default{display:block;}
.notice.alert.alert-dismissible.error{
    background: #ed1e65;
    margin-right: 20px;
    position: relative;
    padding: 10px;
}
.close{top:15px;z-index:1000;color:#ffffff;top: 20px;opacity: 1;}
.supporter-nav.btn-group-vertical.customer .btn.btn-default.supporter-nav-btn.magenta:nth-child(1),
.supporter-nav.btn-group-vertical.customer .btn.btn-default.supporter-nav-btn.magenta:nth-child(2),
.supporter-nav.btn-group-vertical.customer .btn.btn-default.supporter-nav-btn.magenta:nth-child(4),
.supporter-nav.btn-group-vertical.customer .btn.btn-default.supporter-nav-btn.magenta:nth-child(5),
.supporter-nav.btn-group-vertical.customer .btn.btn-default.supporter-nav-btn.magenta:nth-child(6) {display:none;}
.like-page {
    /* display: block; */
    overflow: hidden;
}
.media .media-left img.profile_image,
.activity.media img.profile_image{margin-top:10px;}
.whatsapp-share-button{background:#25D366;color:#ffffff;padding:3px 15px; margin:5px 0 10px 0;}

@media (min-width: 768px) {
  .account_form .col-md-5.col-md-offset-1.left30 h4{margin:0!important;}
  .left30{margin-left:30px;}
  .page-user-sessions-new-wide form.user_session_form {
    padding: 30px;
    background: #ed1e65;
    color: #fff;
    margin-bottom: 30px;
}
  
 .page-user-sessions-new-wide .form-group input {
    border-color: #fff;
   width:100%;
}
  .content-pages-show-suggestion .headline {overflow:hidden;}
  .content-pages-show-suggestion .mt30{margin-top:30px!important;}
  .padtopless {margin-bottom:10px;}
  .content-container.column.content-pages-show-recruiting .col-md-9 {width:70%; float:left;}
  .content-container.column.content-pages-show-recruiting {
    margin-top: 170px;
}
  .col-md-7.form.sign-up {width:60%; float:left;}
  .panel-body .padtop{margin-top:15px;}
  .col-md-3.sidebar .panel.panel-default{margin-top:30px;}
  .col-md-7.form.sign-up .submit-button,
  .col-md-7.sign-in-with-email .submit-button {font-size:20px; border-radius:0;}
  .col-md-7.sign-in-with-email .checkbox input {display:block!important;}
  .col-md-7.sign-in-with-email .checkbox label {padding-left: 20px!important;}
  .account_form h4,
  .col-md-7.sign-in-with-email h4,
  .col-md-4.oauth-links h4{margin:15px 0!important;}
  .col-md-4.oauth-links {padding-right:20px;}
  .col-md-4.oauth-links a.btn {display:block;}
  .page-type-suggestion .sign-in-with-email .col-md-6{width:50%; float:left;padding-right: 20px;}
  .account_form .text.form-control,
  .page-type-suggestion .sign-in-with-email .col-md-6 input {width:100%; height: 40px;}
  .page-type-suggestion.page-pages-show-suggestion .col-md-3 .media-left {float:none;}
  .page-type-suggestion.page-pages-show-suggestion .col-md-3 .media-left img{width:80px;height:80px;}
  .content-container.column.content-pages-show-recruiting .col-md-3 .media,
   .page-type-suggestion.page-pages-show-suggestion .col-md-3 .media {
  background: #f1f1f1;
    overflow: hidden;
    text-align: center;
    padding: 20px;
  }
  .like-page{overflow:hidden;}
  .page-type-suggestion.page-pages-show-suggestion #middle{margin-top:150px;}
  .page-type-suggestion.page-pages-show-suggestion .col-md-9{width:75%;float:left;}
  .page-type-suggestion.page-pages-show-suggestion .col-md-9 .media-left{
    overflow: hidden;
    position: absolute;
    border-radius: 40px;
    border: 3px solid #ffffff;
  }
  #page-activities{padding:30px 0;}
  .page-type-suggestion .row.padtopmore {margin-top:15px;}
  .page-type-suggestion .row.padtopmore .col-md-6 input {border-radius:0; font-size:16px;}
   .page-type-suggestion .row.padtopmore .col-md-6{width:300px; float:left;}
  .page-type-suggestion .row.padtopmore .col-md-6:nth-child(2){float:right;text-align:right;}
   .page-type-suggestion.page-pages-show-suggestion .col-md-9 .media-body{	
		padding: 15px 20px 15px 35px;
    background:#f3f3f3;
    margin-left: 37px;
    margin-top: 20px;
  }
  .content-pages-show-suggestion #content{padding-right:40px;}
  .page-type-suggestion .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   .page-type-suggestion .page-follow i {
    width: 20px;
    height: 20px;
    background-color: #656565;
    border-radius: 20px;
    color: white;
    padding-left: 5px;
    padding-top: 4px;
    margin-left: 6px;
}
    .page-type-suggestion .fa-plus:before {
    content: "\f067";
}
  .page-type-suggestion .page-follow {
    float: right;
    margin-top: -25px!important;
}
  .page-type-suggestion .page-follow {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: lowercase;
    font-style: italic;
}
   .page-type-suggestion textarea#comment_content {margin-top: 15px;}
  .hpsection{min-height:380px;    overflow: hidden;}
  .main-header .logo {padding-top:20px;!important;}
	.wrapnav {top:20px;right: 60px;}
	.main-header>.container{height:80px;background:#000;}
	.main-header{overflow:initial;}
	a.btnop {margin:0 5px;width:31%;}
	a.btnop:nth-child(2) {
    background: #00a4ea;
}
	a.btnop:nth-child(3) {
    background: #ed1e65;
}
	.example {
    position:relative;
    background:#00a4ea;
    width:100%;
    height:50px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* main menu styles */
  
  .newheader #nav{overflow:initial;}
  .newheader #nav .seconflevel{display:none;}
  .newheader #nav li:hover ul{display:block;}
  .newheader #nav li{height:100%;}
  .newheader #nav li a{background:000000;}
  .newheader .facebook {background:url(http://d3n8a8pro7vhmx.cloudfront.net/themes/5bd7118845de94fa6d260ab1/attachments/original/1562599174/facebook.png?1562599174) no-repeat center center;}
  .newheader .twitter {background:url(http://d3n8a8pro7vhmx.cloudfront.net/themes/5bd7118845de94fa6d260ab1/attachments/original/1607384351/twitter-logo.png?1607384351) no-repeat center center;}
    .newheader .instagram {background:url(http://d3n8a8pro7vhmx.cloudfront.net/themes/5bd7118845de94fa6d260ab1/attachments/original/1607385024/instagram-logo-png-transparent-background-hd-32.png?1607385024) no-repeat center center;}
  .newheader #nav li a{padding:0 12px;font-size:16px;}
  a.socialmenu {
    float: left;
    text-indent: -10000px;
    width: 40px;
    display: block;
    height: 50px;
    padding: 0;
    margin: 0;
 	 background-size: 25px!important;
  }
  .newheader .secondlevel{display:none;}
  
  
#nav,#nav ul {
	font-family:verdana;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
#nav {
	padding-left: 40px;
	height:50px;
	left:0;
	overflow:hidden;
	top:0;
}
#nav li {
	float:left;
	position:relative;
	z-index:10;
	margin-bottom:0;
}
#nav li a {
	background:#00a4ea;
	color:#fff;
	display:block;
	float:left;
	font-size:18px;
	height:50px;
	line-height:50px;
	padding:0 20px;
	position:relative;
	text-decoration:none;
	z-index:20;
}

#nav ul {
  
	background:#00a4ea;
	height:auto;
	padding:10px 0;
	position:absolute;
	top:-155px;
	width:250px;
	z-index:1;

	border-radius:8px; /*some css3*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	transition:0.8s ease-in-out;
	box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-transition:0.8s ease-in-out;
	-o-transition:0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
}
#nav ul li {
	width:250px;
}
#nav ul li a {
	background:transparent;
	height:20px;
	line-height:20px;
	width:230px;
}
#nav:hover {
	height:328px;
}
#nav li:hover ul {
	-moz-transform:translate(0,216px); /*some css3*/
	-o-transform:translate(0,216px);
	-webkit-transform:translate(0,216px);
}
#nav a:hover,#nav li:hover > a {
	color:#ffed00;
}
	  
li:hover .secondlevel li{padding-bottom:7px!important;}
	.videoContainer {
    position: relative;
    width: 100%;
    height: auto;
    top: 140px;
    left: 90px;
    bottom: 0;
    right: 0;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
  
  .contentkamwhite,
  .contentkamblue,
  .contentkampink {padding:45px 0 40px 0;} 
  .kam .contentkamblue .content-container,
  .kam .contentkampink .content-container{width:500px;}
  .page-type-survey .mt30 .form-group {margin:10px;}
  .page-type-survey .mt30 .form-group input {width:100%;}
  .page-type-survey footer .content-container {padding:0;}
  .page-type-survey #content.content-container {
  	margin: -200px auto 0 auto;
    width: 800px;
    background: #fff;
    padding: 5px 40px;
  }
  .right .icon-social-menu a {
    font-weight: 600!important;
    position: relative!important;
    color: #FFF!important;
    text-decoration: none!important;
    overflow: hidden!important;
    display: inline!important;
    width:auto!important;
    height:auto!important;
    border:0!important;
    margin:0!important;
}
  .introvision{margin: 50px auto 0 auto;}
  footer .box4 {padding: 40px 40px 20px 40px;}
  .video video {width:49%; height:auto; display:inline;}
  .mr10px {margin-right:10px;}
    .mr20px {margin-right:20px;}
  .twocolumn-container {overflow:hidden;}
  .float-left {float:left;}
  .float-right {float:right;}
  .media-left img{width:150px; height:150px;}
  .content-container .intro .content iframe{width:560px!important;height:315px!important;margin:20px auto;}
  .box6 .media {overflow:hidden;}

  .content-pages-show-blog-post .intro blockquote {padding-left: 40px;border-left: 5px solid #00a4ae;font-size: 1.4em;}
  .content-pages-show-blog-post .intro p {font-size:1.4em;}
  #mixedSlider2 .MS-content .item,
  #mixedSlider .MS-content .item {width:33%!important;}
  .kampage #mixedSlider2 .MS-content{margin: 0 10%;}
  .kampage #mixedSlider2 {width:400px!important; margin:0 auto;}
  .kampage #mixedSlider2 .MS-content .item{width: 100%!important;}
  .content-container.briefing {
    width: 600px;
  }
  footer .navbar-nav {
    float: left;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 120px;
    display: block;
}
  .volunteer .box6-center {width:50%; margin:0 auto;background:#dddddd;padding:20px;}
  .close {
    color: #000000;
   	position:absolute;
 	 	right:10px;
    font-size: 55px;
    line-height: 0px;
    font-weight: bold;
}
  .wrapbox .box6 {width:50%;}
  #member_page_new_donation_form input.submit-button {
  	height: 60px!important;
    width: 30%;
    margin: 0 auto;
    display: block;
  }
 #renew_membership_page_new_donation_form input.submit-button {
  	height: 60px!important;
    width: 30%;
    margin: 0 auto;
    display: block;
  }
  .page-type-donation .col-md-3 .form-group input,
  .page-type-donation .col-md-5 .form-group input,
  .page-type-donation .col-md-4 .form-group input {
    width: 145px;
}
  .tab-content {
    overflow: hidden;
}
  /*.row {overflow:hidden;}*/
  .col-md-3 {
    width: 25%;
    float: left;
}
  .col-md-4 {
    width: 33.33333%;
     float: left;
}
  .col-md-5 {
    width: 41.66667%;
     float: left;
}
 .form .box6 {
    width: 50%;
    float: left;
}
  .bgray {margin-right: 10px;padding: 0 10px;}
	.detail-content a.button {padding: 15px 30px;}
	.share-section {
		padding-top: 20px;
		position: absolute;
		bottom: -50px;
		width: 100%;
		right: 165px;
	}
	.subscribe .box4.form .box12 {width: 100%;}
	.page-type-donation .form-group input {width:235px;}
	.subscribe .box6 input {width:98%;}
	.subscribe .box4.form .box6 {width:45%;}
	.subscribe .box4 {width:310px;}
	.box5, .box8 {width: 330px;}
	.text-center a.button {display:inline-block;}
	.pdt30{padding-top:30px;}
	.pdt40{padding-top:40px;}
	.pdt50{padding-top:50px;}
	.pdt80{padding-top:80px;}
  .pdb60 {padding-bottom: 60px;}
	.pdb80 {padding-bottom: 80px;}
  .pdl30 {padding-right:30px;}
	.content-news{margin-left: 30px;}
	.box8 {width:370px;}
	.pdl30 {padding-left:30px!important;}
	.pdl50 {padding-left:50px!important;}
	.pdl70 {padding-left:70px!important;}
	.intro .box4 {width:270px;}
  .intro.homepage .box4 {padding:0;}
	.box4 {margin:10px; width:320px;}
	.content-container {
    width: 720px;
    margin: 0 auto;
}
	.textintro p {padding:30px 50px 10px 50px; line-height:28px;}
  .infofooter, .social, .menu {
  background-color: #fa005d;
  text-align: center;
  margin: 0;
}

footer .navbar-nav {
    float: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: auto;
    display: block;
    
}

footer h3 {
  color: #ffed00;
}
footer p, footer a {
  color: white;
  margin: 0;
}

footer .top {
  background-color:#ADD8E6;
}

.fa-facebook-square {
  color: white;
}
.fa-twitter-square {
  color: white;  
}

.fa-youtube-square {
  color: white;  
}

.fa-instagram {
  color: white;  
}

footer a {
  font-weight: bold;
}

.box10.text-left,.textleft {
    text-align: left;
}


.footermenu .navbar-nav li {
    margin-bottom: 0;
}

footer .content-container p {
    margin-bottom: 28px;
}

footer p.interline {
  line-height: 1.8;
}

footer img {
    vertical-align: bottom;
    margin-top: 65px
}

footer .widebox {

    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fa005d;
}

footer .box4:nth-child(2) {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

footer .box4 {
    width: 33%!important;
    padding: 0 40px 0 40px!important;
  	margin:0;
}
  
.main-headerde.desktop .container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: left;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}
.main-headerde.desktop .container p {
  font-size: 20px; 
}
.main-headerde.desktop .container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #1abc9c;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.main-headerde.desktop .container a:after {
  content: '';
  position: absolute;
  background: #1abc9c;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: .35s ease;
}
.main-headerde.desktop .container a:hover:after, .main-headerde.desktop .container a:focus:after, .main-headerde.desktop .container a:active:after {
  width: 100%;
}

.main-header .logo {padding-left:50px;}
	
.main-header.desktop .container:{top:0;}

.main-headerde.desktop h1 {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.button_container {
  position: fixed;
  top: 45px;
  right: 50px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #00a4ea;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-left:80px;
}

	.overlay nav a{font-size:50px;}
	.overlay nav p a{font-size:18px;}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
a.btn-menu {text-decoration: none;}
a.btn-menu.menu-btn-volunteer,
a.btn-menu.menu-btn-join,
a.btn-menu.menu-btn-donate {text-align:center;}
.overlay ul.left{float:left;width:68%;}
.overlay-menu .right{float:right;width:32%;}
.overlay nav .right a.btn-menu.menu-btn-donate {background:#ffffff; color:#00a4ea;}
.overlay nav .right a.btn-menu.menu-btn-join {background:#fa005d;}
.overlay nav .right a.btn-menu.menu-btn-member span{width:50px;height:50px;}
.overlay nav .right a.btn-menu.menu-btn-member{background: url(member-login.png) no-repeat 18px center; padding-left:75px; width:300px;background-size: 40px;}
.overlay nav .right a.btn-menu.menu-btn-democracy{
	background: url(digital-democracy.png) no-repeat 18px center; 
	padding-left:75px; 
	width:300px;
	background-size: 40px;
	height:98px;
	text-align:left;
  margin-bottom:0!important;
}
.overlay nav .right a {
	display: block;
    width: 300px;
	height: 58px;
    font-size: 26px;
	padding: 10px;
    margin-bottom: 15px;
	font-weight:600;
	color:#ffffff;
	border:1px solid #ffffff;
}

.overlay .icon-social-menu a:hover{text-decoration:none!important;}
.overlay nav .right a:hover {font-size: 28px; text-decoration:none;}
	
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4.5);
  min-height: 50px;
  position: relative;
  opacity: 0;
  float:none;
}
.overlay ul li a {
  font-weight:600;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  display:inline;
}
	
.overlay ul li p a {display:inline;font-weight:600;margin:0 5px;}
	
.overlay ul li p{margin: 0; font-size: 18px; color: #ffffff;margin-top:0;}
	
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

	.icon-social-menu a {margin:0 8px;}
  
}


@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  a.btnop {
    margin: 0 5px;
    width: 30%;
}
  .intro.ge2k19 .wrapbox a {margin:10px;}
  .overlay nav {margin-left:40px!important;}
  .overlay nav .right a.btn-menu.menu-btn-democracy{width:270px!important;}
  .overlay nav .right a.btn-menu.menu-btn-member{width:270px!important;height: 92px;}
  .overlay nav .right a{width:270px!important;margin-bottom:25px;}
  .overlay nav p a {font-size: 17px;}
  .content-container.desktop {display:none;}
  .overlay-menu .right {
    float: left!important;
    width: 30%;
}
  .subscribe {top:80px;}
  .overlay ul.left {width:65%;}
  .socialbar{display:none;}
  .wrapnav {width:480px;}
  .main-header nav h1{padding:0 10px;}
  .main-menu.mobile{display:none;}
  .main-header .logo {padding-left:40px;}
    .block {display:block;margin-top:10px;}
  .detailvision.cardvision .intro .box4.center {width: 215px;}
  .detailvision .box4 h3 { font-size: 1.2em;}
  .detailvision.cardvision .intro .box4 { width: 340px;}
  .detailvision.cardvision .card-wrapper {min-height: 495px;}
  footer .navbar-nav {width:100px;}
  .social i {font-size: 41px;}
  footer .box4 {width: 259px;}
  #insta {font-size:46px!important;}
  .box4.social {width: 140px;}
  .box8.pdl70.pdt80 img {width:165px;}
  .page-type-donation .col-md-4 .form-group input {width:100px;}
  .page-type-donation .form-group {padding:5px;}
  .page-type-donation .form-group input {width:100%;}
	.share-section {right:107px;}
	.detail-content p {font-size: 14px;}
	.detail-content a.button{padding:15px;}
	.share-btn {margin-right:20px}
	.detail-content {margin-top: 15px; position: relative;}
	.feedtwitter iframe {height:400px!important;}
	.intro .box8.pdl70 {padding:30px 0 20px 20px!important;}
	.box-news .image,
  	.image img {width:250px;}
  	.content-news{width: 440px}
  .card-wrapper .back {height:320px;}
  .box-team .box4.square {width:340px;height:340px;}
  .box-team .box4.square .card-body {padding: 1rem;}
}
@media (max-width: 320px) {
	.form-group input {width: 255px;}
  .content-container.desktop {display:none;}
}
@media (max-width: 480px) {
  .content-container.space70.volunteer.ge2019 .row.wrapbox .box6 {padding-left:0!important;}
  .content-container.desktop {display:none;}
  .checkbox label span {top:0;}
  .padbottom .checkbox {text-align:left;}
  #popupbox {left: 20%;transform: translateX(-12%);}
  .page-type-event .carousel-caption{bottom: 20px;}
  .page-type-event .carousel-caption h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;}
  .page-type-event .form-wrap.box6{text-align:left;}
.page-type-event .form-group input {width:100%;height:40px;}
  .core-menu li a {padding: 0.8em;}
  li.submenumob {margin-bottom:5px;}
  .intro.ge2k19 .wrapbox a {margin:10px auto;}
    .block {display:block;}
  .modal-content {width:90%;}
  .mr10px {margin-bottom:20px;}
  .ourvision.mt40 .wrapbox a {margin: 0 auto;}
  .detailvision.cardvision .intro .box4 {
    /** height:500px; **/
    padding-bottom:25px;}
  .detailvision.cardvision .intro .box4  .card-wrapper {min-height:500px;}
  .box6.float-left {margin-top:50px;}
  .btn.btn-default.tiny-btn a{background:#00a4ae; color:#ffffff; margin:10px auto; width:200px; padding:10px;display:block; border-radius:5px;}
  .media-body {margin:20px 0;text-align:center;}
  .media-heading .name {font-weight:bold;}
  .padbottom {text-align:center;}
  .text-center.mt70 {margin-top:30px;}
  .text-center.mt70 a {margin-top:10px;}
  .btn.btn-default.supporter-nav-btn {margin: 20px auto 20px auto;}
  .media-left {text-align: center;}
  img.profile_image {
    margin: -75px auto 0 auto;
    width: 150px;
    height: 150px;
    border-radius:10px;
}
  .logo-mobile {width:120px;}
  .m5-15 {margin:20px 0; display:block;}
  .ourvision mt40
  .modal-content {width:90%;}
  h2 {font-size:2em;}
  .news .col-md-3 .news-item {text-align:center;}
  .column.content-pages-show-basic-wide .mt200 {margin-top:0;padding-top:50px;}
  .intro.homepage .box8 .text-center img{width:100%;}
  .imageContainer h1 {line-height:60px;}
  .bgray {padding:0 10px;}
  .box6 { width: 100%;}
  .radio-inline>span {margin:6px;}
  .col-12.center.bank {margin-bottom:30px;}
  .page-type-donation .form-control {width:100%;}
  #donate_page_new_donation_form .form-group {padding:0;}
  .content-pages-show-volunteer-signup-wide .volunteer .form-control {padding:10px;}
  a.button {
  	float: left;
    text-align:center;
    width: 150px;
    margin: 0 10px;
  }
  .box-news .detail-content a.button {width:145px;}
  .detailvision .box4 {padding-bottom:0;}
  .hp.subscribe .box4.form .box6 {margin-top:0!important;}
  .box4 .byline {margin-top:15px;}
  .newshome a.button {width:auto;}
  .content-news {margin-bottom:20px;}
  .detail-content p {display:block;}
  .detail-content {position:relative;}
  .box-news .image {margin:0 auto 20px auto;}
  .intro.homepage .button.magenta {margin-bottom:20px;}
  .ourvision .box4 {width:330px;}
  .intro .box8 {padding:0 0 20px 0;}
  .content-container {padding:0 15px;}
  .box5.twitterbox {padding: 0 20px 20px 20px;}
  .box4.square .card-wrapper {height:auto;}
  .box4.square .card-wrapper .card-body {padding:10px;}
  .box4.square .card-wrapper .card-body p{line-height: 20px!important;}
  .box-team .box4 {width:100%;}
  .box-team .box4.square {height:auto;padding-bottom:0;}
  .card-wrapper .back {height:100%;}
  .container-menu {z-index:100;}
  #mixedSlider2 .MS-content .item,
  #mixedSlider .MS-content .item { width: 100%!important;}
  .hoverblack {padding-left:20px;padding-right:20px;}
  .box4 .footermenu  ul li {
    margin-right: 28px;
    float: left;
}
  .feedtwitter.team.mt80 {margin-top:0;}
  .subscribe .box4.form .box6.mr10 {margin-right:0!important;}
	.subscribe .box8.pdt50 {padding:20px 15px!important;}
	.subscribe .box4.form .box6:first-child {margin-top:0;}
	.subscribe .box4.form .box6 {margin-top:20px;}
   footer .content-container p {float:left;}
  footer .box4 {padding-bottom:0;}
}
@media (max-width: 767px) {
  #progress-barr {top:0!important;}
  #mixedSlider2 .MS-controls{display:block!important;}
  #mixedSlider2 .MS-controls button{font-size:34px!important;font-weight:bold!important;}
 
.submenumob.highlight .dropdown {display:block!important;}
  
.logo-mobile {
    width: 120px;
}
.hamburgermenu {
	right: 0;
    width: 130px;
    position: absolute;
    z-index: 11111;
    top: 0;
    height: 45px;
    border-radius: 100%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);		
}
  
.logo-mobile {
	float: left;
    margin-top: -10px;
	position: absolute;
    left: 10px;
    top: 59px;
}
	 .main-menu {
     background:#212121;
    height:90px;
	width:100%;
  }
  .container-menu {
    z-index:999999;
    width:100%;
	overflow: hidden;
	position: relative;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
    float:right;
    width:100%;
    background:#000000;
    margin:auto;
    display:none;
	padding-top: 80px;
    margin-top: -65px;
  }
  
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:block;
    margin:auto;
	color:#ffffff;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:55px;
  margin-right:25px;
  background:#fff;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  	top: 80px;
  }
  .burger-2 {
    top: 88px;
  }
  .burger-3 {
  	top: 96px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:90px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:90px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    background:#0e0e0e;
    text-align:center;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
}
	.desktop{display:none;} 
	
}

@media all and (min-width:1025px){
  .marginhp {padding-left:5.2em;}
  .videoContainer h2.newparty {color:#ffed00; font-size:4em; padding-left:1.5em;}
  .hpsection {min-height: 700px;}
  	.videoContainer {top: 320px;}
  .jobsection.text-center img {width:400px;margin:0 10px;}
  .ge2k19 .wrapbox a {margin: 0 20px 25px 20px;}
  .summery-content.head{color:#ed1e65;font-size:22px;font-weight:bold;padding-bottom:20px;border:0;}
  .summery-content{overflow:hidden;padding: 10px 0 20px 0; border-bottom:1px solid #333;}
  .summery-content:last-child {margin-bottom:50px;}
  .summery-content .col3{width:25%;float:left;font-weight:bold;}
  .summery-content .col9{width:75%;float:right;}
  .cta-profile .preview-container{
    background:#fbfbfb;
  	display: inline-flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin: 2em 0;
    width:100%;
  }
  .navbar-nav.mr-auto.pdl-footer {padding-left:15px;}
  .navbar-nav.mr-auto{float:left;text-align:left;width:150px; font-size:14px;}
    .socialbar {position: fixed;top: 60%;left: 20px;list-style: none;z-index:1;}
  .socialbar li img:hover {width:65px!important;}
  header.main-header.desktop.stickyheader {min-height: 100px;background:#000000;}
  .main-header.stickyheader .logo{padding-top:10px;}
  .stickyheader .wrapnav {top:13px;}
  .main-header.stickyheader>.container{height:68px;}
  .stickyheader .button_container {top:35px;}
  .box4.square .card-wrapper {min-height:350px;}
  .carousel-inner {max-height:750px;}
   .bgray {margin-right: 10px;padding: 0 35px;}
	.form-group input {padding:10px 10px 10px 10px;}
	.subscribe .box4 {width:360px;}
	.pdt80{padding-top:80px!important;}
	.newshome h2{font-size:3em;}
	.newshome {margin-top:40px;}
	.newshome .wrapbox {padding:0 25px;}
	.newshome .box4 {width:276px; height: 370px;}
	.box8 {width:600px;}
	.content-news {width: 670px;}
	.textintro p {padding:50px 80px 30px 80px;}
	.main-header nav h1 {padding: 0 16px;}
	.main-header.sticky {transition: all .4s linear 0s;}
	.main-header.sticky .logo img {width:140px;margin-top:15px;}
  .scrollable ul li {padding-bottom:0;margin-bottom:0;}
	.main-header.sticky .logo {padding-top:10px;padding-bottom:10px;padding-left:80px;}
	.content-container {width:1000px; margin:0 auto;}
	.box4 {width:290px; height:400px;}
	.mobile {display:none!important;}
	.videoContainer {
	 position: relative;
    width: 100%;
    height: auto;
    top: 320px;
    left: 90px;
    bottom: 0;
    right: 0;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	
	iframe {height: 100%;}
	.wrapbox {display: flex;flex-wrap: wrap;}
	.imageContainer{height:600px;line-height: 600px;}
	.imageContainer h1 {font-size:90px;line-height:100px;}
}

@media all and (min-width:1200px){
  .imageContainer.kam {
    height: 700px;
    line-height: 20px;
  }
  .btn-job {height:160px;}
  .subscribe {top:140px;}
 /* .btn.btn-default.supporter-nav-btn {float:left;margin-right:20px;}*/
	.subscribe h3 {font-size:2.5em;margin-bottom:15px;}
	.subscribe .box4 {width: 465px;}
	.subscribe .box8 p {font-size:1.5em;line-height:1.2em;}
	.text-center a.button {margin-right:20px;padding: 15px 55px;}
	.intro .box4{width:360px;}
	.newshome .box4 {width:330px;}
	.textintro p {padding:50px 100px 30px 100px;}
  .page-type-blog-post .content-container {width:1090px; margin:0 auto;}
	.content-container {width:1170px; margin:0 auto;}
  .detailvision .box4{width:350px!important; color:#212121;padding:30px 15px;}
  .detailvision .box4.long{width:360px!important; padding:30px 10px;margin:20px 15px; height:540px;}
  .detailvision .box4.long .card-wrapper {min-height: 525px;}
  .detailvision .box4.long .card-wrapper .back {height:540px;}
	.box4 {width:350px;padding:40px;margin:20px;}
  .hoverblack {padding:40px;}
  .ourvision .box4 {width:350px;padding:0;margin:20px;}
	.box4.square{width:350px;height:350px;padding:0;margin:20px;}
	.card-wrapper .back {height:350px;}
	.content-news {width: 840px;}
	.feedtwitter .box5 {padding-left:30px;padding-right:60px; padding-top:0;margin-top: 0;width:565px;}
    	
}

@media all and (min-width:1500px){
  .content-pages-show-blog-post-wide .intro p {
    font-size: 1.2em;
}
}
* {
    box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.members_column {
    float: left;
    width: 50%;
    padding: 10px;
   color: white;
}
.members_row {
  padding: 10px;
}
/* Clear floats after the columns */
.members_row:after {
    content: "";
    display: table;
    clear: both;
}
/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}
.white_link{
	color: white;  
}
.input-res
{   
     width: 100%;
     max-width: 500px;
}

/* Style the list */
ol.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ol.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
.page-type-suggestion ol.breadcrumb{display:none;}
ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ol.breadcrumb li a {
  color: #03bfd7;
  text-decoration: underline;
}

/* Add a color on mouse-over */
ol.breadcrumb li a:hover {
  color: #03bfd7;
  text-decoration: underline;
}






