/*
Theme Name:	Yorkshire Sound Women Network
CSS: Main Child Theme Styles
Author: Mat Martin Studio
Author URI: https://www.matmartin.studio
*/

* {
 	margin: 0px;
 	padding: 0px;
}

html {
	position: relative;
	height: 100%;
	font-size: 100%;
	-webkit-animation: bugfix infinite 1s; 
	-webkit-text-size-adjust: none;
}

body {
	background: #FDFFFC;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
	color: #4C4B63;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pagewrap {
	position: relative;
	flex: 1 0 auto;
}

/*Overrides*/

@-webkit-keyframes bugfix { 
	from { padding: 0; } to { padding: 0; } 
}

div, 
p, 
a, 
li, 
td { 
	-webkit-text-size-adjust:none; 
}

/*Footer*/

footer {
	flex-shrink: 0;
	width: 100%;
	background-color: #333;
	position: relative;
}

/*Text*/

p {
	font-size: 1em;
	padding-bottom: 12px;
}

p em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 16px;
	font-weight: 400;
	font-family: 'Tenez', sans-serif;
	color: #E05959;
}

h1 {
	font-size: 3.052em;
}

h2,
.ca h1 {
	font-size: 2.441em;
}

h3,
.ca h2 {
    font-size: 1.953em;
}

h4,
.ca h3 {
	font-size: 1.563em;
}

h5,
.ca h4 {
	font-size: 1.25em;
}

h6,
.ca h5,
.ca h6 {
	font-size: 1em;
}

.ca h1,
.ca h2,
.ca h3,
.ca h4,
.ca h5,
.ca h6 {
	padding-bottom: 18px;
	line-height: 1.2;
}

.ca ul,
.ca ol {
	margin: 0 0 16px 24px;
}

.caption,
.wp-caption-text {
	color: #ACACAC;
	margin: 0 0 16px 0;
	font-size: 0.88em;
	padding: 0;
}

small, 
.font_small,
.small {
	font-size: 0.88em;
}

.exsmall {
	font-size: 0.82em;
}

li {
	font-size: inherit;
}

i {
	font-style: italic;
}

strong {
	font-weight: 400;
}

b {
	font-weight: 400;
}

blockquote {
	font-style: italic;
	padding: 24px 5% !important;
	border-left: 2px solid #DBBB55;
	margin: 24px 0;
	font-size: 1em;
	color: #666;
}

blockquote p:last-of-type {
	padding-bottom: 0;
}

ul.nostyle {
	list-style-type: none;
	margin: 0 0 24px 0 !important;
}

.caption-text {
	font-size: 0.88em;
	line-height: 3.052em;
}

span.breakback {
	margin-left: -3px;
}

.justify {
	text-align: justify;
}

/*Links*/

a.anchor {
	display: block;
	position: relative;
	top: -156px;
	visibility: hidden;
}

a {
	color: #E05959;
	text-decoration: none;
}

a:hover { 
	color: #8E8D8A;
	cursor: pointer;
}

a.green {
	color: #95C4B7;
	text-decoration: none;
}

a.green:hover { 
	color: #FBFBFB;
	cursor: pointer;
}

a.greendk {
	color: #95C4B7;
	text-decoration: none;
}

a.greendk:hover { 
	color: #8E8D8A;
	cursor: pointer;
}

a.reverse {
	color: #8E8D8A;
	text-decoration: none;
}

a.reverse:hover { 
	color: #E05959;
	cursor: pointer;
}

a.reversegreen {
	color: #8E8D8A;
	text-decoration: none;
}

a.reversegreen:hover { 
	color: #95C4B7;
	cursor: pointer;
}

a.purple {
	color: #967E90;
	text-decoration: none;
}

a.purple:hover { 
	color: #8E8D8A;
	cursor: pointer;
}

a.light {
	color: #FBFBFB;
	text-decoration: none;
}

a.light:hover { 
	color: #E05959;
	cursor: pointer;
}

/*Global Properties*/

.transition {
	transition: all 0.4s ease-in 0s;
}

