/*
Theme Name: ALLIANCE FOR RURAL ELECTRIFICATION
Version: 1.1
Author: helloknox
Author URI: @helloknox
Description: Theme for ARE
*/

.loginpress-show-love {
  display: none !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 auto;
}

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

.image-caption img, .image-caption-bgimage, .wp-caption, .wp-caption img {
	position: relative;
}

.image-caption .caption, .image-caption-bgimage .caption, .wp-caption-text {
	display: inline-block;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0,0,0,0.5);
  z-index: 999999;
  font-size: 12px !important;
  padding: 4px 8px;
  color: #fff !important;
}

.txt-none {color: #fff;}
.border-none {border-color: #fff;}

/* Remove borders from tables by default */
.wp-block-table table, .wp-block-table table * {
	border-color: transparent !important;
	border-width: 0px !important;
}

.page-template-template-cover figure {
	margin-bottom: 4rem;
	margin-top: 0rem !important;
}

.bg-white {background: #D60C8C !important;}
.txt-white {color: #fff;}
.border-white {border-color: #fff;}

.nav-tabs {
  border-bottom: 2px solid #dcdcdc !important;
}

.nav-link {
	margin: 0 10px 0 0;
	border-color: #ccc #ccc #fafafa !important;
	border-width: 3px !important;
	border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  padding: 8px 15px !important;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none !important;
  color: #888;
}

.nav-link:hover {
  border-color: #bbb #bbb #fafafa !important;
  cursor: pointer !important;
  text-decoration: none !important;
  color: #666 !important;
}

.nav-link.active {
  color: #373737;
  background-color: #fff !important;
  border-color: #373737 #373737 #fff !important;
  border-width: 3px !important;
}

#loginform, #lostpasswordform {
	margin: 50px 0;
}

#login h1 {
	display: none;
}

#loginform .button.wp-hide-pw {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 5px 9px;
  position: absolute;
	right: 10px;
  top: 10px;
  color: #777;
}

#loginform .submit, #lostpasswordform .submit {
  margin: 30px 0 0 0 !important;
}

#loginform .user-pass-wrap {
	margin: 10px 0 0 0;
}

#loginform .wp-pwd {
	margin: 0px;
}

#loginform .submit input[type="submit"], #lostpasswordform .submit input[type="submit"] {
    -webkit-appearance: none;
  -moz-appearance: none;
  background: #B9CE66;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}

#resetpassform .submit .button {
	    -webkit-appearance: none;
  -moz-appearance: none;
  background: #B9CE66;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}

#resetpassform {
	margin: 0 0 15px 0;
}

#login {
	padding: 5% 0;
}


#login #backtoblog {
	display: none;
}

.language-switcher {
	display: none;
}

/* Fixes for password reset */

#pass-strength-result {
	width: unset;
}

#pass1.strong, #pass1.short, #pass1.empty {
  border-color: #68de7c;
  display: block !important;
  position: relative;
}

#pass1
{
display:block!important;
}

.button.button-secondary {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #333;
  background-color: transparent;
}



html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	box-sizing: border-box;
	color: #373737;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 1.3rem;
	text-align: left;
	background-color: #fafafa;
}

@media ( min-width: 768px ) {
	body {
		font-size: 1.5rem;
	}
}

@media ( min-width: 1200px ) {
	body {
		font-size: 1.6rem;
	}
}

@media ( min-width: 1440px ) {
	body {
		font-size: 1.8rem;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6,p,blockquote,address,big,cite,code,em,font,img,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,table,caption,tr,th,td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

.entry-content h2 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
}

.entry-content h3 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
}

.entry-content h4 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
}

blockquote::before,
blockquote::after {
	content: "";
}

.signup-form-bg {
	padding: 30px;
	background-color: #B9CE66;
	border-radius: 4px;
}

.signup .lead-image {
	height: 300px;
	background-position: center;
	background-size: cover;
}

@media ( min-width: 991px ) {
	.signup .lead-image {
		height: inherit;
		background-position: center;
		background-size: cover;
	}
}

.signup .wp-caption {
	position: relative;
}

.signup .wp-caption p {
	position: absolute;
}

@media ( min-width: 991px ) {
	.signup-form-bg {
		padding: 45px;
	}
}

.signup .form-title {
	margin: 0em 0;
  font-size: 2.3em;
  line-height: 1.1em;
  font-weight: 700;
  color: #475E35;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em 0;
}

.signup .sub-title {
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em 0;
}

.signup h2.lead {
  font-size: 2.3em;
  line-height: 1.1em;
  font-weight: 700;
  color: #B9CE66;
  letter-spacing: -0.02em;
}

@media ( min-width: 991px ) {
	.signup h2.lead {
	  width: 80%;
	}
}

.signup small {
	color: #000;
	line-height: 1.3em;
	display: block;
}

.signup .bullet-list-section .col-12, .signup .bullet-list-section .col-md-6, .signup .bullet-list-section .col-lg-3 {
	padding-right: 0px;
	padding-left: 0px;
}

