@charset "UTF-8";

/* ------- */
/* Imports */
/* ------- */

@import url("https://use.typekit.net/wdb8yrk.css");

/* -------- */
/* Defaults */
/* -------- */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	background: #FFF;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
img {width:100%;}
.clear {clear:both;}

a:link {
    color: inherit;
	text-decoration:none;
}
a:visited {
    color: inherit;
	text-decoration:none;
}
a:hover {
    color: inherit;
	text-decoration:none;
}

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

.os-animation { 
    opacity: 0; 
} 
.os-animation.animated { 
    opacity: 1; 
}

/* ----- */
/* Fonts */
/* ----- */

.light {
	font-family: "fieldwork-hum", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.regular {
	font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold {
	font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* ------- */
/* Italics */
/* ------- */

.light.italics,
.regular.italics,
.bold.italics {
	font-style: italic;
}

/* ----------- */
/* Text Styles */
/* ----------- */

.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.centered {
    text-align: center;
}
.left-align {
    text-align: left;
}
.underline {
    text-decoration: underline;
}

/* ------- */
/* Colours */
/* ------- */

.white {
    color: #FFFFFF;
}
.black {
    color: #202020;
}
.blue {
    color: #123157;
}
.green {
    color: #3bbfab;
}
.orange {
    color: #f2693f;
}
.yellow {
    color: #f2be47;
}

/* ----------- */
/* Backgrounds */
/* ----------- */

.full-image {
    position: relative;
    z-index: 1;
}
.full-image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.half-image {
    position: absolute;
    z-index: 1;
    top: 0;
    width: calc(50% - 50px);
    height: 100%;
}
.half-image.half-image-right {
    right: 0;
}
.half-image.half-image-left {
    left: 0;
}
.full-image img,
.half-image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.white-bg {
    background: #FFFFFF;
    position: relative;
}
.grey-bg {
    background: #f8f8f8;
    position: relative;
}
.dark-bg {
    background: rgba(0,0,0,0.2);
    position: relative;
}
.blue-bg {
    background: #123157;
    position: relative;
}
.green-bg {
    background: #3bbfab;
    position: relative;
}
.orange-bg {
    background: #f2693f;
    position: relative;
}
.yellow-bg {
    background: #f2be47;
    position: relative;
}

/* -------- */
/* Graphics */
/* -------- */

.banner,
footer {
    position: relative;
}
.banner::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 500px;
    width: 675px;
    bottom: 0px;
    left: calc(50% - 650px); 
    transform: translateX(-50%);
    background: url('../gfx/graphics/banner.png') no-repeat;
    background-size: contain;
    opacity: 0.1;
}
footer::before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 500px;
    width: 675px;
    bottom: 0px;
    left: -450px;
    background: url('../gfx/graphics/footer.png') no-repeat;
    background-size: contain;
    opacity: 0.10;
}

/* ---------------- */
/* Graphics / Icons */
/* ---------------- */

.wrapper .icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px 0px 20px 0px;
}
.wrapper .inline-icon .icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
}
#icon-news {
    background: url('../gfx/icons/news.png') no-repeat;
    background-size: contain;
}
#icon-facebook {
    background: url('../gfx/icons/facebook.png') no-repeat;
    background-size: contain;
}
#icon-instagram {
    background: url('../gfx/icons/instagram.png') no-repeat;
    background-size: contain;
}
#icon-linkedin {
    background: url('../gfx/icons/linkedin.png') no-repeat;
    background-size: contain;
}
#icon-youtube {
    background: url('../gfx/icons/youtube.png') no-repeat;
    background-size: contain;
}
#icon-type {
    background: url('../gfx/icons/event-type.png') no-repeat;
    background-size: contain;
}
#icon-date {
    background: url('../gfx/icons/event-date.png') no-repeat;
    background-size: contain;
}
#icon-time {
    background: url('../gfx/icons/event-time.png') no-repeat;
    background-size: contain;
}
#icon-location {
    background: url('../gfx/icons/event-location.png') no-repeat;
    background-size: contain;
}
#icon-cost {
    background: url('../gfx/icons/event-cost.png') no-repeat;
    background-size: contain;
}
.icon-link {
    background: url('../gfx/icons/link.png') no-repeat;
    background-size: contain;
}
.icon-download {
    background: url('../gfx/icons/download.png') no-repeat;
    background-size: contain;
}

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

.btn,
a.btn,
#form #submit-btn,
#form input[type="submit"],
.wrapper .wp-content h6 a,
.pagination .page-numbers {
    display: inline-block;
    position: relative;
    background: #3bbfab;
    color: #FFF;
    font-size: 1em;
    line-height: normal;
    padding: 13px 60px 13px 30px;
    margin: 0px 0px 0px 0px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 2px solid transparent;
    text-align: center;
    cursor: pointer;
}
.btn::before,
a.btn::before,
.wrapper .wp-content h6 a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    height: 25px;
    width: 25px;
    background: url('../gfx/icons/arrow.png') no-repeat;
    background-size: contain;
}
.btn:hover,
.btn:focus,
.wrapper .wp-content h6 a:hover,
.wrapper .wp-content h6 a:focus {
    transition: 0.2s all;
    background: #FFF;
    color: #3bbfab;
    border: 2px solid #3bbfab;
}
.btn:hover::before,
a.btn:hover::before,
.wrapper .wp-content h6 a:hover::before {
    transition: 0.2s all;
    background: url('../gfx/icons/arrow-green.png') no-repeat;
    background-size: contain;
}
.orange-bg .btn,
.orange-bg .wp-content h6 a {
    background: #123157;
}
.orange-bg  .btn:hover,
.orange-bg  .btn:focus,
.orange-bg .wp-content h6 a:hover,
.orange-bg .wp-content h6 a:focus {
    transition: 0.2s all;
    background: #FFF;
    color: #123157;
    border: 2px solid #123157;
}
.orange-bg  .btn:hover::before,
.orange-bg  .btn:focus::before,
.orange-bg .wp-content h6 a:hover::before,
.orange-bg .wp-content h6 a:focus::before {
    transition: 0.2s all;
    background: url('../gfx/icons/arrow-blue.png') no-repeat;
    background-size: contain;
}
.btn-btn-group,
a.btn.btn-group {
    margin: 0px 20px 20px 0px;
}
.btn-btn-filter,
a.btn.btn-filter {
    padding: 8px 20px 8px 20px;
    color: #202020;
    background: #f8f8f8;
    font-size: 0.8em;
    margin: 0px 20px 20px 0px;
    border: 1px solid #EBEBEB;
}
.btn-btn-filter:hover,
.btn-btn-filter:focus,
a.btn.btn-filter:hover,
a.btn.btn-filter:focus {
    color: #FFF;
    background: #123157;
    border: 1px solid transparent;
}
.btn-btn-filter::before,
a.btn.btn-filter::before {
    opacity: 0;
}