.translateX {
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.translateY {
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.translate {
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.twocol {
	-webkit-columns: 100px 2;
	-moz-columns: 100px 2;
	columns: 100px 2;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.displayblock {
	display: block;
}

.displaynone {
	display: none !important;
}

.inlineblock {
	display: inline-block;
}

.nopad {
	padding-bottom: 0 !important;
}

.smallpad {
	padding-bottom: 8px !important;
}

.tinypad {
	padding-bottom: 4px !important;
}

.smallheight {
	padding: 0;
	line-height: 1.4em;
}

.toppad4 {
	padding-top: 4px;
}

.toppad {
	padding-top: 8px;
}

.toppad16 {
	padding-top: 16px;
}

.toppad32 {
	padding-top: 32px;
}

.largebotpad {
	padding-bottom: 40px;
}

.morepad {
	padding-bottom: 36px !important;
}

.moremorepad {
	padding-bottom: 72px !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.notexttransform {
	text-transform: none !important;
}

.caps {
	text-transform: uppercase;
}

.lowercase {
	text-transform: uppercase;
}

.light {
	color: #FDFFFC !important;
}

.dark {
	color: #383838;
}

.red {
	color: #E05959;
}

.green {
	color: #95C4B7;
}

.purple {
	color: #967E90;
}

.serif {
	font-weight: 400;
	font-family: 'Tenez', sans-serif;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.backset {
	margin: 0 0 40px -12%;
	line-height: 1.4em !important;
	padding-bottom: 0 !important;
}

.textcols {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 32px;
	   -moz-column-gap: 32px;
	        column-gap: 32px;
}

div.smalltext p {
	font-size: 0.88em;
}

span.redblock {
	position: relative;
	display: inline-block;
	color: #FDFFFC;
	text-transform: uppercase;
	font-weight: 400;
	padding: 6px 18px;
	margin-bottom: 12px;
	background-color: #E05959;
	font-size: 0.82rem;
}

.fievent-wrap span.redblock {
	position: absolute;
	-webkit-transform: rotate(-12deg) translate(-50%);
	        transform: rotate(-12deg) translate(-50%);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

/*Images & Videos*/

img {
	display: block;
}

.img-backset {
	width: 48%; height: auto;
	float: left;
	margin: 16px 48px 0 0;
}

.img-backset img {
	width: 100%; height: auto;
	margin-bottom: 16px;
}

.img-fullwidth {
	width: 100%; height: auto;
	margin: 16px 0;
}

.img-fullwidth img {
	width: 100%; height: auto;
}

.video {
	margin: 0 0 16px 0;
}

.videotoppad {
	margin: 16px 0;
}

.videofeature {
	margin: 0 0 48px 0;
}

.video-wrapper {
	margin-bottom: 8px !important;
}

/*Buttons*/

.button {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.88em;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
	padding: 12px 21px;
	border: 2px solid #E05959;
	background-color: #E05959;
	color: #FDFFFC;
	display: inline-block;
	margin: 16px 0 24px 6px;
}

.button:first-of-type {
	margin-left: 0;
}

.button:hover {
	border: 2px solid #E05959;
	color: #E05959;
	background-color: transparent;
}

.button.greenbt {
	border: 2px solid #95C4B7;
	background-color: #95C4B7;
	color: #FDFFFC;
}

.button.greenbt:hover {
	border: 2px solid #95C4B7;
	color: #95C4B7;
	background-color: transparent;
}

.button.purplebt {
	border: 2px solid #967E90;
	background-color: #967E90;
	color: #FDFFFC;
}

.button.purplebt:hover {
	border: 2px solid #967E90;
	color: #967E90;
	background-color: transparent;
}

.button.invpurplebt {
	border: 2px solid #967E90;
	color: #967E90;
	background-color: transparent;
}

.button.invpurplebt:hover {
	border: 2px solid #967E90;
	background-color: #967E90;
	color: #FDFFFC;
}

.button.openwhitebt {
	border: 2px solid #FDFFFC;
	background-color: transparent;
	color: #FDFFFC;
}

.button.openwhitebt:hover {
	border: 2px solid #FDFFFC;
	color: #967E90;
	background-color: rgba(253,255,252,0.9);
}

.button.smallbut {
	font-size: 0.82em;
	padding: 8px 16px;
}

.button.opengreenbt {
	border: 2px solid #95C4B7;
	color: #95C4B7;
	background-color: transparent;
}

.button.opengreenbt:hover {
	border: 2px solid #95C4B7;
	background-color: #95C4B7;
	color: #FDFFFC;
}

.button.openpurplebt {
	border: 2px solid #967E90;
	background-color: transparent;
	color: #967E90;
}

.button.openpurplebt:hover {
	border: 2px solid #967E90;
	color: #FDFFFC;
	background-color: #967E90;
}

.centerbt-wrap {
	text-align: center;
}

.largepad {
	margin: 48px 0;
}

.button.bttopflush {
	margin: 0 0 24px 6px;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.cagreen .button.adapt {
	border: 2px solid #95C4B7;
	background-color: #95C4B7;
}

.cagreen .button.adapt:hover {
	border: 2px solid #95C4B7;
	background-color: transparent;
	color: #95C4B7;
}

.capurple .button.adapt {
	border: 2px solid #967E90;
	background-color: #967E90;
}

.capurple .button.adapt:hover {
	border: 2px solid #967E90;
	background-color: transparent;
	color: #967E90;
}

.donationgrid-item {
	padding: 16px 0 8px;
	margin: 0 auto 24px !important;
}

.donationgrid-item .button {
	margin: 24px 0 16px !important;
}

.ca.center .onewide .button {
	margin-left: 4px;
	margin-right: 4px;
}

/*PayPal Buttons*/

.button.pp {
	padding: 10px 12px 6px 24px !important;
}

.button.pp:hover {
	border: 2px solid #E05959;
	background-color: #E05959;
	color: #FDFFFC;
	opacity: 0.7;
}

.button.pp img {
	width: auto; height: 33px;
	display: inline-block;
	vertical-align: middle;
}

.button.ppsmall {
	padding: 7px 10px 4px 18px !important;
}

.button.ppsmall:hover {
	border: 2px solid #E05959;
	background-color: #E05959;
	color: #FDFFFC;
	opacity: 0.7;
}

.button.ppsmall img {
	width: auto; height: 33px;
	display: inline-block;
	vertical-align: middle;
}

.pp-form {
	padding: 12px 18px 0 18px;
	border: 1px solid #E05959;
	position: relative;
	margin: 12px 0 48px;
}

img.pp-form-logo {
	position: absolute;
	height: 36px;
	top: 12px;
	right: 12px;
}

.pp-form ul.payments {
	position: absolute;
	margin: 0;
	bottom: 12px;
	right: 18px;
	list-style-type: none;
}

.pp-form ul.payments li img {
	width: 28px;
	height: auto;
	padding-bottom: 2px;
}

.pp-form table td {
	text-transform: capitalize;
}

.pp-form form select {
	height: 52px;
	font-family: 'objektiv-mk3';
	font-size: 0.82rem;
	font-weight: 300;
	color: #4C4B63;
	min-width: 172px;
	margin: 8px 0 0 -2px;
	padding: 2px 12px;
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #4C4B63;
  background-image: url('../images/select.svg');
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-size: 14px auto;
}

input[type="submit"].button.pp-form {
	position: relative;
	padding: 14px 51px 14px 21px;
	margin: 8px 0 24px;
	color: #FDFFFC;
	background-color: #E05959;
	background-image: url('../images/ppthumb.png');
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-size: 34px auto;
}

input[type="submit"].button.pp-form:hover {
	opacity: 0.8;
	cursor: pointer;
}

/*Footer Styling*/

.footerwrap {
	width: 94%; height: auto;
	margin: 60px auto;
	display: flex;
	align-items: stretch;
}

.footlogos {
	float: right;
}

ul.ftus {
	list-style-type: none;
	margin-right: 60px;
}

ul.ftus li {
	width: 152px; height: auto;
	margin: 0 0 0 24px;
	opacity: 0.8;
	display: inline-block;
}

ul.ftus li img {
	width: 100%; height: auto;
}

ul.ftus li:hover {
	cursor: pointer;
	opacity: 0.6;
}

.footersms {
	padding-right: 29px;
	margin-right: 30px;
	border-right: 1px solid #FBFBFB;
}

ul.fsm {
	list-style-type: none;
}

ul.fsm li {
	width: 32px; height: 32px;
	margin-bottom: 9px;
}

ul.fsm li img {
	width: 100%; height: auto;
	opacity: 1;
}

ul.fsm li img:hover {
	opacity: 0.6;
}

ul.footnav {
	list-style-type: none;
	padding-right: 29px;
	margin-right: 30px;
	border-right: 1px solid #FBFBFB;
	height: 100%;
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 28px;
	   -moz-column-gap: 28px;
	        column-gap: 28px;
}

ul.footnav li {
	font-size: 0.88em;
	white-space: nowrap;
}

ul.footnav li a {
	color: #FBFBFB;
}

ul.footnav li a:hover {
	color: #95C4B7;
}

.impressum {
	margin: 0 0 10px 0;
}

.impressum p {
	color: #FBFBFB;
	font-weight: 300;
}

/*Page Masters*/

.ca {
	position: relative;
	width: 76%;
	padding: 66px 12%;
	margin: 0 auto;
}

.ca.canarrow {
	max-width: 850px;
	padding: 88px 0 96px;
}

.ca.cawide {
	width: 82%;
	padding: 88px 9%;
	margin: 0 auto;
}

.ca.flush {
	padding-top: 0;
	padding-bottom: 0;
}

.ca.flushtop {
	padding-top: 0;
}

.ca.flushbot {
	padding-bottom: 0;
}

.ca.cadark {
	background-color: #EDE5E3;
}

.ca.wiggle {
	background-color: #EDE5E3;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e4dcda' fill-opacity='1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ca.prefoot {
	padding: 56px 12%;
}

.ca.pagehead {
	padding: 56px 12% 0;
	text-align: center;
}

.narrowwrap {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.narrowwrap.botpad {
	padding-bottom: 48px;
}

.centertitleblock {
	width: 40px; height: 8px;
	margin: 0 auto 48px;
}

.centertitleblock.mid-content {
	margin: 32px auto 0;
}

.modtitleblock {
	width: 40px; height: 4px;
	margin: 12px auto 18px;
}

.centertitleblock.ctbgreen,
.modtitleblock.ctbgreen {
	background-color: #95C4B7;
}

.centertitleblock.ctbred,
.modtitleblock.ctbred {
	background-color: #E05959;
}

.centertitleblock.ctbpurple,
.modtitleblock.ctbpurple {
	background-color: #967E90;
}

.centertitleblock.ctbdark,
.modtitleblock.ctbdark {
	background-color: #4C4B63;
}

.heightwrap {
	min-height: 16px;
	overflow: hidden;
}

.lowpad {
	padding-bottom: 32px;
}

.ca-area {
	margin: 0;
}

.ca-area.botpad {
	margin: 0 0 36px 0;
}

.ca-area.extrabotpad {
	margin: 0 0 47px 0;
	padding: 0 0 56px 0;
	border-bottom: 1px solid rgba(76,75,99, 0.4);
}

.ca-area.catoppad {
	padding-top: 26px;
}

.ca-area.capad36 {
	padding: 36px 0;
}

.ca-area.caa-narrow {
	max-width: 850px;
	margin: 0 auto;
}

.ca-area:last-of-type {
	margin: 0 auto;
	border-bottom: none;
}

.cagreen h1, 
.cagreen h2, 
.cagreen h3, 
.cagreen h4, 
.cagreen h5, 
.cagreen h6 {
	color: #95C4B7;
}

.cagreen a {
	color: #95C4B7;
	text-decoration: none;
}

.cagreen a:hover { 
	color: #8E8D8A;
	cursor: pointer;
}

.capurple h1, 
.capurple h2, 
.capurple h3, 
.capurple h4, 
.capurple h5, 
.capurple h6 {
	color: #967E90;
}

.capurple a {
	color: #967E90;
	text-decoration: none;
}

.capurple a:hover { 
	color: #8E8D8A;
	cursor: pointer;
}

.casep-purple {
	width: 76%; height: 1px;
	margin: 0 auto; 
	background-color: rgba(150,126,144,0.6);
}

.caa-title,
.caa-video,
.caa-audio,
.caa-quote,
.caa-gallery {
	clear: both;
}

ul.grouplinks {
	list-style-type: none;
	margin: 16px 0 0 -10px;
}

ul.grouplinks li {
	display: inline-block;
	width: 38px; height: 38px;
	margin: 0 6px;
}

ul.grouplinks li img {
	width: 100%; height: auto;
	opacity: 0.8;
}

ul.grouplinks li img:hover {
	opacity: 0.6;
}

/*Buttons*/

.button {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.88em;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
	padding: 12px 21px;
	border: 2px solid #E05959;
	background-color: #E05959;
	color: #FDFFFC;
	display: inline-block;
	margin: 32px 0 24px 6px;
}

.button:first-of-type {
	margin-left: 0;
}

.button:hover {
	border: 2px solid #E05959;
	color: #E05959;
	background-color: transparent;
}

.button.greenbt {
	border: 2px solid #95C4B7;
	background-color: #95C4B7;
	color: #FDFFFC;
}

.button.greenbt:hover {
	border: 2px solid #95C4B7;
	color: #95C4B7;
	background-color: transparent;
}

.button.purplebt {
	border: 2px solid #967E90;
	background-color: #967E90;
	color: #FDFFFC;
}

.button.purplebt:hover {
	border: 2px solid #967E90;
	color: #967E90;
	background-color: transparent;
}

.button.invpurplebt {
	border: 2px solid #967E90;
	color: #967E90;
	background-color: transparent;
}

.button.invpurplebt:hover {
	border: 2px solid #967E90;
	background-color: #967E90;
	color: #FDFFFC;
}

.button.openwhitebt {
	border: 2px solid #FDFFFC;
	background-color: transparent;
	color: #FDFFFC;
}

.button.openwhitebt:hover {
	border: 2px solid #FDFFFC;
	color: #967E90;
	background-color: rgba(253,255,252,0.9);
}

.button.smallbut {
	font-size: 0.82em;
	padding: 8px 16px;
}

.button.topflush {
	margin-top: 0;
}

.centerbt-wrap {
	text-align: center;
}

.largepad {
	margin: 48px 0;
}

/*Page Heads*/

.heroimg {
	width: 100%; min-height: 1px;
	overflow: hidden;
	position: relative;
}

.heroimg img {
	width: 100%; height: auto;
	opacity: 0.9;
	display: block;
}

.himgfilter {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.himgtitle {
	position: absolute;
	top: 50%; left: 50%;
	width: 72%;
	max-width: 850px;
	text-align: center;
	color: #FDFFFC;
}

.himgtitle h1 {
	color: #FDFFFC;
	font-size: 3.052em;
	padding: 18px 0;
	line-height: 1.2;
}

.himgtitle a {
	color: #FBFBFB;
	text-decoration: none;
}

.himgtitle a:hover { 
	opacity: 0.7;
	cursor: pointer;
}

.centerhimgtitleblock {
	width: 40px; height: 8px;
	margin: 0 auto 36px;
	background-color: #FBFBFB;
}

.headnoimg {
	width: 94%; min-height: 1px;
	max-width: 850px;
	margin: 0 auto 0;
	padding: 16px 0 64px;
	overflow: hidden;
	position: relative;
}

.headnoimg h1 {
	color: #4C4B63;
	font-size: 2.441em;
	padding: 18px 0;
	line-height: 1.2;
}

.hnoimgtitle p {
	padding: 0;
}

.hnoimgtitle a {
	color: #967E90;
	text-decoration: none;
}

.hnoimgtitle a:hover { 
	color: #8E8D8A;
	cursor: pointer;
}

.centerhnoimgtitleblock {
	width: 40px; height: 8px;
	margin: 0 auto 36px;
	background-color: #4C4B63;
}

ul.headlinks {
	list-style-type: none;
	margin: 32px auto 0;
}

ul.headlinks li {
	display: inline-block;
	width: 38px; height: 38px;
	margin: 0 8px;
}

ul.headlinks li img {
	width: 100%; height: auto;
	opacity: 1;
}

ul.headlinks li img:hover {
	opacity: 0.8;
}

/*Nav Styling*/

.landernav {
	position: fixed;
  top: 0; left: 0;
  width: 94%; height: 48px;
	margin: 0;
	padding: 24px 3%;
	background-color: #FDFFFC;
	z-index: 9000;
}

.navhide {
	top: -102px;
}

.nav-offset {
	width: 100%; height: 96px;
	clear: both;
}

.ident {
	height: 42px; width: auto;
	float: left;
	margin: 3px 0;
}

.ident img {
	height: 100%;
	width: auto;
	/*opacity: 0.7;*/
}

.ident:hover {
	opacity: 0.7;
	cursor: pointer;
}

ul.mainnav {
	list-style-type: none;
	float: right;
}

ul.mainnav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 48px;
	margin: 0 18px;
	font-family: 'objektiv-mk3', sans-serif;
}

ul.mainnav li a {
	color: #555;
}

ul.mainnav li:hover a {
	color: #95C4B7;
}

ul.mainnav li:hover {
	border-bottom: 3px solid #95C4B7;
}

ul.mainnav li.MenuButton {
	text-transform: uppercase;
	font-size: 0.82em;
	font-weight: 400;
	border: 2px solid #95C4B7;
	padding: 10px 16px;
	line-height: 2;
	background-color: #95C4B7;
	transition: all 0.4s ease-in 0s;
}

ul.mainnav li.MenuButton a {
	color: #FAFAFA;
	transition: all 0.4s ease-in 0s;
}

ul.mainnav li.MenuButton:hover {
	background-color: transparent;
}

ul.mainnav li.MenuButton:hover a {
	color: #95C4B7;
}

ul.mainnav li ul.sub-menu {
	position: absolute;
	background: #FDFFFC;
	padding: 0 18px 9px;
	margin: 3px 0 0 -18px;
	height: 0;
	overflow: hidden; 
	transition: all 0.4s ease-in 0s;
	left: 50%;
	-webkit-transform: translateX(-38%);
	        transform: translateX(-38%)
}

ul.mainnav li.menu-item-has-children:hover ul.sub-menu {
	height: 98px;
} 

ul.mainnav li ul.sub-menu li {
	display: block;
	color: #555;
}

ul.mainnav li ul.sub-menu li:hover {
	border-bottom: none;
}

ul.mainnav li ul.sub-menu li a {
	color: #555;
}

ul.mainnav li ul.sub-menu li a:hover {
	color: #95C4B7;
}

/*Responsive Nav Styling*/

.resnavtrigger-wrap {
	position: fixed;
	top: 34px; right: 64px;
	display: none;
}

.hp-resnavtrigger-wrap {
	position: absolute;
	top: 34px; right: 64px;
	display: none;
}

.resnavtrigger {
	position: relative;
	width: 36px; height: 16px;
	margin: 0 auto;
	z-index: 400;
}

.ltdrop {
	top: 96px;
}

ul.rntdots {
	list-style-type: none;
	position: relative;
}

ul.rntdots li.rntdot {
	position: absolute;
	border-radius: 100%;
	width: 10px; height: 10px;
	border: 2px solid #4C4B63;
	background-color: #4C4B63;
}

#rntdleft {
	left: 0;
}

#rntdright {
	right: 0;
}

.resnavtrigger-wrap:hover,
.hp-resnavtrigger-wrap:hover {
	cursor: pointer;
}

.resnavtrigger-wrap:hover ul.rntdots li.rntdot#rntdleft,
.hp-resnavtrigger-wrap ul.rntdots li.rntdot#rntdleft {
	margin-left: 22px;
}

.resnavtrigger-wrap:hover ul.rntdots li.rntdot#rntdright,
.hp-resnavtrigger-wrap ul.rntdots li.rntdot#rntdright {
	margin-right: 22px;
}

.resnavtrigger-wrap::after,
.hp-resnavtrigger-wrap::after {
	content: 'menu';
	font-weight: 400;
	font-size: 0.72em;
	text-transform: uppercase;
	text-align: center;
}

.resnavtrigger-wrap.closer::after,
.hp-resnavtrigger-wrap.closer::after {
	content: 'close';
	font-weight: 400;
	font-size: 0.72em;
	text-transform: uppercase;
	text-align: center;
}

.resnav {
	width: 100%; 
	min-height: 100vh;
	top: -160%;
	position: fixed;
	background-color: #FDFFFC;
	overflow: scroll;
	z-index: 1000;
}

.resnavdrop {
	top: 0;
}

ul.resnav-wrap {
	list-style-type: none;
	width: auto; height: auto;
	position: absolute;
	top: 0; left: 50%;
	margin: 114px 0 40px;
}

ul.resnav-wrap ul.sub-menu {
	list-style-type: none;
}

ul.resnav-wrap li {
	text-transform: capitalize;
	line-height: 2.4;
}

ul.resnav-wrap li a {
	color: #4C4B63;
}

ul.resnav-wrap li a:hover {
	color: #95C4B7;
}

ul.resnav-sms {
	list-style-type: none;
}

ul.resnav-sms li {
	display: inline-block;
	margin: 24px 4px 0;
}

ul.resnav-sms li a img {
	opacity: 0.8;
}

ul.resnav-sms li a img:hover {
	opacity: 0.6;
}

/*Lander Styling*/

.lander {
	position: relative;
	width: auto;
	height: calc(100vh - 64px);
	margin: 32px 40px 0;
}

.landertrigger {
	position: absolute;
	top: 48px; right: 64px;
	width: 36px; height: 16px;
	z-index: 10000;
}

.landerrn-trigger {
	position: fixed;
	top: 48px; right: 64px;
	width: 36px; height: 16px;
	z-index: 10000;
	display: none;
}

.landertrigger.ltdrop {
	top: 112px;
}

.landerrn-trigger.ltdrop {
	top: 126px;
}

ul.ltdots {
	list-style-type: none;
}

ul.ltdots li.ltdot {
	position: absolute;
	border-radius: 100%;
	width: 10px; height: 10px;
	border: 2px solid #FFF;
	background-color: #FFF;
}

#ltdleft {
	left: 0;
}

#ltdright {
	right: 0;
}

.landertrigger:hover,
.landerrn-trigger:hover {
	cursor: pointer;
}

.landertrigger:hover ul.ltdots li.ltdot#ltdleft,
.landerrn-trigger:hover ul.ltdots li.ltdot#ltdleft {
	margin-left: 22px;
}

.landertrigger:hover ul.ltdots li.ltdot#ltdright,
.landerrn-trigger:hover ul.ltdots li.ltdot#ltdright {
	margin-right: 22px;
}

ul.ltdots li.ltdot.ltdotactive {
	border: 2px solid #4C4B63;
	background-color: #4C4B63;
}

.landerrn-trigger.closer {
	top: 34px;
}

.landerrn-trigger.closer ul.ltdots{
	height: 14px; 
	margin-bottom: 2px;
}

.landerrn-trigger.closer::after {
	content: 'close';
	font-weight: 400;
	font-size: 0.72em;
	text-transform: uppercase;
	text-align: center;
	margin-left: -3px;
}

#landerident {
	position: absolute;
	top: 50%; left: 50%;
	width: 324px; height: auto;
	min-height: 8px;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	margin-left: 30px;
	z-index: 600;
}

