/*
Theme Name:     Hemmakoti Theme
Theme URI:      
Description:    Air-light child theme.
Author:         Kuuki Marketing Lab
Author URI:     https://www.kuuki.fi
Template:       air-light-master
Version:        1.0
*/



/* Custom CSS by Markus */

.margin-top-wide {
	margin-top: 90px;
}

.hero-center {
	justify-content: center;
}

.messagebutton {
		z-index: 9999;
		position: fixed;
		bottom: 25px;
		right: 10px;
}

.messagebutton-p {
		display: flex;
		align-items: center;
		color: #fff;
		background-color: #F08157;
		padding: 9px;
		font-size: var(--font-size-small);
		font-weight: 700;
		border-radius: 15px;
}

.messagebutton-p img {
  	margin-right: 7px;
}


.box-borders {
	border-style: solid;
	border-width: 5px;
	border-radius: 15px;
	border-color: #F08157;
	padding: 15px;
}

/*
.icon-container {
    text-align: center;
}
*/
    
.icon-container .icon {
    font-size: 36px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
} 
    
.icon-container
.icon:last-child {
    margin-right: 0;
}

/* TODO figure out where the actual icon comes from */
.external-link-icon{
	display: none;
}

/* End custom CSS by Markus */



/* Start of Custom CSS by Arkadii */
/* ========================================================================== */


.phone-number-container {
    display: inline-block;
	margin-left: 10px;
    margin-top: 0px;
    padding: 10px 10px;
    background-color: #EDB7D4;
    color: #111827;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.phone-number-container:hover {
    background-color: #F6C3AE;
}

.phone-number-container a {
    color: #111827;
}

.phone-number-container a:hover {
	color: #0B4279;
}


.whatsapp-container {
    display: inline-block;
    padding: 5px 7px;
    background-color: #25d366;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.whatsapp-container {
    margin-right: auto;
    margin-left: 7px;
    margin-top: 10px;
    font-size: 22px;
}

.whatsapp-container a {
    color: white;
}

.whatsapp-container a:hover {
    color: white;
}

.whatsapp-container:hover {
    background-color: black;
}

.home .nav-container {
    background-color: #ffffffde;
    position: fixed;
}

.nav-container {
    background-color: #ffffffde;
    position: fixed;
}

@media screen and (max-width: 500px) {
  .phone-number-container {
    padding: 5px 5px;
	font-size: x-small;
  }
	
/*
 * 
 ** reset font size
 * .phone-number-container i {
 *   font-size: initial; 
 * }
 * 
 ** hide phonen number
 * .phone-number-container span {
 *   display: none; 
 * }
 * 
 * */
}

@media screen and (max-width: 500px) {
  #nav-toggle-label {
    display: none;
  }
}

.nav-toggle span {
	color: #0B4279 !important;
}

.hamburger--spin .hamburger-inner::before {
    background-color: #839FBA !important;
}

.hamburger--spin .hamburger-inner::after {
    background-color: #839FBA !important;
}
span.hamburger-inner {
    background-color: #839FBA !important;
}


/* From Setting as a button */

/* Form container */
.form-container {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background-color: #defdfff2;
  padding: 20px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

/* Google Form iframe */
#googleForm {
  width: 90vh; /* Make the iframe fill the width of the container */
  height: 70vh; /* Set a fixed height (80% of viewport height) */
}

/* Close button */
.close {
  color: #910606cf;
  float: right;
  font-size: 44px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}


/* Media query for screens less than 500px */
@media screen and (max-width: 500px) {
  .form-container {
	height: 70vh;
	width: auto;
  }
}

@media screen and (max-width: 500px) {
  #googleForm {
    width: 50vh; /* Make the iframe fill the width of the container */
  	height: 60vh; /* Limit maximum height */
  }
}

@media screen and (max-width: 500px) {
  #googleForm {
    font-size: 12px; /* Set smaller font size */
  }
}



/* Footer Chat Form Style */

.widget-button {
    position: fixed !important;
    top: 85%;
    right: 1%;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: auto !important;
    height: 80px;
    font-size: 16px !important;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}


.widget-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f6f1a7 !important;
    margin-bottom: 7px;
}

.widget-container {
    display: none;
    position: fixed;
    top: 25%; /* Adjust according to your header height */
    right: 20px;
    background-color: #fff;
    width: 325px;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9998;
}

.widget-button .widget-text {
    margin-bottom: 4px; /* Adjust the margin as needed */
}




#formIframe {
    width: 325px; /* Adjust as needed */
    height: 500px; /* Adjust as needed */
    border: none;
}

.close-button {
    background-color: #009688 !important;
	border-radius: 10px
}

@media screen and (max-width: 500px) {
  .widget-button .widget-text {
	display: none;
  }
}

@media screen and (max-width: 500px) {
  .widget-button {
	height: 50px;
	top: 90%;
  }
}




/* Categories of services */
.accordion__image img {
    display: block;
    max-width: 100% !important;
    height: 350px;
    border-radius: 2% !important;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}


@media screen and (max-width: 500px) {
	  .accordion__image img {
		height: 300px;
	}
}



.palvelukategoria .accordion button {
    margin-top: 9px;
}

.palvelukategoria .accordion img {
    margin-right: 0px !important;
}


.accordion.js-accordion.white.col-lg-6 {
    padding-right: 59px;
    padding-left: 59px;
}

.accordion__content.js-accordion__content p {
	text-align: center;
}



.palvelukategoria .accordion h4 {
    padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline
}



.palvelukategoria .accordion h6 {
    margin: 0;
    padding-right: 25px;
}
.accordion h3, .palvelukategoria .accordion h6 {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.palvelukategoria .accordion h6 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.palvelukategoria .accordion button {
    /* display: flex; */
}


@media (min-width: 960px) {
    .current-menu-item > a {
        color: #DE7CB2 !important;
    }
}

/* Cities Where We Opperate */

.city-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.city-item {
  text-align: center;
  margin: 10px;
  color: #fff;
}

.city-item img {
  width: 200px; 
  height: 180px; 
  border-radius: 10%; 
  object-fit: cover;
}

.city-item li {
  margin-top: 15px;
}

section.cities-section {
    padding-top: 70px;
    background: #0e2335;
    padding-bottom: 30px;
}


p#custom-paragraph {
    text-align: center;
    color: white;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
	  .city-item li {
	  font-size: 18px;
	}
	.city-item img {
	  width: 300px; 
	}
}



/* Media query for screens with max-width of 500px */
@media screen and (max-width: 500px) {
  /* Adjust iframe width to auto */
  iframe[name="myFrame"] {
    width: 400px;
  }
}


@media screen and (max-width: 500px) {
  /* Adjust iframe width to auto */
  iframe[name="YritysFrame"] {
    width: 400px;
	position: center;
	height: 2200px;
  }
}

button#widgetButton {
    display: none;
}

/* Lottery Button Settings */

a#lottery-button:hover {
    background-color: #92eeb5;
}

#lottery-button {
  background-color: #25d366;
  color: black !important;
}







/* ========================================================================== */
/* End of Custom CSS by Arkadii */


/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-enable declaration-property-unit-allowed-list */
/* stylelint-disable number-max-precision, block-closing-brace-newline-after */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
/* stylelint-disable declaration-property-unit-allowed-list */
/* stylelint-enable declaration-property-unit-allowed-list */

:root {
  --padding-container-vertical: 7.4rem;
  --padding-site-header-vertical: 2rem;
  --padding-block: 8rem;
  --margin-between-text-elements: 4rem;
}

:root {
  --font-size-default: 20px;
  --font-size-tiny: 14px;
  --font-size-small: 16px;
  --font-size-medium: 17px;
  --font-size-large: 18px;
  --font-size-extra-large: 20px;
  --font-size-huge: 22px;
  --font-size-nav-toggle-label: 15px;
  --body-line-height: 1.7;
  --heading-line-height: 1.5;
}

/*
@font-face {
  font-display: auto;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cera_pro_regular-webfont.eot");
  src: url("fonts/cera_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), 
	   url("fonts/cera_pro_regular-webfont.woff") format("woff"), 
	   url("fonts/cera_pro_regular-webfont.woff2") format("woff2"), 
	   url("fonts/cera_pro_regular-webfont.ttf") format("truetype")
}

@font-face {
  font-display: auto;
  font-family: "Cera Pro";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/cera_pro_regular_italic-webfont.eot");
  src: url("fonts/cera_pro_regular_italic-webfont?#iefix") format("embedded-opentype"), 
	   url("fonts/cera_pro_regular_italic-webfont.woff") format("woff"), 
	   url("fonts/cera_pro_regular_italic-webfont.woff2") format("woff2"), 
	   url("fonts/cera_pro_regular_italic-webfont.ttf") format("truetype")
}

@font-face {
  font-display: auto;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/cera_pro_bold-webfont.eot");
  src: url("fonts/cera_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), 
	   url("fonts/cera_pro_bold-webfont.woff") format("woff"), 
	   url("fonts/cera_pro_bold-webfont.woff2") format("woff2"), 
	   url("fonts/cera_pro_bold-webfont.ttf") format("truetype")
}

@font-face {
  font-display: auto;
  font-family: "Cera Pro";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/cera_bold_regular_italic-webfont.eot");
  src: url("fonts/cera_bold_regular_italic-webfont.eot?#iefix") format("embedded-opentype"), 
	   url("fonts/cera_bold_regular_italic-webfont.woff") format("woff"), 
	   url("fonts/cera_bold_regular_italic-webfont.woff2") format("woff2"), 
	   url("fonts/cera_bold_regular_italic-webfont.ttf") format("truetype")
}
*/