/* ----------- */
/* Pageination */
/* ----------- */

.pagination {
    display: block;
    width: 100%;
}
.pagination .page-numbers {
    padding: 8px 20px 8px 20px;
    color: #202020;
    background: #f8f8f8;
    font-size: 0.8em;
    margin: 0px 10px 20px 0px;
    border: 1px solid #EBEBEB;
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #FFF;
    background: #123157;
    border: 1px solid transparent;
}
.pagination .page-numbers::before {
    opacity: 0;
}
.pagination .page-numbers.current {
    color: #FFF;
    background: #123157;
    border: 1px solid transparent;
}

/* ----------- */
/* Text Styles */
/* ----------- */

h1 {
	font-size: 2.4em;
	line-height: 1.2em;
	padding: 0px 0px 20px 0px;
    margin: 0;
}
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 0px 0px 20px 0px;
    margin: 0;
}
h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0px 0px 20px 0px;
    margin: 0;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px 0px 20px 0px;
	margin: 0;
}
p.small {
	font-size: 0.9em;
}
p a:link,
p a:visited,
.list li a:link,
.list li a:visited,
.wp-content ul li a:link,
.wp-content ul li a:visited {
    color: inherit;
    text-decoration: underline;
}
p a:hover,
p a:focus,
.list li a:hover,
.list li a:focus,
.wp-content ul li a:hover,
.wp-content ul li a:focus {
    opacity: 0.8;
    transition: 0.2s all;
}
p.no-padding {
	padding: 0px 0px 0px 0px;
}

/* ---- */
/* Flex */
/* ---- */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.flex-container.flex-single,
.flex-container.flex-single-space,
.flex-container.flex-double,
.flex-container.flex-double-space,
.flex-container.flex-tripple,
.flex-container.flex-tripple-space,
.flex-container.flex-quad,
.flex-container.flex-quad-space,
.flex-container.flex-sixty-split {
    justify-content: space-around;
}
.flex-double .flex-content.full-content-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-container.flex-tripple-space {
    align-items: flex-start;
}
.flex-tripple-space.cards-extend {
    justify-content: flex-start;
}
.flex-single .flex-item {
    width: 100%;
}
.flex-single-space .flex-item {
    width: calc(100% - 50px);
    margin: 25px;
}
.flex-double .flex-item {
    width: 50%;
}
.flex-double-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.flex-tripple .flex-item {
    width: 33.3%;
}
.flex-tripple-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
.flex-quad .flex-item {
    width: 25%;
}
.flex-quad-space .flex-item {
    width: calc(25% - 50px);
    margin: 25px;
}
.flex-sixty-split .flex-item:nth-child(1n) {
    width: calc(66.6% - 15px);
    margin: 0px 15px 0px 0px;
}
.flex-sixty-split .flex-item:nth-child(2n) {
    width: calc(33.3% - 15px);
    margin: 0px 0px 0px 15px;
}

/* ---------- */
/* Flex Cards */
/* ---------- */

.flex-tripple .card-link.flex-item,
.flex-tripple .card-image-top.flex-item {
    width: calc(33.3% - 30px);
}
.flex-tripple .card-link.flex-item:nth-child(1n),
.flex-tripple .card-image-top.flex-item:nth-child(1n) {
    margin: 0px 15px 0px 0px;
}
.flex-tripple .card-link.flex-item:nth-child(2n),
.flex-tripple .card-image-top.flex-item:nth-child(2n) {
    margin: 0px 15px 0px 15px;
}
.flex-tripple .card-link.flex-item:nth-child(3n),
.flex-tripple .card-image-top.flex-item:nth-child(3n) {
    margin: 0px 0px 0px 15px;
}

/* --------- */
/* Flex Text */
/* --------- */

.flex-text-right {
    position: relative;
    padding: 30px 0px 30px 60px; 
}
.flex-text-right.flex-featured::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -44px;
    left: -50px;
    height: 80px;
    width: 80px;
    background: url('../gfx/logos/logo-icon-c.png') no-repeat;
    background-size: contain;
    transform: rotate(25deg);
    opacity: 0.2;
}
.flex-text-left {
    position: relative;
    padding: 30px 60px 30px 0px; 
}
.flex-text-left.flex-featured::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -44px;
    right: -50px;
    height: 80px;
    width: 80px;
    background: url('../gfx/logos/logo-icon-c.png') no-repeat;
    background-size: contain;
    transform: rotate(-25deg);
    opacity: 0.2;
}

/* ----------- */
/* Flex Photos */
/* ----------- */

.flex-photo {
    position: relative;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}
.flex-photo.program-banner {
    min-height: 350px;
}
.flex-photo.gallery-image {
    min-height: 275px;
}
.flex-photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-photo .step,
.flex-photo.program-banner .program-title {
    position: absolute;
    z-index: 3;
    display: block;
    bottom: 20px;
    left: 25px;
    font-size: 1.8em;
	line-height: 1.2em;
}
.flex-photo.program-banner .program-title {
    display: inline-block;
    padding: 13px 30px 13px 30px;
    border-radius: 30px;
    background: #FFF;
}

/* ----------- */
/* Flex Banner */
/* ----------- */

.flex-banner-photo {
    position: relative;
    border-radius: 50px;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.flex-banner-photo .banner-photo {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.flex-banner-photo .flex-item {
    z-index: 3;
}
.flex-banner-photo .banner-photo .circle-1,
.flex-banner-photo .banner-photo .circle-2 {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    overflow: hidden;
}
.flex-banner-photo .banner-photo .circle-2 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-banner-photo .banner-photo .circle-1 {
    z-index: 1;
    right: 100px;
    bottom: -150px;
    width: 550px;
    height: 550px;
}

/* ---------- */
/* Navigation */
/* ---------- */

#header,
#main {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
    margin: 30px 0px 0px 0px;
}
#header .header-inner,
#main .main-inner {
	position: relative;
	width: 1200px;
    list-style: none;
    text-align: right;
	margin: 0 auto;
    padding: 0px 0px 0px 0px;
}
#floaty .floaty-inner {
    list-style: none;
    padding: 0;
    margin: 0;
}
#header .header-inner .header-align-left {
    text-align: left;
    width: 30%;
}
#header .header-inner .header-align-right {
    text-align: right;
    width: 70%;
}
#header .header-inner .group-container,
#header .header-inner .btn {
    display: inline-block;
    color: #FFF;
    background: #f2693f;
    padding: 10px 30px 10px 30px;
    margin: 0px 0px 0px 20px;
    border-radius: 30px;
}
#header .header-inner .btn::before {
    height: 0;
    width: 0;
}
#header .header-inner .group-container {
    background: #f8f8f8;
    padding: 10px 20px 10px 20px;
}
#header .header-inner li,
#header .header-inner .gtranslate_label,
#header .header-inner .gtranslate_wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 15px;
    font-size: 1.1em;
    color: #123157;
}
#header .header-align-left li {
    margin: 0px 15px 0px 0px;
}
#header .header-align-right li {
    margin: 0px 0px 0px 15px;
}
#header .header-inner .btn:hover,
#header .header-inner .btn:focus {
    background: #123157;
    border: 2px solid #123157;
    color: #FFF;
    transition: 0.2s all;
}
#main .main-inner li,
#floaty .floaty-inner li {
    display: inline-block;
    padding: 30px 15px 30px 15px;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    color: #123157;
}
#header .header-inner li:hover,
#header .header-inner li:focus,
#main .main-inner li:hover,
#main .main-inner li:focus {
    color: #f2693f;
    transition: 0.2s all;
}