#landerident img {
	width: 100%; height: auto;
}

#landerident h3 {
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 200;
	color: #FFF;
}

#carousel {
	width: 100%; height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.carouselwrap {
	position: relative;
	height: 100%;
}

.carouselslide.slick-slide {
	height: calc(100vh - 64px) !important;
}

#carousel img {
	width: 100%; height: 100%;
	opacity: 0.9;
	-o-object-fit: cover;
	   object-fit: cover;
}

.landersms {
	position: absolute;
	bottom: 16px; left: 24px;
	z-index: 400;
}

ul.lsm {
	list-style-type: none;
}

ul.lsm li {
	display: inline-block;
	width: 36px; height: 36px;
	margin-right: 4px;
}

ul.lsm li img {
	width: 100%; height: auto;
	opacity: 0.8;
}

ul.lsm li img:hover {
	opacity: 0.6;
}

#landerfilter {
	position: absolute;
	width: 100%; height: 100%;
	z-index: 200;
	background-color: rgba(0,0,0,0.1);
}

#landerident:hover {
	cursor: pointer;
}

#landerident:hover + #carousel #landerfilter {
	background-color: rgba(0,0,0,0.4);
}

.down {
	position: absolute;
	bottom: 0; left: 50%;
	z-index: 600;
	opacity: 0;
	height: 36px;
	width: 36px;
}