@font-face {
    font-family: "Figtree";
    src: url("fonts/Figtree-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: auto;
}


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text.skip-link {
  margin: 5px;
}

.screen-reader-text.skip-link:focus {
  background-color: #0e2335;
  color: white;
}

.screen-reader-text:focus {
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(34, 34, 34, 0.6);
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none;
}

.gutenberg-content a {
  text-decoration: none;
}

.gutenberg-content a:hover, .gutenberg-content a:focus {
  text-decoration: none;
}

.gutenberg-content .comments-link a,
.gutenberg-content .tags a,
.gutenberg-content .cat a:not(a[title]) {
  text-decoration: none;
}

[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus,
[data-whatinput="keyboard"] div[tabindex]:focus {
  opacity: 1;
}

[data-whatinput="keyboard"] .global-link {
  transition: none;
}

[data-whatinput="keyboard"] a.global-link:focus {
  outline-color: #ff848a;
  outline-offset: -1px;
  outline-style: solid;
  outline-width: 4px;
}

a.is-external-link {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}


a.is-external-link::after {

  display: none;
}
/*
  background-image: url("svg/external-link.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  content: '';
  display: inline-flex;
  height: 13px;
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  right: 0;
  top: 0;
  transition: all .18s ease-in-out;
  width: 13px;
}
*/

a.is-external-link.global-link::after,
a.is-external-link.no-external-link-indicator::after {
  display: none;
}

:root {
  --font-size-main-level: 15px;
  --font-size-sub-menu: 14px;
  --padding-main-level-vertical: .6rem;
  --padding-main-level-horizontal: 1.6rem;
  --gap-dropdown: 1rem;
  --padding-sub-menu-vertical: .4rem;
  --padding-sub-menu-horizontal: 1.5rem;
}

.site-header ul {
  list-style: none;
}

:root {
  --font-size-main-level-mobile: 16px;
  --font-size-sub-menu-mobile: 17px;
  --padding-sub-menu-vertical-mobile: 1.2rem;
  --padding-sub-menu-horizontal-mobile: 2.5rem;
  --margin-left-sub-menu: 2rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 3rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3rem;
  height: 0.2rem;
  background-color: #0e2335;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -0.7rem;
}

.hamburger-inner::after {
  bottom: -0.7rem;
}


.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0e2335;
  color: #0e2335;
}

.nav-toggle {
  background-color: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-decoration: none;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100000;
}

.nav-toggle:not(.toggled-on) .hamburger-inner {
  transition: width 0.22s;
  width: 18px;
}

.nav-toggle.is-active .hamburger-inner,
.nav-toggle:hover .hamburger-inner,
.nav-toggle:focus .hamburger-inner {
  width: 3rem;
}

.nav-toggle span {
  color: #0e2335;
  font-size: 1.2em;
}

.nav-toggle.is-active span {
  color: #0e2335;
}

.nav-toggle:hover, .nav-toggle:active {
  color: #fff;
}

.nav-toggle:hover span, .nav-toggle:active span {
  color: #fff;
}

.nav-toggle:focus span span {
  background-color: #0e2335;
}

.nav-toggle:focus span span::before,
.nav-toggle:focus span span::after {
  background-color: #0e2335;
}

.nav-toggle:not(.has-visible-label) .nav-toggle-label {
  display: none;
}

.nav-toggle.is-active {
  color: #0e2335;
}

.nav-toggle.is-active .hamburger-box .hamburger-inner {
  background-color: #fff;
}

.nav-toggle.is-active .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}

.nav-toggle.is-active .focus .hamburger-inner,
.nav-toggle.is-active span:focus .hamburger-inner {
  background-color: #fff;
}

.nav-toggle.is-active .focus .hamburger-inner::after,
.nav-toggle.is-active span:focus .hamburger-inner::after {
  background-color: #fff;
}

.nav-toggle.is-active span:focus,
.nav-toggle.is-active span:hover,
.nav-toggle.is-active span:active {
  color: #fff;
}

.nav-toggle.is-active span:focus span,
.nav-toggle.is-active span:hover span,
.nav-toggle.is-active span:active span {
  color: #fff;
}

.site-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.site-header .site-title svg, .site-header .site-title img {
	width: 100%;
    max-width: 130px;
}

.site-header .site-title img {
	width: 130px;
}

.site-header .site-title a {
  color: #60f4ea;
  display: flex;
  align-items: center;
}

.js .nav-primary {
  left: 0;
}

