/*
Theme Name: DES v2.1
Description: The WordPress theme built by <a href="http://cazinc.com">Cazinc</a>.
Version: 2.1
Author: Cazinc Digital
Author URI: http://cazinc.co.uk
*/


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
}

article,
aside,
details,
figcaption,a {}
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * Test filtering
 */
 .object{
    display:none;
  }
.show{
    display:block;
  }
#no-results { 
    display: none; 
}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #313d47;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 60px;
	line-height: 60px;
}
h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 13px;
}
p {
	margin: 0 0 1.75em;
	font-weight: 600;
}

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

blockquote {
	border: 0 solid #313d47;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #313d47;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
}


/**
 * Ali's generic styles
 */
.d-none,
.page-template-resources-page .d-none-resor-landing,
.page-template-resources-page-new-filtering .breadcrumbs {
    display: none !important;
}
.mt-0 {
    margin-bottom: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-30 {
    margin-top: 30px !important;
}
.me-30 {
    margin-right: 30px !important;
}
.w-100 {
    width: 100%;
}
.pd-30 {
    padding: 30px;
}
.ps-30 {
    padding-left: 30px;
}
.pe-20 {
    padding-right: 20px;
}
.pe-30 {
    padding-right: 30px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.ps-50 {
    padding-left: 50px;
}
.pe-50 {
    padding-right: 50px;
}
.pd-50 {
    padding: 50px;
}
.pt-0 {
	padding-top: 0 !important;
}
.flex-80 {
    flex: 1 80%;
    -webkit-flex: 1 80%;
    -ms-flex: 1 80%;
}
.flex-20 {
    flex: 1 20%;
    -webkit-flex: 1 20%;
    -ms-flex: 1 20%;
}
.transition {
    transition: all .35s ease;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.d-none {
    display: none !important;
}
.postition-relative {
    position: relative;
}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}
.flowers-wrap input {
    width: 30px !important;
}
.flower p {
	margin-bottom: 15px;
}
.flower ul {
	margin-bottom: 10px;
}
.flower a:hover {
	color: #499da2;
}
.flower .post-img:hover {
	opacity: 0.6;
}
.page-template-resources-page-new-filtering .intro {
	background-color: #499da2;
    background-image: url(images/bg-graphic.svg);
	background-size: cover;
	background-position: center center;
}
.page-template-resources-page-new-filtering .no-bg-image {
	height: 200px;
}
.new-filters, 
.list-wrap {
    display: none;
}
.new-filters.show-level-filters,
.new-filters.show-area-filters,
.new-filters.show-topics-filters,
.new-filters.show-framework-filters,
.list-wrap.show-list {
    display: block;
}
.filter-btn {
	color: #fff;
	text-decoration: none;
    display: flex;
	align-items: center;
}
.filter-btn:hover, 
.filter-btn.selected {
	color:#f8c01c;
}
.filter-btn svg {
	margin-left: 5px;
    transition: all .35s ease;
}
.filter-btn.selected svg {
	transform: rotate(180deg);
}
.filter-select form input {
    display: none;
}
.filter-select span  {
    background-color: #fff;
    color: #313d47;
    padding: 1px 5px;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
}
.filter-select span:hover, 
.filter-select input:checked + span  {
    background-color:#f8c01c;
    color: #313d47;
}
.arrow-rotate {
	width: 14px;
	transition: all .35s ease;
}
.reset,
.reset:focus {
	text-decoration: none;
    color: #f8c01c;
}
.reset:hover {
	color: #f8c01c;
	text-decoration: underline;
}
.reset:hover .arrow-rotate {
	rotate: 360deg;
}
.flower {
    transition: all .35s ease;
}
/**
 * Hide for now

.flower:hover {
    background: rgba(73, 157, 162, 0.15) !important;
}
     */
a.mask-link {
	text-decoration: none;
}
.mask-link {
	position: absolute;
	background: rgba(73, 157, 162 0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask-link:hover {
	background: rgba(73, 157, 162, 0.5);
}
.mask-link .btn {
	background-color: #f8c01c;
    color: #313d47;
    padding: 10px 40px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
	opacity: 0; 
	transform: translateY(100%);
	transition: all .35s ease;
}
.mask-link:hover .btn {
	opacity: 1; 
	transform: translateY(0);
}
.mask-link .btn:hover {
	background-color: #313d47;
    color: #fff;
}
.foot-section.form {
    display: none;
}
.logo {
	width: 200px;
	height: auto;
	margin-bottom: 30px;
}
.flex, .flex-footer, .flex-filters {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.half {
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
}
.quarter {
    -webkit-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
}
.cta-wrap {
    background-color: #499da2;
    background-image: url(images/bg-graphic.svg);
    background-size: cover;
    padding: 30px 0 35px;
}
.cta {
     -webkit-flex: 1;
     -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 40px;
    color: #fff;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.cta p {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.circle-wrapper {
    width: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 52%;
    margin: auto;
}
.just-spin {
    -webkit-animation: spin-hover 3s 0s infinite;
    -moz-animation:    spin-hover 3s 0s infinite;
    -o-animation:      spin-hover 3s 0s infinite;
    animation:         spin-hover 3s 0s infinite;
}
@-webkit-keyframes spin-hover {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
@-moz-keyframes spin-hover {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
@-o-keyframes spin-hover {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
@keyframes spin-hover {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
.timed-spin {
    -webkit-animation: spin 3s 0s forwards; /* Safari 4+ */
    -moz-animation:    spin 3s 0s forwards; /* Fx 5+ */
    -o-animation:      spin 3s 0s forwards; /* Opera 12+ */
    animation:         spin 3s 0s forwards; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes spin {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
@-o-keyframes spin {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0%   { transform: rotate(0) }
  100% { transform: rotate(360deg); }
}

.resource-feed {
    width: 33.33%;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}
.resource-feed ul {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.resource-feed a,
.resource-feed a:hover,
.resource-feed a:focus {
  text-decoration: none;
}
.resource-feed ul li a,
.resource-feed ul li a:hover,
.resource-feed ul li a:focus {
  text-decoration: underline;
}
.re-img-link {
	width: 100%;
}
.resource-feed h5 {
	padding: 5px 10px;
	background: #3A7F83;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.15s ease;
}
.featured {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.featured-tag {
    width: 180px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.paged .featured {
    display: none;
}
.featured:nth-child(1) {
	background-color: #fff !important;
}
.featured:nth-child(2) {
	background-color: #f2f2f2 !important;
}
.resource-feed:nth-child(2n+1) {
	background-color: #f2f2f2;
}
.resource-feed li a:first-child {
	margin-left: 5px;
}
.resource-feed li a:nth-child(n+2), .cats li a:nth-child(n+2) {
    border-left: 1px solid #888;
    padding-left: 5px;
    margin-left: 3px;
}
.title-wrap {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
}
.hp-title {
	background-color: #313d47;
	color: #fff;
	padding: 30px 30px 10px 30px;
}
.hp-title p {
	margin-top: 15px;
}
.home .bg-image .entry-title {
    opacity: 1 !important;
}
.title-angle {
    height: 156px;
}
.home .bg-image {
    height: 700px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 190px;
}
.bg-image {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center center;
    position: relative;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.no-bg-image {
	width: 100%;
	height: 350px;
    background-color: #2c1728;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
#search-form {
	display: flex;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 40px;	
}
#search-form input {
	margin: 0;
	border-radius: 0;
}
#header-search-form {
	height: 45px;
	width: 0px;
	padding: 0;
	border: 0;
    transition: all 0.15s ease;
}
.search-icon {
	width: 45px;
	height: 45px;
	background-color: #f8c01c;
    background-image: url(images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    border-radius: 8px 0 0 8px;
}
.show-hide {
    width: 300px !important;
    padding: 10px !important;
}
.intro {
    background-image: url(images/bg-graphic.svg);
	background-size: cover;
	background-position: center center;
    background-attachment: fixed;
    background-color: #e86736;
    padding: 50px;
    color: #fff;
}
.page-about-us .intro, 
.parent-pageid-60 .intro,
.page-partner-with-us .intro,
.parent-pageid-78 .intro {
    background-color: #499da2 !important;
}
.page-events .intro, .single-event .intro {
    background-color: #313d47 !important;
}
.page-news .intro, .single.news .intro  {
    background-color: #73577e !important;
}
.page-case-studies .intro,
.single-case .intro {
    background-color: #f8c01c !important;
    color: #313d47 !important;
}

.home .breadcrumbs {
    display: none;
}
.breadcrumbs {
	text-align: right;
	padding: 10px 30px;
    margin-bottom: 30px;
    font-size: 13px;
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: 350px;
    border-radius: 0 0px 0 8px;
}   
.menu-main-nav-container {
	padding: 0 12px 0 0;
}
#menu-main-nav a {
	color: #313d47;
	text-decoration: none;
}
#menu-main-nav a:hover, 
#menu-main-nav a:focus, 
.primary-menu .sub-menu a:hover, 
.primary-menu .sub-menu a:focus, 
.current-menu-item a,
.primary-menu .sub-menu .current-menu-item a {
	color: #CB4E00 !important;
}
.menu-main-nav-container li {
	list-style: none;
}
.primary-menu li {
    text-align: right;
    line-height: 20px;
    margin-bottom: 10px;
}
.primary-menu .sub-menu li {
	line-height: 18px !important;
    margin-bottom: 10px;
}
.primary-menu .sub-menu li:first-child {
	margin-top: 5px;
}
.primary-menu .sub-menu a {
	font-size: 14px;
	color: #808080 !important;
}
.primary-menu .sub-menu {
    display: none;
    margin-bottom: 20px;
}
.current-menu-item.menu-item-has-children .sub-menu,
.page-child .current-menu-ancestor.current-menu-parent .sub-menu {
	display: block !important;
}
.page-template-events-page .menu-item-1227 .sub-menu, 
.page-template-events-page .menu-item-1660 .sub-menu {
  display: block !important;
}
.mobile-menu .home {
	display: none;
}
.mobile-menu {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.15s ease;
}
.mobile-menu a {
	color: #313d47;
}
.mobile-menu li {
	-webkit-flex: 1 33.3%;
	-ms-flex: 1 33.3%;
	flex: 1 33.3%;
	padding: 0 20px;
	border-left: 1px solid #fff; 
    transition: all 0.15s ease;
}
.mobile-menu .events-menu, .mobile-menu .news-menu, .mobile-menu .case-menu, .mobile-menu .contact-menu {
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
    -webkit-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
	-webkit-flex-basis: 1;
	-ms-flex-basis: 1;
	flex-basis: 1;
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding: 10px 20px 0 !important;
}
.mobile-menu .sub-menu li {
	border: none;
	padding: 0;
}
.mobile-menu .sub-menu {
	margin-left: 0 !important;
    transition: all 0.15s ease;
}
.mobile-menu .sub-menu li:before {
	content: "- ";
	color: #fff;
}
.search .hentry {
	padding: 20px 50px;
}
.search .hentry:nth-of-type(even) {
	background-color: #f2f2f2;
}
.not-found {
	padding: 50px;
}

.sub-header {
    text-align: center;
    width: 100%;
    padding: 25px 30px 30px;
}
.sub-header h3 {
	margin-bottom: 0 !important;
}
.sub-header a {
	background-image: url(images/arrow-green.svg);
	background-repeat: no-repeat;
    background-position: center right;
    padding-right: 35px;
}
.filters {
	background-color: #eee;
	padding: 30px;
	margin-bottom: 30px;
}
.entry-content.remove-top-padding {
    padding-top: 0;
}
.entry-content {
    padding: 100px 50px 20px 50px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}
.entry-content.has-thumb, .cats.has-thumb {
    padding: 50px 50px 20px 50px;
}
.entry-content h2 {
	margin-bottom: 30px;
}
.space-around {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
.badges {
    margin: 30px 0;
}
.prev-next-posts {
	padding: 50px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.yellow-bg {
    background-color: #f8c01c;
    color: #313d47;
}
.navy-bg {
    background-color: #313d47;
    color: #fff;
}
.purple-bg {
    background-color: #73577e;
    color: #fff;
}
.aqua-bg {
    background-color: #499da2;
    color: #fff;
}
.orange-bg {
    background-color: #e86736;
    color: #fff;
}
.grey-bg {
    background-color: #f2f2f2;
}
a.btn {
	background-color: #f8c01c;
	color: #313d47;
	padding: 10px 40px;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}
.white-btn {
	background-color: #fff;
	color: #313d47;
	padding: 5px 15px;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}
a.btn:hover,
.white-btn:hover,
a.btn:focus {
	background-color: #313d47;
	color: #fff;
}
.big-text {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 50px;
    min-height: 350px;
    text-align: center;
}
.big-text h2 {
    font-size: 50px;
    line-height: 65px;
    border-top: 3px solid;
    border-bottom: 3px solid;
}
h2.hide-borders {
    border: none !important;
}
a.child-links {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    text-align: center;
    padding: 30px 50px;
    background-color: #3A7F83;
    color: #fff;
    font-size: 20px;
    background-image: url(images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 20px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
}
a.child-links:nth-child(even) {
    background-color: #73577e;
}
a.child-links:hover,
a.child-links:focus {
	background-color: #313d47 !important;
	color: #fff;
}
.cats {
	padding: 100px 50px 50px;
    width: 430px;
}
.cats p {
	color: #999;
	margin-top: -5px;
}
.cats .date {
	margin-bottom: 25px;
}
.peep {
    width: 25%;
}
.peep-icon {
    max-width: 350px;
    height: auto;
}
.peep-thumb {
	border-radius: 100%;
}
#people {
	padding: 0 20px;
}
.peep .padding {
	padding: 0 20px 20px;
}
.peep img {
	max-width: 200px;
}
.side-icon {
	background-color: #CB4E00;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin-top: 10px;
    transition: all 0.15s ease;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;    
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.side-icon:hover,
.side-icon:focus {
	background-color: #313d47;
}
.site-header .side-icon {
	margin-left: 8px;
}
.an-icon {
	max-width: 23px;
}
.page-template-contact-page .entry-content .side-icon {
	margin-right: 8px;
}
.map {
    flex-basis: 33%;
    min-height: 540px;
    padding: 0 !important;
}
.map iframe {
	height: 100% !important;
}
.tag h1 {
	text-transform: capitalize;
}
.entry-content img.alignleft {
    float: left;
    padding: 0 1em 1em 0;
}

.entry-content img.alignright {
    float: right;
    padding: 0 0 1em 1em;
}
.error-menu {
	margin-left: 0;
}
.error-menu .sub-menu {
	display: none;
}
.error404 .big-text {
	height: 100% !important;
}
.cat-menu {
	width: 100%;
	padding: 0 50px 50px;
}
.cat-menu ul {
	list-style: none;
	margin: 10px 0 0;
}
.cat-menu li a {
	background-color: #73577e;
	color: #fff;
	padding: 10px;
    transition: all 0.15s ease;
    margin-bottom: 0px;
    display: inline-block;
}
.cat-menu li:nth-of-type(2n) a {
	background-color:#313d47;
}
.cat-menu li a:hover,
.cat-menu li a:focus {
	background-color:#499da2;
}
.page-news .cat-menu .flex p {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	margin-bottom: 10px;
}
.page-site-map .current_page_item {
    display: none;
}
.view-all {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
}
/**
 * Form page
 */

.page-form-page .entry-content {
	max-width: 800px;
	margin: auto;
}
.page-form-page .wpcf7-select, .page-form-page .wpcf7-textarea {
	width: 100%
}
.page-form-page .wpcf7-textarea {
	line-height: normal;
    border-radius: 8px;
    border: 0;
    background: #f2f2f2;
    padding: 10px;
    margin-top: 6px;
    font-size: 13px;
    width: 100%;
}
.page-form-page .wpcf7-list-item {
	text-align: center !important;
	margin-left: 0 !important;
}
.page-form-page .wpcf7-submit {
	padding: 15px !important;
}

/* Accordion styles */

.resource-datafit-developing-data-physical-activity-literacy .tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.resource-datafit-developing-data-physical-activity-literacy .row {
  display: -webkit-box;
  display: flex;
}
.resource-datafit-developing-data-physical-activity-literacy .row .col {
  -webkit-box-flex: 1;
          flex: 1;
}
.resource-datafit-developing-data-physical-activity-literacy .row .col:last-child {
  margin-left: 1em;
}
.resource-datafit-developing-data-physical-activity-literacy .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.resource-datafit-developing-data-physical-activity-literacy .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.resource-datafit-developing-data-physical-activity-literacy .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.resource-datafit-developing-data-physical-activity-literacy .tab-label:hover {
  background: #1a252f;
}
.resource-datafit-developing-data-physical-activity-literacy .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.resource-datafit-developing-data-physical-activity-literacy .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.resource-datafit-developing-data-physical-activity-literacy .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.resource-datafit-developing-data-physical-activity-literacy .tab-close:hover {
  background: #1a252f;
}

.resource-datafit-developing-data-physical-activity-literacy input:checked + .tab-label {
  background: #1a252f;
}
.resource-datafit-developing-data-physical-activity-literacy input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.resource-datafit-developing-data-physical-activity-literacy input:checked ~ .tab-content {
  max-height: 500vh;
  padding: 1em;
}
.resource-datafit-developing-data-physical-activity-literacy .tab br,
.resource-datafit-developing-data-physical-activity-literacy .tabs p:empty {
	display: none;
}
.resource-datafit-developing-data-physical-activity-literacy .tabs p {
    margin: 0
}
.resource-datafit-developing-data-physical-activity-literacy .tabs ul {
    margin: 0;
}
.resource-datafit-developing-data-physical-activity-literacy input:checked ~ .tab-content ul {
    margin: 20px;
}
/**
 * Burger
 */
.container-burger {
  position: absolute;
  height: 28px;
  width: 36px;
  cursor: pointer;
    z-index: 10;
    right: 70px;
    top: 50px;
    display: none;
}
.container-burger .line-top,
.container-burger .line-middle,
.container-burger .line-bottom {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #313d47;
}
.container-burger .line-top {
  top: 0;
  -webkit-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
}
.container-burger .line-middle {
  top: 12px;
  transition: opacity 200ms linear;
}
.container-burger .line-bottom {
  bottom: 0;
  -webkit-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
}
.container-burger.is-open .line-top {
  -webkit-animation: line-top-out 600ms linear normal;
          animation: line-top-out 600ms linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-burger.is-open .line-middle {
  opacity: 0;
}
.container-burger.is-open .line-bottom {
  -webkit-animation: line-bot-out 600ms linear normal;
          animation: line-bot-out 600ms linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-burger.is-closed .line-top {
  -webkit-animation: line-top-in 600ms linear normal;
          animation: line-top-in 600ms linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-burger.is-closed .line-middle {
  transition-delay: 200ms;
}
.container-burger.is-closed .line-bottom {
  -webkit-animation: line-bot-in 600ms linear normal;
          animation: line-bot-in 600ms linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes line-top-in {
  0% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    left: 0;
    bottom: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes line-top-in {
  0% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    left: 0;
    bottom: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes line-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes line-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes line-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes line-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes line-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes line-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
#drop-nav {
	background: #f8c01c;
	margin-top: -130%;
	position: absolute;
	z-index: 999;
	transition: all 0.15s ease;
	width: 100%;
	padding: 30px;
    display: none;
}
.show-nav {
	margin-top: 0 !important;
}


/**
 * Tabs
 */
ul.tabs {
	margin: 17px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px;
	width: 100%;
}

ul.tabs li {
    float: left;
    margin: -13px 0 0 0;
    cursor: pointer;
    padding: 8px 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.15s ease;
}

ul.tabs li:hover,
ul.tabs li:focus {
	margin: -17px 0 0 0;
	padding: 12px 15px 8px;
}

ul.tabs li.active {
	margin: -17px 0 0 0;
	padding: 12px 50px 8px;
}

.tab_container {
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;
	overflow: auto;
    margin-bottom: 50px;
}
.archive ul.tabs {
    margin: 80px 0 0 0;
}
.tab_content {
	padding: 30px 50px;
	display: none;
}
.tab_content a {
    color: #fff;
}
.tab_content.yellow-bg a:hover,
.tab_content.yellow-bg a:focus {
	color: #313d47;
}
.tab_drawer_heading { 
    display: none; 
}
.tabs-flex {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabs-flex .tab-cat {
	margin-right: 15px;
    max-width: 250px;
}
.tab_content .tabs-flex a {
	background: rgba(255, 255, 255, .8); 
	color: #313d47;
	padding: 5px 10px;
    border-radius: 10px;
	margin-bottom: 5px;
	display: inline-block;
    font-size: 15px;
    text-decoration: none;
}
.tab_content .tabs-flex a:hover, 
.tab_content .tabs-flex a:focus {
	background: rgba(255, 255, 255, 1); 
}
.tab-cat p {
	font-size: 13px;
	line-height: 20px;
	padding: 5px 1px;
    margin: 0 0 10px 0;
}
.archive .content-area {
	margin-top: 60px;
}

/**
 * EventBrite tweeks
 */
.single-eventbrite_events .entry-content .iee_event_meta,
.single-eventbrite_events .date {
	display: none;
}
.single-eventbrite_events .flex {
    -ms-align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}
.single-eventbrite_events .cats {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
}
.iee_event_meta .titlemain {
    text-transform: uppercase;
}
.iee_event_meta .iee_organizermain {
	margin-top: 0 !important;
}
.details .btn {
	display: inline-block !important;
}
.iee_event_meta p {
	color: #777;
}
.iee_event_meta.sidebar .details {
	float: none;
	width: 100%;
    margin-bottom: 40px;
}
.page-template-events-page .row_grid {
	margin: 0;
}
.iee_archive {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-events .resource-feed a {
    width: 100%;
}
.page-events .post-img {
	background-size: cover !important;
	background-position: center center !important;
}
.page-template-events-page .resource-feed a:first-of-type {
  width: 100%;
}
/**
 * News
 */
.post-img {
	width: 100%;
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
    transition: all 0.15s ease;
    background-image: url(images/holding.svg);
    background-color: #fff;
}
.post-no-img {
    background-image: url(images/holding.svg);
}
.home .news-post {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#news .news-post {
    width: 33.33%;
    background-color: #73577e;
    color: #fff !important;
}
a.news-post {
	text-decoration: none;
}
#news .news-post:nth-of-type(even) {
	background-color: #313d47;
}
#news .news-post .post-img h5 {
	padding: 5px 10px;
	background: #73577e;
    text-transform: uppercase;
    transition: all 0.15s ease;
}
#news .news-post h5.link {
	background-color: #5f456b !important;
}
#news .news-post:nth-of-type(even) .post-img h5 {
	padding: 5px 10px;
	background: #313d47;
}
#news .news-post:nth-of-type(even) h5.link {
	background-color: #222c33 !important;
}

#event .news-post {
    width: 33.33%;
    background-color: #313d47;
    color: #fff !important;
}
#event .news-post:nth-of-type(even) {
	background-color: #73577e;
}
#event .news-post .post-img h5 {
	padding: 5px 10px;
	background: #313d47;
    text-transform: uppercase;
    transition: all 0.15s ease;
}
#event .news-post h5.link {
	background-color: #222c33 !important;
}
#event .news-post:nth-of-type(even) .post-img h5 {
	padding: 5px 10px;
	background: #73577e;
}
#event .news-post:nth-of-type(even) h5.link {
	background-color: #5f456b !important;
}

#case-studies .news-post {
    width: 33.33%;
    background-color: #f8c01c;
    color: #313d47 !important;
}
#case-studies .news-post:nth-of-type(even) {
    background-color: #313d47;
    color: #fff !important;
}
#case-studies .news-post .post-img h5 {
	padding: 5px 10px;
	background: #313d47;
    text-transform: uppercase;
    transition: all 0.15s ease;
}
#case-studies .news-post h5.link {
	background-color: #222c33 !important;
}
#case-studies .news-post:nth-of-type(even) .post-img h5 {
	padding: 5px 10px;
	background: #73577e;
}
#case-studies .news-post:nth-of-type(even) h5.link {
	background-color: #5f456b !important;
}



.news-post:hover, 
.news-post:focus,
.news-post:hover .post-img h5,
.news-post:focus .post-img h5,
.news-post:nth-of-type(even):hover .post-img h5,
.news-post:nth-of-type(even):focus .post-img h5 {
	background-color: #499da2 !important;
}
.news-post:hover .post-img,
.news-post:focus .post-img {
	opacity: 0.5;
}
.padding {
    padding: 50px 50px 30px;
}
.post-img {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end; 
    -ms-align-items: flex-end; 
    align-items: flex-end; 
}


/**
 * Footer
 */
.site-footer {
    background-color: #499da2;
    color: #fff;
}
.foot-section {
    -webkit-flex: 1;
    -wms-flex: 1;
    flex: 1;
    padding: 50px;
}
.foot-section a, .small-details a {
	color: #fff;
	text-decoration: none;
}
.foot-section a:hover, 
.foot-section a:focus,
.small-details a:hover,
.small-details a:focus, 
.footer-menu .current_page_item a {
	color: #313d47 !important;
}
ul.footer-menu {
  margin-left: 0;
}
.foot-section a h3 {
	color: #313d47;
}
.foot-section a h3:hover,
.foot-section a h3:focus {
	color: #ffffff;
}
.small-details:last-child li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid;
}
.small-details:last-child li:first-of-type {
	border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
.small-details {
    font-size: 14px;
}
.small-details:last-child {
    text-align: right;  
}
.small-text {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 50px;
}
.footer-logo {
	height: 70px;
	margin: 0 20px 20px 0;
    transition: all 0.15s ease;
}
.footer-logo:hover,
.footer-logo:focus {
	opacity: 0.6;
    cursor: pointer;
}
/**
 * 5.0 - Forms
 */

input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}


input {
	line-height: normal;
    border-radius: 8px;
    border: 0;
    background:#f2f2f2;
    padding: 10px;
    margin-top: 6px;
    font-size: 13px;
    width: 100%;    
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #f8c01c;
	border: 0;
	border-radius: 8px;
	color: #313d47;
	line-height: 1;
	padding: 10px;
	text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    transition: all 0.15s ease;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #313d47;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.flex.partner-logos {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0 10px 80px;
}
.partner-logos {
    margin: 0 15px 15px;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #CB4E00;
    transition: all 0.15s ease;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: 'Montserrat', sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #313d47;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #313d47;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.nav-links {
	padding: 0 10px;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    background-color: #f2f2f2;
}
.nav-previous, .nav-next {
    -webkit-flex: 1;
    -wms-flex: 1;
    flex: 1;
}
.nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
}

.pagination {
    position: relative;
    margin: 30px auto;
    width: 100%;
    max-width: 222px;
}
.paged-3 .pagination {
    max-width: 330px;
}

.pagination:before,
.pagination:after {
	background-color: #313d47;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #313d47;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

.pagination .page-numbers {
    padding: 12px;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #313d47;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Montserrat', sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	position: relative;
    padding: 0px 0px 0px 240px;
}

.site-content {
	padding: 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



/**
 * 11.1 - Header
 */

.site-header {
	padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    z-index: 9;
    background-color: #fff;
    overflow: scroll;
}
.page-mask {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    -webkit-animation: fade-out 2s 1 0.2s forwards ease; /* Safari 4+ */
    -moz-animation:    fade-out 2s 1 0.2s forwards ease; /* Fx 5+ */
    -o-animation:      fade-out 2s 1 0.2s forwards ease; /* Opera 12+ */
    animation:         fade-out 2s 1 0.2s forwards ease; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes fade-out {
    0% { opacity: 1; top: 0; }		
    90% { opacity: 0; top: 0;}				
    100% { opacity: 0; top: -100%;}	
}
@-moz-keyframes fade-out {
    0% { opacity: 1; top: 0; }		
    90% { opacity: 0; top: 0;}				
    100% { opacity: 0; top: -100%;}	
}
@-o-keyframes fade-out {
    0% { opacity: 1; top: 0; }		
    90% { opacity: 0; top: 0;}				
    100% { opacity: 0; top: -100%;}	
}
@keyframes fade-out {
    0% { opacity: 1; top: 0; }		
    90% { opacity: 0; top: 0;}				
    100% { opacity: 0; top: -100%;}	
}
.site-header-main {
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.menu-main-nav-container {
	 -webkit-flex-grow: 1;
	 -ms-flex-grow: 1;
	flex-grow: 1;
}
.form {
	font-size: 13px;
	text-align: left;
	width: 100%
}

/**
 * 11.2 - Posts and pages
 */



.more-link {
	white-space: nowrap;
}


.entry-footer {
	color: #686868;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	padding: 1.75em 0;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #313d47;
	border-color: #313d47;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #313d47;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 11.6 - Footer
 */


.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media (max-width: 1750px) {
    .home .bg-image {
        padding: 0 100px;
    }
    .peep {
        width: 33.33%;
    }
}

@media (max-width: 1390px) {
    .map {
        flex-basis: auto;
        background-size: 200%;
    }
    .error404 .entry-content {
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
    }
    .peep {
        width: 50%;
    }
}
@media (max-width: 1120px) {
    .primary-menu, .form, .site-header .side-icon {
        display: none;
    }
    .site-header {
        position: relative;
        height:auto;
        width: 100%;
    }
    .site-inner {
        padding: 0;
    }
    .logo {
        margin-bottom: 0;
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    #header-search-form {
        background: #eee;
    }
    .bg-image, .no-bg-image {
        height: 221px;
    }
    .home .bg-image {
        height: 500px;
    }
    .container-burger, #drop-nav {
        display: inline-block;
    }
    .menu-main-nav-container {
        padding: 0;
    }
    .no-bg-image {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .featured {
        background-size: 130px auto;
    }
    .foot-section.form {
        display: inline-block;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .foot-section.logos {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }    
    .intro, .padding, .p-50 {
        padding: 30px;
    }
    .entry-content {
        padding: 70px 30px 20px 30px
    }
    .home .bg-image {
        padding: 0 70px;
    }        
}


@media (max-width: 990px) {
	.tabs {
		display: none;
	}
    .tab_content {
        padding: 20px;
    }
	.tab_drawer_heading {
		color: #fff;
		border-top: 1px solid #fff;
		margin: 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        font-size: 18px;
	}
	.d_active {
		color: #fff;
	}
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    h2, .big-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .breadcrumbs {
        margin-bottom: 0;
        background: #fff;
        position: relative;
        top: 0;
        border-radius: 0;
        text-align: left;
        padding: 10px 50px;
        border-bottom: 1px solid #f2f2f2;
    }
    .entry-content {
        padding: 50px 50px 20px 50px;
    }
}

@media (max-width: 820px) {
	.flex {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .flex.partner-logos {
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }
    #news .news-post, #event .news-post, #case-studies .news-post, .resource-feed {
        width: auto;
    }
    .intro, .entry-content.has-thumb, .resource-feed, .search .hentry, .not-found, .cats.has-thumb {
        padding: 30px;
        width: 100%;
    }
    .ps-50 {
        padding-left: 30px;
    }
    .padding, .foot-section, .small-text, .big-text, .entry-content, .nav-links {
        padding: 30px;
    }
    .breadcrumbs {
        padding: 10px 30px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
    a.child-links {
        padding: 30px;
        font-size: 16px;
        margin-bottom: 5px;
        background-position: 95% center;
    }

    .small-details {
        text-align: center !important;
        padding: 10px !important;
    }
    .featured h3 {
        margin-top: 10px;
    }
    .featured:nth-child(2) {
        background-color: inherit !important;
    }
    .tab_content {
        padding: 0 20px 20px;
    }
    .peep {
        width: 100%;
        text-align: center;
    }
    .flex-footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-top: 25px;
    }
    .cat-menu .flex {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cat-menu {
        padding: 0 30px 40px;
    }    
    .foot-section {
        padding: 10px 30px;
    }
    .foot-section a h3 {
        margin-bottom: 0 !important;
    }    
    .foot-section.form {
        text-align: center;
    }
    .foot-section {
        max-width: none !important;
    }
    .foot-section.form {
        margin: 0 auto 30px !important;
    }
    #mc_embed_signup {
        max-width: 400px;
        margin: auto;
    }
    .error404 .map {
        min-height: auto;
    }
    .single-eventbrite_events .entry-content .iee_event_meta {
        display: block;
    }
    .single-eventbrite_events .cats {
        display: none;
    }
    .iee_event_meta .details {
        margin-bottom: 40px;
    }
    .space-around {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
    .page-template-resources-page-new-filtering .flower h3 {
        margin-top: 20px;
    }
}

@media (max-width: 720px) {
    .mobile-menu .sub-menu {
        display: none !important;
    }
    .mobile-menu li {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding: 0;
        border-left: 0;
    }
    .mobile-menu .events-menu, .mobile-menu .news-menu, .mobile-menu .case-menu, .mobile-menu .contact-menu {
        -webkit-order: 0;
        -ms-order: 0;
        order: 0;
        border-top: 0;
        margin-top: 0;
        padding: 0 !important;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    #drop-nav {
        padding: 30px 20px 0;
    }
    .home .bg-image {
        padding: 0 50px;
    }    
    .nav-links {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .nav-next {
        text-align: left;
        border-top: 1px solid #fff;
    }
    .tabs-flex .tab-cat {
        margin-right: 0px;
        max-width: none;
    }
}

@media screen and (max-height:730px) {
    .primary-menu, .form, .site-header .side-icon {
        display: none;
    }
    .site-header {
        position: relative;
        height:auto;
        width: 100%;
    }
    .site-inner {
        padding: 0;
    }
    .logo {
        margin-bottom: 0;
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    #header-search-form {
        background: #eee;
    }
    .bg-image, .no-bg-image {
        height: 221px;
    }
    .home .bg-image {
        height: 500px;
    }
    .container-burger, #drop-nav {
        display: inline-block;
    }
    .menu-main-nav-container {
        padding: 0;
    }
    .no-bg-image {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .featured {
        background-size: 130px auto;
    }   
    .big-text {
        min-height: 290px;
    }
    .foot-section.form {
        display: inline-block;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .foot-section.logos {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        max-width: none;
    }       
    .foot-section.form {
        margin: 0;
    }
    .foot-section {
        max-width: 33.33%;
    }

}

@media (max-width: 520px) {
    .logo {
        width: 160px;
    }
    .home .bg-image {
        padding: 0 10px;
    }    
    .hp-title {
        padding: 20px 20px 0 20px;
    }
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
    h2, .big-text h2 {
        font-size: 25px;
        line-height: 30px;
    }
    h3 {
        font-size: 20px;
        line-height: 33px;        
    }
    a.child-links {
        background-position: 90% center;
    }

    
}

@media (max-width: 365px) {
    .show-hide {
        width: 250px !important;
    }
}
/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #313d47 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #313d47 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}


	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}


	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