/* ------------------------------ */
/* Language Dropdown (GTranslate) */
/* ------------------------------ */

#header .header-inner .gtranslate_label {
    display: inline-block;
    padding: 5px 0px 5px 10px;
    margin: 0px 0px 0px 15px;
}
#header .header-inner .gtranslate_wrapper {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.gtranslate_wrapper select {
    display: inline-block;
    padding: 5px 0px 5px 10px;
    margin: 0px;
    font-size: 1em;
    color: #123157;
    background: transparent;
    width: 35px;
    /* Font */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    /* Appearance */
    border: none;
    -webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	box-shadow: none;
}
.gtranslate_wrapper select:focus {
    outline: none !important;
    box-shadow: none;
    color: #f2693f;
    transition: 0.2s all;
}
#form input[type="search"]:focus {
    background: #FFFFFF;
}
.gtranslate_wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #123157;
}
.gtranslate_wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #123157;
    opacity:  1;
}
.gtranslate_wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    ffont-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #123157;
    opacity:  1;
}
.gtranslate_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #123157;
}

/* --------- */
/* Dropdowns */
/* --------- */

#main .main-inner .dropdown .dropper {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#main .main-inner .dropdown:hover .dropper,
#main .main-inner .dropdown:focus .dropper {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    /* Structure */
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 30px;
    background: #123157;
    min-height: 250px;
    border-bottom: 1px solid #0F2848;
}
#main .main-inner .dropdown .dropper .dropper-inner {
    position: relative;
	width: 1200px;
    text-align: left;
	margin: 0 auto;
    padding: 80px 0px 30px 450px;
}
#main .main-inner .dropdown .dropper .dropper-inner .dropper-description {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 400px;
}
#main .main-inner .dropdown .dropper .dropper-inner h1 {
    font-size: 2.2em;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
#main .main-inner .dropdown .dropper .dropper-inner p {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
}
#main .main-inner .dropdown .dropper .dropper-inner .flex-container {
    align-items: flex-start;
}
#main .main-inner .dropdown .dropper .dropper-inner .flex-container.flex-double-space {
    justify-content: flex-start;
}
#main .main-inner .dropdown .dropper .dropper-inner .flex-container.flex-double-space .flex-item {
    padding: 0px 0px 10px 0px;
    color: #FFF;
    border-bottom: 1px solid #3bbfab;
    margin-top: 0px;
    margin-bottom: 10px;
}
#main .main-inner .dropdown .dropper .dropper-inner .flex-container.flex-double-space .flex-item:hover,
#main .main-inner .dropdown .dropper .dropper-inner .flex-container.flex-double-space .flex-item:focus {
    color: #3bbfab;
    transition: 0.2s all;
}

/* --------- */
/* Locations */
/* --------- */

#header .header-inner li.location {
    color: #3bbfab;
}
#main .main-inner li.location,
#main .main-inner .dropdown .dropper li.location {
    border-bottom: 3px solid #3bbfab;
}
#main .main-inner .dropdown .dropper li.location {
    border-left: 3px solid #3bbfab;
    border-bottom: none;
}

/* ----- */
/* Logos */
/* ----- */

.logo {
    position: absolute;
    z-index: 4;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
	width: 115px;
	height: 60px;
	background: url('../gfx/logos/logo-c.png') no-repeat;
	background-size: contain;
}
.logo-footer {
	width: 130px;
	height: 70px;
    margin: 0px 0px 20px 0px;
	background: url('../gfx/logos/logo-c.png') no-repeat;
	background-size: contain;
}

/* -------- */
/* Sections */
/* -------- */

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0px 100px 0px;
}
.wrapper.no-padding {
    padding: 0px 0px 0px 0px;
}
.wrapper.footer-overlap {
    margin: auto auto -70px auto;
    padding: 80px 0px 120px 0px;
}
.banner .wrapper {
    z-index: 2;
}
.wrapper .narrow {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}
.wrapper .inline-photo {
    display: block;
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
}
.wrapper .inline-photo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ----------------- */
/* Accents & Spacers */
/* ----------------- */

.wrapper .accent {
    display: inline-block;
	width: 90px;
	height: 6px;
	margin: 0px 0px 30px 0px;
	border-radius: 3px;
}
.wrapper .progress-bar {
    display: block;
    height: 6px;
	margin: 0px 0px 30px 0px;
	border-radius: 3px;
}
.wrapper .divider {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #EAEAEA;
    margin: 15px 0px 25px 0px;
}
.wrapper .divider.divider-remove-margins {
    margin: 0px;
}
.wrapper .spacer {
    height: 50px;
    width: 100%;
}
.wrapper .spacer.spacer-mini {
    height: 15px;
}
.wrapper .spacer.spacer-small {
    height: 25px;
}
.wrapper .spacer.spacer-medium {
    height: 50px;
}
.wrapper .spacer.spacer-large {
    height: 75px;
}

/* -------------- */
/* Urgent Message */
/* -------------- */

.wrapper #urgent-status {
    display: none;
}
#urgent {
    padding: 0;
    margin: 0;
}
#urgent .wrapper {
    position: relative;
    margin: 20px auto 0px auto;
    padding: 20px 20px 20px 80px;
    border-radius: 30px;
    overflow: hidden;
}
#urgent .wrapper::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: #f2be47;
}
#urgent .wrapper::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: url('../gfx/icons/alert.png') no-repeat;
    background-size: contain;
}
#urgent .wrapper p {
    padding: 0;
    font-size: 0.8em;
    margin: 0;
}

/* ------------ */
/* Fixed Footer */
/* ------------ */

#fixed-footer {
    display: none;
    visibility: hidden;
    position: fixed;
    z-index: 998;
    bottom: -5000px;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #FFF;
    border-top: 1px solid #F9F9F9;
}
#fixed-footer.fixed-footer-active {
    bottom: 0;
    display: block;
    visibility: visible;
}
#fixed-footer .wrapper {
    padding: 5px 20px 5px 20px;
    margin: 0;
    width: 100%;
}
#fixed-footer .wrapper p {
    display: inline-block;
    padding: 0px 20px 0px 0px;
    margin: 0;
}
#fixed-footer .wrapper #partners {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0;
}
#fixed-footer .wrapper #partners li {
    display: inline-block;
    margin: 0px 30px -5px 0px;
    padding: 0;
}
#fixed-footer .wrapper #partners li img {
    display: block;
    margin: 0;
    height: 23px;
    width: auto;
}