.signup .bullet-list-section ul, .signup .bullet-list-section-green ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.signup .bullet-list-section ul li {
  background-image: url(/wp-content/themes/ARE/assets/images/signup-tick.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 0px 2px;
  padding: 0px 0 3px 25px;
  margin: 15px 0 0 0;
  font-size: 0.90em;
  line-height: 1.25em;
}

.signup .bullet-list-section-green ul li {
  background-image: url(/wp-content/themes/ARE/assets/images/signup-tick-green.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 0px 3px;
  padding: 0px 0 13px 30px;
  margin: 15px 0 0 0;
  font-size: 1em;
  line-height: 1.25em;
  border-bottom: #ddd solid 1px;
}

.wpforms-container .wpforms-field-row.wpforms-field-medium, .wpforms-container input.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-container .wpforms-field {
  padding: 10px 0 !important;
}



/* Image based banner */
/* Image based banner */
/* Image based banner */

.home-banner {
	min-height: 200px;
	height: 70vh;
	display: flex;
	align-items: flex-end;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media ( min-width: 991px ) {
	.home-banner {
		min-height: 300px;
		height: 85vh;
	}
}

.home-banner:after {
	background: linear-gradient(0deg, rgba(0,0,0, 0), rgba(0,0,0, 0.25));
  height: 60px;
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
}


/* Video banner */
/* Video banner */
/* Video banner */
.home-banner-video {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
}

@media ( min-width: 991px ) {
	.home-banner-video {
	  position: relative;
	  height: 85vh;
	  overflow: hidden;
	}
}

.home-banner-video:after {
	background: linear-gradient(0deg, rgba(0,0,0, 0), rgba(0,0,0, 0.25));
  height: 60px;
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
}

.home-banner-video .video {
  background-image: url();
}

.home-banner-video .inner {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

.home-banner-video .video #homevid {
  background: transparent;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center center;
  background-size: cover;
  height: auto;
  width: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100000;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

/* Text effect */


.banner-message { 
	margin-bottom: 80px;
  width: 90%;
}

@media ( min-width: 991px ) {
	.banner-message { 
		margin-bottom: 160px;
	  width: 60%;
	}
}

.banner-message h1 { 
  background-color: rgba(51,77,95,.85);
  color: #fff; 
  display: inline;
  padding: 0px 20px;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.4; 
  margin-bottom: 100px;
  font-size: 2.6em;
  
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


/* Image based banner */
/* Image based banner */
/* Image based banner */

.cover-banner {
	height: 90vw;
	display: flex;
	align-items: flex-end;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media ( min-width: 768px ) {
	.cover-banner {
		min-height: 300px;
		height: 65vh;
	}
}

.cover-banner-message { 
	margin-bottom: 70px;
  width: 95%;
}

@media ( min-width: 991px ) {
	.cover-banner-message { 
		margin-bottom: 100px;
	  width: 70%;
	}
}

.cover-banner-message div { 
  color: #fff; 
  display: inline;
  padding: 5px 20px;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.4; 
  margin-bottom: 100px;
  font-size: 1.5em;
  
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cover-banner-message-green div {
	background-color: #b9cd6c;
}
.cover-banner-message-blue div {
	background-color: #78B9E4;
}
.cover-banner-message-orange div {
	background-color: #f49f30;
}


/* Text panel */
/* Text panel */
/* Text panel */

.text-panel .entry-content {
	padding: 60px 0;
}

.text-panel .entry-content h1, .text-panel .entry-content h2 {
	color: #fff !important;
}

.text-panel .entry-content p {
	color: #fff !important;
}

.text-panel .entry-content hr {
  background-color: #fff !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.text-panel-green {
	background-color: #b9cd6c;
	width: 100%;
}

.text-panel-orange {
	background-color: #f49f30;
	width: 100%;
}

.text-panel-blue {
	background-color: #78B9E4;
	width: 100%;
}

.text-panel-darkblue {
	background-color: #344d5e;
	width: 100%;
}


/* Text image panel */
/* Text image panel */
/* Text image panel */

.text-image-panel .entry-content p {
	padding: 30px;
	color: #fff !important;
}

.text-image-panel-green {
	background-color: #b9cd6c;
	width: 100%;
}

.text-image-panel-orange {
	background-color: #f49f30;
	width: 100%;
}

.text-image-panel-blue {
	background-color: #78B9E4;
	width: 100%;
}

.text-image-panel-darkblue {
	background-color: #344d5e;
	width: 100%;
}

@media ( max-width: 767px ) {
	.text-image-panel-outer .entry-content p {
		width: 90%;
		margin-bottom: 25px !important;
	}

	.text-image-panel-outer .order-last .entry-content p {
		width: 90%;
		margin-top: 25px !important;
	}
}

@media ( min-width: 768px ) {
	.text-image-panel-outer .entry-content p {
		margin-right: 35px !important;
	}

	.text-image-panel-outer .order-last .entry-content p {
		margin-left: 35px !important;
	}
}

.text-image-panel-outer .text-image-panel .entry-content p {
	padding: 35px;
	width: 100%;
	margin: 0px !important;
}

/* Text image panel used as a heading */
/* Text image panel used as a heading */
/* Text image panel used as a heading */

.title-image-panel-outer .headline-outer {
	display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px
}

@media ( min-width: 768px ) {
	.title-image-panel-outer .headline-outer {
		display: flex;
	  align-items: center;
	  justify-content: center;
	  min-height: 240px
	}
}

@media ( min-width: 991px ) {
	.title-image-panel-outer .headline-outer {
		display: flex;
	  align-items: center;
	  justify-content: center;
	  min-height: 340px
	}
}

/* Title and image - title */
.title-image-panel-outer .headline-inner {
	text-align: center;
  font-size: 2.3em;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0 4vw;
}

/* Title and image - content */
.title-image-panel-outer .content-inner {
	text-align: center;
  font-size: 1.7em;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 4vw;
}

.title-image-panel-outer .text-image-panel-green .headline-inner, .title-image-panel-outer .text-image-panel-green .content-inner {
	color: #465F33;
}

.title-image-panel-outer .text-image-panel-blue .headline-inner, .title-image-panel-outer .text-image-panel-blue .content-inner {
	color: #334D5F;
}

.title-image-panel-outer .text-image-panel-orange .headline-inner, .title-image-panel-outer .text-image-panel-orange .content-inner {
	color: #584848;
}

.title-image-panel-outer .text-image-panel-darkblue .headline-inner, .title-image-panel-outer .text-image-panel-darkblue .content-inner {
	color: #fff;
}


.title-image-panel-outer .title-image-panel-bg {
	background-size: cover;
	background-position: center;
	height: 180px;
}

@media ( min-width: 768px ) {
	.title-image-panel-outer .title-image-panel-bg {
		background-size: cover;
		height: 100%;
	}
}

/* Pods */
/* Pods */
/* Pods */

.home-announcement-banner {
	padding: 0px 19px;
	margin: 10px 0 40px 0;
}

.pod {
	background-color: #78B9E4;
	height: 250px;
	background-size: cover;
	margin: 0 20px;
	/* Override Slick */
	display: flex !important;
	align-items: flex-end;
	position: relative;
	background-position: center;
}

@media ( min-width: 768px ) {
	.pod {
		height: 300px;
	}
}

@media ( min-width: 1025px ) {
	.pod {
		height: 350px;
	}
}

@media ( min-width: 1440px ) {
	.pod {
		height: 410px;
	}
}

.pod-text {
  margin-bottom: 40px;
}

.pod-text-cat {
	position: absolute;
	top: 5px;
}

.pod-text-cat span { 
  background-color: #334D5F;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; 
  display: inline;
  padding: 8px 13px;
  font-size: 0.8em;
  
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pod-text-title span { 
	background-color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	display: inline;
	padding: 5px 15px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 1.6em;
}

.pod-text-title span a { 
  color: #334D5F;
  text-decoration: none;
}

.pod:hover {
	background-blend-mode: luminosity;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
  background-color: transparent;
}

.slick-next {
  right: -15px;
  background-image: url(/wp-content/themes/ARE/assets/images/blue-arrow-slider.svg);
  background-repeat: no-repeat;
}

.slick-prev {
  left: -15px;
  background-image: url(/wp-content/themes/ARE/assets/images/blue-arrow-slider-left.svg);
  background-repeat: no-repeat;
}

@media ( min-width: 991px ) {
	.slick-next {
	  right: -30px;
	}

	.slick-prev {
	  left: -30px;
	}
}	

.slick-dots li button::before {
  font-size: 10px;
}

.angle-box-outer-green {
    background-size: 93%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #B9CE66; 
}

.angle-box-outer-blue {
    background-size: 93%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #78B9E4; 
}

.angle-box-outer-orange {
    background-size: 93%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F6A019; 
}

@media ( min-width: 600px ) {
	.angle-box-outer-green {
	    background-size: 80% auto;
	}

	.angle-box-outer-blue {
	    background-size: 80% auto;
	}

	.angle-box-outer-orange {
	    background-size: 80% auto;
	}
}

@media ( min-width: 991px ) {
	.angle-box-outer-green {
	    background-size: 50% auto;
	}

	.angle-box-outer-blue {
	    background-size: 50% auto;
	}

	.angle-box-outer-orange {
	    background-size: 50% auto;
	}
}

.angle-box {
    position: relative;
    min-height: 300px;
    width: 60%;
    color: #fff;
}

@media ( min-width: 991px ) {
	.angle-box {
	    min-height: 400px;
	    padding: 50px 15px;
	}
}

@media ( min-width: 1200px ) {
	.angle-box {
	    min-height: 400px;
	}
}

@media ( min-width: 1200px ) {
	.angle-box-text {
    width: 50%;
	}
}

.angle-box:after {
    content: '';
    position: absolute;
    display: block;
    right: -37px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0% 0%);
    transform: scaleX(-2); /* Flip the triangle horizontally */
}


@media ( min-width: 1200px ) {
	.angle-box-text {
    width: 70%;
	}
}

.angle-box-green {
	background: #B9CE66;
}

.angle-box-green:after {
    background-color: #B9CE66;
}

.angle-box-green .title {
	color: #465F33;
	font-weight: 700;
	font-size: 1.9em;
	line-height: 1em;
	margin: 0 0 20px 0;
}

.angle-box-blue {
	background: #78B9E4;
}

.angle-box-blue:after {
    background-color: #78B9E4;
}

.angle-box-blue .title {
	color: #334D5F;
	font-weight: 700;
	font-size: 1.9em;
	line-height: 1em;
	margin: 0 0 20px 0;
}

.angle-box-orange {
	background: #F6A019;
}

.angle-box-orange:after {
    background-color: #F6A019;
}

.angle-box-orange .title {
	color: #584848;
	font-weight: 700;
	font-size: 1.9em;
	line-height: 1em;
	margin: 0 0 20px 0;
}


/* TEAM pod */

.team-pod-image {
	padding: 20px 0 0 0;
}

.team-pod {
	border-top: #78B9E4 solid 4px;
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

.team-pod-button-outer {
	margin-top: 10px;
	display: block;
}

.team-pod-button {
	width: 25px;
	display: inline-block;
	margin-right: 5px;
}

/* Event pod*/

a .event-pod, a .event-pod-are {
	padding: 15px;
}

a .event-pod{
	border: 2px solid #F6A019;
}

a .event-pod-are {
	border: 2px solid #B9CE66;
}

a .event-pod:hover {
	background-color: #F6A019;
	color: #fff;
	transition: background-color 200ms linear;
}

a .event-pod-are:hover {
	background-color: #B9CE66;
	color: #fff;
	transition: background-color 200ms linear;
}

.event-pod-top {
	height: 180px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
	line-height: 1.1em;
}

.event-pod-top-date {
	font-size: 0.9em;
}

.event-pod-bottom {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
}

.event-border {
	border-bottom: 3px solid #dcdcdc;
}

.are-event-chip {
	position: absolute;
	background-color: #B9CE66;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 13px;
	font-size: 0.8em;
	line-height: 1em;
}

.are-event-chip.member-article, .are-event-chip.partner-article {
	background-color: #78B9E4;
}

/* Event page */

.event-image {
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
}

.event-meta {
	padding-right: 100px;
}

.event-row {
	padding: 35px 0;
	border-bottom: 2px #dcdcdc solid;
	margin: 0px;
}

    #toggle-past-events .toggle-icon {
        display: inline-block;
        transition: transform 0.3s ease; /* Smooth rotation */
        margin-left: 10px;
        font-size: 0.6em;
    }

    /* Rotate the icon when expanded */
    #toggle-past-events.active .toggle-icon {
        transform: rotate(180deg); /* Arrow points up when expanded */
    }

/* Zoom panels */

.zoom-parent {
  width: 100%; 
  height: 450px;
  overflow: hidden;
  position: relative;
}

.child {
  width: 100%;
  height: 100%;
  background-color: #78B9E4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s;
  position: relative;
}

.child::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 1; /* Initially invisible */
  transition: opacity 0.5s;
}

.child-text {
	position: absolute;
	left: 30px;
	right: 35px;
	bottom: 35px;
	font-size: 1.3em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 600;
}

.zoom-parent:hover .child-text {
  bottom: 55px;
  transition: all .25s;
}


.zoom-parent:hover .child,
.zoom-parent:focus .child {
  transform: scale(1.04);
  background-blend-mode: luminosity;
  transition: all .25s;
  
}


/* Authors */
/* Authors */

.author-panel-alt {
	margin: 80px 0 0 0;
} 

.author-panel .mini-bio-outer {
  display: block;
  padding: 15px;
  margin: 40px 0;
  background-color: #F0F0F0;
}

.author-panel .mini-bio-text, .testimonial-panel .mini-bio-text, .testimonial-panel-home .mini-bio-text {
	margin-left: 125px;
}

.author-panel img.mini-bio, .testimonial-panel img.mini-bio, .testimonial-panel-home img.mini-bio {
  margin: 0px 0 0 15px !important;
  width: 90px;
  position: absolute;
  border: 6px solid #78B9E4;
  border-radius: 100px;
  background-color: #F0F0F0;
}


/* Authors alt panel - vertical */
/* Authors alt panel - vertical */

.author-panel-alt {
	margin: 0;
} 

.author-panel-alt .mini-bio-outer {
  display: block;
  padding: 15px;
  margin: 0px 0;
  background-color: #F0F0F0;
}

.author-panel-alt .mini-bio-text {
	margin: 25px 0 0 0;
	font-size: 0.7em;
}

.author-panel-alt img.mini-bio {
  margin: 5px auto 0px auto;
  width: 90px;
  border: 6px solid #78B9E4;
  border-radius: 100px;
  background-color: #F0F0F0;
}

.author-panel-alt .bio-email {
	margin: 10px 0 0 0;
	display: block;
}

.testimonial-panel-home {
	margin: 20px 0 0 0;
	display: block;
} 

.testimonial-panel {
	margin: 20px 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
} 

.testimonial-outer {
	margin: 20px 0px;
  width: 100%;
}

@media ( min-width: 991px ) {
	.testimonial-outer {
	  margin: 20px 10px;
	  width: 47.8%;
	}
}

.testimonial-top {
  display: block;
  padding: 40px;
  margin: 0 0 40px 0;
  background-color: #78B9E4;
  color: #fff;
  position: relative;
}

.testimonial-top::after {
   content:"";
   display: block;
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 40px 40px 0;
   border-color: transparent #78B9E4 transparent transparent;
   transform: rotate(0deg);
   position: absolute;
   left: 95px;
   bottom: -39px;
}

.testimonial-bottom {
	padding-left: 0px;
}

@media ( min-width: 991px ) {
	.testimonial-bottom {
		padding-left: 25px;
	}
}


/* General styles */
/* General styles */

@media ( min-width: 991px ) {
	section .browse-themes-margin {
		margin-top: 130px;
	}
}

.section-title {
	font-family: 'Poppins', sans-serif !important;
	color: #373737;
	font-weight: 700;
	font-size: 1.6em;
	margin: 20px 0 20px 0;
	letter-spacing: -0.02em;
}

.section-title-alt {
	font-family: 'Poppins', sans-serif !important;
	color: #373737;
	font-weight: 700;
	font-size: 1.6em;
	margin: 20px 0 20px 0;
}

.section-title-alt-smaller {
	font-family: 'Poppins', sans-serif !important;
	color: #373737;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.2em;
	margin: 20px 0 20px 0;
}

.section-title-view-all {
	margin: 20px 0 20px 0;
	display: inline-block;
	border: 1px solid #373737;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 0.8em;
	text-decoration: none;
}

.view-all {
	margin: 20px 0 20px 0;
	display: inline-block;
	border: 1px solid #cdcdcd;
	color: #cdcdcd;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.section-title-view-all:hover {
	border: 1px solid #000;
	background-color: #ededed;
}

.member-block-title {
	font-weight: 600;
	font-size: 1.5em;
	letter-spacing: 0.4em;
	margin: 0;
	line-height: 0.9em;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif !important;
	display: block;
	text-align: center;
}

.darken {
	mix-blend-mode: darken;
}

.entry-content h1, h1.archive-title {
	margin: 1em 0;
	font-size: 2.3em;
	line-height: 1.1em;
	font-weight: 700;
	color: #373737;
	letter-spacing: -0.02em;
}

@media ( min-width: 768px ) {
	.entry-content h1, h1.archive-title {
		width: 85%;
	}
}

@media ( min-width: 1200px ) {
	.entry-content h1, h1.archive-title {
		width: 100%;
	}
}

.entry-content p {
	font-family: 'Poppins', sans-serif;
	color: #373737;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 1.4em;
}

.entry-content p:last-child {
	margin-bottom: 0em;
}

.entry-content ul {
	margin: 30px 0 30px 0px;
	list-style: none;
}

.entry-content>ul li {
  font-size: 1em;
  line-height: 1.4em !important;
  font-weight: 400;
  margin: 18px 0 15px 0 !important;
  border-bottom: 3px #cdcdcd solid;
  padding: 0 0 20px 0;
}

.entry-content>ul li:last-child {
  border-bottom: 0px;
}

.entry-content>ul li::before {
  content: "";
  background-color: #78B9E4;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
	top: -1px;
	margin-right: 15px;
	border-radius: 3px;
}

/*@media ( min-width: 768px ) {
	.entry-content ul, .entry-content ol {
		width: 90%;
	}
}
*/
.entry-content ol {
	margin: 30px 0 30px 0px !important;
}

.entry-content>ol li {
  font-size: 1.1em;
  line-height: 1.4em !important;
  font-weight: 400;
  margin: 15px 0 12px 0 !important;
  border-bottom: 2px #cdcdcd solid;
  padding: 0 0 20px 0;
  list-style-position: inside;
}

.entry-content ol li::marker {
    color: #78B9E4;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: underline;
	color: #000;
}

.container {
	padding-left: 25px;
	padding-right: 25px;
}

@media ( min-width: 768px ) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media ( min-width: 1440px ) {
	.container {
		width: 1250px !important;
    	max-width: 1250px !important;
	}
}

.side-panel-padding {
	font-size: 0.95em;
}

.side-panel-padding ul {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px #cdcdcd solid;
	list-style: none;
}

.side-panel-padding ul:last-child {
	border-bottom: 0px;
}

.side-panel-padding ul li {
	margin: 0;
	padding: 0;
}

@media ( min-width: 991px ) {
	.side-panel-padding {
		padding-right: 42px;
	}
}


.non-members-panel-outer {
	text-align: center;
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;

}

.non-members-panel {
	
}

/* HEADER */
/* HEADER */

.mast-outer {
	position: relative;
	z-index: 1;
}

.mast {
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

header .logo {
	max-width: 160px;
}

@media ( min-width: 1025px ) {

	header .logo {
		max-width: 200px;
		padding: 0;
	}
}

header .header-hr {
  border-top: 3px solid #373737;
}

/* MOBILE NAVIGATION */
/* MOBILE NAVIGATION */

#bun {
	display: block;
	position: absolute;
	right: 15px;
	top: 23px;
	z-index: 9999;
	background-color: transparent;
}

.hamburger {
	padding: 0px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #78B9E4;
}

@media ( min-width: 1025px ) {
	.mobile-nav, #menu-primary-menu-1 {
		display: none;
	}
	.mobile-nav, #menu-secondary-1 {
		display: none;
	}

	#bun {
    	display: none;
	}
}

@media ( max-width: 1025px ) {
	.menu-main-container .nav {
		margin: 0;
		padding: 10px 0;
	}

	.menu-secondary-container {
		margin: 20px 0 0 0;
	}

	.menu-secondary-container .nav {
		padding: 9px 0px;
		border-top: 3px #D60C8C solid;
		margin: 0px;
	}

	.menu-main-container .nav li {
		margin: 0;
		padding: 0 15px 0 0;
		display: block;
		width: 100%;
	}

	.menu-secondary-container .nav li {
		margin: 0;
		padding: 0 10px 0 0;
	}

	.sub-menu {
		margin: 1rem 0 1rem 0rem;
	}

	/*
	.menu-secondary-container {
		border-bottom: 3px solid #D60C8C;
	}
	*/

	.menu-primary-menu-container .nav a {
		color: #D60C8C;
		font-size: 1.2em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 900;
	}

	.menu-primary-menu-container .nav .sub-menu a {
		color: #E10096;
		font-size: 1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 900;
	}

	.menu-secondary-menu-container .nav a {
		color: #373737;
		font-size: 0.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
	}
}


/* Collapse mobile menu */

/********* Mobile Menu Collapse ********/
 
/**** This hides the sub menu items on mobile ****/
 
#menu-primary-menu-1 .menu-item ul.hide {
	display: none;
}
 
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 
#menu-primary-menu-1 .menu-item-has-children {
position: relative;
}
#menu-primary-menu-1 .menu-item-has-children > a {
background: transparent;
}
 
