/*
Theme Name: High Volume Transport
Author: Considered Creative
Author URI: https://consideredcreative.com/
*/

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

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

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%; -webkit-text-size-adjust: 100%; line-height: 1; 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; }
progress { vertical-align: baseline; }
[hidden], template { display: none; }

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

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

strong { font-weight: bolder; }
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; font-size: 100%; line-height: 1; vertical-align: baseline; color: inherit; outline: 0; border-radius: 0; }
button, input, textarea { padding: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
legend { box-sizing: border-box; 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"] { box-sizing: border-box; padding: 0; }
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
button { width: auto; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal { display: none; width: 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

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; text-decoration-skip: ink; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

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

a, span, button, input[type="submit"] { transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease, text-decoration-color 0.4s ease; }

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

body { font: 500 62.5%/1 'Libre Franklin', sans-serif; background: #f5f5f5; color: #666666; }

/*
font-family: 'PT Serif', serif; font-weight: 400;
*/

body > header { max-width: 1400px; margin: 0 auto; background: #1a92ca; color: #fff; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 97; }
body > header h1 { width: 154px; background: #2e5180; position: relative; }
body > header h1:after { width: 12px; height: 100%; background: #2e5180; clip-path: polygon(100% 0, 0 0, 0 100%); position: absolute; top: 0; left: 100%; content: " "; display: block; }
body > header h1 a { padding: 20px 0 20px 20px; display: inline-block; }
body > header h1 a img { width: auto; height: 31px; }
body > header ul.toggle { padding: 0 28px 0 0; }
body > header ul.toggle li button { font-size: 20px; background: none; color: #fff; border: 0; position: relative; }
body > header p { width: 100%; padding: 16px 20px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; background: #f5f5f5; color: #2e5180; text-align: center; }

@media only screen and (min-width: 980px) {
	body > header h1 { width: 343px; }
	body > header h1:after { width: 16px; }
	body > header h1 a { padding: 30px; display: inline-block; }
	body > header h1 a img { height: 40px; }
	body > header ul.toggle { display: none; }
	body > header p { width: 23.500em; padding: 0 2.000em 0 0; font-size: 20px; line-height: 1.5; background: none; color: #fff; text-align: right; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	body > header h1 { width: 24.500vw; }
	body > header h1:after { width: 1.143vw; }
	body > header h1 a { padding: 2.143vw; }
	body > header h1 a img { height: 2.857vw; }
	body > header p { font-size: 1.429vw; }
}

html.nav { overflow: hidden; }
body > nav.m { width: 100%; height: 100%; background: #2e5180; position: fixed; top: 0; left: -100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; align-content: flex-start; transition: left 0.4s ease; z-index: 98; }
html.nav body > nav.m { left: 0; }
body > nav.m h1 { position: relative; }
body > nav.m h1 a { padding: 20px; display: inline-block; }
body > nav.m h1 a img { width: auto; height: 31px; }
body > nav.m ul.toggle { padding: 0 28px 0 0; align-self: center; }
body > nav.m ul.toggle li button { font-size: 20px; background: none; color: #fff; border: 0; position: relative; }
body > nav.m ul.menu { width: 100%; padding: 6px 0 0; }
body > nav.m ul.menu > li { border-bottom: 2px solid #2e5180; transition: border-bottom-color 0.4s ease; position: relative; }
body > nav.m ul.menu > li:nth-of-type(3) { margin: 40px 0 0; }
body > nav.m ul.menu > li.open { border-bottom-color: #1a92ca; }
body > nav.m ul.menu > li > span { font-size: 20px; position: absolute; top: 10px; right: 25px; color: #fff; display: none; transition: transform 0.4s ease; z-index: 2; }
body > nav.m ul.menu > li.menu-item-has-children > span { display: block; }
body > nav.m ul.menu > li.open > span { transform: rotate(45deg); }
body > nav.m ul.menu > li > a { padding: 8px 20px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 18px; line-height: 1.2; color: #fff; display: block; }
body > nav.m ul.menu > li.current-menu-item > a { background: #1a92ca; }
body > nav.m ul.menu > li ul { background: #2c5888; display: none; }
body > nav.m ul.menu > li ul li a { padding: 10px 36px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; line-height: 1.2; color: #fff; display: block; }

@media only screen and (min-width: 980px) {
	body > nav.m { display: none; }
}

body > nav.d { display: none; }

@media only screen and (min-width: 980px) {
	body > nav.d { max-width: 1400px; margin: 0 auto; padding: 33px 38px 26px; background: #fff; position: relative; display: flex; justify-content: space-between; z-index: 50; }
	body > nav.d:before { width: 343px; height: 100%; background: #f5f5f5; clip-path: polygon(0 0, 100% 0, calc( 100% - 16px ) 100%, 0% 100%); position: absolute; top: 0; left: 0; content: " "; display: block; }
	body > nav.d > ul { position: relative; display: flex; }
	body > nav.d > ul > li { padding: 0 30px 0 0; position: relative; }
	body > nav.d > ul > li:nth-of-type(2) { padding: 0 154px 0 0; }
	body > nav.d > ul > li > a { padding: 0.350em 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 20px; color: #4d4d4d; border-bottom: 0.150em solid rgba(46,81,128,0); display: inline-block; }
	body > nav.d > ul > li.current-menu-item > a,
	body > nav.d > ul > li.current-menu-ancestor > a,
	body > nav.d > ul > li.current-page-ancestor > a,
	body.single-hvt_publications > nav.d > ul > li.menu-item-160 > a,
	body.single-fcdo_publications > nav.d > ul > li.menu-item-160 > a,
	body.single-funded_projects > nav.d > ul > li.menu-item-object-funded_projects > a,
	body.single-news_and_events > nav.d > ul > li.menu-item-object-news_and_events > a,
	body > nav.d > ul > li > a:hover { border-bottom-color: #2e5180; }
	body > nav.d > ul > li > ul { width: 100%; background: #2e5180; position: absolute; top: 100%; left: 0; display: none; }
	body > nav.d > ul > li:hover > ul { display: block; }
	body > nav.d > ul > li ul li a { padding: 0.714em; font-size: 13px; line-height: 1.2; color: #ffffff; display: block; }
	body > nav.d > ul > li ul li.current-menu-item > a,
	body > nav.d > ul > li ul li.current-menu-ancestor > a,
	body.single-hvt_publications > nav.d > ul > li ul li.menu-item-object-hvt_publications > a,
	body > nav.d > ul > li ul li a:hover { color: #a9efff; }
	body > nav.d > ul > li ul li ul li a { padding-left: 1.429em; }
	body > nav.d form { width: 200px; position: relative; }
	body > nav.d form label { height: 100%; display: block; }
	body > nav.d form label input { width: 100%; height: 100%; padding: 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 20px; background: none; color: #999999; border: 0; border-bottom: 0.150em solid #999999; }
	body > nav.d form button { font-size: 14px; background: none; color: #999999; border: 0; position: absolute; top: calc( 50% - 0.5em ); right: 0; }
	body > nav.d form button:hover { color: #2e5180; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	body > nav.d { padding: 2.357vw 2.714vw 1.857vw; }
	body > nav.d:before { width: 24.500vw; clip-path: polygon(0 0, 100% 0, calc( 100% - 1.143vw ) 100%, 0% 100%); }
	body > nav.d > ul > li { padding: 0 2.143vw 0 0; }
	body > nav.d > ul > li:nth-of-type(2) { padding: 0 11vw 0 0; }
	body > nav.d > ul > li > a { font-size: 1.429vw; }
	body > nav.d > ul > li ul li a { font-size: 1vw; }
	body > nav.d form { width: 14.286vw; }
	body > nav.d form label input { font-size: 1.429vw; }
	body > nav.d form button { font-size: 1vw; }
}

main { padding: 0 0 40px; position: relative; }

@media only screen and (min-width: 980px) {
	main { max-width: 1400px; margin: 0 auto; padding: 0 0 80px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main { padding: 0 0 5.714vw; }
}

main hr { width: 100%; height: 1px; margin: 20px auto 0; background: #999999; border: 0; display: block; }
main > hr { width: 660px; max-width: calc( 100% - 90px ); margin-top: 40px; }
main hr:first-child { margin-top: 0; }

@media only screen and (min-width: 980px) {
	main hr { margin-top: 40px; }
	main > hr { width: 660px; max-width: calc( 100% - 90px ); margin-top: 80px; }
	main hr:first-child { margin-top: 0; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main hr { margin-top: 2.857vw; }
	main > hr { width: 47.143vw; max-width: calc( 100% - 6.429vw ); margin-top: 5.714vw; }
	main hr:first-child { margin-top: 0; }
}

main > .banner { padding: 20px; background: #2e5180; color: #fff; position: relative; }
main > .banner figure { position: relative; }
main > .banner figure img { width: 100%; height: 190px; object-fit: cover; }
main > .banner figure figcaption { width: 100px; font-size: 10px; line-height: 1.2; position: absolute; top: 10px; left: 10px; z-index: 2; }
main > .banner figure:after { width: 122px; height: 100%; background: #2e5180; opacity: 0.4; clip-path: polygon(0 0, 100% 0, 94px 100%, 0% 100%); position: absolute; top: 0; left: 0; content: " "; display: block; z-index: 1; }
main > .banner > div { padding: 16px 0 0; text-align: center; position: relative; }
main > .banner > div h1 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; }
main > .banner > div p { margin: 1.100em 0 0; font-weight: 400; font-size: 14px; line-height: 1.5; }

@media only screen and (min-width: 980px) {
	main > .banner { padding: 0; background: none; }
	main > .banner figure img { height: 300px; }
	main > .banner figure figcaption { width: 15.000em; font-size: 12px; top: auto; bottom: 1.333em; left: 1.667em; }
	main > .banner figure:after { width: 326px; clip-path: polygon(0 0, 100% 0, 280px 100%, 0% 100%); }
	main > .banner > div { width: 600px; padding: 21px 40px 31px; background: #2e5180; text-align: left; position: absolute; bottom: -40px; right: -40px; }
	main > .banner > div h1 { font-size: 50px; }
	main > .banner > div p { font-size: 1.143vw; }
	body.single-hvt_publications main > .banner > div h1 { font-size: 22px; }
	body.single-funded_projects main > .banner > div h1,
	body.single-news_and_events main > .banner > div h1 { font-size: 30px; }
	body.single-funded_projects main > .banner > div p { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .banner figure img { height: 21.429vw; }
	main > .banner figure figcaption { font-size: 0.857vw; }
	main > .banner figure:after { width: 23.286vw; clip-path: polygon(0 0, 100% 0, 20vw 100%, 0% 100%); }
	main > .banner > div { width: 42.857vw; padding: 1.500vw 2.857vw 2.214vw; background: #2e5180; text-align: left; position: absolute; bottom: -2.857vw; right: -2.857vw; }
	main > .banner > div h1 { font-size: 3.571vw; }
	main > .banner > div p { font-size: 1.429vw; }
	body.single-hvt_publications main > .banner > div h1 { font-size: 1.571vw; }
	body.single-funded_projects main > .banner > div h1,
	body.single-news_and_events main > .banner > div h1 { font-size: 2.143vw; }
	body.single-funded_projects main > .banner > div p { font-size: 1.143vw; }
}

main > .breadcrumb { display: none; }
main > .breadcrumb ol li:last-child {
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:1px;
}

@media only screen and (min-width: 980px) {
	main > .breadcrumb { padding: 60px 0 20px; border-bottom: 1px solid #c1c1c1; position: relative; display: flex; }
	main > .breadcrumb:first-child { padding-top: 20px; }
	body.home main > .breadcrumb { display: none; }
	main > .breadcrumb h2 { padding: 0 0.750em 0 0; font-size: 14px; }
	main > .breadcrumb ol { font-size: 14px; display: flex; }
	main > .breadcrumb ol li { padding: 0 0.750em 0 0; }
	main > .breadcrumb ol li i { margin: 0 0 0 0.750em; }
	main > .breadcrumb ol li a { color: #2e5180; text-decoration: underline; }
	main > .breadcrumb ol li a:hover { text-decoration-color: #f5f5f5; }
	main > .breadcrumb ol span + li:before { font-family: "Font Awesome 6 Pro"; font-weight:900; margin: 0 0.750em 0; content:'\f054'; }
	/*main > .breadcrumb ol li:last-child { max-width: 800px;}*/
}

@media only screen and (min-width: 980px) and (max-width: 1440px) {
	main > .breadcrumb { padding: 4.286vw 1.429vw 1.429vw; }
	main > .breadcrumb:first-child { padding-top: 1.429vw; }
	main > .breadcrumb h2 { font-size: 1vw; }
	main > .breadcrumb ol { font-size: 1vw; }
	/*main > .breadcrumb ol li:last-child { max-width: 500px;}*/
}

main > .image-slides { background: #254166; position: relative; }
main > .image-slides .slide { padding: 20px; background: #2e5180; color: #ffffff; border-bottom: 1px solid #fff; position: relative; }
main > .image-slides .slide figure { position: relative; display: block; }
main > .image-slides .slide figure:after { width: 120px; height: 100%; background: #2e5180; opacity: 0.4; clip-path: polygon(0 0, 100% 0, 90px 100%, 0% 100%); position: absolute; top: 0; left: 0; content: " "; display: block; z-index: 2; }
main > .image-slides .slide figure img { width: 100%; height: 190px; object-fit: cover; }
main > .image-slides .slide figure figcaption { width: 100px; font-size: 10px; line-height: 1.2; position: absolute; top: 8px; left: 10px; z-index: 3; }
main > .image-slides .slide .panel { position: relative; }
main > .image-slides .slide .panel .text { padding: 16px 0 0; text-align: center; position: relative; }
main > .image-slides .slide .panel .text h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; }
main > .image-slides .slide .panel .text h3 { margin: 2px 0 0; font-weight: 700; font-style: italic; font-size: 10px; line-height: 1.2; text-transform: uppercase; }
main > .image-slides .slide .panel .text p { display: none; }
main > .image-slides .slide .panel ul { margin: 18px 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; display: flex; justify-content: center; }
main > .image-slides .slide .panel ul li { position: relative; }
main > .image-slides .slide .panel ul li a { padding: 13px 21px 13px 25px; background: #fff; color: #2e5180; clip-path: polygon(0 0, 100% 0, calc( 100% - 7px ) 100%, 0% 100%); display: inline-block; }
main > .image-slides .slide .panel ul li:first-child { margin-right: -14px; z-index: 2; }
main > .image-slides .slide .panel ul li:first-child a { padding: 13px 19px 13px 13px; background: #1a92ca; color: #fff; }
main > .image-slides .slick-arrow { margin: 0 0 0 auto; padding: 18px 20px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; background: none; color: #fff; border: 0; display: block; }
main > .image-slides .slick-arrow i { margin: 0 0 0 10px; }
main > .image-slides .slick-prev { position: absolute; bottom: 0; left: 0; }
main > .image-slides .slick-prev i { margin: 0 10px 0 0; }

@media only screen and (min-width: 980px) {
	main > .image-slides { max-width: 1400px; margin: auto; background: none; }
	main > .image-slides .slide { padding: 0 0 40px; background: none; border-bottom: 0; }
	main > .image-slides .slide figure:after { width: 328px; clip-path: polygon(0 0, 100% 0, calc( 100% - 112px ) 100%, 0% 100%); }
	main > .image-slides .slide figure img { height: 500px; }
	main > .image-slides .slide figure figcaption { width: auto; font-size: 12px; top: auto; bottom: 1.333em; left: 1.667em; }
	main > .image-slides .slide .panel { width: 600px; background: #2e5180; position: absolute; right: 0; bottom: 0; }
	main > .image-slides .slide .panel .text { padding: 22px 40px 0; text-align: left; }
	main > .image-slides .slide .panel .text h2 { font-size: 60px; }
	main > .image-slides .slide .panel .text h3 { margin-top: 0.143em; font-size: 14px; display: flex; align-items: center; }
	main > .image-slides .slide .panel .text h3:before { width: 10.714em; height: 0.357em; margin: 0 0.571em 0 0; background: #fff; content: " "; display: block; }
	main > .image-slides .slide .panel .text p { margin: 1.200em 0 0; font-size: 18px; line-height: 1.5; display: block; font-weight:400; }
	main > .image-slides .slide .panel ul { margin-top: 1.333em; font-size: 24px; background: #fff; justify-content: flex-start; }
	main > .image-slides .slide .panel ul li a { padding: 1.542em 1.625em 1.583em 1.625em; clip-path: none; }
	main > .image-slides .slide .panel ul li:first-child { margin-right: -0.750em; z-index: 2; }
	main > .image-slides .slide .panel ul li:first-child a { padding: 1.542em 1.958em 1.583em 1.625em; background: #2e5180; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.750em ) 100%, 0% 100%); }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .image-slides .slide { padding: 0 0 2.857vw; }
	main > .image-slides .slide figure:after { width: 23.429vw; clip-path: polygon(0 0, 100% 0, calc( 100% - 8vw ) 100%, 0% 100%); }
	main > .image-slides .slide figure img { height: 50vw; }
	main > .image-slides .slide figure figcaption { font-size: 0.857vw; }
	main > .image-slides .slide .panel { width: 42.857vw; }
	main > .image-slides .slide .panel .text { padding: 1.571vw 2.857vw 0; }
	main > .image-slides .slide .panel .text h2 { font-size: 4.286vw; }
	main > .image-slides .slide .panel .text h3 { font-size: 1vw; }
	main > .image-slides .slide .panel .text p { font-size: 1.286vw; }
	main > .image-slides .slide .panel ul { font-size: 1.714vw; }
}

main > .image-slides-nav { display: none; }

@media only screen and (min-width: 980px) {
	main > .image-slides-nav { position: relative; display: block; }
	main > .image-slides-nav ul { position: relative; display: flex; justify-content: center; }
	main > .image-slides-nav ul li { padding: 40px 0 0; position: relative; }
	main > .image-slides-nav ul li span { width: 100%; font-size: 24px; opacity: 0; color: #2e5180; position: absolute; top: 0.208em; left: 0; text-align: center; }
	main > .image-slides-nav ul .slick-current span { opacity: 1; }
	main > .image-slides-nav ul li a { padding: 0.750em 0.833em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 20px; background: #f5f5f5; color: #999999; outline: 0; display: inline-block; }
	main > .image-slides-nav ul .slick-current a { background: #2e5180; color: #fff; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .image-slides-nav ul li { padding: 2.857vw 0 0; }
	main > .image-slides-nav ul li span { font-size: 1.714vw; }
	main > .image-slides-nav ul li a { font-size: 1.429vw; }
}

main > aside { padding: 20px 20px 0; }
main > aside a { color: #2e5180; text-decoration: underline; }
main > aside a:hover { text-decoration-color: #f5f5f5; }
main > aside h2 { padding: 0.5em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 20px; line-height: 1.2; background: #2e5180; color: #fff; position: relative; cursor: pointer; }
main > aside h2 i { position: absolute; top: 0.5em; right: 0.5em; transition: transform 0.4s ease; }
main > aside.open h2 i { transform: rotate(180deg); }
main > aside .panel { background: #f0f0f0; position: relative; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
main > aside .panel > div { padding: 20px; }
main > aside.open .panel { max-height: 1000px; }
main > aside h3 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; color: #2e5180; }
main > aside h3 ~ h3 { margin-top: 1.211em; padding-top: 1.053em; border-top: 1px solid #999; }
main > aside p + p { margin-top:20px; }
main > aside p,
main > aside ul { margin: 0.375em 0 0; font-size: 12px; line-height: 1.375; }
main > aside ul:not(.contents) li { display: inline; }
main > aside ul li:after { padding: 0 0.25em 0 0; content: ","; display: inline-block; }
main > aside ul li:last-child:after, main > aside ul.contents li:after { display: none; }
main > aside ul.list { padding-left: 1em; list-style: disc; }
main > aside ul.list li { display: list-item; }
main > aside ul.list li:after { display: none; }
main > aside ul.contents { font-size: 11px; padding-left: 1em; list-style: disc; }
main > aside ul.contents li { margin: 0.5em 0 0; display: list-item; }
main > aside ul.contents li:first-child { margin: 0; }
main > aside ul.contents li:after { display: none; }

@media only screen and (min-width: 980px) {
	main > aside { width: 290px; padding: 40px 0; float: left; }
	main > aside h2 { padding: 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 30px; background: none; color: #2e5180; cursor: auto; }
	main > aside h2 i { display: none !important; }
	main > aside .panel { background: none; max-height: 100%; overflow: visible; }
	main > aside .panel > div { padding: 36px 0 0; }
	main > aside.open { max-height: 100%; }
	main > aside h3 { font-size: 19px; }
	main > aside p,
	main > aside ul { font-size: 16px; }
	main > aside ul.contents { font-size: 14px; }
}

@media only screen and (min-width: 980px) and (max-width: 1440px) {
	main > aside { width: 20.714vw; padding: 2.857vw 0; margin: 0 0 0 1.429vw; }
	main > aside h2 { font-size: 2.143vw; }
	main > aside .panel > div { padding: 2.571vw 0 0; }
	main > aside h3 { font-size: 1.357vw; }
	main > aside p,
	main > aside ul { font-size: 1.143vw; }
	main > aside ul.contents { font-size: 1vw; }
}

main > .text { margin: 0 auto; padding: 20px 20px 0; }
main > .text a { color: #2e5180; text-decoration: underline; }
main > .text a:hover { text-decoration-color: #f5f5f5; }
main > .text h1 { padding: 0.947em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; }
main > .text h1 + time { margin: 10px 0 0; font-size: 12px; display: block; }
main > .text h2 { padding: 1.200em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; }
main > .text h3,
main > .text h4 { padding: 1.895em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; color: #2e5180; }
main > .text p,
main > .text ul,
main > .text ol { padding: 1.375em 0 0; font-size: 14px; line-height: 1.6; font-weight: 400; }
main > .text ul { padding-left: 4.375em; list-style: disc; }
main > .text ol { padding-left: 4.375em; list-style: decimal; }
main > .text ul ul,
main > .text ul ol,
main > .text ol ul,
main > .text ol ol { padding-top: 0; }
main > .text ol[type="i"] { list-style: lower-roman; }
main > .text > h1:first-child,
main > .text > h2:first-child,
main > .text > h3:first-child,
main > .text > h4:first-child,
main > .text > p:first-child,
main > .text > ul:first-child,
main > .text ol:first-child { padding-top: 0; }
main > .text header { display: flex; align-items: flex-end; }
main > .text header p { padding: 0 0 0.125em 0.875em; }

@media only screen and (min-width: 980px) {
	main > .text { max-width: 700px; padding: 40px 20px 0; }
	main > .text h1 { font-size: 38px; }
	main > .text h1 + time { margin-top: 1.063em; font-size: 14px; }
	main > .text h2 { font-size: 30px; }
	main > .text h3,
	main > .text h4 { font-size: 19px; }
	main > .text p,
	main > .text ul,
	main > .text ol { font-size: 18px; line-height:1.7em; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .text { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > .text h1 { font-size: 2.714vw; }
	main > .text h1 + time { font-size: 1vw; }
	main > .text h2 { font-size: 2.143vw; }
	main > .text h3,
	main > .text h4 { font-size: 1.357vw; }
	main > .text p,
	main > .text ul,
	main > .text ol { font-size: 1.35vw; }
}

main > .search-results { margin: 0 auto; padding: 20px 20px 0; }
main > .search-results a { color: #2e5180; text-decoration: underline; }
main > .search-results a:hover { text-decoration-color: #f5f5f5; }
main > .search-results h1 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; }
main > .search-results h2 { padding: 1.200em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; }
main > .search-results p { padding: 1.375em 0 0; font-size: 12px; line-height: 1.375; }
main > .search-results p.section { padding-top: 0.25em; }
main > .search-results p.section a { color: #999999; }
main > .search-results p strong { color: #2e5180; }
main > .search-results hr { width: 100%; height: 1px; margin: 40px auto 0; background: #999999; border: 0; display: block; }

@media only screen and (min-width: 980px) {
	main > .search-results { max-width: 700px; padding: 40px 20px 0; }
	main > .search-results h1 { font-size: 38px; }
	main > .search-results h2 { font-size: 30px; }
	main > .search-results p { font-size: 16px; }
	main > .search-results hr { margin-top: 40px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .search-results { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > .search-results h1 { font-size: 2.714vw; }
	main > .search-results h2 { font-size: 2.143vw; }
	main > .search-results p { font-size: 1.143vw; }
	main > .search-results hr { margin-top: 2.857vw; }
}

main > .table { margin: 0 auto; padding: 20px 20px 0; }
main > .table a { color: #2e5180; text-decoration: underline; }
main > .table a:hover { text-decoration-color: #f5f5f5; }
main > .table table { width: 100%; font-size: 13px; line-height: 1.2; }
main > .table table th,
main > .table table td { padding: 7px 8px; border: 1px solid #ccc; }
main > .table table th { font-weight: 700; background: #2e5180; color: #ffffff; }
main > .table tbody td { background: #f4f4f4; }
main > .table tbody tr:nth-of-type(odd) td { background: #ffffff; }
main > .table tbody td ul { display: flex; }
main > .table tbody td ul li { display: flex; }
main > .table tbody td ul li:after { padding: 0 4px; color: #cccccc; content: "|"; display: block; }
main > .table tbody td ul li:last-child:after { display: none; }

@media only screen and (max-width: 980px) {
	main > .table table { border-bottom: 1px solid #ccc; }
	main > .table table th,
	main > .table table td { border-bottom: 0; display: block; }
	main > .table table tr th:not(:first-child),
	main > .table table tr td:not(:first-child) { border-top: 0; }
}

@media only screen and (min-width: 980px) {
	main > .table { max-width: 700px; padding: 40px 20px 0; }
	main > .table.wide { max-width: 1440px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .table { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > .table.wide { max-width: 100%; }
}

main > blockquote { margin: 0 auto; padding: 20px 20px 0; position: relative; }
main > blockquote > div { padding: 0 20px; position: relative; }
main > blockquote > div:before { width: 10px; height: 100%; background: #2e5180; position: absolute; bottom: 0; left: -12px; transform: skew(-4deg, 0); content: " "; display: block; }
main > blockquote q,
main > blockquote.wp-block-quote p { padding: 1.538em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-style: italic; font-size: 16px; line-height: 1.2; color: #2e5180; position: relative; display: block; }
main > blockquote.wp-block-quote p { padding-top: 0; }
main > blockquote q:before,
main > blockquote.wp-block-quote p:before { font-size: 3.846em; line-height: 1; position: absolute; top: 0; left: -0.080em; }
main > blockquote cite { padding: 1em 0 0; font-size: 12px; display: block; }

@media only screen and (min-width: 980px) {
	main > blockquote { max-width: 520px; padding: 50px 20px 0; }
	main > blockquote > div:before { width: 10px; left: -12px; }
	main > blockquote q,
	main > blockquote.wp-block-quote p { font-size: 26px; }
	main > blockquote cite { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > blockquote { max-width: 37.143vw; padding: 3.571vw 1.429vw 0; }
	main > blockquote > div:before { width: 0.714vw; left: -0.857vw; }
	main > blockquote q,
	main > blockquote.wp-block-quote p { font-size: 1.857vw; }
	main > blockquote cite { font-size: 1.143vw; }
}

main > .buttons { margin: 0 auto; padding: 10px 20px 0; display: flex; flex-wrap: wrap; }
main > .buttons li { padding: 10px 5px 0 0; }
main > .buttons li a { padding: 0.750em 1.250em 0.792em 1.083em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #ee4e28; color: #ffffff; clip-path: polygon(0.417em 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); display: inline-flex; }
main > .buttons li:first-child a { padding-left: 0.875em; padding-right: 1.375em; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); }
main > .buttons li.navy a { background-color: #2e5180; }
main > .buttons li.green a { background-color: #00a99d; }
main > .buttons li.blue a { background-color: #1a92ca; }
main > .buttons li a:hover { background-color: #666666; }

main > aside ~ .buttons { display: block; }
main > aside ~ .buttons li { display: inline-block; }

@media only screen and (min-width: 980px) {
	main > .buttons { max-width: 700px; padding: 20px; /*padding: 60px 20px 20px;*/ }
	main > .listing + .buttons.after-listing { padding-top: 20px; }
	main > .listing.wide + .buttons.after-listing { max-width: 1440px; }
	main > .listing.col_3 + .buttons.after-listing { max-width: 1050px; }
	main > .listing.col_2 + .buttons.after-listing { max-width: 700px; }
	main > .listing.col_1 + .buttons.after-listing { max-width: 350px; }
	main > .buttons li { padding: 20px 10px 0 0; }
	main > .buttons li a { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .buttons { max-width: 50vw; padding: 1.429vw; /*padding: 4.286vw 1.429vw 1.429vw;*/ }
	main > .listing + .buttons.after-listing { padding-top: 1.429vw; }
	main > .listing.wide + .buttons.after-listing { max-width: 100%; }
	main > .listing.col_3 + .buttons.after-listing { max-width: 75vw; }
	main > .listing.col_2 + .buttons.after-listing { max-width: 50vw; }
	main > .listing.col_1 + .buttons.after-listing { max-width: 25vw; }
	main > .buttons li { padding: 1.429vw 0.714vw 0 0; }
	main > .buttons li a { font-size: 1.143vw; }
}

main > figure { margin: 0 auto; padding: 20px 20px 0; }
main > figure img { width: 100%; height: auto; }
main > figure div { height: 0; padding-bottom: 56.25%; position: relative; }
main > figure div iframe,
main > figure div video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
main > figure figcaption { padding: 1.063em 1.250em 0.938em; font-size: 12px; line-height: 1.2; text-align: center; background: #2e5180; color: #ffffff; display: block; }

@media only screen and (min-width: 980px) {
	main > figure { max-width: 700px; padding: 40px 20px 0; }
	main > figure figcaption { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > figure { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > figure figcaption { font-size: 1.143vw; }
}

main > .wp-block-image { margin: 0 auto; padding: 20px 20px 0; }
main > .wp-block-image figure img { width: 100%; height: auto; }
main > .wp-block-image figure figcaption { padding: 1.063em 1.250em 0.938em; font-size: 12px; line-height: 1.2; text-align: center; background: #2e5180; color: #ffffff; display: block; }

@media only screen and (min-width: 980px) {
	main > .wp-block-image { max-width: 700px; padding: 40px 20px 0; }
	main > .wp-block-image figure figcaption { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .wp-block-image { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > .wp-block-image figure figcaption { font-size: 1.143vw; }
}

main > .gallery { margin: 0 auto; padding: 20px 20px 0; }
main > .gallery ul { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; }
main > .gallery figure img { width: 100%; height: auto; }
main > .gallery figure div { height: 0; padding-bottom: 100%; position: relative; }
main > .gallery figure div iframe,
main > .gallery figure div video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
main > .gallery figure figcaption { padding: 1.500em 1.667em 1.333em; font-size: 10px; line-height: 1.2; text-align: center; background: #2e5180; color: #ffffff; display: block; }
main > .gallery.type-logos ul li { display: flex; align-items: center; }

@media only screen and (min-width: 980px) {
	main > .gallery { max-width: 700px; padding: 40px 20px 0; }
	main > .gallery ul { grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 20px; }
	main > .gallery figure figcaption { font-size: 12px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .gallery { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > .gallery ul { grid-gap: 1.429vw; }
	main > .gallery figure figcaption { font-size: 0.857vw; }
}

main > .accordion { margin: 0 auto; padding: 20px 20px 0; }
main > .accordion > h2 { margin: 1px 0 0; padding: 0.526em 2.368em 0.526em 0.579em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; background: #2e5180; color: #ffffff; position: relative; cursor: pointer; }
main > .accordion.subtle > h2 { font-size: 13px; line-height: 1.2; background: #999; }
main > .accordion > h2 span { font-size: 0.842em; font-size: 0.842em; position: absolute; top: 0.750em; right: 0.875em; transition: transform 0.4s ease; }
main > .accordion > h2.open span { transform: rotate(180deg); }
main > .accordion .panel { padding: 20px; background: #ffffff; position: relative; display: none; }
main > .accordion.subtle .panel { padding: 20px; }
main > .accordion .panel .text h3 { padding: 1.2em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; color: #2e5180; }
main > .accordion .panel .text:first-child h3:first-child { padding-top: 0; }
main > .accordion .panel .text p,
main > .accordion .panel .text ul,
main > .accordion .panel .text ol { padding: 0.6875em 0 0; font-size: 12px; line-height: 1.375; }
main > .accordion.subtle .panel .text p,
main > .accordion.subtle .panel .text ul,
main > .accordion.subtle .panel .text ol { padding: 0.4em 0 0; font-size: 11px; font-weight:200; }
main > .accordion .panel .text h3 + p,
main > .accordion .panel .text h3 + ul,
main > .accordion .panel .text h3 + ol { padding-top: 1.500em; }
main > .accordion .panel .text ul { padding-left: 4.375em; list-style: disc; }
main > .accordion .panel .text ol { padding-left: 4.375em; list-style: decimal; }
main > .accordion .panel .text ol[type="i"] { list-style: lower-roman; }
main > .accordion .panel .buttons { padding: 10px 0 0; display: flex; flex-wrap: wrap; }
main > .accordion .panel .buttons li { padding: 10px 5px 0 0; }
main > .accordion .panel .buttons li a { padding: 0.750em 1.250em 0.792em 1.083em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #ee4e28; color: #ffffff; clip-path: polygon(0.417em 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); display: inline-flex; }
main > .accordion .panel .buttons li:first-child a { padding-left: 0.875em; padding-right: 1.375em; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); }
main > .accordion .panel .buttons li.navy a { background-color: #2e5180; }
main > .accordion .panel .buttons li.green a { background-color: #00a99d; }
main > .accordion .panel .buttons li.blue a { background-color: #1a92ca; }
main > .accordion .panel .buttons li a:hover { background-color: #666666; }

@media only screen and (min-width: 980px) {
	main > .accordion { max-width: 700px; padding: 40px 20px 0; }
	main > .accordion > h2 { font-size: 19px; }
	main > .accordion .panel { padding: 36px 40px 40px; }
	main > .accordion .panel .text h3 { font-size: 19px; }
	main > .accordion .panel .text p,
	main > .accordion .panel .text ul,
	main > .accordion .panel .text ol { font-size: 16px; }
	main > .accordion .panel .buttons li { padding: 20px 10px 0 0; }
	main > .accordion .panel .buttons li a { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .accordion { max-width: 50vw; padding: 2.857vw 1.429vw 0; }
	main > .accordion > h2 { font-size: 1.357vw; }
	main > .accordion .panel { padding: 2.571vw 2.857vw 2.857vw; }
	main > .accordion .panel .text h3 { font-size: 1.357vw; }
	main > .accordion .panel .text p,
	main > .accordion .panel .text ul,
	main > .accordion .panel .text ol { font-size: 1.143vw; }
	main > .accordion .panel .buttons li { padding: 1.429vw 0.714vw 0 0; }
	main > .accordion .panel .buttons li a { font-size: 1.143vw; }
}

main > .form { margin: 0 auto; padding: 20px 20px 0; }
main > .form > h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; text-align: center; }
main > .form .gform_wrapper { margin: 20px 0 0; }
main > .form .gform_wrapper > .gform_heading { display: none; }
main > .form .gform_wrapper > .gform_validation_errors { padding: 0 0 1em; font-size: 14px; line-height: 1.2; color: #ff0000; }
main > .form .gform_wrapper > .gform_validation_errors h2 { font-weight: 500; }
main > .form .gform_wrapper .gform_fields .gfield { margin: 10px 0 0; }
main > .form .gform_wrapper .gform_fields .gfield:first-child { margin-top: 0; }
main > .form .gform_wrapper .gform_fields .gfield > label,
main > .form .gform_wrapper .gform_fields .gfield > legend { margin: 0 0 0.375em; font-size: 12px; line-height: 1.2; display: block; }
main > .form .gform_wrapper .gform_fields .gfield .ginput_container { position: relative; }
main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="text"],
main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="email"],
main > .form .gform_wrapper .gform_fields .gfield .ginput_container textarea,
main > .form .gform_wrapper .gform_fields .gfield .ginput_container select { width: 100%; padding: 0.833em 0.778em 0.722em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; background: #ffffff; border: 0; border-radius: 2px; }
main > .form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input[type="text"],
main > .form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input[type="email"],
main > .form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea,
main > .form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container select { background: rgba(255,0,0,0.5); }
main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="text"]::placeholder,
main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="email"]::placeholder,
main > .form .gform_wrapper .gform_fields .gfield .ginput_container textarea::placeholder { font-style: italic; color: rgba(102,102,102,0.6); }
main > .form .gform_wrapper .gform_fields .gfield .ginput_container select { -webkit-appearance: none; appearance: none; }
main > .form .gform_wrapper .gform_fields .gfield .ginput_container > i { font-size: 16px; color: #2e5180; position: absolute; top: 0.542em; right: 0.625em; pointer-events: none; z-index: 2; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice { margin: 4px 0 0; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice:first-child { margin-top: 0; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice input { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice label { padding: 0 0 0 1.875em; font-size: 12px; line-height: 1.2; position: relative; display: block; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice label i { position: absolute; top: 0; left: 0; color: #2e5180; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice label i:nth-of-type(2) { display: none; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice input:checked + label i:nth-of-type(1) { display: none; }
main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice input:checked + label i:nth-of-type(2) { display: block; }
main > .form .gform_wrapper .gform_fields .gfield .gfield_description { padding: 0.375em 0 0; font-size: 12px; line-height: 1.2; display: block; }
main > .form .gform_wrapper .gform_fields .gfield .gfield_description.validation_message { color: #ff0000; }
main > .form .gform_wrapper .gform_footer { padding: 10px 0 0; }
main > .form .gform_wrapper .gform_footer input[type="submit"] { padding: 0.833em 1.222em 0.944em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; background: #ee4e28; color: #ffffff; border: 0; border-radius: 2px; }
main > .form .gform_wrapper .gform_footer input[type="submit"]:hover { background: #666666; }
main > .form > .gform_confirmation_wrapper { padding: 1.375em 0 0; font-size: 12px; line-height: 1.375; text-align: center; }

@media only screen and (min-width: 980px) {
	main > .form { max-width: 360px; padding: 40px 20px 0; }
	main > .form > h2 { font-size: 30px; }
	main > .form .gform_wrapper { margin-top: 45px; }
	main > .form .gform_wrapper > .gform_validation_errors { font-size: 18px; }
	main > .form .gform_wrapper .gform_fields .gfield { margin-top: 15px; }
	main > .form .gform_wrapper .gform_fields .gfield:first-child { margin-top: 0; }
	main > .form .gform_wrapper .gform_fields .gfield > label,
	main > .form .gform_wrapper .gform_fields .gfield > legend { font-size: 16px; }
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="text"],
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="email"],
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container textarea,
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container select { font-size: 18px; }
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container > i { font-size: 24px; }
	main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice label { font-size: 16px; }
	main > .form .gform_wrapper .gform_fields .gfield .gfield_description { font-size: 16px; }
	main > .form .gform_wrapper .gform_footer { padding-top: 20px; }
	main > .form .gform_wrapper .gform_footer input[type="submit"] { font-size: 18px; }
	main > .form > .gform_confirmation_wrapper { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .form { max-width: 25.714vw; padding: 2.857vw 1.429vw 0; }
	main > .form > h2 { font-size: 2.143vw; }
	main > .form .gform_wrapper { margin-top: 3.214vw; }
	main > .form .gform_wrapper > .gform_validation_errors { font-size: 1.286vw; }
	main > .form .gform_wrapper .gform_fields .gfield { margin-top: 1.071vw; }
	main > .form .gform_wrapper .gform_fields .gfield:first-child { margin-top: 0; }
	main > .form .gform_wrapper .gform_fields .gfield > label,
	main > .form .gform_wrapper .gform_fields .gfield > legend { font-size: 1.143vw; }
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="text"],
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container input[type="email"],
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container textarea,
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container select { font-size: 1.286vw; }
	main > .form .gform_wrapper .gform_fields .gfield .ginput_container > i { font-size: 1.714vw; }
	main > .form .gform_wrapper .gform_fields fieldset.gfield .ginput_container .gchoice label { font-size: 1.143vw; }
	main > .form .gform_wrapper .gform_fields .gfield .gfield_description { font-size: 1.143vw; }
	main > .form .gform_wrapper .gform_footer { padding-top: 1.429vw; }
	main > .form .gform_wrapper .gform_footer input[type="submit"] { font-size: 1.286vw; }
	main > .form > .gform_confirmation_wrapper { font-size: 1.143vw; }
}

main > .listing { margin: 0 auto; padding: 40px 0 0; }
main > .listing > h2 { padding: 0 20px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; text-align: center; color: #2e5180; }
main > .listing > h2 ~ h2 { margin-top: 1em; }
main > .listing form { padding: 16px 20px 0; }
main > .listing form .search { max-width: 260px; margin: 0 auto; position: relative; }
main > .listing form .search label { position: relative; display: block; }
main > .listing form .search label:after { width: 10px; height: 100%; background: #ec4d28; position: absolute; bottom: 0; right: -4px; transform: skew(-8deg, 0); pointer-events: none; content: " "; display: block; }
main > .listing form .search label input { width: 100%; padding: 9px 10px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 18px; background: #ffffff; border: 0; }
main > .listing form .search label input::placeholder { font-style: italic; color: rgba(102,102,102,0.6); }
main > .listing form .search button { font-size: 18px; color: #2e5180; background: none; border: 0; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); display: flex; align-items: center; }
main > .listing form h3 { margin: 2.467em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 20px; line-height: 1.2; color: #2e5180; }
main > .listing form h3:first-child { margin-top: 0; }
main > .listing form .filter { margin: 5px 0 0; }
main > .listing form .filter ul { display: flex; flex-wrap: wrap; }
main > .listing form .filter ul li { padding: 5px 5px 0 0; }
main > .listing form .filter ul li label { position: relative; }
main > .listing form .filter ul li label select { width: 100%; padding: 0.833em 2em 0.722em 0.778em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; line-height: 1.2; background: #ffffff; border: 0; border-radius: 2px; cursor: pointer; -webkit-appearance: none; appearance: none; }
main > .listing form .filter ul li label select:invalid,
main > .listing form .filter ul li label select:has(option[value="0"]:checked) { font-style: italic; color: rgba(102,102,102,0.6); }
main > .listing form .filter ul li label > i { font-size: 16px; color: #2e5180; position: absolute; top: 50%; right: 0.625em; transform: translateY(-50%); pointer-events: none; z-index: 2; }
main > .listing form .filter p { margin: 1em 0 0; font-size: 14px; }
main > .listing form .filter p a { color: #2e5180; text-decoration: underline; }
main > .listing form .filter p a:hover { text-decoration-color: #f5f5f5; }
main > .listing.hide-filter-1 form h3:first-of-type,
main > .listing.hide-filter-1 form .filter { display: none; }

main > .listing.centered { text-align: center; }
main > .listing.centered form .filter ul { justify-content: center; }
main > .listing.centered form .filter ul li { padding: 5px 2.5px 0 0; }

@media only screen and (min-width: 980px) {
	main > .listing { max-width: 700px; padding-top: 80px; }
	main > .listing.wide { max-width: 1440px; }
	main > .listing.col_3 { max-width: 1050px; }
	main > .listing.col_1 { max-width: 350px; }
	main > .listing > h2 { font-size: 38px; }
	main > .listing form { padding-top: 30px; }
	main > .listing form .search { max-width: 458px; }
	main > .listing form .search label:after { width: 30px; right: -6px; transform: skew(-9deg, 0); }
	main > .listing form .search label input { padding: 0.583em 3.583em 0.583em 0.875em; font-size: 24px; }
	main > .listing form .search button { font-size: 24px; right: 1.875em; }
	main > .listing form h3 { font-size: 30px; }
	main > .listing form h3:first-child { margin-top: 0.5em; }
	main > .listing form .filter { margin-top: 10px; }
	main > .listing form h3:first-child + .filter { margin-top: 0; }
	main > .listing form .filter { margin: 55px 0 0; display: flex; align-items: center; }
	main > .listing form .filter h3 { margin: 0 1em 0 0; }
	main > .listing form .filter ul li { padding: 0 10px 0 0; }
	main > .listing form .filter ul li label select { min-width: 8.778em; padding: 0.778em 3em 0.778em 0.833em; font-size: 14px; }
	main > .listing form .filter ul li label > i { font-size: 14px; right: 0.778em; }
	main > .listing form .filter p { margin: 0 0 0 1em; }

	main > .listing.centered form .filter ul li { padding: 10px 5px 0 0; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .listing { max-width: 51.429vw; padding-top: 5.714vw; }
	main > .listing.wide { max-width: 102.857vw; }
	main > .listing.col_3 { max-width: 75vw; }
	main > .listing.col_1 { max-width: 25vw; }
	main > .listing > h2 { font-size: 2.714vw; }
	main > .listing form { padding-top: 2.143vw; }
	main > .listing form .search { max-width: 32.714vw; }
	main > .listing form .search label:after { width: 2.143vw; right: -0.429vw; }
	main > .listing form .search label input { font-size: 1.714vw; }
	main > .listing form .search button { font-size: 1.714vw; }
	main > .listing form h3 { font-size: 2.143vw; }
	main > .listing form .filter { margin-top: 3.929vw; }
	main > .listing form h3:first-child + .filter { margin-top: 0; }
	main > .listing form .filter ul li { padding: 0 0.714vw 0 0; }
	main > .listing form .filter ul li label select { font-size: 1vw; }
	main > .listing form .filter ul li label > i { font-size: 1vw; }
	main > .listing.wide form .filter { margin: 3.929vw 0 0 2.857vw; }
}

main > .listing header { padding: 0 30px; text-align: center; }
main > .listing header h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; }
main > .listing header p { padding: 0.5em 0 0; font-size: 12px; line-height: 1.375; font-weight: 400; }
main > .listing header p a { color: #2e5180; text-decoration: underline; }
main > .listing header p a:hover { text-decoration-color: #f5f5f5; }

@media only screen and (min-width: 980px) {
	main > .listing header { padding: 0 30px; text-align: left; display: flex; flex-wrap: wrap; align-items: flex-end; }
	main > .listing header h2 { font-size: 30px; }
	main > .listing header p { padding: 0 0 0.125em 0.875em; font-size: 16px; }
	main > .listing header p { width: 100%; padding: 0.875em 0 0; }
	main > .listing header .text { width: 100%; }
	main > .listing header .text p { padding: 0.5em 0 0; line-height: 1.2; }
	main > .listing header .text p a { color: #666; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .listing header { padding: 0 2.143vw; }
	main > .listing header h2 { font-size: 2.143vw; }
	main > .listing header p { font-size: 1.143vw; }
}

main > .listing ul.posts { padding: 20px 35px 0; display: grid; grid-template-columns: 1fr; grid-gap: 20px; }
main > .listing ul.posts > li { background: #ffffff; display: flex; flex-direction: column; }
main > .listing ul.posts > li .image { padding: 0 0 0 10px; position: relative; }
main > .listing ul.posts > li .image:before { width: 20px; height: 100%; background: #2e5180; position: absolute; top: 0; left: 0; content: " "; display: block; }
main > .listing ul.posts > li .image img { width: 100%; height: 190px; object-fit: cover; position: relative; left: 10px; clip-path: polygon(0 0, 100% 0, calc( 100% - 22px ) 100%, 0% 100%); }
main > .listing ul.posts > li .stat { width: calc( 100% + 10px ); padding: 0 30px 0 10px; height: 150px; background: #213b5d; border-left: 20px solid #2e5180; color: #ffffff; position: relative; display: flex; flex-direction: column; justify-content: center; clip-path: polygon(0 0, 100% 0, calc( 100% - 22px ) 100%, 0% 100%); }
main > .listing ul.posts > li .stat p:nth-of-type(1) { font-family: 'PT Serif', serif; font-weight: 700; font-style: italic; font-size: 24px; }
main > .listing ul.posts > li .stat p:nth-of-type(1) strong { font-size: 2.833em; }
main > .listing ul.posts > li .stat p:nth-of-type(2) { font-family: 'PT Serif', serif; font-style: italic; font-size: 14px; line-height: 1.2; }
main > .listing ul.posts > li .stat p:nth-of-type(2):before { width: 8.333em; height: 1px; margin: 0.444em 0 0.556em; background: #ffffff; content: " "; display: block; }
main > .listing ul.posts > li .quote { width: calc( 100% + 10px ); padding: 0 30px 0 10px; height: 150px; background: #213b5d; border-left: 20px solid #2e5180; color: #ffffff; position: relative; display: flex; flex-direction: column; justify-content: center; clip-path: polygon(0 0, 100% 0, calc( 100% - 22px ) 100%, 0% 100%); }
main > .listing ul.posts > li .quote q { margin: 1.111em 0 0; font-family: 'PT Serif', serif; font-style: italic; font-size: 14px; line-height: 1.2; position: relative; }
main > .listing ul.posts > li .quote q:before { font-size: 4.444em; line-height: 1; position: absolute; top: -0.400em; left: -0.075em; }
main > .listing ul.posts > li .quote q:after { display: none; }
main > .listing ul.posts > li .text { padding: 16px 30px; text-align: center; position: relative; }
main > .listing ul.posts > li .text h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; line-height: 1.2; color: #2e5180; }
main > .listing ul.posts > li .text h2 a { color: #2e5180; }
main > .listing ul.posts > li .text h2 a:hover { color: #666666; }
main > .listing ul.posts > li .text time { margin: 10px 0 0; font-size: 14px; display: block; }
main > .listing ul.posts > li .text .tags { padding: 10px 0 0; }
main > .listing ul.posts > li .text .tags ul { font-size: 12px; line-height: 1.5; display: flex; flex-wrap: wrap; justify-content: center; }
main > .listing ul.posts > li .text .tags ul li { padding: 0 3px; }
main > .listing ul.posts > li .text .tags ul li a { color: #2e5180; text-decoration: underline; }
main > .listing ul.posts > li .text .tags ul li a:hover { text-decoration-color: #ffffff; }
main > .listing ul.posts > li .type { margin: auto 0 0; background: #2e5180; color: #ffffff; text-align: center; }
main > .listing ul.posts > li .type p { padding: 19px 10px 16px; font-size: 14px; text-transform: uppercase; }
main > .listing ul.posts > li .type p i { margin: 0 10px 0 0; }
main > .listing ul.posts > li > ul { display: none; }

main > .listing ul.posts > li.orange .image:before { background: #ee4e28; }
main > .listing ul.posts > li.orange .stat { background: #b73314; border-left-color: #ee4e28; }
main > .listing ul.posts > li.orange .quote { background: #b73314; border-left-color: #ee4e28; }
main > .listing ul.posts > li.orange .text h2 { color: #ee4e28; }
main > .listing ul.posts > li.orange .text h2 a { color: #ee4e28; }
main > .listing ul.posts > li.orange .text h2 a:hover { color: #666666; }
main > .listing ul.posts > li.orange .type { background: #ee4e28; }

main > .listing ul.posts > li.green .image:before { background: #00a99d; }
main > .listing ul.posts > li.green .stat { background: #007970; border-left-color: #00a99d; }
main > .listing ul.posts > li.green .quote { background: #007970; border-left-color: #00a99d; }
main > .listing ul.posts > li.green .text h2 { color: #00a99d; }
main > .listing ul.posts > li.green .text h2 a { color: #00a99d; }
main > .listing ul.posts > li.green .text h2 a:hover { color: #666666; }
main > .listing ul.posts > li.green .type { background: #00a99d; }

main > .listing ul.posts > li.blue .image:before { background: #1a92ca; }
main > .listing ul.posts > li.blue .stat { background: #1a92ca; border-left-color: #1a92ca; }
main > .listing ul.posts > li.blue .quote { background: #1a92ca; border-left-color: #1a92ca; }
main > .listing ul.posts > li.blue .text h2 { color: #1a92ca; }
main > .listing ul.posts > li.blue .text h2 a { color: #1a92ca; }
main > .listing ul.posts > li.blue .text h2 a:hover { color: #666666; }
main > .listing ul.posts > li.blue .type { background: #1a92ca; }

@media only screen and (min-width: 980px) {
	main > .listing ul.posts { padding: 40px 20px 0; display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 40px; }
	main > .listing ul.posts > li { width: calc( ( 100% - ( 40px * 1 ) ) / 2 ); min-height: 555px; }
	main > .listing.wide ul.posts > li { width: calc( ( 100% - ( 40px * 3 ) ) / 4 ); }
	main > .listing.col_3 ul.posts > li { width: calc( ( 100% - ( 40px * 2 ) ) / 3 ); }
	main > .listing.col_1 ul.posts > li { width: 100%; }
	main > .listing ul.posts > li .image { padding-left: 30px; }
	main > .listing ul.posts > li .image:before { width: 40px }
	main > .listing ul.posts > li .image img { height: 200px; left: 10px; clip-path: polygon(0 0, 100% 0, calc( 100% - 30px ) 100%, 0% 100%); }
	main > .listing ul.posts > li .stat { width: calc( 100% + 10px ); padding: 0 40px 0 20px; height: 200px; border-left-width: 40px; clip-path: polygon(0 0, 100% 0, calc( 100% - 30px ) 100%, 0% 100%); }
	main > .listing ul.posts > li .stat p:nth-of-type(1) { font-size: 30px; }
	main > .listing ul.posts > li .stat p:nth-of-type(2) { font-size: 18px; }
	main > .listing ul.posts > li .quote { width: calc( 100% + 10px ); padding: 0 40px 0 20px; height: 200px; border-left-width: 40px; clip-path: polygon(0 0, 100% 0, calc( 100% - 30px ) 100%, 0% 100%); }
	main > .listing ul.posts > li .quote q { font-size: 18px; }
	main > .listing ul.posts > li .text { padding: 25px 30px; text-align: left; }
	main > .listing ul.posts > li .text h2 { font-size: 19px; }
	main > .listing ul.posts > li .text time { margin-top: 1.063em; font-size: 16px; }
	main > .listing ul.posts > li .text .tags { padding: 20px 0 0; }
	main > .listing ul.posts > li .text .tags ul { font-size: 14px; justify-content: flex-start; }
	main > .listing ul.posts > li .text .tags ul li { padding: 0 0.500em 0 0; }
	main > .listing ul.posts > li .type { text-align: left; }
	main > .listing ul.posts > li .type p { padding: 1em 1.250em; font-size: 16px; }
	main > .listing ul.posts > li .type p i { margin-right: 0.750em; }
	main > .listing ul.posts > li > ul { margin: auto 0 0; padding: 0 30px 30px; display: block; }
	main > .listing ul.posts > li > ul li a { padding: 0.750em 1.625em 0.813em 1.250em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #2e5180; color: #fff; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.500em ) 100%, 0% 100%); display: inline-block; }
	main > .listing ul.posts > li > ul li a.orange { background: #ec4d28; }
	main > .listing ul.posts > li > ul li a:hover { background: #666666; }

	main > .listing ul.posts > li.article { min-height: 425px; }
	main > .listing ul.posts > li.article .text h2 { font-size: 21px; }

	main > .listing ul.posts > li.wide { grid-column: span 2; }

}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .listing ul.posts { padding: 2.857vw 1.429vw 0; grid-gap: 2.857vw; }
	main > .listing ul.posts > li { min-height: 39.643vw; }
	main > .listing ul.posts > li .image { padding-left: 2.143vw; }
	main > .listing ul.posts > li .image:before { width: 2.857vw }
	main > .listing ul.posts > li .image img { height: 14.286vw; left: 0.714vw; clip-path: polygon(0 0, 100% 0, calc( 100% - 2.143vw ) 100%, 0% 100%); }
	main > .listing ul.posts > li .stat { width: calc( 100% + 0.714vw ); padding: 0 2.857vw 0 1.429vw; height: 14.286vw; border-left-width: 2.857vw; clip-path: polygon(0 0, 100% 0, calc( 100% - 2.143vw ) 100%, 0% 100%); }
	main > .listing ul.posts > li .stat p:nth-of-type(1) { font-size: 2.143vw; }
	main > .listing ul.posts > li .stat p:nth-of-type(2) { font-size: 1.286vw; }
	main > .listing ul.posts > li .quote { width: calc( 100% + 0.714vw ); padding: 0 2.857vw 0 1.429vw; height: 14.286vw; border-left-width: 2.857vw; clip-path: polygon(0 0, 100% 0, calc( 100% - 2.143vw ) 100%, 0% 100%); }
	main > .listing ul.posts > li .quote q { font-size: 1.286vw; }
	main > .listing ul.posts > li .text { padding: 1.786vw 2.143vw; }
	main > .listing ul.posts > li .text h2 { font-size: 1.357vw; }
	main > .listing ul.posts > li .text time { font-size: 1.143vw; }
	main > .listing ul.posts > li .text ul { margin: 2vw 0 0; }
	main > .listing ul.posts > li .text ul li a { font-size: 1.143vw; }
	main > .listing ul.posts > li .tags { padding: 0 2.143vw 1.643vw; }
	main > .listing ul.posts > li .tags ul { font-size: 1.143vw; }
	main > .listing ul.posts > li .type p { font-size: 1.143vw; }

	main > .listing ul.posts > li.article { min-height: 30.357vw; }
	main > .listing ul.posts > li.article .text h2 { font-size: 1.500vw; }

}

main > .listing ul.paging,
main > .listing .wp-pagenavi,
main > .search-results .wp-pagenavi { padding: 20px 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 14px; display: flex; justify-content: center; }
main > .listing ul.paging li,
main > .listing .wp-pagenavi span,
main > .listing .wp-pagenavi a,
main > .search-results .wp-pagenavi span,
main > .search-results .wp-pagenavi a { margin: 0 0.237em; }
main > .listing ul.paging a,
main > .listing .wp-pagenavi a,
main > .search-results .wp-pagenavi a { color: #2e5180; }
main > .listing ul.paging a:hover,
main > .listing .wp-pagenavi a:hover,
main > .search-results .wp-pagenavi a:hover { color: #666666; }

@media only screen and (min-width: 980px) {
	main > .listing ul.paging,
	main > .listing .wp-pagenavi,
	main > .search-results .wp-pagenavi { padding-top: 40px; font-size: 19px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .listing ul.paging,
	main > .listing .wp-pagenavi,
	main > .search-results .wp-pagenavi { padding-top: 2.857vw; font-size: 1.357vw; }
}

main > .text-blocks { margin: 0 auto; padding: 20px 20px 10px; }
main > .text-blocks > ul { display: grid; grid-template-columns: 1fr; grid-gap: 20px; }
main > .text-blocks > ul > li { padding: 25px 25px 30px; background: #ffffff; position: relative; text-align: center; }
main > .text-blocks > ul > li:before { width: calc( 100% - 10px ); height: 100%; background: #d8d8d8; position: absolute; top: 10px; left: -10px; clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%); z-index: -1; content: " "; display: none; }
main > .text-blocks > ul > li h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #2e5180; }
main > .text-blocks > ul > li p { margin: 1.2em 0 0; font-size: 14px; line-height: 1.6; font-weight: 400; }
main > .text-blocks > ul > li h2 + p { margin-top: 0.857em; }
main > .text-blocks > ul > li ul.buttons { margin: 18px 0 0; display: flex; }
main > .text-blocks > ul > li ul.buttons li { padding: 0 5px 0 0; }
main > .text-blocks > ul > li ul.buttons li a { padding: 0.750em 1.250em 0.792em 1.083em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #ee4e28; color: #ffffff; clip-path: polygon(0.417em 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); display: inline-flex; }
main > .text-blocks > ul > li ul.buttons li:first-child a { padding-left: 0.875em; padding-right: 1.375em; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); }
main > .text-blocks > ul > li ul.buttons li.navy a { background-color: #2e5180; }
main > .text-blocks > ul > li ul.buttons li.green a { background-color: #00a99d; }
main > .text-blocks > ul > li ul.buttons li.blue a { background-color: #1a92ca; }
main > .text-blocks > ul > li ul.buttons li a:hover { background: #666666; }
main > .text-blocks > ul > li .gform_wrapper { text-align: left; }
main > .text-blocks > ul > li .gform_wrapper a { color: #666666; text-decoration: underline; }
main > .text-blocks > ul > li .gform_wrapper a:hover { text-decoration-color: #ffffff; }
main > .text-blocks > ul > li .gform_wrapper > .gform_validation_errors { padding: 1em 0 0; font-size: 14px; line-height: 1.2; color: #ff0000; }
main > .text-blocks > ul > li .gform_wrapper > .gform_validation_errors h2 { font-family: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; color: inherit; }
main > .text-blocks > ul > li .gform_wrapper > .gform_heading { display: none; }
main > .text-blocks > ul > li .gform_wrapper .gfield { padding: 10px 0 0; }
main > .text-blocks > ul > li .gform_wrapper .gfield > label { display: none; }
main > .text-blocks > ul > li .gform_wrapper .gfield .ginput_container input[type="text"],
main > .text-blocks > ul > li .gform_wrapper .gfield .ginput_container input[type="email"] { width: 100%; padding: 17px 18px 14px; font-size: 16px; line-height: 1; background: #eeeeee; color: #666666; border: 0; border-radius: 4px; }
main > .text-blocks > ul > li .gform_wrapper .gfield .gfield_description { font-size: 12px; line-height: 1.2; }
main > .text-blocks > ul > li .gform_wrapper .gfield .gfield_description.validation_message { padding-top: 0.5em; color: #f00; }
main > .text-blocks > ul > li .gform_wrapper fieldset.gfield > legend { display: none; }
main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"] { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container label { padding: 0 0 0 30px; font-size: 14px; line-height: 1.2; position: relative; display: block; }
main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container label span { width: 20px; height: 20px; border-radius: 4px; background: #eeeeee; color: #eeeeee; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; }
main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"]:checked + label span { color: #2e5180; }
main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .gfield_description { padding: 0 0 0 30px; }
main > .text-blocks > ul > li .gform_wrapper .gfield.gfield_html p { margin: 0; font-size: 11px; }
main > .text-blocks > ul > li .gform_wrapper .gform_footer { padding: 20px 0 0; text-align: center; }
main > .text-blocks > ul > li .gform_wrapper .gform_footer input[type="submit"] { padding: 0.750em 1.375em 0.792em 0.875em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #ee4e28; color: #ffffff; border: 0; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); display: inline-flex; }
main > .text-blocks > ul > li .gform_wrapper .gform_footer input[type="submit"]:hover { background: #666666; }
main > .text-blocks > ul > li ul.social { margin: 45px 0 0; font-size: 47px; display: flex; justify-content: center; }
main > .text-blocks > ul > li ul.social li { padding: 0 18px; }
main > .text-blocks > ul > li ul.social li a { color: #ee4e28; }
main > .text-blocks > ul > li ul.social li a:hover { color: #666666; }

@media only screen and (min-width: 980px) {
	main > .text-blocks { max-width: 1440px; padding: 40px 20px 30px; }
	main > .text-blocks > ul { display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 0; gap: 70px 40px; }
	main > .text-blocks > ul > li { width: calc( ( 100% / 3 ) - ( 80px / 3 ) ); padding: 24px 30px 30px; text-align: left; }
	main > .text-blocks > ul > li.wide { width: calc( 50% - 20px ); }
	main > .text-blocks > ul > li:before { width: 100%; top: 30px; left: -30px; clip-path: polygon(30px 0%, 100% 0, 100% 100%, 0% 100%); }
	main > .text-blocks > ul > li h2 { font-size: 30px; }
	main > .text-blocks > ul > li p { font-size: 16px; }
	main > .text-blocks > ul > li h2 + p { margin-top: 0.625em; }
	main > .text-blocks > ul > li ul.buttons { margin-top: 30px; }
	main > .text-blocks > ul > li ul.buttons li { padding: 0 10px 0 0; }
	main > .text-blocks > ul > li ul.buttons li a { font-size: 16px; }
	main > .text-blocks > ul > li .gform_wrapper { position: relative; }
	main > .text-blocks > ul > li .gform_wrapper > .gform_validation_errors { font-size: 14px; }
	main > .text-blocks > ul > li .gform_wrapper > .gform_validation_errors h2 { font-size: inherit; }
	main > .text-blocks > ul > li .gform_wrapper .gform_fields { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 0 20px; }
	main > .text-blocks > ul > li .gform_wrapper .gfield { padding-top: 20px; }
	main > .text-blocks > ul > li .gform_wrapper .gfield .ginput_container input[type="text"],
	main > .text-blocks > ul > li .gform_wrapper .gfield .ginput_container input[type="email"] { padding: 1.063em 1.125em 0.875em; font-size: 16px; border-radius: 0.250em; }
	main > .text-blocks > ul > li .gform_wrapper .gfield.gfield_error .ginput_container input[type="text"],
	main > .text-blocks > ul > li .gform_wrapper .gfield.gfield_error .ginput_container input[type="email"] { background: rgba(255,0,0,0.5); }
	main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container label { padding: 0 0 0 2.143em; font-size: 14px; line-height: 1.2; }
	main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container label span { width: 1.429em; height: 1.429em; border-radius: 0.286em; }
	main > .text-blocks > ul > li .gform_wrapper .gfield .gfield_description { font-size: 12px; line-height: 1.2; }
	main > .text-blocks > ul > li .gform_wrapper .gfield.gfield--type-consent { grid-column: span 2; }
	main > .text-blocks > ul > li .gform_wrapper .gfield.gfield--type-html { padding-top: 10px; grid-column: 1; grid-row: 3; }
	main > .text-blocks > ul > li .gform_wrapper .gform_footer { padding: 0; position: absolute; bottom: 0; right: 0; }
	main > .text-blocks > ul > li .gform_wrapper .gform_footer input[type="submit"] { font-size: 16px; }
	main > .text-blocks > ul > li ul.social { margin: 0.957em 0 0; font-size: 47px; display: flex; justify-content: center; }
	main > .text-blocks > ul > li ul.social li { padding: 0 0.383em; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .text-blocks { max-width: 102.857vw; padding: 2.857vw 1.429vw 2.143vw; }
	main > .text-blocks > ul { grid-gap: 5vw 2.857vw; }
	main > .text-blocks > ul > li { padding: 1.714vw 2.143vw 2.143vw; }
	main > .text-blocks > ul > li:before { top: 2.143vw; left: -2.143vw; clip-path: polygon(2.143vw 0%, 100% 0, 100% 100%, 0% 100%); }
	main > .text-blocks > ul > li h2 { font-size: 2.143vw; }
	main > .text-blocks > ul > li p { font-size: 1.143vw; }
	main > .text-blocks > ul > li ul.buttons { margin-top: 2.143vw; }
	main > .text-blocks > ul > li ul.buttons li { padding: 0 0.714vw 0 0; }
	main > .text-blocks > ul > li ul.buttons li a { font-size: 1.143vw; }
	main > .text-blocks > ul > li .gform_wrapper > .gform_validation_errors { font-size: 1vw; }
	main > .text-blocks > ul > li .gform_wrapper .gform_fields { grid-gap: 0 1.429vw; }
	main > .text-blocks > ul > li .gform_wrapper .gfield { padding-top: 1.429vw; }
	main > .text-blocks > ul > li .gform_wrapper .gfield .ginput_container input[type="text"],
	main > .text-blocks > ul > li .gform_wrapper .gfield .ginput_container input[type="email"] { font-size: 1.143vw; }
	main > .text-blocks > ul > li .gform_wrapper fieldset.gfield .ginput_container label { font-size: 1vw; }
	main > .text-blocks > ul > li .gform_wrapper .gfield .gfield_description { font-size: 0.857vw; }
	main > .text-blocks > ul > li .gform_wrapper .gfield.gfield--type-html { padding-top: 0.714vw; }
	main > .text-blocks > ul > li .gform_wrapper .gform_footer input[type="submit"] { font-size: 1.143vw; }
	main > .text-blocks > ul > li ul.social { font-size: 3.357vw; }
}

main > .image-blocks { padding: 20px 20px 0; }
main > .image-blocks > ul { display: grid; grid-template-columns: 1fr; grid-gap: 20px; }
main > .image-blocks > ul > li { background: #2e5180; color: #ffffff; }
main > .image-blocks > ul > li figure img { width: 100%; height: 150px; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% calc( 100% - 20px ), 0% 100%); }
main > .image-blocks > ul > li > div { padding: 30px; }
main > .image-blocks > ul > li > div h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 30px; line-height: 1.2; }
main > .image-blocks > ul > li > div h2 i { margin: 0 0.652em 0 0; }
main > .image-blocks > ul > li > div p { margin: 1.2em 0 0; font-size: 12px; line-height: 1.2; font-weight: 400; }
main > .image-blocks > ul > li > div h2 + p { margin-top: 1.188em; }
main > .image-blocks > ul > li > div p a { color: #ffffff; text-decoration: underline; }
main > .image-blocks > ul > li > div p a:hover { text-decoration-color: #2e5180; }
main > .image-blocks > ul > li > div ul.buttons { margin: 18px 0 0; display: flex; align-items: center; }
main > .image-blocks > ul > li > div ul.buttons li.button { padding: 0 5px 0 0; }
main > .image-blocks > ul > li > div ul.buttons li.button a { padding: 0.750em 1.250em 0.792em 1.083em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #ee4e28; color: #ffffff; clip-path: polygon(0.417em 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); display: inline-flex; }
main > .image-blocks > ul > li > div ul.buttons li.button:first-child a { padding-left: 0.875em; padding-right: 1.375em; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); }
main > .image-blocks > ul > li > div ul.buttons li.button a:hover { background: #666666; }
main > .image-blocks > ul > li > div ul.buttons li.button.navy a { background-color: #2e5180; }
main > .image-blocks > ul > li > div ul.buttons li.button.green a { background-color: #00a99d; }
main > .image-blocks > ul > li > div ul.buttons li.button.blue a { background-color: #1a92ca; }
main > .image-blocks > ul > li > div ul.buttons li.icon { padding: 0 0 0 30px; }
main > .image-blocks > ul > li > div ul.buttons li.icon a { font-size: 36px; color: #2e5180; }
main > .image-blocks > ul > li > div ul.buttons li.icon a:hover { color: #666666; }

main > .image-blocks.white > ul > li { background: #ffffff; color: #666666; }
main > .image-blocks.white > ul > li > div h2 { color: #2e5180; }

main > .image-blocks div .gform_wrapper { margin: 6px 0 0; text-align: left; position: relative; }
main > .image-blocks div .gform_wrapper > .gform_validation_errors h2 { color: #FFF; font-size:16px; }
main > .image-blocks div .gform_wrapper a { color: #a9efff; text-decoration: underline; }
main > .image-blocks div .gform_wrapper a:hover { text-decoration-color: #1a92ca; }
main > .image-blocks div .gform_wrapper > .gform_heading { display: none; }
main > .image-blocks div .gform_wrapper .gfield { padding: 10px 0 0; display:inline-block; margin-right:10px; vertical-align:top; }
main > .image-blocks div .gform_wrapper .gfield > label { display: none; }
main > .image-blocks div .gform_wrapper .gfield .ginput_container input[type="text"],
main > .image-blocks div .gform_wrapper .gfield .ginput_container input[type="email"] { width: 100%; padding: 17px 18px 14px; font-size: 16px; line-height: 1; background: #fff; color: #2e5180; border: 0; border-radius: 4px; }
main > .image-blocks div .gform_wrapper .gfield.gfield_error .ginput_container input[type="text"],
main > .image-blocks div .gform_wrapper .gfield.gfield_error .ginput_container input[type="email"] { background: rgba(255,0,0,0.5); color: #fff; }
main > .image-blocks div .gform_wrapper .gfield.gfield_error .ginput_container input[type="text"]::placeholder,
main > .image-blocks div .gform_wrapper .gfield.gfield_error .ginput_container input[type="email"]::placeholder { color: #fff; }
main > .image-blocks div .gform_wrapper div.gfield .gfield_description { padding: 0.375em 0 0; font-size: 12px; line-height: 1.2; display: block; }
main > .image-blocks div .gform_wrapper div.gfield .gfield_description.validation_message { color: #FFF; }
main > .image-blocks div .gform_wrapper fieldset.gfield > legend { display: none; }
main > .image-blocks div .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"] { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
main > .image-blocks div .gform_wrapper fieldset.gfield .ginput_container label { padding: 0 0 0 30px; font-size: 14px; line-height: 1.2; position: relative; display: block; }
main > .image-blocks div .gform_wrapper fieldset.gfield .ginput_container label span { width: 20px; height: 20px; border-radius: 4px; background: #fff; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; }
main > .image-blocks div .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"]:checked + label span { color: #2e5180; }
main > .image-blocks div .gform_wrapper fieldset.gfield .gfield_description { padding: 0 0 0 30px; }
main > .image-blocks div .gform_wrapper .gfield.gfield_html p { margin: 0; font-size: 12px; display:none; }
main > .image-blocks div .gform_wrapper .gform_footer { padding: 20px 0 0; text-align: left; }
main > .image-blocks div .gform_wrapper .gform_footer input[type="submit"] { font-family: 'PT Serif', serif; font-weight: 400; font-size: 18px; line-height: 1; padding: 16px 20px; background: #ee4e28; color: #fff; border: 0; border-radius: 4px; }

@media only screen and (min-width: 980px) {
	main > .image-blocks { padding: 40px 0 0; }
	main > .image-blocks > ul { grid-template-columns: 1fr 1fr; grid-gap: 40px; }
	main > .image-blocks > ul > li { display: flex; justify-content: space-between; align-items: center; }
	main > .image-blocks > ul > li figure { width: 270px; order: 2; }
	main > .image-blocks > ul > li figure img { height: 100%; min-height: 310px; clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0% 100%); }
	main > .image-blocks > ul > li > div { width: 370px; padding: 20px 0 20px 40px; order: 1; }
	main > .image-blocks > ul > li > div h2 { font-size: 30px; }
	main > .image-blocks > ul > li > div p { font-size: 16px; }
	main > .image-blocks > ul > li > div ul.buttons { margin-top: 35px; }
	main > .image-blocks > ul > li > div ul.buttons li.button { padding: 0 10px 0 0; }
	main > .image-blocks > ul > li > div ul.buttons li.button a { font-size: 16px; }
	main > .image-blocks > ul > li > div ul.buttons li.icon { padding: 0 0 0 20px; }
	main > .image-blocks > ul > li.wide { grid-column: span 2; }
	main > .image-blocks > ul > li.wide figure { width: 590px; }
	main > .image-blocks > ul > li.wide > div { width: 780px; padding: 30px 80px; }
	main > .image-blocks > ul > li.wide figure img { min-height: 400px; }

	main > .image-blocks.white > ul > li figure { width: 348px; }
	main > .image-blocks.white > ul > li.wide figure { width: 590px; }
	main > .image-blocks.white > ul > li > div { width: 300px; }
	main > .image-blocks.white > ul > li.wide > div { width: 780px; }

	main > .image-blocks > ul > li.left figure { order: 1; }
	main > .image-blocks > ul > li.left figure img { clip-path: polygon(0 0%, 100% 0, calc( 100% - 50px ) 100%, 0% 100%); }
	main > .image-blocks > ul > li.left > div { order: 2; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .image-blocks { padding: 2.857vw 0 0; }
	main > .image-blocks > ul { grid-gap: 2.857vw; }
	main > .image-blocks > ul > li figure { width: 19.286vw; }
	main > .image-blocks > ul > li figure img { min-height: 22.143vw; clip-path: polygon(3.571vw 0%, 100% 0, 100% 100%, 0% 100%); }
	main > .image-blocks > ul > li > div { width: 26.429vw; padding: 1.429vw 0 1.429vw 2.857vw; }
	main > .image-blocks > ul > li > div h2 { font-size: 2.143vw; }
	main > .image-blocks > ul > li > div p { font-size: 1.143vw; }
	main > .image-blocks > ul > li > div ul.buttons { margin-top: 2.500vw; }
	main > .image-blocks > ul > li > div ul.buttons li.button { padding: 0 0.714vw 0 0; }
	main > .image-blocks > ul > li > div ul.buttons li.button a { font-size: 1.143vw }
	main > .image-blocks > ul > li > div ul.buttons li.icon { padding: 0 0 0 1.429vw; }
	main > .image-blocks > ul > li.wide figure { width: 42.143vw; }
	main > .image-blocks > ul > li.wide > div { width: 55.714vw; padding: 2.143vw 5.714vw; }
	main > .image-blocks > ul > li.wide figure img { min-height: 28.571vw; }
	main > .image-blocks.white > ul > li figure { width: 24.857vw; }
	main > .image-blocks.white > ul > li > div { width: 21.429vw; }
}

main > .cta { padding: 20px 20px 0; }
main > .cta > div { min-height: 250px; position: relative; display: flex; align-items: center; }
main > .cta > div figure { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
main > .cta > div figure img { width: 100%; height: 100%; object-fit: cover; }
main > .cta > div > div { padding: 20px; color: #ffffff; position: relative; }
main > .cta > div > div a { color: #fff; text-decoration: underline; }
main > .cta > div > div a:hover { text-decoration-color: rgba(255,255,255,0); }
main > .cta > div > div p { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; }
main > .cta > div > div ul.buttons { margin: 15px 0 0; display: flex; align-items: center; }
main > .cta > div > div ul.buttons li { padding: 0 5px 0 0; }
main > .cta > div > div ul.buttons li a { padding: 0.750em 1.250em 0.792em 1.083em; font-family: 'PT Serif', serif; font-weight: 400; font-size: 16px; background: #ee4e28; color: #ffffff; text-decoration: none; clip-path: polygon(0.417em 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); display: inline-flex; }
main > .cta > div > div ul.buttons li:first-child a { padding-left: 0.875em; padding-right: 1.375em; clip-path: polygon(0 0, 100% 0, calc( 100% - 0.417em ) 100%, 0% 100%); }
main > .cta > div > div ul.buttons li.navy a { background-color: #2e5180; }
main > .cta > div > div ul.buttons li.green a { background-color: #00a99d; }
main > .cta > div > div ul.buttons li.blue a { background-color: #1a92ca; }
main > .cta > div > div ul.buttons li a:hover { background-color: #666666; }
main > .cta > div > div ul.buttons li a:hover { background-color: #666666; }

@media only screen and (min-width: 980px) {
	main > .cta { padding: 40px 0 0; }
	main > .cta > div { min-height: 400px; }
	main > .cta > div > div { padding: 40px 80px; }
	main > .cta > div > div p { font-size: 36px; max-width: 75%; }
	main > .cta > div > div ul.buttons { margin-top: 30px; }
	main > .cta > div > div ul.buttons li { padding: 0 10px 0 0; }
	main > .cta > div > div ul.buttons li a { font-size: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	main > .cta { padding: 2.857vw 0 0; }
	main > .cta > div { min-height: 28.571vw; }
	main > .cta > div > div { padding: 2.857vw 5.714vw; }
	main > .cta > div > div p { font-size: 3.286vw; }
	main > .cta > div > div ul.buttons { margin-top: 2.143vw; }
	main > .cta > div > div ul.buttons li { padding: 0 0.714vw 0 0; }
	main > .cta > div > div ul.buttons li a { font-size: 1.143vw; }
}

/*
mobile sizes
38 > 24
30 > 24 OR 30 > 20
26 > 16
24 > 16
20 > 14
19 > 14
18 > 14
16 > 12
12 > 10
*/

body > footer { background: #1a92ca; color: #fff; position: relative; z-index: 2; clear:left; }
body > footer:before { width: 100%; height: 12px; background: #2e5180; clip-path: polygon(0 0, 0% 100%, 100% 100%); position: absolute; bottom: 100%; left: 0; content: " "; display: block; }
body > footer h1 { padding: 44px 0 0; background: #2e5180; text-align: center; position: relative; }
body > footer h1 img { height: auto; height: 60px; }
body > footer .links { padding: 38px 0 18px; background: #2e5180; position: relative; text-align: center; z-index: 2; }
body > footer .links:after { width: 100%; height: 56px; background: #2e5180; clip-path: polygon(100% 0, 0 0, 0 100%); position: absolute; top: 100%; left: 0; content: " "; display: block; }
body > footer .links h2 { font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; }
body > footer .links ul { font-size: 16px; }
body > footer .links ul li { padding: 24px 0 0; }
body > footer .links ul li a { color: #a9efff; }
body > footer .links ul li a:hover { color: #fff; }
body > footer .follow { padding: 92px 20px 0; position: relative; text-align: center; }
body > footer .follow h2 { margin: 15px 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 24px; line-height: 1.2; }
body > footer .follow h2:first-child { margin-top: 0; }
body > footer .follow ul { font-size: 36px; display: flex; justify-content: center; }
body > footer .follow ul li { padding: 10px 7px 0; }
body > footer .follow ul li a { color: #fff; }
body > footer .follow ul li a:hover { color: #a9efff; }
body > footer .follow p { margin: 9px 0 0; font-size: 16px; line-height: 1.2; }
body > footer .follow .gform_wrapper { margin: 6px 0 0; text-align: left; position: relative; }
body > footer .follow .gform_wrapper > .gform_validation_errors h2 { color: #000; }
body > footer .follow .gform_wrapper a { color: #a9efff; text-decoration: underline; }
body > footer .follow .gform_wrapper a:hover { text-decoration-color: #1a92ca; }
body > footer .follow .gform_wrapper > .gform_heading { display: none; }
body > footer .follow .gform_wrapper .gfield { padding: 10px 0 0; }
body > footer .follow .gform_wrapper .gfield > label { display: none; }
body > footer .follow .gform_wrapper .gfield .ginput_container input[type="text"],
body > footer .follow .gform_wrapper .gfield .ginput_container input[type="email"] { width: 100%; padding: 17px 18px 14px; font-size: 16px; line-height: 1; background: #fff; color: #2e5180; border: 0; border-radius: 4px; }
body > footer .follow .gform_wrapper .gfield.gfield_error .ginput_container input[type="text"],
body > footer .follow .gform_wrapper .gfield.gfield_error .ginput_container input[type="email"] { background: rgba(255,0,0,0.5); color: #fff; }
body > footer .follow .gform_wrapper .gfield.gfield_error .ginput_container input[type="text"]::placeholder,
body > footer .follow .gform_wrapper .gfield.gfield_error .ginput_container input[type="email"]::placeholder { color: #fff; }
body > footer .follow .gform_wrapper div.gfield .gfield_description { padding: 0.375em 0 0; font-size: 12px; line-height: 1.2; display: block; }
body > footer .follow .gform_wrapper div.gfield .gfield_description.validation_message { color: #000; }
body > footer .follow .gform_wrapper fieldset.gfield > legend { display: none; }
body > footer .follow .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"] { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
body > footer .follow .gform_wrapper fieldset.gfield .ginput_container label { padding: 0 0 0 30px; font-size: 14px; line-height: 1.2; position: relative; display: block; }
body > footer .follow .gform_wrapper fieldset.gfield .ginput_container label span { width: 20px; height: 20px; border-radius: 4px; background: #fff; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; }
body > footer .follow .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"]:checked + label span { color: #2e5180; }
body > footer .follow .gform_wrapper fieldset.gfield .gfield_description { padding: 0 0 0 30px; }
body > footer .follow .gform_wrapper .gfield.gfield_html p { margin: 0; font-size: 12px; }
body > footer .follow .gform_wrapper .gform_footer { padding: 20px 0 0; text-align: right; }
body > footer .follow .gform_wrapper .gform_footer input[type="submit"] { font-family: 'PT Serif', serif; font-weight: 400; font-size: 18px; line-height: 1; padding: 16px 20px; background: #2e5180; color: #fff; border: 0; border-radius: 4px; }
body > footer .logos { margin: 20px 20px 0; padding: 40px 0; border-top: 1px solid #5bb1d9; position: relative; }
body > footer .logos h2 { margin: 28px 0 0; font-size: 14px; line-height: 1.2; }
body > footer .logos h2:first-child { margin: 0; }
body > footer .logos ul { margin: 18px 0 0; }
body > footer .logos ul li img { width: auto; height: 40px; }
body > footer .logos ul ~ ul li img { width: auto; height: 110px; }

@media only screen and (min-width: 980px) {
	body > footer { padding: 78px 30px 86px; }
	body > footer > div { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 210px 480px auto; grid-template-rows: auto 1fr; }
	body > footer:before { width: calc( 50% + 40px ); height: 100%; clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%); bottom: 0; left: auto; right: 0; background: #2e5180; }
	body > footer h1 { padding: 0; background: none; text-align: left; grid-column: 3; grid-row: 1; justify-self: end; }
	body > footer h1 img { height: 60px; }
	body > footer .links { padding: 0; background: none; text-align: left; border-right: 1px solid #5fb3da; grid-column: 1; grid-row: 1 / span 2;  }
	body > footer .links:after { display: none; }
	body > footer .follow { padding: 0 0 0 80px; text-align: left; grid-column: 2; grid-row: 1 / span 2; }
	body > footer .follow ul { font-size: 36px; display: flex; justify-content: flex-start; }
	body > footer .follow ul li { padding: 0.278em 0.389em 0 0; }
	body > footer .follow .gform_wrapper { width: 300px; margin-top: 6px; }
	body > footer .follow .gform_wrapper .gfield { padding-top: 10px; }
	body > footer .follow .gform_wrapper .gfield .ginput_container input[type="text"],
	body > footer .follow .gform_wrapper .gfield .ginput_container input[type="email"] { padding: 1.063em 1.125em 0.875em; font-size: 16px; line-height: 1; border-radius: 0.250em; }
	body > footer .follow .gform_wrapper div.gfield .gfield_description { font-size: 12px; line-height: 1.2; }
	body > footer .follow .gform_wrapper fieldset.gfield .ginput_container label { padding: 0 0 0 2.143em; font-size: 14px; line-height: 1.2; }
	body > footer .follow .gform_wrapper fieldset.gfield .ginput_container label span { width: 1.429em; height: 1.429em; border-radius: 0.286em; }
	body > footer .follow .gform_wrapper fieldset.gfield .gfield_description { padding: 0 0 0 30px; }
	body > footer .follow .gform_wrapper .gfield.gfield_html p { font-size: 12px; }
	body > footer .follow .gform_wrapper .gform_footer { padding: 20px 0 0; }
	body > footer .follow .gform_wrapper .gform_footer input[type="submit"] { font-size: 18px; line-height: 1; padding: 0.889em 1.111em; border-radius: 0.222em; }
	body > footer .logos { margin: 0; padding: 38px 0 0; border-top: 0; grid-column: 3; grid-row: 2; justify-self: end; text-align: right; }
	body > footer .logos h2 { margin-top: 1.375em; font-size: 16px; }
	body > footer .logos h2:first-child { margin-top: 0; }
	body > footer .logos ul { margin-top: 16px; }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
	body > footer { padding: 5.571vw 2.143vw 6.143vw; }
	body > footer > div { grid-template-columns: 15vw 34.286vw auto; }
	body > footer:before { width: calc( 50% + 2.857vw ); clip-path: polygon(5.714vw 0%, 100% 0, 100% 100%, 0% 100%); }
	body > footer h1 img { height: 4.286vw; }
	body > footer .follow { padding: 0 0 0 80px }
	body > footer .follow ul { font-size: 2.571vw; }
	body > footer .follow .gform_wrapper { width: 21.429vw; margin-top: 0.429vw; }
	body > footer .follow .gform_wrapper .gfield { padding-top: 0.714vw; }
	body > footer .follow .gform_wrapper .gfield .ginput_container input[type="text"],
	body > footer .follow .gform_wrapper .gfield .ginput_container input[type="email"] { font-size: 1.143vw; }
	body > footer .follow .gform_wrapper div.gfield .gfield_description { font-size: 0.857vw; }
	body > footer .follow .gform_wrapper fieldset.gfield .ginput_container label { font-size: 1vw; }
	body > footer .follow .gform_wrapper fieldset.gfield .gfield_description { padding: 0 0 0 2.143vw; }
	body > footer .follow .gform_wrapper .gfield.gfield_html p { font-size: 0.857vw; }
	body > footer .follow .gform_wrapper .gform_footer { padding: 1.429vw 0 0; }
	body > footer .follow .gform_wrapper .gform_footer input[type="submit"] { font-size: 1.286vw; }
	body > footer .logos { padding: 2.714vw 0 0; }
	body > footer .logos h2 { font-size: 1.143vw; }
	body > footer .logos ul { margin-top: 1.143vw; }
}

body > .popup { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.8); display: none; z-index: 99; }
body > .popup .wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: auto; }
body > .popup .hold { width: 100%; max-width: 740px; }
body > .popup ul.close { text-align: center; }
body > .popup ul.close li a { width: 60px; height: 60px; margin: 0 auto; font-size: 30px; background: #fff; color: #2e5180; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
body > .popup .box { margin: 40px 0 0; max-height: calc( 90vh - 100px ); overflow: auto; background: #fff; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5); }
body > .popup .box figure img { width: 100%; height: auto; }
body > .popup .box .text { padding: 30px; }
body > .popup .box .text h2 { max-width: 480px; margin: 0 auto; font-family: 'PT Serif', serif; font-weight: 400; font-size: 30px; line-height: 1.2; color: #2e5180; text-align: center; }
body > .popup .box .text p { max-width: 480px; margin: 30px auto 0; font-size: 16px; line-height: 1.375; color: #666666; text-align: center; }
body > .popup .box .text a { color: #2e5180; text-decoration: underline; }
body > .popup .box .text a:hover { text-decoration-color: #fff; }
body > .popup .box .gform_confirmation_wrapper { max-width: 480px; margin: 0 auto; padding: 1em 0 0; font-family: 'PT Serif', serif; font-weight: 400; font-size: 30px; line-height: 1.2; color: #2e5180; text-align: center; }
body > .popup .box .text .gform_wrapper { max-width: 320px; margin: 38px auto 0; }
body > .popup .box .text .gform_wrapper > .gform_heading { display: none; }
body > .popup .box .text .gform_wrapper a { color: #2e5180; text-decoration: underline; }
body > .popup .box .text .gform_wrapper a:hover { text-decoration-color: #fff; }
body > .popup .box .text .gform_wrapper .gfield { padding: 16px 0 0; }
body > .popup .box .text .gform_wrapper .gfield > label { font-size: 16px; display: block; }
body > .popup .box .text .gform_wrapper .gfield .ginput_container { margin: 8px 0 0; position: relative; }
body > .popup .box .text .gform_wrapper .gfield .ginput_container input[type="text"],
body > .popup .box .text .gform_wrapper .gfield .ginput_container input[type="email"],
body > .popup .box .text .gform_wrapper .gfield .ginput_container select,
body > .popup .box .text .gform_wrapper .gfield .ginput_container textarea { width: 100%; padding: 12px 9px; font-family: 'PT Serif', serif; font-weight: 400; font-size: 18px; line-height: 1.2; background: #2e5180; color: #fff; border: 0; border-radius: 4px; }
body > .popup .box .text .gform_wrapper .gfield .ginput_container input[type="text"]::placeholder,
body > .popup .box .text .gform_wrapper .gfield .ginput_container input[type="email"]::placeholder,
body > .popup .box .text .gform_wrapper .gfield .ginput_container select::placeholder,
body > .popup .box .text .gform_wrapper .gfield .ginput_container textarea::placeholder { font-style: italic; color: #fff; }
body > .popup .box .text .gform_wrapper .gfield .ginput_container select { -webkit-appearance: none; appearance: none; }
body > .popup .box .text .gform_wrapper .gfield .ginput_container > i { font-size: 16px; color: #fff; position: absolute; top: 0.875em; right: 0.625em; pointer-events: none; z-index: 2; }
body > .popup .box .text .gform_wrapper .gfield .gfield_description { padding: 0.375em 0 0; font-size: 12px; line-height: 1.2; display: block; }
body > .popup .box .text .gform_wrapper .gfield .gfield_description.validation_message { color: #f00; }
body > .popup .box .text .gform_wrapper fieldset.gfield > legend { display: none; }
body > .popup .box .text .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"] { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
body > .popup .box .text .gform_wrapper fieldset.gfield .ginput_container label { padding: 0 0 0 30px; font-size: 14px; line-height: 1.2; position: relative; display: block; }
body > .popup .box .text .gform_wrapper fieldset.gfield .ginput_container label span { width: 20px; height: 20px; border-radius: 4px; background: #2e5180; color: #2e5180; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; }
body > .popup .box .text .gform_wrapper fieldset.gfield .ginput_container input[type="checkbox"]:checked + label span { color: #fff; }
body > .popup .box .text .gform_wrapper fieldset.gfield .gfield_description { padding: 0 0 0 30px; }
body > .popup .box .text .gform_wrapper .gform_footer { padding: 20px 0 0; }
body > .popup .box .text .gform_wrapper .gform_footer input[type="submit"] { font-family: 'PT Serif', serif; font-weight: 400; font-size: 18px; line-height: 1; padding: 16px 20px; background: #ee4e28; color: #fff; border: 0; border-radius: 4px; }

/* 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;
}