.block.block-blog article,
.block.block-blog nav {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.block-blog article {
  margin-bottom: var(--padding-block);
}

.block-blog article:last-child {
  margin-bottom: 0;
}

.block-blog ul.tags {
  padding-left: 0;
}

.block {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.shade {
  background-color: #0e2335;
  height: 100%;
  left: 0;
  opacity: .35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.shade.dark {
   opacity: .75;
}

.global-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

a.wp-block-button__link,
.site-content a.global-link {
	box-shadow: none!important;
    border: none!important;
}

a.wp-block-button__link:hover, 
.site-content a.global-link:hover {
	box-shadow: none!important;
    border: none!important;
}

.site {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: var(--padding-container-vertical);
  padding-top: var(--padding-container-vertical);
}

.container.no-padding-top, 
.gutenberg-content.no-padding-top {
  padding-top: 0;
}

.container.no-padding-bottom {
	padding-bottom: 0;
}

.site-main .container {
  clear: both;
  overflow: hidden;
}

.entry-footer {
  clear: both;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
	flex-direction: column;
}

.edit-link {
  clear: both;
  display: block;
  margin-bottom: 0;
  margin-top: 2rem;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: left;
  transition: all 0.22s;
  width: 100%;
}

.edit-link a {
  background-color: #fafafa;
  border: 2px dashed #999;
  clear: both;
  color: #999;
  display: block;
  margin: 0;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.22s;
}

.edit-link:focus,
.edit-link a:hover {
  background-color: #efefef;
  color: #999;
}

.hide-completely {
  display: none !important;
}

.text-center {
	text-align: center;
}

.margin-top {
	margin-top: 30px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.listed-item {
	margin-bottom: 30px;
}

.listed-item h3 {
	margin-bottom: 0;
}

.listed-item p {
	margin-top: 10px;
}

:root {
  font-size: 62.5%;
}

body {
  color: #0B4279;
  font-family: "Figtree", /*"Cera Pro", */ -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: var(--font-size-medium);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: geometricPrecision;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  color: #0e2335;
  text-decoration: none;
}

a:hover, a:focus {
  color: #007abb;
}

.site-content a {
  color: #0e2335;
  border-bottom: 2px solid #a1daf7;;
  box-shadow: inset 0 0 0 #a1daf7;;
  display: inline;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.19,1,.22,1),color .3s cubic-bezier(.19,1,.22,1);
}

.site-content a:hover {
  border-color: transparent;
  box-shadow: inset 0 -3.3rem 0 #a1daf7;
  color: #0e2335;
}

.site-content .dark-blue-bg a:hover {
  border-color: transparent;
  box-shadow: inset 0 -3.3rem 0 #a1daf7;
  color: #0e2335;
}


p,
dd,
dt,
figcaption,
hr,
small,
ol,
ul,
li,
blockquote,
kbd,
pre,
samp,
code,
th,
td,
table,
tr,
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  font-size: var(--font-size-small);
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0B4279;
  font-family: "Figtree", /*"Cera Pro", */ -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 2.7rem;
  margin-top: 2.7rem;
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,  
.white ul,
.white ol,
.white span {
  color: #fff;
}

.white a,
.white p a {
	color: #fff;
}

.white a:hover,
.white p a:hover {
	color: #0e2335; 
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black p,  
.black ul,
.black ol,
.black span {
  color: #111827;
}

.light-blue,
.light-blue h1,
.light-blue h2,
.light-blue h3,
.light-blue h4,
.light-blue h5,
.light-blue h6,
.light-blue p, 
.light-blue span {
  color: #528AC3;
}

.dark-blue,
.dark-blue h1,
.dark-blue h2,
.dark-blue h3,
.dark-blue h4,
.dark-blue h5,
.dark-blue h6,
.dark-blue p, 
.dark-blue span {
  color: #0B4279;
}

.pink,
.pink h1,
.pink h2,
.pink h3,
.pink h4,
.pink h5,
.pink h6,
.pink p, 
.pink span {
  color: #DE7CB2;
}

.orange,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6,
.orange p, 
.orange span {
  color: #F08157;
}

.section-title {
	margin: 0;
	/*
    background: linear-gradient( to bottom, #a1daf7 0%, #a1daf7 100% );
    background-position: 0 80%;
    background-repeat: repeat-x;
    background-size: 10px 10px;
	*/
    display: inline-block;
}
/*
.white .section-title {
	background: linear-gradient( to bottom, #0d4062 0%, #0d4062 100% );
	background-position: 0 80%;
    background-repeat: repeat-x;
    background-size: 10px 10px;
	
    display: inline-block;
}
*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.24;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3,
.accent {
  font-size: 21px;
}

h4,
.comment-list .comment-author {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

ul {
  list-style: disc outside;
  padding-left: 1.9rem;
}

ul li {
  padding-left: 0;
}

.site-content ul {
  list-style: none;
  /* margin: 0; */
  padding-top: 0;
}

.site-content ul li {
	margin-bottom: 10px;
}

.site-content ul:not(ul.tags) li::before {
	content: "";
    background-image: url(svg/puhekuplat.svg);
    background-size: contain;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 0.1rem;
    margin-right: 1rem;
}

.site-content .container .sydan li::before {
    background-image: url(svg/sydän.svg);
    width: 1.2em;
    height: 1.2em;
}

.site-content .container .timantti li::before {
    background-image: url(svg/timantti.svg);
    width: 1.2em;
    height: 1.2em;
}

.site-content .container .tyhja li::before {
   content: none;
}

ol {
  padding-left: 1.9rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: .87em;
}

p {
  margin-bottom: 2.9rem;
  margin-top: 2.9rem;
}

blockquote {
  border: 0 none;
  clear: both;
  margin: 0;
  padding-bottom: 3rem;
  position: relative;
}

blockquote p {
  color: #666;
  font-style: italic;
  margin-bottom: 0;
  overflow: visible;
  position: relative;
}

blockquote::before {
    content: '"';
    color: #a1daf7;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

cite {
  display: block;
  font-style: italic;
}

p:first-child {
  margin-top: 0;
}

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

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
}

figcaption {
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}

kbd,
pre,
samp {
  font-family: "Inconsolata", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

code {
  background-color: #f9f2f4;
  border-radius: .3rem;
  color: #c7254e;
  font-family: "Inconsolata", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-size: inherit;
  padding: .37rem .5rem;
}

pre code {
  display: inline-block;
  padding: 1.15rem 1rem .85rem;
}

pre {
  border-radius: .3rem;
  display: block;
  margin-bottom: 2rem;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  padding-bottom: var(--padding-site-header-vertical);
  padding-left: var(--padding-container-horizontal);
  padding-right: var(--padding-container-horizontal);
  padding-top: var(--padding-site-header-vertical);
  position: relative;
  z-index: 15;
}

.site-branding {
    position: relative;
    z-index: 9999;
}

.site-title {
  line-height: 0;
  margin: 0;
}

.site-title a {
  align-items: center;
  display: flex;
}

.nav-container {
  z-index: 10;
}

.site-footer {
  background-color: #D6CDE9;
  clear: both;
  color: #fff;
  overflow: hidden;
}

/*
.site-footer .copyrights {
    background: #0f2235;
}

.site-footer .copyrights a {
    color: #a1daf7;
}
*/

.site-footer .copyrights .container {
    padding-bottom: 40px;
	padding-top: 40px;
}

.site-footer span {
  display: block;
  text-align: center;
}

.site-footer svg {
  margin-right: 5px;
  position: relative;
}

.site-footer p,
.site-footer span {
  color: #fff;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .is-external-link::after {
  display: none;
}

.site-footer a {
  color: #fff;
  transition: color 0.22s;
}

.site-footer a:hover, .site-footer a:focus {
  /*opacity: .5;*/
	color: #F08157;
}

.site-footer .logo {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

img.image.wp-image-298.attachment-full.size-full {
    max-width: 100px!important;
}

.site-footer .logo > div {
	display: inline-block; 
	
}

.site-footer .logo > div img {
	max-width: 150px!important;
}

.copyrights .logo > div img {
	max-width: 150px!important;
}

img.image.wp-image-584.attachment-full.size-full {
    max-width: 115px!important;
}

:root {
  --checkbox-radio-size: 20px;
  --checkbox-radio-gap: 10px;
  --checkbox-radio-border-width: 2px;
  --checkbox-radio-line-height: var(--body-line-height);
  --radio-marker-size: 8px;
  --checkbox-marker-size: 12px;
  --checkbox-radius: 4px;
}

.button-wrapper {
  margin-bottom: 0;
}

.site-main button,
.site-main .button,
.site-main input[type="reset"],
.site-main input[type="submit"],
.site-main input[type="button"],
.site-footer button,
.site-footer .button,
.site-footer input[type="reset"],
.site-footer input[type="submit"],
.site-footer input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color:#F08157;
  border: 0;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  position: relative;
  text-decoration: none;
  transition: 150ms linear background;
  width: auto;
  box-shadow: none!important	
}

.site-main .accordion .accordion-header.button {
	display: block;
}

.site-main button.is-external-link::after,
.site-main .button.is-external-link::after,
.site-main input[type="reset"].is-external-link::after,
.site-main input[type="submit"].is-external-link::after,
.site-main input[type="button"].is-external-link::after,
.site-footer button.is-external-link::after,
.site-footer .button.is-external-link::after,
.site-footer input[type="reset"].is-external-link::after,
.site-footer input[type="submit"].is-external-link::after,
.site-footer input[type="button"].is-external-link::after {
  display: none;
}

.site-content .dark-blue-bg a.button:hover,
.site-content .dark-blue-bg a.button:focus {
	background-color: #a1daf7;
	color: #0e2335;
}

.site-main button:hover, .site-main button:focus,
.site-main .button:hover,
.site-main .button:focus,
.site-main input[type="reset"]:hover,
.site-main input[type="reset"]:focus,
.site-main input[type="submit"]:hover,
.site-main input[type="submit"]:focus,
.site-main input[type="button"]:hover,
.site-main input[type="button"]:focus,
.site-footer button:hover,
.site-footer button:focus,
.site-footer .button:hover,
.site-footer .button:focus,
.site-footer input[type="reset"]:hover,
.site-footer input[type="reset"]:focus,
.site-footer input[type="submit"]:hover,
.site-footer input[type="submit"]:focus,
.site-footer input[type="button"]:hover,
.site-footer input[type="button"]:focus {
  background-color: #DE7CB2;
  border-color: #DE7CB2;
  color: white;
  box-shadow: none!important
}

.site-main button.button-ghost,
.site-main .button.button-ghost,
.site-main input[type="reset"].button-ghost,
.site-main input[type="submit"].button-ghost,
.site-main input[type="button"].button-ghost,
.site-footer button.button-ghost,
.site-footer .button.button-ghost,
.site-footer input[type="reset"].button-ghost,
.site-footer input[type="submit"].button-ghost,
.site-footer input[type="button"].button-ghost {
  background-color: transparent;
  border: 2px solid #545773;
  color: #545773;
}

.site-main button.button-ghost:focus, .site-main button.button-ghost:hover,
.site-main .button.button-ghost:focus,
.site-main .button.button-ghost:hover,
.site-main input[type="reset"].button-ghost:focus,
.site-main input[type="reset"].button-ghost:hover,
.site-main input[type="submit"].button-ghost:focus,
.site-main input[type="submit"].button-ghost:hover,
.site-main input[type="button"].button-ghost:focus,
.site-main input[type="button"].button-ghost:hover,
.site-footer button.button-ghost:focus,
.site-footer button.button-ghost:hover,
.site-footer .button.button-ghost:focus,
.site-footer .button.button-ghost:hover,
.site-footer input[type="reset"].button-ghost:focus,
.site-footer input[type="reset"].button-ghost:hover,
.site-footer input[type="submit"].button-ghost:focus,
.site-footer input[type="submit"].button-ghost:hover,
.site-footer input[type="button"].button-ghost:focus,
.site-footer input[type="button"].button-ghost:hover {
  background-color: #0e2335;
  border-color:#0e2335;
  color: white;
}

.site-main .white-button {
	background-color:#fff;
	color: #0B4279;
}

.site-main .white-button:hover {
	background-color: #F8E3EE;
	border-color: #F8E3EE;
	color: #0B4279;
}

.site-main button.button-small,
.site-main .button.button-small,
.site-main input[type="reset"].button-small,
.site-main input[type="submit"].button-small,
.site-main input[type="button"].button-small,
.site-footer button.button-small,
.site-footer .button.button-small,
.site-footer input[type="reset"].button-small,
.site-footer input[type="submit"].button-small,
.site-footer input[type="button"].button-small {
  font-size: var(--font-size-small);
  padding-bottom: 8px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 8px;
}

.site-main button.button-medium,
.site-main .button.button-medium,
.site-main input[type="reset"].button-medium,
.site-main input[type="submit"].button-medium,
.site-main input[type="button"].button-medium,
.site-footer button.button-medium,
.site-footer .button.button-medium,
.site-footer input[type="reset"].button-medium,
.site-footer input[type="submit"].button-medium,
.site-footer input[type="button"].button-medium {
  font-size: var(--font-size-medium);
  padding-bottom: 14px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 14px;
}

.site-main button.button-large,
.site-main .button.button-large,
.site-main input[type="reset"].button-large,
.site-main input[type="submit"].button-large,
.site-main input[type="button"].button-large,
.site-footer button.button-large,
.site-footer .button.button-large,
.site-footer input[type="reset"].button-large,
.site-footer input[type="submit"].button-large,
.site-footer input[type="button"].button-large {
  font-size: var(--font-size-extra-large);
  padding-bottom: 19px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 19px;
}



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("svg/select.svg");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  color: #545773;
  font-size: var(--font-size-medium);
  line-height: 24px;
  max-width: 100%;
  min-width: 0;
  padding: 15px;
  text-indent: 1px;
  transition: none;
  width: 100%;
}

textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: solid 2px #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: var(--font-size-medium);
  line-height: 24px;
  margin-bottom: 0;
  padding: 15px;
  position: relative;
  text-decoration: none;
  transition: background .55s;
  width: 100%;
}

textarea::-moz-placeholder, select::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder {
  color: #545773;
  opacity: .4;
}

textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
  color: #545773;
  opacity: .4;
}

textarea::placeholder,
select::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
  color: #545773;
  opacity: .4;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 2px solid #bababa;
  outline: 0;
}