/**** This styles the icon and moves it to the right ****/
 
#menu-primary-menu-1 .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 0px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
 
/**** Here you can swap out the actual icons ****/
 
span.menu-closed:before {
content: "\002B";
display: block;
color: #1b1b28;
font-size: 26px;
font-family: ETmodules;
}
 
span.menu-closed.menu-open:before {
content: "\2212";
}

.leading-members img {
	max-width: 240px;
}

@media ( min-width: 991px ) {
	.leading-members img {
		max-width: 280px;
	}
}

/* Latest posts */
/* Used for Publications */

a .pub-card {
	background-color: #fff;
	border: solid 3px #fff;
	padding: 20px;
	border-radius: 5px;
	display: flex;
}

a .pub-card:hover {
	border: solid 3px #F0F0F0;
}

a .pub-card:hover .post-title {
	text-decoration: underline;
}

.pub-card .post-image {
	max-width: 100px;
	padding: 0 30px 0 0;
}

@media ( min-width: 991px ) {
	.pub-card .post-image {
		min-width: 150px;
	}
}

.pub-card .post-title {
	color:#373737;
	line-height: 1.2em;
	font-weight: 600;
	font-size: 1em;
}

.post-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Latest posts */
/* Used for News & Case studies */

a .news-card {
	background-color: #fff;
	border: solid 3px #fff;
	padding: 20px;
	border-radius: 5px;
}