/* -------- */
/* Callouts */
/* -------- */

.wrapper .callout,
.wrapper .wp-content h4 {
	display: block;
	padding: 30px;
	margin: 20px 0px 20px 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.wrapper .callout p {
	padding: 0;
	margin: 0;
}
.wrapper .callout.callout-extra {
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 40px 60px 40px 60px;
    border-radius: 50px;
}
.wrapper .callout.callout-extra h3 {
    max-width: calc(100% - 300px);
    padding: 0px 0px 0px 80px;
    margin: 0;
}
.wrapper .callout.callout-extra .btn {
    position: absolute;
    top: 40px;
    right: 60px;
}
.wrapper .callout.callout-extra .icon {
    position: absolute;
    top: 40px;
    left: 60px;
    width: 55px;
    height: 55px;
}

/* ------------ */
/* Bread Crumbs */
/* ------------ */

.wrapper #bread-crumbs {
    list-style: none;
    padding: 0px 0px 20px 0px;
    margin: -40px 0px 0px 0px;
}
.wrapper #bread-crumbs li {
    position: relative;
    display: inline-block;
    font-size: 0.9em;
    padding: 0px 0px 0px 28px;
    margin: 10px 10px 10px 0px;
    color: #202020;
}
.wrapper #bread-crumbs li:hover,
.wrapper #bread-crumbs li:focus {
    text-decoration: underline;
    transition: 0.2s all;
}
.wrapper #bread-crumbs .location {
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3bbfab;
}
.wrapper #bread-crumbs li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
}
.wrapper #bread-crumbs .sub::before {
    background: url('../gfx/icons/arrow-blue.png') no-repeat;
    background-size: contain;
}
.wrapper #bread-crumbs .home::before {
    background: url('../gfx/logos/logo-icon-c.png') no-repeat;
    background-size: contain;
}

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

.wrapper .list,
.wrapper .wp-content ul,
.wrapper .wp-content ol {
    list-style: none;
    display: block;
	padding: 30px;
	margin: 15px 0px 20px 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.wrapper .card .wp-content ul,
.wrapper .card .wp-content ol {
	padding: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.wrapper .list.list-checkmarks,
.wrapper .wp-content ol {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.wrapper .list li,
.wrapper .wp-content ul li,
.wrapper .wp-content ol li {
    position: relative;
    font-size: 1em;
	line-height: 1.5em;
	padding: 0px 0px 0px 20px;
    margin: 10px 0px 0px 0px;
}
.wrapper .list.list-checkmarks li,
.wrapper .wp-content ol li {
    padding: 0px 0px 0px 25px;
}
.wrapper .list.list-navigation li:hover,
.wrapper .list.list-navigation li:focus {
    text-decoration: underline;
    transition: 0.2s all;
}
.wrapper .list li::before,
.wrapper .wp-content ul li::before,
.wrapper .wp-content ol li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #3bbfab;
}
.wrapper .list.list-checkmarks li::before,
.wrapper .wp-content ol li::before {
    top: 5px;
    height: 15px;
    width: 15px;
    border-radius: 0;
    background: url('../gfx/icons/arrow-green.png') no-repeat;
    background-size: contain;
}
.wrapper .wp-content .formatted-list {
    padding: 0;
    margin: 0;
}
.wrapper .wp-content .formatted-list ol,
.wrapper .wp-content .formatted-list ul {
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

/* ----- */
/* Cards */
/* ----- */

.wrapper .card {
	position: relative;
    border-radius: 50px;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper .card.no-shadow {
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0);
}
.wrapper .card.card-dissabled {
    opacity: 0.5;
    pointer-events: none;
}
.wrapper .card.card-link {
    padding: 25px 40px 25px 40px;
}
.wrapper .card.card-link h3 {
    position: relative;
    width: calc(100% - 40px);
}
.wrapper .card.card-link h3::before {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    height: 30px;
    width: 30px;
    background: url('../gfx/icons/arrow-card.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-link.grey-bg h3::before,
.wrapper .card.card-link.white-bg h3::before {
    background: url('../gfx/icons/arrow-additional.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-link p {
    margin: 0;
    padding: 0;
}
.wrapper .card.card-link:hover h3::before,
.wrapper .card.card-link:focus h3::before {
    transform: scale(1.2);
    transition: 0.2s all;
}
.wrapper .card.card-link.blue-bg h3,
.wrapper .card.card-link.blue-bg p {
    color: #FFF;
} 
.wrapper .card.card-image-top {
    padding: 290px 40px 40px 40px;
}
.wrapper .card.card-image-left {
    padding: 40px 40px 40px 540px;
}
.wrapper .card.card-image-top img,
.wrapper .card.card-image-left img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    margin: auto;
}
.wrapper .card.card-image-top img {
    width: 100%;
    height: 250px;
}
.wrapper .card.card-image-left img {
    width: 500px;
    height: 100%;
}
.wrapper .flex-sixty-split .card.card-image-left {
    padding: 40px 40px 40px 340px;
}
.wrapper .flex-sixty-split .card.card-image-left img {
    width: 300px;
    height: 100%;
}
.wrapper .card.card-image-left h1 {
    margin: 0;
    padding: 0px 0px 20px 0px;
}
.wrapper .card.card-image-left p {
    margin: 0;
    padding: 10px 0px 0px 0px;
}
.wrapper .card.card-image-left .accent {
    padding: 0;
    margin: 0px 0px 10px 0px;
}
.wrapper #map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

/* ---- */
/* FAQs */
/* ---- */

.wrapper .card.card-questions .question {
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
}
.wrapper .card.card-questions .question:last-of-type {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid transparent;
}
.wrapper .card.card-questions .question .toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: url('../gfx/icons/close-blue.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.wrapper .card.card-questions .question .toggle:hover,
.wrapper .card.card-questions .question .toggle:focus {
    transform: scale(1.1);
    transition: 0.2s all;
}
.wrapper .card.card-questions .question h3 {
    width: calc(100% - 60px);
    padding: 0;
    margin: 0;
}
.wrapper .card.card-questions .question .answer {
    margin: 20px 0px 0px 0px;
    padding: 20px 20px 10px 20px;
    background: #FFF;
    border-radius: 10px;
}
.wrapper .card.card-questions .question .answer ul,
.wrapper .card.card-questions .question .answer ol {
    background: transparent;
}
.wrapper .card.card-questions .question.question-hide .answer {
    display: none;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
.wrapper .card.card-questions .question.question-hide .toggle {
    background: url('../gfx/icons/arrow-additional.png') no-repeat;
    background-size: contain;
}

/* -------------- */
/* Strategic Plan */
/* -------------- */

.wrapper .strategic-plan-card {
    position: relative;
    border-radius: 50px;
    padding: 40px 40px 40px 210px;
    margin: 0px 0px 30px 0px;
    box-sizing: border-box;
    overflow: hidden;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper .strategic-plan-card .icon {
    position: absolute;
    top: 40px;
    left: 50px;
    height: 120px;
    width: 120px;
}
.wrapper .strategic-plan-card h3 {
    padding: 0;
    margin: -10px 0px 0px 0px;
}
.wrapper .strategic-plan-card:nth-of-type(1n) {
    background: #f2693f;
}
.wrapper .strategic-plan-card:nth-of-type(2n) {
    background: #123157;
}
.wrapper .strategic-plan-card:nth-of-type(3n) {
    background: #3bbfab;
}

/* --------- */
/* Resources */
/* --------- */

.wrapper #resources {
    padding: 0;
    margin: 0;
}
.wrapper #resources .resource {
    display: block;
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
}
.wrapper #resources .resource h3 {
    width: calc(100% - 60px);
    padding: 0;
    margin: 0;
}
.wrapper #resources .resource p {
    padding: 0px 0px 5px 0px;
    margin: 0;
}
.wrapper #resources .resource:hover,
.wrapper #resources .resource:focus{
    border-bottom: 1px solid #3bbfab;
    transition: 0.2s all;
}
.wrapper #resources .resource .icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    width: 30px;
    pointer-events: none;
}
.wrapper #resources .resource:hover .icon,
.wrapper #resources .resource:focus .icon {
    transform: scale(1.1);
    transition: 0.2s all;
}

/* ------- */
/* Stories */
/* ------- */

.wrapper .card #counter {
    position: absolute;
    bottom: 50px;
    right: 40px;
}
.wrapper .card #active-story-author {
    padding: 0;
    margin: -20px 0px 30px 0px;
}

