/*
	Theme Name: H2YOU
	Description: H2YOU
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Framework
	Author URI: http://frameworkmn.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 42px Oswald;
	color: #003471;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	letter-spacing: 2.3px;
}

h1 strong {
	letter-spacing: 1.1px;
}

h2 {
	font: 28px Oswald;
	color: #003471;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	line-height: 1.25em;
}

h2.light {
	color: #63aaea;
}

h2 strong {
	letter-spacing: 0.5px;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #63aaea;
	margin: 0 0 18px 0;
	line-height: 1.25em;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	color: #63aaea;
	line-height: 1.5em;
	margin: 0;
}

h5 {
	font-size: 15px;
	margin: 0 0 35px 0;
	line-height: 1.6em;
	letter-spacing: 0.8px;
}

h6, .button {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #245fac;
	margin: 20px 5px 0 0;
}

h6 a:link, h6 a:visited,
.button {
	display: inline-block;
	color: #245fac;
	border: 2px solid #245fac;
	padding: 11px 16px 11px 16px;
	letter-spacing: 0.3px;
}

h6 a:hover, .button:hover, h6.dark a:link, h6.dark a:visited {
	background-color: #245fac;
	color: #fff;
}

h6.dark a:hover {
	background: transparent;
	color: #245fac;
	border: 2px solid #245fac;
}

.button {
	background: transparent;
	margin: 0;
}

.email {
	font: 13px Raleway, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 15px;
}

/* Links */

a:link, a:visited, a:active {
	color: #63aaea;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #003471;
}

/* Paragraphs */

p {
	margin: 0 0 20px 0;
	line-height: 1.6em;
	letter-spacing: 0.25px;
}

.alignleft {
	float: left;
	display: inline;
	margin: 5px 30px 15px 0;
}

.wp-caption {
	float: left;
	display: inline;
	margin: 5px 20px 15px 0;
}

.wp-caption img {
	display: block;
	width: auto;
	margin: 0 0 7px 0;
}

.wp-caption-text {
	font-size: 11px;
	color: #929292;
	margin: 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 5px 0 15px 30px;
}

.aligncenter {
	display: block;
}

.aligncenter, .content iframe {
	margin: 0 auto 35px auto;
}

/* Lists */

.content ul {
	margin: 0 0 25px 45px;
}

.content ul li {
	list-style: disc;
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

.content ul ul {
	margin: 20px 0 0 10px;
}

.content ol {
	margin: 0 0 25px 45px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 13px Raleway, Arial, Helvetica, sans-serif;
	color: #000;
}

table {
	width: 100%;
	margin: 0 0 12px 0;
}

td {
	vertical-align: top;
	line-height: 1.45em;
}

img {
	max-width: 100%;
	height: auto;
}

.all {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.frame {
	width: calc(100% - 40px);
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.wide-frame {
	max-width: 1200px;
}

/* Header */

.header {
	position: fixed;
	z-index: 220;
	top: 0;
	left: 0;
	right: 0;
	height: 85px;
	background: #FFF;
	border-bottom: 1px solid #e5e5e5;
}

.admin-bar .header {
	top: 32px;
}

.home .header {
	border-bottom: none;
}

.header:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 1px;
	background: #ececec;
}

.header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 1px;
	background: #f8f8f8;
}

.home .header:before, .home .header:after {
	display: none;
}

.header .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.logo {
	margin: 0 auto 0 0;
}

.logo img {
	display: block;
}

#menu-button {
	display: none;
}

.main-menu {
	margin: 0 20px 0 0;
}

.main-menu ul {
	display: flex;
	flex-flow: row nowrap;
}

.main-menu li {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #63aaea;
	margin: 0;
	letter-spacing: 0.1px;
}

.main-menu li:first-child {
	margin-left: 0;
}

.main-menu a:link, .main-menu a:visited {
	display: block;
	padding: 13px 12px;
	color: #63aaea;
}

.main-menu a:hover,
.main-menu li.current-menu-item a:link, .main-menu li.current-menu-item a:visited,
.main-menu li.current-menu-parent a:link, .main-menu li.current-menu-parent a:visited,
.main-menu li.current-menu-ancestor a:link, .main-menu li.current-menu-anestor a:visited {
	background: #245fac;
	color: #FFF;
}

.header-button {
	display: flex;
	align-items: center;
}