.down h1 {
	font-size: 3.6em;
}

#landerident:hover ~ .down {
	opacity: 1;
	bottom: 10%;
}

/*Homepage Styling*/

#hpupper {
	padding-top: 120px;
}

ul.hpus {
	list-style-type: none;
	margin: 24px 0 0 0;
}

ul.hpus li {
	display: inline-block;
	width: 180px; height: auto;
	vertical-align: bottom;
	margin: 0 22px 24px;
}

ul.hpus li img {
	width: 100%; height: auto;
	opacity: 0.8;
}

ul.hpus li img:hover {
	cursor: pointer;
	opacity: 0.6;
}

/*Single Post Styling*/ 

.ca.postend {
	border-top: 1px solid rgba(76,75,99, 0.4);
	padding: 32px 0 96px;
}

ul.postlinks {
	margin-bottom: 24px;
}

.postshares {
	margin-bottom: 24px;
	width: 100%;
	height: 38px;
}

.postshares span.ssba-share-text {
	line-height: 38px;
}

.postshares a {
	opacity: 0.8;
}

.postshares a:hover {
	opacity: 0.6;
}

.posttags {
	clear: both;
}

.posttags a {
	color: #95C4B7;
	text-transform: lowercase;
}

.posttags a:hover {
	color: #8E8D8A;
}

