/*
Theme Name: Fundraisr
Theme URI: http://www.andrewclemente.com
Description: A blog layout for ActBlue
Version: 1.0
Author: Andrew Clemente
Author URI: http://www.andrewclemente.com
*/

/* reverted */

body, html {
	min-height: 100vh;
}

body.navopened {
/*min-height: 100%;
position: absolute;
top: 0px;
left: 0px;
height: 100vh;
width: 100%;
*/
border: 0px;
overflow: auto;
}

body {
  font-size: 16px;
  font-family: 'Roboto', Arial, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #121212;
  position: relative;
  background-color: #1c2345;
  border: 10px solid #0078ab;
}

body.charities, body.single-charities {
  background-color: #9ecf7c;
  border: 10px solid #82c341;
}

a {
  text-decoration: none;
}

*:focus {
  outline: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: 0px;
}

.hidden, .screen-reader-text, .mobmenu {
  display: none;
}

/* Structure Basics */

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.layer {
  position: relative;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Verdana, serif;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 12px;
	line-height: 1.2;
}

h4.byline {
	color: #a9abac;
	font-size: 1.2rem;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.1;
}

h1.nogaps, h4.nogaps {
	margin: 0px !important;
}

h4.lasttype {
	margin: 0px !important;
	margin-bottom: 20px !important;
}

/* Mobile Nav */

.mobilequick {
  display: none;
}
.mobilequick.homenav {
  margin-bottom: 5px;
}

.mobilequick button {
  margin: 0px !important;
  padding: 0px;
  -webkit-appearance: none;
  line-height: 1;
}
.mobilequick .hamburger {
  color: #000;
  padding: 0px;
  font-size: 2rem;
  margin: 0px;
  line-height: 1;
}

.mobilequick {
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
}

.mobilequick .hidden {
  display: block;
}

.mobilequick h1 {
  font-family: 'GalanoGrotesque-ExtraBoldItalic', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 2rem;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 1;
}

.mobilequick h1 a {
  color: #fff;
}

.mobilequick .navtable {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: 0px;
  line-height: 1;
  height: 100%;
}

.mobilequick .navtable .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.mobilequick .navtable .cell.one {
  width: 90%;
  vertical-align: middle;
  font-size: 1.4rem;
}

.mobilequick .navtable .cell.one a {
  color: #fff;
}

.mobilequick .navtable .cell.one:focus, .mobilequick .navtable .cell.one a:hover {
  color: #83e2cc;
}

.mobilequick .navtable .cell.two {
  width: 10%;
  text-align: right;
  padding-left: 2%;
  border-left: 1px solid #83e2cc;
}

.mobilequick .navtable .cell.three {
  width: 20%;
  text-align: right;
}

.mobilequick .navtable .cell.three ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

.mobilequick .navtable .cell.three ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
}

.mobilequick .navtable .cell.three ul li:last-child {
  margin: 0px;
}

.mobilequick .navtable .cell.three ul li a {
  color: #fff;
}

.mobilequick .navtable .cell.three ul li a:hover, .mobilequick .navtable .cell.three ul li a:focus {
  color: #f7f7f7;
}

/* Nav Overlay */

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

nav h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	margin-bottom: 35px;
}

nav hr {
	color: #fff;
	margin-bottom: 50px;
}