a .news-card:hover {
	border: solid 3px #F0F0F0;
}

a .news-card:hover .post-title {
	text-decoration: underline;
}

.news-card .post-image {
	min-height: 100px;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center center;
}

@media ( min-width: 991px ) {
	.news-card .post-image {
		min-height: 200px;
	}
}

.news-card .post-title {
	color:#373737;
	line-height: 1.2em;
	font-weight: 600;
	font-size: 1em;
}

.news-card .post-date {
	color:#aaa;
	line-height: 1.2em;
	font-weight: 400;
	font-size: 0.8em;
	padding: 10px 0 0 0;
}

/* Latest posts */
/* Used for Members */

a .member-card {
	background-color: #fff;
	border: solid 3px #fff;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	min-height: 80px;
}

@media ( min-width: 991px ) {
	a .member-card {
		min-height: 210px;
	}
}

@media ( min-width: 991px ) {
	.member-card {
		min-width: 180px;
	}
}

a .member-card:hover {
	border: solid 3px #78B9E4;
}

a .member-card:hover .post-title {
	text-decoration: underline;
}

.member-card .post-image {
	width: 150px;
	min-width: 150px;
	min-height: 100px;
	padding: 0 20px 0 0;
	border-right: #E6E6E6 solid 2px;
	display: flex;
	align-items: center;
}