/*Post Logo Bank*/

.ca.postlogos {
	padding: 0 0 32px 0;
}

.post-logo {
	height: 72px; width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
}

.post-logo img {
	height: 100%; width: auto;
}

.post-logo a img:hover {
	opacity: 0.7;
}

/*Author Infos*/

.byline-bio {
	padding: 0 0 40px 0;
}

/*Pagination*/

.pagination {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

a.page-numbers,
span.page-numbers.current {
	display: none;
}

.newerlink a,
.olderlink a,
a.page-numbers.next,
a.page-numbers.prev {
	border: 2px solid #95C4B7;
	background-color: transparent;
	padding: 12px 21px;
	margin: 16px 0 24px 0;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #95C4B7;
	font-size: 0.88em;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

.newerlink a,
a.page-numbers.next {
	float: right;
}

.olderlink a,
a.page-numbers.prev {
	float: left;
}

.newerlink:hover a,
.olderlink:hover a,
.newerlink a:hover,
.olderlink a:hover {
	color: #FDFFFC;
	background-color: #95C4B7;
}

.alm-btn-wrap .alm-load-more-btn {
	text-transform: uppercase !important;
	font-size: 0.88em !important;
	font-family: 'objektiv-mk3', sans-serif !important;
	font-weight: 400 !important;
	padding: 12px 21px !important;
	border: 2px solid #967E90 !important;
	color: #967E90 !important;
	background-color: transparent !important;
	display: inline-block !important;
	margin: 16px 0 24px 6px !important;
	border-radius: 0 !important;
	line-height: 1.8 !important;
	height: auto !important;
}

.alm-btn-wrap .alm-load-more-btn:hover {
	border: 2px solid #967E90 !important;
	background-color: #967E90 !important;
	color: #FDFFFC !important;
}

.alm-load-more-btn.done {
	display: none !important;
}

/*Columns*/

.onewide,
.twowide,
.threewide,
.fourwide {
	width: 100%;
	margin: 0 auto;
}

.onewide,
.twowide,
.fourwide,
.widthlimit-1200 {
	max-width: 1200px;
}

.onewide.flex,
.twowide.flex,
.threewide.flex,
.fourwide.flex {
	display: flex;
	align-items: stretch;
}

.tallfeed {
	height: 320px;
}

.twowidehalf {
	float: left;
	width: 48%;
}

.twowidehalf img {
	width: 100%;
	height: auto;
}

.twowidehalf:first-of-type {
	margin: 0 2% 0 0;
}

.twowidehalf:last-of-type {
	margin: 0 0 0 2%;
}

.twowide.sym .twowidehalf:nth-of-type(odd) {
	text-align: right;
}

.twowide.flex .twowidehalf {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.twowide.sym.flex .twowidehalf:nth-of-type(odd) {
	align-items: flex-end;
}

.mailsignup .twowidehalf {
	float: left;
	width: 48%;
}

.mailsignup .twowidehalf:first-of-type {
	margin: 0 2% 0 0;
}

.mailsignup .twowidehalf:last-of-type {
	margin: 0 0 0 2%;
}

.threewidethird {
	float: left;
	width: 28.333334%;
	margin: 0 7% 0 0;
}

.threewidethird:last-of-type {
	margin: 0;
}

/*Feed Item Styling*/

.feeditem {
	float: left;
	position: relative;
}

.twowide .feeditem:nth-of-type(odd) {
	margin-left: 0;
}

.twowide .feeditem:nth-of-type(even) {
	margin-right: 0;
}

.fourwide .feeditem:nth-of-type(4n+1) {
	margin-left: 0;
}

.fourwide .feeditem:nth-of-type(4n+4) {
	margin-right: 0;
}

.twowide .feeditem {
	width: 49%; height: 320px;
	margin: 0 1%;
}

.feeditem.event,
.feeditem.resource,
.feeditem.group {
	background-color: rgba(162,143,157,1);
}

.feeditem.event:hover,
.feeditem.resource:hover,
.feeditem.group:hover {
	background-color: rgba(162,143,157,0.8);
	cursor: pointer;
}

.position-wrap {
	width: calc(100% - 36px);
	height: auto;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.fi-img img {
	position: relative;
	width: 100%; height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.fi-img-filter {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: rgba(162,143,157,0.6);
}

.fi-img-filter-wrap {
	position: absolute;
	top: 50%; left: 50%;
	width: 82%;
}

/*Feed Styling - Projects*/

.size-1of2 .feeditem {
	width: 100%;
}

.size-1of1 .feeditem.project,
.size-1of2 .feeditem.project {
	height: auto;
	margin: 0 0 24px;
}

.size-1of1 .feeditem:nth-of-type(odd),
.size-1of1 .feeditem.project:nth-of-type(odd),
.size-1of2 .feeditem:nth-of-type(odd),
.size-1of2 .feeditem.project:nth-of-type(odd) {
	margin-left: 0;
}

.size-1of2 .feeditem:nth-of-type(even),
.size-1of2 .feeditem.project:nth-of-type(even) {
	margin-right: 0;
}

/*.size-1of1 .feeditem.project .fievent-wrap,
.size-1of2 .feeditem.project .fievent-wrap {
	height: auto;
}*/

.feeditem.project .fievent-wrap {
	height: unset;
	min-height: 272px;
	position: relative;
}

.size-1of1 .feeditem.project .fievent-wrap,
.size-1of1 .feeditem.project .fievent-wrap h3,
.size-1of2 .feeditem.project .fievent-wrap,
.size-1of2 .feeditem.project .fievent-wrap h3 {
	color: #FDFFFC;
}

.size-1of1 .feeditem.project .fievent-wrap .position-wrap,
.size-1of2 .feeditem.project .fievent-wrap .position-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 80%;
	margin: 32px auto;
	-webkit-transform: none;
	        transform: none;
}

.fievent-wrap.fi-img {
	margin: 0;
}

.feeditem.project .fi-img img {
	position: absolute;
	width: 100%; height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.feeditem.project a .fi-img:hover {
	opacity: 0.8;
}

.feeditem.project .pf-meta {
	position: relative;
	width: 88%;
	padding: 24px 0;
	margin: 0 auto;
}

/*Feed Styling - Sliders*/

.feeditem.displaced:before {
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	position: absolute;
	top: -32px;
	width: 100%;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
}

.feeditem.displaced.gnlink:before {
	color: #8CBCBA;
}

.feeditem.displaced.rdlink:before {
	color: #E05959;
}

.twowide .feeditem.displaced:before {
	content: 'Find Your Nearest Group \2193';
}

.fourwide .feeditem { 
	height: 320px;
	width: 23.5%;
	margin: 0 2% 32px 0;
	position: relative;
	z-index: 100;
}

.fourwide.morelink .feeditem.morelink {
	float: right !important;
	margin-right: 0 !important;
}

.fourwide .feeditem.displaced:before {
	content: 'Next Event \2193';
}

.displaced {
	margin-top: -150px !important;
}

/*Feed Styling // Blog Squares*/

.narrowblogfeed {
	min-height: 10px;
	overflow: hidden;
}

.nbf-item {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}

.nbf-item:nth-of-type(4) {
	margin-right: 0;
}

p.nbf-links a {
	color: #967E90;
}

p.nbf-links a:hover {
	color: #8E8D8A;
}

.squarefeed {
	min-height: 8px;
	overflow: hidden;
}

.fisquare {
	float: left;
	position: relative;
	width: 22%; height: 0;
	padding: 22% 0 0 0;
	margin: 0 2% 34px;
	overflow: hidden;
}

.fourwide .fisquare:nth-of-type(4n+1) {
	margin-left: 0;
}

.fourwide .fisquare:nth-of-type(4n+4) {
	margin-right: 0;
}

.fisquare img {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.slideblock {
	width: 100%; height: 100%;
	position: absolute;
	top: 24%; left: 0;
	background-color: rgba(162,143,157,1);
	text-align: center;
}

.slideblock:before {
	position: absolute;
	width: 99.9%; height: 50%;
	background: inherit;
	top: -32px; left: 0; right: 0;
	content: '';
	display: block;
	-webkit-transform: skewY(-3deg);
	        transform: skewY(-3deg);
	-webkit-transform-origin: 100%;
	        transform-origin: 100%;
}

.fisquare:hover .slideblock {
	top: 100%;
}

.slideblock-wrap {
	position: absolute;
	z-index: 1000;
	width: 80%;
	top: 32%; left: 50%;
}

.slideblock p {
	font-size: 0.88em;
}

.slideblock p.exsmall {
	font-size: 0.82em;
}

/*Feed Styling - Events*/

.fievent-wrap {
	height: 272px;
	margin: 23px;
	border: 1px solid #FDFFFC;
	position: relative;
}

.fievent-date {
	padding-bottom: 2px;
}

.fievent-date h1,
.fievent-date h2,
.fievent-date h3 {
	padding: 6px 0 10px;
	line-height: 32px;
}

.trait {
	width: 40%; height: 3px;
	margin: 0 auto;
	border-top: 1px solid #FDFFFC;
}

.trait-botpad {
	padding-bottom: 18px;
}

.fievent-info {
	margin: 12px auto 0;
	line-height: 1.6;
	text-align: center;
}

.fievent-info p.small {
	font-size: 0.88em;
}

.fievent-info p.exsmall,
.morelink-wrap p.exsmall {
	font-size: 0.82em;
}

.morelink-wrap {
	position: absolute;
	top: 50%; left: 50%;
	width: 72%;
}

.morelink .fievent-wrap h3 {
	line-height: 1.3em;
	padding-bottom: 22px;
}

.morelink-wrap p.small {
	line-height: 1.4em;
	padding-bottom: 22px;
}

/*Feed Styling - Resources/Groups*/

.resource-wrap,
.group-wrap {
	height: 236px;
	margin: 23px;
	padding: 18px;
	border: 1px solid #FDFFFC; 
	position: relative;
}

.morelink .resource-wrap,
.morelink .group-wrap {
	border: 1px solid #967E90; 
}

.resource-title,
.group-location {
	margin: 0 auto 6px;
}

.resource-title p.serif,
.group-title p.serif {
	font-size: 1.5em;
	padding: 12px 0 14px 0;
	line-height: 1.3em;
}

.trait {
	width: 40%; height: 3px;
	margin: 0 auto;
	border-top: 1px solid #FDFFFC;
}

.resource-info {
	margin: 12px auto 0;
	line-height: 1.6;
}

.group-title {
	margin: 2px auto 0;
	line-height: 1.6;
}

.resource-info p.small,
.group-title p.small {
	font-size: 0.88em;
}

.resource-info p.exsmall.
.group-title p.exsmall {
	font-size: 0.82em;
}

.linksintro {
	width: 80%;
	margin: 0 auto 72px;
}

.flexGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 36px;
}

.flexGrid .fgriditem {
	width: 21%;
	margin: 0 2%;
}

.resource-icon {
	width: 90px; height: 90px;
	margin: 0 auto;
}

.resource-icon img {
	width: 100%; height: auto;
	opacity: 0.8;
}

.resource-icon img:hover {
	opacity: 0.6;
}

.resource-cap a {
	color: #95C4B7;
}

.resource-cap a:hover {
	color: #8E8D8A;
}

.resourcegrid-item {
	padding-bottom: 24px; 
}

/*Shirts*/

.shirtImages {
	width: 100%;
	margin-bottom: 32px;
	min-height: 8px;
	overflow: hidden;
}

.shirtImages .shirtImage {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

.shirtImages .shirtImage:nth-of-type(2n) {
	margin: 0;
}

.shirtImages .shirtImage img {
	width: 100%;
	height: auto;
}

/*Industry Page*/

.trainingQuotes {
	margin: 32px auto 0;
	max-width: 850px;
}

ul.quotes {
	padding-top: 18px;
}

ul.quotes li h3 {
	padding-bottom: 9px;
}

/*Volume Up! Branding*/

.vu-logo {
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 auto 72px;
}

.vu-logo img {
	width: 100%;
	height: auto;
}

ul.costTable.nostyle {
	width: 100%;
	padding: 12px 0 48px;
}

ul.costTable.nostyle li {
	width: 100%;
	line-height: 2.4;
	border-bottom: 1px solid rgba(150,126,144,0.4);
}

ul.costTable.nostyle li span {
	width: 50%;
	display: inline-block;
}

ul.costTable.nostyle li span.col1 {
	text-align: left;

}

ul.costTable.nostyle li span.col2 {
	text-align: right;
}

/*Feed Styling - Galleries*/

.gallery {
	min-height: 8px;
	overflow: hidden;
}

.gallitem {
	float: left;
	position: relative;
}

.gallitem.fisquare {
	width: 23.5%; height: 0;
	padding: 23.5% 0 0 0;
	margin: 0 1% 16px;
}

.fourwide .gallitem:nth-of-type(4n+1) {
	margin-left: 0;
}

.fourwide .gallitem:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallitem.fisquare img {
	opacity: 0.9;
}

.gallitem.fisquare img:hover {
	opacity: 0.6;
	cursor: pointer;
}

/*Gallery/Lightbox*/

.slb_details {
	margin-top: 8px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	background-color: rgba(253,255,252,0.9) !important;
	border-radius: 0 !important
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: 'objektiv-mk3' !important;
	font-weight: 300 !important;
	font-size: 17px !important;
	color: #4C4B63 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	display: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
	background-image: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
	background-image: none !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_loading,
#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .inner {
	display: none !important;
}

/*Feed Styling - Sponsors*/

.sponsor h3 {
	line-height: 1.3;
}

.sponsor-logo {
	width: auto; height: 112px;
	margin: 0 auto 16px;
}

.sponsor-logo img {
	width: auto; height: 112px;
	margin: 0 auto;
}

.sponsor-logo img:hover {
	opacity: 0.8;
	cursor: pointer;
}

/*Salvattore.js*/

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

	#masonry-content[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

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

	#masonry-content[data-columns]::before,
	#masonry-content-three[data-columns]::before,
	#masonry-content-four[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 553px) and (max-width: 699px) {

	#masonry-content[data-columns]::before,
	#masonry-content-three[data-columns]::before {
		content: '1 .column.size-1of1';
	}

	#masonry-content-four[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

@media screen and (min-width: 700px) and (max-width: 999px) {

	#masonry-content[data-columns]::before {
		content: '1 .column.size-1of1';
	}

	#masonry-content-three[data-columns]::before {
		content: '2 .column.size-1of2';
	}

	#masonry-content-four[data-columns]::before{
		content: '3 .column.size-1of3';
	}
}

@media screen and (min-width: 1000px) {

	#masonry-content[data-columns]::before {
		content: '2 .column.size-1of2';
	}

	#masonry-content-three[data-columns]::before {
		content: '3 .column.size-1of3';
	}

	#masonry-content-four[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}

.column {
	float: left; 
}

.size-1of1 { 
	width: 100%; 
}

.size-1of2 { 
	width: 50%; 
}

.size-1of3 { 
	width: 33.333%; 
}

/*Masonry Grids*/

/*#masonry-content[data-columns]::before {
	content: '2 .column.size-1of2';
}*/

#masonry-content {
	min-height: 8px;
	overflow: hidden;
}