textarea:focus::-moz-placeholder, select:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus::placeholder,
select:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder {
  color: #222;
  opacity: .8;
}

select:focus {
  background-color: #fff;
  border: 2px solid #bababa;
}

input[type="radio"],
input[type="checkbox"] {
  height: var(--checkbox-radio-size);
  margin: 0;
  margin-top: calc((1em * var(--checkbox-radio-line-height) - var(--checkbox-radio-size)) / 2);
  padding: 0;
  pointer-events: none;
  width: var(--checkbox-radio-size);
  left: 0; 
}

span.wpcf7-list-item-label {
  margin-left: 5px;
}

.wpcf7-list-item {
	margin: 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  line-height: var(--checkbox-radio-line-height);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  align-self: center;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #545773;
  border-style: solid;
  border-width: var(--checkbox-radio-border-width);
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  height: var(--checkbox-radio-size);
  margin-right: var(--checkbox-radio-gap);
  position: relative;
  top: calc(var(--checkbox-radio-border-width) / 2);
  transition: transform .2s, border .2s;
  width: var(--checkbox-radio-size);
}

input[type="radio"] + label::before {
  border-radius: 50%;
}

input[type="checkbox"] + label::before {
  border-radius: var(--checkbox-radius);
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  background-color: #545773;
  border-color: #545773;
  box-shadow: none;
  transition: transform .2s;
}

input[type="radio"]:active + label::before,
input[type="checkbox"]:active + label::before {
  transform: scale(0.8);
  transition: transform .2s;
}

input[type="radio"]:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' fill='%23ffffff'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffffff'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-size: var(--radio-marker-size);
}

input[type="checkbox"]:checked + label::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpolyline points='1 6.5 4 9.5 11 2.5' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-size: var(--checkbox-marker-size);
}

input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus + label::before,
input[type="radio"]:checked:active + label::before,
input[type="checkbox"]:checked:active + label::before {
  border-color: #545773;
  box-shadow: 0 0 0 3px rgba(84, 87, 115, 0.2);
}

input[type="radio"]:checked:active + label::before,
input[type="checkbox"]:checked:active + label::before {
  transform: none;
  transition: none;
}

input[type="radio"]:not(:checked):not(:focus) + label:hover::before,
input[type="checkbox"]:not(:checked):not(:focus) + label:hover::before {
  border-color: #777b9c;
}

.cat {
  margin-bottom: 4rem;
  margin-top: 4rem;
	display:grid;
	place-content: center;
}

.cat a:not(a[title]) {
  background-color: transparent;
  border-color: rgba(6, 22, 41, 0.2);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-shadow: none;
  color: #222;
  display: inline-block;
  font-size: var(--font-size-small);
  margin-bottom: .5rem;
  margin-right: .5em;
  padding: .2em .6em;
  transition: all 0.22s;
}

.cat a:hover,
.cat a:focus {
  border-color: rgba(6, 22, 41, 0.4);
}

.gutenberg-content {
  max-width: 100%;
  padding-bottom: var(--padding-block);
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--padding-block);
}

.gutenberg-content .blocks-gallery-grid {
  display: grid;
}

.gutenberg-content .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
}

.gutenberg-content .columns-2 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.gutenberg-content .columns-3 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.gutenberg-content .columns-4 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.gutenberg-content .columns-5 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}

.gutenberg-content .columns-6 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
}

.gutenberg-content .columns-7 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(7, 1fr);
}

.gutenberg-content .columns-8 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(8, 1fr);
}

.gutenberg-content .columns-9 .blocks-gallery-grid {
  grid-column-gap: 3rem;
  grid-template-columns: repeat(9, 1fr);
}

.gutenberg-content .cat-links,
.gutenberg-content .tags-links {
  display: block;
}

.gutenberg-content .alignleft {
  float: left;
  margin-right: 3rem;
}

.gutenberg-content .alignright {
  float: right;
  margin-left: 3rem;
}

.gutenberg-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.gutenberg-content del {
  color: #666;
  text-decoration: line-through;
}

.gutenberg-content p {
  color: #5e5f68;
  font-weight: 400;
  line-height: 1.77;
}

.gutenberg-content li {
  font-size: 17px;
}

.gutenberg-content embed,
.gutenberg-content iframe,
.gutenberg-content object,
.gutenberg-content video {
  max-width: 100%;
}

.gutenberg-content h1,
.gutenberg-content h2,
.gutenberg-content h3,
.gutenberg-content h4,
.gutenberg-content h5,
.gutenberg-content .is-style-ingress {
  line-height: 1.22;
}

.gutenberg-content h1:first-child,
.gutenberg-content h2:first-child,
.gutenberg-content h3:first-child,
.gutenberg-content h4:first-child,
.gutenberg-content h5:first-child,
.gutenberg-content h6:first-child {
  margin-top: 0;
}

.gutenberg-content img {
  border-radius: 0px;
}

.gutenberg-content .entry-img {
  margin-top: 30px;
}