@media ( min-width: 991px ) {
	.member-card .post-image {
		width: 180px;
		min-width: 180px;
	}
}

.member-card .post-title {
	color:#373737;
	line-height: 1.2em;
	font-weight: 600;
	font-size: 1em;
	padding: 0 0 0 30px;
}

/* Content news page */

.content-news-image-sidebar {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
}

.content-news-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
}

@media ( min-width: 768px ) {
	.content-news-image {
		height: 450px;
	}
}

@media ( min-width: 1200px ) {
	.content-news-image {
		height: 600px;
	}
}

/* Job */

.job-list-logo {
	text-align: center;
}

.job-list-logo img {
	margin: 0 auto;
}

.job-list-meta {
	width: 110px;
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}

.job-list-meta-wide {
	width: 130px;
}

.job-list-th {
	color: #555;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
}

.job-row {
	padding: 15px 0;
	border-bottom: 2px #dcdcdc solid;
	margin: 0px;
}

/* Panel box */

.panel-box {
	background-color: #F4F4F4;
	display: flex;
	flex-direction: column;
}

.panel-box-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 240px;
}

.greyscale {
	filter: grayscale(100%);
}

.wpb_page_list {
	margin: 50px 0 0 0;
}


.panel-box-text h2 a {
	color: #373737;
}

