
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,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}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #363636;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "europa",sans-serif;
	margin: 0 0 0.5em;
	clear: both;
	line-height: 1;
}

h1, .h1 {
	font-size: 35px;
}
	.h1-regular {
		font-weight: 400;
		font-size: 30px;
	}
	@media screen and (min-width: 600px) {
		h1, .h1 {
			font-size: 60px;
		}
		.h1-regular {
			font-size: 42px;
		}
	}

h2, .h2 {
	font-size: 26px;
}
	h2.section-heading {
			margin-bottom: 40px;
			text-align: center;
	}
	@media screen and (min-width: 600px) {
		h2, .h2 {
			font-size: 33px;
			margin-bottom: 0.7em;
		}
		h2.section-heading {
		    margin-bottom: 70px;
		}
	}
	h2.section-heading.mgn-btm-inherit {
		    margin-bottom: 0.5em;
	}


h3, .h3 {
	font-size: 21px;
}
	@media screen and (min-width: 600px) {
		h3, .h3 {
			font-size: 24px;
		}
	}

h4 {
	font-size: 18px;
}

h5 {
  font-size: 15px;
}
	@media screen and (min-width: 600px) {
		h5 {
		  font-size: 17px;
		}
	}

p {
	font-size: 17px;
	line-height: 1.45;
	margin: 0 0 1.5em;
	font-weight: 300;
}
	p.leading-intro {
		font-size: 19px;
	}
	@media screen and (min-width: 800px) {
		p {
			font-size: 19px;
		}
		p.leading-intro {
			font-size: 24px;
		}
	}

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

p.call-out {
	font-size: 22px;
	max-width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "europa",sans-serif;
}

@media screen and (min-width: 600px) {
	p.call-out {
		font-size: 28px;
	}
}


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

blockquote {
	margin: 0 0 3em;
	padding-left: 32px;
	position: relative;
}

blockquote:before {
    content: "“";
    position: absolute;
    font-size: 50px;
    left: 0;
    top: 0.02em;
    line-height: 1;
}

blockquote p {
	font-style: italic;
}

address {
	margin: 0 0 15px;
	font-style: normal;
	line-height: 1.2;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.justify {
	text-align: justify;
}

.sans {
	font-family: Helvetica, Arial, sans-serif;
}

.serif {
	font-family: Times, serif;
}

@media screen and (min-width: 800px) {
	.text-two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	.center-blk-tablet .text-two-col {
		padding: 0 5%;
	}
}


body:not(.mobile-menu-open) .site {
	position: relative;
}

.site-wide-banner {
	display: block;
    padding: 15px;
    color: #FFF;
    font-weight: 700;
    border-bottom: 5px solid #1bf8ff;
    background: #333;
}
	.site-wide-banner p {
		font-weight: 400;
		color: #1bf8ff;
		    font-size: 18px;
	}
	.site-wide-banner p a {
		color: #1bf8ff;
	}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #FCFAF7;
}


blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
    padding-left: 0;
    font-size: 17px;
    line-height: 1.45;
    margin: 0 0 1.5em;
    font-weight: 300;
}
	@media screen and (min-width: 800px) {
		ul,
		ol {
		font-size: 19px;
		}
	}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.site-main article li,
.main li {
	list-style-position: outside;
    margin-left: 1em;
    margin-bottom: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
	.post-body img.auto-width,
	img.auto-width {
		width: auto !important;
	}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third  {
	width: 100%;
	margin: 0 0 2em;
	display: block;
    float: left;
}

@media screen and (min-width: 600px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.two-third {
		position: relative;
		margin: 0 4% 4% 0;
		float: left;
	}

	.one-half {
		width: 48%;
	}

	.one-third {
		width: 30.66%;
	}

	.one-fourth {
		width: 22%;
	}

	.one-fifth {
		width: 16.8%;
	}

	.two-third {
		width: 65%;
		margin-right: 0;
		padding-bottom: 5px;
	}

	.two-third p {
		padding-bottom: 5px;
	}

	.one-half:nth-of-type(even),
	.one-third:nth-of-type(3n+3),
	.one-fourth:nth-of-type(4n+4),
	.col-last {
		margin-right: 0;
	}
}


.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}
	.center-blk-tablet {
		max-width: 1024px;
	}


a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}

body.ie a.hot-spot {
	background: transparent url('https://campaignbootcamp.org/wp-content/themes/campaignbootcamp/src/css/img/blank.gif'); /* helps IE */
}

.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bg-red {
	background: #F4567B;
}
.bg-green {
	background: #14AAAF;
}

.bg-white {
	background: #FFF;
}