/* ------ */
/* Events */
/* ------ */

.wrapper .card.card-image-left h3.inline-icon {
    position: relative;
    padding: 0px 0px 20px 35px;
}
.wrapper .card.card-image-left h3 a,
.wrapper .card.card-image-left h3 a:link,
.wrapper .card.card-image-left h3 a:visited {
    text-decoration: underline;
    color: inherit;
}
.wrapper .event-information {
    position: relative;
    margin: 0;
    padding: 0px 0px 10px 30px;
}
.wrapper .event-information a,
.wrapper .event-information a:link,
.wrapper .event-information a:visited {
    text-decoration: underline;
    color: inherit;
}
.wrapper .event-information .icon {
    width: 18px;
    height: 18px;
}
.wrapper .calendar-tile {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 60px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    min-width: 80px;
    border-radius: 10px;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper .calendar-tile p.date-month {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px;
    background: rgba(0,0,0,0.25);
}
.wrapper .calendar-tile h2.date-number {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.wrapper .calendar-tile.multi {
    padding: 15px;
}
.wrapper .calendar-tile.multi h3 {
    padding: 0;
    margin: 0;
}

/* ------------------- */
/* Partners / Sponsors */
/* ------------------- */

.wrapper .logo-bank {
    padding: 0;
    margin: 0;
}
.wrapper .logo-bank .partner-logo {
    display: inline-block;
    max-height: 60px;
    max-width: 300px;
    margin: 30px;
    padding: 0;
}
.wrapper h3.sponsor-tier {
    display: inline-block;
    background: #3bbfab;
    color: #FFF;
    line-height: normal;
    padding: 13px 30px 13px 30px;
    margin: 20px auto 30px auto;
    border-radius: 30px;
}

/* ----------------- */
/* Partner Employers */
/* ----------------- */

.wrapper .card-partner {
    text-align: center;
}
.wrapper .card-partner .parnter-logo {
    position: relative;
    height: 120px;
    width: 100%;
    background: #FAFAFA;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 0px 20px 0px;
}
.wrapper .card-partner .parnter-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    max-height: 60px;
    width: auto;
    margin: 0 auto;
}

/* -------------------- */
/* Workshops (Calendar) */
/* -------------------- */

.wrapper #calendar-data {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wrapper #calendar-container {
    position: relative;
    border-radius: 50px;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
    background: #FFF;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper #calendar-container .calendar-header {
    display: block;
    margin: 0px 0px 35px 0px;
}
.wrapper #calendar-container .calendar-header .month-toggle  {
    display: inline-block;
    margin: 0px 5px -12px 0px;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.wrapper #calendar-container .calendar-header .month-toggle:hover,
.wrapper #calendar-container .calendar-header .month-toggle:focus {
    transform: scale(1.1);
    transition: 0.2s all;
}
.wrapper #calendar-container .calendar-header #prev-btn {
    background: url('../gfx/icons/calendar-previous.png') no-repeat;
    background-size: contain;
}
.wrapper #calendar-container .calendar-header #next-btn {
    background: url('../gfx/icons/calendar-next.png') no-repeat;
    background-size: contain;
}
.wrapper #calendar-container .calendar-header .month-year {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 0;
}
.wrapper #calendar-container .calendar-days-label,
.wrapper #calendar-container .calendar-week {
    display: flex;
    flex-wrap: wrap;
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wrapper #calendar-container .calendar-days-label > div,
.wrapper #calendar-container .calendar-week > div {
    flex-grow: 1;
    flex-basis: 0;
    width: calc(100% / 7);
    padding: 10px 10px 10px 10px;
    color: #123157;
}
.wrapper #calendar-container .calendar-days-label > div {
    font-weight: 700;
}
.wrapper #calendar-container .calendar-week > div {
    min-height: 100px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
}
.wrapper #calendar-container .calendar-week div .number {
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    background: #f8f8f8;
}
.wrapper #calendar-container .calendar-week div.today .number {
    color: #FFF;
    background: #3bbfab;
}
.wrapper #calendar-container .calendar-week div.expired {
    pointer-events: none;
    opacity: 0.4;
}
.wrapper #calendar-container .calendar-week div.today {
    pointer-events: auto;
    opacity: 1;
}
.wrapper #calendar-container .calendar-week div a {
    margin: 10px 0px 0px 0px;
    display: block;
    font-size: 0.7em;
}
.wrapper #calendar-container .calendar-week div a span {
    display: inline-block;
    margin: 5px 0px 0px 0px;
    font-size: 0.6em;
    font-weight: 700;
    padding: 3px;
    border-radius: 5px;
    background: #123157;
    color: #FFF;   
}
.wrapper #calendar-container .calendar-week div a:hover,
.wrapper #calendar-container .calendar-week div a:focus {
    text-decoration: underline;
    transition: 0.2s all;
}

/* ----------- */
/* Cycle Cards */
/* ----------- */

