/*
Theme Name: Trust for Sustainable Living
Author: Considered Creative
Author URI: https://consideredcreative.com/
*/

@import url('//fast.fonts.net/cssapi/f96640f2-8e15-487c-89c7-4f67fedadebd.css');

/* resets
--------------------------------------------------------------------------
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, 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; }

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

img, iframe { border: 0; vertical-align: middle; }

strong { font-weight: bold; }
em { font-style: italic; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

button, input, optgroup, select, textarea { margin: 0; font: inherit; line-height: normal; vertical-align: baseline; color: inherit; outline: 0; border-radius: 0; -webkit-font-smoothing: inherit; }
button, input, textarea { padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
legend { color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
button { width: auto; overflow: visible; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"] { -webkit-appearance: none; border-radius: 0; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { font-weight: normal; text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ul, ol { list-style: none; }
li { display: list-item; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

a { color: #000; background: transparent; text-decoration: none; cursor: pointer; -webkit-text-decoration-skip: objects; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

.hide { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }

a, span, button { -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease; transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease; }

/* global
--------------------------------------------------------------------------
*/

body { font: 62.5%/1 'Myriad W01', 'Helvetica Neue', Arial, Helvetica, sans-serif; background: #fff; color: #000; text-align: center; overflow: hidden; }

.gen-button { font-size: 16px !important; font-weight: 600 !important; height: 40px !important; line-height: 40px !important; padding: 0 12px !important; background: #84b127 !important; color: #fff !important; border: 0 !important; border-radius: 3px !important; display: inline-block !important; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.gen-button:hover,
a:hover .gen-button { -webkit-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); }
.gen-button.purple { background: #b4007b !important; }
.gen-button.blue { background: #007ddd !important; }
.gen-button.reversed { background: #fff !important; color: #84b127 !important; }
.gen-button.purple.reversed { color: #b4007b !important; }
.gen-button.blue.reversed { color: #007ddd !important; }

@media only screen and (min-width: 1400px) {
	.gen-button { font-size: 20px !important; height: 50px !important; line-height: 50px !important; padding: 0 20px !important }
}

body > header { width: 220px; height: 100%; padding: 20px 0; position: fixed; top: 0; left: -220px; background: #84b127; box-shadow: 0 0 7px rgba(0, 1, 1, 0.5); text-align: left; -webkit-transition: left 0.4s ease; transition: left 0.4s ease; z-index: 10; }
body > header > button { width: 40px; height: 40px; background: #84b127; border: 0; position: absolute; top: 20px; left: 240px; text-align: center; overflow: hidden; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
body > header > button:hover { -webkit-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); }
body > header > button .fa { width: 40px; height: 40px; line-height: 40px; font-size: 20px; position: absolute; top: 0; left: -40px; color: #fff; -webkit-transition: left 0.4s ease; transition: left 0.4s ease; }
body > header > button .fa + .fa { left: 0; }
body > header h1 { margin: 0 20px; padding: 0 0 20px; border-bottom: 1px solid #9dc152; }
body > header h1 a { display: inline-block; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
body > header h1 a:hover { -webkit-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); }
body > header h1 a img { width: 114px; height: 44px; }
body > header form { margin: 20px 20px 0; position: relative; display: block; }
body > header form label { display: block; }
body > header form.search label span { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
body > header form label input { width: 100%; height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px; border: 0; background: #60880d; color: #fff; }
body > header form label input::-webkit-input-placeholder { color: #fff; }
body > header form label input::-moz-placeholder { color: #fff; }
body > header form label input:-ms-input-placeholder { color: #fff; }
body > header form label input:-moz-placeholder { color: #fff; }
body > header form label input:focus::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }
body > header form label input:focus::-moz-placeholder { color: rgba(255,255,255,0.5); }
body > header form label input:focus:-ms-input-placeholder { color: rgba(255,255,255,0.5); }
body > header form label input:focus:-moz-placeholder { color: rgba(255,255,255,0.5); }
body > header form button { width: 30px; height: 30px; position: absolute; top: 0; right: 0; background: #60880d; border: 0; text-align: center; }
body > header form button:hover { background: #405e00; }
body > header form button .fa { width: 30px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; }
body > header form button span { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
body > header nav > ul { margin: 9px 0 0; }
body > header nav > ul li a { padding: 9px 20px; font-size: 1.2em; font-weight: 700; color: #fff; letter-spacing: 0.02em; text-transform: uppercase; display: block; }
body > header nav > ul li a:hover { color: #405e00; }
body > header nav > ul li > ul { margin: 0 0 0 20px; display: none; }
body > header nav > ul li ul li a { color: #60880d; }
body > header nav > ul li.current-menu-item > a,
body > header nav > ul li.current-menu-parent > a,
body > header nav > ul li.current-page-ancestor > a,
body.single-learning_resources > header nav > ul li.menu-item-object-learning_resources > a,
body.single-news > header nav > ul li.menu-item-object-news > a { color: #405e00; }
body > header nav > ul li.current-menu-item > ul,
body > header nav > ul li.current-menu-parent > ul,
body > header nav > ul li.current-page-ancestor > ul { display: block; }
body > header nav > ul li .resources { margin-top: 10px; padding-bottom: 26px; background: #405e00; box-shadow: inset 0 0 7px rgba(0, 1, 1, 0.5); display: none; }
body > header nav > ul li.current-menu-item .resources,
body > header nav > ul li.current-menu-parent .resources { display: block; }
body > header nav > ul li .resources form label input { background: #84b127; }
body > header nav > ul li .resources form button { background: #84b127; }
body > header nav > ul li .resources form button:hover { background: #60880d; }
body > header nav > ul li .resources form.filter { border-top: 1px solid #667e33; padding-top: 20px; }
body > header nav > ul li .resources form.filter h2 { font-size: 1.2em; font-weight: 700; color: #fff; letter-spacing: 0.02em; text-transform: uppercase; }
body > header nav > ul li .resources form.filter h2 .fa { margin-right: 0.5em; }
body > header nav > ul li .resources form.filter ul { margin: 26px 0 0; }
body > header nav > ul li .resources form.filter ul li { margin: 0; position: relative; }
body > header nav > ul li .resources form.filter ul li ~ li { margin-top: 18px; }
body > header nav > ul li .resources form.filter ul li.hide { margin: 0; }
body > header nav > ul li .resources form.filter ul li label { display: block; position: relative; }
body > header nav > ul li .resources form.filter ul li label input { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
body > header nav > ul li .resources form.filter ul li label span { font-size: 1.2em; font-weight: 700; color: #84b127; letter-spacing: 0.02em; text-transform: uppercase; display: block; position: relative; }
body > header nav > ul li .resources form.filter label:hover span { color: #fff; }
body > header nav > ul li .resources form.filter ul li label input:checked + span { color: #fff; }
body > header nav > ul li .resources form.filter ul li a.untick { padding: 0; letter-spacing: 0; border: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  color: #fff; position: absolute; top: 50%; margin-top: -7px; right: 0; opacity: 0; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; display: block; }
body > header nav > ul li .resources form.filter ul li a.untick:before { content: '\f00d'; }
body > header nav > ul li .resources form.filter ul li:hover a.untick { opacity: 1; }

html.menu-toggle body > header { left: 0; }
html.menu-toggle body > header > button .fa { left: 0; }
html.menu-toggle body > header > button .fa + .fa { left: 40px; }

main { position: relative; left: 0; -webkit-transition: left 0.4s ease, margin 0.4s ease; transition: left 0.4s ease, margin 0.4s ease; }
html.menu-toggle main { left: 220px; }

@media only screen and (min-width: 960px) {
	body > header { left: 0; }
	body > header > button .fa { left: 0; }
	body > header > button .fa + .fa { left: 40px; }
	html.menu-toggle body > header { left: -220px; }
	html.menu-toggle body > header > button .fa { left: -40px; }
	html.menu-toggle body > header > button .fa + .fa { left: 0; }
	main { left: auto; margin-left: 220px; }
	html.menu-toggle main { left: auto; margin-left: 0; }
}

main > .image { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; height: 300px; position: relative; }

@media only screen and (min-width: 960px) {
	main > .image { height: 400px; }
}

@media only screen and (min-width: 1920px) {
	main > .image { height: 500px; }
}

main > .title { padding: 1.8em 30px 1.4em 70px; background: #537a02; color: #fff; text-transform: uppercase; }
main > .title h1 { font-size: 2em; line-height: 120%; font-weight: 100; }
main > .title h1 strong { font-weight: 700; }

@media only screen and (min-width: 1200px) {
	main > .title { padding: 2.8em 80px 2.4em; }
	main > .title h1 { font-size: 3em; }
}

main > .slideshow { position: relative; }
main > .slideshow .slick-slide { outline: 0; cursor: pointer; }
main > .slideshow .slick-slide.slick-active { cursor: default; }
main > .slideshow img { width: 328px; height: 250px; }
main > .slideshow a { display: block; position: relative; }
main > .slideshow a .button { width: 100%; position: absolute; bottom: 20px; left: 0; text-align: center; }

@media only screen and (min-width: 960px) {
	main > .slideshow img { width: 525px; height: 400px; }
}

@media only screen and (min-width: 1920px) {
	main > .slideshow img { width: 820px; height: 625px; }
	main > .slideshow a .button { bottom: 40px; }
}

main hr { width: 945px; max-width: calc(100% - 40px); margin: 2em auto 1.8em; padding: 0; height: 1px; border: 0; background: #e5e5e5; display: block; }
main hr:last-child { margin-bottom: 0; }

@media only screen and (min-width: 1200px) {
	main hr { margin: 4em auto 3.4em; max-width: calc(100% - 80px); }
	main hr:last-child { margin-bottom: 0; }
}

main > .std { max-width: 1025px; margin: 0 auto; padding: 2em 20px 0; position: relative; text-align: left; }
main > .std:first-child { margin-top: 6em; }
main > .std.align-center { text-align: center; }
main > .std.bg-grey { padding: 3.6em 20px; }
main > .std + .std.bg-grey { margin-top: 2em; }
main > .std.bg-grey:before { width: 100%; height: 100%; background: #f9f9f9; border: 0px solid #fff; position: absolute; top: 0; left: 0; content: ''; display: block; z-index: -1; }
main > .std hr { max-width: 100%; }
main > .std a { color: #84b127; }
main > .std a:hover { color: #000; }
main > .std h2 { margin: 1em 0 0; font-size: 2.8em; font-weight: 100; line-height: 120%; }
main > .std h3 { margin: 1.25em 0 0; font-size: 2em; font-weight: 600; line-height: 120%; }
main > .std h4 { margin: 1em 0 0; font-size: 1.6em; font-weight: 600; line-height: 120%; }
main > .std p { margin: 1em auto 0; font-size: 1.6em; line-height: 120%; }
main > .std.align-center p { max-width: 675px; }
main > .std p.meta { margin-top: 0.389em; font-size: 1.4em; font-style: italic; }
main > .std p.meta time { font-style: normal; }
main > .std p.meta a { font-style: normal; font-weight: 600; }
main > .std ul { margin: 1em 0 0 2em; font-size: 1.6em; line-height: 120%; list-style: disc; text-align: left; }
main > .std ul ul,
main > .std ul ol { margin-top: 0; font-size: inherit; }
main > .std ol { margin: 1em 0 0 2em; font-size: 1.6em; line-height: 120%; list-style: decimal; text-align: left; }
main > .std ol ol,
main > .std ol ul { margin-top: 0; font-size: inherit; }
main > .std ul.buttons { margin: 8px 0 0; font-size: 0; line-height: 100%; }
main > .std.align-center ul.buttons { text-align: center; }
main > .std ul.buttons li { margin: 10px 10px 0 0; font-size: 10px; display: inline-block; }
main > .std.align-center ul.buttons li { margin: 10px 5px 0; }
main > .std ul.icon-list { margin: 0; font-size: 1em; line-height: 100%; list-style: none; }
main > .std ul.icon-list li h3 { margin: 1em 0 0; font-size: 1.6em; padding: 0 0 0 30px; position: relative; }
main > .std ul.icon-list li ~ li h3 { margin-top: 1.2em; }
main > .std ul.icon-list li h3 .fa { position: absolute; top: 0; left: 0; }
main > .std ul.icon-list li h4 { margin: 0 0 0.5em; font-size: 1.3em; padding-left: 30px; }
main > .std ul.icon-list li p { margin: 0; padding: 0 0 0 30px; }
main > .std ul.icon-list.no-icon li h3,
main > .std ul.icon-list.no-icon li h4,
main > .std ul.icon-list.no-icon li p { padding-left: 0; }
main > .std ul.gallery { margin: 0 0 0 -10px; font-size: 1em; line-height: 100%; list-style: none; position: relative; }
main > .std hr + ul.gallery { margin-top: -10px; }
main > .std ul.gallery li { width: 50%; margin: 10px 0 0; padding: 0 0 0 10px; float: left; }
main > .std ul.gallery li a { overflow: hidden; display: block; }
main > .std ul.gallery li a img { width: 100%; height: auto; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
main > .std ul.gallery li a:hover img { -webkit-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); }
main > .std figure { max-width: 625px; margin: 2em auto 0; background: #f9f9f9; text-align: center; }
main > .std figure .video { padding-bottom: 56.25%; height: 0; position: relative; }
main > .std figure .video iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
main > .std figure img { max-width: 100%; height: auto; margin: 0 auto; display: block; }
main > .std figure figcaption { padding: 1em 20px 0.875em; font-size: 1.3em; line-height: 120%; display: block; }
main > .std .accordion { margin: 2em 0 0; position: relative; text-align: left; }
main > .std .accordion article { margin: 1px 0 0; position: relative; }
main > .std .accordion article h2 { margin: 0; padding: 0.7em 45px 0.6em 10px; font-size: 1.6em; font-weight: 600; background: #999; color: #fff; cursor: pointer; -webkit-transition: background 0.4s ease; transition: background 0.4s ease; }
main > .std .accordion article h2 .fa { position: absolute; top: 0.7em; right: 10px; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
main > .std .accordion article h2 .fa + .fa { opacity: 0; }
main > .std .accordion article.open h2 { background: #84b127; }
main > .std .accordion article.purple h2 { background: #b4007b; }
main > .std .accordion article.blue h2 { background: #007ddd; }
main > .std .accordion article.open h2 .fa { opacity: 0; }
main > .std .accordion article.open h2 .fa + .fa { opacity: 1; }
main > .std .accordion article .panel { position: relative; background: #f9f9f9; padding: 1px 20px 1.6em; display: none; }
main > .std .accordion article .panel p { max-width: 100%; }
main > .std > .toggle { margin: 1em 0 0; font-size: 1.6em; font-weight: 600; line-height: 120%; display: inline-block; }
main > .std > .toggle .fa { margin-right: 0.9em; }
main > .std blockquote { max-width: 675px; margin: 2em auto 0; }
main > .std blockquote q { font-size: 2.8em; line-height: 120%; font-weight: 100; font-style: italic; display: block; }
main > .std blockquote cite { margin: 1em 0 0; font-size: 1.6em; line-height: 120%; display: block; }
main > .std blockquote cite strong { color: #84b127; font-weight: 400; display: block; }
main > .std .dataTables_wrapper { margin: 2em 0 0; position: relative; }
main > .std .dataTables_filter { position: relative; }
main > .std .dataTables_filter label { position: relative; float: right; }
main > .std .dataTables_filter label:after { width: 42px; height: 42px; font: normal normal normal 14px/1 FontAwesome; font-size: 16px;  line-height: 42px; background: #84b127; color: #fff; text-align: center; border-radius: 0 3px 3px 0; position: absolute; top: 0; right: 0; content: '\f0b0'; display: block; text-rendering: auto; -webkit-font-smoothing: antialiased; moz-osx-font-smoothing: grayscale; }
main > .std .dataTables_filter label input { max-width: 100%; width: 250px; padding: 0 50px 0 10px; font-size: 16px; font-weight: 600; line-height: 42px; height: 42px; background: #f9f9f9; border: 1px solid #ccc; border-radius: 3px; }
main > .std .dataTables_filter label input::-webkit-input-placeholder { color: #000; }
main > .std .dataTables_filter label input::-moz-placeholder { color: #000; }
main > .std .dataTables_filter label input:-ms-input-placeholder { color: #000; }
main > .std .dataTables_filter label input:-moz-placeholder { color: #000; }
main > .std .dataTables_filter label input:focus::-webkit-input-placeholder { color: rgba(0,0,0,0.5); }
main > .std .dataTables_filter label input:focus::-moz-placeholder { color: rgba(0,0,0,0.5); }
main > .std .dataTables_filter label input:focus:-ms-input-placeholder { color: rgba(0,0,0,0.5); }
main > .std .dataTables_filter label input:focus:-moz-placeholder { color: rgba(0,0,0,0.5); }
main > .std table { width: 100%; margin: 1em 0 0; font-size: 1.6em; line-height: 120%; }
main > .std table thead th { outline: 0; position: relative; padding: 0.75em 16px 0.55em; background: #84b127; color: #fff; font-weight: 600; }
main > .std .dataTables_wrapper table thead th { cursor: pointer; }
main > .std table thead th:after { font: normal normal normal 14px/1 FontAwesome; font-size: 16px; color: #fff; position: absolute; top: 0.8em; right: 8px; display: block; text-rendering: auto; -webkit-font-smoothing: antialiased; moz-osx-font-smoothing: grayscale; }
main > .std table thead th.sorting:after { content: '\f0dc'; }
main > .std table thead th.sorting_asc:after { content: '\f0de'; }
main > .std table thead th.sorting_desc:after { content: '\f0dd'; }
main > .std table thead th ~ th { border-left: 1px solid #fff; }
main > .std table tbody th,
main > .std table tbody td { padding: 0.75em 16px 0.55em; }
main > .std table tbody tr:nth-of-type(even) th,
main > .std table tbody tr:nth-of-type(even) td { background: #f9f9f9; }
main > .std table tbody th { font-weight: 600; }
main > .std table tbody td { border-left: 1px solid #999; }
main > .std .map { margin: 2em 0 0; position: relative; }
main > .std .map .google-map { height: 300px; }
main > .std .map .text { padding: 2em 0 0; }
main > .std .map .text h2 { margin: 0; }
main > .std .map .text > a { margin: 1em 0 0; font-size: 1.6em; font-weight: 600; line-height: 120%; display: inline-block; }
main > .std .map .text > a .fa { margin-right: 0.9em; }
main > .std .wp-pagenavi { margin: 2em 0 0; text-align: center; position: relative; }
main > .std .wp-pagenavi a,
main > .std .wp-pagenavi span { font-size: 1.6em; display: inline-block; }
main > .std .wp-pagenavi a:before,
main > .std .wp-pagenavi span:before { padding: 0 0.45em; content: '|'; display: inline-block; color: #ccc; }
main > .std .wp-pagenavi a:first-child:before,
main > .std .wp-pagenavi span:first-child:before { display: none; }
main > .std .share { margin: 2em 0 1.8em; padding: 1em 0; border: 0 solid #e5e5e5; border-width: 1px 0; }
main > .std .share:last-child { margin-bottom: 0; }
main > .std .share table { margin: 0; }
main > .std .resources-filter { margin: 2em 0; background: #f9f9f9; }
main > .std .resources-filter form { margin: 20px 20px 0; position: relative; display: block; }
main > .std .resources-filter form.search label { display: block; }
main > .std .resources-filter form.search label span { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
main > .std .resources-filter form.search label input { width: 100%; height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px; border: 0; background: #84b127; color: #fff; }
main > .std .resources-filter form.search label input::-webkit-input-placeholder { color: #fff; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
main > .std .resources-filter form.search label input::-moz-placeholder { color: #fff; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
main > .std .resources-filter form.search label input:-ms-input-placeholder { color: #fff; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
main > .std .resources-filter form.search label input:-moz-placeholder { color: #fff; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; }
main > .std .resources-filter form.search label input:focus::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }
main > .std .resources-filter form.search label input:focus::-moz-placeholder { color: rgba(255,255,255,0.5); }
main > .std .resources-filter form.search label input:focus:-ms-input-placeholder { color: rgba(255,255,255,0.5); }
main > .std .resources-filter form.search label input:focus:-moz-placeholder { color: rgba(255,255,255,0.5); }
main > .std .resources-filter form.search button { width: 30px; height: 30px; position: absolute; top: 0; right: 0; background: #84b127; border: 0; text-align: center; }
main > .std .resources-filter form.search button:hover { background: #60880d; }
main > .std .resources-filter form.search button .fa { width: 30px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; }
main > .std .resources-filter form.search button span { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
main > .std .resources-filter form.filter { border-top: 1px solid #e6e6e6; padding: 18px 0 20px; }
main > .std .resources-filter form.filter h2 { margin: 0; font-size: 1.2em; line-height: 100%; font-weight: 700; color: #000000; letter-spacing: 0.02em; text-transform: uppercase; }
main > .std .resources-filter form.filter h2 .fa { margin-right: 0.5em; }
main > .std .resources-filter form.filter ul { margin: 0; font-size: 1em; line-height: 100%; list-style: none; }
main > .std .resources-filter form.filter ul li { margin: 10px 6px 0 0; position: relative; display: inline-block; }
main > .std .resources-filter form.filter ul li.hide { margin: 0; }
main > .std .resources-filter form.filter ul li label { padding: 0 16px 0 0; display: inline-block; position: relative; }
main > .std .resources-filter form.filter ul li label input { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
main > .std .resources-filter form.filter ul li label span { font-size: 1.2em; font-weight: 700; color: #999; letter-spacing: 0.02em; text-transform: uppercase; display: inline-block; position: relative; }
main > .std .resources-filter form.filter label:hover span { color: #84b127; }
main > .std .resources-filter form.filter ul li label input:checked + span { color: #84b127; }
main > .std .resources-filter form.filter ul li a.untick { padding: 0; letter-spacing: 0; border: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #d2004a; position: absolute; top: 50%; margin-top: -7px; right: 0; opacity: 0; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; display: block; }
main > .std .resources-filter form.filter ul li a.untick:before { content: '\f00d'; }
main > .std .resources-filter form.filter ul li:hover a.untick { opacity: 1; }
main > .std > *:first-child { margin-top: 0; }

@media only screen and (min-width: 960px) {
	main > .std ul.gallery li { width: 33.3333333333%; }
}

@media only screen and (min-width: 1200px) {
	main > .std { padding: 4em 40px 0; }
	main > .std.bg-grey { padding: 3.6em 80px; }
	main > .std.bg-grey:before { border-width: 0 40px; }
	main > .std + .std.bg-grey { margin-top: 4em; }
	main > .std h2 { font-size: 3.4em; }
	main > .std h3 { font-size: 2.4em; }
	main > .std h4 { font-size: 2em; }
	main > .std p { font-size: 2em; }
	main > .std p.meta { font-size: 1.8em; }
	main > .std ul { font-size: 2em; }
	main > .std ul ul,
	main > .std ul ol { font-size: inherit; }
	main > .std ol { font-size: 2em; }
	main > .std ol ol,
	main > .std ol ul { font-size: inherit; }
	main > .std ul.buttons { margin-top: 0; font-size: 0; }
	main > .std ul.buttons li { margin: 20px 20px 0 0; }
	main > .std.align-center ul.buttons li { margin: 20px 10px 0; }
	main > .std ul.icon-list { font-size: 1em; }
	main > .std ul.icon-list li h3 { font-size: 2em; padding-left: 40px; }
	main > .std ul.icon-list li h4 { font-size: 1.6em; padding-left: 40px; }
	main > .std ul.icon-list li p { padding-left: 40px; }
	main > .std ul.icon-list.no-icon li h3,
	main > .std ul.icon-list.no-icon li h4,
	main > .std ul.icon-list.no-icon li p { padding-left: 0; }
	main > .std ul.gallery { margin: 0 0 0 -20px; }
	main > .std hr + ul.gallery { margin-top: -20px; }
	main > .std ul.gallery li { margin: 20px 0 0; padding: 0 0 0 20px; }
	main > .std figure { margin-top: 4em; }
	main > .std figure figcaption { font-size: 1.6em; }
	main > .std .accordion { margin-top: 3em; }
	main > .std .accordion article h2 { font-size: 2em; padding: 0.7em 55px 0.6em 20px; }
	main > .std .accordion article h2 .fa { right: 20px; }
	main > .std .accordion article .panel { padding: 1em 40px 3.6em; }
	main > .std > .toggle { font-size: 2em; }
	main > .std blockquote q { font-size: 3.4em; }
	main > .std blockquote cite { font-size: 2em; }
	main > .std blockquote cite strong { display: inline-block; }
	main > .std blockquote cite strong:before { padding: 0 0.4em 0 0.2em; content: '|'; display: inline-block; color: #ccc; }
	main > .std .dataTables_filter label:after { width: 52px; height: 52px; font-size: 20px; line-height: 52px; }
	main > .std .dataTables_filter label input { width: 320px; padding: 0 70px 0 20px; font-size: 20px; line-height: 52px; height: 52px; }
	main > .std table { font-size: 2em; }
	main > .std table thead th:after { font-size: 20px; right: 18px; }
	main > .std .map { margin-top: 4em; display: flex; align-items: center; }
	main > .std .map .google-map { width: 50%; }
	main > .std .map .text { width: 50%; padding: 0 40px; }
	main > .std .map .text > a { font-size: 2em; }
	main > .std .wp-pagenavi a,
	main > .std .wp-pagenavi span { font-size: 2em; }
	main > .std .share { margin: 4em 0 3.4em; padding: 4em 0; }
	main > .std .share:last-child { margin-bottom: 0; }
	main > .std .share table { margin: 0; }
	main > .std .resources-filter { width: 220px; float: left; }
	main > .std .resources-filter form.filter ul { margin-top: 28px; }
	main > .std .resources-filter form.filter ul li { margin: 0; display: block; }
	main > .std .resources-filter form.filter ul li ~ li { margin-top: 18px; }
	main > .std .resources-filter + ul.icon-list,
	main > .std .resources-filter + p { margin-left: 255px; }
	main > .std > *:first-child { margin-top: 0; }
}

main > .message { max-width: 945px; margin: 2em auto 0; padding: 1px 20px 2em; position: relative; background: #84b127; color: #fff; }
main > .message.colour-purple { background: #b4007b; }
main > .message.colour-blue { background: #007ddd; }
main > .message h2 { margin: 1em 0 0; font-size: 2.8em; font-weight: 100; line-height: 120%; }
main > .message ul.buttons { margin: 8px 0 0; font-size: 0; line-height: 100%; }
main > .message ul.buttons li { margin: 10px 5px 0; font-size: 10px; display: inline-block; }

@media only screen and (min-width: 1200px) {
	main > .message { margin-top: 4em; padding: 0 40px 3.6em; }
	main > .message h2 { font-size: 3.4em; }
	main > .message ul.buttons { margin-top: 16px 0 0; font-size: 0; }
	main > .message ul.buttons li { margin: 20px 10px 0; }
}

main > .block { max-width: 1025px; margin: 2em auto 0; position: relative; }
main > .block + .block { margin-top: 0; }
main > .block.bg-grey { background: #f9f9f9; }
main > .block.bg-grey figure { padding-top: 2em; }
main > .block figure a { overflow: hidden; display: block; }
main > .block figure img { max-width: 100%; height: auto; margin: 0 auto; display: block; }
main > .block figure a img { -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
main > .block figure a:hover img { -webkit-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15); }
main > .block > div { padding: 1.6em 20px 2em; text-align: left; }
main > .block h2 { font-size: 2.8em; font-weight: 100; line-height: 120%; }
main > .block a { color: #84b127; }
main > .block a:hover { color: #000; }
main > .block p { margin: 1em 0 0; font-size: 1.6em; line-height: 120%; }
main > .block p.meta { margin-top: 0.389em; font-size: 1.4em; font-style: italic; }
main > .block p.meta time { font-style: normal; }
main > .block p.meta a { font-style: normal; font-weight: 600; }
main > .block > div > a { margin: 1em 0 0; font-size: 1.6em; font-weight: 600; line-height: 120%; display: inline-block; }
main > .block > div > a .fa { margin-right: 0.9em; }

main > .block.inline { max-width: 945px; margin-top: 0; }
main > .block.inline.bg-grey { margin-top: 2em; }
main > .block.inline figure { padding: 20px; }
main > .block.inline > div { padding: 0 20px 2em; }

@media only screen and (min-width: 960px) {
	main > .block { margin-top: 4em; display: flex; align-items: center; }
	main > .block + .block { margin-top: 0; }
	main > .block figure { width: 50%; }
	main > .block.bg-grey figure { padding-top: 0; }
	main > .block figure img { width: 100%; }
	main > .block > div { width: 50%; padding: 0 10%; }
	main > .block.image-right figure { order: 2; }
	main > .block.image-right > div { order: 1; }

	main > .block.inline { margin-top: 0; }
	main > .block.inline.bg-grey { margin-top: 4em; }
	main > .block.inline figure { width: 40%; padding: 40px; }
	main > .block.inline > div { width: 60%; padding: 0 40px 0 0; }
	main > .block.inline.image-right > div { padding: 0 0 0 40px; }
}

@media only screen and (min-width: 1200px) {
	main > .block h2 { font-size: 3.4em; }
	main > .block p { font-size: 2em; }
	main > .block p.meta { font-size: 1.8em; }
	main > .block > div > a { font-size: 2em; }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-50%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(-50%);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px) translateY(-50%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px) translateY(-50%);
  }

  100% {
    -moz-transform: translateX(0) translateY(-50%);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-50%);
    -moz-transform: translateX(-100px) translateY(-50%);
    -ms-transform: translateX(-100px) translateY(-50%);
    -o-transform: translateX(-100px) translateY(-50%);
    transform: translateX(-100px) translateY(-50%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px) translateY(-50%);
    -moz-transform: translateX(20px) translateY(-50%);
    -ms-transform: translateX(20px) translateY(-50%);
    -o-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(-50%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(-50%);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px) translateY(-50%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px) translateY(-50%);
  }

  100% {
    -moz-transform: translateX(0) translateY(-50%);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(-50%);
    -moz-transform: translateX(100px) translateY(-50%);
    -ms-transform: translateX(100px) translateY(-50%);
    -o-transform: translateX(100px) translateY(-50%);
    transform: translateX(100px) translateY(-50%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px) translateY(-50%);
    -moz-transform: translateX(-20px) translateY(-50%);
    -ms-transform: translateX(-20px) translateY(-50%);
    -o-transform: translateX(-20px) translateY(-50%);
    transform: translateX(-20px) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

main > .cd-container { width: 100%; max-width: 980px; margin: 2em auto 0; padding: 0 20px; position: relative; }
main > .cd-container::before { content: ''; position: absolute; top: 0; left: 65px; height: 100%; width: 2px; border-right: 2px dotted #84b127; display: block; }
main > .cd-container .cd-timeline-block { padding: 0 0 2.5em; background: url(images/timeline-crosshair.svg) 32px 50% / 26px 26px no-repeat; position: relative; text-align: left; }
main > .cd-container .cd-timeline-block:last-child:before { width: 100%; height: calc(50% + 13px); position: absolute; bottom: 0; left: 0; background: url(images/timeline-crosshair.svg) 32px 0 / 26px 26px no-repeat #fff; content: ''; display: block; }
main > .cd-container .cd-timeline-block .cd-timeline-img { margin: 0 20px 0 0; width: 90px; height: 90px; background: #fff; border: 2px solid #84b127; border-radius: 50%; float: left; position: relative; overflow: hidden; }
main > .cd-container .cd-timeline-block .cd-timeline-img img { width: 86px; height: 86px; }
main > .cd-container .cd-timeline-block .cd-timeline-content { margin: 0 0 0 110px; position: relative; }
main > .cd-container .cd-timeline-block .cd-timeline-content h2 { font-size: 2.8em; line-height: 120%; }
main > .cd-container .cd-timeline-block .cd-timeline-content p { font-size: 1.3em; line-height: 120%; }

@media only screen and (min-width: 980px) {
	main > .cd-container { margin-top: 6em; background: url(images/timeline-squiggle.svg) 50% 110px / 62px 271px repeat-y; }
	main > .cd-container::before { display: none; }
	main > .cd-container:after { max-width: 940px; height: 21px; margin: 0 auto; border-top: 21px solid #fff; background: #fff; content: ''; display: block; }
	main > .cd-container .cd-timeline-block { height: 225px; background-position: 50% 50%; padding-bottom: 0; }
	main > .cd-container .cd-timeline-block ~ .cd-timeline-block { margin-top: 6.5em; }
	main > .cd-container .cd-timeline-block:nth-child(even) { background-position: 50% calc(50% + 4px); }
	main > .cd-container .cd-timeline-block ~ .cd-timeline-block.no-image { margin-top: 4em; margin-bottom: -1.5em; }
	main > .cd-container .cd-timeline-block:last-child { background-color: transparent; }
	main > .cd-container .cd-timeline-block:last-child:before { background-position: calc(50% + 10px) 0; }
	main > .cd-container .cd-timeline-block .cd-timeline-img { margin: 0 auto; width: 225px; height: 225px; border-width: 6px; float: none; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; }
	main > .cd-container .cd-timeline-block.inline-image .cd-timeline-img { left: -165px; width: 213px; height: 213px; border: 0; }
	main > .cd-container .cd-timeline-block.inline-image:nth-child(even) .cd-timeline-img { left: auto; right: -165px; }
	main > .cd-container .cd-timeline-block .cd-timeline-img img { width: 213px; height: 213px; }
	.cssanimations main > .cd-container .cd-timeline-block .cd-timeline-img.is-hidden { visibility: hidden; }
	.cssanimations main > .cd-container .cd-timeline-block .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; -moz-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s; }
	.cssanimations main > .cd-container .cd-timeline-block .cd-timeline-content.is-hidden { visibility: hidden; }
	.cssanimations main > .cd-container .cd-timeline-block .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; }
	.cssanimations main > .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; }
	main > .cd-container .cd-timeline-block .cd-timeline-content { margin: 0; width: 320px; position: absolute; top: 50%; left: 620px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	main > .cd-container .cd-timeline-block:nth-child(even) .cd-timeline-content { left: 0; text-align: right; }
	main > .cd-container .cd-timeline-block .cd-timeline-content h2 { font-size: 3.4em; }
	main > .cd-container .cd-timeline-block .cd-timeline-content p { font-size: 1.6em;  }
}

main > .drawdown-frame { position: relative; }
main > .drawdown-frame iframe { width: 100%; height: 100vh; }

main > footer { padding: 2em 20px; }
main > footer ul.social { font-size: 0; }
main > footer ul.social li { margin: 0 9px; font-size: 10px; display: inline-block; }
main > footer ul.social li a { font-size: 0; color: #999 }
main > footer ul.social li a:hover { color: #84b127; }
main > footer ul.social li .fa { font-size: 20px; }
main > footer ul.text { margin: 18px 0 0; font-size: 0; }
main > footer ul.text li { font-size: 12px; line-height: 120%; }
main > footer ul.text li a { color: #84b127; }
main > footer ul.text li a:hover { color: #000; }

@media only screen and (min-width: 960px) {
	main > footer ul.text li { display: inline-block; }
	main > footer ul.text li ~ li:before { margin: 0 0.5em; content: '|'; display: inline-block; }
}

@media only screen and (min-width: 1200px) {
	main > footer { padding: 4em 40px; }
	main > footer ul.social li .fa { font-size: 24px; }
	main > footer ul.text { margin-top: 38px; }
	main > footer ul.text li { font-size: 14px; display: inline-block; }
}

/* logged in admin bar fixes */
body.admin-bar > header { padding-top: 52px; }
body.admin-bar > header > button { top: 52px; }
#wpadminbar .quicklinks ul { float: left; }
#wpadminbar .quicklinks ul.ab-top-secondary { float: right; }
@media screen and ( max-width: 782px ) {
	body.admin-bar > header { padding-top: 66px; }
	body.admin-bar > header > button { top: 66px; }
}

/* clearfix
--------------------------------------------------------------------------
*/

.clearfix:before, .clearfix:after, div:before, div:after, header:before, header:after, main:before, main:after, section:before, section:after, article:before, article:after, nav:before, nav:after, ul:before, ul:after, ol:before, ol:after, footer:before, footer:after { content: " "; display: table; }
.clearfix:after, div:after, header:after, main:after, section:after, article:after, nav:after, ul:after, ol:after, footer:after { clear: both; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(images/swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(images/swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}