.general-tag {
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.7em !important;
	display: inline-block;
	padding: 6px 12px;
	background-color: #dcdcdc;
	border-radius: 4px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 5px 8px 0;
	line-height: 1.3em;
	font-weight: 400;
	border: #dcdcdc 2px solid;
}

@media ( min-width: 991px ) {
	.general-tag {
		font-size: 0.8em !important;
	}
}

.general-tag a {
	color: #373737 !important;
}


.general-date {
	color: #373737 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.7em !important;
	display: inline-block;
	padding: 6px 12px;
	background-color: none;
	border-radius: 4px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 5px 10px 0;
	line-height: 1.3em;
	font-weight: 400;
	border: #dcdcdc 2px solid;
}

@media ( min-width: 991px ) {
	.general-date {
		font-size: 0.8em !important;
	}
}


.general-role {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1.2px;
	font-size: 0.7em;
	display: inline-block;
}


@media ( max-width: 1025px ) {

	.menu-main-container .nav li {
		margin: 0;
		padding: 5px 0;
		display: block;
		width: 100%;
		border-bottom: 2px solid #ccc;
	}

	.menu-secondary-container .nav li {
		margin: 0;
		padding: 0 10px 0 0;
	}

	.sub-menu {
		margin: 0rem 0 1rem 0rem;
	}

	.menu-main-container .nav a {
		color: #373737;
		font-size: 1.2em;
		text-decoration: none;
		font-weight: 700;
	}

	.menu-main-container .nav .sub-menu li {
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
	}

	.menu-main-container .nav .sub-menu li:last-child {
		border-bottom: 0px;
	}

	.menu-main-container .nav .sub-menu a {
		color: #373737;
		font-size: 1em;
		text-decoration: none;
		font-weight: 400;
	}

}

  @media (min-width: 1025px) {
	.mobile-nav, #menu-main-1 {
	  display: none;
	}
}


/* Collapse mobile menu */

/**** This hides the sub menu items on mobile ****/
 
#menu-main-1 .menu-item ul.hide {
	display: none;
}
 
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 
#menu-main-1 .menu-item-has-children {
	position: relative;
}

#menu-main-1 .menu-item-has-children > a {
	background: transparent;
}
 
#menu-main-1 .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}
 
span.menu-closed:before {
	content: "\002B";
	display: block;
	color: #1b1b28;
	font-size: 26px;
	font-family: ETmodules;
}
 
span.menu-closed.menu-open:before {
	content: "\2212";
}


/* Publication single */
/* Publication single */

.content-publication-bg {
	background-position: center center;
	background-size: cover;
	position: relative;
	text-align: center;
	min-height: 150px;
	background-color: #f4f4f4;
}

@media ( min-width: 768px ) {
	.content-publication-bg {
		min-height: 200px;
	}
}

@media ( min-width: 991px ) {
	.content-publication-bg {
		min-height: 310px;
	}
}

@media ( min-width: 991px ) {
	.content-publication-position {
		margin-top: -100px;
	}
}


@media ( min-width: 991px ) {
	.content-publication-panel-box {
	  position: absolute;
	  bottom: 0px;
	  background-color: #fafafa;
	  width: 70%;
	  left: unset;
	  right: 15px;
	  height: 130px;
	  display: block;

	}
}

@media ( min-width: 1400px ) {
	.content-publication-panel-box {
		
	}
}

.are-button {
	padding: 14px 24px;
	font-weight: 600;
	font-size: 1em;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	transition: background 0.5s;
	height: 45px;
	line-height: 1em;
	text-decoration: none;
}

.are-button-slim {
	padding: 6px 14px;
	font-size: 1em;
	margin: 10px 0 20px 0;
	height: 33px;
}

.are-button-signup {
	padding: 12px 16px;
	text-transform: unset;
	font-size: 1em;
	margin: 10px 0 20px 0;
	background-color: #373737;
	color: #fff;
	height: unset;
}

.are-button-signup:hover {
	padding: 12px 16px;
	text-transform: unset;
	font-size: 1em;
	margin: 10px 0 20px 0;
	background-color: #171717;
	color: #fff;
}

.side-panel-padding .are-button {
	margin: 5px 0;
  font-size: 0.8em;
  padding: 15px 16px;
  display: block;
  text-align: center;
}

.are-button img {
	display: inline;
}

.are-button-primary {
	background-color: #B9CE66;
	text-decoration: none !important;
}

.are-button-primary:hover {
	background-color: #A5BA52;
	color: #fff !important;
	text-decoration: none !important;
}

.are-button-secondary {
	background-color: #373737;
}

.are-button-secondary:hover {
	background-color: #2D2D2D;
	color: #fff;
}

.are-button-ghost-white {
	border: #fff solid 2px;
	color: #fff;
}

.are-button-ghost-white:hover {
	border: #ddd solid 2px;
	color: #ddd;
}




/* Highlight */
/* Highlight */

.highlight {
	text-align: center;
	font-size: 1.6em;
	color: #fff;
	padding: 5% 10%;
}

.highlight-green {
	background-color: #B9CE66; 
}

.highlight-blue {
	background-color: #78B9E4; 
}

.highlight-orange {
	background-color: #F6A019
}

.highlight-quote-start {
	font-size: 3em;
	line-height: 0.5em;
	font-weight: 700;
	text-align: left;
}

.highlight-quote-end {
	font-size: 3em;
	line-height: 0.8em;
	font-weight: 700;
	text-align: right;
}

/* Pagination */
/* Pagination */

.pagination {
	padding: 50px 0 0 0;
}

.wp-pagenavi {
	font-size: 1.3em;
	font-weight: 600;
}

.wp-pagenavi .pages {
	padding: 0 35px 0 0;
}

.wp-pagenavi .current {
	padding: 0 7px 0 7px;
}

.wp-pagenavi .larger, .wp-pagenavi .smaller {
	padding: 0 7px 0 7px;
}

.wp-pagenavi .previouspostslink {
	padding: 0 15px 0 0;
}

.wp-pagenavi .nextpostslink {
	padding: 0 0 0 15px;
}




/* People pages */
/* People pages */

.people-profile {
	height: 200px;
	width: 200px;
	background-size: cover;
}

/* NAVIGATION FOR SUBPAGES */
/* NAVIGATION FOR SUBPAGES */