.wrapper #cycle-library {
    position: relative;
}
.wrapper #cycle-library .cycle {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    background: #322882;
    border-radius: 50%;
    cursor: pointer;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper #cycle-library .cycle.dissabled {
    opacity: 0.25;
    pointer-events: none;
}
.wrapper #cycle-library .cycle-active {
    display: block;
    visibility: visible;
    opacity: 1;
}
.wrapper #cycle-library .cycle-non-active {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wrapper #cycle-library .cycle#next-slide {
    left: auto;
    right: -100px;
}
.wrapper #cycle-library .cycle#previous-slide::before,
.wrapper #cycle-library .cycle#next-slide::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 40px;
    width: 40px;
    background: url('../gfx/icons/arrow-white.png') no-repeat;
    background-size: contain;
}
.wrapper #cycle-library .cycle#previous-slide::before {
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.wrapper #cycle-library .cycle:hover,
.wrapper #cycle-library .cycle:focus {
    transform: scale(1.05) translateY(-50%);
    transition: 0.2s all;
}

/* -------- */
/* Profiles */
/* -------- */

.wrapper .profile {
    padding: 0;
}
.wrapper .profile .flex-photo {
    margin: 0px 0px 20px 0px;
}
.wrapper .profile .flex-photo {
    width: calc(100% - 30px);
    max-width: 300px;
}
.wrapper .profile h3,
.wrapper .profile p {
    margin: 0;
    padding: 0;
}
.wrapper .profile p.small {
    margin: 10px 0px 0px 0px;
}

/* ---------------------------------- */
/* Wordpress Content (WYSIWYG Editor) */
/* ---------------------------------- */

#page-location {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.wrapper .wp-content {
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #202020;
}
.wrapper .wp-content h1,
.wrapper .wp-content h2,
.wrapper .wp-content h3 {
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #123157;
}
.wrapper .wp-content strong,
.wrapper .wp-content h1:strong,
.wrapper .wp-content h2:strong,
.wrapper .wp-content h3:strong {
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.blue-bg .wp-content h1,
.blue-bg .wp-content h2,
.blue-bg .wp-content h3 {
    color: #FFF;
}
.blue-bg .wp-content {
    color: #FFF;
}
.wrapper .wp-content a:link,
.wrapper .wp-content a:visited {
    color: #f2693f;
    text-decoration: underline;
}
.wrapper .wp-content h4 {
    background: #f8f8f8;
    font-size: 1.1em;
    margin: 0px 0px 20px 0px;
}
.wrapper .wp-content ul {
    background: #f8f8f8;
}
.blue-bg .wp-content h4,
.blue-bg .wp-content ul {
    background: rgba(0,0,0,0.2);
}
.wrapper .wp-content h6 a,
.wrapper .wp-content h6 a:link,
.wrapper .wp-content h6 a:visited {
    font-size: 1.5em;
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    margin: 0px 20px 0px 0px;
    
}
.wrapper .wp-content h6 a:hover,
.wrapper .wp-content h6 a:focus {
    transition: 0.2s all;
    background: #FFF;
    color: #3bbfab;
    border: 2px solid #3bbfab;
}
.wrapper .wp-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0px 20px 0px;
    border-radius: 10px;
    overflow: hidden;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.wrapper .wp-content hr {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #EAEAEA;
    margin: 15px 0px 25px 0px;
    border: none;
}
.wrapper .wp-content blockquote {
    position: relative;
    padding: 15px 0px 15px 30px;
    margin: 0px 0px 20px 0px;
}
.wrapper .wp-content blockquote p {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    color: #123157;
}
.wrapper .wp-content blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    border-radius: 3px;
    background: #3bbfab;
}

/* ----------------------- */
/* Wordpress Data (Hidden) */
/* ----------------------- */

#stories {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* ------ */
/* Footer */
/* ------ */

.wrapper .footer-column {
    position: relative;
    padding: 0px 25px 0px 25px;
}
.wrapper .footer-column .footer-link {
    display: block;
    font-size: 1.4em;
    color: #123157;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
.wrapper .footer-column .footer-link:hover,
.wrapper .footer-column .footer-link:focus {
    color: #f2693f;
    transition: 0.2s all;
}
.wrapper .footer-column .socials {
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #E8E8E8;
}
.wrapper .footer-column .socials li {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0px 12px 0px 0px;
}
.wrapper .footer-column .socials li:hover,
.wrapper .footer-column .socials li:focus {
    opacity: 0.8;
    transition: 0.2s all;
}
.wrapper.footer {
    padding: 20px 0px 20px 0px;
}
.wrapper.footer p {
    position: relative;
    padding: 0;
    margin: 0;
}
.wrapper .footer-column #ota {
    position: relative;
    padding: 0px 0px 0px 45px;
}
.wrapper .footer-column #ota::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	height: 15px;
	width: 30px;
	background: url('../gfx/logos/ota.png') no-repeat;
	background-size: contain;
}

/* -------------- */
/* Form Structure */
/* -------------- */

#form {
    text-align: left;
}
#form .required-wrap {
	position: relative;
}
#form .search-wrap {
    width: 100%;
    overflow: hidden;
}
#form .required-wrap .astrix {
	position: absolute;
	top: 0px;
    right: -15px;
    color: #3bbfab;
}
#form .required-wrap .icon {
	position: absolute;
	top: 22px;
	right: 30px;
	height: 20px;
	width: 20px;
	border: none;
	fill: #a9a9a9;
    pointer-events: none;
}
#form .g-recaptcha {
    z-index: 9999;
}
#form #vehicle-colour {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* -------------------- */
/* Standard Form Inputs */
/* -------------------- */

#form input[type="text"],
#form input[type="email"],
#form input[type="phone"],
#form input[type="search"],
#form select,
#form textarea {
    color: #123157;
    font-size: 1em;
    background: #f6f6f6;
    border: none;
 	border-bottom: 3px solid transparent;
    margin: 0px 0px 20px 0px;
 	padding: 20px 100px 20px 20px;
	border-radius: 30px;
    /* Font Family */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="phone"],
#form input[type="search"] {
  	display: inline-block;
  	width: 100%;
  	appearance: none;
  	box-shadow: none;
}
#form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	display: inline-block;
  	width: 100%;
  	box-shadow: none;
}
#form textarea {
	width: 100%;
	display: block;
  	appearance: none;
  	box-shadow: none;
    height: 100%;
    min-height: 200px;
    overflow-y: auto;
    word-wrap: break-word
}
#form #submit-btn,
#form input[type="submit"] {
  	appearance: none;
  	box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    margin: 0px 0px 20px 0px;
    padding: 13px 30px 13px 30px;
    /* Font Family */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#form #submit-btn:hover,
#form #submit-btn:focus,
#form input[type="submit"]:hover,
#form input[type="submit"]:focus {
    box-sizing: border-box;
    border: none;
    transition: 0.2s all;
    background: #f2693f;
}

/* --------------------------------- */
/* Placeholders and Focus Attributes */
/* --------------------------------- */