.bg-brand-grad {
	background-image: linear-gradient(200deg, #14AAAF 36%, #146DAF 100%);
}

.bg-red-grad {
	background-image: linear-gradient(190deg, #8116BE 0%, #FF5F85 100%);
}

.bg-sunset-grad {
	background-image: linear-gradient(224deg, #E8A66E 0%, #3B88CD 93%);
}

.txt-red {
	color: #F4567B;
}

.txt-white {
	color: #FFF;
}
	.txt-white a:hover,
	.txt-white a {
		color: #FFF;
	}
	.txt-white a:hover {
		text-decoration: none;
	}
	.txt-white svg.icon {
		fill: #FFF;
	}

.small-print {
	font-size: 14px !important;
  margin-bottom: 10px !important;
}

svg {
	fill: #363636;
}

.bdr-top {
	border-top: 1px solid #E8E6E4;
}

.apply-form-embed {
	margin: 40px 0 0;
}

.wForm .captcha .oneField {
    margin: 0;
    padding: 0;
}

.google-captcha {
	display: block;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.captchaHelp {
    margin-top: 12px;
    font-size: 14px;
}

button.btn:disabled {
	opacity: 0.4;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: 0;
}

div:not(.fancybox-container) button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

div:not(.fancybox-container) button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-appearance: none;
}

select {
	border: 1px solid #ccc;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 11px 15px 10px;
	font-size: 16px;
	border-radius: 2em;
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 400;
	border-color: #DBDBDB;

}

label {
	font-size: 14px;
    display: block;
    float: right;
    width: calc(100% - 21px);
    line-height: 1.2;
    margin: 5px 0 0;
}

p.small-print {
	width: 100%;
    display: block;
    clear: both;
    float: right;
    width: calc(100% - 21px);
    margin: 10px 0 0;
}
	form p.small-print {
		margin: 10px 0 0 0 !important;
		width: 100%;
		    font-weight: 400;
	}
	

a.un-sub-toggle {
	text-decoration: underline;
	cursor: pointer;
}	
	a.un-sub-toggle:hover {
		text-decoration: none;
	}
	
.un-sub-hide {
	display: none;
	float: left;
	width: 100%;
}
	.un-sub-open .un-sub-hide {
		display: block;
		margin-top: 10px;
	}


textarea {
	padding-left: 3px;
	width: 100%;
}

form button {
	margin-top: 5px;
	width: 100%;
}
	@media screen and (min-width: 600px) {
		form button {
			width: auto;
		}
	}
	
	
.fb-content p {
	font-size: 17px;
}

/* -------- Placeholders ---------- */

input[type="text"]::-webkit-input-placeholder {
   color: #757575;
}

input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: #757575;
}

input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #757575;
}

input[type="text"]:-ms-input-placeholder {
   color: #757575;
}

input[type="email"]::-webkit-input-placeholder {
   color: #757575;
}

input[type="email"]::-moz-placeholder { /* Firefox 18- */
   color: #757575;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #757575;
}

input[type="email"]:-ms-input-placeholder {
   color: #757575;
}


textarea::-webkit-input-placeholder {
   color: #757575;
}

textarea::-moz-placeholder { /* Firefox 18- */
   color: #757575;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #757575;
}

textarea:-ms-input-placeholder {
   color: #757575;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0b9498;
	transition: all .08s ease-in-out;
	-moz-transition: all .08s ease-in-out;
	-webkit-transition: all .08s ease-in-out;
	outline: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

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


/* -------- Buttons ---------- */

.cc-btn,
a.btn, .btn {
	color: #FFF;
	font-size: 14px;
	border: 2px solid #3B88CD;
	display: inline-block;
	text-decoration: none;
	background: #3B88CD;
	padding:9px 15px 10px;
	line-height: 0.9em;
	font-weight: 600;
	position: relative;
	text-align: center;
	font-family: "europa",sans-serif;
	text-indent: 0.1em;
	border-radius: 2em;
}
	.cc-btn:hover,
	.has-hot-spot:hover .btn,
	a.btn:hover,
	.btn:hover,
	.btn.active {
			background: transparent;
			color: #3B88CD;
			border-color: #3B88CD;
	}

a.btn-red, .btn-red {
	background: #F4567B;
	border-color: #F4567B;
	color: #FFF;
}
	.has-hot-spot:hover .btn-red,
	a.btn-red:hover, .btn-red:hover {
		background: transparent;
		color: #F4567B;
		border-color: #F4567B;
	}

a.btn-white, .btn-white {
	background: #FFF;
	border-color: #FFF;
	color: #363636;
}
	a.btn-white:hover, .btn-white:hover {
		background: transparent;
		color: #FFF;
		border-color: #FFF;
	}

	a.btn-white-outline {
		background: transparent;
		color: #FFF;
		border-color: #FFF;
	}
		a.btn-white-outline:hover{
			background: #FFF;
			border-color: #FFF;
			color: #363636;
		}
		
	.cc-btn,
	a.btn-teal, .btn-teal {
		background: #14AAAF;
		border-color: #14AAAF;
		color: #FFF;
	}
		.cc-btn:hover,
		a.btn-teal:hover, .btn-teal:hover {
			background: transparent;
			color: #14AAAF;
			border-color: #14AAAF;
		}

	a.btn-orange {
		background: #FF8351;
		border-color: #FF8351;
		color: #FFF;
	}
		a.btn-orange:hover {
			background: transparent;
			border-color: #FF8351;
			color: #FF8351;
		}
		
		
	a.btn-yellow {
		    background: #ffc43a;
    border-color: #ffc43a;
    color: #002b85 !important;
    font-size: 16px;
	}
		a.btn-yellow:hover {
			    background: #002b85;
    border-color: #002b85;
    color: #ffc43a !important;
    font-size: 16px;
		}

.btn.btn-outline {
	color: #787878;
	background: transparent;
	border: 1px solid #A1A1A1;
	font-weight: 400;
}
	.has-hot-spot:hover .btn-outline,
	.btn.btn-outline:hover {
		color: #FFF;
		background: #3B88CD;
		border-color: #3B88CD;
	}

.btn.btn-lrg {
	font-size: 18px;
	padding:12px 18px 13px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.priority-navigation {
	float: left;
	display: none;
}
	.priority-navigation .btn {
		margin: 0 0 0 10px;
	}
	.site.header-has-img .priority-navigation .btn-red:hover {
		background: transparent;
		border-color: #FFF;
		color: #FFF;
	}
	.site.header-plain .priority-navigation .btn-white {
    background: #0F898C;
    border-color: #0F898C;
    color: #FFF;
	}
	.site.header-plain .priority-navigation .btn-white:hover {
    background: transparent;
    border-color: #0F898C;
    color: #0F898C;
	}
	.mobile-menu .priority-navigation {
		display: block;
    margin: 15px 0 0 5%;
	}
	.mobile-menu .priority-navigation a {
		font-size: inherit;
		margin: 0 10px 0 0;
	}
	@media screen and (min-width: 1024px) {
		.priority-navigation {
			display: block;
			float: right;
		}
	}

.main-navigation {
	clear: right;
	display: block;
	float: right;
	margin: 0;
	font-family: "europa",sans-serif;
	font-weight: 700;
	width: calc(85% - 200px);
	font-size: 19px;
}

.main-navigation ul {
	list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
	ul#primary-menu {
		margin-top: 25px;
	}

.main-navigation li {
	float: left;
	position: relative;
}
	@media screen and (min-width: 1024px) {
		ul#primary-menu {
			margin-top: 5px;
		}
		.main-navigation li.home-item {
			display: none;
		}
	}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	padding: 0.25em 0;
	color: #221e1f;
	border-bottom: 2px solid transparent;
}
	.site.header-has-img .main-navigation a {
		color: #FFF;
	}

.main-navigation ul ul {
    float: left;
    position: absolute;
    display: block;
    top: 0;
    left: -999em;
    z-index: 99999;
    width: 200px;
    top: 34px;
    border-radius: 10px;
}
	.main-navigation ul ul:before {
		content: "";
		width: 15px;
		height: 15px;
		background: #FFF;
		position: absolute;
		left: 22px;
		top: 13px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.main-navigation ul ul:after {
		content: "";
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: calc(100% - 30px);
    z-index: 0;
    border-radius: 10px;
	}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.site.header-has-img .main-navigation ul ul li a,
.main-navigation ul ul li a {
	width: 200px;
	color: #363636;
	border-radius: 0;
	border: none;
	padding: 11px 16px;
	line-height: 1;
	font-size: 15px;
}

.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul li a:hover {
	color: #0F898C !important;
}

.main-navigation ul ul li {
	background: #FFF;
	    z-index: 10;
}

.main-navigation ul ul li:first-of-type {
	border-radius: 10px 10px 0 0;
	padding-top: 7px;
	margin-top: 20px;
}

.main-navigation ul ul li:last-of-type {
	border-radius: 0 0 10px 10px;
	padding-bottom: 7px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation a:hover,
.main-navigation li:hover > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a,
.main-navigation .current-persontype-ancestor > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-color: inherit;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 auto;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0 5%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.mobile-menu .knockout,
.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}

.mobile-menu .knockout {
	position: fixed;
	background-image: linear-gradient(200deg, #14AAAF 36%, #146DAF 100%);
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
 }

.mobile-menu .mobile-menu-wrap {
	position: absolute;
    left: 0;
    float: left;
    padding: 100px 0 10%;
    width: 100%;
    z-index: 110;
    display: block;
    background: none;
    box-shadow: none;
    text-align: left;
}
	@media screen and (min-width: 600px) {
		.mobile-menu .mobile-menu-wrap {
		}
	}

.mobile-menu  {

}
	.mobile-menu a.site-branding {
		margin: 1.5em 5% 25px;
		color: #FFF;
	}
	.mobile-menu a {
	    font-size: 24px;
	}
	.mobile-menu li a {
		display: block;
	    color: #FFF;
	    text-decoration: none;
	    width: 100%;
	    padding: 5px 5%;
	}
	.mobile-menu li a:hover,
	.mobile-menu .current_page_item > a,
	.mobile-menu .current-menu-item > a,
	.mobile-menu .current_page_parent > a,
	.mobile-menu .current_page_ancestor > a,
	.mobile-menu .current-menu-ancestor > a {
	    background: rgba(255, 255, 255, 0.25);
	}
	@media screen and (min-width: 600px) {
		.mobile-menu a {
 			font-size: 24px;
		}
	}
	.mobile-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		float: left;
	}
	.mobile-menu ul li {
		margin-bottom: 5px;
    float: left;
    width: 100%;
		display: block;
	}
	.mobile-menu ul ul li a {
		padding-left: 10%;
		position: relative;
		font-size: 20px;
	}
	@media screen and (min-width: 600px) {
		.mobile-menu ul ul li a {
 			font-size: 21px;
		}
	}
	.mobile-menu ul ul li a:before {
	    content: "";
	    top: calc(50% - 2px);
	    line-height: 0;
	    width: 2%;
	    height: 2px;
	    background: #FFF;
	    display: block;
	    position: absolute;
	    left: 5%;
	}
	.mobile-menu .social-icons {
		padding-left: 5%;
		margin-top: 0px;
		padding-top: 30px;
	}
	.mobile-menu .social-icons a {
		margin-right: 21px;
	}
	.mobile-menu .social-icons .icon {
	    width: auto;
	    height: 24px;
	}
	.mobile-menu .social-icons a.social-twitter .icon {
	    height: 21px;
	}
	.mobile-menu .social-icons a.social-youtube .icon {
	    height: 26px;
	}
	.mobile-menu .social-icons .row {
	    width: calc(50%);
	    min-width: 220px;
	    max-width: 400px;
	}

button.menu-toggle {
	position: relative;
	z-index: 200;
	display: none;
	border: none;
	padding: 0;
	background-color: transparent;
	float: right;
	margin: 20px 0 0 20px;
}
	@media screen and (min-width: 660px) {
	}
	button.menu-toggle.toggle-open {
	    display: block;
	}
	.burger-icon {
	    width: 37px;
	    height: 27px;
	    position: relative;
	    margin: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    cursor: pointer;
	}
	.burger-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #221e1f;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.site.header-has-img button.menu-toggle span,
	button.menu-toggle.toggle-open span {
		background: #FFF;
	}
	.burger-icon span:nth-child(1) {
	  top: 0px;
	}

	.burger-icon span:nth-child(2),
	.burger-icon span:nth-child(3) {
	  top: 11px;
	}

	.burger-icon span:nth-child(4) {
	  top: 22px;
	}
	button.toggle-open .burger-icon span:nth-child(1) {
	  top: 11px;
	  width: 0%;
	  left: 50%;
	}
	button.toggle-open .burger-icon span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	button.toggle-open .burger-icon span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	button.toggle-open .burger-icon span:nth-child(4) {
	  top: 11px;
	  width: 0%;
	  left: 50%;
	}


@media screen and (max-width: 1024px) {
	.main-navigation ul {
		display: none;
	}
	button.menu-toggle {
		display: block;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


#page-wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.site-header {
	padding: 1.5em 0;
	position: absolute;
	top: 0;
	z-index: 300;
}

.site-branding {
	letter-spacing: -0.05em;
	float: left;
	width: 200px;
	margin-top: 5px;
}

.site-branding a.site-title {
	margin: 0;
	text-decoration: none;
	font-weight: 600;
	color: #221e1f;
	font-size: 30px;
	font-family: "europa",sans-serif;
	display: block;
	line-height: 1;
}
	body.mobile-menu-open .site-branding a.site-title,
	.site.header-has-img .site-branding a.site-title {
		color: #FFF;
	}
	.site-branding .site-logo {
		width: 200px;
		height: 65px;
	}
	body.mobile-menu-open .site-branding .site-logo,
	.site.header-has-img .site-branding .site-logo,
	.site-footer .site-branding .site-logo {
		fill: #FFF;
	}
	@media screen and (max-width: 600px) {
		.site-branding a.site-title,
		.site-branding,
		.site-branding .site-logo {
			width: 150px;
		}
	}

/* -- Footer -- */

.site-footer {
	width: 100%;
	padding: 70px 0;
	clear: both;
	color: #FFF;
	background: #363636;
	    position: relative;
	    z-index: 220;
}
	.site-footer h4 {
		font-size: 19px;
    margin-bottom: 12px;
	}
	.site-footer p {
		margin: 0 0 10px;
		font-weight: 400;
	}
	.site-footer p:last-of-type {
		margin-bottom: 0;
	}
	.site-footer .col.brand {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.site-footer .brand p {
		font-size: 13px;
	}
	.site-footer .site-branding {
		margin-bottom: 20px;
	}
	.site-footer .site-branding a.site-title,
	.site-footer a {
		color: #FFF;
	}
	.site-footer a:hover {
		text-decoration: none;
	}
	.site-footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.site-footer ul li {
		font-size: 17px;
	}
	.site-footer ul a {
		text-decoration: none;
	}
	.site-footer ul a:hover {
		text-decoration: underline;
	}
	.site-footer .contact .row {
		margin-bottom: 5px;
	}
	.site-footer .contact .row:last-of-type {
		margin-bottom: 0;
	}
	.site-footer .contact span.label {
		font-weight: 600;
		display: block;
		float: left;
	}
	.site-footer .contact .data {
		display: block;
		float: right;
		width: calc(100% - 60px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.site-footer .col.sitemap {
		display: none;
	}
	.site-footer form button {
	    margin-top: 5px;
	    width: 110px;
	}
	@media screen and (min-width: 600px) {
		.site-footer .col.sitemap {
			display: block;
		}
	}
	@media screen and (min-width: 1025px) {
		.site-footer .four-cols {
			flex-direction: row-reverse;
		}
	}
	@media screen and (min-width: 1024px) {
		.site-footer .four-cols .col.sitemap {
			width: 12%;
		}
		.site-footer .four-cols .col {
			margin-bottom: 0;
		}
	}


.social-icons {

}
	.social-icons a {
		display: inline-block;
		text-decoration: none;
		margin-right: 14px;
		vertical-align: middle;
	}
	.social-icons .icon {
		width: auto;
    height: 19px;
	}
	.social-icons.icons-white a .icon {
		fill: #FFF;
	}
	.social-icons a:hover {
		opacity: 0.4;
	}
	.social-icons a.social-twitter .icon {
		height: 16px;
	}
	.social-icons a.social-youtube .icon {
		height: 22px;
	}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.two-cols,
.three-cols,
.four-cols {

}
	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		width: 100%;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.last-row-hack:after {
	  content: "";
	  flex: auto;
	}
	@media screen and (min-width: 600px) {
		.two-cols,
		.four-cols {
			display: flex;
			justify-content: space-between;
		}
		.three-cols,
		.two-cols {
			flex-wrap: wrap;
		}
		.two-cols .col {
			width: 48%;
		}
		.two-cols.plus-gutter .col {
			width: 46%;
		}
	}
	@media screen and (min-width: 760px) {
		.three-cols {
			display: flex;
			justify-content: flex-start;
	    align-items: flex-start;
		}
		.three-cols .col {
			width: 30%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
		.three-cols .col:nth-child(3n+3) {
			margin-right: 0;
		}
		.three-cols .resource-partial.col {
			width: 28%;
		}
		.resource-listing .three-cols .resource-partial.col {
			width: 30%;
		}
	}
	@media screen and (min-width: 761px) and (max-width: 1024px) {
		.three-cols .col {
			width: 47.5%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(even) {
			margin-right: 0;
		}
		.resource-listing .three-cols .resource-partial.col,
		.three-cols .resource-partial.col {
			width: 47.5%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
	    width: 46%;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.four-cols {
			flex-wrap: wrap;
		}
		.four-cols .col {
			width: 48%;
			margin-bottom: 60px;
		}
		.four-cols .col:nth-last-child(-n+2) {
			margin-bottom: 0;
		}
	}
	@media screen and (min-width: 1025px) {
		.four-cols .col {
			width: 22%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
			width: 28.5%;
		}
	}
	.align-start {
		align-items: flex-start;
	}


header.page-header {
	padding: 190px 0 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
	.error-404 header.page-header {
		padding: 40vh 0 30vh;
	}
	header.page-header .center-blk {
		position: relative;
		z-index: 10;
		max-width: 940px;
	}
	.site.header-has-img header.page-header {
		padding: calc(120px + 15vh) 0 20vh;
	}
	.site.header-has-img header {
		color: #FFF;
	}
	.bg-stylise,
	header.page-header .bg-img {
		z-index: 5;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.2;
		mix-blend-mode: multiply;
	}
	.bg-stylise-screen {
		mix-blend-mode: overlay;
    opacity: 0.35;
	}
	h3.header-intro {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 0;
	}
	@media screen and (min-width: 770px) {
		h3.header-intro {
			font-size: 28px;
	    line-height: 1.3;
		}
	}
	header.apply-header h3 {
		font-weight: 300;
		line-height: 1.3;
	}
	header.post-header {
		margin-bottom: 50px;
	}
	header.post-header.has-img {
		background: #363636;
		margin-bottom: 90px;
	}
	header.post-header .bg-img {
		filter: none;
    opacity: 0.35;
    mix-blend-mode: inherit;
	}
	header.post-header .post-author-card {
		border: none;
		    margin: -10px 0 0;
		padding: 0;
		justify-content: center;
		width: 100%;
	}
	header.post-header .post-author-card .author-meta {
		width: auto;
    text-align: left;
    margin-left: 10px;
    line-height: 1.2;
	}
	header.post-header .post-author-card .author-meta p.author {
		margin: 0;
	}


.section-pad {
	padding: 60px 0;
}
	
.section-pad-btm {
	padding: 0 0 60px;
}

.section-pad-top {
	padding: 60px 0 0;
}

	@media screen and (min-width: 1024px) {
		.section-pad {
			padding: 90px 0;
		}
			
		.section-pad-btm {
			padding: 0 0 90px;
		}
		
		.section-pad-top {
			padding: 90px 0 0;
		}	
	}
	
	
.no-pad-btm {
	padding-bottom: 0;
}

.section-overview,
.section-detail {
	width: 100%;
}
	.section-overview {
		margin-bottom: 50px;
	}
	a.section-proceed {
		clear: left;
	}
	@media screen and (min-width: 1024px) {
		.section-overview {
			float: left;
			width: 30%;
			margin: 0;
		}
		.has-three-cols .section-overview {
			width: 25%;
		}
		.section-detail {
			float: right;
			width: 65%;
			margin-top: 7px;
			margin-bottom: -40px;
		}
		.has-three-cols .section-detail {
			width: 68%;
		}
	}
	@media screen and (min-width: 600px) {
		.section-detail {
			margin-bottom: -10px;
		}
		a.section-proceed {
			margin-top: 20px;
		}
	}



.icon-summary {
	position: relative;
}
	.icon-summary.intro-icon {
		position: relative;
    width: 87px;
    margin: 0 auto 30px !important;
    display: block;
	}
	.icon-summary.intro-icon .icon {
		width: 68px;
	}
	@media screen and (min-width: 600px) {
		.icon-summary:nth-last-of-type(2) {
			margin-bottom: 0;
		}
		.body-with-aside .icon-summary .summary h3 {
			font-size: 21px;
		}
	}
	.icon-summary .icon {
		height: auto;
    width: 53px;
    position: relative;
    z-index: 10;
    margin-left: 10px;
	}
	.icon-summary .icon-icecream {
		width: 39px;
	}
	.icon-summary .icon-firework {
		width: 43px;
	}
	.icon-summary .summary {
		float: right;
		width: calc(100% - 80px);
	}
	
	.icon-summary .summary p {
		font-size: 16px;
	}
	.icon-summary.spot::before {
		content: "";
		width: 30px;
		height: 30px;
		border-radius: 100%;
		display: block;
		position: absolute;
		top: 20px;
		left: 0px;
		z-index: 0;
	}
	.icon-summary.spot-people-table::before,
	.icon-summary.spot-boot::before {
		background: #C6F8C6;
	}
	.icon-summary.spot-signpost::before {
		background: #FFE8C5;
	}
	.icon-summary.spot-megaphone::before {
		background: #C5F7F5;
	}
	.icon-summary.spot-firework::before {
		background: #F0C6F8;
	}





.bootcamp-cta {
	margin-top: 20px;
}
	.bootcamp-cta .bg-banner {
		position: absolute;
		top: 35px;
		left: 0;
		width: 100%;
		height: calc(100% - 100px);
	}
	.bootcamp-cta h2 {
		font-weight: 400;
	}
	.bootcamp-cta .center-blk {
		z-index: 10;
	}
	.bootcamp-cta .section-overview {
		width: 62%;
		float: left;
		padding: 110px 0;
	}
	.bootcamp-cta .section-overview.double-bootcamp {
		width: 100%;
		float: left;
		padding: 110px 0;
	}
	.bootcamp-cta p {
		font-weight: 400;
	}
	.bootcamp-cta article {
		float: right;
		width: 30%;
		box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
	}
	.booked-banner {
		background: #11979B;
    color: #FFF;
		text-indent: 2px;
    width: 164px;
    text-align: center;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    right: 0;
    transform: rotate(45deg) translate(50px, -10px);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    padding: 5px 0;
	}
	@media screen and (max-width: 1024px) {
		.bootcamp-cta .center-blk {
			overflow: hidden;
			padding: 60px 0;
		}
		.bootcamp-cta .section-overview.double-bootcamp {
			padding: 0;
			margin-bottom: 0;
		}
		.bootcamp-cta .section-overview {
			padding: 0;
			width: 45%;
			margin-bottom: 0;
		}
		.bootcamp-cta .section-overview:not(.double-bootcamp) .col {
			width: 100%;
		}
		.bootcamp-cta .section-detail {
			margin-left: 0;
		}
		.bootcamp-cta .bg-banner {
			height: 100%;
			top: 0;
		}
		article.partial-bootcamp {
			width: 48%;
		}
	}
	@media screen and (max-width: 700px) {
		.bootcamp-cta .section-overview,
		article.partial-bootcamp {
			width: 100%;
		}
	}


article.bootcamp {
}
	article.bootcamp .body-with-aside {
    width: calc(100% - 380px);
	}
	.body-with-aside p,
	.body-with-aside ul {
		width: 100%;
		clear: both;
	}
	@media screen and (max-width: 950px) {
		article.bootcamp .body-with-aside {
	    width: 100%;
		}
	}
	article.bootcamp .body-with-aside .content-block {
	    margin-bottom: 40px;
	    padding-bottom: 40px;
	    border-bottom: 1px solid #e8e6e4;
	}
	@media screen and (min-width: 1024px) {
		article.bootcamp .body-with-aside .content-block {
	    	margin-bottom: 70px;
	    	padding-bottom: 70px;
		}	
	}
	article.bootcamp .body-with-aside .content-block:last-of-type {
		border: none;
		padding-bottom: 0;
	}


article.partial {
	background: #FEFEFE;
	border: 1px solid rgba(151, 151, 151, 0.5);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
	.isotope article.partial {
		transition: none;
	}
	article.partial .article-img {
		padding-bottom: 60%;
		position: relative;
	}
	article.partial .article-img:before {
		transition: opacity .4s cubic-bezier(.4,0,.2,1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 10;
    content: "";
    background: #3D3D3D;
	}
	article.partial:hover .article-img:before {
		opacity: 0.6;
	}
	article.partial .article-inner {
		padding: 35px;
		float: left;
		overflow: hidden;
	}
	article.partial p {
		font-size: 14px;
		font-weight: 300;
	}
	article.partial.has-hot-spot:hover {
		box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
		background: #FAFAFA;
	}
	.taxonomy,
	article.partial p.taxonomy,
	article.partial time {
		color: #757575;
		font-size: 13px;
		text-transform: uppercase;
		display: block;
		margin-top: -4px;
		margin-bottom: 7px;
		font-weight: 400;
	}
	p.taxonomy span.term:after {
		content: ", ";
	}
	p.taxonomy span.term:last-of-type:after {
		content: "";
	}
	.wide-articles article.partial {
		margin-bottom: 60px;
	}
	@media screen and (min-width: 750px) {
		.wide-articles {
			max-width: 1024px;
		}
		.wide-articles article.partial .article-img {
			width: 45%;
			padding-bottom: 0;
			position: absolute;
			left: 0;
			height: 100%;
			top: 0;
		}
		.wide-articles article.partial:nth-of-type(even) .article-img {
			left: auto;
			right: 0;
		}
		.wide-articles article.partial .article-wrap {
			padding: 2% 2% 1%;
		}
		.wide-articles article.partial.has-img .article-wrap {
			float: right;
			width: 55%;
		}
		.wide-articles article.partial:nth-of-type(even) .article-wrap {
			float: left;
		}
		.wide-articles article.partial h3 {
			font-size: 32px;
		}
		.wide-articles article.partial p:not(.taxonomy) {
			font-size: 18px;
		}
	}

.post-body {

}
	.post-body .center-blk {
		max-width: 800px;
	}
	.post-body .header-intro {
		margin-bottom: 40px;
	}
	.post-body .wide-form-embed {
		margin-top: 30px;
	}
	.post-body .next-prev {
		margin: 80px 0 0;
		border-top: 1px solid #cbcbcb;
		padding-top: 80px;
	}
	.post-body .next-prev > h3 {
		margin-bottom: 50px;
		text-align: center;
	}
	.post-body .next-prev article.partial {
		margin-bottom: 40px;
	}
	.post-body img,
	.post-body figure {
		float: left;
		width: 100% !important;
		margin: 10px 0 40px;
	}
	.post-body figure img {
		margin: 0;
	}
	.wp-caption-text {
		display: block;
		float: left;
		width: 100%;
		margin: 15px 0 0;
		font-style: italic;
	}
	@media screen and (min-width: 750px) {
		.post-body .next-prev .posts {
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: space-between;
		}
		.post-body .next-prev article.partial {
			width: 47.5%;
			margin-bottom: 0;
		}
	}




.event-filters {
	text-align: center;
	margin-bottom: 60px;
}
	.event-filters .btn {
		margin: 7px;
	}

article.partial-event {

}
	article.partial-event .article-img time {
		position: absolute;
    background: #363636;
    padding: 10px 10px 10px 40px;
    color: #FFF;
    margin: 0;
    font-size: 16px;
    bottom: 0;
	  line-height: 1.3;
		z-index: 10;
	}
	article.partial-event .event-meta {
		border-top: 1px solid #cbcbcb;
    padding: 18px 0 0;
		margin-bottom: -10px;
	}
	article.partial-event .event-meta address,
	article.partial-event .event-meta time,
	article.partial-event .event-meta span.cost {
		display: inline-block;
		margin: 0;
		font-size: 14px;
		color: inherit;
	}
	article.partial-event span.access-toggle {
		text-decoration: underline;
	  font-size: 14px;
	  cursor: pointer;
	  margin: -5px 0 15px;
	  display: block;
	  position: relative;
	  z-index: 20;
	}
	article.partial-event span.access-toggle:hover {
		text-decoration: none;
	}
	article.partial-event span.access-toggle:after {
		content: " +";
	}
	article.partial-event .access-open span.access-toggle:after {
		content: " -";
	}
	article.partial-event p.access-details {
		display: none;
	}
	article.partial-event .access-open p.access-details {
		display: block;
    width: calc(100% + 70px);
    background: #EFEFEF;
    margin: -5px 0 16px -35px;
    padding: 20px 35px;
		position: relative;
	}
	article.partial-event .access-open p.access-details strong {
		font-weight: 500;
		display: block;
		margin-bottom: 5px;
	}
	article.partial-event .access-open p.access-details:before {
		content: "";
    width: 15px;
    height: 15px;
    background: #efefef;
    position: absolute;
    left: 37px;
    top: -7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}


article.event {

}
	article.event .event-header {
		background: #363636;
		padding: calc(120px + 15vh) 0 30px !important;
	}
	article.event .event-header .center-blk {
    max-width: 1280px;
		text-align: left;
	}
	article.event .event-header .bg-img {
		filter: none;
		mix-blend-mode: initial;
		opacity: 0.13;
	}
	article.event .event-header h1 {
		font-size: 45px;
	}
	article.event .event-header p.taxonomy {
		color: #FFF;
    font-weight: 500;
    font-size: 16px;
	}
	article.event .event-header time {
		background: #ffffff;
    padding: 0.2em 0.5em;
    color: #363636;
    margin: 0 0 30px;
    font-size: 23px;
    line-height: 1.3;
    z-index: 20;
    display: inline-block;
	}
	article.event .event-main-info {
		width: 100%;
		float: left;
	}
	article.event aside.event-vitals {
		background: #FFF;
		border: 1px solid #E7E7E7;
		float: right;
		padding: 35px;
		width: 100%;
		margin-bottom: 60px;
	}
	article.event aside.event-vitals .btn {
		width: 100%;
		font-size: 15px;
		padding: 16px;
		margin-bottom: 10px;
	}
	article.event aside.event-vitals p.small-print {
		text-align: center;
	}
	article.event aside.event-vitals .event-vital {
		margin: 10px 0;
	}
	article.event aside.event-vitals .event-vital:last-of-type {
		margin-bottom: 0;
	}
	article.event aside.event-vitals .event-vital h4 {
		font-size: 18px;
		margin-bottom: 0;
	}
	article.event aside.event-vitals .event-vital p {
		font-size: 16px;
		font-weight: 400;
	}
	article.event aside.event-vitals .event-vital p strong {
		font-weight: normal;
	}
	@media screen and (min-width: 900px) {
		article.event .event-main-info {
			width: calc(100% - 400px);
		}
		article.event aside.event-vitals {
			width: 330px;
	    margin-top: -198px;
	    position: relative;
	    z-index: 10;
		}
		article.event .event-header-inner-wrap {
			max-width: calc(100% - 400px);
		}
	}
	@media screen and (max-width: 760px) {
		article.event .event-header h1 {
			font-size: 28px;
		}
		article.event .event-header time {
			font-size: 19px;
			margin-bottom: 20px;
		}
	}



body.page-template-page-home .story-carousel {
	padding-top: 80px;
	margin-top: 0;
}
@media screen and (min-width: 1024px) {
	body.page-template-page-home .story-carousel {
		padding-top: 110px;
		margin-top: -65px;
	}
}

article.partial-story.carousel-item {
	width: 90%;
	margin: 0 3%;
	padding: 0;
	border: none;
	text-align: center;
	background: transparent;
}
	.story-carousel article.partial-story.carousel-item {
		transition: none;
	}
	article.partial-story.carousel-item .profile-img {
		width: 150px;
		height: 150px;
		border-radius: 100%;
		margin: 0 auto 20px;
	}
	article.partial-story.carousel-item .story-outline {
		width: 100%;
		float: left;
	}
	article.partial-story.carousel-item h5,
	article.partial-story.carousel-item h3 {
		margin-bottom: 10px;
	}
	article.partial-story.carousel-item p {
		font-size: 19px;
	}
	.story-carousel article.partial-story.carousel-item a.hot-spot {
		display: none;
	}
	article.partial-story.carousel-item a.section-proceed {
		margin-top: 20px;
	}
	@media screen and (min-width: 600px) {
		article.partial-story.carousel-item {
			text-align: left;
		}
		article.partial-story.carousel-item a.section-proceed {
			float: left;
		}
		article.partial-story.carousel-item .profile-img {
			float: left;
			margin: 0;
		}
		article.partial-story.carousel-item .story-outline {
			width: calc(100% - 200px);
			float: right;
		}
	}
	@media screen and (min-width: 700px) {
		article.partial-story.carousel-item {
			width: 65%;
		}
	}
	.no-carousel article.partial-story {
		width: 100%;
		margin: 0 0 40px;
		opacity: 1;
		background: #FEFEFE;
		border: 1px solid rgba(151, 151, 151, 0.25);
		padding: 40px;
	}
	article.partial-story-col h5 {
		margin: -5px 0 15px;
	}

.site.header-has-img header.stories-header {
	color: inherit;
	text-align: center;
}
	header.stories-header .center-blk {
		max-width: 1024px;
	}
	.featured-stories {
		height: 80vh;
		overflow: hidden;
		min-height: 600px;
	}


article.partial-story-hero {
	transition: none;
	width: 100%;
	height: 80vh;
	min-height: 600px;
	position: relative;
	border: none;
	border-radius: 0;
	background: #363636;
}
	article.partial-story-hero.carousel-item:not(.is-selected) {
		opacity: 1;
	}
	article.partial-story-hero .bg-img {
		opacity: 0.55;
	}
	article.partial-story-hero .center-blk {
		height: 80vh;
		min-height: 600px;
		position: relative;
	}
	article.partial-story-hero .story-outline {
		position: absolute;
		bottom: 70px;
		color: #FFF;
		left: 0;
		max-width: 450px;
	}
	article.partial-story-hero .taxonomy {
		color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
	}
	article.partial-story-hero h3 {
		    margin-bottom: 8px;
	}
	article.partial-story-hero h5 {
		    margin-bottom: 15px;
	}
	article.partial-story-hero p {
		font-weight: 400;
	}



article.story {
	margin-top: 120px;
}
	article.story header.split-story-header {
		width: 100%;
		float: left;
		padding-bottom: 70%;
		position: relative;
	}
	article.story .story-content {
		width: 100%;
		padding: 7%;
		float: left;
	}
	@media screen and (min-width: 900px) {
		article.story {
			margin-top: 140px;
		}
		article.story header.split-story-header {
			width: 45%;
			float: left;
			position: -webkit-sticky;
			position: sticky;
			top: 0px;
			padding-bottom: 0;
			height: calc(100vh);
		}
		article.story .story-content {
			width: 55%;
			padding: 5%;
			float: right;
		}
	}
	article.story .intro-wrap .taxonomy {
		font-size: 16px;
		color: inherit;
	}
	article.story .intro-wrap h1 {
		margin-bottom: 15px;
	}
	article.story .intro-wrap h4 {
		margin-bottom: 25px;
	}
	article.story .intro-wrap h3 {
		margin-bottom: 30px;
	}
	article.story p.funded-label {
		margin-bottom: 5px;
		font-size: 15px;
		font-weight: 400;
	}
	article.story .story-body {
		margin-bottom: 60px;
	}
	article.story article.partial-person {
		margin: 60px 0 0;
	}
	article.story article.partial-person .profile-footer,
	article.story article.partial-person .story-btn {
		display: none;
	}

article.funder {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
	article.funder img {
		width: 170px;
		margin-bottom: 20px;
	}
	article.funder .funder-info {
		width: 100%;
	}
	@media screen and (min-width: 1024px) {
		article.funder img {
			float: left;
		}
		article.funder .funder-info {
			width: calc(100% - 210px);
			float: right;
		}
	}




.ea-cta {

}
	.ea-cta .center-blk {
		overflow: hidden;
	}

.circle-cta {
	border-radius: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
	width: 550px;
	height: 550px;
	position: relative;
	overflow: hidden;
	z-index: 20;
}
	.circle-inner {
		padding: 30px;
		text-align: center;
	}
	.circle-inner h3 {
		margin-bottom: 15px;
	}
	.circle-inner .icon {
		width: 70px;
		margin-bottom: 10px;
	}
	.circle-cta.circle-sml {
		width: 170px;
		height: 170px;
	}
	.circle-cta:nth-child(n+2) {
		position: absolute;
		margin: 0;
	}
	@media screen and (min-width: 930px) {
		.circle-cta {
			float: right;
			margin-right: 10%;
		}
		.circle-cta:nth-child(2) {
			left: 8%;
	    bottom: 0;
	    z-index: 0;
		}
		.circle-cta:nth-child(3) {
			left: 2%;
	    bottom: 0;
			width: 250px;
			height: 250px;
		}
		.circle-cta:nth-child(4) {
			top: 0;
	    right: 5%;
		}
	}
	@media screen and (max-width: 929px) {
		.circle-cta:nth-child(1) {
			float: none;
	    margin: 0 auto;
			width: auto;
			height: auto;
			border-radius: 0;
			margin: 70px 0 50px;
		}
		.circle-cta:nth-child(n+2) {
			width: 110px;
	    height: 110px;
		}
		.circle-cta:nth-child(2) {
			left: 8%;
	    top: 0;
	    z-index: 0;
	    width: 250px;
	    height: 250px;
		}
		.circle-cta:nth-child(3) {
			left: 10%;
	    z-index: 0;
	    bottom: 0;
		}
		.circle-cta:nth-child(4) {
			top: 0;
	    right: 5%;
		}
	}



article.resource-partial {
	position: relative;
	color: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.21);
	border-radius: 3px;
	padding: 25px;
	overflow: visible !important;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
	article.resource-partial:hover {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.40);
	}
	article.resource-partial p.taxonomy {
		color: #FFF;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
	}
	article.resource-partial h3 {
		font-size: 22px;
	}
	article.resource-partial .resource-thumb {
		width: calc(100% + 50px);
    padding-bottom: 90%;
    position: relative;
    margin: 20px 0 20px -25px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.30);
	}
	article.resource-partial:hover {
		transform: scale(1.05);
	}
	@media screen and (min-width: 600px) {
		article.resource-partial .resource-thumb {
			width: calc(100% + 40px);
			margin: 20px 0 18px -40px;
		}
	}
	article.resource-partial p.excerpt {
		font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
		margin-bottom: 0;
	}


.resource-listing {

}
	.resource-listing .center-blk {
		margin-top: -10vh;
		z-index: 10;
	}


article.resource {

}
	article.resource header.resource-header {

	}
	article.resource header.resource-header .center-blk {
		max-width: 1280px;
	}
	article.resource header.resource-header .resource-img {
		display: none;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,0.21);
	}
	article.resource header.resource-header .half-header  {
		text-align: left;
		width: 100%;
	}
	article.resource header.resource-header .bg-img:not(.featured-img) {
		filter: blur(10px);
	}
	article.resource header.resource-header p.taxonomy {
		font-size: 15px;
		font-weight: 400;
		color: #FFF;
	}
	article.resource header.resource-header .resource-intro p {
		font-weight: 400;
	}
	article.resource header.resource-header .btn-row {
		margin-top: 20px;
	}
	article.resource header.resource-header .btn-row .btn {
    padding: 16px;
		margin: 10px 10px 10px 0;
	}
	article.resource header.resource-header .btn-row .btn-white {
		color: #363636;
	}
	article.resource header.resource-header .btn-row .btn-white:hover {
		color: #FFF;
	}
	@media screen and (min-width: 860px) {
		article.resource header.resource-header .resource-img {
			position: absolute;
	    width: 45%;
	    height: 100%;
			left: 0;
			top: 0;
			display: block;
		}
		article.resource header.resource-header .resource-intro p {
			font-size: 21px;
			font-weight: 400;
		}
		article.resource header.resource-header .half-header  {
			width: 50%;
	    float: right;
	    padding: 10vh 0;
		}
	}
	article.resource .resource-body {
		max-width: 1000px;
	}
	article.resource .resource-body .block-text {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}


.related-content {

}
	.related-content h3.related-title {
		margin-bottom: 60px;
		text-align: center;
	}
	.related-content .three-cols {
		    justify-content: center;
	}



.post-author-card {
	margin: -10px 35px 29px;
	border-top: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
	width: calc(100% - 70px);
}
	.post-author-card img.avatar {
	    display: block;
	    border-radius: 100%;
	    width: 45px !important;
	    height: 45px;
	    border: 1px solid #D8D8D8;
	    float: left;
	    margin: 0;
	}
	.post-author-card .author-meta {
		float: right;
    width: calc(100% - 60px);
	}
	.post-author-card .author-meta p.author {
		font-weight: 400;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 1;
	}
	.post-author-card .author-meta time {
		margin: 0;
    font-size: 12px;
    line-height: 1;
	}


.training-index {

}
	#page.header-has-img .training-index .center-blk {
		margin-top: -10vh;
    z-index: 10;
	}

.training-summary {

}
	.training-summary .bg-img {

	}
	.training-summary .icon-summary {

	}
	.training-summary .article-inner .summary {
		clear: left;
		width: 100%;
		margin-top: 15px;
	}
	@media screen and (min-width: 1100px) {
		.training-summary .bg-img {
			width: 50%;
		}
		.training-summary .article-inner {
			float: right !important;
			width: 50%;
		}
	}
	@media screen and (max-width: 1099px) {
		.training-summary .bg-img {
			width: 100%;
			position: relative;
			padding-bottom: 50%;
			height: auto;
		}
	}


.skip-camps {
	font-size: 14px;
}
	.skip-camps span {
		font-weight: 500;
		margin-right: 7px;
	}

.training-intro {
	z-index: 10;
}
	.training-intro .video {
		margin-top: 80px;
	}

.stylised-summary {
	
}
	.body-with-aside .stylised-summary .two-cols {
		margin-top: 20px;
	}
	.page-template-page-training-detail .stylised-summary {
		margin-bottom: 90px;	
	}
	.stylised-summary.overlap-top {
		padding-top: 180px;
		margin-top: -185px;
	}
	.stylised-summary .center-blk {
		z-index: 10;
	}
	.stylised-summary .bg-img {
		filter: blur(10px);
	}
	.stylised-summary .three-cols {
		justify-content: flex-start;
	}
	.stylised-summary .icon-summary .summary p {
		font-weight: 400;
	}
	.body-with-aside .stylised-summary.has-bg {
		padding: 5%;
	}
	.body-with-aside .stylised-summary.has-bg p {
		font-weight: 400;
	}
	.body-with-aside .stylised-summary.has-bg .inner-wrap {
		position: relative;
		z-index: 20;
	}
	.body-with-aside .stylised-summary:not(.has-bg) .icon-summary .summary p {
		font-weight: 300;
	}
	@media screen and (min-width: 960px) {
		.stylised-summary .three-cols .col {
			margin-right: 5%;
			width: 30%;
		}
		.stylised-summary .three-cols .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.stylised-summary .three-cols {
	    display: flex;
		}
		.stylised-summary .three-cols .col {
			margin-right: 5%;
			width: 47.5%;
		}
		.stylised-summary .three-cols .col:nth-of-type(even) {
			margin-right: 0;
		}
	}
	
	

.testimonial {
    background: #FFF;
    padding: 20px;
    border: 1px solid #e8e6e4;
    border-radius: 5px;
}
	.testimonial:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.testimonial .profile-img {
		width: 120px;
		border-radius: 100%;
		float: left;
		height: 120px;
	}
	.testimonial.has-img .inner-wrap {
		float: right;
		width: calc(100% - 135px);
		clear: none;
	}
	@media screen and (max-width: 600px) {
		.testimonial .profile-img {
			float: none;
			display: block;
			margin: 0 auto 20px;
		}
		.testimonial.has-img .inner-wrap {
			width: 100%;
			clear: both;
		}
	}
	.testimonial h3 {
		    font-size: 22px;
    margin-bottom: 6px;
    padding-left: 30px;
	}
	.testimonial h5 {
		padding-left: 30px;
	}
	.testimonial p {
		    margin-bottom: 10px;
    font-weight: 400;
    padding-left: 30px;
	}
	.testimonial p:before {
    position: absolute;
    content: "\0022";
    font-size: 47px;
    top: 0;
    left: 0;
    line-height: 1.1;
	}



#upcoming-camps.section-pad {
	padding-bottom: 40px;
}


.wide-form-embed {
	padding: 30px;
	background: #F4F3F1;
	overflow: hidden;
	text-align: center;
}
	.wide-form-embed h3 {
		font-weight: 400;
		margin: 0 0 20px;
		font-size: 26px;
	}
	.wide-form-embed form {
		display: flex;
    justify-content: space-between;
		flex-wrap: wrap;
	}
	.wide-form-embed form p {
		width: 100%;
    margin: 5px 0 0;
    font-weight: 400;
	}
	form .checkbox-row {
		display: block;
		margin: -5px auto 10px;
		float: left;
	}
	.wide-form-embed form .checkbox-row {
		margin-top: 20px !important;
	}
	form input[type="checkbox"] {
		width: auto !important;
	}
	.wide-form-embed form input[type="checkbox"] {
		float: none;
	}
	.wide-form-embed form label {
	    width: auto;
	    margin-left: 5px;
	    display: inline;
	    float: none;
	    line-height: 1;
	}
	@media screen and (min-width: 600px) {
		.wide-form-embed {
			padding: 40px;
		}
		.wide-form-embed h3 {
			font-size: 30px;
		}
	}
	@media screen and (min-width: 800px) {
		.wide-form-embed form input,
		.wide-form-embed form button {
			width: 22%;
			margin: 0;
		}
	}


.faqs {

}
	.faqs h2.section-heading {
		margin-bottom: 30px;
	}
	.faqs .faq-item {
		padding: 20px;
    max-width: 990px;
    margin: 0 auto 5px;
    float: none;
    overflow: hidden;
	}
	.faqs .faq-item.item-open,
	.faqs .faq-item:hover {
		background: #F4F3F1;
	}
	.faqs .faq-item h3.question {
		text-align: center;
		margin: 0;
		font-weight: 400;
		cursor: pointer;
	}
	@media screen and (min-width: 600px) {
		.faqs .faq-item h3.question {
			font-size: 28px;
		}
		.faqs .faq-item {
			padding: 20px 40px;

		}
	}
	.faqs .faq-item.item-open h3.question,
	.faqs .faq-item h3.question:hover {
		color: #14AAAF;
	}
	.faqs .faq-item .answer {
		display: none;
		padding: 25px 0 15px;
	}
	.faqs .faq-item.item-open .answer {
		display: block;
	}


.application-blk {
		padding: 30px;
		background: #F0EDE9;
}
	.camp-overview .application-blk h3 {
		margin-bottom: 30px;
	}
	.application-blk {
		margin-bottom: 0;
		overflow: hidden;
		position: relative;
		width: 320px;
	}
	.camp-overview:before {
		background: #f0ede9;
	}
	article.bootcamp.applications-open .application-blk,
	article.bootcamp.applications-open .camp-overview:before {
		background: #F4567B;
		color: #FFF;
	}
	article.bootcamp.applications-open .application-blk a {
		color: #FFF;
	}
	article.bootcamp.applications-open .application-blk p {
		font-weight: 400;
	}
	article.bootcamp .application-blk .btn {
		background: #14AAAF;
		border-color: #14AAAF;
		color: #FFF;
	}
	article.bootcamp .application-blk .btn:hover {
		background: transparent;
		color: #14AAAF;
		border-color: #14AAAF;
	}
	article.bootcamp.applications-open .application-blk .btn {
		border-color: #9c1f3d;
	    background: #9c1f3d;
	    color: #ffffff;
	    font-size: 18px;
	    width: 100%;
	}
	article.bootcamp.applications-open .application-blk .btn:hover {
		background: #B32547;
		border-color: #B32547;
		color: #FFF;
	}
	@media screen and (min-width: 850px) {
		.application-blk {
				padding: 40px 40px 40px 0;
		}
		.camp-overview:before {
			content: "";
			position: absolute;
			width: calc(50vw - 320px);
			height: calc(100% - 60px);
			left: 0;
			top: 60px;
			background: #F0EDE9;
		}
	}
	@media screen and (max-width: 1420px) {
		.camp-overview:before {
			width: calc(5% + 320px);
		}
	}
	@media screen and (min-width: 1024px) {
		.camp-overview:before {
			height: calc(100% - 90px);
			top: 90px;
		}
	}



.camp-overview {
	padding-bottom: 0;
}
	.camp-overview .two-third {
		padding-top: 40px;
		margin: 0;
	}
	.camp-overview h3 {
		font-weight: 300;
		margin-bottom: 0;
	}
	@media screen and (min-width: 850px) {
		.camp-overview .two-third {
			width: calc(100% - 380px);
			float: right;
		}
	}
	@media screen and (max-width: 849px) {
		.camp-overview .one-third.application-blk,
		.camp-overview .two-third {
			width: 100%;
		}
	}


aside.page-navigation {
	width: 100%;
	float: left;
	display: none;
}
	aside.page-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	aside.page-navigation ul li a {
		font-family: "europa",sans-serif;
		font-weight: 400;
		font-size: 18px;
		text-decoration: none;
		color: inherit;
		display: block;
		padding-left: 30px;
		position: relative;
		line-height: 1.2;
	}
	aside.page-navigation ul li a::before {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #14AAAF;
		opacity: 0;
		top: 10px;
		left: 0;
		transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
	}
	aside.page-navigation ul li.current-menu-item a,
	aside.page-navigation ul li.current-cat > a,
	aside.page-navigation ul li.active a,
	aside.page-navigation ul li a:hover {
		color: #14AAAF;
	}
	aside.page-navigation ul li.current-menu-item a:before,
	aside.page-navigation ul li.current-cat > a:before,
	aside.page-navigation ul li.active a::before,
	aside.page-navigation ul li a:hover::before {
		opacity: 1;
	}
	aside.page-navigation ul li ul.children {
		margin-top: 20px;
	}
	aside.page-navigation ul li ul.children li,
	aside.page-navigation ul li {
		margin-bottom: 20px;
	}
	@media screen and (min-width: 950px) {
		aside.page-navigation {
			width: 320px;
			position: -webkit-sticky;
			position: sticky;
			top: 40px;
			display: block;
		}
	}

.content-block {
	margin: 0 0 60px;
}
	.content-block:last-of-type {
		margin-bottom: 0;
	}

.body-with-aside {
	width: 100%;
	float: left;
}
	@media screen and (min-width: 950px) {
		.body-with-aside {
			width: calc(100% - 380px);
			float: right;
		}
	}
	.body-with-aside .content-block {
		    margin-bottom: 70px;
	}
	.body-with-aside .content-block:last-of-type {
		margin-bottom: 0;
	}
	.body-with-aside .cols {
		margin: 20px 0 0;
	}
	.body-with-aside article.partial-story.carousel-item h3 {
		font-size: 26px;
	}
	.body-with-aside .faqs .faq-item h3.question {
		text-align: left;
		font-size: 22px;
	}
	.body-with-aside .no-results {
		text-align: left;
	}
	.body-with-aside .faqs .faq-item {
		padding: 20px;
	}
	@media screen and (min-width: 800px) {
		.body-with-aside .wide-form-embed input {
			width: 30%;
		}
		.body-with-aside .wide-form-embed button {
			clear: both;
	    width: 100%;
	    margin-top: 25px;
	    padding: 15px 15px;
		}
	}
	@media screen and (min-width: 600px) {
		.body-with-aside .cols {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: flex-start;
		}
		.body-with-aside .cols article.partial-person {
			width: 47.5%;
		}
		.body-with-aside .cols article.partial-person:nth-of-type(even) {
			margin-right: 0;
		}
		.body-with-aside .wide-form-embed h3 {
			font-size: 25px;
		}
	}
	@media screen and (min-width: 900px) and (max-width: 1024px) {
		.body-with-aside .cols article.partial-person {
			width: 100%;
			margin-right: 0;
		}
	}
	@media screen and (min-width: 1190px) {
		.body-with-aside.fit-more .cols article.partial-person {
			width: 31%;
			margin-right: 3%;
		}
		.body-with-aside.fit-more .cols article.partial-person:nth-of-type(even) {
			margin-right: 3%;
		}
		.body-with-aside.fit-more .cols article.partial-person:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}

.full-width {

}
	.cols.full-width {

	}
	@media screen and (min-width: 700px) and (max-width: 1023px) {
		.cols.full-width article.partial-person {
			width: 47.5%;
			margin-right: 5%;
			float: left;
		}
		.cols.full-width article.partial-person:nth-of-type(even) {
			margin-right: 0%;
		}
	}
	@media screen and (min-width: 1250px) {
		.cols.full-width article.partial-person {
			width: 31%;
			margin-right: 3%;
			float: left;
		}
		.cols.full-width article.partial-person:nth-of-type(even) {
			margin-right: 3%;
		}
		.cols.full-width article.partial-person:nth-of-type(3n+3) {
			margin-right: 0;
		}

		.cols.full-width .no-carousel article.partial-story {
			width: 47.5%;
			margin-right: 5%;
			float: left;
		}
		.cols.full-width .no-carousel article.partial-story:nth-of-type(even) {
			margin-right: 0%;
		}
	}

article.partial-person {
	margin-bottom: 5%;
}
	article.partial-person .profile-banner {
		text-align: center;
    height: 150px;
    margin-bottom: 40px;
    overflow: hidden;
	}
	article.partial-person .profile-banner .bg-img {
		filter: blur(60px);
		background-position: bottom center;
	}
	article.partial-person img.profile-img {
		position: relative;
		z-index: 10;
		width: 150px;
		height: 150px;
		border-radius: 100%;
		margin: 0 auto;
		position: absolute;
		left: calc(50% - 75px);
		top: 50px;
	}
	article.partial-person h4 {
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 15px;
	}
	article.partial-person h5 {
		text-align: center;
    margin: -8px 0 13px;
    font-weight: 400;
    font-size: 15px;
	}
	article.partial-person .profile-footer {
		text-align: center;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: -15px;
	}
	article.partial-person p.funded-by {
		font-size: 14px;
		color: #3B88CD;
		font-weight: 500;
		margin-top: -6px;
	}
	article.partial-person .story-btn {
		padding: 25px;
		text-align: center;
	}

.body-with-aside {
	width: 100%;
	float: left;
	margin: 0;
}
	@media screen and (min-width: 600px)  {
		.body-with-aside {
			display: flex;
			justify-content: flex-start;
			flex-wrap: wrap;
			align-items: flex-start;
			float: right;
		}
	}
	@media screen and (min-width: 900px)  {
		.body-with-aside {
			width: calc(100% - 300px);
			float: right;
		}
		aside.page-navigation {
			width: 250px;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1299px) {
		.body-with-aside article.partial-person {
			width: 47.5%;
			margin-right: 5%;
		}
		.body-with-aside article.partial-person:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 1300px) {
		.body-with-aside article.partial-person {
			width: 30%;
			margin-right: 5%;
		}
		.body-with-aside article.partial-person:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}


.pricing-table {
	text-align: center;
	display: flex;
	justify-content: space-between;
	    align-items: flex-start;
			flex-wrap: wrap;
}
	.pricing-table .col {
		margin-bottom: 30px;
		width: 100%;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}
	.pricing-table .pricing-col-head {
		background: #F8F8F8;
		border-top: 2px solid;
		padding: 0 20px;
	}
	.pricing-table .col:nth-of-type(1) .pricing-col-head {
		border-color: #14AAAF;
	}
	.pricing-table .col:nth-of-type(1) h4,
	.pricing-table .col:nth-of-type(1) .pricing-col-cells .pricing-col-cell p strong {
		color: #14AAAF;
	}
	.pricing-table .col:nth-of-type(2) .pricing-col-head {
		border-color: #3479B8;
	}
	.pricing-table .col:nth-of-type(2) h4,
	.pricing-table .col:nth-of-type(2) .pricing-col-cells .pricing-col-cell p strong {
		color: #3479B8;
	}
	.pricing-table .col:nth-of-type(3) .pricing-col-head {

	}
	.pricing-table .pricing-col-head h4 {
			padding-top: 30px;
			margin-bottom: 5px;
			font-size: 22px;
	}
	.pricing-table .pricing-col-head p {
		margin: 0;
		padding-bottom: 30px;
		font-size: 17px;
	}
	.pricing-table .pricing-col-cells {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pricing-table .pricing-col-cells .pricing-col-cell {
		background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0 20px;
		width: 100%;
	}
	.pricing-table .pricing-col-cells .pricing-col-cell p {
		margin: 0;
		font-size: 16px;
	}
	.pricing-table .pricing-col-cells .pricing-col-cell p:first-of-type {
		padding-top: 30px;
	}
	.pricing-table .pricing-col-cells .pricing-col-cell p:last-of-type {
		padding-bottom: 30px;
	}
	.pricing-table .pricing-col-cells .pricing-col-cell p strong {
		font-size: 18px;
	}
	@media screen and (min-width: 900px) {
		.pricing-table .col.col-1 {
			width: 30%;
		}
		.pricing-table .col.col-2 {
			width: 45%;
		}
		.pricing-table .col.col-3 {
			width: 67%;
		}
	}
	@media screen and (min-width: 600px) {
		.pricing-table .pricing-col-cells.cell-num-3 .pricing-col-cell {
			width: 33.33%;
		}
		.pricing-table .pricing-col-cells.cell-num-2 .pricing-col-cell {
			width: 50%;
		}
		.pricing-table .pricing-col-cells.cell-num-1 .pricing-col-cell {
			width: 100%;
		}
	}
	@media screen and (min-width: 951px) and (max-width: 1200px) {
		.body-with-aside .pricing-table .col.col-1 {
			width: 100%;
		}
		.body-with-aside .pricing-table .col.col-2 {
			width:100%;
		}
		.body-with-aside .pricing-table .col.col-3 {
			width:100%;
		}
	}


.logo-profiles {
	margin-top: 30px;
	justify-content: flex-start;
}

.logo-profile {
	text-align: center;
}
	.logo-profile .img-row {
		height: 150px;
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.logo-profile img {
		max-height: 120px;
    display: block;
    align-self: center;
	}
	article.logo-profile .article-inner {
		padding-top: 0;
	}
	.logo-profile .article-inner h3 {
		border-top: 1px solid #CCC;
		padding-top: 30px;
		font-size: 20px;
		display: block;
		width: 100%;
	}
	.logo-profile .article-inner p {

	}
	.logo-profile .article-inner .btn {

	}
	@media screen and (min-width: 1200px) {
		.logo-profiles .col {
			margin-right: 5%;
			width: 30%;
		}
		.logo-profiles .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 760px) and (max-width: 1199px) {
		.logo-profiles .col:nth-of-type(3n+3),
		.logo-profiles .col {
			margin-right: 5%;
			width: 47.5%;
		}
		.logo-profiles .col:nth-of-type(even) {
			margin-right: 0;
		}
	}


.logo-grid {
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
	.logo-grid .col {
		position: relative;
		    float: left;
		width: 45%;
		margin: 0 4% 4% 0;
		background: #FFF;
		position: relative;
		border: 1px solid rgba(151, 151, 151, 0.5);
	}
	.logo-grid .col.has-hot-spot:hover .logo-img {
		opacity: 0.3;
	}
	.logo-grid .logo-img {
		position: relative;
    float: left;
    padding-bottom: calc(100% - 30px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
	}
	@media screen and (min-width: 1200px) {
		.logo-grid .col {
			width: 22%;
			margin: 0 3% 3% 0;
		}
		.logo-grid .col:nth-of-type(4n+4){
			margin-right: 0;
		}
	}
	@media screen and (min-width: 760px) and (max-width: 1199px) {
		.logo-grid .col {
			width: 30%;
			margin: 0 5% 5% 0;
		}
		.logo-grid .col:nth-of-type(3n+3){
			margin-right: 0;
		}
	}


.contact-profile {

}
	.contact-profile h3 {
		display: block;
		margin: 5px 0 10px;
	}
	.contact-profile .contact-details {
		margin: 0 0 50px;
	}
	.contact-profile:last-of-type .contact-details {
		margin-bottom: 0;
	}
	.contact-profile .contact-details address,
	.contact-profile .contact-details a:not(.btn) {
		font-size: 20px;
		font-family: "europa",sans-serif;
		font-weight: 400;
		margin-bottom: 10px;
		display: inline-block;
		color: inherit;
	}
	.contact-profile .contact-details p {
		margin-bottom: 10px;
	}
	.contact-profile .contact-details address {
		margin-bottom: 25px;
	}
	.acf-map {
		width: 100%;
		height: 400px;
		margin: 30px 0 -90px;
		position: relative;
		float: left;
		    z-index: 1;
	}
	.acf-map img {
	 	max-width: inherit !important;
	}
	@media screen and (min-width: 600px) {
		.contact-profile h3 {
			width: 120px;
			float: left;
		}
		.contact-profile .contact-details {
			display: block;
			float: right;
			width: calc(100% - 130px);
		}
		.contact-profile .contact-details address,
		.contact-profile .contact-details a:not(.btn) {
			font-size: 22px;
		}
	}
	@media screen and (min-width: 950px) {
		.contact-profile {
			width: 90%;
		}
		.acf-map {
			width: 45%;
			height: calc(100% - 90px);
			position: absolute !important;
			right: 0;
			top: 90px;
			margin: 0;
			z-index: 100;
		}
		#page.header-has-img .acf-map {
			height: 100%;
			top: 0;
		}
	}



.donate-wrap {
	padding-bottom: 90px;
}
	.donate-wrap header.page-header {
		text-align: left;
		padding: 110px 0 20px;
	}
	.donate-wrap header.page-header .center-blk {
		width: 100%;
	}
	.donate-wrap .two-cols .col {
	}
	.donate-wrap .form-col .form-wrap {
		padding: 30px;
		text-align: center;
		color: #FFF;
	}
	.donate-wrap .form-col .bg-img {
		z-index: 5;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.2;
		mix-blend-mode: multiply;
		height: 100%;
	}
	.donate-wrap .form-col .bg-brand-grad {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.donate-wrap .form-wrap .row {
    z-index: 10;
    overflow: scroll;
    display: flex;
    justify-content: center;
    /* align-items: center; */
	}
	.donate-wrap .form-wrap ::-webkit-scrollbar { 
		display: none; 
	}
	@media screen and (min-width: 750px) {
		header.mobile-header {
			display: none;
		}
		header.desktop-header {
			display: block;
		}
		.donate-wrap .form-col {
			position: absolute;
			right: 0;
			width: 46%;
			top: 0;
			height: calc(100% - 150px);
			margin-top: 150px;
			z-index: 210;
		}
		.donate-wrap .form-col .form-wrap {
			position: sticky;
			top: 0;
		}
		.donate-wrap .form-col .form-wrap {
			padding: 40px 5%;
		}
		.donate-wrap .form-col .bg-brand-grad,
		.donate-wrap .form-col .bg-img {
			height: 120vh;
		}
		.donate-wrap .form-wrap .row {
			height: 100vh;
		}
	}
	@media screen and (min-height: 530px) and (min-width: 750px) {
		#wfPgIndex-1 #tfa_2824 {
			margin-top: 0;
		}
	}
	@media screen and (max-width: 749px) {
		header.mobile-header {
			display: block;
			    padding: 160px 5% 20px;
		}
		header.desktop-header {
			display: none;
		}
		.donate-wrap .two-cols .col {
			width: 100%;
		}
		.donate-wrap .form-col .form-wrap {
			margin-top: 30px;
		}
		.donate-wrap {
			padding-top: 0;
		}
	}
	
	.donate-wrap .donation-tiers {
		margin: 20px 0 40px;
		justify-content: space-between;
	}
	.bg-col-blue {
		background: #3479B8;
	}
	.bg-col-green {
		background: #14AAAF;
	}
	.bg-col-red {
		background: #F1446D;
	}
	.bg-col-orange {
		background: #FF8351;
	}
	.donate-wrap .donation-tiers .col {
		text-align: center;
		color: #FFF;
		display: flex;
		align-content: center;
	}
	.donate-wrap .donation-tiers .col .tier-inner-wrap {
		    padding: 15px 20px 36px;
	}
	.donate-wrap .donation-tiers .col p {
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 1;
	}
	.donate-wrap .donation-tiers .col p.amount {
		font-family: "europa",sans-serif;
		font-weight: 700;
		font-size: 38px;
		line-height: 1;
		margin: 1px 0 7px;
	}
	.donate-wrap .donation-tiers .col p.amount span {
		display: block;
		clear: both;
		width: 100%;
		font-size: 17px;
	}
	.mgn-btm-40 {
		margin-bottom: 40px;
	}
	@media screen and (min-width: 1024px) {
		.donate-wrap .donation-tiers .col {
			width: 24%;
			margin: 0;
			border-radius: 5px;
		}
	}
	@media screen and (max-width: 1023px) {
		.donate-wrap .donation-tiers .col {
			width: 100%;
			border-radius: 5px;
			margin: 0 0 20px;
		}
	}
	.donate-wrap .donation-reasons article.partial {
		margin-bottom: 40px;
	}
	.donate-wrap .donation-reasons article.partial .article-img {
		padding-bottom: 50%;
	}
	.donate-wrap .donation-reasons article.partial p {
		font-size: 17px;
	}
	.donate-wrap .donation-reasons blockquote {
		
	}
	.donate-wrap .donation-reasons blockquote cite {
		font-family: "europa",sans-serif;
		font-style: normal;
		font-size: 23px;
		line-height: 1;
		font-weight: 700;
	}
	.donate-wrap .donation-reasons blockquote p {
		margin-bottom: 10px;
	}
	.donate-wrap .donation-reasons blockquote cite span {
		display: block;
		width: 100%;
		clear: both;
		font-size: 14px;
		font-weight: 400;
	}
	.donate-wrap .donation-reasons blockquote:last-of-type {
		margin-bottom: 0;
	}
	.donate-wrap iframe {
	}
	.donate-wrap .two-cols.reverse-order {
		flex-direction: row-reverse;
	}
	.donate-wrap .two-cols .col {
		position: relative;
	}
	
	
	
.donate-form {
	
}
	.donate-form form {
		max-width: 450px;
		margin: 0 auto;
		font-family: "europa",sans-serif;
	}
	.donate-form .wfPagingButtons,
	.donate-form .inputWrapper {
		width: 100%;
		float: left;
	}
	.donate-form input[type="submit"].wfHideSubmit,
	.donate-form .oneChoice.maskControl input[type=radio],
	.donate-form .wfPage,
	.donate-form fieldset.offstate {
		display: none;
	}
	.donate-form form .oneChoice {
	    display: block;
	    white-space: nowrap;
	    margin-bottom: 25px;
	    overflow: hidden;
	}
	.donate-form form .oneChoice:not(.keep-checkbox) label {
	    background-color: transparent;
	    padding: 12px 30px;
	    font-size: 18px;
	    color: #FFF;
	    cursor: pointer;
	    border: 2px solid;
	    border-radius: 50px;
	    font-weight: 600;
	    float: none;
	}
	.donate-form form .choices.full-width {
		    flex-wrap: wrap;
	}
	.donate-form form .choices.full-width .oneChoice {
		width: 100%;
	}
	
	.donate-form form .oneChoice:not(.keep-checkbox) input[type=radio]:checked + label, 
	.donate-form form .oneChoice:not(.keep-checkbox) label:hover {
		color: #14AAAF;
		background: #FFF;
		border-color: #FFF;
	}
	.donate-form input[type="submit"]{
		padding: 13px 23px 15px;
    font-size: 17px;
	}
	.donate-form input[disabled] {
		opacity: 0;
	}
	.donate-form input[type="button"] {
	    color: #FFF;
	    font-size: 17px;
	    border: 2px solid #FFF;
	    display: inline-block;
	    text-decoration: none;
	    
	    padding: 13px 23px 15px;
	    line-height: 0.9em;
	    font-weight: 600;
	    position: relative;
	    text-align: center;
	    font-family: "europa",sans-serif;
	    text-indent: 0.1em;
	    border-radius: 2em;
	    background: #FFF;
		color: #14AAAF;
	}
	.donate-form input[type="button"]:hover {
		background: transparent;
		color: #FFF;
	}
	.wfPagingButtons {
		margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 30px;
	}
	.wfPageNextButton {
		float: right;
	}
	.wfPagePreviousButton {
		float: left;
	}
	.donate-form p {
		font-size: 24px;
		font-weight: 400;
	}
	.donate-form a {
		color: #FFF;
	}
	.donate-form p.supportInfo {
		margin-top: 15px;
		display: block;
		font-size: 19px;
	}
	.donate-form label {
		float: none;
		width: auto;
		margin: 0;
	}
	.donate-form br {
		display: none;
	}
	.donate-form .h2 {
		font-weight: 700;
		font-size: 27px;
	}
	.donate-form .wFormContainer {
		    width: 100%;
		    color: #FFF;
	}
	.donate-form fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	.donate-form legend {
		font-size: 27px;
		font-weight: 700;
		    margin-bottom: 20px;
	}
	.donate-form legend.hide-legend {
		display: none !important;
	}
	.donate-form .choices.horizontal .oneChoice {
		display: inline-block;
		margin: 
	}
	.donate-form .choices.horizontal .oneChoice label {
		width: auto;
		padding: 12px 13px;
	}
	.donate-form .choices.horizontal {
		display: flex;
		justify-content: space-between;
	}
	.donate-form label.preField {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.donate-form .offstate label,
	.donate-form .offstate .inputWrapper {
		display: none;
	}
	.donate-form .errMsg {
	    display: inline-block;
	    clear: both;
	    color: #FFF;
	    padding: 3px 14px;
	    border-radius: 3px;
	    margin: 0 auto;
	    width: 100%;
	    font-weight: bold;
	    margin-bottom: 20px;
	    margin-top: -20px;
	    float: left;
	    text-align: left;
	}
	.donate-form .keep-checkbox input[type="checkbox"] {
		float: left;
	}
	.donate-form .keep-checkbox label {
		float: right;
		text-align: left;
		width: calc(100% - 25px);
		white-space: normal;
		font-size: 16px;
	}
	.donate-form input[type="text"], 
	.donate-form input[type="email"], 
	.donate-form input[type="url"], 
	.donate-form input[type="password"], 
	.donate-form input[type="search"], 
	.donate-form input[type="number"], 
	.donate-form input[type="tel"], 
	.donate-form input[type="range"], 
	.donate-form input[type="date"], 
	.donate-form input[type="month"], 
	.donate-form input[type="week"], 
	.donate-form input[type="time"], 
	.donate-form input[type="datetime"], 
	.donate-form input[type="datetime-local"], 
	.donate-form input[type="color"] {
		    border-color: #FFF;
    margin-bottom: 20px;
	}
	.donate-form .half-width {
		width: 48%;
		float: left;
		clear: left;
	}
	.donate-form .half-width:nth-of-type(even) {
		float: right;
		clear: none;
	}
	.donate-form select {
	    width: 100%;
	    border: none;
	    padding: 11px 15px 10px;
	    font-size: 16px;
	    border-radius: 2em;
	    width: 100%;
	    font-weight: 400;
	    -webkit-appearance: none;
	    background: #FFF url(../img/arrow-d-dark.svg) 90% center no-repeat;
	}
	.donate-form input[aria-invalid="true"] {
	    background: rgb(255, 220, 220) !important;
	    box-shadow: inset 0px 0px 0px 1px red;
	    border-color: #FF0000 !important;
	}
	.donate-form .htmlContent {
		text-align: left;
		  line-height: 1.3;
	}
	.donate-form .small-print {
		font-size: 14px;
  
	}
	#tfa_2233-D label {
		opacity: 0;
	}
	#tfa_2232-D,
	#tfa_2233-D,
	#tfa_2234-D {
		width: 30%;
		float: left;
		    margin-right: 5%;
	}
	#tfa_2234-D  {
		margin-right: 0;
	}
	fieldset#tfa_2228 label {
		text-align: left;
	}
	fieldset#tfa_2563 {
		margin-top: 20px;
	}
	#tfa_2839-HTML span {
    font-size: 19px;
    margin-bottom: 27px;
    display: block;
	}
	#tfa_2234 {
		background: #FFF url(../img/scc.png) 90% center no-repeat;
		background-size: 26px;
	}
	.donate-form #wfPgIndex-3-buttons {
		width: 50%;
    border: none;
    margin: 20px 0 0;
    padding: 0;
	}
	#tfa_0-A {
		float: right;
		width: 50%;
		border: none;
		margin: 20px 0 0;
		padding: 0;
		text-align: right;
	}
	.donate-wrap .col.donate-form-col .row {
		position: relative;
		text-align: center;
		z-index: 10;
		border-radius: 10px;
		overflow: hidden;
	}
	.donate-wrap .col.donate-form-col .row iframe {
		z-index: 10;
	}
	.donate-wrap .bg-brand-grad {
		display: none;	
	}
	@media screen and (min-width: 600px) {
		.donate-wrap .bg-brand-grad {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		.donate-wrap .col.donate-form-col .row {
			padding: 10%;
		}
		.donate-wrap .col.donate-form-col .row .row {
			padding: 0;
		}
	}
	.donate-wrap .col.donate-form-col iframe {
	    position: relative;
	    text-align: center;
	}
	@media screen and (max-width: 920px) {
		.donate-wrap .two-cols {
			display: block;
		}
		.donate-wrap .two-cols .col {
			display: block;
			width: 100%;
		}
	}
	.wfPagePreviousButton, .wfPageNextButton {
		visibility: hidden;
	}





/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.holder-wrap {
	overflow: hidden;
}
	.img-holder {
		position: relative;
		display: block;
		z-index: 0;
		background: rgba(0,0,0,0.1);
		width: 100%;
		height: 100%;
		float: left;
	}
	.img-holder:before {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background: rgba(0,0,0,0.1);
		left: 50%;
		top: 50%;
		margin-left: -10px;
		margin-top: -10px;
		z-index: 90;
	}
	.img-holder:before {
		-webkit-animation-name: 'pulse_animation';
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
	}
	.holder-wrap.image-loaded {
		background-color: #000;
	}
	.img-holder img {
		width: 100%;
		float: left;
		opacity: 0;
		z-index: 10;
		transition: opacity .2s linear;
		-moz-transition: opacity .2s linear;
		-webkit-transition: opacity .2s linear;
	}
	.holder-wrap.image-loaded a.img-holder:hover img {
		opacity: 0.3;
	}
	.image-loaded .img-holder img {
		opacity: 1;
	}
	.image-loaded .img-holder:before {
		display: none;
	}

	@-webkit-keyframes pulse_animation {
		0% { opacity: 0; }
		50% { opacity: 1; }
		100% { opacity: 0; }
	}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

figure.video {
	margin: 0 auto;
	overflow: hidden;
	background: #363636;
	max-width: 1100px;
	position: relative;
}
	figure.video figcaption {
		position: absolute;
    width: 100%;
    padding: 5%;
    z-index: 10;
    bottom: 0;
    text-align: center;
	}
	figure.video figcaption h4 {
		color: #FFF;
    font-size: 26px;
    font-weight: 400;
    text-shadow: 1em 0em 1em rgba(0, 0, 0, 0.76);
	}
	figure.video .play-icon {
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		border: 2px solid #FFF;
		text-align: center;
		position: absolute;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		z-index: 10;
	}
	figure.video .play-icon .icon {
		width: 15px;
    fill: #FFF;
    margin: 17px 0 0 7px;
		transition: all .4s cubic-bezier(.4,0,.2,1);
	}
	figure.video:hover .play-icon {
		background: #FFF;
	}
	figure.video:hover .play-icon .icon {
		fill: #363636;
	}
	figure.video .bg-img {
		opacity: 0.4;
		transition: opacity .4s cubic-bezier(.4,0,.2,1);
	}
	figure.video:hover .bg-img {
		opacity: 0.1;
	}
	@media screen and (max-width: 520px) {
		figure.video .sixteen-nine::before {
			padding-top: 120%;
		}
		figure.video figcaption h4 {
			font-size: 22px;
		}
	}
	@media screen and (min-width: 770px) {
		figure.video .sixteen-nine::before {
			padding-top: 45%;
		}
	}



.tabbed-content ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabbed-content ul.tabs li{
	background: transparent;
    padding: 1.5em 1.5em 1em;
    margin-left: -1px;
    position: relative;
    left: 1px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.tabbed-content ul.tabs li.current{
	background: #FBFBFB;
}

.tabbed-content .tab-inner {
	background: #FBFBFB;
    padding: 2em;
    display: none;
    overflow: hidden;
}

.tabbed-content .tab-inner.current {
	display: inherit;
}

.apply-center-blk {
	max-width: 950px;
	padding: 30px;
	margin: -12vh auto 80px;
	background: #FFF;
	position: relative;
	z-index: 10;
	border-radius: 5px;
	min-height: 300px;
	overflow: hidden;
}
	@media screen and (min-width: 600px) {
		.apply-center-blk {
			padding: 60px;
		}
	}


body.page-template-page-apply .apply-btn {
	background: transparent;
	border-color: #FFF;
	color: #FFF;
}


a.apply-btn-outside {
	display: none;	
    float: right;
    margin: 15px 0 0;	
}
@media screen and (max-width: 1023px) {
	a.apply-btn-outside {
		display: inline-block;
	}
}


nav.pagination {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	text-align: center;
}
	nav.pagination .nav-links::before {
		display: none;
	}
	nav.pagination .nav-links {
	    float: left;
	    width: 100%;
	    text-align: center;
	    position: relative;
	}
	nav.pagination a.page-numbers:hover,
	nav.pagination .page-numbers {
		display: inline-block;
    font-size: 13px;
    padding: 11px 16px;
    text-decoration: none;
    line-height: 1;
    margin: 0 5px;
    color: #4c4c4c;
    border-radius: 30px;
    border: 1px solid;
	}
	nav.pagination .page-numbers.dots,
	nav.pagination a.page-numbers {
	    border-color: transparent;
	    color: inherit;
	}
	nav.pagination a.prev.page-numbers,
	nav.pagination a.next.page-numbers {
		border: 1px solid;
    border-radius: 30px;
	}
	nav.pagination a.prev.page-numbers:hover,
	nav.pagination a.next.page-numbers:hover {
		background: #4c4c4c;
		color: #FFF;
		border-color: #4c4c4c;
	}
	@media screen and (min-width: 900px) {
		nav.pagination a.prev.page-numbers,
		nav.pagination a.next.page-numbers {
			position: absolute;
	    right: 0;
		}
		nav.pagination a.prev.page-numbers {
			right: auto;
			left: 0;
		}
	}
	@media screen and (max-width: 700px) {
		nav.pagination {
			margin-bottom: 30px;
		}
		nav.pagination .nav-links .page-numbers {
			display: none;
		}
		nav.pagination a.prev.page-numbers,
		nav.pagination a.next.page-numbers {
			display: block;
			margin: 1em 0;
		}
	}

article.partial-job {
	margin-bottom: 40px;
}
	article.partial-job:last-of-type {
		margin-bottom: 0;
	}
	article.partial-job + .job-lead-capture {
		margin-top: 40px;
	}
	
	
.content-toggle {
	display: block;
	margin: 20px 0;
}
	.content-toggle h4 {
		padding: 10px 40px 10px 0;
		border-bottom: 1px solid;
		position: relative;
		color: #0d9094;
		cursor: pointer;
	}
	.content-toggle h4:after {
		content: "+";
		font-size: 40px;
		position: absolute;
		right: 0;
		top: -6px;
		font-weight: 300;
	}
	.content-toggle .content-toggle-wrap {
	    border-bottom: 1px solid #b9b9b9;
	}
	.content-toggle.content-toggle-open h4:after {
		content: "-";
	}
	.content-toggle:not(.content-toggle-open) .content-toggle-wrap {
		display: none;
	}

/*--------------------------------------------------------------
##  Plugins
--------------------------------------------------------------*/

/* fancyBox v3 */
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }


.fancybox-slide--video .fancybox-content {
  position: relative;
      height: auto;
}
.fancybox-slide--video .fancybox-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.fancybox-slide--video .fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
	padding: 0 0 25px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
	text-align: center;}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

.fb-content {
	max-width: 600px;
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	display: none;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: auto;
	bottom: 70px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	right: 5%;
}
	@media all and (max-width: 370px) {
		.flickity-page-dots {
			display: none;
		}
	}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #FFF;
}

.flickity-page-dots .dot.is-selected {
  background: #FFF;
}

.carousel-item:not(.is-selected) {
	opacity: 0.2;
}

/*--------------------------------------------------------------
##  Animations
--------------------------------------------------------------*/

/* Fade in */

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}


/* Fade in and up */

@-webkit-keyframes FadeInAndUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@keyframes FadeInAndUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

.js .reveal {
	opacity:0;
	will-animate: opacity, translate3d;
}
	.js .reveal.revealed {
	  -webkit-animation: FadeInAndUp 1s ease-in-out;
	          animation: FadeInAndUp 1s ease-in-out;
	  -webkit-animation-fill-mode:both;
	          animation-fill-mode:both;
	}
	.js .reveal.FadeIn.revealed {
	  -webkit-animation: FadeIn 1s ease-in-out;
	          animation: FadeIn 1s ease-in-out;
	  -webkit-animation-fill-mode:both;
	          animation-fill-mode:both;
	}
	

/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
	


.cc-window {
    background: #ffffff;
    color: #363636;
    overflow: visible;
    box-shadow: 0px 0px 10px #00000021;
    width: 100%;
    max-width: none;
    bottom: 0;
    padding: 15px;
    position: fixed;
    bottom: 0;
    z-index: 300;
}

.cc-message {
    display: block;
    float: left;
    line-height: 1.2;
}

.cc-btn {
    margin: 0;
    padding: 5px;
    height: 100%;
    border-radius: 30px;
    background: #15aaaf;
    color: #FFF;
    font-weight: bold;
    border-color: #15aaaf;
    cursor: pointer;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

.cc-btn:hover {
	background: transparent;
	color: #15aaaf;
}

.cc-link {
	color: #118488;
}

.cc-message {
	line-height: 1;
}


.cc-compliance {
	float: right;
	width: 100%;
}


.cc-message {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.cc-window {
		    padding: 10px 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.cc-compliance {
		float: right;
		width: auto;
	}
	.cc-btn {
    width: 130px;
    padding: 10px;
    font-size: 16px;
	}
	.cc-message {
		margin-bottom: 0px;
	}
	.cc-message {
    	width: calc(100% - 160px);
	}
}