body {
	background: #EFEFEF;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #22222A;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', serif;
	margin-top:0;
	line-height:1.2;
	font-weight: 500;
}


h1 {
	font-size:2.4rem;
	margin-bottom:.2em;
	line-height: 1.1;
}

@media (min-width: 768px) {
	h1 {
		font-size:2.9rem;
	}
}

@media screen and (min-width: 992px) {
	h1 {
		font-size:3.8rem;
	}
	
	h1.entry-title {
		font-size:3rem;
	}
	
	.wp-block-cover h1 {
		font-size:6.5rem;
	}
}

h2 {
	font-size:1.8rem;
	margin-bottom:.7em;
}

@media screen and (min-width: 992px) {
	h2 {
		font-size:2.8rem;
	}
}

h3 {
	font-size:1.5rem;
	margin-bottom:.7em;
	font-weight: 700;
}

@media screen and (min-width: 992px) {
	h3 {
		font-size:2rem;
	}
}

h4 {
	font-size:1.3rem;
	margin-bottom:.4em;
	line-height: 1.3;
	font-weight: 700;
}

h5 {
	font-weight: 700;
	font-size:1.2rem;
	margin-top:1.5em;
	margin-bottom:.5em;
	line-height:1.5;
}

h6 {
	font-size:.95rem;
	margin-bottom:.4em;
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-weight:inherit;
	color:inherit;
}

p {
	font-size:1.1rem;
	margin-bottom:1.5em;
	margin-top:0;
	line-height:1.7;
}

ul, ol {
	font-size:1.1rem;
}

@media screen and (min-width: 992px) {
	p, ul, ol {
		font-size:1.3rem;
	}
}


b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


address {
	margin: 0 0 1.5em;
}

small {
	font-size: 75%;
}

big {
	font-size: 140%;
}

sup {
	font-size:.6em;
}

u {
	text-decoration: underline;
    text-decoration-thickness: .1em;
    text-decoration-color: var(--wp--preset--color--theme-blue);
    text-underline-offset: .5em;
}



/*--------------------------------------------------------------
Links and Buttons
--------------------------------------------------------------*/
a {
	color:inherit;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--wp--preset--color--theme-blue);
	text-underline-offset: 0.2em;
	-webkit-transition: all .3s;
			transition: all .3s;
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--wp--preset--color--theme-blue);
	text-underline-offset: 0.2em;
}

.wp-block-button__link {

}

.more-link {
	text-decoration: none;
}

.more-link:after {
	display:inline-block;
	content:"";
	height: .5em;
    width: .5em;
	margin:0 0 .1em .3em;
    vertical-align: middle;
    border-top: 2px solid var(--wp--preset--color--theme-blue);
    border-right: 2px solid var(--wp--preset--color--theme-blue);
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);

	-webkit-transition: -webkit-transform .3s;
			transition: transform .3s;
}

.more-link:hover {
	text-decoration: none;
	color: var(--wp--preset--color--theme-blue);
}


.hover-grow {
	display: block;
}

.hover-grow:hover {
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}



/*--------------------------------------------------------------
Lists and Bullets
--------------------------------------------------------------*/
ul, ol {
	padding:0 0 0 1.1em;
	margin:0 0 1.5em;
}

ul ul {
	margin:.5em 0 1em;
}

li {
	margin-bottom:.5em;
}



/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.wp-block-social-link {
    border-radius: 0;
}



/*--------------------------------------------------------------
Home top
--------------------------------------------------------------*/
body .home-top .small-heading {
	font-size: .38em;
	font-weight: 700;
	margin: 0;
}



/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/

@media (max-width: 767px) {
	.wp-block-cover {
		min-height: 200px !important;
	}
}

body .wp-block-cover .wp-block-cover__inner-container {
	z-index: 999;
}

.is-style-bottom-line {
	border-bottom: 10px solid;
	border-image: linear-gradient(90deg, rgb(46,86,137), rgb(90,164,255)) 1;
}