/*#masonry-content-three[data-columns]::before {
	content: '3 .column.size-1of3';
}*/

#masonry-content-three {
	min-height: 8px;
	overflow: hidden;
}

/*#masonry-content-four[data-columns]::before {
	content: '4 .column.size-1of4';
}*/

#masonry-content-four {
	min-height: 8px;
	overflow: hidden;
}

#masonry-content-four.botpad {
	margin: 0 0 32px 0;
}

.column { 
	float: left; 
}

.size-1of1 { 
	width: 100%; 
}

.size-1of2 { 
	width: 49%; 
	margin: 0 1% 0 0;
}

.size-1of3 {
	width: 30%;
	margin: 0 5% 0 0;
}

.size-1of4 {
	width: 23.5%;
	margin: 0 2% 0 0;
}

.size-1of2:nth-of-type(2n) {
	margin: 0 0 0 1%;
}

.size-1of3:nth-of-type(3n) {
	margin: 0;
}

.size-1of4:nth-of-type(4n) {
	margin: 0;
}

.mgriditem,
.pregriditem {
	width: 100%;
	margin: 0 auto 48px;
}

.sponsor {
	width: 90%;
	margin: 0 auto;
}

/*Archive Grids*/

#grid-content-three .griditem {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}

#grid-content-three .griditem:nth-of-type(3n) {
	margin: 0;
}