#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form input[type="search"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    box-shadow: none;
    border-bottom: 3px solid #f2693f;
}
#form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #123157;
    /* Font Family */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #123157;
    opacity:  1;
    /* Font Family */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #123157;
    opacity:  1;
    /* Font Family */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #123157;
    /* Font Family */
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ----------- */
/* Mobile Menu */
/* ----------- */

html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap-active {
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 100vh;
}
.menu-button {
	position: absolute;
	z-index: 1;
	padding: 0px;
	width: 45px;
	height: 45px;
    right: 0;
	top: 35px;
    border-radius: 50%;
    background: #123157;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
}
.menu-button:hover,
.menu-button:focus {
    background: #3bbfab;
    transition: 0.2s all;
}
.menu-button::before {
	position: absolute;
	top: 0.9em;
	right: 0.7em;
	bottom: 0.9em;
	left: 0.7em;
	background: linear-gradient(#FFF 20%, transparent 20%, transparent 40%, #FFF 40%, #FFF 60%, transparent 60%, transparent 80%, #FFF 80%);
	content: '';
}
.menu-active {
	left: 0px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	/* Animations */
	transform-origin: left;
	animation-name: menu-in;
	animation-direction: normal;
	animation-duration: 300ms;
}
.menu-nonactive {
	left: -1000px;
	z-index: -999;
	opacity: 0;
	visibility: hidden;
	/* Animations */
	transform-origin: left;
	animation-name: menu-out;
	animation-direction: normal;
	animation-duration: 100ms;
}
.menu-wrap {
	position: absolute;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: #FFF;
}
.menu-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3bbfab;
}
.menu-wrap::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 500px;
    width: 675px;
    bottom: 0px;
    left: -250px;
    background: url('../gfx/graphics/footer.png') no-repeat;
    background-size: contain;
    opacity: 0.05;
}
.menu-wrap .menu {
    position: relative;
    z-index: 2;
	list-style: none;
	padding: 110px 30px 30px 30px;
	margin: 0;
}
.menu-wrap .menu .logo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 115px;
	height: 60px;
	transform: none;
    background: url('../gfx/logos/logo-c.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu li {
    position: relative;
	display: block;
	width: 100%;
	font-size: 1em;
	color: #123157;
	padding: 0px 0px 8px 10px;
	margin: 0px 0px 8px 0px;
    cursor: pointer;
}
.menu-wrap .menu li:hover,
.menu-wrap .menu li:focus {
    transition: 0.2s all;
	color: #3bbfab;
}
.menu-wrap .menu li.location {
    color: #3bbfab;
}
.menu-wrap .menu .btn {
    display: inline-block;
    width: calc(33.3% - 10px);
    margin: 0px 5px 10px 5px;
    padding: 8px;
    color: #FFF;
    font-size: 0.9em;
}
.menu-wrap .menu .btn::before {
    height: 0;
    width: 0;
}
.menu-wrap .menu li .gtranslate_label,
.menu-wrap .menu li .gtranslate_wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
    font-size: 1em;
    color: #123157;
}
.menu-wrap .menu .divider {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #EAEAEA;
    margin: 15px 0px 25px 0px;
}
.menu-wrap .menu .mobile-tier.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.menu-wrap .menu .mobile-tier.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
.menu-wrap .menu li.primary-icon,
.menu-wrap .menu li.return-icon {
    position: relative;
    padding: 0px 0px 10px 30px;   
}
.menu-wrap .menu li.primary-icon::before,
.menu-wrap .menu li.return-icon::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    height: 18px;
    width: 18px;
    background: url('../gfx/icons/arrow-blue.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu li.return-icon::before {
    transform: rotate(180deg);
    background: url('../gfx/icons/arrow-green.png') no-repeat;
    background-size: contain;
}
.close-button {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 25px;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	color: transparent;
	background: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: 14px;
	left: 50%;
	background: #123157;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button span {
    position: absolute;
    top: 50%;
    left: -85px;
    transform: translateY(-50%);
    color: #424643;
    letter-spacing: 1px;
}
@keyframes menu-in {
    0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }
}
@-webkit-keyframes menu-in {
	0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }	
}
@keyframes menu-out {
    0% {
        left: 0px;
    }
    100% {
        left: -1000px;
    }	
}
@-webkit-keyframes menu-out {
	0% {
        left: 0px
    }
    100% {
        left: -1000px;
    }	
}

/* ------ */
/* Modals */
/* ------ */

#modal {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80%;
    max-width: 900px;
    height: auto;
    padding: 50px 50px 50px 400px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 50px;
    /* Shadow */
	-webkit-box-shadow: -2px 1px 12px -7px rgba(0,0,0,0.05);
	-moz-box-shadow: -2px 1px 12px -7px rgba(0,0,0,0.05);
	box-shadow: -2px 1px 12px -7px rgba(0,0,0,0.05);   
}
#modal.modal-nonactive,
#modal-overlay.overlay-hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#modal-overlay {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(18,49,87,0.6);
}
#modal .wrapper {
    width: 100%;
    margin: auto;
    padding: 0;
}
#modal #modal-status {
    display: none;
}
#modal .modal-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 350px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}
#modal #modal-close {
    position: relative;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    color: #A9A9A9;
    font-size: 0.9em;
    cursor: pointer;
}
#modal #modal-close::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 25px;
    width: 25px;
    background: url('../gfx/icons/close-grey.png') no-repeat;
    background-size: contain;
}
#modal #modal-close:hover,
#modal #modal-close:focus {
    transition: 0.2s all;
    color: #123157;
}
#modal #modal-close:hover::before,
#modal #modal-close:focus::before {
    transition: 0.2s all;
    background: url('../gfx/icons/close-blue.png') no-repeat;
    background-size: contain;
}

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

@media (max-width: 1600px) {
    
    /* Navigation */
    #header .header-inner,
    #main .main-inner,
    #main .main-inner .dropdown .dropper .dropper-inner,
    .wrapper {
    width: 80%;
    }
    
}