.sidebar-navigation {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

.sidebar-navigation li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0px;
	list-style: square;
	border-bottom: solid 3px #C8C2B5;
	width: 100%;
	padding: 10px 0 10px 0;
}

/* In side bar */

.meta-info ul.sidebar-navigation {
	margin: 0px 0;
}

.meta-info .sidebar-navigation li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0px;
	list-style: square;
	border-bottom: solid 3px #C8C2B5;
	width: 100%;
	padding: 10px 0 10px 0;
}

@media ( min-width: 768px ) {
	.sidebar-navigation li {
		width: 47.4%;
	}
}

@media ( min-width: 991px ) {
	.sidebar-navigation li {
		width: 35.6%;
	}
}

.sidebar-navigation li a {
	font-weight: 600;
	font-size: 1em;
	color: #D60C8C;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar-navigation-sidebar li a {
	font-size: 1.2em;
}




@media screen and (max-width: 991px) {
	.text_container > div {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.text_container > div {
		display: block !important;
	}
	.text_container h3 {
		display: none;
	}
}

/*
@media screen and (max-width: 992px) and (min-width: 576px) {
	.searchandfilter ul > li > ul:not(.children) {
	    margin-left: 0;
	    column-count: 2;
	}
}
*/

/* Remove link on cards */
.search-filter-results a {
	text-decoration: none;
}

/* Add link on content tables */
.entry-content .search-filter-results a {
  text-decoration: underline;
}

/* Filter page styles */

/* Publications styles */
.publications-list .banner {
	background-color: #B9CE66;
}
.publications-list .banner h1 {
	color: #465F33;
}
.publications-list .banner p {
	color: #465F33;
}


/* Publications styles */
.case-studies-list .banner {
	background-color: #F6A019;
}
.case-studies-list .banner h1 {
	color: #5B2F2F;
}
.case-studies-list .banner p {
	color: #5B2F2F;
}


/* Members styles */
.members-list .banner {
	background-color: #78B9E4;
}
.members-list .banner h1 {
	color: #334D5F;
}
.members-list .banner p {
	color: #334D5F;
}


.list .entry-content h1 {
	margin: 0.3em 0 0.3em 0;
}

.list .entry-content p {
	margin: 0 0 0.9em 0 !important;
}


.filter-bar {
	
}

.filter-bar-heading {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 15px 0;
	display: block;
}

.searchandfilter select.sf-input-select {
  min-width: 155px;
  padding: 13px 13px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1em;
  font-weight: 600;
  width: 210px;
}

.searchandfilter .sf-field-taxonomy-region select.sf-input-select, .searchandfilter .sf-field-taxonomy-country select.sf-input-select, .searchandfilter .sf-field-sort_order select.sf-input-select {
  width: 155px;
}

.publications-list .searchandfilter select.sf-input-select {
	border: 3px #B9CE66 solid;
}

.case-studies-list .searchandfilter select.sf-input-select {
	border: 3px #F6A019 solid;
}

.members-list .searchandfilter select.sf-input-select {
	border: 3px #78B9E4 solid;
}

.searchandfilter ul {
  display: block;
  margin: 0px !important;
}

.searchandfilter ul li {
  list-style: none;
  display: inline-block !important;
  padding: 10px 10px 0 0px;
  margin: 0;
  font-weight: 600;
	font-size: 1.2em;
}


#site-content {
	overflow: hidden;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #dcdcdc;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* -------------------------------------------------------------------------- */

main {
	display: block;
	margin: 0 0 70px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 600;
	line-height: 1.25;
}


em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 600;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background-color: #aaa !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}



a {
	color: #0066cc;
}

a:hover {
	text-decoration: none;
}

.search-result p {
	margin: 10px 0 0 0;
	color: #777;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 1.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 600;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #78B9E4;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 4px;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}

/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: #D60C8C;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 600;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.4rem !important;
	font-weight: 300;
	margin: 0 0 0.5rem 0;
}

.error404 label {
	display: inline-block;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 300;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
	left: 0;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Poppins", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #373737;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

.secondary-menu-wrapper {
	display: none;
}

.desktop-membership {
	display: none;
}

.mobile-search {
	margin: 15px 0;
}

.mobile-search form {
	align-self: center;
	position: relative;
}

.mobile-search form input[type="text"] {
	width: 100%;
}

.mobile-membership {
	padding-bottom: 25px;
}

@media (min-width: 1025px) {
	.mobile-search {
		display:  none;
	}

	.mobile-membership {
		display:  none;
	}

}

.mast input[type="text"] {
    width: 220px;
    padding-right: 50px;
    background-color: transparent;
    display: inline-block;
    font-size: 1em;
    padding: 11px 23px;
    border: 0px;
    border-radius: 4px;
    background-color: #F2F2F1;
    height: 45px;
}

.mast input[type="image"] {
    margin-left: -35px;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor: pointer;
}

ul.primary-menu {
	display: flex;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	flex-wrap: wrap;
	margin: 0rem 0;
	padding: 0;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
	list-style: none;
	padding: 15px 0 14px 0;
}

@media ( min-width: 1200px ) {
	.primary-menu li {
		padding: 20px 0 17px 0;
	}
}

.primary-menu > li {
	margin: 0 0 0 2rem;
}

@media ( min-width: 1200px ) {
	.primary-menu > li {
		margin: 0 0 0 4rem;
	}
}

.primary-menu > li:first-child {
	margin: 0 0 0 0rem;
}

.primary-menu a {
	font-size: 1em;
	display: block;
	line-height: 1;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: -0.01em;
}

@media ( min-width: 1200px ) {
	.primary-menu a {
		font-size: 1em;
	}
}

@media ( min-width: 1440px ) {
	.primary-menu a {
		font-size: 1.1em;
	}
}

.primary-menu ul a {
	font-size: 1em;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 500;
}

.primary-menu > li > a {
	color: #373737;
	border-bottom: 2px solid #fff;
	transition: border-bottom 0.3s;
}

.primary-menu > li > a:hover {
	color: #373737;
	border-bottom: 2px solid #373737;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: none;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
	background: rgba(51,77,95,.95);
	border-radius: 0.1rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 9999rem;
	margin: 0px 0;
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 28rem;
	z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	left: 0px;
	top: 49px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: inline;
	transition: background-color 0.15s linear;
	width: 100%;
}

.primary-menu .menu-item ul li a {
	border-bottom: 2px solid rgba(51,77,95,.25);
	transition: border-bottom 0.3s;
}

.primary-menu .menu-item ul li a:hover {
	border-bottom: 2px solid #fff;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #373737;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}

.primary-menu li ul li {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 10px 18px;
}

.primary-menu li ul li:last-child {
	border-bottom: 0px;
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}

	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.social .list-inline li {
  display: inline-block;
  margin-top: 22px;
  margin-left: 10px !important;
}


@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}

/* -------------------------------------------------------------------------- */
/*	11. Entry Content
/* -------------------------------------------------------------------------- */

.entry-content {
	line-height: 1.5;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

/* Font Families ----------------------------- */

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
	letter-spacing: normal;
}

.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}




.entry-content blockquote.wp-block-quote {
	max-width: 92rem !important;
	font-size: 1.2em;
	font-weight: 600;
	border-width: 0 0 0 3px;
	padding: 0 0 0 30px;
	color: #D60C8C;
	font-family: 'Poppins', sans-serif;
	border-color: #D60C8C;
}

.entry-content blockquote.wp-block-quote p {
	line-height: 1.2em;
}


.entry-content figure.wp-block-image {
	max-width: 92rem;
	margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}


/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


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

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}