nav button, header button {
	-webkit-appearance: none;
	border: 0px;
	background: transparent;
	cursor: pointer;
	font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

.shadenav {
	background-color: #001e45;
	background-color: rgba(0, 30, 69, .98);
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	height: 0px;
	overflow-y: hidden;
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.shadenav.opened {
	visibility: visible;
	opacity: 1;
	min-height: 100%;
	overflow: auto;
	overflow-y: auto;
}

body.single-charities .shadenav {
	background-color: #45515c;
	background-color: rgba(69, 81, 92, .98);
}

nav .catgroup {
	max-width: 90%;
	color: #fff;
	font-family: 'Montserrat', Arial, Verdana, serif;
	font-weight: 800;
}

nav .catgroup ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 1.4em;
}

nav .catgroup ul.multi {
	-moz-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
	 -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
	font-size: 1em;
	margin-bottom: 50px;
}

nav .catgroup ul li {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	margin-bottom: 15px;
	list-style-type: none;
	display: block;
	color: #21b3e8;
}

nav .catgroup ul li:last-of-type {
	margin: 0px;
}

nav .catgroup ul a {
	color: #fff;
}

nav .catgroup ul a:hover {
	text-decoration: underline;
}

nav .atabledalt {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

nav .atabledalt .cell {
	display: table-cell;
	vertical-align: top;
}

nav .atabledalt .cell.one {
	width: 40%;
}

nav .shadeemail {
	color: #fff;
	text-align: left;
}

nav .shadeemail label {
	color: #fff !important;
}

nav .shadeemail small {
	font-weight: normal;
	font-size: .850em;
}

nav .shadeemail small a {
color: #21b3e8;
}

nav .shadeemail small a:hover {
color: #fff;
}

nav .atabledalt .cell.two {
	width: 60%;
	text-align: right;
	padding-left: 3%;
}

nav .atabledalt .cell ul.social {
	font-size: .750em;
	margin-top: 25px;
}

nav .atabledalt .cell ul.social li {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	margin-right: 10px;
}

nav .atabledalt .cell ul.social li:last-of-type {
	margin: 0px;
}

/* Header */

header, .shadetop {
	padding-top: 45px;
	padding-bottom: 120px;
}

.single-video header, .page-template-temp-newsletter header {
	padding-bottom: 30px;
}

.shadetop {
	padding-top: 55px;
}

header .atabled, .shadetop .atabled {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

header .atabled .cell, .shadetop .atabled .cell {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}

header .atabled .cell.one, .shadetop .atabled .cell.one {
	width: 40%;
}

header .atabled .cell.two, .shadetop .atabled .cell.two {
	width: 60%;
	padding-left: 5%;
	text-align: right;
}

header .atabled .cell img.logo, .shadetop .atabled .cell img.logo {
    max-width: 100%;
    width: 273px;
}

header .atabled .cell img.logo.webinars, .shadetop .atabled .cell img.logo.webinars {
    max-width: 100%;
    width: 340px;
}

header .color-green svg, .shadetop .color-green svg {
	color: #5EA000;
}

header .color-blue svg, .shadetop .color-blue svg {
	color: #001d44;
}

header .fa-stack:hover .color-green svg, header .fa-stack:hover .color-blue svg, .shadetop .fa-stack:hover .color-green svg, .shadetop .fa-stack:hover .color-blue svg {
	color: #fff;
}

header .fa-stack:hover svg.fa-inverse, header .fa-stack:hover svg.fa-inverse, .shadetop .fa-stack:hover svg.fa-inverse, .shadetop .fa-stack:hover svg.fa-inverse {
	color: #333;
}

header .fa-stack, .shadetop .fa-stack {
	display: inline-block;
	vertical-align: middle;
}

header .color-green svg path, .shadetop .color-green svg path {
  stroke: #82c341;
  stroke-width: 40;
}

header .color-blue svg path, .shadetop .color-blue svg path  {
  stroke: #293b5e;
  stroke-width: 40;
}

/* Header Search */

form.search-form {
	width: 70%;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

form.search-form.mobilesearch {
	display: none;
	margin-bottom: 35px;
}

form.search-form input[type=text], form.search-form input.search-field {
	font-size: 1rem;
	margin: 0px;
	width: 65%;
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,29,41,0.28);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,29,41,0.28);
box-shadow: 0px 3px 5px 0px rgba(0,29,41,0.28);
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background-color: #fff;
	font-weight: 800;
	color: #555;
	border: 0px;
	vertical-align: middle;
}

form.search-form input.search-field::-webkit-input-placeholder, form.search-form input.search-field:-moz-placeholder, form.search-form input.search-field::-moz-placeholder, form.search-form input.search-field:-ms-input-placeholder {
   color: #e2e2e2;
}

form.search-form:after {
	clear: both;
	content: "";
	display: block;
}

form.search-form input.search-submit {
	border: 0px;
	padding: 10px;
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
	background-color: #F06400;
	line-height: 1.2;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	font-size: 1rem;
	float: right;
	height: 50px;
	overflow: hidden;
	-webkit-appearance: none;
	margin: 0px;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}

form.search-form input.search-submit:hover {
	background-color: #3b4a91;
}

form.search-form .search-submit {
	background-color: inherit;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	vertical-align: middle;
}

/* Layer Variants */

.layer.opener {
	padding-bottom: 0px;
}

/* Layer Colors */

.layer.grey {
	background-color: #ebf1f1;
}

.layer.white {
	background-color: #fff;
}

.layer.prefill {
	padding-top: 75px;
	padding-bottom: 100px;
}

.layer.prefill.emptytop {
	padding-top: 0px;
}

.layer.centeredtext {
	text-align: center;
}

.layer.centeredtext.min .wrap {
	max-width: 50%;
}

.layer.centeredtext.min small a {
	color: #25408f;
}

.layer.centeredtext.min small a:hover {
	color: #333;
}

.layer.centeredtext.min h3 {
	color: #666;
	margin-bottom: 15px;
}

.layer.centeredtext.min .wrap .frm_full, 
.layer.centeredtext.min .wrap .frm_full .wp-editor-wrap, 
.layer.centeredtext.min .wrap .frm_full input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), 
.layer.centeredtext.min .wrap .frm_full select, .frm_full textarea {
	width: 70% !important;
	margin: 0 auto;
	margin-bottom: 15px;
}

.layer.prefill.homelayer {
	border-top: 50px solid #fff;
}

/* Section Breaks */

.layer.prefill h2 {
	color: #384056;
	font-size: 2.2em;
	line-height: 1.5;
	margin: 0px;
	padding-top: 45px;
	margin-bottom: 0px;
}

/* Offset Adjustments */

/*
.chromeoffset-fifty {
	margin-bottom: -50px;
}
*/

.heightbig .wrap {
	height: 100%;
}

.postblock.calcoffset {
max-height: calc(100% - 30px);
}

/* News Blocks */

.postblock {
	position: relative;
}

.flex {
	/*
	display: flex;
	justify-content: space-between;
	*/
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	grid-gap: 2.4em;
}

.flex.alt {
	grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
	grid-gap: 0px;
}

.flex.alt.alttwo {
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	grid-gap: 32px;
	grid-row-gap: 60px; 
}

.flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.flex.offset {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}

.layer.media .flex.offset {
	top: -100px;
	margin-bottom: -100px;
}

.flex .postitem img {
	max-width: 100%;
	border: 10px solid #e4eced;
	height: auto;
	margin-bottom: 10px;
	line-height: 0;
}

.postitem h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0px;
	margin-bottom: 5px;
}