@media (max-width: 1300px) {
    
    /* Navigation */
    #header .header-align-left li {
    margin: 0px 5px 0px 0px;
    }
    #header .header-align-right li {
    margin: 0px 0px 0px 5px;
    }
    .logo {
    position: absolute;
    z-index: 4;
	top: -60px;
    transform: translateY(0%);
    }
    /* Flex */
    .flex-quad .flex-item {
    width: 50%;
    }
    .flex-quad-space .flex-item {
    width: 50%;
    margin: 25px 0px 25px 0px;
    }
    /* Flex Banner */
    .flex-banner-photo .banner-photo .circle-1 {
    right: 50px;
    }
    /* Cards */
    .wrapper .card.card-image-left {
    padding: 40px 40px 40px 340px;
    }
    .wrapper .card.card-image-left img {
    width: 300px;
    height: 100%;
    }
    .wrapper .flex-sixty-split .card.card-image-left {
    padding: 40px 40px 40px 240px;
    }
    .wrapper .flex-sixty-split .card.card-image-left img {
    width: 200px;
    height: 100%;
    }
    /* Lists */
    .wrapper .formatted-list .flex-item {
    margin: 0;
    }
    /* Funders */
    .wrapper img.funder {
    max-width: 300px;
    margin: 0 auto;
    }
    
}
@media (min-width: 1025px) {
	
	/* Mobile Menu */
	.menu-button {
	display: none;
	visibility: hidden;
	opacity: 0;
	}
	
}
@media (max-width: 1024px) {
   
    /* Navigation */
	.menu-button {
	display: block;
	visibility: visible;
	opacity: 1;
	}
    #header {
    display: none;
    visibility: hidden;
    opacity: 0; 
    }
    #main {
    box-sizing: border-box;
    }
    #main .main-inner .hide {
    display: none;
    visibility: hidden;
    opacity: 0;    
    }
    #main .main-inner {
    height: 80px;
    }
    /* Banner */
    .banner {
    margin: 20px 0px 0px 0px;
    }
    /* Logos */
    .logo {
    position: absolute;
    z-index: 4;
	top: 20px;
    transform: translateY(0%);
    }
    /* Backgrounds */
    .half-image {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Flex */
    .flex-double .flex-item,
	.flex-tripple .flex-item,
	.flex-quad .flex-item,
    .flex-footer .flex-item {
    width: 100%;
    }
    .flex-double-space .flex-item,
	.flex-tripple-space .flex-item,
    .flex-tripple .card-link.flex-item,
    .flex-tripple .card-image-top.flex-item,
	.flex-quad-space .flex-item,
    .flex-sixty-split .flex-item:nth-child(1n),
    .flex-sixty-split .flex-item:nth-child(2n) {
    width: 100%;
    margin: 20px 0px 20px 0px;
    }
    .flex-mobile-photo {
    min-height: 350px;
    }
    .flex-text-right,
    .flex-text-left {
    padding: 30px 0px 0px 0px; 
    }
    .flex-tripple .card-link.flex-item:nth-child(1) {
    margin: -50px 0px 20px 0px;
    }
    .flex-tripple .card-image-top.flex-item:nth-child(1n),
    .flex-tripple .card-link.flex-item:nth-child(2n),
    .flex-tripple .card-image-top.flex-item:nth-child(2n),
    .flex-tripple .card-link.flex-item:nth-child(3n),
    .flex-tripple .card-image-top.flex-item:nth-child(3n) {
    margin: 20px 0px 20px 0px;
    }
    /* Flex Photos */
    .flex-photo.gallery-image {
    min-height: none;
    height: auto;
    border-radius: 0;
    }
    .flex-photo.gallery-image img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 30px;
    overflow: hidden;
    }
    /* Flex Banner */
    .flex-banner-photo {
    padding: 0;
    background: transparent;
    overflow: visible;
    margin: -30px 0px 40px 0px;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0);
    }
    .flex-banner-photo .banner-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    }
    .flex-banner-photo .banner-photo .circle-1,
    .flex-banner-photo .banner-photo .circle-2 {
    position: relative;
    z-index: 2;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 40px 0px 0px 0px;
    }
    .flex-banner-photo .banner-photo .circle-2 img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 30px;
    overflow: hidden;
    }
    .flex-banner-photo .banner-photo .circle-1 {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Wrapper */
    .wrapper {
    padding: 70px 0px 70px 0px;
	}
	.wrapper .narrow {
    max-width: none;
	}
	/* Cards */
    .wrapper .card.card-image-top,
    .wrapper .card.card-image-left,
    .wrapper .flex-sixty-split .card.card-image-left {
    padding: 290px 40px 40px 40px;
    }
    .wrapper .card.card-image-top img,
    .wrapper .card.card-image-left img,
    .wrapper .flex-sixty-split .card.card-image-left img {
    width: 100%;
    height: 250px;
    }
    /* Calendar (Workshops) */
    .wrapper #calendar-container .calendar-days-label,
    .wrapper #calendar-container .calendar-week div:empty,
    .wrapper #calendar-container .calendar-week div.empty {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    .wrapper #calendar-container .calendar-week {
    display: block;
    flex-wrap: nowrap;
    }
    .wrapper #calendar-container .calendar-week > div {
    width: 100%;
    padding: 20px;
    }
    .wrapper #calendar-container .calendar-week div a {
    font-size: 0.9em;
    }
    .wrapper #calendar-container .calendar-week div a span {
    font-size: 0.7em;
    }
    /* Footer */
	.wrapper .footer-column {
	padding: 0px;
	margin: 50px 0px 0px 0px;
	}
    .wrapper .footer-column.footer-nav-mobile {
    padding: 30px;
    background: #FFF;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
    }
    .wrapper .footer-column.footer-nav-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #322882;
    }
    .wrapper .footer-column .logo {
    top: -50px;
    left: 0px;
    width: 40px;
    height: 40px;
    }
    .wrapper .footer-column .logo::before {
    height: 25px;
    width: 25px;
    }
    .wrapper.footer #ota {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    padding: 0px 0px 0px 70px;
    margin: 20px 0px 0px 0px;
    }
    .wrapper.footer #ota::before {
	right: auto;
    left: 0;
    }
    .wrapper.footer #ota::after {
	right: auto;
    left: 15px;
    }
    /* Form */
    #form textarea {
    height: 300px;
    margin: -50px 0px 20px 0px;
    }
    #form .inputfile + label {
    margin: -50px 0px 20px 0px;
    }
    #form #submit-btn,
    #form input[type="submit"] {
    margin: 0;
    width: calc(100% - 0px);
    }
    /* Modal */
    #modal {
    padding: 350px 50px 50px 50px;
    }
    #modal .modal-image {
    height: 300px;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0px;
    }
    
}
@media (max-width: 768px) {
    
    /* Navigation */
    #fixed-footer.fixed-footer-active {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Buttons */
    .btn,
    .wrapper .wp-content h6 a {
    width: 100%;
    }
    .btn-btn-group,
    a.btn.btn-group {
    margin: 20px 0px 0px 0px;
    }
    /* Callouts */
    .wrapper .callout.callout-extra {
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 30px;
    border-radius: 50px;
    }
    .wrapper .callout.callout-extra h3 {
    max-width: 100%;
    padding: 70px 0px 0px 0px;
    }
    .wrapper .callout.callout-extra .btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0px 0px 0px;
    }
    .wrapper .callout.callout-extra .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    }
    /* Wordpress Content (WYSIWYG Editor) */
    .wrapper .wp-content h6 a,
    .wrapper .wp-content h6 a:link,
    .wrapper .wp-content h6 a:visited {
    margin: 10px 0px 10px 0px;
    }
    /* Modal */
    #modal {
    padding: 40px;
    }
    #modal .modal-image {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* Funders */
    .wrapper img.funder {
    max-width: 200px;
    margin: 0 auto;
    }
    
}