#grid-content-three .griditem:nth-of-type(3n+1) {
	clear: both;
}

#grid-content-four .griditem {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}

#grid-content-four .griditem:nth-of-type(4n) {
	margin: 0;
}

#grid-content-four .griditem:nth-of-type(4n+1) {
	clear: both;
}

.griditem {
	padding-bottom: 32px;
}

/*Team Members*/

.teamentry {
	width: 88%;
	margin: 0 auto;
}

.portrait {
	width: 210px; height: 210px;
	border-radius: 100%;
	border: 4px solid #967E90;
	overflow: hidden;
	margin: 0 auto 12px;
}

.portrait img {
	width: 100%;
	height: auto;
	opacity: 0.9;
}

.teamentry h2 {
	line-height: 1.4em;
}

ul.teamlinks {
	list-style-type: none;
	margin: 0 auto;
}

ul.teamlinks li {
	display: inline-block;
	width: 40px; height: 40px;
}

ul.teamlinks li img {
	width: 100%; height: auto;
	opacity: 0.8;
}

ul.teamlinks li img:hover {
	opacity: 0.6;
}

ul.teamlinks.smleftcomp {
	margin-left: -8px;
}

ul.teamweblinks {
	list-style-type: none;
	margin: 0;
}

ul.creditlinks {
	list-style-type: none;
	margin: 8px auto 16px;
}

ul.creditlinks li {
	display: inline-block;
	margin: 0;
	width: 32px; height: 32px;
}

ul.creditlinks li img {
	width: 100%; height: auto;
	opacity: 0.8;
}

ul.creditlinks li img:hover {
	opacity: 0.6;
}

ul.creditlinks.smleftcomp {
	margin-left: -4px;
}

/*Get Involved*/

#sponsorship .threewide {
	padding-top: 32px;
}

#sponsorship .threewidethird {
	text-align: left;
}

#sponsorship .threewidethird ul {
	list-style-type: none;
	margin-left: 0;
}

#sponsorship .threewide ul li {
	font-size: 0.88em;
}

p.pregi-p {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	padding-bottom: 0;
	color: #967E90;
	font-weight: 400;
}

ul.gi-smlinks {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin: 0 0 0 8px;
}

ul.gi-smlinks li {
	display: inline-block;
	vertical-align: top;
	width: 40px; height: 40px;
}

ul.gi-smlinks li img {
	width: 100%; height: auto;
	opacity: 0.8;
}

ul.gi-smlinks li img:hover {
	opacity: 0.5;
}

.sms-nobutton {
	border: 2px solid #967E90;
	padding: 12px 21px;
	margin: 32px 0 24px 0;
	display: inline-block;
}

/*Policies*/

.policy p,
.policy li {
	font-size: 0.88em;
}

.policy li li {
    font-size: 1em;
}

.policy td,
.policy th {
	font-size: 0.88em;
	text-align: left;
	padding: 8px 8px 16px 8px;
	line-height: 1.4;
}

.policy h1,
.policy h2,
.policy h3,
.policy h4,
.policy h5,
.policy h6 {
	padding: 18px 0 24px;
}

.policy table {
	margin: 8px 0 24px;
}

/*Archives*/

.archpag {
	max-width: 1200px;
	margin: 0 auto;
}

.arch-img {
	width: 100%; height: auto;
}

.arch-img img {
	width: 100%; height: auto;
	opacity: 1;
	transition: all 0.4s ease-in 0s;
}

.arch-img img:hover {
	opacity: 0.8;
}

.arch-cap {
	width: 100%;
	margin: 8px 0 0 0;
}

.arch-posttitle,
.feed-posttitle {
	padding: 4px 0 6px !important;
	line-height: 1.2em !important;
}

/*Signup & Contact Forms*/

.signupform,
.footsignupform {
	width: 100%;
}

.footsignupform {
	margin-top: 16px;
}

.fwsignupform {
	padding-top: 16px;
}

.fwcontactform {
	padding: 16px 0 32px;
}

.fwsignupform p.smallheight,
.fwcontactform p.smallheight {
	padding: 0 0 8px 0;
}

.signupform input[type="text"],
.fwsignupform input[type="text"],
.fwcontactform input[type="text"],
.signupform input[type="email"],
.fwsignupform input[type="email"],
.fwcontactform input[type="email"],
.fwcontactform textarea {
	width: 95.5%;
	padding: 16px 2%;
	border: 1px solid #CFCFCF;
	background-color: #FBFBFB;
	line-height: 1em;
	font-size: 0.88em;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 300;
	margin: 0 0 8px 0;
}

.signupform input[type="checkbox"],
.fwsignupform input[type="checkbox"],
.fwcontactform input[type="checkbox"] {
	width: auto;
	margin: -2px 4px 0 0;
	vertical-align: middle;
}

.fwsignupform input[type="email"],
.fwcontactform input[type="email"],
.fwsignupform input[type="text"],
.fwcontactform input[type="text"],
.fwcontactform textarea {
	width: 96%;
}