/*	16. Site Footer
/* -------------------------------------------------------------------------- */


#site-footer .footer-hr {
  border-top: 4px solid #858481;
}

#site-footer h3 {
	font-weight: 600;
	font-size: 0.9em;
	padding: 0 0 25px 0;
	color: #fff;
}

#site-footer p {
	font-size: 0.9em;
}

#site-footer .panel {
	background-color: #373737;
	color: #fff;
}

.social-navigation .txt {
	font-size: 0.9em;
}

/* Footer Nav */

.footer-nav {
	background-color: #dcdcdc;
}

@media ( min-width: 768px ) {
	.footer-nav {
		margin: 0px;
	}
}

.footer-nav ul {
	margin: 0px;
	padding: 0px;
}

.footer-nav li {
	list-style: none;
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 0px;
}

@media ( min-width: 1400px ) {
	.footer-nav li {
		list-style: none;
		display: inline-block;
		padding: 0 30px 0 0;
		margin: 0px;
	}
}

.footer-nav a {
	color: #373737;
	font-size: 1em;
	text-decoration: none;
}

.social-navigation a {
	color: #fff;
	margin-bottom: 15px;
}

.social-navigation a span.txt:hover {
	text-decoration: underline;
}

.social-navigation a:last-child {
	margin-bottom: 0px;
}

.social-navigation .icon {
	width: 25px;
	margin-right: 15px;
}

.social-navigation .icon img {
	margin: auto;
}


/* Footer Copy */

.madeby, .copyright {
	color: #c3c3c3;
	font-size: 0.8em;
}

.madeby {
	text-align: right;
}

.madeby a {
	color: #c3c3c3;
}

section {
	padding: 2rem 0;
}

section.subscribe {
  padding: 1rem 0;
}

@media ( min-width: 600px ) {

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	pre {
		padding: 3rem;
	}

	hr {
		margin: 8rem auto;
	}

	table {
		font-size: 1.8rem;
	}


	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}



	h2.entry-title {
		font-size: 6.4rem;
	}

	/* Post: Single -------------------------- */

	/* POST HEADER */

	.singular .entry-header {
		padding: 1rem 0;
	}

	.entry-categories {
		margin-bottom: 3rem;
	}

	.entry-categories a {
		font-size: 1.5rem;
		margin: 1rem 0 0 2rem;
	}

	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.singular .intro-text {
		font-size: 2.6rem;
	}

	.post-meta-wrapper {
		margin-top: 3rem;
	}

	.post-meta {
		font-size: 1.6rem;
		margin: -1.4rem 0 0 -3rem;
	}

	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}

	.featured-media {
		margin-top: 6rem;
	}

	.post-inner {
		padding-top: 2rem;
	}

	/* POST FOOTER */

	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SHARED MEDIA STYLES */

	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}

	.wp-block-columns:not(.alignwide):not(.alignfull) {
	margin-bottom: 0rem;
	margin-top: 0rem;
}


	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 6rem auto;
	}

	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem);
	}

	/* Entry Content ------------------------- */

	.entry-content li {
		line-height: 1.476;
	}s

	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	.alignleft {

		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0;
	}

	.alignright {

		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	.entry-content > .alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	/* Display the full text for Newer and Older Posts. */

	.nav-short {
		display: inline;
	}

	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 600;
		margin: -2.5rem 0 0 -4rem;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}

	/* FOOTER BOTTOM */

	.footer-copyright {
		font-weight: 300;
	}
}



.dual:nth-child(2n) {
    margin-left: 32px;
}

@media ( min-width: 1025px ) {

	/* Site Header --------------------------- */

	#site-header {
		z-index: 1;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	.secondary-menu-wrapper {
		justify-content: flex-end;
		display: flex;
		height: 70px;
	}

	.secondary-menu-wrapper form {
		align-self: center;
		position: relative;
	}

	.desktop-membership {
		display: block;
	}
}

.member-login {
   padding-right: 35px !important;
   display: inline-block;
   letter-spacing: -0.01em;
   position: relative;
   margin-bottom: 10px;
}

.member-login a {
   color: #78B9E4 !important;
}

.member-logged-in {
   display: inline-block;
   letter-spacing: -0.01em;
}

@media ( max-width: 767px ) {
	.member-logged-in {
	   display: inline-block;
	   letter-spacing: -0.01em;
	   padding: 0 0 10px 0;
	}
}

.member-login:after {
	 background-image: url(/wp-content/themes/ARE/assets/images/blue-arrow.svg);
	 background-repeat: no-repeat;
   content: '';
   width: 20px;
   height: 20px;
   top: 15px;
   right: 0px;
   position: absolute;
   background-size: 100%;
}

.mobile-search .member-login:after {
	top: 2px;
}

.logout {
	font-size: 0.8em !important;
	display: inline !important;
}

@media ( min-width: 1200px ) {
	.member-login:after {
	   top: 19px;
	}
}