.postitem h3 a, .postitem h3 {
	color: #474c55;
}

.postitem h3 a:hover {
	color: #333;
}

.postitem h4 {
	color: #4F596F;
	margin: 0px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: .9em;
}

.postitem a.readmore {
	background-color: #CE0643;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: 14px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    font-family: 'Montserrat', Arial, Verdana, serif;
    font-weight: 800;
	display: inline-block;
}

.postitem a.readmore:hover {
background-color: #dd0183;
}

.postitem a.morestandard {
	color: #001e45;
	font-family: 'Montserrat', Arial, Verdana, serif;
    font-weight: 800;
}

.postitem a.morestandard:hover {
	color: #333;
	text-decoration: underline;
}

ul.catpills {
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 10px;
	line-height: 2.4;
	font-size: .9em;
	font-weight: 700;
}

ul.catpills li {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}

ul.catpills li:last-child {
	margin: 0px;
}

ul.catpills li a {
	padding: 8px;
	padding-right: 12px;
	padding-left: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #000;
	color: #fff;
	display: block;
	line-height: 1;
}

ul.catpills li.catcolor.webdefault a {
	background-color: #20b3e8;
}
ul.catpills li.catcolor.pink a {
	background-color: pink;
}

ul.catpills li.catcolor.green a {
	background-color: #82c341;
}

/* Brand Colors */

ul.catpills li.catcolor.steel a {
background-color: #939595;
}

ul.catpills li.catcolor.cerulean a {
background-color: #009FDB;
}

ul.catpills li.catcolor.dusk a {
background-color: #385e9d;
}

ul.catpills li.catcolor.greyscale a {
background-color: #636363;
color: #fff;
}

ul.catpills li.catcolor.midnight a {
background-color: #1c2345;
}

ul.catpills li.catcolor.tenpercent a {
background-color: #0078ab;
}

ul.catpills li.catcolor.quicksilver a {
background-color: #6791a9;
}

ul.catpills li.catcolor.grass a {
background-color: #84bd00;
}

ul.catpills li.catcolor.tangerine a {
background-color: #FFA300;
}

ul.catpills li.catcolor.bubblegum a {
background-color: #DD74A1;
}

ul.catpills li.catcolor.kiwi a {
background-color: #A4D65E;
}

ul.catpills li.catcolor.bluewave a {
background-color: #6791a9;
}

ul.catpills li.catcolor.success a {
background-color: #00ab4c;
}

ul.catpills li.catcolor.cloud a {
background-color: #62b5e5;
}

ul.catpills li.catcolor.orange a {
background-color: #f06400;
}

ul.catpills li.catcolor.fuschia a {
background-color: #eb008b;
}

ul.catpills li.catcolor.platinum a {
background-color: #d9e1e2;
}

ul.catpills li.catcolor.midnight a {
background-color: #1C2345;
}

ul.catpills li.catcolor.cerulean1 a {
background-color: #EBF9FD;
}

ul.catpills li.catcolor.cerulean2 a { 
background-color: #D9F2FB;
}

ul.catpills li.catcolor.cerulean3 a {
background-color: #7FD4EF;
}

ul.catpills li.catcolor.cerulean4 a {
	background-color: #33BAE6;
}

ul.catpills li.catcolor.cerulean5 a {
	background-color: #009FDB;
}

ul.catpills li.catcolor.cerulean6 a {
	background-color: #008CC3;
}

ul.catpills li.catcolor.cerulean7 a { 
	background-color: #0078AB;
}

ul.catpills li.catcolor.neutral1 a {
	background-color: #F7F8FA;
}

ul.catpills li.catcolor.neutral2 a {
	background-color: #E6E9ED;
}

ul.catpills li.catcolor.neutral3 a {
	background-color: #CCD3DE;
}

ul.catpills li.catcolor.neutral4 a {
background-color: #8894A8;
}

ul.catpills li.catcolor.neutral5 a {
	background-color: #657287;
}

ul.catpills li.catcolor.neutral6 a {
	background-color: #4F596F;
}

ul.catpills li.catcolor.neutral7 a {
	background-color: #384056;
}

ul.catpills li.catcolor.deep1 a {
	background-color: #EDF3FC;
}

ul.catpills li.catcolor.deep2 a {
	background-color: #B2C9E8;
}

ul.catpills li.catcolor.deep3 a {
	background-color: #6694D3;
}

ul.catpills li.catcolor.deep4 a {
	background-color: #3370C4;
}

ul.catpills li.catcolor.deep5 a {
	background-color: #0058D3;
}

ul.catpills li.catcolor.deep6 a {
	background-color: #064481;
}

ul.catpills li.catcolor.deep7 a {
	background-color: #0C308F;
}

ul.catpills li.catcolor.poppy1 a {
	background-color: #FDEFE5;
}

ul.catpills li.catcolor.poppy2 a {
	background-color: #FAD0B2;
}

ul.catpills li.catcolor.poppy3 a {
	background-color: #F6A266;
}

ul.catpills li.catcolor.poppy4 a {
	background-color: #F27B26;
}

ul.catpills li.catcolor.poppy5 a {
	background-color: #F06400;
}

ul.catpills li.catcolor.poppy6 a {
	background-color: #EB5100;
}