.header-button h6 {
	margin: 0;
}

.header-button h6 + h6 {
	margin-left: 20px;
}

.header-button h6 a:link, .header-button h6 a:visited,
.footer-button h6 a:link, .footer-button h6 a:visited,
.drawer h6 a:link, .drawer h6 a:visited {
	padding-left: 12px;
	padding-right: 12px;
}

/* Page Content */

.page-content {
	padding: 85px 0 0 0;
}

.admin-bar .page-content {
	padding-top: 117px;
}

/* Welcome */

.welcome {
	position: relative;
}

.welcome-graphic {
	position: relative;
	overflow: hidden;
	max-height: 995px;
}

.welcome-video, .welcome-image {
	padding-top: 51.82%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.welcome-video video, .welcome-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}

.welcome .frame {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.welcome-text {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
	max-width: 540px;
	background: rgba(36,95,172,0.9);
}

.welcome-text:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 3000px;
	background: rgba(36,95,172,0.9);
}

.welcome-text .inner {
	padding: 30px 90px 30px 0;
}

.facebook {
	margin: 37px 0 0 0;
}

.facebook a:link, .facebook a:visited {
	display: inline-block;
	background: url('i/ico-facebook.png') no-repeat 100% 0;
	font: 700 16px Oswald;
	letter-spacing: 0.5px;
	height: 40px;
	line-height: 40px;
	padding: 0 54px 0 0;
}

/* Content */

.content {
	padding: 54px 0 60px 0;
	position: relative;
	z-index: 10;
}

.content:first-child {
	padding-top: 42px;
}

.content>.frame>:last-child {
	margin-bottom: 0;
}

.indent {
	max-width: 615px;
	margin: 0 auto;
}

.white-text {
	color: #FFF;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text a:link, .white-text a:visited {
	color: #fff;
}

.white-text a:hover {
	color: #63aaea;
}

.white-text h6 a:link, .white-text h6 a:visited {
	border-color: #FFF;
}

.white-text h6 a:hover {
	background: #FFF;
	color: #245fac;
}

video, img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

/* Actions */

.actions-area {
	padding-top: 60px;
}

.actions-area .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.actions-left {
	width: 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.actions-text {
	margin: 50px 85px 30px 0;
}

.actions-text h1 {
	margin-bottom: 29px;
}

.images-horizontal {
	margin: 0 0 0 -336px;
	display: flex;
	flex-flow: row nowrap;
}

.image {
	position: relative;
}

.images-horizontal .image:first-child {
	width: 48.57%;
}

.images-horizontal .image:last-child {
	width: 51.43%;
}

.image {
	overflow: hidden;
}

.image a {
	display: block;
}

.image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: transform 1000ms ease-in-out;
	transition: transform 1000ms ease-in-out;
}

.image:hover img {
	transform: scale(1.07);
}

.caption {
	position: absolute;
	top: 42px;
	left: 45px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #FFF;
	line-height: 1.35em;
	max-width: 200px;
}

.images-vertical .image:first-child .caption {
	top: auto;
	bottom: 36px;
}

.images-horizontal .caption {
	top: auto;
	bottom: 27px;
}

.images-horizontal .image:first-child .caption {
	left: auto;
	right: 75px;
}

.blue-caption {
	color: #003471;
}

.actions-right {
	width: 50%;
	display: flex;
	flex-flow: row nowrap;
}

.image-vertical {
	width: 77.7%;
	overflow: hidden;
}

.image-vertical img {
	height: 100%;
	width: auto;
	max-width: 500%;
}

.images-vertical {
	margin: 0 -420px 0 0;
	display: flex;
	flex-flow: column nowrap;
}

.images-vertical .image {
	height: 50%;
}

.images-vertical .image img {
	height: 100%;
	width: auto;
	max-width: 500%;
}

/* Callouts */

.callouts {
	padding: 0 !important;
}

.callouts .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.callout {
	position: relative;
	padding: 47px 0 3px 0;
	letter-spacing: 0.3px;
	width: 50%;
}