.fwcontactform input[type="submit"]:hover {
	cursor: pointer;
}

.fwsignupform .inputleftfloat,
.fwcontactform .inputleftfloat {
	float: left;
	width: 49%;
}

.fwsignupform .inputrightfloat,
.fwcontactform .inputrightfloat {
	float: right;
	width: 49%;
}

.fwsignupform .inputleftfloat input[type="text"],
.fwcontactform .inputleftfloat input[type="text"],
.fwsignupform .inputrightfloat input[type="text"],
.fwcontactform .inputrightfloat input[type="text"] {
	width: 92%;
	padding: 16px 4%;
}

.fwsignupform .button,
.fwcontactform .button {
	margin: 16px 16px 8px 0;
	font-weight: 400;
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-response-output {
	margin: 0.88em 0 1em !important;
	padding: 0.2em 0 !important;
}

.wpcf7-response-output,
.wpcf7-mail-sent-ok,
.wpcf7-spam-blocked,
.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
	border: none !important;
}

.wpcf7-mail-sent-ok {
	color: #95C4B7 !important;
}

.wpcf7-spam-blocked,
.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
	color: #E05959 !important;
}

.wpcf7-not-valid-tip {
	font-size: 0.88em !important;
	color: #E05959 !important;
	padding-bottom: 8px;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	content: "" !important;
}

.wpcf7-form-control-wrap {
	margin-top: 16px;
}

.mc4wp-form input[type="submit"] {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.88em;
	font-family: 'objektiv-mk3', sans-serif;
	font-weight: 400;
	padding: 12px 21px;
	border: 2px solid #E05959;
	background-color: #E05959;
	color: #FDFFFC;
	display: inline-block;
	margin: 0 0 24px 0;
}

.mc4wp-form input[type="submit"]:hover {
	border: 2px solid #E05959;
	color: #E05959;
	background-color: transparent;
}

/*Cookie Consent Widget*/

.wt-cli-ckyes-footer-section {
 display: none;
}

#cookie-law-info-bar {
	width: 430px !important;
	bottom: 24px !important;
	top: auto !important;
	right: 0 !important;
	position: fixed !important;
	padding: 20px 32px 24px !important;
	text-align: left !important;
	font-size: 0.833em !important;
	border-radius: 0;
	transition: all 0.4s ease-in 0s;
}

#cookie-law-info-bar.return {
	display: block !important;
}

#cookie-law-info-bar span {
	font-weight: 300;
	color: #383838;
}

#wt-cli-cookie-banner a {
	font-size: 0.694rem !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding: 12px 14px !important;
	border-radius: 0 !important;
	border: 1px solid #95C4B7 !important;
	margin: 24px 6px 0 0 !important;
	color: #95C4B7;
}

#wt-cli-cookie-banner a:hover {
	background-color: #95C4B7 !important;
	color: #FDFFFC !important;
}

#wt-cli-cookie-banner a#wt-cli-accept-btn {
	background-color: #95C4B7 !important;
	color: #FDFFFC !important;
}

#wt-cli-cookie-banner a#wt-cli-accept-btn:hover {
	color: #95C4B7 !important;
	background-color: transparent !important;
}

/*Cookie Options Modal */

.cli-modal-backdrop {
	z-index: 99999;
}

.cli-bar-message {
	width: 100% !important;
}

.cli-tab-container {
	color: #383838 !important;
}

.cli-tab-container h4 {
	font-family: 'Tenez', serif;
	font-size: 2.441rem;
	margin-bottom: 15px;
	margin: 10px 0;
	color: #95C4B7;
}

.cli-switch .cli-slider:after {
	color: #383838 !important;;
}

.cli-switch input:checked + .cli-slider {
	background-color: #383838 !important;
}

.cli-plugin-main-link {
	text-decoration: none !important;
}

.cli-plugin-button {
	margin-top: 12px !important;
}

a.cli-privacy-readmore {
	font-size: 0.694rem !important;
	font-weight: 500;
	text-decoration: none !important;
	text-transform: uppercase;
}

.cli-tab-content,
.cli-tab-container,
.cli-tab-container p, 
.cli-privacy-content-text {
	line-height: 1.5 !important;
	font-weight: 300;
	color: #253628 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	font-size: 0.694rem !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding: 12px 14px !important;
	border-radius: 0 !important;
	border: 1px solid #383838 !important;
	margin: 24px 6px 0 0 !important;
	color: #FAFAFA !important;
	background-color: #383838 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
	color: #383838 !important;
	background-color: transparent !important;
}

span.cli-necessary-caption {
	color: #253628 !important;
}

/*Cookie Widget Show Again Link*/

#cookie-law-info-again {
	position: absolute !important;
	text-transform: uppercase;
	font-size: 0.694rem;
	font-weight: 500;
	box-shadow: none;
	color: #383838 !important;
	padding: 6px 18px !important;
	border-bottom: none;
	bottom: 144px !important;
	right: 0 !important;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

#cookie-law-info-again:hover {
	opacity: 0.6;
}

/*Cookie Info in Privacy Pages*/

.cli_cookie_category_single h5 {
	font-size: 1.44rem;
}

.wt-cli-element.cli_user_consent_state {
	padding-bottom: 18px;
}

table.cookielawinfo-classic {
	font-family: 'objektiv-mk3', sans-serif !important;
	text-align: left !important;
	letter-spacing: 0 !important;
	font-weight: 300 !important;
	margin: 0 0 18px 0 !important;
}

table.cookielawinfo-winter,
table.cookielawinfo-winter tbody tr:hover {
	font-family: 'objektiv-mk3', sans-serif !important;
	font-weight: 300 !important;
}

table.cookielawinfo-winter tbody {
	border: none !important;
}

table.cookielawinfo-winter thead th {
	padding: 15px 10px 15px 0 !important;
}

table.cookielawinfo-winter tbody td, 
table.cookielawinfo-winter tbody th {
	padding: 10px 10px 10px 0 !important;
}

table.cookielawinfo-winter tbody td, 
table.cookielawinfo-winter tbody th {
	vertical-align: top;
}

.cookielawinfo-row-cat-title-head {
	text-align: left !important;
	font-weight: 400 !important;
	color: #567759 !important;
}

table.cookielawinfo-classic th {
	text-transform: uppercase;
	color: #567759 !important;
	font-size: 0.833rem !important;
	font-weight: 400 !important;
}

table.cookielawinfo-classic td {
	font-size: 0.833rem !important;
}

table.cookielawinfo-winter,
table.cookielawinfo-winter tbody tr,
table.cookielawinfo-winter thead th {
	background-color: transparent !important;
}

table.cookielawinfo-winter thead th {
	color: #4C4B63 !important;
}

/*Overrides*/

input { 
	-webkit-appearance: none; 
	border-radius: 0;
}

input[type="text"] { 
	-webkit-appearance: none; 
	border-radius: 0;
}

input[type="submit"] { 
	-webkit-appearance: none; 
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox; 
	border-radius: 0;
}

textarea { 
	-webkit-appearance: none; 
	border-radius: 0;
	resize: none;
	height: auto;
}

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

input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777;
	opacity: 1; /* Firefox */
}

input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777;
	opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777;
	opacity: 1; /* Firefox */
}

input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777;
	opacity: 1; /* Firefox */
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777;
	opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #777;
}

input::-ms-input-placeholder { /* Microsoft Edge */
	color: #777;
}

.grecaptcha-badge {
	display: none;
}