.gutenberg-content figcaption,
.gutenberg-content cite,
.gutenberg-content small {
  border: 0;
  color: #a1daf7;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 800px;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

.gutenberg-content.wp-block-gallery {
  color: #fff;
  overflow: hidden;
}

.gutenberg-content.wp-block-gallery figcaption {
  color: #fff;
  font-size: var(--font-size-small);
  line-height: 1.55;
  margin-bottom: var(--margin-between-text-elements);
  padding: 0 2rem;
  width: 100%;
}

.gutenberg-content.wp-block-gallery img {
  margin-bottom: 0;
}

.gutenberg-content .wp-block-image figcaption,
.gutenberg-content .wp-block-image .alignright > figcaption,
.gutenberg-content .wp-block-image .aligncenter > figcaption,
.gutenberg-content .wp-block-image.is-resized > figcaption {
  display: block;
  width: 100%;
}

.gutenberg-content .wp-block-image > figure {
  display: inline-block;
  width: auto;
}

.gutenberg-content .wp-block-image > figure.alignleft, .gutenberg-content .wp-block-image > figure.alignright {
  max-width: var(--child-img-width);
}

.gutenberg-content .wp-block-image > figure.alignleft figcaption, .gutenberg-content .wp-block-image > figure.alignright figcaption, .gutenberg-content .wp-block-image > figure.aligncenter figcaption {
  margin-bottom: 2rem;
}

.gutenberg-content a:hover, .gutenberg-content:focus {
  text-decoration: none;
}

.gutenberg-content iframe,
.gutenberg-content .fb-post,
.gutenberg-content small {
  display: block;
}

.gutenberg-content cite {
  margin-bottom: 0;
}

.gutenberg-content > blockquote,
.gutenberg-content > blockquote.wp-block-quote {
	font-size: 1.4em;
    width: 80%;
    margin: 50px auto;
    font-style: italic;
    color: #fff;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #a1daf7;
    line-height: 1.6;
    position: relative;
	background: #0e2335;
}

.gutenberg-content > blockquote cite,
.gutenberg-content > blockquote.wp-block-quote cite {
  text-align: left;
}

.gutenberg-content > blockquote > p,
.gutenberg-content > blockquote.wp-block-quote > p {
  color: #fff;
  line-height: 1.77;
}

.gutenberg-content div[style="width: 640px;"],
.gutenberg-content .wp-video {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > figure.wp-caption {
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > * {
  line-height: 1.77;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}

.gutenberg-content > * .twitter-tweet,
.gutenberg-content > * .instagram-media,
.gutenberg-content > * .wp-video,
.gutenberg-content > * .is-provider-instagram,
.gutenberg-content > * .is-provider-twitter,
.gutenberg-content > * .is-provider-facebook {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > *.wp-block-image {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.gutenberg-content > *.twitter-tweet, .gutenberg-content > *.instagram-media, .gutenberg-content > *.wp-video {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.gutenberg-content > *.alignwide {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.gutenberg-content > *.alignfull {
  margin-bottom: 8rem;
  margin-top: 8rem;
  max-width: 100%;
  width: 100%;
}

.gutenberg-content > *.alignfull img {
  border-radius: 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  margin-bottom: 20px;
  padding: 1rem 0;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  height: 3rem;
  padding: 1rem;
}

th {
  font-weight: 700;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

kbd {
  background-color: #eaf1f8;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #545773;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  padding: 0 .5rem;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}

pre {
  background-color: #2b303c;
  border: 1px solid #2b303c;
  border-radius: 4px;
  color: #f5f5f5;
  display: block;
  font-family: "Inconsolata", "Menlo", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-size: var(--font-size-small);
  line-height: 1.77;
  margin: 3rem 0;
  overflow: auto;
  padding: 15px 16px 14px;
  position: relative;
  white-space: pre;
  word-wrap: break-word;
}

pre code {
  border-radius: 4px;
}

.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.white .nav-links a.page-numbers {
    display: flex;
    color: #0f2235;
}
ul.tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  list-style: none;
  margin-bottom: var(--margin-between-text-elements);
  margin-top: 0;
  overflow: hidden;
}

ul.tags li {
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding-left: 0;
}

ul.tags li a:not(.button):not(.no-text-link) {
  background-color: transparent;
  border-color: rgba(6, 22, 41, 0.1);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-shadow: none;
  color: #222;
  display: inline-block;
  font-size: 14px;
  margin-right: .4em;
  padding: .2em .6em;
  transition: all 0.22s;
}

ul.tags li a:not(.button):not(.no-text-link):hover,
ul.tags li a:not(.button):not(.no-text-link):focus {
  border-color: rgba(6, 22, 41, 0.4);
}

.sticky {
  border: 1px dashed #d7e4f2;
  margin-bottom: 2rem;
  padding: 2rem;
}

.comment-list li.bypostauthor,
.bypostauthor {
  border: 1px dashed rgba(42, 45, 62, 0.5);
  padding: 2rem;
}

.site-footer .top {
  background-color: transparent;
  padding: 16px;
}

.site-footer .top svg {
  align-items: center;
  display: flex;
  fill: #222;
  height: 18px;
  justify-content: center;
  margin: 0;
  opacity: .8;
  transition: all .3s ease;
  width: 18px;
}

.site-footer .top:hover, .site-footer .top:focus, .site-footer .top:active {
  opacity: 1;
}

.site-footer .top:hover svg, .site-footer .top:focus svg, .site-footer .top:active svg {
  transform: translateY(-0.5rem);
}

.site-footer .back-to-top {
  align-items: center;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  transition: opacity 0.22s 0s, visibility 0s 0.22s;
  z-index: 9999;
}

.site-footer .back-to-top.has-light-bg svg {
  fill: #222;
}

.site-footer .back-to-top.has-dark-bg svg {
  fill: #fff;
}

.site-footer .back-to-top.is-visible, .site-footer .back-to-top.fade-out {
  transition: opacity 0.22s 0s, visibility 0s 0s;
}

.site-footer .back-to-top.is-visible {
  opacity: 1;
}

.site-footer .back-to-top.fade-out {
  opacity: 1;
}

.site-footer .back-to-top.fade-out:focus, .site-footer .back-to-top.fade-out:hover {
  opacity: 1;
}

div.lazy {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.has-lazyload {
  overflow: hidden;
  position: relative;
}

.navigation:not(.post-navigation) .nav-links {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
  margin-top: 4rem;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.navigation:not(.post-navigation) .nav-links a {
  text-decoration: none;
}

.page-numbers {
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #ece6f2;
  border-left: 1px solid #ece6f2;
  border-right: 1px solid #ece6f2;
  border-top: 2px solid #ece6f2;
  color: #0e2335;
  display: flex;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.22s;
  width: 35px;
}

.page-numbers:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}

.page-numbers:first-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}

a.page-numbers:hover,
a.page-numbers:focus {
  background-color: #0e2335;
  border-color: #0e2335;
  color: #fff;
}

.page-numbers.current {
  background-color:#0e2335;
  border-color: #0e2335;
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

div.validation_error {
  background-color: #e1b3b2;
  color: #fff;
  font-size: var(--font-size-medium);
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 2rem;
}

div.validation_error:focus {
  color: #fff;
}

body *[aria-invalid="true"] {
  border-color: #e1b3b2;
}

.validation_message {
  color: #e1b3b2;
  font-size: var(--font-size-small);
  font-weight: 400;
}

.validation_list {
  list-style: none;
  margin-bottom: 2rem;
  margin-left: 0;
  padding: 0;
}

.validation_list a {
  color: #e1b3b2;
  text-decoration: none;
}

.validation_list li {
  color: #e1b3b2;
  font-weight: 700;
}

.block-search,
.block-search-results {
  background-color: #fff;
}

.block-search form {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 9fr 1fr;
}

.block-search form input,
.block-search form label {
  width: 100%;
}

.block-search-results > .container {
  padding-top: 0;
}

.block-search-results .row-result {
  border-top: 2px solid #d9d9d9;
  padding: 2rem 0;
}

.block-search-results .row-result:last-of-type {
  border-bottom: 2px solid #d9d9d9;
}

.block-search-results h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}

.block-search-results p {
  margin-top: 1rem;
}

.block-search-results .tags a {
  background-color: #eaf1f8;
  color: #0e2335;
}

.block-search-results .tags a:hover, .block-search-results .tags a:focus {
  background-color: #0e2335;
  color: #eaf1f8;
}

.block-error-404 h1 {
  font-size: 42px;
  margin-bottom: 2rem;
}

.wp-block.is-style-boxed,
.is-style-boxed {
  border: 2px solid #545773;
  color: #007abb;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.77;
  padding: 2rem;
  width: calc(100% - 4rem);
}

.wp-block-button__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #007abb;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  position: relative;
  text-decoration: none;
  transition: 150ms linear background;
  width: auto;
}

a.wp-block-button__link, 
a.wp-block-button__link:hover {
	color: #fff;
	    display: inline-block;
}

.wp-block-button__link.is-external-link::after {
  display: none;
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #0e2335;
  border-color: #0e2335;
  color: white;
}

.wp-block-file .wp-block-file__button {
  font-size: var(--font-size-small);
  padding-bottom: 8px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 8px;
  font-size: .8em;
  padding: .3em .8em;
}

@media (max-width: 1350px) {
  :root {
    --padding-container-horizontal: 2rem;
  }
}

@media (max-width: 960px) {
  :root {
    --padding-site-header-vertical: 2rem;
  }
	
  /* .home .nav-container {
		position: absolute;
	}	
  */
  .nav-container {
    width: 100%;
  }
	
  .site-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
	
  .hide-on-mobile-nav-view {
    display: none !important;
  }
}

@media (max-width: 767px) {
  :root {
    --padding-container-vertical: 5rem;
  }
  :root {
    --font-size-extra-large: 17px;
  }
}

@media (max-width: 600px) {
  :root {
    --padding-block: 6rem;
  }
  .gutenberg-content.wp-block-gallery figcaption {
    padding: 0;
  }
  td,
  th {
    display: inline-block;
    height: auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .page-numbers {
    height: 26px;
    width: 26px;
  }
  .page-numbers.next,
  .page-numbers.prev {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  :root {
    --padding-container-vertical: 4rem;
  }
  :root {
    --font-size-tiny: 16px;
    --font-size-small: 16px;
    --font-size-default: 16px;
  }
  .block.block-entry-header-demo {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .block.block-entry-header-demo .logo svg {
    max-width: 15rem;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .gutenberg-content li {
    font-size: 15px;
  }
  .gutenberg-content figcaption,
  .gutenberg-content cite,
  .gutenberg-content small {
    margin-top: 2rem;
  }
  .gutenberg-content .wp-block-image > figure.alignleft, .gutenberg-content .wp-block-image > figure.alignright, .gutenberg-content .wp-block-image > figure.aligncenter {
    float: none;
    margin: 0;
    width: 100% !important;
  }
  .gutenberg-content .wp-block-image > figure.alignleft.alignleft img,
  .gutenberg-content .wp-block-image > figure.alignleft.alignright img,
  .gutenberg-content .wp-block-image > figure.alignleft.aligncenter img, .gutenberg-content .wp-block-image > figure.alignright.alignleft img,
  .gutenberg-content .wp-block-image > figure.alignright.alignright img,
  .gutenberg-content .wp-block-image > figure.alignright.aligncenter img, .gutenberg-content .wp-block-image > figure.aligncenter.alignleft img,
  .gutenberg-content .wp-block-image > figure.aligncenter.alignright img,
  .gutenberg-content .wp-block-image > figure.aligncenter.aligncenter img {
    float: none;
    height: auto;
    width: 100%;
  }
  .gutenberg-content > blockquote,
  .gutenberg-content > blockquote.wp-block-quote {
    margin-left: 2rem;
    padding: 4rem 4rem 4rem 2rem;
  }
  .gutenberg-content > * .twitter-tweet,
  .gutenberg-content > * .instagram-media,
  .gutenberg-content > * .wp-video,
  .gutenberg-content > * .is-provider-instagram,
  .gutenberg-content > * .is-provider-twitter,
  .gutenberg-content > * .is-provider-facebook {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .gutenberg-content > *.twitter-tweet, .gutenberg-content > *.instagram-media, .gutenberg-content > *.wp-video {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .site-footer .top svg {
    height: 15px;
    width: 15px;
  }
  .comment-respond input {
    width: 100%;
  }
}

@media (max-width: 420px) {
  :root {
    --font-size-nav-toggle-label: 13px;
    --font-size-extra-large: 16px;
    --font-size-tiny: 14px;
    --font-size-small: 14px;
  }
}

@media only screen and (min-width: 960px) {
  .nav-container {
    background-color: #ffffffde;
    width: 100%;
  }

  .nav-toggle {
    display: none;
  }

  .nav-primary {
    padding-bottom: 0;
    padding-top: 0;
  }
	
  .menu-items {
    align-items: center;
    background-color: transparent;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
  }
	
  .menu-item {
    margin: 0;
    position: relative;
  }
	
  .home .menu-item > a {
	color: #0B4279;; 
  }
	
  .menu-item > a {
    align-items: center;
    color: #0B4279;
    display: inline-flex;
    font-size: var(--font-size-main-level);
    font-weight: 700;
    padding-bottom: var(--padding-main-level-vertical);
    padding-left: var(--padding-main-level-horizontal);
    padding-right: var(--padding-main-level-horizontal);
    padding-top: var(--padding-main-level-vertical);
  }
	
  .menu-item.button a {
	color: #0B4279;;
	background-color: #007abb;
	padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
	margin-left: 7px;
  }
	
  .menu-item.button a.is-external-link::after{
		display: none;
  }
	
  .menu-item.button a:hover {
	background-color: #0e2335;
	color: #F08157;
  }
	
  .menu-item .sub-menu a {
    align-items: center;
    color: #0e2335;
    display: flex;
    font-size: var(--font-size-sub-menu);
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: var(--padding-sub-menu-vertical);
    padding-left: var(--padding-sub-menu-horizontal);
    padding-right: var(--padding-sub-menu-horizontal);
    padding-top: var(--padding-sub-menu-vertical);
  }
  .menu-item.current-menu-parent > a,
  .menu-item.current-menu-item > a {
    color: #0e2335;
  }
  .menu-item.menu-item-has-children a {
    padding-right: 1rem;
  }
  .menu-item > a:hover,
  .menu-item > a:focus {
    color: #F08157;
  }
	
  .home .menu-item > a:hover,
  .home .menu-item > a:focus {
    color: #F08157;
  }
	
  .menu-item.button a:focus {
		color: #fff;
	}
	
  .menu-item .sub-menu a:hover,
  .menu-item .sub-menu a:focus {
    color: #0e2335;
  }
  .nav-primary > ul:first-of-type > .menu-item-has-children:focus::before,
  .nav-primary > ul:first-of-type > .menu-item-has-children:hover::before {
    transform: scale(1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .sub-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(42, 45, 62, 0.05);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(42, 45, 62, 0.05);
    border-right: 1px solid rgba(42, 45, 62, 0.05);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 25px 20px -10px rgba(5, 4, 25, 0.05);
    left: 5%;
    margin-left: 0;
    margin-top: var(--gap-dropdown);
    opacity: 0;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-top: .5rem;
    position: absolute;
    top: -9999px;
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
    width: 15rem;
    z-index: 9;
  }
  .sub-menu .sub-menu {
    left: 100%;
    margin-left: 0;
    margin-top: -5px;
    top: 0;
  }
  .sub-menu li {
    float: none;
    padding: 0;
    width: inherit;
  }
  .menu-item-has-children > .sub-menu.toggled-on,
  .menu-item-has-children:focus > .sub-menu,
  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children.hover-intent > .sub-menu {
    opacity: 1;
    top: 100%;
    transform: translateY(0%);
    visibility: visible;
    z-index: 1;
  }
  .menu-item-has-children .sub-menu.toggled-on .sub-menu,
  .menu-item-has-children .sub-menu .sub-menu.toggled-on,
  .menu-item-has-children:focus .sub-menu .sub-menu,
  .menu-item-has-children:hover .sub-menu .sub-menu {
    margin-top: -5px;
    top: 0;
    z-index: 10;
  }
  .menu-item.menu-item-has-children {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-right: .8rem;
    position: relative;
  }
	
  .menu-item.pll-parent-menu-item ul.sub-menu {
	width: 50px;
  }	

  #menu-item-500, #menu-item-561 {
	background-color: #fff;
  }
	
  .menu-item.menu-item-has-children::after {
    content: '';
    display: block;
    height: var(--gap-dropdown);
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .dropdown-toggle svg {
    height: 9px;
    width: 9px;
  }
  .dropdown-toggle.toggled-on svg {
    transform: rotateX(180deg);
  }
  .dropdown-toggle {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #0e2335;
    display: inline-flex;
    justify-content: center;
    padding: 0;
  }
  .sub-menu .dropdown-toggle {
    width: 3rem;
  }
  .sub-menu .dropdown-toggle svg {
    transform: rotate(-90deg) rotateX(0deg);
  }
  .sub-menu .dropdown-toggle.toggled-on svg {
    transform: rotate(-90deg) rotateX(180deg);
  }
  /* stylelint-disable a11y/no-display-none */
  .sub-menu .menu-item-has-children::after {
    display: none;
  }
	
  .menu-item-has-children::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5px 5px;
    /* stylelint-enable */
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    transform: scale(0);
    transform-origin: center bottom;
    transition: none;
    width: 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 960px) {
  ul li:focus > ul,
  ul li:hover > ul {
    display: block;
  }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast: active), only screen and (min-width: 960px) and (-ms-high-contrast: none) {
  ul li:focus > ul,
  ul li:hover > ul {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .js .menu-items ul {
    display: none;
  }
  .js ul .sub-menu.toggled-on {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .site-header ul,
  .site-header li,
  .site-header a {
    position: relative;
  }
  .main-navigation-wrapper {
    order: 6;
    z-index: 999;
  }
  .no-js .site-header {
    background-color: #0e2335;
    position: static;
  }
  .disable-scroll {
    overflow: hidden;
  }
  .nav-primary {
    display: block;
    height: 100vh;
    margin: 0;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transition: all 0.22s ease-in-out;
    visibility: hidden;
    width: 100vw;
  }
  .menu-items {
    margin: 0;
    opacity: 0;
    padding: 2rem 0;
    width: 100%;
  }
  .menu-item a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #0B4279;
    display: block;
    font-size: var(--font-size-main-level-mobile);
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: var(--padding-sub-menu-horizontal-mobile);
    padding-right: var(--padding-sub-menu-horizontal-mobile);
    padding-top: var(--padding-sub-menu-vertical-mobile);
    position: relative;
    text-decoration: none;
    z-index: 0;
  }
  .sub-menu a {
    color: #3B6793;
    font-size: var(--font-size-sub-menu-mobile);
    font-weight: 600;
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu));
  }
  .sub-menu {
    margin-left: 0;
    padding-left: 0;
  }
  .sub-menu .sub-menu a {
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu) + var(--margin-left-sub-menu));
  }
  .menu-item a:hover,
  .menu-item a:focus {
    color: #F08157;
  }
  .menu-item.current-menu-parent > a,
  .menu-item.current-menu-item > a {
    color: #DE7CB2;
  }
  .dropdown-toggle {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #0B4279;
    display: inline-flex;
    height: 100%;
    left: auto;
    margin-top: 0;
    max-height: 52px;
    overflow: hidden;
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: var(--padding-sub-menu-horizontal-mobile);
    padding-right: var(--padding-sub-menu-horizontal-mobile);
    padding-top: var(--padding-sub-menu-vertical-mobile);
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(0);
    transition: all 0.22s;
    z-index: 9999;
  }
  .dropdown-toggle:focus {
    z-index: 10000;
  }
  .sub-menu .dropdown-toggle {
    color: #3B6793;
  }
  .dropdown-toggle svg {
    height: 7px;
    width: 12px;
  }
  .dropdown-toggle.toggled-on {
    background-color: transparent;
    cursor: pointer;
    transform: rotate(-180deg);
  }
  .js .nav-primary {
    left: 0;
    position: fixed;
    z-index: 5;
	top: 0px;
  }
	
  .js .nav-primary .menu-items {
    background-color: #E6E1F1;
    height: 100vh;
    padding: 100px 0 0 0;
  }
	
  .js.js-nav-active {
    overflow: hidden;
  }
	
  .js.js-nav-active .nav-primary {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
	
  .js.js-nav-active .menu-items {
    opacity: 1;
  }
}

@media (max-width: 959px) {
  .nav-toggle {
    display: block;
  }
  .nav-toggle.has-visible-label {
    align-items: center;
    display: flex;
  }
  .nav-toggle.has-visible-label .nav-toggle-label {
    font-size: var(--font-size-nav-toggle-label);
  }
}

@media (max-width: 959px) and (max-width: 410px) {
  .nav-toggle.has-visible-label .nav-toggle-label {
    display: none;
  }
}

@media (max-width: 959px) and (min-width: 411px) {
  .nav-toggle .hamburger-box {
    margin-right: 2rem;
  }
}

@media (min-width: 960px) {
  /* .home .nav-container {
    background-color: transparent;
	position: absolute;
  } */
	
 /* .nav-container {
    background-color: transparent;
  } */
	
  .site-header .site-branding .site-title a,
  .site-header .nav-primary .menu-items.nav-menu .menu-item > .dropdown-toggle,
  .site-header .nav-primary .menu-items .current-menu-parent > a,
  .site-header .nav-primary .menu-items .current-menu-item > a {
    color: #C7BBE2;
  }
	
  .site-header .nav-primary .menu-items .sub-menu .current-menu-parent > a,
  .site-header .nav-primary .menu-items .sub-menu .current-menu-item > a {
    color: #0e2335;
  }
  .site-header .nav-primary .menu-items.nav-menu .sub-menu .menu-item > .dropdown-toggle {
    color: #0e2335;
  }
  .block {
    min-height: 78px;
  }
  .hide-on-desktop-nav-view {
    display: none !important;
  }
}


@media (min-width: 480px) {
  .hide-on-desktop {
    display: none !important;
  }
  .block-error-404 .container {
    padding-bottom: 10%;
    padding-top: 10%;
  }
}

@media (min-width: 770px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 17px;
  }
  blockquote {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 320px) {
  .block.block-entry-header-demo .main-heading {
    font-size: calc(32px + 30 * ((100vw - 320px) / 1600));
  }
  h1 {
    font-size: calc(32px + 19 * ((100vw - 320px) / 1600));
  }
  h2 {
    font-size: calc(24px + 14 * ((100vw - 320px) / 1600));
  }
  h3,
  .accent {
    font-size: calc(21px + 7 * ((100vw - 320px) / 1600));
  }
  h4,
  .comment-list .comment-author {
    font-size: calc(18px + 3 * ((100vw - 320px) / 1600));
  }
  h5 {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
  }
  h6 {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  }
  .gutenberg-content li {
    font-size: calc(17px + 2 * ((100vw - 320px) / 1600));
  }
  .block-search-results h3 {
    font-size: calc(18px + 3 * ((100vw - 320px) / 1600));
  }
  .block-error-404 h1 {
    font-size: calc(42px + 158 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .block.block-entry-header-demo .main-heading {
    font-size: 62px;
  }
  h1 {
    font-size: 51px;
  }
  h2 {
    font-size: 38px;
  }
  h3,
  .accent {
    font-size: 28px;
  }
  h4,
  .comment-list .comment-author {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 14px;
  }
  .gutenberg-content li {
    font-size: 19px;
  }
  .block-search-results h3 {
    font-size: 21px;
  }
  .block-error-404 h1 {
    font-size: 200px;
  }
}

@media print {
  .nav-container,
  .site-footer,
  .side-nav {
    display: none;
  }
}

@media screen and (min-width: 770px) and (min-width: 320px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: calc(17px + 3 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 770px) and (min-width: 1920px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 18px;
  }
}

@media (max-width: 840px) {
  .gutenberg-content {
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100% - 4rem);
  }
  .gutenberg-content pre {
    margin-left: 2rem;
    width: calc(100% - 8rem);
  }
  .gutenberg-content ol,
  .gutenberg-content ul {
    padding-left: calc(2rem + 2.7rem);
  }
  .gutenberg-content ul.tags {
    padding-left: 0;
  }
  .wp-caption {
    width: 100% !important;
  }
}

@media (max-width: 800px) {
  .gutenberg-content > * .twitter-tweet,
  .gutenberg-content > * .instagram-media,
  .gutenberg-content > * .wp-video,
  .gutenberg-content > * .is-provider-instagram,
  .gutenberg-content > * .is-provider-twitter,
  .gutenberg-content > * .is-provider-facebook {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .gutenberg-content > *.twitter-tweet, .gutenberg-content > *.instagram-media, .gutenberg-content > *.wp-video {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (min-width: 870px) {
  .gutenberg-content > *.alignwide {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1170px) {
  .gutenberg-content small[style="text-align: center;"] {
    display: block;
    margin-bottom: 8rem;
    margin-top: -4rem;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 840px) {
  ul.tags {
    padding: 0;
  }
  .gutenberg-content .is-style-boxed {
    transform: translate(2rem, 0);
  }
}

@media (min-width: 1024px) {
  .block-search-results > .container {
    display: grid;
    /* autoprefixer: off */
    grid-auto-rows: minmax(0, auto);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  @supports not (display: grid) {
    .block-search-results > .container {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .block-search-results > .container > div {
      margin-bottom: 16px;
      margin-right: 16px;
      width: calc(100% - 16px);
    }
    .block-search-results > .container > div:nth-child(1n+1) {
      margin-right: 0;
    }
  }
  @supports (-ms-ime-align: auto) {
    .block-search-results > .container {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .block-search-results > .container > div {
      margin-bottom: 16px;
      margin-right: 16px;
      width: calc(100% - 16px);
    }
    .block-search-results > .container > div:nth-child(1n+1) {
      margin-right: 0;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .block-search-results > .container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .block-search-results > .container > div {
    margin-bottom: 16px;
    margin-right: 16px;
    width: calc(100% - 16px);
  }
  .block-search-results > .container > div:nth-child(1n+1) {
    margin-right: 0;
  }
}

/* Kuuki styles here */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
	min-height: 700px;
	background-position: center; 
}

.padded-element {
	padding: 20px;
}

.white-bg {
	background-color: #fff;
	    z-index: 1;
    position: relative;
}

.shadows {
	box-shadow: 0 0 0 #fff, 0 0 8px rgb(0 0 0 / 13%);
}

.container-fluid {
	background-size: contain;
    background-repeat: no-repeat;
}

.block-single .entry-img {
    height: 450px!important;
    overflow: hidden;
    margin-bottom: 0;
	position: relative;
    z-index: 1;
}

.block-page .entry-img{
    height: 540px!important;
    overflow: hidden;
    margin-bottom: 0;
	position: relative;
    z-index: 1;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	position: relative;
    z-index: 9;
}

.lavender-bg {
	background-color: #D6CDE9;
	position: relative;
}

.lavender-bg.offset::before {
    content: '';
    background-color: #D6CDE9;
    height: 370px;
    top: -300px;
    width: 100%;
    position: absolute;
}

.dark-blue-bg {
	background-color: #0e2335;
	position: relative;
}

.dark-blue-bg.offset::before {
    content: '';
    background-color: #0e2335;
    height: 370px;
    top: -300px;
    width: 100%;
    position: absolute;
}

.light-blue-bg {
	background-color: #e6f4fe;
	position: relative;
}

.light-blue-bg.offset::before {
    content: '';
    background-color: #e6f4fe;
    height: 200px;
    top: -200px;
    width: 100%;
    position: absolute;
}

img.blue-icon {
	padding: 10px;
}

.timeline {
	position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 2px;
  background-color: #a1daf7;
}

.timeline .entries {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}

.timeline .entries .entry {
  width: calc(50% - 80px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}

.timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}

.timeline .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: #fff;
}

.timeline .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #a1daf7;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -117px;
  z-index: 1000;
}

.timeline .entries .entry .body p {
  line-height: 1.4em;
}

.timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}

.timeline .entries .entry:nth-child(2n) .title:before {
  left: -108px;
}

.ukk,
.palvelukategoria {
    padding-top: 80px;
}

.accordion {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a1daf7;
}

.palvelukategoria .accordion {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: none;
}

.palvelukategoria .accordion img {
	max-width: 60px;
    border-radius: 8px 0 0 8px;
    margin-right: 15px;
}

.palvelukategoria .accordion button {
	/* display: flex; */
    align-items: center;
	background: #007abb4d;
    padding: 0;
    border-radius: 8px;
	margin-bottom: 20px;
}

.palvelukategoria  .accordion button:hover {
	padding: 0;
	background: #007abb4d;
}

button.accordion__btn,
button.accordion__btn:hover { 
	background: transparent;
	text-align: center;
    width: 100%;
	padding: 0 0 10px 0;
}

.accordion .is-expanded h3:after,
.accordion .is-expanded h4:after {
    content: "–";
}

.accordion h3:after,
.accordion h4:after {
    content: "+";
	position: absolute;
    right: 0;
	top: 0;
}

.palvelukategoria .accordion h4:after {
	right: 10px;
}

.accordion h3,
.palvelukategoria .accordion h4 {
	/* position: relative; 
	color: #a1daf7;*/
	margin-bottom: 0;
	width: 100%;
}

.palvelukategoria .accordion h4 {
	margin: 0;
	padding-right: 25px;
}

button.accordion__btn:hover h3,
button.accordion__btn:hover h4 {
	color: #fff;
}

.container-fluid.bottom-content {
	position: relative;
	background-size: cover;
	background-position: center;
}

.container-fluid.bottom-content::after {
	content: '';
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}

.strategia {
	position: relative; 
	background-image: url(/wp-content/uploads/2021/03/nature-bg.jpg);
	min-height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}

.box.shadows {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 12px 18px -6px rgb(34 56 101 / 12%);
}

.archive .blog-item h2 {
	font-size: 24px;
}

.archive .blog-item {
	height: 100%;
	background: #fff; 
    box-shadow: 0px 12px 18px -6px rgb(34 56 101 / 12%);
}

.archive .blog-item .caption {
	padding: 30px;
}

.palveluntuottajaksi {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 50px;
	position: relative;
}

.palveluntuottajaksi .shade {
	background: rgb(14,35,53);
	background: linear-gradient(90deg, rgba(14,35,53,1) 0%, rgba(14,35,53,0.6797093837535014) 50%, rgba(14,35,53,0) 100%);
	opacity: 0.7;
}

.cp_cff_pastel #fbuilder .fields.section_breaks,
div#fieldlist_1 {
	    margin-top: 30px;
    margin-bottom: 30px;
}

#fbuilder h1, #fbuilder h2, #fbuilder h3, #fbuilder h4, #fbuilder h5, #fbuilder span, #fbuilder p, #fbuilder a, #fbuilder label, #fbuilder span {
	color: #0e2335!important
}

#menu-item-500 .dropdown-toggle,
#menu-item-561 .dropdown-toggle {
	padding-right:10px;
}

.embed-container {

	max-width: 800px;

}

.wp-block-button.bigger-btn > a.wp-block-button__link {
    height: 60px;
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
	.block-page .entry-img {height: inherit!important;}
}
	
@media only screen 
and (min-device-width : 770px) 
and (max-device-width : 1024px)  {
	.dark-blue-bg.offset::before {}
}

@media (max-width: 767px) {
	.hero {min-height: inherit; padding: 100px 0 50px; background-position: center;}
	.dark-blue-bg.offset::before {height: 150px; top: -150px;}
	.mobile-center {text-align: center;}
	
	.timeline:before {left: 50px;}
	.timeline .entries .entry {text-align: left; width: 100%;}
	.timeline .entries .entry .title:before, .timeline .entries .entry:nth-child(2n) .title:before {left: -33px; right: inherit}
	.timeline .entries .entry:not(:first-child) {margin-top: 0;}
}

@media(min-width:768px) { 

.big-gutter > [class*='col-'] {
    padding-right:30px;
    padding-left:30px; 
}

.big-gutter > [class*="col-"]:first-child {
  padding-left:15px;
}
  
.big-gutter > [class*="col-"]:last-child {
  padding-right:15px;
}

}




/*Gallery styles */
.gallery{clear:both;overflow:hidden;text-align:center}.gallery.gallery-columns-1 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto}.gallery.gallery-columns-1 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-1 .gallery-item:last-child{margin-right:auto}.gallery.gallery-columns-2 .gallery-item{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0;margin-right:3%}.gallery.gallery-columns-2 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-2 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-2 .gallery-item:nth-child(2n){margin-right:0;float:right}.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1){clear:both}@media (max-width: 480px){.gallery.gallery-columns-2 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-2 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-2 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-3 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-3 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-3 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-3 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-3 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-3 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-3 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-3 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-3 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-3 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-3 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-4 .gallery-item{float:left;clear:none;text-align:inherit;width:22.75%;margin-left:0;margin-right:3%}.gallery.gallery-columns-4 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-4 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-4 .gallery-item:nth-child(4n){margin-right:0;float:right}.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-4 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-4 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-4 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-4 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-4 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-4 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-4 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-4 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-5 .gallery-item{float:left;clear:none;text-align:inherit;width:17.6%;margin-left:0;margin-right:3%}.gallery.gallery-columns-5 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-5 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-5 .gallery-item:nth-child(5n){margin-right:0;float:right}.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-5 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-5 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-5 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-5 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-5 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-5 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-5 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-5 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-6 .gallery-item{float:left;clear:none;text-align:inherit;width:14.16667%;margin-left:0;margin-right:3%}.gallery.gallery-columns-6 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-6 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-6 .gallery-item:nth-child(6n){margin-right:0;float:right}.gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-6 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-6 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-6 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-6 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-6 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-6 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-6 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-6 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-7 .gallery-item{float:left;clear:none;text-align:inherit;width:11.71429%;margin-left:0;margin-right:3%}.gallery.gallery-columns-7 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-7 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-7 .gallery-item:nth-child(7n){margin-right:0;float:right}.gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-7 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-7 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-7 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-7 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-7 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-7 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-7 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-7 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-8 .gallery-item{float:left;clear:none;text-align:inherit;width:9.875%;margin-left:0;margin-right:3%}.gallery.gallery-columns-8 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-8 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-8 .gallery-item:nth-child(8n){margin-right:0;float:right}.gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-8 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-8 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-8 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-8 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-8 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-8 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-8 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-8 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-9 .gallery-item{float:left;clear:none;text-align:inherit;width:8.44444%;margin-left:0;margin-right:3%}.gallery.gallery-columns-9 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-9 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-9 .gallery-item:nth-child(9n){margin-right:0;float:right}.gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-9 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-9 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-9 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-9 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-9 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-9 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-9 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-9 .gallery-item:last-child{margin-right:auto}}.gallery.gallery-columns-10 .gallery-item{float:left;clear:none;text-align:inherit;width:7.3%;margin-left:0;margin-right:3%}.gallery.gallery-columns-10 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-10 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-10 .gallery-item:nth-child(10n){margin-right:0;float:right}.gallery.gallery-columns-10 .gallery-item:nth-child(10n + 1){clear:both}@media (max-width: 770px){.gallery.gallery-columns-10 .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery.gallery-columns-10 .gallery-item::after{display:block;content:'';clear:both}.gallery.gallery-columns-10 .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery.gallery-columns-10 .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery.gallery-columns-10 .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery.gallery-columns-10 .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery.gallery-columns-10 .gallery-item:first-child{margin-left:auto}.gallery.gallery-columns-10 .gallery-item:last-child{margin-right:auto}}.gallery .gallery-item{float:left;clear:none;text-align:inherit;width:22.75%;margin-left:0;margin-right:3%}.gallery .gallery-item::after{display:block;content:'';clear:both}.gallery .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery .gallery-item:nth-child(4n){margin-right:0;float:right}.gallery .gallery-item:nth-child(4n + 1){clear:both}@media (max-width: 770px){.gallery .gallery-item{float:left;clear:none;text-align:inherit;width:31.33333%;margin-left:0;margin-right:3%}.gallery .gallery-item::after{display:block;content:'';clear:both}.gallery .gallery-item:nth-child(n){margin-right:3%;float:left;clear:none}.gallery .gallery-item:nth-child(3n){margin-right:0;float:right}.gallery .gallery-item:nth-child(3n + 1){clear:both}}@media (max-width: 480px){.gallery .gallery-item{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto;text-align:center}.gallery .gallery-item:first-child{margin-left:auto}.gallery .gallery-item:last-child{margin-right:auto}}.gallery .gallery-item .gallery-caption{font-size:.85em;margin-top:.7em;font-style:italic;display:block;line-height:1.2;text-align:center;opacity:.6}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:0;height:auto;margin-bottom:0;width:100%}

/* Bootstrap styles */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-mthemes-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}