.callout-background {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 960px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.callout:last-child .callout-background {
	right: auto;
	left: 0;
}

.callout-content {
	margin: 0 55px 0 0;
}

.callout-content p {
	margin-bottom: 38px;
}

.callout-content p:last-child {
	margin-bottom: 0;
}

.callout-columns {
	display: flex;
	flex-flow: row nowrap;
}

.callout-text {
	width: 46%;
	margin: 0 0 0 55px;
}

.callout-text p {
	margin-bottom: 30px;
}

.callout-image {
	width: 39.8%;
	margin: 5px 0 0 4%;
}

.callout-image img {
	display: block;
}

.callout-image .callout-button {
	display: none;
}

/* Articles */

.news-area {
	padding-bottom: 0;
	position: relative;
	z-index: 20;
}

.news-area .frame {
	background: #FFF;
	margin-bottom: -140px;
	padding-bottom: 40px;
}

.news-area + .content {
	padding-top: 200px;
	position: relative;
	z-index: 10;
}

.articles {
	max-width: 812px;
	margin: 65px auto -30px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}

.wide-indent {
	max-width: 812px;
	margin: 0 auto;
}

.preview {
	width: 25.1%;
	position: relative;
	margin: 0 0 60px 0;
}

.preview:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 50px;
	width: 2px;
	background: #e9eff7;
	left: -26%;
}

.preview:first-child:before {
	display: none;
}

.thumbnail {
	margin: 0 0 17px 0;
	overflow: hidden;
}

.thumbnail img {
	display: block;
	-webkit-transition: transform 1000ms ease-in-out;
	transition: transform 1000ms ease-in-out;
}

.thumbnail:hover img {
	transform: scale(1.07);
}

.thumbnail img {
	display: block;
}

.details {
	margin: 0 22px 0 0;
}

.details p {
	margin: 0;
}

/* Events */

.events-area {
	background: #e9eff7;
}

.event-preview {
	max-width: 760px;
	margin: 72px auto 35px auto !important;
	border: 3px solid #FFF;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.event-thumbnail {
	width: 297px;
	height: 294px;
	background: #FFF;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.event-thumbnail img {
	display: block;
}

.event-details {
	width: calc(100% - 380px);
	margin: 0 0 0 53px;
}

h4.event-title {
	font-size: 20px;
	letter-spacing: 0.5px;
}

.event-details h6 {
	margin: 64px 0 0 0;
}

/* Share */

.share {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 37px 0;
}

.share-label {
	font: 16px Oswald;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #245fac;
	margin: 0 14px 0 0;
}

.share-buttons img {
	display: block;
}

/* Article */

h1.post-title {
	margin: 0 0 24px 0;
}

.post-categories {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	color: #a6a6a6;
	margin: 0 0 32px 0;
	padding: 10px 0;
}

.post-categories a:link, .post-categories a:visited {
	color: #a6a6a6;
}

.post-categories a:hover {
	color: #63aaea;
	text-decoration: underline;
}

.post-image {
	margin: 0 0 30px 0;
	text-align: center;
}

/* Footer */

.footer {
	background: #003471;
	padding: 35px 0 43px 0;
}

.footer .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-logo {
	width: 100px;
	flex: 0 0 100px;
}

.footer-text {
	margin: 7px 8% 0 6.2%;
	flex: 0 1 auto;
	letter-spacing: 0.5px;
}

.footer-button {
	white-space: nowrap;
	margin: 8px 0 0 0;
}

.footer-button h6 {
	margin: 0;
}

.footer-text p {
	margin: 0;
}

.copyright {
	font-size: 9px;
	text-transform: uppercase;
	margin: 22px 0 0 0;
}

.drawer, .overlay {
	display: none;
}

/* Pagination */

.pagination {
	text-align: center;
}

.pagination a:link, .pagination a:visited, .pagination span {
	border: 1px solid #245fac;
	color: #245fac;
	text-decoration: none;
	text-align: center;
	padding: 7px 12px;
	margin: 0 6px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.pagination span, .pagination a:hover {
	background: #245fac;
	color: #FFF;
}

.post-password-form input[type=password] {
	border: 1px solid #63aaea;
	padding: 7px 15px;
}

.post-password-form input[type=submit] {
	font: 800 13px Raleway;
	text-transform: uppercase;
	color: #245fac;
	border: 2px solid #245fac;
	background: transparent;
	cursor: pointer;
	padding: 6px 14px;
	margin: 0 0 0 10px;
}

.resources {
	position: relative !important;
	height: auto !important;
}

.resources:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #FFF;
}