.is-style-gradient-overlay::before {
	content: "";
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    width: 100%;
    height: 80%;
	position: absolute;
	bottom: 0;
	z-index: 99;
}



/*--------------------------------------------------------------
Nav block
--------------------------------------------------------------*/
.wp-block-custom-nav nav {
	margin: 0;
	padding: 0;
}

.wp-block-custom-nav nav.indent-1 {
	padding-left: 1rem;
	font-size: .9rem;
}

.wp-block-custom-nav nav a {
	display: block;
	margin-bottom: .2rem;
    text-decoration-thickness: inherit;
    text-decoration-color: inherit;
}



/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.wp-block-slider {
	margin: 3em auto 7em;
	padding: 0 3rem;
}

.wp-block-slider .slider-inner {
	margin-right: 2em;
	margin-left: 2em;
}

/* hide slides other then the first before slick js runs */
.wp-block-slider .slider-inner > .wp-block-group:not(:first-child) {
	display: none;
}

.slick-arrow {
    position: absolute;
    display: block;
    cursor: pointer;
    background: none;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
	background: #5CA1F6;

}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    cursor: default;
}

.slick-next.slick-disabled .slick-next-icon:before,
.slick-next.slick-disabled .slick-prev-icon:before,
.slick-prev.slick-disabled .slick-next-icon:before,
.slick-prev.slick-disabled .slick-prev-icon:before {
    opacity: 0.25;
}

.slick-next .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-prev .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
	display: block;
    height: 25px;
    width: 25px;
    background-size: contain;
}


.slick-prev .slick-prev-icon:before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231b324c' d='M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z'%3E%3C/path%3E%3C/svg%3E");
}

.slick-next .slick-next-icon:before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231b324c' d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z'%3E%3C/path%3E%3C/svg%3E");
}



.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots-container {
	text-align: center;
}

.slick-dots {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li::before {
	content: none;
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 25px;
    width: 25px;
	min-width: auto;
	padding: 0;
    outline: 0;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,
.slick-dots li button:hover .slick-dot-icon {
	background: #5CA1F6;
}

.slick-dots li button .slick-dot-icon {
	display: block;
	height: 100%;
	width: 100%;
	border: 4px solid #1b324c;
	border-radius: 100%;
    color: #000;
}

.slick-dots li.slick-active button .slick-dot-icon {
	background: #5CA1F6;
}

.slick-autoplay-toggle-button {
    display: inline-block;
    cursor: pointer;
    background: none;
	padding: 0;
	margin-right: 2px;
    border: 0;
}

.slick-autoplay-toggle-button:hover,
.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:active {
	background: #5CA1F6;

}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
    outline: 0;
    opacity: 1;
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
	display: block;
	width: 25px;
	height: 25px;
    background-size: contain;
}


.slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-244 -244 512 512' xml:space='preserve'%3E%3Cpath d='M12-244c-141.3 0-256 114.7-256 256s114.7 256 256 256S268 153.3 268 12 153.3-244 12-244zm-51.2 358.4c-14.1 0-25.6-11.5-25.6-25.6V-64.8c0-14.1 11.5-25.6 25.6-25.6 14.1 0 25.6 11.5 25.6 25.6V88.8c0 14.1-11.5 25.6-25.6 25.6zm102.4 0c-14.1 0-25.6-11.5-25.6-25.6V-64.8c0-14.1 11.5-25.6 25.6-25.6 14.1 0 25.6 11.5 25.6 25.6V88.8c0 14.1-11.5 25.6-25.6 25.6z' fill='%231b324c'/%3E%3C/svg%3E");
}

.slick-autoplay-toggle-button .slick-play-icon:before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231b324c' d='M256 0C114.7 0 0 114.7 0 256s114.7 256 256 256 256-114.7 256-256S397.3 0 256 0zm-85.1 375V137L377 256 170.9 375z'/%3E%3C/svg%3E");
}

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