ul.catpills li.catcolor.poppy7 a {
	background-color: #DB3A00;
}

ul.catpills li.catcolor.emerald1 a {
	background-color: #EBF9F1;
}

ul.catpills li.catcolor.emerald2 a {
	background-color: #98DDB7;
}

ul.catpills li.catcolor.emerald3 a {
	background-color: #4EC583;
}

ul.catpills li.catcolor.emerald4 a {
	background-color: #00AB4C;
}

ul.catpills li.catcolor.emerald5 a {
	background-color: #008427;
}

ul.catpills li.catcolor.emerald6 a {
	background-color: #00711B;
}

ul.catpills li.catcolor.emerald7 a {
	background-color: #006415;
}

ul.catpills li.catcolor.grass1 a {
	background-color: #E2F2CE;
}

ul.catpills li.catcolor.grass2 a {
	background-color: #C0E391;
}

ul.catpills li.catcolor.grass3 a {
	background-color: #AAD562;
}

ul.catpills li.catcolor.grass4 a {
	background-color: #9DCA33;
}

ul.catpills li.catcolor.grass5 a {
	background-color: #84BD00;
}

ul.catpills li.catcolor.grass6 a {
	background-color: #5EA000;
}

ul.catpills li.catcolor.grass7 a {
	background-color: #3E8400;
}

ul.catpills li.catcolor.magenta1 a {
	background-color: #FDECF2;
}

ul.catpills li.catcolor.magenta2 a {
	background-color: #F4B5CD;
}

ul.catpills li.catcolor.magenta3 a {
	background-color: #ED84AD;
}

ul.catpills li.catcolor.magenta4 a {
	background-color: #E23B7C;
}

ul.catpills li.catcolor.magenta5 a {
	background-color: #DB0A5B;
}

ul.catpills li.catcolor.magenta6 a {
	background-color: #CE0643;
}

ul.catpills li.catcolor.magenta7 a {
	background-color: #C2022C;
}

ul.catpills li.catcolor.marigold1 a {
	background-color: #FFF8EB;
}

ul.catpills li.catcolor.marigold2 a {
	background-color: #FFEDCC;
}

ul.catpills li.catcolor.marigold3 a {
	background-color: #FFDA99;
}

ul.catpills li.catcolor.marigold4 a {
	background-color: #FFBE4C;
}

ul.catpills li.catcolor.marigold5 a {
	background-color: #FFA300;
}

ul.catpills li.catcolor.marigold6 a {
	background-color: #EF9000;
}

ul.catpills li.catcolor.marigold7 a {
	background-color: #DE7C00;
}

ul.catpills li.catcolor.violet1 a {
	background-color: #F8F6FC;
}

ul.catpills li.catcolor.violet2 a {
	background-color: #E5DDF4;
}

ul.catpills li.catcolor.violet3 a {
	background-color: #BEAAE3;
}

ul.catpills li.catcolor.violet4 a {
	background-color: #9678DE;
}

ul.catpills li.catcolor.violet5 a {
	background-color: #7D55C7;
}

ul.catpills li.catcolor.violet6 a {
	background-color: #633EB5;
}

ul.catpills li.catcolor.violet7 a {
	background-color: #4A27A4;
}

ul.catpills li.catcolor.human1 {
	background-color: #D5A286;
}

ul.catpills li.catcolor.human2 a {
	background-color: #DCBFA6;
}

ul.catpills li.catcolor.human3 a {
	  background-color: #C58B68;
}

ul.catpills li.catcolor.human4 a {
	background-color: #B9975B;
}

ul.catpills li.catcolor.human5 a {
	  background-color: #99552B;
}

ul.catpills li.catcolor.human6 a {
	background-color: #85431E;
}

ul.catpills li.catcolor.human7 a {
	background-color: #6D4F47;
}

ul.catpills li.catcolor.human8 a {
	background-color: #623B2A;
}

/* Item Customizations */

.postitem.block:nth-of-type(1) {
	padding-right: 20%;
	border-right: 1px solid #c6cdd1;
}

.postitem.block:nth-of-type(2) {
	padding-left: 20%;
	border-left: 1px solid #c6cdd1;
}

.postitem.block small {
	font-weight: normal;
	color: #666;
}

.postitem.block small a {
	color: #dd0183;
}

.postitem.block small a:hover {
	color: #333;
}

.postitem.block.singlecta {
	width: auto;
	border: 0px;
	display: block;
	padding: 0px;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	top: -100px;
	position: relative;
	margin-bottom: -100px;
}

.postitem.block.singlecta img {
	margin-bottom: 20px;
	border: 10px solid #fff;
}

.flex.singlecta {
	width: auto;
	display: block;
}

.flexbox .block {
	width: 30%;
}

/* +++ Opening +++ */

.postblock.featured {
	width: auto;
}

.postblock.featured .imagebox {
	background-color: #fff;
	border: 20px solid #fff;
	position: relative;
	line-height: 0px;
	text-align: auto;
}

.postblock.featured .imagebox.avideo {
border-color: #e4eced;
margin-bottom: 20px;
}

.postblock.featured .imagebox img {
	width: 100%;
	height: auto;
	line-height: 0px;
	display: block;
	margin: 0 auto;
}

.postblock.featured .imagebox.offset {
	position: relative;
	top: -100px;
	margin-bottom: -50px;
}