.resource {
	position: static !important;
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.isotope-hidden {
	display: none;
}

.resource {
	margin: 0 0 35px 0;
	border-bottom: 2px solid #e5e5e5;
}

ul.grid {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -30px;
	width: calc(100% + 60px);
}

ul.grid>li {
	list-style: none;
	width: calc(50% - 60px);
	margin: 0 30px 60px 30px;
}

ul.grid-3>li {
	width: calc(33.33% - 60px);
}

.grid-image {
	display: block;
	margin: 0 0 14px 0;
	border: 2px solid #e5e5e5;
}

.grid-3 .grid-image {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 75.07% 0;
}

.grid-3 .grid-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: 300%;
	height: 100%;
}

.resources-grid .grid-image img {
	min-width: 1px;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.grid-title {
	font-size: 20px;
	font-weight: 700;
	color: #245fac;
	margin: 0 0 14px 0;
}

.grid-title a:link, .grid-title a:visited {
	color: #245fac;
}

.grid-button {
	margin: 0;
}

.grid-image img {
	display: block;
	width: 100%;
}

ul.filters {
	margin: 0 0 30px 0;
	display: flex;
	flex-flow: row wrap;
}

ul.filters>li {
	list-style: none;
	margin: 0 25px 15px 0;
}

.filters li a:link, .filters li a:visited {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #245fac;
	display: block;
	color: #245fac;
	border: 2px solid #245fac;
	padding: 5px 15px;
	letter-spacing: 0.3px;
}

.filters li.current a:link, .filters li.current a:visited {
	background: #245fac;
	color: #FFF;
}

.filters li a:focus {
	outline: none;
}

.translate-button {
	margin: 0 -24px 0 24px;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.page-template-landing-php .translate-button {
	margin-left: 70px;
}

.translate-button svg {
	margin: 0 13px 0 7px;
}

.translate-button:hover svg g, .translate-button:hover svg line,
.translate-button:focus svg g, .translate-button:focus svg line {
	stroke: #027223;
}

.translate-button i {
	-webkit-transition: transform 350ms ease-in-out;
	transition: transform 350ms ease-in-out;
}

.translate-open .translate-button i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

body .translator-dropdown-container, body .translator-dropdown-sub-container {
	height: 19px !important;
	font: 12px Roboto !important;
}

body .translator-dropdown-languages-list-opened .translator-dropdown-current-language,
body .translator-dropdown-languages-list-opened .translator-dropdown-current-language span,
body .translator-dropdown-current-language span {
	color: #54565A !important;
}

body .translator-dropdown-current-language span,
body .translator-dropdown-sub-container a span {
    line-height: 19px !important;
	font: 12px Roboto !important;
}

body .translator-dropdown-current-language img, body .translator-dropdown-sub-container a img {
	width: 19px !important;
	height: auto !important;
}

.translator-dropdown-current-language>img {
	margin-top: 3px !important;
}

body .translator-dropdown-body {
	background: transparent !important;
	border: none !important;
	padding: 0 50px 0 0 !important;
	height: 21px !important;
	background: url('i/ico-globe.svg') no-repeat right 23px top 0 !important;
	cursor: pointer !important;
	position: relative !important;
}

body .translator-dropdown-languages-list-opened .translator-dropdown-body {
	height: 21px !important;
}

body .translator-dropdown-body:before {
	content: '\f078';
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	font: 900 13px 'Font Awesome 6 Free';
	color: #54565A;
}

body .translator-dropdown-sub-container p {
	height: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .translator-dropdown-languages-list p {
	border-top: none !important;
	padding: 0 !important;
	break-inside: avoid !important;
}
	
body .translator-dropdown-current-language,
body .translator-dropdown-sub-container a {
	height: 25px !important;
	line-height: 25px !important;
	font: 12px Roboto !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

body .translator-dropdown-sub-container a {
	break-inside: avoid !important;
	padding: 0 10px!important;
	/*
	height: auto !important;
	*/
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	/*
	height: 26px !important;
	line-height: 26px !important;
	*/
	text-align: center !important;
}

body .translator-dropdown-current-language span, body .translator-dropdown-sub-container a span {
    line-height: 19px!important;
    height: auto !important;
    display: block !important;
    margin: 1px 0 0 0 !important;
}

body .translator-dropdown-current-language-arrow {
	display: none !important;
}

body .translator-dropdown-languages-list-opened .translator-dropdown-body {
	background: url('i/ico-globe.svg') no-repeat right 23px top 0 !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body .translator-dropdown-languages-list-scroll, body .translator-dropdown-languages-list {
    background: #fff !important;
	border: 1px solid #54565A !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    width: auto !important;
    position: absolute !important;
	top: calc(100% - 2px) !important;
	/*
	left: -11px !important;
	right: -11px !important;
	*/
	left: 0 !important;
	right: 0 !important;
}

body .translator-dropdown-languages-list {
	left: auto !important;
	right: -11px !important;
	column-count: 7;
}

.translator-dropdown-languages-list-scroll-bar,
body .translator-dropdown-languages-list-scroll-bar-rail {
	display: block !important;
}

body .translator-dropdown-hover .translator-dropdown-languages-list p:hover a,
body .translator-dropdown-hover .translator-dropdown-languages-list p:hover a span {
	color: #54565A !important;
	background: #EBEBEB !important;
}

body .translator-dropdown-hover .translator-dropdown-languages-list p:hover {
	background: #EBEBEB !important;
}

.latest {
	padding: 40px 0;
}

.latest .frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.latest-text {
	width: 47%;
}

.latest-text>:last-child {
	margin-bottom: 0;
}

.latest-image {
	width: 47%;
}

ul.facets {
	margin: 0 -30px;
	display: flex;
}

ul.facets>li {
	list-style: none;
	width: calc(33.33% - 60px);
	margin: 0 30px;
}

.facets select {
	width: 100%;
	border: 2px solid #e9eff7;
	padding: 5px 10px;
	font: 700 16px Raleway;
}

.fs-wrap {
	width: 100% !important;
	border: 2px solid #e9eff7 !important;
	padding: 5px 10px !important;
	font: 700 16px Raleway !important;
}

.fs-label-wrap {
	border: none !important;
}

.fs-label-wrap .fs-label {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.fs-dropdown {
	left: -2px !important;
	right: -2px !important;
	top: 100% !important;
	border: 2px solid #e9eff7 !important;
	width: auto !important;
}

.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: normal !important;
}

.fs-wrap.multiple .fs-checkbox {
	top: 16px !important;
	bottom: auto !important;
}

.facetwp-pager {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.facetwp-pager a {
	font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #245fac;
	margin: 3px 15px;
	border: 2px solid #245fac;
    padding: 8px 14px;
    letter-spacing: 0.3px;
}

.facetwp-pager a.active {
	background: #245fac;
	color: #FFF;
}

/* Narrow Desktop */
@media (max-width: 1750px) {
	.images-horizontal {
		margin-left: 0;
	}
	.images-vertical {
		margin-right: 0;
		width: 50%;
	}
	.image-vertical {
		width: 50%;
	}
	.images-horizontal .image:first-child .caption {
		right: auto;
	}
	.caption {
		left: 20px !important;
	}
}

@media (max-width: 1239px) {
	.main-menu li {
		font-size: 12px;
	}
	.main-menu a:link, .main-menu a:visited {
		padding: 9px;
	}
}

/* 960px */
@media (max-width: 1110px) {
	/* .frame {
		width: 920px;
	} */
	.main-menu {
		margin-right: 2%;
	}
	.main-menu li {
		margin-left: 0;
	}
	.callout-columns {
		padding-bottom: 20px;
	}
	.side-button {
		 margin: 20px 0 0 0;
	}
	.side-button h6 {
		margin-top: 10px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	ul.grid-3, ul.facets {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
	ul.grid-3>li, ul.facets>li {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(33.33% - 30px);
	}
	/*.frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	*/
	.alignleft, .alignright, .aligncenter, .alignnone, .content iframe {
		float: none;
		display: block;
		margin: 0 auto 25px auto !important;
	}
	.translate-button {
		margin: -7px 120px 0 0;
	}
	.main-menu, .header-button {
		display: none;
	}
	#menu-button {
		position: fixed;
		top: 15px;
		right: 5px;
		z-index: 320;
		font-size: 13px;
		font-weight: 800;
		text-transform: uppercase;
		color: #63aaea;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 10px 15px 10px 15px;
		-webkit-transition: all 0.01s ease-in-out;
		-o-transition: all 0.01s ease-in-out;
		transition: all 0.01s ease-in-out;
	}
	.menu-open #menu-button {
		background-color: #cfe5f5;
		-webkit-transition: all 1.3s ease-in-out;
		-o-transition: all 1.3s ease-in-out;
		transition: all 1.3s ease-in-out;
	}
	a#menu-button:focus {
		outline: none;
	}
	.lines {
		position: relative;
		width: 30px;
		height: 100%;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-text {
		margin: 0 15px 0 0;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-open .menu-text {
		margin-right: 6px;
		color: #245fac;
	}
	.menu-open .menu-open {
		display: none;
	}
	.menu-close {
		display: none;
	}
	.menu-open .menu-close {
		display: block;
	}
	#menu-button .line {
		width: 100%;
		height: 3px;
		background-color: #245fac;
		display: block;
		margin: 3px auto;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-open #menu-button .line {
		width: 26px;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#menu-button:hover {
		cursor: pointer;
	}
	.menu-open #menu-button .line:nth-child(2) {
		opacity: 0;
	}
	.menu-open #menu-button .line:nth-child(1) {
		-webkit-transform: translateY(15px) rotate(56deg);
		-ms-transform: translateY(15px) rotate(56deg);
		-o-transform: translateY(15px) rotate(56deg);
		transform: translateY(9px) rotate(56deg);
	}
	.menu-open #menu-button .line:nth-child(3) {
		-webkit-transform: translateY(-13px) rotate(-56deg);
		-ms-transform: translateY(-13px) rotate(-56deg);
		-o-transform: translateY(-13px) rotate(-56deg);
		transform: translateY(-9px) rotate(-54deg);
	}
	/* Drawer */
	.overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000;
		opacity: 0;
		pointer-events: none;
		z-index: 309;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-open .overlay {
		opacity: 0.2;
		pointer-events: inherit;
	}
	.drawer {
		display: block;
		max-width: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		overflow: auto;
		z-index: 310;
		background: #cfe5f5;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-open .drawer {
		max-width: 235px;
	}
	.drawer .inner {
		width: 235px;
		padding: 78px 0 35px 20px;
		height: 100%;
	}
	.side-menu {
		border-bottom: 1px solid #63aaea;
		padding: 0 0 5px 0;
		margin: 0 0 13px 0;
	}
	.side-menu li {
		font: 13px Oswald;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #000000;
		margin: 0 0 10px 0;
		padding: 0 0 0 15px;
	}
	.side-submenu li {
		background: url('i/drop.png') no-repeat 0 5px;
	}
	.side-menu a:link, .side-menu a:visited {
		color: #000000;
	}
	.side-menu a:hover {
		color: #63aaea;
	}
	.drawer .facebook {
		margin-top: 20px;
	}
	.drawer .facebook a:link, .drawer .facebook a:visited {
		font: 400 13px Oswald;
		background-image: url('i/ico-facebook-small.png');
		height: 32px;
		line-height: 32px;
		padding-right: 43px;
		color: #245fac;
	}
	.drawer .facebook a:hover {
		color: #63aaea;
	}
	/* Welcome */
	.welcome .frame {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin: 0 !important;
		width: 100% !important;
	}
	.welcome-text {
		max-width: 100%;
		background: #245fac;
	}
	.welcome-text .inner {
		padding: 26px 18px 24px 18px;
	}
	.welcome-text h1 br {
		display: none;
	}
	.welcome-text .facebook {
		margin-top: 22px;
	}
	h1 {
		font-size: 28px;
	}
	.actions-text h1 {
		margin-bottom: 22px;
	}
	.actions-area .frame {
		flex-flow: column nowrap;
	}
	.actions-area, .content, .news-area + .content {
		padding-top: 39px;
		padding-bottom: 37px;
	}
	.actions-left, .actions-right {
		margin: 0;
		width: 100%;
	}
	.actions-text {
		text-align: center;
		margin: 0 0 30px 0;
	}
	.images-horizontal  {
		margin: 0 0 30px 0;
	}
	.images-horizontal .image {
		width: 50% !important;
	}
	.image a {
		height: 100% !important;
	}
	.image img {
		min-height: 100% !important;
		height: auto !important;
	}
	.image-vertical img {
		min-width: 100%;
	}
	.callouts .frame {
		flex-flow: column nowrap;
		margin: 0 !important;
	}
	.callout {
		width: 100%;
		order: 2;
		padding: 26px 20px;
	}
	.callout:last-child {
		order: 1;
	}
	.callout-columns {
		flex-flow: column nowrap;
	}
	.callout-text {
		width: 100%;
		margin: 0;
	}
	.callout-text p {
		margin-bottom: 20px;
	}
	.callout-image {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.callout-image img {
		display: block;
		margin: 0 auto;
	}
	.callout-text .callout-button {
		display: none;
	}
	.callout-image .callout-button {
		display: block;
		margin: 25px 0 0 0;
	}
	.callout-columns {
		padding-bottom: 0;
	}
	.news-area .frame {
		margin-bottom: 0;
		background: transparent;
	}
	.event-preview {
		margin: 0 auto !important;
	}
	.footer-text, .footer-button {
		margin-top: 0;
	}
	.grid-title {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.logo {
		width: 50px;
	}
	.header {
		height: 75px;
	}
	.page-content {
		padding-top: 75px;
	}
	.admin-bar .page-content {
		padding-top: 107px;
	}
	h1 {
		letter-spacing: 1.7px;
	}
	.images-horizontal {
		flex-flow: column nowrap;
		margin: 0;
	}
	.actions-right {
		flex-flow: column nowrap;
	}
	.image, .images-horizontal .image {
		width: auto !important;
		max-width: 540px !important;
		margin: 0 18px 12px 18px !important;
		height: auto !important;
		max-height: 170px !important;
		overflow: hidden !important;
	}
	.caption {
		font-size: 16px !important;
		top: 18px !important;
		left: 22px !important;
		bottom: auto !important;
		right: auto !important;
	}
	.images-horizontal, .image-vertical, .images-vertical {
		width: auto !important;
	}
	.image img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 999px !important;
		min-height: 1px !important;
	}
	.image a {
		height: auto !important;
		min-height: 1px !important;
		display: inline !important;
	}
	.image {
		overflow: hidden !important;
	}
	.articles {
		margin: 0;
		flex-flow: column nowrap;
	}
	.preview {
		width: 200px;
		display: none;
		margin: 0 auto;
	}
	.preview:first-child {
		display: block;
	}
	.preview:before {
		display: none;
	}
	.news-area .frame {
		padding-bottom: 0;
	}
	.event-preview {
		border: none;
		flex-flow: column nowrap;
		width: 200px;
		margin: 0 auto;
	}
	.event-thumbnail {
		margin: 0 0 15px 0;
		width: 100%;
		height: 200px;
	}
	.event-details {
		width: 100%;
		margin: 0;
	}
	h4.event-title {
		font-size: 16px;
	}
	.event-details h5 {
		font-size: 13px;
		margin: 0 0 25px 0;
	}
	.event-details h6 {
		margin-top: 0;
		text-align: center;
	}
	.footer-button {
		display: none;
	}
	.footer-logo {
		width: 50px;
		flex: 0 0 auto;
	}
	.footer-text {
		width: calc(100% - 90px);
		margin: -4px 20px 0 0;
	}
	.copyright {
		margin-top: 25px;
	}
	.footer {
		padding-bottom: 25px;
	}
	ul.grid {
		flex-flow: column nowrap;
		margin: 0 auto;
		width: 100%;
		max-width: 420px;
	}
	ul.grid-3 {
		flex-flow: row wrap;
		margin: 0 -15px;
		width: calc(100% + 30px);
		max-width: calc(100% + 30px);
	}
	ul.grid>li {
		width: 100%;
		margin: 0 0 25px 0;
	}
	ul.grid-3>li {
		width: calc(50% - 30px);
		margin: 0 15px 30px 15px;
	}
	ul.facets {
		margin: 0;
		width: 100%;
		display: block;
	}
	ul.facets>li {
		width: 100%;
		margin: 10px 0;
	}
	body .translator-dropdown-languages-list {
		column-count: 4 !important;
	}
	.latest .frame {
		flex-flow: column nowrap;
	}
	.latest-image {
		order: 1;
		width: 100%;
		max-width: 360px;
		margin: 0 0 30px 0;
	}
	.latest-text {
		order: 2;
		width: 100%;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	td {
		padding: 15px 0 !important;
	}
	.tablepress .row-hover tr:hover td {
		background: transparent !important;
	}
	table.table {
		display: table !important;
		max-width: 580px;
		margin: 0 auto 20px auto !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
}