.postblock.featured .captionbox {
	position: absolute;
	right: 0px;
	bottom: -29px;
	z-index: 5;
	width: 100%;
	padding: 25px;
	background-color: #f7f8fa;
}

.postblock.featured .captionbox .atabled {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.postblock.featured .captionbox .atabled .cell {
	display: table-cell;
	vertical-align: middle;
}

.postblock.featured .captionbox .atabled .cell.one {
	width: 15%;
	padding-right: 10px;
	font-size: 2rem;
	text-align: center;
}

.postblock.featured .captionbox .atabled .cell.two {
	width: 85%;
	padding-left: 10px;
	border-left: 1px solid #e2e2e2;
}

.postblock.featured .textbanner {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
    align-items: center;
	color: #222;
	text-align: center;
}

.postblock.featured .textbanner .outwrap {
	border: 5px solid #1c2345;
	padding: 30px;
	display: inline-block;
	background-color: #fff;
	max-width: 80%;
	margin: 0 auto;
}

.postblock.featured .textbanner .outwrap h1 {
	line-height: 1;
	color: #1c2345;
}

/* Default Page Header Blocks */

.layer.opener.topline {
	padding-bottom: 50px;
}

.layer.opener.topline.textoverlay {
	padding-bottom: 25px;
}

.topline .negativeoffseta {
	margin-bottom: -50px;
}

.topline.textoverlay .negativeoffseta {
	margin-bottom: -25px;
}

.page.alert {
	background-color: #fffded;
	border-top: 1px solid #1C2345;
	border-bottom: 1px solid #1C2345;
	padding: 12px;
	padding-top:  10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.page.alert p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.page.alert p:last-child {
	margin: 0px;
}

.topline h1 {
	margin: 0px;
	padding: 0px;
	font-size: 2.2em;
}

.postitem.postblock h3 {
	font-size: 1.8em;
}

.postitem.postblock h4 {
	margin: 0px;
}

.morefooter {
	border-top: 2px solid #c6cdd1;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 1.1em;
	font-family: 'Montserrat', Arial, Verdana, serif;
    font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 40px;
	vertical-align: middle;
}

.morefooter:before {
	clear: both;
	content: "";
	display: block;
}

.morefooter a {
	color: #474c55;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}

.morefooter a:hover {
	color: #333;
}

.morefooter span.fa-2x {
	font-size: 1.4em;
	display: inline-block;
	vertical-align: middle;
}

.morefooter .fa-stack {
	vertical-align: middle;
	line-height: 1;
	top: -3px;
}

.morefooter .fa-stack svg.fa-play {
	left: 2px;
}

.morefooter.wpnavi {
	text-align: center;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	padding-top: 40px;
}

.morefooter.wpnavi a {
	border-color: #e2e2e2;
	vertical-align: inherit;
	display: inline;
	padding: 6px;
}

.morefooter.wpnavi .wp-pagenavi span {
	border-color: #e2e2e2;
	padding: 6px;
}

.morefooter.wpnavi .wp-pagenavi span.current {
	background-color: #00a9e0;
	color: #fff;
	border-color: #25408f;
}

.morefooter.wpnavi .wp-pagenavi span.pages {
	color: #666;
}

/* Single post and page */

.layer.single {
	padding-bottom: 0px;
}

.layer.standardgaps {
	padding-bottom: 50px !important;
	padding-right: 20px;
	padding-left: 20px;
}

.singleoffset {
position: relative;
top: -100px;
margin-bottom: -100px;
overflow: hidden; /* prevent footer from being clipped */
}

.singleoffset.resetoffset {
	margin-bottom: 0px;
}

.layer.single h1 {
	font-size: 2.4em;
	color: #474c55;
	margin: 0px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.layer.single {
	color: #333;
}

.layer.single .postbody {
	line-height: 1.6;
}

.layer.single h2, .layer.single h3, .layer.single h3, .layer.single h4, .layer.single h5 {
	margin-top: 40px;
	margin-bottom: 40px;
}

body.single-charities .layer.single h2, body.single-charities .layer.single h3, body.single-charities .layer.single h3, body.single-charities .layer.single h4, body.single-charities .layer.single h5 {
color: #84bd00;
}

.layer.single .postbody p, .layer.single .postbody ul, .layer.single .postbody ol {
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

.layer.single .postbody p:last-of-type {
	margin: 0px;
}

.layer.single .imagebox {
	background-color: #fff;
	border: 20px solid #fff;
	position: relative;
	line-height: 0px;
	text-align: auto;
}

.layer.single .imagebox.avideo {
border-color: #e4eced;
margin-bottom: 20px;
}

.layer.single .imagebox img {
	width: 100%;
	height: auto;
	line-height: 0px;
	display: block;
	margin: 0 auto;
}

.postbody.offsetbody {
	position: relative;
	top: -75px;
	max-width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px;
	padding-bottom: 0px;
	margin-bottom: -75px;
}

.postbody.offsetbody.nogaps {
	top: auto;
	padding-bottom: 50px !important;
}

.layer.single ul.catpills {
	margin-bottom: 30px;
}

.layer.single .articlecontent:after {
	clear: both;
	content: "";
	display: block;
}

.layer.single .articlecontent .slimsidebar {
	width: 22%;
	display: inline-block;
	float: left;
}

.layer.single .articlecontent article.articlecol {
	margin: 0px;
	padding: 0px;
	width: 75%;
	float: right;
	display: inline-block;
	 /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.layer.single .articlecontent.video article.articlecol {
	float: none;
	width: auto;
	display: block;
}

.layer.single .articlecontent.video article.articlecol br {
	display: none;
}

.layer.single .articlecontent.video article.articlecol .ccb_single_video_player {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.layer.single .articlecontent.video article.articlecol .ccb_single_video_player iframe {
	max-width: 100%;
}

.layer .ccb_single_video_player {
	width: 100% !important;
	padding: 20px;
	background-color: #ddd;
}

.layer.single .articlecontent .slimsidebar p.social {
	color: #999;
	font-family: 'Montserrat', Arial, Verdana, serif;
    font-weight: 800;
	line-height: 1.2;
	font-size: .9em;
	padding-bottom: 20px;
	border-bottom: 10px solid #c6cdd1;
	margin-bottom: 20px;
}

.layer.single .articlecontent .slimsidebar ul.social {
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 10px solid #009FDB;
	margin-bottom: 20px;
}

.layer.single .articlecontent .slimsidebar ul.social li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-right: 2px;
}

.layer.single .articlecontent .slimsidebar ul.social li:last-child {
	margin: 0px;
}

.layer.single .articlecontent .slimsidebar ul.social li a {
	color: #c6cdd1;
	display: block;
	margin: 0px;
	padding: 0px;
}

.layer.single .articlecontent .slimsidebar ul.social li a:hover {
color: #25408f;
}

.layer.single .articlecontent article ul, .layer.single .articlecontent article ol {
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	margin-bottom: 25px;
}

.layer.single .articlecontent article ul li, .layer.single .articlecontent article ol li {
	margin-bottom: 6px;
}

.layer.single .articlecontent article ul li:last-of-type, .layer.single .articlecontent article ol li:last-of-type {
	margin: 0px;
}

article a {
	color: #2a65ad;
}

article a:hover {
	color: #25408f;
	text-decoration: underline;
}

/* Alt Header Layout Single Post */

.titlegrid {
	border: 20px solid #fff;
	padding: 20px;
	background-color: #e2e2e2;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.titlegrid .atabled {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 0px;
}

.titlegrid .atabled .cell {
	display: table-cell;
	vertical-align: middle;
}

.titlegrid .atabled .cell.one {
	width: 70%;
	padding-bottom: 20px;
	padding-right: 10%;
}

.titlegrid .atabled .cell.two {
	width: 30%;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #fff;
	vertical-align: bottom;
}

.titlegrid .atabled .cell img {
	max-width: 100%;
	height: auto;
	line-height: 0px;
	display: block;
	/* border: 1px solid #ccc; */
}

/* Charity Overrides */

body.single-charities {
	background-color: #cfe6be;
	border-color: #82c341;
}

body.single-charities footer {
background-color: #9ecf7c;
}

/* Footer */

footer {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: .850em;
}

footer .creds {
	text-align: center;
}

footer .block.nav {
	font-size: 1.1em;
	font-family: 'Montserrat', Arial, Verdana, serif;
    font-weight: 800;
}

footer .block.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

footer .block.nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 10px;
}

footer .block.nav ul li:last-child {
	margin: 0px;
}

footer .block.nav ul li a {
	color: #fff;
}

footer .block.nav ul li a:hover {
	text-decoration: underline;
}

footer .disclaimerbox {
	border: 1px solid #fff;
	padding: 12px;
	text-align: center;
	font-size: .9em;
}

footer .disclaimerbox a {
	color: #25408f;
	font-weight: bold;
}

footer .disclaimerbox a:hover {
	text-decoration: underline;
}

footer img.logofooter {
	max-width: 80%;
	width: auto;
	height: auto;
	line-height: 1;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

/* Mmenu */

body .mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom {
  height: calc(100% - 0px);
}

body .mm-menu.mm-theme-black {
  background: #fff;
  color: #222;
}

body .mm-menu.mm-theme-black a {
  color: #222;
}

body .mm-menu .mm-navbar-size-2 {
  text-align: left;
  position: relative;
  border-bottom: none;
  background: #e2e2e2;
  color: #666;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

body .mm-menu .mm-navbar-size-2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

body .mm-menu .mm-navbar-size-2 > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

body .mm-menu .mm-navbar-size-2 a {
  color: #555;
  margin-right: 15px;
}

body .mm-menu .mm-navbar-size-2 a, body .mm-menu .mm-navbar-size-2 span.closethis {
  color: #222;
  font-size: 1.5rem;
  display: inline-block;
  width: auto;
}

body .mm-menu .mm-navbar-size-2 span.closethis {
  float: right;
  color: #ca1717;
}

body .mm-menu .mm-navbar-size-2 a:last-of-type {
  margin: 0px;
}

body .mm-menu.mm-theme-black .mm-navbar a {
  color: #555;
}

body .mm-menu .mm-navbar-size-2 a:hover {
  color: #111 !important;
}

body .mm-navbar-size-2 {
  height: inherit;
}

body .mm-navbar.mm-navbar-size-1 {
  background: #ccc;
  color: #222;
}

body .mm-navbar.mm-navbar-size-1 .mm-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}

body .mm-listview .mm-next {
  background: #5ebfa9;
}

body .mm-menu .mm-listview {
  text-transform: uppercase;
  font-size: 1.4rem;
}

body .mm-menu .mm-listview li {
  vertical-align: middle;
  display: block;
  margin-bottom: 10px;
}

body .mm-menu .mm-listview li:last-child {
  margin: 0px;
}

body .mm-menu .mm-listview li:last-child:after {
  content: none;
  display: none;
}

body .mm-menu .mm-listview a, body .mm-menu .mm-listview span {
  color: #222;
  text-align: left;
  padding-right: 20px !important;
}

body .mm-menu .mm-listview a:hover, body .mm-menu .mm-listview a:hover + span {
  color: #5ebfa9;
}

body .mm-menu .mm-panels > .mm-panel:after {
  content: none;
  display: none;
}

body .mm-menu .mm-panels > .mm-panel > .mm-listview {
  margin: 0;
}

body .mm-listview-large .mm-listview > li > a:not(.mm-next), body .mm-listview-large .mm-listview > li > span {
  padding: 12px;
}

body .mm-listview a.mm-next {
  padding: 20px;
  display: inline-block;
}

body .mm-menu.mm-theme-black .mm-btn:after, body .mm-menu.mm-theme-black .mm-btn:before {
  border-color: #000;
}

body .mm-next:after, body .mm-prev:before {
  width: 15px;
  height: 15px;
}

body .mm-menu.mm-theme-black .mm-btn:after, body .mm-menu.mm-theme-black .mm-btn:before {
  border-color: #222 !important;
  width: 15px;
  height: 15px;
}

body .mm-next:after, body .mm-prev:before {
  right: 21px;
}

body .mm-prev:before {
  right: auto;
  left: 35px;
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: #fff !important;
  width: 15px;
  height: 15px;
}

body .mm-panels > .mm-panel:before {
  height: 0px;
}

/* Fix menu jump */

.mm-opening .mm-page {
  position: absolute !important;
  overflow: hidden;
}

/* WordPress Image Defaults */

.single .articlecontent article.articlecol img {
	max-width: 100%;
	height: auto;
}

.wp-caption {
text-align: center;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p {
margin: 0px;
padding: 0px;
line-height: 1.3;
font-size: .8em;
color: #666;
font-weight: bold;
}

img.alignright, .alignright, .wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 25px;
}

img.alignleft, .alignleft, .wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
}

img.aligncenter, .aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

/* Table Styles */

table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:50px auto;
	overflow-x: auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: #15bef0; 
	color: white; 
	font-weight: bold; 
	}

/* Force the first cell to be small */

table th:first-of-type {
	width: 30%;
}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	}

@media screen and (max-width: 600px) {
	table {
		font-size: .8em;
	}
}

/* Newsletter Block */

.newsletterpost {
	text-align: center;
	font-size: 1.1em;
}

.newsletterpost span.bigger {
	font-size: 1.6em;
	margin-bottom: 25px;
}

.newsletterpost hr {
	margin-top: 50px;
}

.newsletterpost .wrap {
	max-width: 60%;
}

.newsletterpost h1,  .newsletterpost h2, .newsletterpost h3 {
	margin-bottom: 15px;
}

.newsletterpost p {
	line-height:  1.8;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

/* BlockQuotes */

blockquote {
    border-radius: 3px;
    position: relative;
    font-style: italic;
    text-align: left;
    padding: 15px;
    width: 90%;
	margin: 0 auto;
    color: #4a4a4a;
    background: #f9f9f9;
	border-left: 4px solid #009FDB;
	margin-bottom: 25px;
}

/* Select Box */

.filterbar {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #e2e2e2;
}

.filterbar:after {
	clear: both;
	content: "";
	display: block;
}

.select-box {
  cursor: pointer;
  position : relative;
  float: right;
  display: inline-block;
  width: calc(100%/3 - 1.5em);
}

.select-box .select,
.select-box .label {
  color: #414141;
  display: block;
  font: 400 1em/2em 'Roboto', Arial, Verdana, sans-serif;
}

.select-box .select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.select-box .select-box1 {
  border: 1px solid #21b3e8;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}

.select-box .label {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}

.select-box [class^="svg-inline"] {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}

.select-box .label::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
display: none;
}

.select-box .open .label::after {
   content: "\f077";
}
.select-box .label::after {
  content: "\f078";
}

/* Action Kit Styles */

.action_form, .frm_forms {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.frm_forms fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.action_form input, .frm_forms input {
	border: 2px solid #444;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.3em;
	margin-bottom: 10px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

.action_form label, .frm_forms label {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: .9em;
	color: #333;
	margin-left: 15px;
}

.centeredtext .action_form label, .centeredtext .frm_forms label {
	margin: 0px;
	margin-bottom: 5px;
}

.action_form button, .frm_forms button {
	background-color: #CE0643;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: 14px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'Montserrat', Arial, Verdana, serif;
	font-weight: 800;
	display: inline-block;
	-webkit-appearance: none;
	border: 0px;
	cursor: pointer;
}

/* Page Links */

.pagelinks:after {
	clear: both;
	content: "";
	display: block;
}

.pagelinks .next-posts-link {
	float: left;
	width: 45%;
	text-align: left;
}

.pagelinks .prev-posts-link {
	float: right;
	width: 45%;
	text-align: right;
}

/* Webinars */

body.page-template-template-webinars, body.tax-webcat, body.single-training {
	background-color: #009fdb;
}

.ytbox {
    overflow: hidden;
    position: relative;
    width:100%;
}

.ytbox::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.ytbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytbox .videolocked {
	position: absolute;
	z-index: 5;
	background-color: #000;
	background-color: rgba(0, 0, 0, .95);
	width: 100%;
	height: 100%;
	line-height: 0px;
}

.ytbox .videolocked .centerit {
	text-align: 1.4;
	color: #fff;
	font-size: 1.3rem;
	display: block;
	text-align: center;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ytbox .videolocked .centerit i.yellow {
	font-size: 2em;
	color: #edc834;
}

/* Media queries - Everything smaller */

@media only screen and (max-width : 1140px) {
	
	header .atabled, .shadetop .atabled {
		font-size: .9em;
	}
	header .atabled .cell.one, .shadetop .atabled .cell.one {
		width: 30%;
	}
	
	header .atabled .cell.two, .shadetop .atabled .cell.two {
		width: 70%;
	}
	
	form.search-form {
		width: 60%;
	}
	
	form.search-form input.search-field {
		width: 60%;
	}
}

@media only screen and (max-width : 720px) {
	body {
		border: 0px !important;
	}
	
	header, .shadetop {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	header .atabled .cell.one, .shadetop .atabled .cell.one {
	width: 60%;
	}
	
	header .atabled .cell.two, .shadetop .atabled .cell.two {
		width: 40%;
		padding-left: 5%;
		text-align: right;
	}
	
	form.search-form {
		display: none;
	}
	
	nav .catgroup ul.multi {
		column-count: 1;
	}
	
nav .atabledalt, nav .atabledalt .cell, nav .atabledalt .cell.one, nav .atabledalt .cell.two {
display: block;
width: auto;
text-align: left;
}
	
	nav .atabledalt, nav .atabledalt .cell {
		margin-bottom: 20px;
	}
	
	nav .atabledalt, nav .atabledalt .cell:last-of-type {
		margin: 0px;
	}
	
	form.search-form.mobilesearch {
		display: block;
		width: 90%;
	}
	
	.wrap {
		padding-right: 20px;
		padding-left: 20px;
	}

	.flex, .flexbox {
		display: block;
		width: auto;
	}
	
	.layer.single, .layer.topline {
		padding-top: 20px;
	}
	
	.layer.topline {
		padding-bottom: 20px;
	}
	
	.layer.prefill {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.layer.single .imagebox, .postblock.featured .imagebox, .postblock.featured .imagebox.offset {
		border: 0px;
		margin-bottom: 25px;
	}
	
	.layer.single .articlecontent .slimsidebar, .layer.single .articlecontent article.articlecol {
		width: auto;
		display: block;
		float: none;
	}
	
	.postbody.offsetbody, .singleoffset, .topline .negativeoffseta, .flex.offset {
		top: auto;
		padding: 0px;
		margin: 0px;
		margin: 0 auto;
	}
	
	.postitem, .postitem.block {
		width: auto;
		margin: 0px;
		padding: 0px;
		margin-bottom: 50px;
	}
	
	.layer.opener {
		padding-top: 0px;
		border-top: 20px solid #fff;
	}
	
	.layer.opener .wrap, .layer.single .wrap {
		padding: 0px;
	}
	
	.layer.opener .wrap h1 {
		padding-right: 20px;
		padding-left: 20px;
	}

	.postitem.block:last-of-type, .postitem:last-of-type {
		margin: 0px;
	}
	
	.flex .postitem img {
		width: 100%;
		height: auto;
	}
	
	.postitem.block:nth-of-type(1), .postitem.block:nth-of-type(2) {
		border: 0px;
		padding: 0px;
	}
	
	.postblock.featured {
		display: block;
	}
	
	.postblock.featured .captionbox {
		position: static;
		width: auto;
		margin: 0px;
		height: auto;
	}
	
	.postblock.featured .imagebox.offset {
		top: auto;
		margin-bottom: 25px;
	}
	
	.chromeoffset-fifty {
		margin-bottom: 0px;
	}
	
	.layer.single .postbody {
		margin-bottom: 50px;
	}
	
	.layer.centeredtext.min .wrap {
		max-width: 90%;
	}
	
  .mobilequick {
    display: block;
  }
	
	.flexbox .block {
		width: auto;
	}
	
.newsletterpost .wrap {
	max-width: none;
}
	
	footer .block {
		width: auto;
		display: block;
		margin-bottom: 50px;
		text-align: center;
	}
	
	footer .block:last-of-type {
		margin: 0px;
	}
	
  img.alignnone {
    float: none;
    margin: 0px;
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
	
  img.size-medium {
    max-width: 150px;
  }
	
  .wp-pagenavi span.pages {
    display: block;
    width: auto;
    margin-bottom: 15px;
    border: 0px;
    padding: 0px;
    font-weight: bold;
    color: #999;
  }
		
.postitem.block.singlecta img {
	max-width: 100%;
	width: auto;
	height: auto;
}
	
	.postitem.block.singlecta:last-of-type, .postitem.singlecta:last-of-type {
		margin: 0 auto;
	}
}

@media only screen and (max-width : 540px) {
/* Hide header photos on mobile */

/*
body.archive .postblock.featured .imagebox.offset {
	display: none;
}
*/
	
body.archive .layer.opener.topline {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.postblock.featured .imagebox.offset {
		margin-bottom: 0px;
	}
	
	.postblock.featured .textbanner .outwrap h1 {
		font-size: 1.4em;
	}
}