/*
Table Of Contents

 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Extra core
 8.) Text - Colors / Wordpress Cores

========================================*/

/*
 1.) Typography
----------------------------------------*/

/*
.gf-mark-pro { font-family: "Gothic A1" ,sans-serif; }
.gf-maxeville { font-family: "Crimson Text", serif; }
*/


/*
 2.) Default Styles
----------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #00223b;
	line-height: 30px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

sub,
sup {
	font-size: 60%;
}

sup {
	top: 0;
}

sub {
	bottom: 0;
}

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

@media (max-width: 767px) {
body {
	font-size: 18px;
	line-height: 28px;
}
}


/*= Links
=======================================================*/

a {
	font-weight: 700;
	color: #005a9c;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #005a9c;
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="mailto:"] {
	word-break: none;  
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
=======================================================*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	padding-bottom: 15px;
}

h1,
.h1 {
	font-size: 70px;
	line-height: 78px;
}

h2,
.h2 {
	font-size: 50px;
	line-height: 60px;
}

h3,
.h3 {
	font-size: 40px;
	line-height: 46px;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 38px;
}

h5,
.h5 {
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

h6,
.h6 {
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
}

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

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

.single-post h2, 
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	color: #005a9c;
}
.single-post h2, .post-type-post h2 {
	font-size: 42px;
	line-height: 48px;
}
.single-post h3, .post-type-post h3 {
	font-size: 34px;
	line-height: 44px;
}
.single-post h4, .post-type-post h4 {
	font-size: 30px;
	line-height: 40px;
}
.single-post h5, .post-type-post h5 {
	font-size: 28px;
	line-height: 38px;
}
.single-post h6, .post-type-post h6 {
	font-size: 26px;
	line-height: 36px;
}

p {
	padding-bottom: 15px;
}

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

.txt {
	margin-bottom: 60px;
}

.txt:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic;
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal;
}

strong {
	font-weight: 700;
}

.wp-element-caption{    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 70px;
	line-height: 70px;
}

h2,
.h2 {
	font-size: 50px;
	line-height: 60px;
}

h3,
.h3 {
	font-size: 40px;
	line-height: 46px;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 38px;
}

h5,
.h5 {
	font-size: 30px;
	line-height: 34px;
}

h6,
.h6 {
	font-size: 22px;
	line-height: 32px;
}

.txt {
	margin-bottom: 50px;
}
}

@media (max-width: 991px) {
h1,
.h1 {
	font-size: 65px;
	line-height: 69px;
}

h2,
.h2 {
	font-size: 48px;
	line-height: 56px;
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 52px;
	line-height: 54px;
}

h2,
.h2 {
	font-size: 42px;
	line-height: 48px;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 42px;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 38px;
}

h5,
.h5 {
	font-size: 26px;
	line-height: 36px;
}

h6,
.h6 {
	font-size: 20px;
	line-height: 30px;
}

.txt {
	margin-bottom: 40px;
}
}


/*= Unorder List
=======================================================*/

ul,
ol {
	list-style: none;
	padding-left: 15px;
}

li {
	position: relative;
	padding-left: 21px;
	padding-bottom: 15px;
}

ul li:before {
	content: "\f0c8";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 32%;
	line-height: 32%;
	position: absolute;
	top: 14px;
	left: 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 15px 0 0 0;
}

@media (max-width: 767px) {
ul li:before {
	top: 12px;
}
}


/*= Order List
=======================================================*/

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 26px;
}

ol > li:before {
	content: counter(item)".";
	position: absolute;
	top: 0;
	left: 0;
}


/* #Input Styles
================================================= */

.gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 40px !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label, .gform_wrapper.gravity-theme .gfield_label {
	width: 100%;
	font-family: "Gothic A1", sans-serif;
	font-weight: 400 !important;
	font-size: 20px !important;
	color: #00223b;
	line-height: 30px !important;
	padding: 0 !important;
	margin: 0 0 8px 0;
}

select,
textarea,
input[type="text"]:not(.header-main .search-box input[type="text"]),
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"]:not(.header-main .search-box input[type="text"]),
input[type="tel"],
input[type="color"],
.uneditable-input,


.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	width: 100%;
	height: 66px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 20px !important;
	color: #00223b;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	box-shadow: inset #005a9c99 0 0 0 1px;
	border: none;
	border-radius: 8px;
	outline: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none;
	overflow: hidden !important;
	position: relative;
	padding: 16px 35px !important;
	margin: 0;
}

textarea {
	height: 224px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

select, .gform_wrapper.gravity-theme .gfield select {
	background-image: url(../img/chevron-down.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: top 27px right 33px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
}

select::-ms-expand, .gform_wrapper.gravity-theme .gfield select::-ms-expand {
	display:none;
}

select.colorize expand-item.def:not([disabled]),
select.colorize.empty:not([disabled]), 
::-webkit-input-placeholder,
::-webkit-textarea-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(0, 34, 59, .60);
	font-weight: 400 !important;
}

select:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	box-shadow: inset #005a9c 0 0 0 1px;
	outline: 0;
}

.gform_wrapper.gravity-theme .ginput_container_consent{
	display: flex;
	align-items: center;
	gap: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_consent label{
	margin-bottom: 0;
	font-size: 16px !important;
	line-height: 24px;
}

@media (max-width: 767px) {
label, .gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px !important;
	line-height: 28px !important;
}

select,
.gform_wrapper.gravity-theme .gfield select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 58px;
	font-size: 18px;
	line-height: 28px;
	padding: 12px 25px;
}

textarea {
	height: 175px;
	padding-top: 20px;
	padding-bottom: 20px;
}

select, .gform_wrapper.gravity-theme .gfield select {
	background-size: 20px auto;
	background-position: top 24px right 23px;
	padding-right: 50px;
}
}


/* Error */
.error {
	display: none;
}

.error-wrap {
	position: relative;
}

.error-wrap .error {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #ff423e;
	line-height: 20px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	bottom: -30px;
	left: 0;
	padding: 0 15px;
	margin: 0;
	display: block;
}

.gform_wrapper.gravity-theme .gform_validation_errors{
	margin-bottom:40px !important;

}
.gform_wrapper.gravity-theme .gform_validation_errors>h2{
	font-family: "Gothic A1", sans-serif;
	font-size: 15px !important;
	letter-spacing: normal !important;
	line-height: inherit !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
	border:none !important;
	padding:0 !important;
	background:none !important;
}

@media (max-width: 767px) {
.error-wrap .error {
	font-size: 14px;
	line-height: 24px;
}
}


/* Form - Check */
.form-check, .gform_wrapper.gravity-theme .gfield_radio .gchoice {
	width: 100%;
	min-height: 26px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 15px 0;
}

.form-check:last-child, .gform_wrapper.gravity-theme .gfield_radio .gchoice:last-child {
	margin-bottom: 0;
}

.form-check .form-check-input, .gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 26px;
	height: 26px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #005a9c99;
	border-radius: 900px;
	box-shadow: none;
	outline: 0;
	position: absolute;
	top: 1px;
	left: 0;
	padding: 0;
	margin: 0;
}

.form-check .form-check-input[type="checkbox"], .gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input[type="checkbox"] {
	border-radius: 0;
}

.form-check .form-check-input:focus,
.form-check .form-check-input:active,
.gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input:focus,
.gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input:active {
	filter: brightness(100%);
}

.form-check .form-check-input:checked,
.gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input:checked {
	background-color: #005a9c;
	background-repeat: no-repeat;
	background-image: url(../img/check-tick.svg);
	background-position: center center;
	background-size: 13px auto;
	border-color: #005a9c;
}

.form-check .form-check-input:checked[type="radio"],
.gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input:checked[type="radio"] {
	background-image: url(../img/circle-solid.svg);
	background-size: 10px auto;
}

.form-check .form-check-label,
.gform_wrapper.gravity-theme .gfield_radio .gform-field-label {
	font-size: 18px;
	line-height: 26px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin:0 !important;
	padding-top: 40px !important;
}

@media (max-width: 767px) {
.form-check, .gform_wrapper.gravity-theme .gfield_radio {
	min-height: 24px;
	padding-left: 36px;
}

.form-check .form-check-input,
.gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input {
	width: 24px;
	height: 24px;
	top: -1px;
}
}


/* Form - Check Buttons */
.form-check-btns,
.checkbox-buttons .gfield_radio{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -16px -8px;
}

.form-check-btns .form-check,
.checkbox-buttons .gchoice {
	width: auto !important;
	float: left !important;
	min-height: inherit !important;
	padding: 0 !important	;
	margin: 0 8px 16px 8px !important;
}

.form-check-btns .form-check .form-check-input,
.checkbox-buttons .gchoice .gfield-choice-input {
	width: 100% !important;
	height: 100% !important;
	background: #dcf0ff !important;
	border: 1px solid #005a9c !important;
	border-radius: 8px !important;
	top: 0 !important;
}

.form-check-btns .form-check .form-check-label,
.checkbox-buttons .gchoice .gform-field-label {
	min-width: 120px !important;
	height: 100% !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 30px !important;
	text-align: center !important;
	cursor: pointer !important;
	padding: 12px 20px !important;
}

.form-check-btns .form-check .form-check-input:checked,
.form-check-btns .form-check .form-check-input:checked[type="radio"],
.checkbox-buttons .gchoice .gfield-choice-input:checked,
.checkbox-buttons .gchoice .gfield-choice-input:checked[type="radio"] {
	background-color: #eeb91d !important;
	background-image: none !important;
}

@media (max-width: 767px) {
.form-check-btns,
.checkbox-buttons .gfield_radio{
	margin: 0 -7px -14px -7px !important;
}

.form-check-btns .form-check,
.checkbox-buttons .gchoice {
	margin: 0 7px 14px 7px !important;
}

.form-check-btns .form-check .form-check-label,
.checkbox-buttons .gchoice .gform-field-label {
	min-width: 110px !important	;
	font-size: 20px !important;
	line-height: 26px !important;
}
}


/* File - Upload */
input[type=file] {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
}

input[type=file]::file-selector-button {
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #00223b;
	line-height: 26px;
	background: #ffffff;
	box-shadow: inset #005a9c99 0 0 0 1px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	outline: 0;
	padding: 20px 35px;
	margin: 0 15px 0 0;
}

input[type=file]::file-selector-button:hover {
	color: #ffffff;
	background: #005a9c;
}

.txt-size {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}

@media (max-width: 767px) {
input[type=file] {
	font-size: 16px;
	line-height: 22px;
}

input[type=file]::file-selector-button {
	font-size: 18px;
	line-height: 24px;
	padding: 16px 30px;
}

.upload-wrap {
	overflow: hidden;
}
}


/* #Buttons
================================================== */

/* Arrow Right */
@keyframes arrowright {
	0% { margin-left: 10px; margin-right: 0;}
	75% { margin-left: 17px; margin-right: -7px;}
	100% { margin-left: 10px; margin-right: 0;}
}

@-webkit-keyframes arrowright {
	0% { margin-left: 10px; margin-right: 0;}
	75% { margin-left: 17px; margin-right: -7px;}
	100% { margin-left: 10px; margin-right: 0;}
}

/* Arrow Right */
@keyframes arrowright2 {
	0% { margin-left: 15px; margin-right: 0;}
	75% { margin-left: 22px; margin-right: -7px;}
	100% { margin-left: 15px; margin-right: 0;}
}

@-webkit-keyframes arrowright2 {
	0% { margin-left: 15px; margin-right: 0;}
	75% { margin-left: 22px; margin-right: -7px;}
	100% { margin-left: 15px; margin-right: 0;}
}

/* Arrow Up Right */
@keyframes arrowupright {
	0% { margin-left: 20px; margin-right: 0; margin-top: 0; margin-bottom: 0;}
	75% { margin-left: 23px; margin-right: -3px; margin-top: -5px; margin-bottom: 3px;}
	100% { margin-left: 20px; margin-right: 0; margin-top: 0; margin-bottom: 0;}
}

@-webkit-keyframes arrowupright {
	0% { margin-left: 20px; margin-right: 0; margin-top: 0; margin-bottom: 0;}
	75% { margin-left: 23px; margin-right: -3px; margin-top: -5px; margin-bottom: 3px;}
	100% { margin-left: 20px; margin-right: 0; margin-top: 0; margin-bottom: 0;}
}

/* Arrow Up Right2 */
@keyframes arrowupright2 {
	0% { margin-top: 0; margin-bottom: 0;}
	75% { margin-top: -5px; margin-bottom: 3px;}
	100% { margin-top: 0; margin-bottom: 0;}
}

@-webkit-keyframes arrowupright2 {
	0% { margin-top: 0; margin-bottom: 0;}
	75% { margin-top: -5px; margin-bottom: 3px;}
	100% { margin-top: 0; margin-bottom: 0;}
}

/* Arrow Left */
@keyframes arrowleft {
	0% { margin-right: 10px; margin-left: 0;}
	75% { margin-right: 17px; margin-left: -7px;}
	100% { margin-right: 10px; margin-left: 0;}
}

@-webkit-keyframes arrowleft {
	0% { margin-right: 10px; margin-left: 0;}
	75% { margin-right: 17px; margin-left: -7px;}
	100% { margin-right: 10px; margin-left: 0;}
}

/* Arrow Down */
@keyframes anidownload {
	0% { margin-top: 0; margin-bottom: 0;}
	75% { margin-top: 4px; margin-bottom: -4px;}
	100% { margin-top: 0; margin-bottom: 0;}
}

@-webkit-keyframes anidownload {
	0% { margin-top: 0; margin-bottom: 0;}
	75% { margin-top: 4px; margin-bottom: -4px;}
	100% { margin-top: 0; margin-bottom: 0;}
}


/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	min-width: 167px;
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background: #005a9c;
	box-shadow: none;
	border-radius: 900px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 13px 35px 10px 35px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
a.box:hover .btn,
a.box:focus .btn,
a.box:active .btn {
	color: #00223b;
	text-decoration: none;
	background-color: #ffbd59;
	box-shadow: none;
	outline: 0;
}

.btn-yellow,
input.btn-yellow[type="button"],
input.btn-yellow[type="submit"] {
	color: #005b99;
	background-color: #eeb91d;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:active:focus,
.btn-yellow.active,
.btn-yellow.active:focus,
input.btn-yellow[type="button"]:hover,
input.btn-yellow[type="button"]:focus,
input.btn-yellow[type="button"]:active,
input.btn-yellow[type="button"]:active:focus,
input.btn-yellow[type="button"].active,
input.btn-yellow[type="button"].active:focus,
input.btn-yellow[type="submit"]:hover,
input.btn-yellow[type="submit"]:focus,
input.btn-yellow[type="submit"]:active,
input.btn-yellow[type="submit"]:active:focus,
input.btn-yellow[type="submit"].active,
input.btn-yellow[type="submit"].active:focus,
.btn-yellow:not(:disabled):not(.disabled).active,
a.box:hover .btn-yellow,
a.box:focus .btn-yellow,
a.box:active .btn-yellow {
	color: #00223b;
	background-color: #ffbd59;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-center {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px -8px -16px -8px;
}

.btn-wrap .btn {
	float: left;
	margin: 0 8px 16px 8px;
}

@media (max-width: 1199px) {
.btn-out,
.btn-wrap {
	margin-top: 25px;
}
}

@media (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 22px;
}

.btn-out,
.btn-wrap {
	margin-top: 15px;
}
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}


/* Figure */
figure,
.figure {
	vertical-align: top;
}

.break-word {
	word-wrap: break-word;
}


/* #Owl-carousel
=======================================================*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* #Slider Controls
================================================== */

/* Previous and Next */
.owl-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 55px 0 0 0;
}

.owl-nav button {
	width: 87px;
	height: 40px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-weight: inherit;
	font-size: 30px;
	color: #005a9c;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	border: 1px solid #dcf0ff;
	box-shadow: none;
	border-radius: 900px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 3px 0 0 0;
	margin: 0 15px;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #ffffff;
	background: #005a9c;
	border-color: #005a9c;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-nav button.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.owl-nav.disabled {
	display: none;
}

@media (max-width: 767px) {
.owl-nav {
	margin: 40px 0 0 0;
}
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 55px 0 -12px 0;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #ffffff;
	border: 1px solid #00223b;
	box-shadow: none;
	border-radius: 900px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 6px 12px 6px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #005a9c;
	border-color: #005a9c;
}

.owl-dots.disabled {
	display: none;
}

@media (max-width: 767px) {
.owl-dots {
	margin: 40px 0 0 0;
}
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px;
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 50px;
	float: left;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 53px;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	background: #005a9c;
	border-radius: 5px;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	overflow: hidden;
	position: absolute;
	z-index: 1001;
	top: -47px;
	left: 3px;
	opacity: 0;
	padding: 0 40px;
	margin: 0;
}

.skip-btn:focus,
.skip-btn:active {
	top: 3px;
	color: #ffffff;
	text-decoration: none;
	background: #005a9c;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	opacity: 1;
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
}


/* Container */
.container {
	width: 100%;
	max-width: 1370px;
	padding: 0 40px;
}

@media (min-width: 768px) {
.container.max-1070 {
	max-width: 1150px;
}
}

@media (max-width: 767px) {
.container {
	max-width: 590px;
	padding: 0 25px;
}
}


/* Dropdown - Menu */
.dropdown-menu {
	font-size: inherit;
	color: inherit;
	z-index: 7;
}


/* Figure */
.figure {
	width: 100%;
	text-align: center;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}


.figure:last-child {
	margin-bottom: 0;
}

.figure img {
	width: 100%;
	vertical-align: top;
}

.figure .ribbon {
	width: 100%;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	background: rgba(0, 90, 156, .75);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 8px 17px 5px 17px;
}

@media (max-width: 1199px) {
.figure {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.figure {
	margin-bottom: 40px;
}
}


/* Figure - Caption */
.figure-caption, .wp-caption-text {
	font-weight: inherit;
	font-style: inherit;
	font-size: 18px;
	color: inherit;
	line-height: 26px;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
.figure-caption {
	font-size: 16px;
	line-height: 24px;
}
}


/* Icon - Play */
.icon-play {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.icon-play::before {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	content: "\f144";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 95px;
	color: #ffffff;
	line-height: 1em;
	background-color: rgba(0, 90, 156, .80);
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.icon-play:hover::before {
	background-color: rgba(0, 90, 156, .20);
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

.icon-play img {
	width: 100%;
	min-width: 500px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 0 -250px;
}

.icon-play:hover img,
.icon-play:focus img,
.icon-play:active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
.icon-play::before {
	font-size: 65px;
}
}


/* Divider */
.divider {
	width: 100%;
	height: 2px;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 60px;
}

.divider span {
	width: 100%;
	height: 1px;
	float: left;
	background: rgba(0, 0, 0, .20);
	text-indent: 99999px;
	overflow: hidden;
}

.divider:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
.divider span {
	animation-delay: 1s;
}
}

@media (max-width: 1199px) {
.divider {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.divider {
	margin-bottom: 40px;
}
}


/* Back To - Main */
.back-to-main {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 55px;
}

.back-to-main:last-child {
	margin-bottom: 0;
}

.back-to-main a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #005a9c;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 1;
	padding-bottom: 2px;
	padding-left: 30px;
}

.back-to-main a:before {
	content: "\f177";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 120%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: -1px 0 1px 0;
}

.back-to-main a:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #005a9c;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.back-to-main a:hover,
.back-to-main a:focus,
.back-to-main a:active {
	text-decoration: none;
}

.back-to-main a:hover:after,
.back-to-main a:focus:after,
.back-to-main a:active:after {
	width: 0;
}

.back-to-main a:hover:before,
.back-to-main a:focus:before,
.back-to-main a:active:before {
	animation: arrowleft 0.5s linear 1;
	-webkit-animation-name: arrowleft 0.5s linear 1;
}

@media (max-width: 1199px) {
.back-to-main {
	margin-bottom: 45px;
}
}

@media (max-width: 767px) {
.back-to-main {
	margin-bottom: 35px;
}

.back-to-main a {
	font-size: 16px;
	line-height: 22px;
	padding-left: 27px;
}
}


/* Date */
.date {
	font-size: 16px;
	color: #005a9c;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.date:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
.date {
	font-size: 15px;
	line-height: 21px;
}
}


/* Sub - Title */
.sub-title {
	display: inline-table;
	font-weight: 700;
	font-size: 17px;
	color: #005a9c;
	line-height: 23px;
	text-align: center;
	background: #fff4e5;
	border-radius: 900px;
	overflow: hidden;
	padding: 13.5px 30px;
	margin-bottom: 14px;
}

.sub-title:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
.sub-title {
	font-size: 16px;
	line-height: 22px;
	padding: 12px 25px;
	margin-bottom: 12px;
}
}


/* Read - More */
.read-more {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
}

.read-more a,
.read-more .a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #005a9c;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 1;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

.read-more a:last-child,
.read-more .a:last-child {
	margin-bottom: 0;
}

.read-more a em,
.read-more .a em {
	font-size: 100%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}

.read-more a:before,
.read-more .a:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #005a9c;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active,
a.box:hover .read-more .a,
a.box:focus .read-more .a,
a.box:active .read-more .a,
.box:hover .read-more .a,
.box:focus .read-more .a,
.box:active .read-more .a{
	text-decoration: none;
}

.read-more a:hover em,
.read-more a:focus em,
.read-more a:active em,
a.box:hover .read-more .a em,
a.box:focus .read-more .a em,
a.box:active .read-more .a em,
.box:hover .read-more .a em,
.box:focus .read-more .a em,
.box:active .read-more .a em{
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.read-more a:hover:before,
.read-more a:focus:before,
.read-more a:active:before,
a.box:hover .read-more .a:before,
a.box:focus .read-more .a:before,
a.box:active .read-more .a:before,
.box:hover .read-more .a:before,
.box:focus .read-more .a:before,
.box:active .read-more .a:before{
	width: 0;
}

@media (max-width: 767px) {
.read-more a,
.read-more .a {
	font-size: 16px;
	line-height: 22px;
}
}


/* Read - More ALT Plus */
.read-more.alt-plus a:after,
.read-more.alt-plus .a:after {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	font-weight: 400;
	font-size: 100%;
	line-height: 1em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: -1px;
	margin: 0 0 0 15px;
}

.read-more.alt-plus a:hover:after,
.read-more.alt-plus a:focus:after,
.read-more.alt-plus a:active:after,
a.box:hover .read-more.alt-plus .a:after,
a.box:focus .read-more.alt-plus .a:after,
a.box:active .read-more.alt-plus .a:after,
.box:hover .read-more.alt-plus .a:after,
.box:focus .read-more.alt-plus .a:after,
.box:active .read-more.alt-plus .a:after{
	content: "\f061";
	animation: arrowright2 0.5s linear 1;
	-webkit-animation-name: arrowright2 0.5s linear 1;
}


/* Read - More ALT Arrow */
.read-more.alt-arrow a:after,
.read-more.alt-arrow .a:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: url(../img/arrow-up-right.svg) no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	top: -1px;
	margin: 0 0 0 20px;
}

.read-more.alt-arrow a:hover:after,
.read-more.alt-arrow a:focus:after,
.read-more.alt-arrow a:active:after,
a.box:hover .read-more.alt-arrow .a:after,
a.box:focus .read-more.alt-arrow .a:after,
a.box:active .read-more.alt-arrow .a:after,
.box:hover .read-more.alt-arrow .a:after,
.box:focus .read-more.alt-arrow .a:after,
.box:active .read-more.alt-arrow .a:after{
	animation: arrowupright 0.5s linear 1;
	-webkit-animation-name: arrowupright 0.5s linear 1;
}

@media (max-width: 767px) {
.read-more.alt-arrow a:after,
.read-more.alt-arrow .a:after {
	width: 14px;
	height: 14px;
	top: -1px;
}
}


/* Read - More ALT Download */
.read-more.alt-download a:after,
.read-more.alt-download .a:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: url(../img/download.svg) no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	top: -2px;
	margin: 0 0 4px 16px;
}

.read-more.alt-download a:hover:after,
.read-more.alt-download a:focus:after,
.read-more.alt-download a:active:after,
a.box:hover .read-more.alt-download .a:after,
a.box:focus .read-more.alt-download .a:after,
a.box:active .read-more.alt-download .a:after,
.box:hover .read-more.alt-download .a:after,
.box:focus .read-more.alt-download .a:after,
.box:active .read-more.alt-download .a:after{
	animation: anidownload 0.5s linear 1;
	-webkit-animation-name: anidownload 0.5s linear 1;
}

@media (max-width: 767px) {
.read-more.alt-download a:after,
.read-more.alt-download .a:after {
	width: 15px;
	height: 15px;
	top: -2px;
}
}


/* Read - More2 */
.read-more2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.read-more2 a,
.read-more2 .a {
	width: 100%;
	height: 58px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #005a9c;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	text-decoration: none;
	background: #eeb91d;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 1;
	padding: 0 37px;
}

.read-more2 a:after,
.read-more2 .a:after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: url(../img/arrow-up-right.svg) no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	right: 25px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.read-more2 a:hover,
.read-more2 a:focus,
.read-more2 a:active,
a.box:hover .read-more2 .a,
a.box:focus .read-more2 .a,
a.box:active .read-more2 .a {
	text-decoration: none;
	background-color: #ffbd59;
}

.read-more2 a:hover:after,
.read-more2 a:focus:after,
.read-more2 a:active:after,
a.box:hover .read-more2 .a:after,
a.box:focus .read-more2 .a:after,
a.box:active .read-more2 .a:after {
	animation: arrowupright 0.5s linear 1;
	-webkit-animation-name: arrowupright 0.5s linear 1;
}

@media (max-width: 767px) {
.read-more2 a,
.read-more2 .a {
	height: 50px;
	font-size: 18px;
	line-height: 24px;
	padding: 0 30px;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.social-links:last-child {
	margin-bottom: 0;
}

.social-links h3,
.social-links .h3 {
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 15px 0;
}

.social-links h3:last-child,
.social-links .h3:last-child {
	padding-bottom: 0;
}

.social-links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -14px -30px -14px;
}

.social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: bottom;
	padding: 0;
	margin: 0 14px 30px 14px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li a {
	font-size: 26px;
	color: #005a9c;
	line-height: 26px;
	text-decoration: none;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
	color: #eeb91d;
	text-decoration: none;
}

@media (max-width: 1199px) {
.social-links {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.social-links {
	margin-bottom: 40px;
}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 55px;
}

.heading-txt:last-child {
	margin-bottom: 0;
}
.heading-txt.no-mb-0 {
	margin-bottom: 55px;
}

.heading-txt h2,
.heading-txt h3,
.heading-txt h4,
.heading-txt h5,
.heading-txt h6 {
	color: #005a9c;
}

.heading-txt h2 {
	padding-bottom: 25px;
}

.heading-txt h2:last-child {
	padding-bottom: 0;
}

.heading-txt .icon {
	margin-bottom: 20px;
}

.heading-txt .icon:last-child {
	margin-bottom: 0;
}

.heading-txt .aside {
	width: 100%;
	max-width: 1100px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.heading-txt .aside.max-730 {
	max-width: 730px;
}

@media (max-width: 1199px) {
.heading-txt,
.heading-txt.no-mb-0 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 45px;
}
}

@media (max-width: 767px) {
.heading-txt,
.heading-txt.no-mb-0 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 35px;
}

.heading-txt h2 {
	padding-bottom: 20px;
}
}

@media (max-width: 479px) {
.heading-txt h2 br,
.heading-txt h3 br,
.heading-txt h4 br,
.heading-txt h5 br,
.heading-txt h6 br {
	display: none;
}
}


/* Heading - Txt2 */
.heading-txt2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 40px;
}

.heading-txt2:last-child {
	margin-bottom: 0;
}

.heading-txt2 p {
	width: 100%;
	max-width: 1100px;
}

.heading-txt2 .icon {
	margin-bottom: 20px;
}

.heading-txt2 .icon:last-child {
	margin-bottom: 0;
}

.heading-txt2 .aside {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 2px solid #dcf0ff;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.heading-txt2 .aside:last-child {
	margin-bottom: 0;
}

.heading-txt2 .aside h2,
.heading-txt2 .aside .h2 {
	width: 100%;
	float: left;
	padding: 0 120px 0 0;
	margin: 0;
}

.heading-txt2 .aside .read-more {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0 0 12px -150px;
}

.heading-txt2 .aside .read-more a,
.heading-txt2 .aside .read-more .a {
	float: right;
	margin: 0;
}

@media (max-width: 1199px) {
.heading-txt2 {
	font-size: 22px;
	line-height: 32px;
}

.heading-txt2 .aside .read-more {
	margin-bottom: 10px;
}
}

@media (max-width: 767px) {
.heading-txt2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.heading-txt2 .aside {
	margin-bottom: 30px;
}

.heading-txt2 .aside .read-more {
	margin-bottom: 7px;
}
}


/* Blockquote */
.blockquote, blockquote {
	background: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 0 60px 0;
}

.blockquote p, blockquote p {
	font-family: "Crimson Text", serif;
	font-size: 34px;
	color: #005a9c;
	line-height: 44px;
	position: relative;
	padding: 5px 0 5px 35px;
	margin: 0 0 20px 0;
}

.blockquote p:last-child, blockquote p:last-child {
	margin-bottom: 0;
}

.blockquote p:before, blockquote p:before {
	content: "";
	width: 6px;
	height: 100%;
	background: #dcf3ff;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	left: 0;
}

.blockquote .name, blockquote .name {
	padding-left: 35px;
}

@media (max-width: 1199px) {
.blockquote, blockquote {
	margin-bottom: 50px;
}

.blockquote p, blockquote p {
	font-size: 30px;
	line-height: 40px;
}
}

@media (max-width: 767px) {
.blockquote, blockquote {
	margin-bottom: 40px;
}

.blockquote p, blockquote p {
	font-size: 26px;
	line-height: 36px;
	padding-left: 27px;
}

.blockquote p:before, blockquote p:before {
	width: 4px;
}

.blockquote .name, blockquote .name {
	padding-left: 27px;
}
}


/* Blockquote2 */
.blockquote2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.blockquote2:last-child {
	margin-bottom: 0;
}

.blockquote2 p {
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 20px;
}

.blockquote2 p:last-child {
	padding-bottom: 0;
}

.blockquote2 .author-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blockquote2 .author-wrap .author-img {
	width: 114px;
	height: 114px;
	float: left;
	border-radius: 900px;
	overflow: hidden;
	margin: 0 -114px 0 0;
}

.blockquote2 .author-wrap .author-img img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.blockquote2 .author-wrap .author-name {
	width: 100%;
	max-width: 460px;
	float: left;
	font-size: 18px;
	color: rgba(255, 255, 255, .80);
	line-height: 28px;
	padding-left: 135px;
}

@media (max-width: 1199px) {
.blockquote2 {
	margin-bottom: 50px;
}

.blockquote2 p {
	font-size: 26px;
	line-height: 36px;
}
}

@media (max-width: 991px) {
.blockquote2 .author-wrap .author-img {
	width: 84px;
	height: 84px;
	margin: 0 0 20px 0;
}

.blockquote2 .author-wrap .author-name {
	font-size: 16px;
	line-height: 26px;
	padding-left: 0;
}
}

@media (max-width: 767px) {
.blockquote2 {
	margin-bottom: 40px;
}

.blockquote2 p {
	font-size: 24px;
	line-height: 34px;
}

.blockquote2 .author-wrap .author-img {
	width: 80px;
	height: 80px;
	margin: 0 -80px 0 0;
}

.blockquote2 .author-wrap .author-name {
	padding-left: 100px;
}
}


/* Blockquote3 */
.blockquote3, .two-col-cont blockquote {
	width: 100%;
	font-family: "Gothic A1", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	background: #dcf0ff;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px 25px 16px 25px !important;
	margin: 0 0 60px 0;
}

.two-col-cont blockquote p{
	font-family: "Gothic A1", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #00223b;
	padding: 0 !important;
}

.blockquote3:last-child, .two-col-cont blockquote:last-child {
	margin-bottom: 0;
}

.two-col-cont blockquote p:before{background: transparent;}

@media (max-width: 1199px) {
.blockquote3, .two-col-cont blockquote {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.blockquote3, .two-col-cont blockquote {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}
}


/* Accordion - Items */
.accord-items {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.accord-items:last-child {
	margin-bottom: 0;
}

.accord-items .accord-item {
	width: 100%;
	float: left;
	background: #fdf4e5;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
}

.accord-items .accord-item:last-child {
	margin-bottom: 0;
}

.accord-items .accord-header {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.accord-items .accord-header a {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 24px;
	color: #005a9c;
	line-height: 34px;
	text-decoration: none;
	position: relative;
	padding: 23px 85px 23px 35px;
}

.accord-items .accord-header a .sub-head {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #00223b;
	line-height: 24px;
	letter-spacing: 0.13em;
	margin: 4px 0;
}

.accord-items .accord-header a:after {
	content:"\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 120%;
	line-height: 1em;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	top: 50%;
	right: 30px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accord-items .accord-body {
	width: 100%;
	padding: 0 35px 35px 35px;
}

.accord-items .accord-body li,
.accord-items .accord-body p {
	width: 100%;
	max-width: 940px;
}

.accord-items .accord-body ul li {
	padding-bottom: 0;
}

.accord-items .accord-item.active .accord-header a:after {
	content: "\f068";
}

@media (max-width: 1199px) {
.accord-items {
	margin-bottom: 50px;
}

.accord-items .accord-header a {
	font-size: 22px;
	line-height: 32px;
	padding: 20px 75px 20px 30px;
}

.accord-items .accord-header a .sub-head {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.10em;
}

.accord-items .accord-header a:after {
	right: 26px;
}

.accord-items .accord-body {
	padding: 0 30px 30px 30px;
}
}

@media (max-width: 767px) {
.accord-items {
	margin-bottom: 40px;
}

.accord-items .accord-header a {
	font-size: 20px;
	line-height: 30px;
	padding: 16px 55px 16px 25px;
}

.accord-items .accord-header a .sub-head {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.10em;
}

.accord-items .accord-header a:after {
	right: 22px;
}

.accord-items .accord-body {
	padding: 0 25px 25px 25px;
}

.accord-items .accord-body ul,
.accord-items .accord-body ol {
	padding-left: 0;
}
}

@media (max-width: 419px) {
.accord-items .accord-header a {
	font-size: 18px;
	line-height: 28px;
	padding-right: 50px;
}

.accord-items .accord-header a:after {
	right: 20px;
}
}


/* Accordion - Items ALT */
.accord-items.alt .accord-item {
	background: #dcf0ff;
}


/* CTA - Box */
.cta-box {
	width: 100%;
	min-height: 207px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #005a9c;
	border-radius: 8px;
	overflow: hidden;
	padding: 60px 60px;
	margin-bottom: 60px;
}

.cta-box:last-child {
	margin-bottom: 0;
}

.cta-box .aside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 -19px -35px -19px;
}

.cta-box h2,
.cta-box .h2,
.cta-box h3,
.cta-box .h3,
.cta-box h4,
.cta-box .h4 {
	padding: 0 19px 35px 19px;
	margin: -5px 0 0 0;
	color: #ffffff;
}

.cta-box .btn-wrap {
	justify-content: center;
	padding: 0 19px 35px 19px;
	margin-top: 0;
}

@media (max-width: 1199px) {
.cta-box {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.cta-box {
	padding: 50px 8%;
	margin-bottom: 40px;
}

.cta-box .aside {
	margin-bottom: -30px;
}

.cta-box h2,
.cta-box .h2,
.cta-box h3,
.cta-box .h3,
.cta-box h4,
.cta-box .h4 {
	padding-bottom: 30px;
}

.cta-box .btn-wrap {
	padding-bottom: 30px;
}
}


/* CTA - Box ALT */
.cta-box.alt .aside {
	text-align: left;
	justify-content: flex-start;
}


/* CTA - Box2 */
.cta-box2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border: 3px solid #dcf0ff;
	border-radius: 8px;
	overflow: hidden;
	padding: 8px;
	margin-bottom: 60px;
}

.cta-box2:last-child {
	margin-bottom: 0;
}

.cta-box2 .aside {
	width: 100%;
	float: left;
	background: #fdf4e5;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 35px 30px 165px 30px;
}

.cta-box2 .aside:after {
	content: "";
	width: 380px;
	height: 380px;
	background: url(../img/sunflower-yellow.png) no-repeat bottom right;
	background-size: 100% auto;
	position: absolute;
	bottom: -145px;
	right: -180px;
	z-index: -1;
	opacity: .35;
}

.cta-box2 .aside h2,
.cta-box2 .aside .h2,
.cta-box2 .aside h3,
.cta-box2 .aside .h3,
.cta-box2 .aside h4,
.cta-box2 .aside .h4 {
	color: #005a9c;
	padding-bottom: 25px;
}

.cta-box2 .aside h2:last-child,
.cta-box2 .aside .h2:last-child,
.cta-box2 .aside h3:last-child,
.cta-box2 .aside .h3:last-child,
.cta-box2 .aside h4:last-child,
.cta-box2 .aside .h4:last-child {
	padding-bottom: 0;
}

.cta-box2 .aside .btn {
	min-width: inherit;
}

.cta-box2 .aside .btn-out,
.cta-box2 .aside .btn-wrap {
	margin-top: 0;
}

@media (max-width: 1199px) {
.cta-box2 {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.cta-box2 {
	margin-bottom: 40px;
}

.cta-box2 .aside {
	padding: 30px 25px 100px 25px;
}

.cta-box2 .aside:after {
	width: 280px;
	height: 280px;
	bottom: -120px;
	right: -150px;
}
}


/* Content - Box */
.cont-box {
	width: 100%;
	background: #f4f8fc;
	border-radius: 10px;
	overflow: hidden;
	padding: 45px 40px;
	margin-bottom: 40px;
}

.cont-box:last-child {
	margin-bottom: 0;
}

.cont-box h3,
.cont-box .h3 {
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #005a9c;
	line-height: 44px;
	padding-bottom: 35px;
}

.cont-box h3:last-child,
.cont-box .h3:last-child {
	padding-bottom: 0;
}

.cont-box .read-more,
.cont-box .btn-out,
.cont-box .btn-wrap {
	margin-top: 0;
}

@media (max-width: 1199px) {
.cont-box h3,
.cont-box .h3 {
	font-size: 30px;
	line-height: 40px;
}
}

@media (max-width: 767px) {
.cont-box {
	padding: 40px 25px;
}

.cont-box h3,
.cont-box .h3 {
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 25px;
}

.cont-box p br {
	display: none;
}
}


/* Form - Block */
.form-block {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

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

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -20px -40px -20px;
}

.form-block ul li {
	width: 100%;
	float: left;
	padding: 0 20px;
	margin: 0 0 40px 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li.half-width {
	width: 50%;
}

.form-block .btn,
.form-block input[type="button"],
.form-block input[type="submit"] {
	min-width: 150px;
}

.form-block .btn-out {
	margin: 50px 0 25px 0;
}

.form-block .btn-out:last-child {
	margin-bottom: 0;
}

.form-block .term-txt {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1199px) {
.form-block {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.form-block {
	margin-bottom: 40px;
}

.form-block ul {
	margin: 0 -15px -30px -15px;
}

.form-block ul li {
	padding: 0 15px;
	margin: 0 0 30px 0;
}

.form-block ul li.half-width {
	width: 100%;
}

.form-block .btn-out {
	margin: 40px 0 35px 0;
}
}


/* Search - Box */
.search-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.search-box:last-child {
	margin-bottom: 0;
}

.search-box form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0;
}

.search-box select,
.search-box textarea,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
.search-box .uneditable-input {
	height: 63px;
	font-size: 20px;
	line-height: 26px;
	box-shadow: inset #dcf0ff 0 0 0 2px;
	border-radius: 900px;
	padding: 13px 75px 13px 30px;
}

.search-box select.colorize expand-item:not([disabled]) {
	color: #005a9c;
}

.search-box select.colorize expand-item.def:not([disabled]),
.search-box select.colorize.empty:not([disabled]) {
	color: #005a9c;
}

.search-box ::-webkit-input-placeholder,
.search-box ::-webkit-textarea-placeholder {
	color: #005a9c;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
	color: #005a9c;
}

.search-box ::-moz-placeholder {
	color: #005a9c;
}

.search-box ::-ms-input-placeholder {
	color: #005a9c;
}

.search-box select:focus,
.search-box textarea:focus,
.search-box input[type="text"]:focus,
.search-box input[type="password"]:focus,
.search-box input[type="datetime"]:focus,
.search-box input[type="datetime-local"]:focus,
.search-box input[type="date"]:focus,
.search-box input[type="month"]:focus,
.search-box input[type="time"]:focus,
.search-box input[type="week"]:focus,
.search-box input[type="number"]:focus,
.search-box input[type="email"]:focus,
.search-box input[type="url"]:focus,
.search-box input[type="search"]:focus,
.search-box input[type="tel"]:focus,
.search-box input[type="color"]:focus,
.search-box .uneditable-input:focus {
	box-shadow: inset #005a9c 0 0 0 2px;
}

.search-box .btn,
.search-box input[type="button"],
.search-box input[type="submit"] {
	min-width: inherit;
	width: 75px;
	height: 63px;
	float: right;
	background-color: transparent;
	background-image: url(../img/search-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	box-shadow: none;
	border-radius: 0 900px 900px 0;
	border: none;
	text-indent: -9999px;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active,
.search-box .btn:active:focus,
.search-box .btn.active,
.search-box .btn.active:focus,
.search-box input[type="button"]:hover,
.search-box input[type="button"]:focus,
.search-box input[type="button"]:active,
.search-box input[type="button"]:active:focus,
.search-box input[type="button"].active,
.search-box input[type="button"].active:focus,
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:active,
.search-box input[type="submit"]:active:focus,
.search-box input[type="submit"].active,
.search-box input[type="submit"].active:focus,
.search-box .btn:not(:disabled):not(.disabled).active,
.search-box .btn:not(:disabled):not(.disabled):active  {
	background-color: transparent;
}

@media (max-width: 1199px) {
.search-box {
	margin-bottom: 50px;
}
	.search-box select,
.search-box textarea,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
	.search-box .uneditable-input {width:100%;}
	.search-box .btn,
.search-box input[type="button"],
	.search-box input[type="submit"] {right:0;}
	
}

@media (max-width: 767px) {
.search-box {
	margin-bottom: 40px;
}

.search-box select,
.search-box textarea,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
.search-box .uneditable-input {
	height: 55px;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 70px 10px 30px;
	width: 100%;
}

.search-box .btn,
.search-box input[type="button"],
.search-box input[type="submit"] {
	width: 70px;
	height: 55px;
	right: 15px;
}
}


/* Newsletter - Form */
.newsletter-form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.newsletter-form:last-child {
	margin-bottom: 0;
}

.newsletter-form h3,
.newsletter-form .h3 {
	font-family: "Gothic A1", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 8px 0;
}

.newsletter-form h3:last-child,
.newsletter-form .h3:last-child {
	padding-bottom: 0;
}

.newsletter-form form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0;
}

.newsletter-form select,
.newsletter-form textarea,
.newsletter-form input[type="text"],
.newsletter-form input[type="password"],
.newsletter-form input[type="datetime"],
.newsletter-form input[type="datetime-local"],
.newsletter-form input[type="date"],
.newsletter-form input[type="month"],
.newsletter-form input[type="time"],
.newsletter-form input[type="week"],
.newsletter-form input[type="number"],
.newsletter-form input[type="email"],
.newsletter-form input[type="url"],
.newsletter-form input[type="search"],
.newsletter-form input[type="tel"],
.newsletter-form input[type="color"],
.newsletter-form .uneditable-input {
	height: 50px !important;
	font-size: 18px !important;
	line-height: 24px !important;
	border-radius: 900px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15) !important;
	padding: 10px 195px 10px 30px !important;
}

.newsletter-form select:focus,
.newsletter-form textarea:focus,
.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="password"]:focus,
.newsletter-form input[type="datetime"]:focus,
.newsletter-form input[type="datetime-local"]:focus,
.newsletter-form input[type="date"]:focus,
.newsletter-form input[type="month"]:focus,
.newsletter-form input[type="time"]:focus,
.newsletter-form input[type="week"]:focus,
.newsletter-form input[type="number"]:focus,
.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="url"]:focus,
.newsletter-form input[type="search"]:focus,
.newsletter-form input[type="tel"]:focus,
.newsletter-form input[type="color"]:focus,
.newsletter-form .uneditable-input:focus {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .15) !important;
}

.newsletter-form .btn,
.newsletter-form input[type="button"],
.newsletter-form input[type="submit"] {
	min-width: inherit !important;
	width: 165px !important;
	height: 50px !important;
	color: #005b99 !important;
	line-height: 50px !important;
	text-align: center !important;
	background-color: #eeb91d !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 1 !important;
}

.newsletter-form .btn:hover,
.newsletter-form .btn:focus,
.newsletter-form .btn:active,
.newsletter-form .btn:active:focus,
.newsletter-form .btn.active,
.newsletter-form .btn.active:focus,
.newsletter-form input[type="button"]:hover,
.newsletter-form input[type="button"]:focus,
.newsletter-form input[type="button"]:active,
.newsletter-form input[type="button"]:active:focus,
.newsletter-form input[type="button"].active,
.newsletter-form input[type="button"].active:focus,
.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="submit"]:focus,
.newsletter-form input[type="submit"]:active,
.newsletter-form input[type="submit"]:active:focus,
.newsletter-form input[type="submit"].active,
.newsletter-form input[type="submit"].active:focus,
.newsletter-form .btn:not(:disabled):not(.disabled).active,
.newsletter-form .btn:not(:disabled):not(.disabled):active  {
	color: #00223b !important;
	background-color: #ffbd59 !important;
}

@media (max-width: 1199px) {
.newsletter-form {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.newsletter-form {
	margin-bottom: 40px;
}

.newsletter-form select,
.newsletter-form textarea,
.newsletter-form input[type="text"],
.newsletter-form input[type="password"],
.newsletter-form input[type="datetime"],
.newsletter-form input[type="datetime-local"],
.newsletter-form input[type="date"],
.newsletter-form input[type="month"],
.newsletter-form input[type="time"],
.newsletter-form input[type="week"],
.newsletter-form input[type="number"],
.newsletter-form input[type="email"],
.newsletter-form input[type="url"],
.newsletter-form input[type="search"],
.newsletter-form input[type="tel"],
.newsletter-form input[type="color"],
.newsletter-form .uneditable-input {
	padding-right: 170px;
}

.newsletter-form .btn,
.newsletter-form input[type="button"],
.newsletter-form input[type="submit"] {
	width: 145px;
}
}


/* Breadcrumb */
.breadcrumb-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.breadcrumb-cont:last-child {
	margin-bottom: 0;
}

.breadcrumb-cont ul,
.breadcrumb-cont p {
	float: left;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0 -20px -7px 0;
}

.breadcrumb-cont span{
	display: inline-block;
}

.breadcrumb-cont li,
.breadcrumb-cont span span {
	float: left;
	padding: 0 38px 0 0;
	margin: 0 20px 7px 0;
	position: relative;
}
.breadcrumb-cont span span.breadcrumb_last strong {
	font-weight: 400;
}

.breadcrumb-cont li:before,
.breadcrumb-cont span span:before {
	display: none;
}

.breadcrumb-cont li:after,
.breadcrumb-cont span span:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 120%;
	line-height: 1em;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
}

.breadcrumb-cont li:last-child:after,
.breadcrumb-cont span span:last-child:after {
	display: none;
}

.breadcrumb-cont li a,
.breadcrumb-cont span span a {
	font-weight: 600;
	color: #005a9c;
	text-decoration: underline;
}

.breadcrumb-cont li a:hover,
.breadcrumb-cont li a:focus,
.breadcrumb-cont li a:active,
.breadcrumb-cont span span a:hover,
.breadcrumb-cont span span a:focus,
.breadcrumb-cont span span a:active {
	color: #005a9c;
	text-decoration: none;
}

@media (max-width: 1199px) {
.breadcrumb-cont {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.breadcrumb-cont {
	margin-bottom: 40px;
}

.breadcrumb-cont ul,
.breadcrumb-cont p {
	margin: 0 -15px -7px 0;
}

.breadcrumb-cont li,
.breadcrumb-cont span span {
	padding: 0 20px 0 0;
    margin: 0 8px 7px 0;
}
	.breadcrumb-cont span span.breadcrumb_last{margin-right:0; padding-right:0;}
	#breadcrumbs {font-size: 14px; }
	.breadcrumb-cont li, .breadcrumb-cont span span{margin-bottom:0;}
}


/* Pagination */
.pagination-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 65px;
}

.pagination-out nav {
	padding: 0;
	margin: 0 auto;
	max-width: 90%; 
}

.pagination-out nav ul {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.pagination-out nav ul li {
	height: 32px;
	float: left;
	padding: 0;
	margin: 0;
}

.pagination-out nav ul li:before {
	display: none;
}

.pagination-out nav ul li.page-item.active .page-link {
	z-index: inherit;
}

.pagination-out nav ul li a {
	min-width: 32px;
	height: 32px;
	float: left;
	font-weight: 400;
	font-size: 20px;
	color: #00223b!important;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	border: none;
	background: none!important;
	box-shadow: none;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	padding: 0 7px;
	margin: 0;
}

.pagination-out nav ul li a:hover,
.pagination-out nav ul li a:focus,
.pagination-out nav ul li a:active,
.pagination-out nav ul li.active a {
	color: #005a9c!important;
}

.pagination-out nav ul li.active a {
	background: #dcf0ff!important;
}

.pagination-out nav ul li .dotted {
	font-size: 24px;
	line-height: 6px;
	position: relative;
	top: -6px;
	margin: 0 6px;
}

.pagination-out nav ul li.previous {
	border: none;
	padding: 0;
	margin: 0 12px 0 0;
}

.pagination-out nav ul li.next {
	border: none;
	padding: 0;
	margin: 0 0 0 12px;
}

.pagination-out nav ul li.previous a,
.pagination-out nav ul li.next a {
	min-width: inherit;
	width: 12px;
	height: 32px;
	background: none!important;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.pagination-out nav ul li.previous a:before,
.pagination-out nav ul li.next a:before {
	content: "";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 120%;
	color: #005a9c;
	position: absolute;
	top: 0;
	left: 0;
}

.pagination-out nav ul li.previous a:before {
	content: "\f053";
}

.pagination-out nav ul li.next a:before {
	content: "\f054";
}

.pagination-out nav ul li.disabled a {
	cursor: default;
	opacity: .50;
}

@media (max-width: 1199px) {
.pagination-out {
	margin-top: 55px;
}
}

@media (max-width: 767px) {
.pagination-out {
	margin-top: 45px;
}

.pagination-out nav ul li {
	height: 30px;
	padding: 0 6px;
}

.pagination-out nav ul li a {
	min-width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	padding: 0 6px;
}

.pagination-out nav ul li .dotted {
	font-size: 22px;
}

.pagination-out nav ul li.previous {
	padding: 0;
	margin: 0 10px 0 0;
}

.pagination-out nav ul li.next {
	padding: 0;
	margin: 0 0 0 10px;
}

.pagination-out nav ul li.previous a,
.pagination-out nav ul li.next a {
	width: 10px;
	height: 30px;
}
}


/* Load More - BTN */
.loadmore-btn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;    text-align: center;
}

@media (max-width: 1199px) {
.loadmore-btn {
	margin-top: 50px;
}
}

@media (max-width: 767px) {
.loadmore-btn {
	margin-top: 40px;
}
}


/* Load More - List */
.loadmore-list .hidden{
	visibility: hidden;
	width: 0px!important;
	height: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
}

.loadmore-list > div, .loadmore-events > div {
	display: none;
}

.loadmore-event-btn{margin-top:50px;}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 140px;
	float: left;
	background: #ffffff;
	box-shadow: 0px 4px 30px 0px #00000024;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main:before {
	content: "";
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg, #ffffff 52.32%, #dcf0ff 66.06%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.fixed-scrollup .header-main {
	position: fixed;
}

@media (min-width: 992px) {
.header-main .container {
	max-width: 1700px;
}
}

@media (max-width: 1199px) {
.header-main {
	height: 100px;
	padding-top: 10px;
}

.header-main:before {
	height: 10px;
}
}

@media (max-width: 767px) {
.header-main {
	height: 85px;
	padding-top: 5px;
}

.header-main:before {
	height: 5px;
}
}


/* Top - Bar */
.header-main .top-bar {
	width: 100%;
	height: 50px;
	float: left;
	position: relative;
	z-index: 11;
}

.header-main .top-bar.with-btn {
	padding-right: 180px;
}

.header-main .top-bar .top-inn {
	float: right;
}

.header-main .top-bar .top-menu {
	float: left;
}

.header-main .top-bar .top-menu ul {
	float: left;
	padding: 0;
	margin: 0 0 0 -30px;
}

.header-main .top-bar .top-menu ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
}

.header-main .top-bar .top-menu ul li:before {
	display: none;
}

.header-main .top-bar .top-menu ul li > a {
	height: 50px;
	float: left;
	font-weight: 400;
	font-size: 18px;
	color: #00223b;
	line-height: 55px;
	text-decoration: none;
	position: relative;
}

.header-main .top-bar .top-menu ul li:hover > a,
.header-main .top-bar .top-menu ul li > a:focus,
.header-main .top-bar .top-menu ul li.nav-menu-open > a,
.header-main .top-bar .top-menu ul li.current-menu-item > a,
.header-main .top-bar .top-menu ul li.current-menu-parent > a,
.header-main .top-bar .top-menu ul li.current-menu-ancestor > a {
	color: #005a9c;
}

.header-main .top-bar .search-box {
	width: auto;
	height: 30px;
	float: left;
	line-height: 1em;
	position: relative;
	z-index: 2;
	padding-left: 23px;
	margin: 10px 0 10px 27px;
}

.header-main .top-bar .search-box:before {
	content: "";
	width: 1px;
	height: 30px;
	background: #005A9C33;
	position: absolute;
	top: 0;
	left: 0;
}

.header-main .top-bar .search-box form {
	width: 20px;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.header-main .top-bar .search-box select,
.header-main .top-bar .search-box textarea,
.header-main .top-bar .search-box input[type="text"],
.header-main .top-bar .search-box input[type="password"],
.header-main .top-bar .search-box input[type="datetime"],
.header-main .top-bar .search-box input[type="datetime-local"],
.header-main .top-bar .search-box input[type="date"],
.header-main .top-bar .search-boxinput[type="month"],
.header-main .top-bar .search-box input[type="time"],
.header-main .top-bar .search-box input[type="week"],
.header-main .top-bar .search-box input[type="number"],
.header-main .top-bar .search-box input[type="email"],
.header-main .top-bar .search-box input[type="url"],
.header-main .top-bar .search-box input[type="search"],
.header-main .top-bar .search-box input[type="tel"],
.header-main .top-bar .search-box input[type="color"],
.header-main .top-bar .search-box .uneditable-input {
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 19px;
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 5px 30px 5px 0;
	margin: 0;
}

.header-main .top-bar .search-box .btn,
.header-main .top-bar .search-box input[type="button"],
.header-main .top-bar .search-box input[type="submit"] {
	min-width: inherit;
	width: 20px;
	height: 30px;
	float: right;
	background: url(../img/search.svg) no-repeat center center;
	background-size: 19px auto;
	border-radius: 0;
	box-shadow: none;
	border: none;
	text-indent: -99999px;
	z-index: 2;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

.header-main .top-bar .search-box .btn:hover,
.header-main .top-bar .search-box .btn:focus,
.header-main .top-bar .search-box .btn:active,
.header-main .top-bar .search-box .btn:active:focus,
.header-main .top-bar .search-box .btn.active,
.header-main .top-bar .search-box .btn.active:focus,
.header-main .top-bar .search-box input[type="button"]:hover,
.header-main .top-bar .search-box input[type="button"]:focus,
.header-main .top-bar .search-box input[type="button"]:active,
.header-main .top-bar .search-box input[type="button"]:active:focus,
.header-main .top-bar .search-box input[type="button"].active,
.header-main .top-bar .search-box input[type="button"].active:focus,
.header-main .top-bar .search-box input[type="submit"]:hover,
.header-main .top-bar .search-box input[type="submit"]:focus,
.header-main .top-bar .search-box input[type="submit"]:active,
.header-main .top-bar .search-box input[type="submit"]:active:focus,
.header-main .top-bar .search-box input[type="submit"].active,
.header-main .top-bar .search-box input[type="submit"].active:focus,
.header-main .top-bar .search-box .btn:not(:disabled):not(.disabled):active  {
	background-color: transparent;
}

.header-main .top-bar .search-box.btn-disabled form .btn,
.header-main .top-bar .search-box.btn-disabled form input[type="button"],
.header-main .top-bar .search-box.btn-disabled form input[type="submit"] {
	cursor: not-allowed;
	pointer-events: none;
}

.header-main .top-bar .search-box:hover form,
.header-main .top-bar .search-box.open form {
	width: 200px;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	border-radius: 900px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: visible;
	padding: 0 10px 0 15px;
}

.header-main .top-bar .search-box:hover form .btn,
.header-main .top-bar .search-box.open form .btn,
.header-main .top-bar .search-box:hover form input[type="button"],
.header-main .top-bar .search-box.open form input[type="button"],
.header-main .top-bar .search-box:hover form input[type="submit"],
.header-main .top-bar .search-box.open form input[type="submit"] {
	right: 10px;
}

@media (min-width: 1600px) {
.header-main .top-bar {
	padding-right: 0;
}
}

@media (max-width: 1199px) {
.header-main .top-bar {
	display: none;
}
}


/* Site - Brand */
.header-main .brand {
	height: 90px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: -15px -500px 0 0;
}

.header-main .brand {
	width: 100%;
	max-width: 511px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1399px) {
.header-main .brand {
	margin-top: -13px;
}

.header-main .brand {
	max-width: 450px;
}
}

@media (max-width: 1299px) {
.header-main .brand {
	margin-top: -10px;
}

.header-main .brand {
	max-width: 400px;
}
}

@media (max-width: 1239px) {
.header-main .brand {
	margin-top: -9px;
}

.header-main .brand {
	max-width: 360px;
}
}

@media (max-width: 1199px) {
.header-main .brand {
	height: 85px;
        margin-top: 5px;
}

.header-main .brand {
	max-width: 420px;
}
}

@media (max-width: 767px) {
.header-main .brand {
	        width: 100%;
        height: 70px;
        padding-right: 60px;
        margin: 12px 0 0;
}

.header-main .brand {
	max-width: 370px;
}
}


/* Middle - Bar */
.header-main .middle-bar {
	width: 100%;
	float: left;
}

@media (min-width: 1200px) {
.header-main .nav-bar {
	float: right;
}

.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	float: left;
}

/* Primary - Menu */
.header-main .primary-menu {
	float: left;
	margin-right: -20px;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	height: 90px;
	float: left;
	padding: 26px 0;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	height: 38px;
	float: left;
	font-weight: 500;
	font-size: 18px;
	color: #00223b;
	line-height: 38px;
	text-decoration: none;
	border-radius: 900px;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}

.header-main .primary-menu ul li.no-link > a {
	cursor: default;
}

.header-main .primary-menu ul li.menu-mb {
	display: none;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus,
.header-main .primary-menu ul li.nav-menu-open > a,
.header-main .primary-menu ul li.current-menu-item > a,
.header-main .primary-menu ul li.current-menu-parent > a,
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #005a9c;
	background: #DBEFFF8F;
	text-decoration: none;
}

.header-main .primary-menu ul li.anchor-link.nav-menu-open > a,
.header-main .primary-menu ul li.anchor-link.current-menu-item > a,
.header-main .primary-menu ul li.anchor-link.current-menu-parent > a,
.header-main .primary-menu ul li.anchor-link.current-menu-ancestor > a {
	background: transparent;
	color: unset;
}

.header-main .primary-menu ul li > ul {
	width: 270px;
	float: left;
	background: #edf6fe;
	border-radius: 0 0 8px 8px;
	transition: all .2s ease-in-out;
	transform-origin: left top;
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: auto;
	right: -5px;
	padding: 12px 0;
	margin: 0;
	z-index: 1;
}

.header-main .primary-menu ul li:nth-child(1) > ul {
	width: 180px;
	right: auto;
	left: -5px;
}

.header-main .primary-menu ul li:nth-child(1) > ul li > ul {
	width: 180px;
	right: auto;
	left: 100%;
}

.header-main .primary-menu ul li:nth-child(2) > ul {
	right: auto;
	left: -5px;
}

.header-main .primary-menu ul li:nth-child(2) > ul li > ul {
	right: auto;
	left: 100%;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li > ul li > a {
	width: 100%;
	height: auto;
	line-height: 22px;
	border-radius: 0;
	padding: 9px 25px;
}

.header-main .primary-menu ul li > ul li > a:hover,
.header-main .primary-menu ul li > ul li > a:focus,
.header-main .primary-menu ul li > ul li.nav-menu-open > a,
.header-main .primary-menu ul li > ul li.current-menu-item > a,
.header-main .primary-menu ul li > ul li.current-menu-parent > a,
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	background: #dcf0ff;
}

.header-main .primary-menu ul li > ul li > ul {
	border-radius: 8px;
	top: -12px;
	left: auto;
	right: 100%;
}

.header-main .nav-bar .btn-donate {
	float: left;
	position: absolute;
	top: 3px;
	right: 40px;
	margin: 0;
	z-index: 12;
}

.header-main .nav-bar .btn-donate a {
	min-width: inherit;
	width: 155px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	padding: 0;
}

.header-main .nav-bar .search-box {
	float: left;
	display: none;
}

.overlay-menu-xl,
.overlay-menu-xl2 {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 40, 67, .50);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
}

.overlay-menu-xl.show-over,
.overlay-menu-xl2.show-over {
	visibility: visible;
	opacity: 1;
}
	
	.header-main .primary-menu ul li.mobile-links{display: none;}
}

@media (min-width: 1600px) {
.header-main .primary-menu {
	margin-right: 0;
}

.header-main .nav-bar .btn-donate {
	position: relative;
	top: 0;
	right: 0;
	margin: 18px 0 18px 20px;
}

.header-main .primary-menu ul li > a {
	padding: 0 20px;
}

.header-main .primary-menu ul li:nth-child(2) > ul,
.header-main .primary-menu ul li:nth-child(3) > ul,
.header-main .primary-menu ul li:nth-child(4) > ul {
	right: auto;
	left: -5px;
}

.header-main .primary-menu ul li:nth-child(2) > ul li > ul,
.header-main .primary-menu ul li:nth-child(3) > ul li > ul,
.header-main .primary-menu ul li:nth-child(4) > ul li > ul {
	right: auto;
	left: 100%;
}

.header-main .nav-bar .btn-donate a {
	width: 175px;
	height: 54px;
	line-height: 54px;
}
}

@media (max-width: 1199px) {
.hiddenscroll-menu {
	overflow: hidden;
}

.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

/* Nav - Bar */
.header-main .nav-bar {
	width: 100%;
	max-width: 420px;
	height: 100%;
	float: right;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 100px 0 0 0;
}

.header-main .nav-bar:before {
	content: "";
	width: 150%;
	height: 100%;
	box-shadow: inset 0px 3px 12px #00000029;
	position: absolute;
	top: 100px;
	left: -25%;
}

.header-main .nav-bar.active {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: visible;
	right: 0;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background: #ffffff;
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 17px 40px 50px 40px;
}


/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	margin-bottom: 45px;
}

.header-main .primary-menu:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(37, 62, 77, .20);
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #00223b;
	line-height: 26px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 22px 0;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus,
.header-main .primary-menu ul li.nav-menu-open > a,
.header-main .primary-menu ul li.current-menu-item > a,
.header-main .primary-menu ul li.current-menu-parent > a,
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #005a9c;
	text-decoration: none;
}

.header-main .primary-menu ul li .submenu-arrow {
	display: none;
}

.header-main .primary-menu ul li.mega-menu-item > .submenu-arrow,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-arrow {
	display: block;
	width: 100px;
	height: 69px;
	float: right;
	font-size: 20px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.header-main .primary-menu ul li.mega-menu-item > .submenu-arrow:after,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-arrow:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 120%;
	line-height: 120%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}

.header-main .primary-menu ul li.mega-menu-item > .submenu-arrow.active:after,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-arrow.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li.mega-menu-item:hover > .submenu-arrow:after,
.header-main .primary-menu ul li.menu-item-has-children:hover > .submenu-arrow:after {
	color: #005a9c;
}

.header-main .primary-menu ul li.current-menu-item > .submenu-arrow:after,
.header-main .primary-menu ul li.current-menu-parent > .submenu-arrow:after,
.header-main .primary-menu ul li.current-menu-ancestor > .submenu-arrow:after {
	color: #005a9c;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 0 0 29px 15px;
	margin: 0 0 -22px 0;
}

.header-main .primary-menu ul li ul li {
	border-bottom: none;
	margin-bottom: 22px;
}

.header-main .primary-menu ul li ul li a {
	padding: 0;
}

.header-main .primary-menu ul li ul li ul {
	display: block;
	padding-top: 22px;
	padding-bottom: 0;
}

.header-main .nav-bar .btn-donate {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

.header-main .nav-bar .btn-donate:last-child {
	margin-bottom: 0;
}

.header-main .nav-bar .btn-donate a {
	font-size: 18px;
	line-height: 24px;
	padding: 15px 35px;
}

.header-main .nav-bar .search-clone {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

.header-main .nav-bar .search-clone:last-child {
	margin-bottom: 0;
}

.header-main .nav-bar .search-clone .search-box {
	margin: 0;
}
}

@media (max-width: 767px) {
.header-main .overlay-menu {
	top: 85px;
}

.header-main .nav-bar {
	padding: 85px 0 0 0;
}

.header-main .nav-bar:before {
	top: 85px;
}

.header-main .nav-bar .nav-inn {
	max-width: 590px;
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (max-width: 575px) {
.header-main .nav-bar {
	max-width: 100%;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 90px;
	float: right;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 -500px;
}

.header-main .menu-btn .menu-bar {
	width: 40px;
	height: 3px;
	float: left;
	background: #005a9c;
	text-indent: -99999px;
	position: relative;
	margin: 11px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #005a9c;
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -11px;
}

.header-main .menu-btn .menu-bar:after {
	top: 11px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 1199px) {
.header-main .menu-btn {
	display: flex;
}
}

@media (max-width: 767px) {
.header-main .menu-btn {
	height: 80px;
}

.header-main .menu-btn .menu-bar {
	width: 30px;
}

.header-main .menu-btn .menu-bar {
	height: 2px;
	margin: 9px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	height: 2px;
}

.header-main .menu-btn .menu-bar:before {
	top: -9px;
}

.header-main .menu-btn .menu-bar:after {
	top: 9px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	padding: 140px 0 0 0;
}

@media (max-width: 1199px) {
.content-main {
	padding: 100px 0 0 0;
}
}

@media (max-width: 767px) {
.content-main {
	padding: 85px 0 0 0;
}
}


/* Row */
.row-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 130px;
}

.row-out:last-child {
	padding-bottom: 0;
}

.row {
	padding-bottom: 120px;
	margin: 0 -35px -70px -35px;
}

.row:last-child {
	padding-bottom: 0;
}

.row > div {
	padding: 0 35px 70px 35px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}

@media (max-width: 1399px) {
.row {
	margin-left: -30px;
	margin-right: -30px;
}

.row > div {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (max-width: 1299px) {
.row {
	margin-left: -25px;
	margin-right: -25px;
}

.row > div {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (max-width: 1199px) {
.row-out {
	padding-bottom: 90px;
}

.row {
	padding-bottom: 80px;
	margin: 0 -20px -50px -20px;
}

.row > div {
	padding: 0 20px 50px 20px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}

@media (max-width: 767px) {
.row-out {
	padding-bottom: 70px;
}

.row {
	padding-bottom: 60px;
	margin: 0 -15px -40px -15px;
}

.row > div {
	padding: 0 15px 40px 15px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}


/* Row - Small Paddings/Margins */
.row.sml-pm {
	padding-bottom: 60px;
	margin: 0 -15px -40px -15px;
}

.row.sml-pm:last-child {
	padding-bottom: 0;
}

.row.sml-pm > div {
	padding: 0 15px 40px 15px;
}

.row.sml-pm > div .figure, .gallery-item img {
	border-radius: 4px;
	margin-bottom: 11px !important;
	border: none !important;
}

.row.sml-pm > div .figure:last-child, .gallery-item img:last-child {
	margin-bottom: 0;
}

.gallery-columns-2{
	margin-left: -15px !important;
	margin-right: -15px !important;
	margin-bottom: 40px !important;
}
.gallery-columns-2 .gallery-item{
	padding:0 15px;
}

@media (max-width: 1199px) {
.row.sml-pm {
	padding-bottom: 50px;
}
}

@media (max-width: 767px) {
.row.sml-pm {
	padding-bottom: 40px;
	margin: 0 -10px -30px -10px;
}

.row.sml-pm > div {
	padding: 0 10px 30px 10px;
}
}


/* Row - Width 51/49 */
@media (min-width: 992px) {
.row.w-51 > div {
	width: 51%;
}

.row.w-51 > div:nth-child(even) {
	width: 49%;
}
}


/* Row - Width 52/48 */
@media (min-width: 992px) {
.row.w-52 > div {
	width: 52%;
}

.row.w-52 > div:nth-child(even) {
	width: 48%;
}
}


/* Row - Width 53/47 */
@media (min-width: 992px) {
.row.w-53 > div {
	width: 53%;
}

.row.w-53 > div:nth-child(even) {
	width: 47%;
}
}


/* Row - ALT Tablet/Mobile */
@media (max-width: 991px) {
.row.alt-md {
	margin-bottom: -35px;
}

.row.alt-md > div {
	padding-bottom: 35px;
}
}

@media (max-width: 767px) {
.row.alt-md {
	margin-bottom: -25px;
}

.row.alt-md > div {
	padding-bottom: 25px;
}
}


/* Hero - Main */
.hero-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 34px;
	background: #005b99;
	border-radius: 0 0 44px 44px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 145px 0 235px 0;
}

.hero-main h1,
.hero-main .h1 {
	text-wrap: balance;
}

.hero-main .parallax-image {
	content: "";
	width: 100%;
	height: 800px;
	float: left;
	background: url(../img/sunflower-white.png) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	bottom: -260px;
	left: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	z-index: -1;
	opacity: .050!important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 2s;
}

.hero-main .row > div .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.hero-main .row > div .aside .btn-out,
.hero-main .row > div .aside .btn-wrap {
	margin-top: 20px;
}

.hero-main .row > div .blockquote2 {
	margin-top: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
.hero-main .row > div {
	width: 59%;
}

.hero-main .row > div:nth-child(even) {
	width: 41%;
}

.hero-main .row > div .aside h1,
.hero-main .row > div .aside .h1 {
	font-size: 60px;
	line-height: 64px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hero-main .row > div {
	width: 53%;
}

.hero-main .row > div:nth-child(even) {
	width: 47%;
}
}

@media (min-width: 992px) {
.hero-main .row > div .blockquote2 {
	max-width: 515px;
	float: right;
}
}

@media (max-width: 1199px) {
.hero-main {
	font-size: 22px;
	line-height: 32px;
	border-radius: 0 0 32px 32px;
	padding: 100px 0 150px 0;
}

.hero-main .parallax-image {
	height: 600px;
	bottom: -200px;
}

.hero-main .row > div .blockquote2 {
	margin-top: 17px;
}
}

@media (max-width: 1199px) {
.hero-main {
	padding-bottom: 140px;
}
}

@media (max-width: 767px) {
.hero-main {
	font-size: 18px;
	line-height: 28px;
	border-radius: 0 0 25px 25px;
	padding: 70px 0 110px 0;
}

.hero-main .parallax-image {
	height: 500px;
	bottom: auto;
	top: -190px;
	animation-name: fadeInDown;
}

.hero-main .row > div .aside .btn-out,
.hero-main .row > div .aside .btn-wrap {
	margin-top: 15px;
}
}


/* Gallery - Box */
.gallery-box {
	width: 100%;
	background: #dcf0ff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 2px;
	margin-top: -195px;
	margin-bottom: 65px;
}

.gallery-box:last-child {
	margin-bottom: 0;
}

.gallery-box .items-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px -2px -1px;
}

.gallery-box .item {
	width: 100%;
	float: left;
	padding: 0 1px 2px 1px;
}

.gallery-box .item:nth-child(1) {
	width: 48.70%;
}

.gallery-box .item:nth-child(2) {
	width: 21.20%;
}

.gallery-box .item:nth-child(3) {
	width: 30.10%;
}

.gallery-box .item:nth-child(4) {
	width: 23%;
}

.gallery-box .item:nth-child(5) {
	width: 77%;
}

.gallery-box .item img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.gallery-box {
	margin-bottom: 55px;
	margin-top: -140px;
}
}

@media (max-width: 767px) {
.gallery-box {
	margin-bottom: 45px;
	margin-top: -105px;
}
}


/* Items - Slider */
.items-slider {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.items-slider:last-child {
	margin-bottom: 0px;
}

.items-slider .item {
	width: 365px;
	height: 100%;
	float: left;
}

.items-slider .item .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	position: relative;
}

.items-slider .item .box .figure {
	border: 3px solid #eeb91d;
	border-radius: 5px;
	margin: 0 0 32px 0;
}

.items-slider .item .box .figure:last-child {
	margin-bottom: 0;
}

.items-slider .item .box .figure img {
	object-fit: cover; 
	object-position: top; 
	height: 365px; 
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.items-slider .item .box .bx-title {
	font-size: 24px;
	line-height: 34px;
	padding-right: 10px;
	margin-bottom: 14px;
}

.items-slider .item .box .bx-title:last-child {
	margin-bottom: 0;
}

.items-slider .item .box .read-more {
	margin-top: 0;
}

.items-slider .item .box:hover .bx-title,
.items-slider .item .box:focus .bx-title,
.items-slider .item .box:active .bx-title {
	text-decoration: underline;
}

.items-slider .item .box:hover .figure img,
.items-slider .item .box:focus .figure img,
.items-slider .item .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.items-slider .owl-stage-outer {
	overflow: visible;
}

.items-slider .owl-stage {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
.items-slider {
	margin-bottom: 100px;
}

.items-slider .item {
	width: 320px;
}

.items-slider .item .box .figure {
	margin-bottom: 27px;
}

.items-slider .item .box .bx-title {
	font-size: 22px;
	line-height: 32px;
}
}

@media (max-width: 767px) {
.items-slider {
	margin-bottom: 70px;
}

.items-slider .item {
	width: 280px;
}

.items-slider .item .box .figure {
	margin-bottom: 22px;
}

.items-slider .item .box .figure img {
	height: 235px; 
}

.items-slider .item .box .bx-title {
	font-size: 20px;
	line-height: 30px;
}
}


/* Cards - List */
.cards-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.cards-list:last-child {
	margin-bottom: 0;
}

.cards-list .row {
	justify-content: center;
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.cards-list .row > div {
	padding: 0 15px 30px 15px;
	margin: 0;
}

.cards-list .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: inset #dcf0ff 0 0 0 3px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding: 17px;
}

.cards-list .row > div .box .figure {
	margin: 0;
}

.cards-list .row > div .box .figure img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.cards-list .row > div .box .aside {
	width: 100%;
	overflow: hidden;
	padding: 30px 20px 67px 20px;
}

.cards-list .row > div .box .aside .bx-title {
	font-weight: 700;
    font-size: 28px;
    color: #005a9c;
    line-height: 34px;
    margin-bottom: 15px;
}

.cards-list .row > div .box .aside .bx-title:last-child {
	margin-bottom: 0;
}

.cards-list .row > div .box .read-more2 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

.cards-list .row > div .box:hover .figure img,
.cards-list .row > div .box:focus .figure img,
.cards-list .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.cards-list .row > div .box:hover .aside .bx-title,
.cards-list .row > div .box:focus .aside .bx-title,
.cards-list .row > div .box:active .aside .bx-title {
	text-decoration: underline;
}

@media (min-width: 992px) {
.cards-list .heading-txt.alt {
	margin-bottom: 22px;
}

.cards-list .row {
	padding-bottom: 45px;
}

.cards-list .row > div:nth-child(2) {
	margin-top: 45px;
	margin-bottom: -45px;
}
}

@media (max-width: 1199px) {
.cards-list {
	margin-bottom: 100px;
}

.cards-list .row > div .box {
	font-size: 18px;
	line-height: 28px;
}

.cards-list .row > div .box .aside {
	padding: 25px 13px 67px 13px;
}

.cards-list .row > div .box .aside .bx-title {
	font-size: 26px;
	line-height: 36px;
}

.cards-list .row > div .box .read-more2 a,
.cards-list .row > div .box .read-more2 .a {
	height: 50px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 30px;
	padding-left: 30px;
}

.cards-list .row > div .box .read-more2 a:after,
.cards-list .row > div .box .read-more2 .a:after {
	width: 16px;
	height: 16px;
}
}

@media (max-width: 767px) {
.cards-list {
	margin-bottom: 70px;
}
}


/* CTA Links - Box */
.cta-links-box {
	width: 100%;
	background: #fdf4e5;
	border-radius: 8px;
	overflow: hidden;
	padding: 7%;
	margin-bottom: 130px;
}

.cta-links-box:last-child {
	margin-bottom: 0;
}

.cta-links-box .heading-txt {
	margin-bottom: 37px;
}

.cta-links-box .heading-txt .aside {
	max-width: 700px;
}

.cta-links-box .row {
	justify-content: center;
	padding: 0;
	margin: 0 -7% -40px -7%;
}

.cta-links-box .row > div {
	width: auto;
	border-right: 1px solid rgba(0, 34, 59, .20);
	padding: 30px 7% 20px 7%;
	margin: 0 0 40px 0;
}

.cta-links-box .row > div:nth-child(3) {
	border-right: none;
}

.cta-links-box .row > div .box {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	font-weight: inherit;
	font-size: 24px;
	color: inherit;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	padding: 0 0 46px 0;
}

.cta-links-box .row > div .box:after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: url(../img/arrow-up-right.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.cta-links-box .row > div .box:hover,
.cta-links-box .row > div .box:focus,
.cta-links-box .row > div .box:active {
	text-decoration: underline;
}

.cta-links-box .row > div .box:hover:after,
.cta-links-box .row > div .box:focus:after,
.cta-links-box .row > div .box:active:after {
	animation: arrowupright2 0.5s linear 1;
	-webkit-animation-name: arrowupright2 0.5s linear 1;
}

@media (max-width: 1199px) {
.cta-links-box {
	margin-bottom: 100px;
}

.cta-links-box .row > div .box {
	font-size: 22px;
	line-height: 32px;
}

.cta-links-box .row > div .box:after {
	width: 18px;
	height: 18px;
}
}

@media (max-width: 991px) {
.cta-links-box {
	padding: 70px 40px;
}

.cta-links-box .row {
	margin: 0 -40px -40px -40px;
}

.cta-links-box .row > div {
	padding: 30px 35px 20px 35px;
}

.cta-links-box .row > div .box {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 40px;
}

.cta-links-box .row > div .box:after {
	width: 16px;
	height: 16px;
}
}

@media (max-width: 767px) {
.cta-links-box {
	padding: 60px 8%;
	margin-bottom: 70px;
}

.cta-links-box .row {
	margin: 0;
}

.cta-links-box .row > div {
	width: 100%;
	max-width: 300px;
	border-right: none;
	border-bottom: 1px solid rgba(0, 34, 59, .20);
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.cta-links-box .row > div:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}

.cta-links-box .row > div .box {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 40px;
}

.cta-links-box .row > div .box:after {
	width: 18px;
	height: 18px;
}
}


/* Two Column - Content */
.two-col-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.two-col-cont:last-child {
	margin-bottom: 0;
}

.two-col-cont .row {
	padding: 0 0 120px 0;
	margin: 0 -20px;
}

.two-col-cont .row:last-child {
	padding-bottom: 0;
}

.two-col-cont .row > div {
	padding: 0 20px;
	margin: 0;
}

.two-col-cont .row > div .aside {
	width: 100%;
}

.two-col-cont .row > div .aside h2,
.two-col-cont .row > div .aside h3,
.two-col-cont .row > div .aside h4,
.two-col-cont .row > div .aside h5,
.two-col-cont .row > div .aside h6 {
	color: #005a9c;
}

.two-col-cont .row > div .figure {
	margin: 0;
}

.two-col-cont .row > div .blockquote3,
.two-col-cont .row > div blockquote {
	margin: 12px 0;
}

.two-col-cont .row > div p + blockquote {
	margin-top: 0; 
}

.two-col-cont .row > div .blockquote3:last-child,
.two-col-cont .row > div blockquote:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
.two-col-cont .row > div {
	width: 51.5%;
	position: relative;
}

.two-col-cont .row > div:nth-child(even) {
	width: 48.5%;
}

.two-col-cont .row > div .aside {
	max-width: 545px;
	float: right;
}

.two-col-cont .row:nth-child(even) > div .aside {
	float: left;
}

.two-col-cont .row:nth-child(even) > div {
	left: 48.5%;
}

.two-col-cont .row:nth-child(even) > div:nth-child(even) {
	left: -51.5%;
}

.two-col-cont .row:nth-child(even) > div.fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont .row:nth-child(even) > div.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/* Col - Reverse  */
.two-col-cont .col-reverse .row > div .aside {
	float: left;
}

.two-col-cont .col-reverse .row > div {
	left: 48.5%;
}

.two-col-cont .col-reverse .row > div:nth-child(even) {
	left: -51.5%;
}

.two-col-cont .col-reverse .row > div.fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont .col-reverse .row > div.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont .col-reverse .row:nth-child(even) > div .aside {
	float: right;
}

.two-col-cont .col-reverse .row:nth-child(even) > div {
	left: 0;
}

.two-col-cont .col-reverse .row:nth-child(even) > div:nth-child(even) {
	left: 0;
}

.two-col-cont .col-reverse .row:nth-child(even) > div.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont .col-reverse .row:nth-child(even) > div.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
}

@media (min-width: 1200px) {
.two-col-cont .row {
	align-items: center;
}
}

@media (max-width: 1199px) {
.two-col-cont {
	margin-bottom: 100px;
}

.two-col-cont .row {
	padding-bottom: 90px;
}
}

@media (max-width: 991px) {
.two-col-cont .row > div {
	padding-bottom: 40px;
}

.two-col-cont .row > div:nth-child(even) {
	padding-bottom: 0;
}
}

@media (max-width: 767px) {
.two-col-cont {
	margin-bottom: 70px;
}

.two-col-cont .row {
	padding-bottom: 70px;
}

.two-col-cont .row > div {
	padding-bottom: 30px;
}

.two-col-cont .row > div .blockquote3,
.two-col-cont .row > div blockquote {
	margin: 10px 0 20px 0;
}
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background: #edf6fe;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.footer-main:after {
	content: "";
	width: 700px;
	height: 700px;
	background: url(../img/sunflower-blue.png) no-repeat bottom right;
	background-size: 100% auto;
	position: absolute;
	bottom: -10px;
	right: -330px;
	z-index: -1;
	opacity: .045;
}

.footer-main .cta-box-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.footer-main .cta-box-wrap:before {
	content: "";
	width: 20000px;
	height: 50%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: -10000px;
	z-index: -1;
}

.footer-main .pre-footer {
	display: flex;
	flex-wrap: wrap;
	padding: 90px 0 50px 0;
	margin: 0 -20px -50px -20px;
}

.footer-main .pre-footer .left-cont {
	width: 100%;
	float: left;
	padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .left-cont .brand {
	margin-bottom: 55px;
}

.footer-main .pre-footer .left-cont .brand:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .left-cont .brand img {
	width: 100%;
	max-width: 410px;
	display: inline-block;
	vertical-align: top;
}

.footer-main .pre-footer .left-cont .newsletter-form {
	margin-bottom: 46px;
}

.footer-main .pre-footer .left-cont .news-btn {
	margin-bottom: 2em;
}

.footer-main .pre-footer .left-cont .social-links {
	margin-bottom: 46px;
}

.footer-main .pre-footer .left-cont .social-links:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .right-cont {
	width: 100%;
	float: left;
	padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .right-cont .foot-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 40px;
}

.footer-main .pre-footer .right-cont .foot-links:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .right-cont .foot-links ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -20px -27px -20px;
}

.footer-main .pre-footer .right-cont .foot-links ul li {
	width: 100%;
	float: left;
	padding: 0 20px;
	margin: 0 0 5px 0;
}

.footer-main .pre-footer .right-cont .foot-links ul li:before {
	display: none;
}

.footer-main .pre-footer .right-cont .foot-links ul li a {
	font-weight: 700;
	color: #00223b;
	text-decoration: none;
}

.footer-main .pre-footer .right-cont .foot-links ul li.menu-item-has-children {
	margin-bottom: 27px;
}

.footer-main .pre-footer .right-cont .foot-links ul li.menu-item-has-children > a {
	display: none;
}

.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt {
	font-weight: 700;
	color: #00223b;
}

.footer-main .pre-footer .right-cont .foot-links ul li > a:hover,
.footer-main .pre-footer .right-cont .foot-links ul li > a:focus,
.footer-main .pre-footer .right-cont .foot-links ul li > a:active,
.footer-main .pre-footer .right-cont .foot-links ul li.current-menu-item > a,
.footer-main .pre-footer .right-cont .foot-links ul li.current-menu-parent > a,
.footer-main .pre-footer .right-cont .foot-links ul li.current-menu-ancestor > a {
	color: #005a9c;
}

.footer-main .pre-footer .right-cont .foot-links ul li ul {
	margin-top: 5px;
	margin-bottom: -5px;
}

.footer-main .pre-footer .right-cont .foot-links ul li ul li {
	width: 100%;
	margin-bottom: 5px;
}

.footer-main .pre-footer .right-cont .foot-links ul li ul li a {
	font-weight: 400;
}

.footer-main .pre-footer .right-cont .foot-links ul li ul li > a:hover,
.footer-main .pre-footer .right-cont .foot-links ul li ul li > a:focus,
.footer-main .pre-footer .right-cont .foot-links ul li ul li > a:active,
.footer-main .pre-footer .right-cont .foot-links ul li ul li.current-menu-item > a,
.footer-main .pre-footer .right-cont .foot-links ul li ul li.current-menu-parent > a,
.footer-main .pre-footer .right-cont .foot-links ul li ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.footer-main .pre-footer .right-cont .logos-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 50px 0;
	margin: 0 -12px -24px -12px;
}

.footer-main .pre-footer .right-cont .logos-wrap:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .right-cont .logos-wrap .logo {
	float: left;
	margin: 0 12px 24px 12px;
}

.footer-main .pre-footer .right-cont .logos-wrap .logo img {
	mix-blend-mode: darken;
}

.footer-main .copy-rights {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid rgba(0, 90, 156, .20);
	padding: 29px 0;
}

.footer-main .copy-rights p {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 10px 0 35px;
	margin: 0;
}

.footer-main .copy-rights p .icon-logo {
	width: 22px;
	height: 22px;
	float: left;
	background: url(../img/logo-3mw.svg) no-repeat center center;
	background-size: 100% auto;
	text-indent: -99999px;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: .35;
}

.footer-main .copy-rights .term-links {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.footer-main .copy-rights .term-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0;
	margin: 0 -8px 0 -11px;
}

.footer-main .copy-rights .term-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 0 11px;
	margin: 0;
}

.footer-main .copy-rights .term-links ul li:before {
	content: "";
	width: 1px;
	height: 14px;
	background: #00223b;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
}

.footer-main .copy-rights .term-links ul li:first-child:before {
	display: none;
}

.footer-main .copy-rights .term-links ul li a {
	font-weight: inherit;
	color: inherit;
	text-align: left;
	text-decoration: underline;
}

.footer-main .copy-rights .term-links ul li > a:hover,
.footer-main .copy-rights .term-links ul li > a:focus,
.footer-main .copy-rights .term-links ul li > a:active,
.footer-main .copy-rights .term-links ul li.current-menu-item > a,
.footer-main .copy-rights .term-links ul li.current-menu-parent > a,
.footer-main .copy-rights .term-links ul li.current-menu-ancestor > a {
	color: #005a9c;
	text-decoration: underline;
}

.footer-main.layout-2-column_boxed_content_cards_row .cta-box-wrap:before{/*background: transparent;*/}
.footer-main.layout-historical_timeline .cta-box-wrap:before{background: transparent;}

@media (min-width: 768px) {
.footer-main .pre-footer .left-cont .newsletter-form form {
	max-width: 385px;
}

.footer-main .pre-footer .right-cont .foot-links ul li {
	width: 33.33333333333333%;
}

.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt {
	pointer-events: none;
	cursor: default;
}

.footer-main .pre-footer .right-cont .foot-links ul li ul {
	display: flex!important;
}

.footer-main .copy-rights p br {
	display: none;
}
	.footer-main .pre-footer .right-cont .foot-links ul li ul li.mobile-links{display: none;}
}

@media (min-width: 992px) {
.footer-main .pre-footer .left-cont {
	width: 46%;
}

.footer-main .pre-footer .right-cont {
	width: 54%;
}
}

@media (min-width: 1200px) {
.footer-main .pre-footer .left-cont {
	width: 43%;
}

.footer-main .pre-footer .right-cont {
	width: 57%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footer-main .pre-footer .left-cont {
	display: flex;
	flex-wrap: wrap;
}

.footer-main .pre-footer .left-cont .newsletter-form {
	width: 70%;
	margin: 0;
}

.footer-main .pre-footer .left-cont .social-links {
	width: 30%;
	margin: 0;
}
}

@media (max-width: 1199px) {
.footer-main:after {
	width: 500px;
	height: 500px;
	right: -250px;
}

.footer-main .pre-footer {
	padding: 80px 0 50px 0;
}
}

@media (max-width: 767px) {
.footer-main:after {
	width: 400px;
	height: 400px;
	right: -200px;
	bottom: -50px;
}

.footer-main .pre-footer {
	padding: 60px 0 50px 0;
}

.footer-main .pre-footer .left-cont .brand {
	margin-bottom: 45px;
}

.footer-main .pre-footer .left-cont .newsletter-form {
	margin-bottom: 45px;
}

.footer-main .pre-footer .left-cont .social-links {
	margin-bottom: 45px;
}

.footer-main .pre-footer .right-cont .foot-links {
	margin-bottom: 45px;
}

.footer-main .pre-footer .right-cont .foot-links ul {
	margin-bottom: -30px;
}

.footer-main .pre-footer .right-cont .foot-links ul li {
	width: 100%;
	margin-bottom: 30px;
}

.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt {
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	padding: 0 24px 0 0;
}

.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 120%;
	line-height: 120%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}

.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt:hover,
.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt.active {
	color: #005a9c;
	text-decoration: none;
}
	

.footer-main .pre-footer .right-cont .foot-links ul li .menu-txt.active:after {
	content: "\f077";
}

.footer-main .pre-footer .right-cont .foot-links ul li ul {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
	margin: 20px 0 -16px 0;
	display: none;
}

.footer-main .pre-footer .right-cont .foot-links ul li ul li {
	padding: 0;
	margin-bottom: 16px;
}

.footer-main .pre-footer .right-cont .logos-wrap .logo img {
	max-height: 46px;
	width: auto; 
}

.footer-main .copy-rights {
	text-align: center;
}

.footer-main .copy-rights p {
	width: 100%;
	padding: 40px 0 0 0;
	margin: 0;
}

.footer-main .copy-rights p .icon-logo {
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.footer-main .copy-rights .term-links {
	overflow: hidden;
	margin-top: 10px;
}
}


/*
 6.) Inner - Pages
----------------------------------------*/

/* Hero - Inner */
.hero-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 34px;
	background: #005b99;
	border-radius: 0 0 44px 44px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 105px 0 85px 0;
	padding: 80px 0;
}

.hero-inner .parallax-image {
	content: "";
	width: 550px;
	height: 550px;
	float: left;
	background: url(../img/sunflower-white.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: -150px;
	right: -240px;
	z-index: -1;
	opacity: .050!important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

.hero-inner .aside {
	width: 100%;
	max-width: 970px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.hero-inner {
	font-size: 22px;
	line-height: 32px;
	border-radius: 0 0 32px 32px;
	padding: 85px 0 70px 0;
}

.hero-inner .parallax-image {
	width: 400px;
	height: 400px;
	top: -90px;
	right: -190px;
}

.hero-inner .aside {
	max-width: 860px;
}
}

@media (max-width: 767px) {
.hero-inner {
	font-size: 18px;
	line-height: 28px;
	border-radius: 0 0 25px 25px;
	padding: 70px 0 60px 0;
}

.hero-inner .parallax-image {
	width: 300px;
	height: 300px;
	top: -70px;
	right: -150px;
}
}


/* Hero - Inner2 */
.hero-inner2 {
	width: 100%;
	/*font-size: 24px;
	line-height: 34px;*/
	color: #ffffff;
	background: #005b99;
	border-radius: 0 0 44px 44px;
	overflow: hidden;
	padding: 100px 0 0 0;
}

.hero-inner2 .row {
	padding: 0;
	margin: 0;
}

.hero-inner2 .row > div {
	position: relative;
	padding: 0;
	margin: 0;
}

.hero-inner2 .row > div:first-child{ align-items: center;}

.hero-inner2 .row > div .aside {
	width: 100%;
	max-width: 725px;
	float: right;
	position: relative;
	z-index: 2;
	padding: 35px 40px 40px 40px;
}

.hero-inner2 .row > div .aside h1,
.hero-inner2 .row > div .aside .h1 {
	padding-bottom: 35px;
	text-wrap: balance;
}

.hero-inner2 .row > div .aside h1:last-child,
.hero-inner2 .row > div .aside .h1:last-child {
	padding-bottom: 0;
}

.hero-inner2 .row > div .aside .btn-wrap {
	margin-bottom: 50px;
}

.hero-inner2 .row > div .aside .txt-max {
	width: 100%;
}

.hero-inner2 .row > div .figure-wrap {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.hero-inner2 .row > div .figure {
	border-radius: 25px 0 25px 0;
	margin: 0;
}

.hero-inner2 .row > div .flower {
	width: 341px;
	position: absolute;
	bottom: -140px;
	left: -120px;
	z-index: 2;
}

.hero-inner2 .row > div .flower img {
	width: 100%;
}

@media (min-width: 992px) {
.hero-inner2 .row > div {
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
	
/*.hero-inner2 .row.default > div img {
	height: auto;
	max-height: 500px;
}*/

.hero-inner2 .row > div .aside .txt-max {
	max-width: 590px;
}

.hero-inner2 .row > div .aside .txt-max p {
	width: 100%;
	max-width: 500px;
	padding-bottom: 0; 
}

.hero-inner2 .row > div .figure-wrap {
	height: 100%;
}

.hero-inner2 .row > div .figure {
	height: 100%;
	border-radius: 40px 0 0 0;
}

.hero-inner2 .row > div .figure img {
	/*width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	margin: 0;
}
}

@media (min-width: 992px) and (max-width: 1599px){
	.hero-inner2 .row > div .figure img{
		height: 100%;
        width: auto;
        /*max-width: 135%;*/
        /*transform: translate(-5%, 0%);*/
		max-width: 110%;
	}
	.hero-inner2 .row.default > div .figure img {
		transform: translate(-5%, 0%);
	}
}

@media (min-width: 1200px) and (max-width: 1355px){
	.hero-inner2 .row.default > div .figure img {
		max-width: 120%;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.hero-inner2 .row.default > div .figure img {
        height: auto;
        max-width: 130%;
    }
	.hero-inner2 .row > div {
		align-items: flex-end;
         min-height: fit-content;
	}
	.hero-inner2 .row > div .figure-wrap { height: auto; }
}

@media (min-width: 1200px) {
.hero-inner2 .row > div {
	min-height: 400px;
}
.hero-inner2 .row.sunflower > div {
	min-height: 500px;
}
}

@media (max-width: 1399px) {
.hero-inner2 .row > div .flower {
	width: 40%;
	bottom: -19%;
	left: -14%;
}
}

@media (max-width: 1199px) {
.hero-inner2 {
	font-size: 22px;
	line-height: 32px;
	border-radius: 0 0 32px 32px;
	padding-top: 80px;
}

.hero-inner2 .row > div .aside h1,
.hero-inner2 .row > div .aside .h1 {
	padding-bottom: 30px;
}

.hero-inner2 .row > div .flower {
	width: 50%;
	bottom: -20%;
	left: -16%;
}
}

@media (min-width: 991px) and (max-width: 1050px) {
	.hero-inner2 { padding-top: 25px; }
}

@media (max-width: 991px) {
.hero-inner2 {
	padding-top: 0;
}

.hero-inner2 .row > div:nth-child(2) {
	padding-left: 40px;
}

.hero-inner2 .row > div .aside {
	max-width: 100%;
	float: none;
	padding: 80px 40px 70px 40px;
	margin: 0 auto;
}

.hero-inner2 .row > div .aside .txt-max {
	max-width: 580px;
}

.hero-inner2 .row > div .flower {
	width: 260px;
	bottom: -120px;
	left: -40px;
}
}

@media (max-width: 767px) {
.hero-inner2 {
	font-size: 18px;
	line-height: 28px;
	border-radius: 0 0 25px 25px;
}

.hero-inner2 .row > div:nth-child(2) {
	padding-left: 25px;
}

.hero-inner2 .row > div .aside {
	max-width: 590px;
	padding: 60px 25px 50px 25px;
}

.hero-inner2 .row > div .aside h1,
.hero-inner2 .row > div .aside .h1 {
	padding-bottom: 25px;
}

.hero-inner2 .row > div .flower {
	width: 200px;
	bottom: -100px;
	left: -30px;
}
}


/* Hero - Inner3 */
.hero-inner3 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #ffffff;
	line-height: 34px;
	background: #005b99;
	border-radius: 0 0 44px 44px;
	padding: 110px 0 0 0;
}

.hero-inner3 .row {
	padding: 0;
	margin: 0;
}

.hero-inner3 .row > div {
	padding: 0;
	margin: 0;
}

.hero-inner3 .row > div .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	padding: 0 40px 50px 0;
}

.hero-inner3 .row > div .aside h1,
.hero-inner3 .row > div .aside .h1 {
	padding-bottom: 35px;
	text-wrap: balance;
}

.hero-inner3 .row > div .aside h1:last-child,
.hero-inner3 .row > div .aside .h1:last-child {
	padding-bottom: 0;
}

.hero-inner3 .row > div .figure {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .30) 3px 3px 3px;
	border-radius: 0;
	overflow: visible;
	padding: 15px;
	margin: 0;
}

.hero-inner3 .row > div .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.hero-inner3 .row > div .figure-group {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}

.hero-inner3 .row > div .figure-group .figure-inn {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 -40px 0;
	flex:1;
}

.hero-inner3 .row > div .figure-group .figure:nth-child(1) {
	width: 51%;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
	margin: 0 1% 16.5% 0;
}

.hero-inner3 .row > div .figure-group .figure:nth-child(1):before {
	width: 30.5%;
	height: 13%;
	background-image: url(../img/clip-01.svg);
	top: -3%;
	-ms-transform: translate(-50%, 0) rotate(6deg);
	-webkit-transform: translate(-50%, 0) rotate(6deg);
	-moz-transform: translate(-50%, 0) rotate(6deg);
	-o-transform: translate(-50%, 0) rotate(6deg);
	transform: translate(-50%, 0) rotate(6deg);
}

.hero-inner3 .row > div .figure-group .figure:nth-child(2) {
	width: 43%;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	margin: 0 0 -3% 5%;
}

.hero-inner3 .row > div .figure-group .figure:nth-child(2):before {
	width: 35.5%;
	height: 13%;
	background-image: url(../img/clip-02.svg);
	top: -4%;
	-ms-transform: translate(-50%, 0) rotate(-5deg);
	-webkit-transform: translate(-50%, 0) rotate(-5deg);
	-moz-transform: translate(-50%, 0) rotate(-5deg);
	-o-transform: translate(-50%, 0) rotate(-5deg);
	transform: translate(-50%, 0) rotate(-5deg);
}

.hero-inner3 .row > div .figure-group .figure:nth-child(3) {
	width: 50%;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: 2;
	margin: -28% 17.5% 0 32.5%;
}

.hero-inner3 .row > div .figure-group .figure:nth-child(3):before {
	width: 33%;
	height: 19%;
	background-image: url(../img/clip-03.svg);
	top: -4%;
	-ms-transform: translate(-50%, 0) rotate(-4deg);
	-webkit-transform: translate(-50%, 0) rotate(-4deg);
	-moz-transform: translate(-50%, 0) rotate(-4deg);
	-o-transform: translate(-50%, 0) rotate(-4deg);
	transform: translate(-50%, 0) rotate(-4deg);
}

@media (min-width: 992px) {
.hero-inner3 .row > div {
	width: 43%;
}

.hero-inner3 .row > div:nth-child(even) {
	width: 57%;
}

.hero-inner3 .row > div .aside {
	max-width: 520px;
}
}

@media (max-width: 1199px) {
.hero-inner3 {
	font-size: 22px;
	line-height: 32px;
	border-radius: 0 0 32px 32px;
	padding: 80px 0 0 0;
}

.hero-inner3 .row > div .aside {
	padding: 0 40px 80px 0;
}

.hero-inner3 .row > div .aside h1,
.hero-inner3 .row > div .aside .h1 {
	padding-bottom: 30px;
}
}

@media (max-width: 991px) {
.hero-inner3 .row > div .figure {
	padding: 2vw;
}
}

@media (max-width: 767px) {
.hero-inner3 {
	font-size: 18px;
	line-height: 28px;
	border-radius: 0 0 25px 25px;
	padding: 60px 0 0 0;
}

.hero-inner3 .row > div .aside {
	padding: 0 0 40px 0;
}

.hero-inner3 .row > div .aside h1,
.hero-inner3 .row > div .aside .h1 {
	padding-bottom: 25px;
}

.hero-inner3 .row > div .figure-group .figure-inn {
	margin: 0 0 -20px 0;
}
}


/* Dot pulse */
@keyframes anipulse {
	from {
		transform: scale(0, 0);
		opacity: 0.75;
	}
	to {
		transform: scale(5, 5);
		opacity: 0;
	}
}

@-webkit-keyframes anipulse {
	from {
		transform: scale(0, 0);
		opacity: 0.75;
	}
	to {
		transform: scale(5, 5);
		opacity: 0;
	}
}


/* Timeline -Content */
.timeline-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.timeline-cont:last-child {
	margin-bottom: 0;
}

.timeline-cont .heading-txt {
	margin-bottom: 90px;
}

.timeline-cont .pulse-out {
	width: 16px;
	height: 16px;
	background: #eeb91d;
	border-radius: 900px;
	position: absolute;
	top: 32px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.timeline-cont .pulse-out.alt {
	top: auto;
	bottom: -8px;
}

.timeline-cont .pulse-out .pulse-circle {
	width: 16px;
	height: 16px;
	border-radius: 900px;
	background: #eeb91d;
	text-indent: 9999px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: anipulse 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.timeline-cont .pulse-out .pulse-circle:nth-child(1) {
	animation-delay: -2s;
}

.timeline-cont .pulse-out .pulse-circle:nth-child(2) {
	animation-delay: -1.5s;
}

.timeline-cont .pulse-out .pulse-circle:nth-child(3) {
	animation-delay: -1s;
}

.timeline-cont .pulse-out .pulse-circle:nth-child(4) {
	animation-delay: -.5s;
}

.timeline-cont .row-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	/*margin-bottom: 70px;*/
	margin-bottom: 20px;
}

.timeline-cont .row-wrap:last-child {
	margin-bottom: 0;
}

.timeline-cont .row-out {
	position: relative;
	padding: 0 0 130px 0;
	margin: 0;
}

.timeline-cont .row-out:before,
.timeline-cont .row-out:after {
	content: "";
	width: 3px;
	height: 50%;
	background: #eeb91d;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.timeline-cont .row-out:before {
	top: 40px;
}

.timeline-cont .row-out:after {
	bottom: 0;
}

.timeline-cont .row {
	position: relative;
	padding: 0 0 130px 0;
	margin: 0 -50px;
}

.timeline-cont .row:last-child {
	padding-bottom: 0;
}

.timeline-cont .row > div {
	position: relative;
	padding: 0 50px;
	margin: 0;
}

.timeline-cont .row > div .figure {
	border-radius: 0;
	overflow: visible;
	margin: 0;
}

.timeline-cont .row > div .figure img {
	border-radius: 4px;width: auto;
}

.timeline-cont .row > div .figure-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.timeline-cont .row > div .figure-wrap .circle {
	width: 56%;
	height: 86%;
	background: url(../img/dot-circle-3layer.svg) no-repeat center center;
	background-size: auto 100%;
	border-radius: 900px;
	text-indent: 9999px;
	position: absolute;
	bottom: -19%;
	left: -12%;
	z-index: -1;
	animation-delay: 1s;    max-height: 310px;
}

.timeline-cont .row > div .figure-wrap.alt1 .figure:nth-child(2) {
	width: 47%;
	left: 22%;
	margin-top: -22%;
}

.timeline-cont .row > div .figure-wrap.alt2 .figure {
	width: 85.30%;
}

.timeline-cont .row > div .figure-wrap.alt2 .figure:nth-child(2) {
	width: 55%;
	float: right;
	margin-top: -24.5%;
}

.timeline-cont .row > div .figure-wrap.alt3 .figure {
	width: 83%;
	float: right;
}

.timeline-cont .row > div .figure-wrap.alt3 .figure:nth-child(2) {
	width: 45%;
	float: left;
	margin-top: -35%;
}

.timeline-cont .row > div .dot {
	content: "";
	width: 16px;
	height: 16px;
	background: #eeb91d;
	border-radius: 900px;
	box-shadow: rgba(238, 185, 29, 0.4) 0 0 0 10px;
	text-indent: 9999px;
	position: absolute;
	top: 33.5px;
	left: -8px;
}

.timeline-cont .row > div .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.timeline-cont .row > div .aside .year {
	height: 43px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Crimson Text", serif;
	font-size: 40px;
	color: #005a9c;
	line-height: .75em;
	position: relative;
	left: -51px;
	padding: 0 18px 0 50px;
	margin: 0 0 28px 0;
}

.timeline-cont .row > div .aside .year:last-child {
	margin-bottom: 0;
}

.timeline-cont .row > div .aside .year .bline {
	width: 100%;
	height: 3px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

.timeline-cont .row > div .aside .year .binn {
	width: 100%;
	height: 3px;
	background: #eeb91d;
	text-indent: 9999px;
	position: absolute;
	bottom: 0;
	left: 0;
	animation-delay: 1s;
}

.timeline-cont .row:first-child > div .dot {
	display: none;
}

.timeline-cont .btm-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.timeline-cont .btm-txt .aside {
	width: 100%;
	max-width: 545px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.timeline-cont .btm-txt .btn-out {
	margin-top: 16px;
}

.timeline-cont .row > div .aside ul li {
    padding-bottom: 0;
}

@media (min-width: 768px) {
.timeline-cont .row:nth-child(even) > div:nth-child(1) {
	left: 50%;
}

.timeline-cont .row:nth-child(even) > div:nth-child(2) {
	left: -50%;
}

.timeline-cont .row:nth-child(even) > div .fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.timeline-cont .row:nth-child(even) > div .fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.timeline-cont .row:nth-child(even) > div .figure-wrap .circle {
	right: -12%;
	left: auto;
}

.timeline-cont .row:nth-child(even) > div .dot {
	left: auto;
	right: -8px;
}

.timeline-cont .row:nth-child(even) > div .aside {
	text-align: right;
}

.timeline-cont .row:nth-child(even) > div .aside .year {
	left: auto;
	right: -51px;
	padding: 0 50px 0 0;
}
}

@media (min-width: 1200px) {
.timeline-cont .pulse-out {
	top: 42px;
}

.timeline-cont .row-out {
	padding: 0 0 180px 0;
}

.timeline-cont .row-out:before {
	top: 50px;
}

.timeline-cont .row {
	/*padding: 0 0 180px 0;*/
	padding: 0 0 50px 0;
	margin: 0 -68px;
}

.timeline-cont .row > div {
	padding: 0 68px;
}

.timeline-cont .row > div .dot {
	top: 40.5px;
	left: -8px;
}

.timeline-cont .row > div .aside .year {
	height: 50px;
	font-size: 40px;
	line-height: .75em;
	left: -69px;
	padding: 0 18px 0 68px;
	margin: 0 0 39px 0;
}

.timeline-cont .row:nth-child(even) > div .aside .year {
	left: auto;
	right: -69px;
	padding: 0 68px 0 0;
}
}

@media (max-width: 1199px) {
.timeline-cont {
	margin-bottom: 100px;
}

.timeline-cont .heading-txt {
	margin-bottom: 70px;
}
}

@media (max-width: 767px) {
.timeline-cont {
	margin-bottom: 70px;
}

.timeline-cont .heading-txt {
	margin-bottom: 50px;
}

.timeline-cont .heading-txt .icon img {
	height: 60px;
}

.timeline-cont .pulse-out {
	top: 30px;
	left: -7px;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.timeline-cont .row-out {
	padding: 0 0 80px 0;
}

.timeline-cont .row-out:before,
.timeline-cont .row-out:after {
	width: 2px;
	left: 0;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.timeline-cont .row-out:before {
	top: 30px;
}

.timeline-cont .row {
	/*padding: 0 0 80px 0;*/
	padding: 0 0 30px 0;
	margin: 0;
}

.timeline-cont .row > div {
	padding: 0 0 0 30px;
}

.timeline-cont .row > div:nth-child(1) {
	order: 2;
}

.timeline-cont .row > div:nth-child(2) {
	order: 1;
	margin-bottom: 30px;
}

.timeline-cont .row > div .figure-wrap .circle {
	left: auto;
	right: -12%;
	max-height: 158px;
}

.timeline-cont .row > div .dot {
	top: 30px;
	left: -7px;
}

.timeline-cont .row > div .aside .year {
	height: 39px;
	font-size: 36px;
	left: -30px;
	padding: 0 15px 0 30px;
	margin: 0 0 26px 0;
}

.timeline-cont .row > div .aside .year .bline,
.timeline-cont .row > div .aside .year .binn {
	height: 2px;
}

.timeline-cont .row > div .fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.timeline-cont .row > div .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.timeline-cont .row > div .aside .year .binn.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
}


/* Filter - Bar */
.filter-bar {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 60px;
}

.filter-bar:last-child {
	margin-bottom: 0;
}

.filter-bar .filter-max {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.filter-bar .filter-inn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background: #fdf4e5;
	border-radius: 8px;
	position: relative;
	padding: 19px 23px;
}

.filter-bar .alpha-list {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 115px 0 0;
}

.filter-bar .alpha-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.filter-bar .alpha-list ul li {
	padding: 0;
	margin: 0;
}

.filter-bar .alpha-list ul li::before {
	display: none;
}

.filter-bar .alpha-list ul li a {
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 24px;
	color: #005a9c;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 900px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.filter-bar .alpha-list ul li > a:hover,
.filter-bar .alpha-list ul li > a:focus,
.filter-bar .alpha-list ul li > a:active,
.filter-bar .alpha-list ul li.active > a,
.filter-bar .alpha-list ul li.current-menu-item > a,
.filter-bar .alpha-list ul li.current-menu-parent > a,
.filter-bar .alpha-list ul li.current-menu-ancestor > a {
	background: #eeb91d;
}

.filter-bar .search-box {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}

.filter-bar .search-box .dropdown-toggle {
	width: 84px;
	height: 54px;
	float: right;
	background: url(../img/search.svg) no-repeat center center;
	background-size: 34px auto;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.filter-bar .search-box .dropdown-toggle.show {
	background-image: url(../img/close.svg);
	background-size: 26px auto;
}

.filter-bar .search-box .dropdown-toggle:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #005A9C33;
	position: absolute;
	top: 0;
	left: 0;
}

.filter-bar .search-box .dropdown-toggle:after {
	display: none;
}

.filter-bar .search-box .dropdown-menu {
	min-width: 100%;
	width: 100%;
	float: left;
	background: #fdf4e5;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	transform: translate(0)!important;
	position: absolute;
	top: 100%!important;
	left: auto!important;
	right: 0!important;
	padding: 25px 30px;
	margin: 4px 0 -4px 0!important;
}

@media (max-width: 1299px) {
.filter-bar .alpha-list {
	padding: 0 74px 0 0;
}

.filter-bar .alpha-list ul li a {
	width: 3vw;
	height: 3vw;
	font-size: 1.8vw;
	line-height: 1.8vw;
}

.filter-bar .search-box .dropdown-toggle {
	width: 74px;
	height: 50px;
	background-size: 28px auto;
}

.filter-bar .search-box .dropdown-toggle.show {
	background-size: 22px auto;
}
}

@media (max-width: 1199px) {
.filter-bar .alpha-list {
	padding: 0 64px 0 0;
}

.filter-bar .search-box .dropdown-toggle {
	width: 64px;
	height: 45px;
	background-size: 22px auto;
}

.filter-bar .search-box .dropdown-toggle.show {
	background-size: 20px auto;
}
	.timeline-cont .row > div .figure-wrap .circle{max-height:220px;}
}

@media (max-width: 991px) {
.filter-bar .alpha-list ul li a {
	width: 2.85vw;
	height: 2.85vw;
	font-size: 1.8vw;
	line-height: 1.8vw;
}
	.timeline-cont .row > div .figure-wrap .circle {max-height: 158px;}
}

@media (max-width: 767px) {
.filter-bar .filter-inn {
	padding: 12px 20px;
}

.filter-bar .alpha-list {
	padding: 0 55px 0 0;
}

.filter-bar .alpha-list ul li a {
	width: 21px;
	height: 21px;
	font-size: 12px;
	line-height: 12px;
}

.filter-bar .search-box .dropdown-toggle {
	width: 55px;
	height: 40px;
	background-size: 20px auto;
}

.filter-bar .search-box .dropdown-toggle.show {
	background-size: 18px auto;
}

.filter-bar .search-box .dropdown-menu {
	padding: 15px 20px;
}
}

@media (max-width: 419px) {
.filter-bar .alpha-list ul li a {
	width: 4.7vw;
	height: 4.7vw;
	font-size: 3vw;
	line-height: 3vw;
}
}

@media (max-width: 369px) {
.filter-bar .alpha-list ul li a {
	width: 4.3vw;
	height: 4.3vw;
}
}

@media (max-width: 329px) {
.filter-bar .alpha-list ul li a {
	width: 4.1vw;
	height: 4.1vw;
}
}


/* Team - List */
.team-list {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	padding: 303px 0 140px 0;
	margin: -160px 0 0 0;
}

.team-list:last-child {
	padding-bottom: 0;
}

.team-list .filter-bar {
	position: absolute;
	top: 140px;
	left: 0;
	padding: 20px 0;
	margin: 0;
	z-index: 3;
}

.team-list.fixed2 .filter-bar {
	background: #ffffff;
	position: fixed;
	padding-left: 40px;
	padding-right: 40px;
}

.team-list.fixed2 .filter-bar .filter-max {
	max-width: 1290px;
}

.team-list .row {
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.team-list .row > div {
	padding: 0 15px 30px 15px;
	margin: 0;
}

.team-list .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: inset #dcf0ff 0 0 0 3px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding: 11px;
}

.team-list .row > div .box .figure {
	margin-bottom: 0;
}

.team-list .row > div .box .figure img {
	height: 375px; height: 330px;
	object-fit: cover;    object-position: center 10%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.team-list .row > div .box .aside {
	width: 100%;
	overflow: hidden;
	padding: 17px 18px 49px 18px;
}

.team-list .row > div .box .aside .bx-title {
	font-weight: 600;
	font-size: 24px;
	color: #005a9c;
	line-height: 34px;
	margin-bottom: 15px;
}

.team-list .row > div .box .aside .bx-title:last-child {
	margin-bottom: 0;
}

.team-list .row > div .box .read-more2 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

.team-list .row > div .box .read-more2 a,
.team-list .row > div .box .read-more2 .a {
	height: 43px;
	font-size: 20px;
	line-height: 26px;
	padding-left: 29px;
	padding-left: 29px;
}

.team-list .row > div .box .read-more2 a:after,
.team-list .row > div .box .read-more2 .a:after {
	width: 16px;
	height: 16px;
	right: 24px;
}

.team-list .row > div .box:hover .figure img,
.team-list .row > div .box:focus .figure img,
.team-list .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.team-list .row > div .box:hover .aside .bx-title,
.team-list .row > div .box:focus .aside .bx-title,
.team-list .row > div .box:active .aside .bx-title {
	text-decoration: underline;
}

@media (max-width: 1199px) {
.team-list {
	padding: 235px 0 110px 0;
	margin: -120px 0 0 0;
}

.team-list .filter-bar {
	top: 100px;
}

.team-list .row {
	margin: 0 -10px -20px -10px;
}

.team-list .row > div {
	padding: 0 10px 20px 10px;
}

.team-list .row > div .box {
	font-size: 16px;
	line-height: 24px;
}

.team-list .row > div .box .ribbon {
	font-size: 16px;
	line-height: 24px;
}

.team-list .row > div .box .aside {
	padding: 15px 15px 45px 15px;
}

.team-list .row > div .box .aside .bx-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.team-list .row > div .box .read-more2 a,
.team-list .row > div .box .read-more2 .a {
	height: 40px;
	font-size: 16px;
	line-height: 22px;
	padding-left: 26px;
	padding-left: 26px;
}
}

@media (max-width: 767px) {
.team-list {
	padding: 200px 0 80px 0;
	margin: -95px 0 0 0;
}

.team-list .filter-bar {
	top: 85px;
	padding: 10px 0;
}

.team-list.fixed2 .filter-bar {
	padding-left: 25px;
	padding-right: 25px;
}

.team-list.fixed2 .filter-bar .filter-max {
	max-width: 540px;
}

.team-list .row > div .box {
	font-size: 16px;
	line-height: 24px;
}

.team-list .row > div .box .ribbon {
	font-size: 16px;
	line-height: 24px;
}

.team-list .row > div .box .aside {
	padding: 15px 10px 48px 10px;
}

.team-list .row > div .box .aside .bx-title {
	font-size: 18px;
	line-height: 26px;
}

.team-list .row > div .box .read-more2 a,
.team-list .row > div .box .read-more2 .a {
	padding-left: 21px;
	padding-left: 21px;
}
}

@media (max-width: 419px) {
.team-list .row {
	margin: 0 -8px -16px -8px;
}

.team-list .row > div {
	padding: 0 8px 16px 8px;
}

.team-list .row > div .box .ribbon {
	font-size: 14px;
	line-height: 24px;
}

.team-list .row > div .box .aside {
	padding-bottom: 43px;
}

.team-list .row > div .box .aside .date {
	font-size: 14px;
	line-height: 20px;
}

.team-list .row > div .box .aside .bx-title {
	font-size: 16px;
	line-height: 24px;
}

.team-list .row > div .box .read-more2 a,
.team-list .row > div .box .read-more2 .a {
	height: 37px;
	font-size: 14px;
	line-height: 20px;
}

.team-list .row > div .box .read-more2 a:after,
.team-list .row > div .box .read-more2 .a:after {
	width: 13px;
	height: 13px;
}
}


/* Team List - Wrap */
.team-list-wrap {
	width: 100%;
	overflow: hidden;
}

.team-list-wrap .heading-txt {
	margin-bottom: 42px;
}

@media (max-width: 1199px) {
.team-list-wrap .heading-txt {
	margin-bottom: 32px;
}
}

@media (max-width: 767px) {
.team-list-wrap .heading-txt {
	margin-bottom: 25px;
}
}


/* Split Column - Cards */
.split-col-cards {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.split-col-cards:last-child {
	margin-bottom: 0;
}

.split-col-cards .row {
	padding: 0 0 60px 0;
	margin: 0 -25px -50px -25px;
}

.split-col-cards .row:last-child {
	padding-bottom: 0;
}

.split-col-cards .row > div {
	padding: 0 25px 50px 25px;
	margin: 0;
}

.split-col-cards .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	border: 3px solid #dcf0ff;
	border-radius: 8px;
	overflow: hidden;
	padding: 12px;
}

.split-col-cards .row > div .box .figure {
	margin: 0;
}

.split-col-cards .row > div .box .figure img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.split-col-cards .row > div .box .aside {
	width: 100%;
	overflow: hidden;
	padding: 7.8% 6.5% 8.3% 6.5%;
}

.split-col-cards .row > div .box .txt-max {
	width: 100%;
	margin: 0 auto;
}

.split-col-cards .row > div .box:hover .figure img,
.split-col-cards .row > div .box:focus .figure img,
.split-col-cards .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/*.split-col-cards .row > div .box.box2:hover .figure img,
.split-col-cards .row > div .box.box2:focus .figure img,
.split-col-cards .row > div .box.box2:active .figure img {
	-ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}*/

.split-col-cards .row > div .box:hover .aside h2,
.split-col-cards .row > div .box:hover .aside .h2,
.split-col-cards .row > div .box:focus .aside h2,
.split-col-cards .row > div .box:focus .aside .h2,
.split-col-cards .row > div .box:active .aside h2,
.split-col-cards .row > div .box:active .aside .h2 {
	text-decoration: underline;
}

@media (min-width: 992px) {
.split-col-cards .row > div.col-12 .box {
	display: flex;
	flex-wrap: wrap;
}

.split-col-cards .row > div.col-12 .box .figure {
	width: 47%;
	min-height: 549px;
	position: relative;
}
	
.articles-list-wrap .split-col-cards .row > div.col-12 .box .figure{min-height: 100px;}

.split-col-cards .row > div.col-12 .box .figure img {
	width: 100%;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover; 
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.split-col-cards .row > div.col-12 .box:hover .figure img,
.split-col-cards .row > div.col-12 .box:focus .figure img,
.split-col-cards .row > div.col-12 .box:active .figure img {
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.split-col-cards .row > div.col-12 .box .aside {
	width: 53%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 50px 28px 50px 40px;
}

.split-col-cards .row.quarter > div.col-12 .box .figure img {
    min-height: auto;
    top: 0;
    position: relative;
    transform: none;
    left: 0;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
	padding: 50px 10px 50px 10px;
	border-radius: 8px;
}

.split-col-cards .row.quarter > div.col-12 .box:hover .figure img,
.split-col-cards .row.quarter > div.col-12 .box:focus .figure img,
.split-col-cards .row.quarter > div.col-12 .box:active .figure img {
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.split-col-cards .row > div.col-12 .box .txt-max {
	max-width: 520px;
}

.split-col-cards .row > div.col-12:nth-child(even) .box .figure,
.split-col-cards .row.alt-reverse > div.col-12 .box .figure {
	left: 53%;
}

.split-col-cards .row > div.col-12:nth-child(even) .box .aside,
.split-col-cards .row.alt-reverse > div.col-12 .box .aside {
	left: -47%;
	padding-left: 28px;
	padding-right: 40px;
}

.split-col-cards .row.alt-reverse > div.col-12:nth-child(even) .box .figure {
	left: 0;
}

.split-col-cards .row.alt-reverse > div.col-12:nth-child(even) .box .aside {
	left: 0;
	padding-left: 40px;
	padding-right: 28px;
}
	.split-col-cards .row.quarter > div.col-12 .box .figure{width: 30%;}
	.split-col-cards .row.quarter > div.col-12 .box .aside{width: 70%;}
	.split-col-cards .row.quarter > div.col-12 .box .txt-max{max-width: 95%; margin-right: 0;}
	.split-col-cards .row.alt-reverse.quarter > div.col-12 .box .figure{ left: 70%;}
	.split-col-cards .row.alt-reverse.quarter > div.col-12 .box .aside{left: -30%;}
	.split-col-cards .row.alt-reverse.quarter > div.col-12 .box .txt-max{margin-left:0; margin-right: auto;}
	
/*.split-col-cards .row > div .box.box2:hover .figure img,
.split-col-cards .row > div .box.box2:focus .figure img,
.split-col-cards .row > div .box.box2:active .figure img {
	-ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}*/
	
}

@media (max-width: 1199px) {
.split-col-cards {
	margin-bottom: 100px;
}

.split-col-cards .row {
	padding-bottom: 50px;
	margin: 0 -20px -40px -20px;
}

.split-col-cards .row > div {
	padding: 0 20px 40px 20px;
}
}

@media (max-width: 991px) {
.split-col-cards .row {
	margin: 0 -15px -30px -15px;
}

.split-col-cards .row > div {
	padding: 0 15px 30px 15px;
}
}

@media (max-width: 767px) {
.split-col-cards {
	margin-bottom: 70px;
}

.split-col-cards .row {
	padding-bottom: 40px;
	margin: 0 -15px 0px -15px;
}

.split-col-cards .row > div {
	padding: 0 15px 30px 15px;
}

.split-col-cards .row > div .box .aside {
	padding: 25px 13px 23px 13px;
}
}

.split-col-cards .row > div.col-12 .box .figure img.image-blur{position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    filter: blur(15px);
    transform: scale(1.1) !important;
    z-index: 1;
    top: 0 !important;
    left: 0 !important;}
.split-col-cards .row > div.col-12 .box .figure img.image-sharp{transform: none;
    top: 0;
    left: 0;
    z-index: 2;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: auto;
    min-height: auto;}
.split-col-cards .row > div.col-12 .box .figure .image-blur-wrapper{width: 100%;
    position: relative;
    height: 100%;
    padding: 20px 10%;
    display: flex;
    align-items: center;
    justify-content: center;}
.split-col-cards .row > div.col-12 .box .figure .image-blur-wrapper.without-blur{padding: 20px;}

.split-col-cards .row > div.col-12 .box .figure .image-blur-wrapper.without-blur img.image-sharp{border-radius: 8px;}

/* Filter - Bar2 */
.filter-bar2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 70px; padding-top: 50px;
}

.filter-bar2:last-child {
	margin-bottom: 0;
}

.filter-bar2 .category-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.filter-bar2 .category-links .front-label {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.filter-bar2 .category-links .dropdown-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media (min-width: 768px) {
.filter-bar2 .category-links .dropdown-wrap {
	float: left;
}

.filter-bar2 .category-links .front-label,
.filter-bar2 .category-links .dropdown-toggle {
	display: none;
}

.filter-bar2 .category-links .dropdown-menu {
	min-width: inherit;
	width: auto;
	float: left;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	transform: translate(0)!important;
	position: static!important;
	top: 0!important;
	left: 0!important;
	right: auto!important;
	display: block!important;
	padding: 0;
	margin: 0;
}

.filter-bar2 .category-links ul {
	float: left;
	padding: 0;
	margin: 0 -27px -14px -7px;
}

.filter-bar2 .category-links ul li {
	float: left;
	padding: 0;
	margin: 0 27px 14px 7px;
}

.filter-bar2 .category-links ul li:before {
	display: none;
}

.filter-bar2 .category-links ul li a {
	height: 50px;
	float: left;
	font-weight: 700;
	font-size: 17px;
	color: #005a9c;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	background: #fff4e5;
	border-radius: 900px;
	position: relative;
	overflow: hidden;
	padding: 13.5px 27px;
}

.filter-bar2 .category-links ul li.highlight a {
	background: #dcf0ff;
}

.filter-bar2 .category-links ul li:hover > a,
.filter-bar2 .category-links ul li > a:focus,
.filter-bar2 .category-links ul li.current-menu-item > a,
.filter-bar2 .category-links ul li.current-menu-parent > a,
.filter-bar2 .category-links ul li.current-menu-ancestor > a {
	color: #ffffff;
	background: #005a9c;
}
}

@media (max-width: 767px) {
.filter-bar2 .category-links .dropdown-toggle {
	width: 100%;
	height: 50px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #005a9c;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	background: #fff4e5;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
	padding: 0 60px 0 25px;
	margin: 0;
}

.filter-bar2 .category-links .dropdown-toggle:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 25px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.filter-bar2 .category-links .dropdown-toggle.show {
	border-radius: 8px 8px 0 0;
}

.filter-bar2 .category-links .dropdown-toggle.show:before {
	content: "\f077";
}

.filter-bar2 .category-links .dropdown-toggle:after {
	display: none;
}

.filter-bar2 .category-links .dropdown-menu {
	min-width: 100%;
	width: 100%;
	float: left;
	background: #fff4e5;
	border: none;
	box-shadow: rgba(0, 0, 0, .20) 0 40px 40px;
	border-radius: 0 0 8px 8px;
	transform: translate(0)!important;
	overflow: hidden;
	position: absolute;
	top: 50px!important;
	left: auto!important;
	right: 0!important;
	padding: 0;
	margin: 0;
}

.filter-bar2 .category-links .dropdown-menu.show {
	z-index: 3;
}

.filter-bar2 .category-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.filter-bar2 .category-links ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.filter-bar2 .category-links ul li:before {
	display: none;
}

.filter-bar2 .category-links ul li a {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #005a9c;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 13px 25px;
}

.filter-bar2 .category-links ul li a:before {
	content: "";
	width: 0;
	height: 3px;
	background: #4d82d1;
	border-radius: 900px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.filter-bar2 .category-links ul li.highlight a {
	background: #dcf0ff;
}

.filter-bar2 .category-links ul li:hover > a,
.filter-bar2 .category-links ul li > a:focus,
.filter-bar2 .category-links ul li.current-menu-item > a,
.filter-bar2 .category-links ul li.current-menu-parent > a,
.filter-bar2 .category-links ul li.current-menu-ancestor > a {
	color: #ffffff;
	background: #005a9c;
}
}

@media (max-width: 767px) {
.filter-bar2 {
	margin-bottom: 50px;
}
}


/* Articles - List */
.articles-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 100px 0;
}

.articles-list .row {
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.articles-list .row > div {
	padding: 0 15px 30px 15px;
	margin: 0;
}

.articles-list .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	border: 3px solid #dcf0ff;
	border-radius: 8px;
	overflow: hidden;
	padding: 8px;
}

.articles-list .row > div .box .figure {
	border-radius: 4px;
	margin: 0;
}

.articles-list .row > div .box .figure img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	min-height: 235px;
	height: 235px;
	object-fit: cover;
	object-position: top; 
}

.articles-list .row > div .box .aside {
	width: 100%;
	overflow: hidden;
	padding: 17px 18px 9px 18px;
}

.articles-list .row > div .box .aside .bx-title {
    font-weight: 600;
    font-size: 24px;
    color: #005a9c;
    line-height: 30px;
    font-family: "Crimson Text", serif;
}

.articles-list .row > div .box:hover .figure img,
.articles-list .row > div .box:focus .figure img,
.articles-list .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.articles-list .row > div .box:hover .aside .bx-title,
.articles-list .row > div .box:focus .aside .bx-title,
.articles-list .row > div .box:active .aside .bx-title {
	text-decoration: underline;
}

@media (max-width: 1199px) {
.articles-list {
	padding: 80px 0;
}

.articles-list .row {
	margin: 0 -10px -20px -10px;
}

.articles-list .row > div {
	padding: 0 10px 20px 10px;
}

.articles-list .row > div .box .aside {
	padding: 15px 15px 8px 15px;
}

.articles-list .row > div .box .aside .bx-title {
	font-size: 20px;
	line-height: 30px;
}
}

@media (max-width: 767px) {
.articles-list {
	padding: 60px 0;
}

.articles-list .row > div .box .aside {
	padding: 15px 10px 9px 10px;
}

.articles-list .row > div .box .aside .bx-title {
	font-size: 18px;
	line-height: 26px;
}
}

@media (max-width: 419px) {
.articles-list .row {
	margin: 0 -8px -16px -8px;
}

.articles-list .row > div {
	padding: 0 8px 16px 8px;
}

.articles-list .row > div .box .aside .date {
	font-size: 14px;
	line-height: 20px;
}

.articles-list .row > div .box .aside .bx-title {
	font-size: 16px;
	line-height: 24px;
}
}


/* Articles - List ALT Tablet */
@media (min-width: 768px) and (max-width: 991px) {
.articles-list.alt-tablet .row > div:last-child {
	display: none;
}
}


/* Articles - List ALT Related */
.articles-list.alt-related {
	padding: 0;
}
.articles-list.alt-related .row > div .box .figure img {
	max-height: 250px;
}

@media (min-width: 768px) and (max-width: 991px) {
.articles-list.alt-related .row > div:last-child {
	display: none;
}
}


/* Articles - List Wrap */
.articles-list-wrap {
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0; 
}

.articles-list-wrap .articles-list {
	overflow: inherit;
}

.articles-list-wrap .articles-list {
	position: relative;
	z-index: 1;
}

.articles-list-wrap .articles-list:before {
	content: "";
	width: 20000px;
	height: 100%;
	background: #f4f8fc;
	position: absolute;
	top: 0;
	left: -10000px;
	z-index: -1;
	padding-top: 50px;
	padding-bottom: 40px; 
}

.articles-list-wrap .articles-list:nth-child(even):before {
	display: none;
}

.articles-list-wrap .articles-list.alt-full {
	padding-top: 0;
}

.articles-list-wrap .articles-list.alt-full:before {
	display: none;
}
.articles-list-wrap .filter-bar2+.articles-list{padding-top:0;}


@media (max-width: 1199px) {
.articles-list-wrap {
	padding: 50px 0 30px 0;
}
}

@media (max-width: 767px) {
.articles-list-wrap {
	padding: 40px 0 20px 0;
}
}


/* Articles - List2 */
.articles-list2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.articles-list2:last-child {
	margin-bottom: 0;
}

.articles-list2 .heading-txt {
	text-align: left;
}

.articles-list2 .heading-txt .aside {
	max-width: 1100px;
}

.articles-list2 .row {
	padding: 0 0 60px 0;
	margin: 0 0 -50px 0;
}

.articles-list2 .row:last-child {
	padding-bottom: 0;
}

.articles-list2 .row > div {
	padding: 0 0 50px 0;
	margin: 0;
}

.articles-list2 .row > div .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #fdf4e5;
	border-radius: 8px;
	overflow: hidden;
	padding: 5.35% 6.20%;
}

.articles-list2 .row > div .box .figure {
	width: 32%;
	float: left;
	border-radius: 4px;
	margin: 0;
}

.articles-list2 .row > div .box .figure img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.articles-list2 .row > div .box .aside {
	width: 68%;
	float: left;
	padding: 0 0 0 7%;
}

.articles-list2 .row > div .box > .aside:first-child {padding:0;width: 100%;}

.articles-list2 .row > div .box .txt-max {
	width: 100%;
	margin: 0 auto;
}

.articles-list2 .row > div .box:hover .figure img,
.articles-list2 .row > div .box:focus .figure img,
.articles-list2 .row > div .box:active .figure img,
.articles-list2 .row > div.card:hover .figure img,
.articles-list2 .row > div.card:focus .figure img,
.articles-list2 .row > div.card:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.articles-list2 .row > div .box .aside h3 a,
.articles-list2 .row > div .box .aside .h3 a,
.articles-list2 .row > div .box .aside h4 a,
.articles-list2 .row > div .box .aside .h4 a,
.articles-list2 .row > div.card .aside h3 a,
.articles-list2 .row > div.card .aside .h3 a {
	color: #005a9c;
}

/*.articles-list2 .row > div .box:hover .aside h3,
.articles-list2 .row > div .box:hover .aside .h3,
.articles-list2 .row > div .box:focus .aside h3,
.articles-list2 .row > div .box:focus .aside .h3,
.articles-list2 .row > div .box:active .aside h3,
.articles-list2 .row > div .box:active .aside .h3,*/
.articles-list2 .row > div.card:hover .aside h3,
.articles-list2 .row > div.card:hover .aside .h3,
.articles-list2 .row > div.card:focus .aside h3,
.articles-list2 .row > div.card:focus .aside .h3,
.articles-list2 .row > div.card:active .aside h3,
.articles-list2 .row > div.card:active .aside .h3{
	text-decoration: underline;
}

.articles-list2 p:empty { display: none; } 

.articles-list2 .btn-wrap {
	margin-top: 0;
}

@media (min-width: 992px) {
.articles-list2 .row > div .box .figure {
	min-height: 302px;
	position: relative;
}

.articles-list2 .row > div .box .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.articles-list2 .row > div .box:hover .figure img,
.articles-list2 .row > div .box:focus .figure img,
.articles-list2 .row > div .box:active .figure img,
.articles-list2 .row > div.card:hover .figure img,
.articles-list2 .row > div.card:focus .figure img,
.articles-list2 .row > div.card:active .figure img {
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.articles-list2 .row > div .box .aside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	
	.full-width-resource .articles-list2 .row > div .box .figure img{max-height: 100%;
        width: auto;
        min-width: 10px;}
}

@media (max-width: 1199px) {
.articles-list2 {
	margin-bottom: 100px;
}

.articles-list2 .row {
	padding-bottom: 50px;
	margin-bottom: -40px;
}

.articles-list2 .row > div {
	padding-bottom: 40px;
}

.articles-list2 .row > div .box {
	padding: 40px;
}

.articles-list2 .row > div .box .figure {
	width: 36%;
}

.articles-list2 .row > div .box .aside {
	width: 64%;
	padding: 0 0 0 40px;
}
	.full-width-resource .articles-list2 .row > div .box .figure{ width: 30%;}
	.full-width-resource  .articles-list2 .row > div .box .aside{width: 70%;}
	
}

@media (max-width: 991px) {
.articles-list2 .row > div .box {
	align-items: flex-start;
}

.articles-list2 .row > div .box .figure {
	width: 30%;
}

.articles-list2 .row > div .box .aside {
	width: 70%;
}
}

@media (max-width: 767px) {
.articles-list2 {
	margin-bottom: 70px;
}

.articles-list2 .row {
	padding-bottom: 40px;
	margin-bottom: -30px;
}

.articles-list2 .row > div {
	padding-bottom: 30px;
}

.articles-list2 .row > div .box {
	padding: 25px 25px 40px 25px;
}

.articles-list2 .row > div .box .figure {
	width: 100%;
	margin-bottom: 30px;
}

.articles-list2 .row > div .box .aside {
	width: 100%;
	padding: 0;
}
}


/* Events - List */
.row-cont.events {
	/*background: #edf6fe;*/
}
.events-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.events-list:last-child {
	margin-bottom: 0;
}

.events-list .row {
	padding: 0;
	margin: 0 -10px -20px -10px;
}

.events-list .row > div {
	padding: 0 10px 20px 10px;
	margin: 0;
}

.events-list .no-events {
	text-align: center; 
}

.events-list .row > div .box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	padding: 17px 20px;
    box-shadow: inset #dcf0ff 0 0 0 2px;
}

.events-list .row > div .box .bx-date {
	width: 210px;
	height: 100%;
	min-height: 145px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 600;
	text-align: center;
	background: #dcf0ff;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 -210px 0 0;
}

.events-list .row > div .box .bx-date .bx-inn {
	width: 100%;
	float: left;
	padding: 0 20px;
}

.events-list .row > div .box .bx-date .edate {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.events-list .row > div .box .bx-date .edate:last-child {
	margin-bottom: 0;
}

.events-list .row > div .box .bx-date .etime {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 34px;
	color: #005a9c;
	line-height: 34px;
}

.events-list .row > div .box .aside {
	width: 100%;
	max-width: 1195px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0 20px 20px;
}
.events-list .row > div .box .aside.padding-left {
	padding: 20px 0 20px 255px;
}

.events-list .row > div .box .aside p {
	width: 100%;
	max-width: 100%;
}
.events-list .row > div .box .aside.padding-left p {
	max-width: 620px;
}

.events-list .row > div .box .aside .bx-title {
	width: 100%;
	max-width: 100%;
	font-weight: 600;
	font-size: 24px;
	color: #005a9c;
	line-height: 34px;
	margin-bottom: 10px;
}
.events-list .row > div .box .aside.padding-left .bx-title {
	max-width: 620px;
}

.events-list .row > div .box .aside .bx-title:last-child {
	margin-bottom: 0;
}

.events-list .row > div .box .aside .txt-max {
	width: 100%;
	float: left;
	padding-right: 240px;
}

.events-list .row > div .box .aside .read-more {
	width: 200px;
	float: right;
	margin: 0 0 0 -200px;
}

.events-list .row > div .box:hover,
.events-list .row > div .box:focus,
.events-list .row > div .box:active {
	box-shadow: inset #dcf0ff 0 0 0 2px, 0px 10px 40px 0px #00000014;
}

.events-list .row > div .box:hover .bx-title,
.events-list .row > div .box:focus .bx-title,
.events-list .row > div .box:active .bx-title {
	text-decoration: underline;
}

@media (max-width: 1199px) {
.events-list {
	margin-bottom: 100px;
}

.events-list .row > div .box .bx-date {
	width: 180px;
	min-height: 125px;
	margin: 0 -185px 0 0;
}

.events-list .row > div .box .bx-date .etime {
	font-size: 30px;
	line-height: 30px;
}

.events-list .row > div .box .aside {
	padding: 20px 0 20px 20px;
}
.events-list .row > div .box .aside.padding-left {
	padding: 20px 0 20px 215px;
}

.events-list .row > div .box .aside .bx-title {
	font-size: 22px;
	line-height: 32px;
}
}

@media (max-width: 991px) {
.events-list .row > div .box .aside {
	padding: 20px 23px 20px 0;
}
	
.events-list .row > div .box .aside {
	padding: 20px 23px 20px 215px;
}

.events-list .row > div .box .aside .txt-max {
	padding-right: 0;
}

.events-list .row > div .box .aside .read-more {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
}
}

@media (max-width: 767px) {
.events-list {
	margin-bottom: 70px;
}

.events-list .row > div .box .bx-date {
	width: 160px;
	height: 120px;
	min-height: inherit;
	margin: 0 -160px 0 0;
}

.events-list .row > div .box .bx-date .edate {
	margin-bottom: 10px;
}

.events-list .row > div .box .bx-date .etime {
	font-size: 26px;
	line-height: 26px;
}

.events-list .row > div .box .aside {
	padding: 15px 13px 15px 180px;
}

.events-list .row > div .box .aside .txt-max {
	padding-right: 0;
}

.events-list .row > div .box .aside .read-more {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
}
	.events-list .row{margin-bottom:0;}
	.events-list .row > div{padding-bottom: 40px;}
}

@media (max-width: 575px) {
.events-list .row > div .box .bx-date {
	width: 100%;
	height: auto;
	min-height: inherit;
	padding: 17px 20px 12px 20px;
	margin: 0 0 5px 0;
}

.events-list .row > div .box .bx-date .bx-inn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.events-list .row > div .box .bx-date .bx-inn .edate {
	width: auto;
	margin: 0 20px 0 0;
}

.events-list .row > div .box .bx-date .bx-inn .etime {
	width: auto;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.events-list .row > div .box .aside.padding-left{
	padding: 15px 0;
}
}


/* Testimonials - Content */
.testimonials-cont {
	width: 100%;
	background: #dcf0ff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 130px;
}

.testimonials-cont:last-child {
	margin-bottom: 0;
}

.testimonials-cont .item {
	width: 100%;
	min-height: 475px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 40px 60px 90px 60px;
}

.testimonials-cont .item .aside {
	width: 100%;
	max-width: 1090px;
	float: left;
	position: relative;
	z-index: 1;
	padding: 80px 0 0 115px;
}

.testimonials-cont .item .aside:before {
	content: "";
	width: 160px;
	height: 116px;
	background: url(../img/quote.svg) no-repeat top left;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.testimonials-cont .item .aside p {
	width: 100%;
	max-width: 850px;
	font-family: "Crimson Text", serif;
	font-size: 34px;
	line-height: 44px;
	padding: 0;
	margin: 0 0 42px 0;
}

.testimonials-cont .item .aside p:last-child {
	margin-bottom: 0;
}

.testimonials-cont .item .aside .name {
	position: relative;
	padding: 0 0 0 47px;
}

.testimonials-cont .item .aside .name:before {
	content: "";
	width: 33px;
	height: 1px;
	background: #005a9c;
	position: absolute;
	top: 13px;
	left: 0;
}

.testimonials-cont .owl-stage {
	display: flex;
	flex-wrap: wrap;
}

.testimonials-cont .owl-item .item {
	height: 100%;
}

.testimonials-cont .owl-nav {
	position: absolute;
	bottom: 35px;
	right: 20px;
	margin: 0;
	z-index: 2;
}

@media (max-width: 1199px) {
.testimonials-cont {
	margin-bottom: 90px;
}

.testimonials-cont .item {
	min-height: 375px;
}

.testimonials-cont .item .aside {
	padding: 60px 0 0 90px;
}

.testimonials-cont .item .aside:before {
	width: 130px;
	height: 95px;
}

.testimonials-cont .item .aside p {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 36px;
}

.testimonials-cont .owl-nav {
	bottom: 30px;
	right: 15px;
}
}

@media (max-width: 767px) {
.testimonials-cont {
	margin-bottom: 70px;
}

.testimonials-cont .item {
	min-height: 275px;
	padding: 30px 25px 50px 25px;
}

.testimonials-cont .item .aside {
	padding: 60px 0 0 10px;
}

.testimonials-cont .item .aside:before {
	width: 100px;
	height: 72px;
}

.testimonials-cont .item .aside p {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 30px;
}

.testimonials-cont .owl-nav {
	justify-content: flex-end;
	position: relative;
	bottom: 0;
	right: 0;
	margin: -5px 20px 35px 0;
}
}


/* Scroll - Content */
.scroll-cont {
	width: 100%;
	float: none;
	display: inline-table;
	vertical-align: top;
	margin-bottom: 100px;
}

.scroll-cont:last-child {
	margin-bottom: 0;
}

.scroll-cont h2,
.scroll-cont h3,
.scroll-cont h4,
.scroll-cont h5,
.scroll-cont h6 {
	color: #005a9c;
}

.scroll-cont h2,
.scroll-cont .h2 {
	padding-bottom: 27px;
}

.scroll-cont h2:last-child,
.scroll-cont .h2:last-child {
	padding-bottom: 0;
}

.scroll-cont .cont-box p {
	padding-bottom: 30px;
}

.scroll-cont .cont-box p:last-child {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
.scroll-cont {
	margin-bottom: 80px;
}
}

@media (max-width: 767px) {
.scroll-cont {
	margin-bottom: 60px;
}

.scroll-cont h2,
.scroll-cont .h2 {
	padding-bottom: 25px;
}

.scroll-cont .cont-box p {
	padding-bottom: 25px;
}
}


/* Sticky Column - Wrap */
.sticky-col-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.sticky-col-wrap:last-child {
	margin-bottom: 0;
}

.sticky-col-wrap .left-cl {
	width: 100%;
	float: left;
	padding: 0 395px 0 0;
}

.sticky-col-wrap .left-cl .left-in {
	width: 100%;
	max-width: 850px;
}

.sticky-col-wrap .right-cl {
	width: 355px;
	float: right;
	position: relative;
	z-index: 2;
	margin: 0 0 0 -355px;
}

.sticky-col-wrap .right-cl .right-in {
	width: 100%;
	float: left;
}

.sticky-col-wrap .right-cl .side-title {
	font-weight: 700;
	font-size: 24px;
	color: #005a9c;
	line-height: 34px;
	margin-bottom: 17px;
}

.sticky-col-wrap .right-cl .side-title:last-child {
	margin-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.sticky-col-wrap .right-cl .side-links:last-child {
	margin-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -11px 0;
}

.sticky-col-wrap .right-cl .side-links ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 11px 0;
}

.sticky-col-wrap .right-cl .side-links ul li:before {
	display: none;
}

.sticky-col-wrap .right-cl .side-links ul li a {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #00223b;
	line-height: 26px;
	text-decoration: none;
	background: #dcf0ff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding: 18.5px 25px;
}

.sticky-col-wrap .right-cl .side-links ul li > a:hover,
.sticky-col-wrap .right-cl .side-links ul li > a:active,
.sticky-col-wrap .right-cl .side-links ul li.current > a,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-item > a,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-parent > a,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-ancestor > a {
	color: #ffffff;
	text-decoration: none;
	background: #005a9c;
}

.sticky-col-wrap .right-cl .side-links.alt ul li > a:hover,
.sticky-col-wrap .right-cl .side-links.alt ul li > a:active,
.sticky-col-wrap .right-cl .side-links.alt ul li.current > a,
.sticky-col-wrap .right-cl .side-links.alt ul li.current-menu-item > a,
.sticky-col-wrap .right-cl .side-links.alt ul li.current-menu-parent > a,
.sticky-col-wrap .right-cl .side-links.alt ul li.current-menu-ancestor > a {
	color: #005a9c;
	background: #eeb91d;
}

@media (min-width: 992px) {
.sticky-col-wrap .right-cl .search-box .dropdown-toggle {
	display: none;
}

.sticky-col-wrap .right-cl .search-box .dropdown-menu {
	min-width: 100%;
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: static!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	display: block!important;
	transform: translate3d(0, 0, 0)!important;
	padding: 0;
	margin: 0;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.sticky-col-wrap {
	margin-bottom: 100px;
}

.sticky-col-wrap .left-cl {
	padding: 0 300px 0 0;
}

.sticky-col-wrap .right-cl {
	width: 260px;
	margin: 0 0 0 -260px;
}

.sticky-col-wrap .right-cl .side-title {
	font-size: 22px;
	line-height: 32px;
}

.sticky-col-wrap .right-cl .side-links {
	margin-bottom: 50px;
}

.sticky-col-wrap .right-cl .side-links ul li a {
	font-size: 18px;
	line-height: 24px;
	padding: 16px 25px;
}

.sticky-col-wrap .right-cl .cta-box2 .aside {
	padding: 30px 20px 120px 20px;
}

.sticky-col-wrap .right-cl .cta-box2 .aside:after {
	width: 280px;
	height: 280px;
	bottom: -120px;
	right: -150px;
}

.sticky-col-wrap .right-cl .cta-box2 .aside h4,
.sticky-col-wrap .right-cl .cta-box2 .aside .h4 {
	font-size: 30px;
	line-height: 36px;
}

.sticky-col-wrap .right-cl .cta-box2 .aside .btn {
	font-size: 16px;
	line-height: 22px;
}

.sticky-col-wrap .right-cl .search-box select,
.sticky-col-wrap .right-cl .search-box textarea,
.sticky-col-wrap .right-cl .search-box input[type="text"],
.sticky-col-wrap .right-cl .search-box input[type="password"],
.sticky-col-wrap .right-cl .search-box input[type="datetime"],
.sticky-col-wrap .right-cl .search-box input[type="datetime-local"],
.sticky-col-wrap .right-cl .search-box input[type="date"],
.sticky-col-wrap .right-cl .search-box input[type="month"],
.sticky-col-wrap .right-cl .search-box input[type="time"],
.sticky-col-wrap .right-cl .search-box input[type="week"],
.sticky-col-wrap .right-cl .search-box input[type="number"],
.sticky-col-wrap .right-cl .search-box input[type="email"],
.sticky-col-wrap .right-cl .search-box input[type="url"],
.sticky-col-wrap .right-cl .search-box input[type="search"],
.sticky-col-wrap .right-cl .search-box input[type="tel"],
.sticky-col-wrap .right-cl .search-box input[type="color"],
.sticky-col-wrap .right-cl .search-box .uneditable-input {
	height: 55px;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 70px 10px 30px;
}

.sticky-col-wrap .right-cl .search-box .btn,
.sticky-col-wrap .right-cl .search-box input[type="button"],
.sticky-col-wrap .right-cl .search-box input[type="submit"] {
	width: 70px;
	height: 55px;
}
}

@media (max-width: 991px) {
.sticky-col-wrap {
	margin-bottom: 70px;
}

.sticky-col-wrap .left-cl {
	padding: 0 0 80px 0;
}

.sticky-col-wrap .left-cl:last-child {
	padding-bottom: 0;
}

.sticky-col-wrap .right-cl {
	width: 100%;
	min-height: inherit!important;
	position: relative!important;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap .right-cl .StickySidebar {
	width: 100%!important;
	float: none!important;
	position: relative!important;
	top: 0!important;
	left: 0!important;
	padding: 0!important;
	margin: 0 auto!important;
}

.sticky-col-wrap .right-cl .right-in {
	max-width: 355px;
	padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links {
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.sticky-col-wrap {
	margin-bottom: 70px;
}

.sticky-col-wrap .right-cl .side-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}

.sticky-col-wrap .right-cl .side-links {
	margin-bottom: 40px;
}

.sticky-col-wrap .right-cl .side-links ul li a {
	font-size: 18px;
	line-height: 24px;
	padding: 17px 25px;
}
}


/* Sticky Column Wrap - Right Column Tablet/Mobile Sticky */
@media (max-width: 991px) {
.sticky-col-wrap.sticky-md {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
}

.sticky-col-wrap.sticky-md .right-cl {
	position: absolute!important;
	top: 100px;
	left: 0;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .right-in {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .right-in:after {
	content: "";
	width: 10000px;
	height: 100%;
	background: #dcf0ff;
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -1;
}

.sticky-col-wrap.sticky-md .right-cl .side-links {
	position: relative;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .side-links .side-title {
	width: 100%;
	height: 50px;
	float: left;
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #005a9c;
	line-height: 50px;
	text-decoration: none;
	text-indent: -99999px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 30px;
	margin: 0;
	z-index: 2;
}

.sticky-col-wrap.sticky-md .right-cl .side-links .side-title:before {
	content: "\f1de";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sticky-col-wrap.sticky-md .right-cl .side-links.active .side-title {
	width: 30px;
}

.sticky-col-wrap.sticky-md .right-cl .side-links.active .side-title:before {
	content: "\f00d";
	font-weight: 400;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul {
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul li {
	padding: 0 0 0 30px;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul li:before {
	display: none;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul li a {
	height: 50px;
	display: none;
	font-size: 18px;
	color: #00223b;
	line-height: 55px;
	text-decoration: none;
	background: none;
	border-radius: 0;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul li.current {
	padding-right: 80px;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul li.current a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sticky-col-wrap.sticky-md .right-cl .side-links ul li a:hover,
.sticky-col-wrap.sticky-md .right-cl .side-links ul li.current a {
	color: #005a9c;
	text-decoration: none;
}

.sticky-col-wrap.sticky-md .right-cl .side-links.active ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sticky-col-wrap.sticky-md .right-cl .side-links.active ul li.current {
	padding-right: 0;
}

.sticky-col-wrap.sticky-md .right-cl .side-links.active ul li a {
	height: auto;
	line-height: 22px;
	display: block;
	padding: 5px 0;
}

.sticky-col-wrap.sticky-md .right-cl .side-links.active ul li a:hover,
.sticky-col-wrap.sticky-md .right-cl .side-links.active ul li.current a {
	color: #005a9c;
	white-space: normal;
}

.sticky-col-wrap.sticky-md .right-cl .search-box {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .search-box .side-title {
	width: 100px;
	height: 50px;
	background: url(../img/search-blue.svg) no-repeat right center;
	background-size: 20px auto;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	margin: 0;
}

.sticky-col-wrap.sticky-md .right-cl .search-box.active .side-title {
	background-image: url(../img/close.svg);
	background-size: 18px auto;
}

.sticky-col-wrap.sticky-md .right-cl .search-box .form-wrap {
	width: 100%;
	float: left;
	padding: 5px 0 20px 0;
	display: none;
}

.sticky-col-wrap.sticky-md .right-cl .search-box.active .form-wrap {
	display: block;
}

.sticky-col-wrap.sticky-md .left-cl {
	padding-top: 120px;
}

.sticky-col-wrap.sticky-md.fixed2 .right-cl {
	position: fixed!important;
}

.sticky-col-wrap.sticky-md.fixed2 .right-cl .StickySidebar {
	padding: 0 40px!important;
}
}

@media (max-width: 767px) {
.sticky-col-wrap.sticky-md {
	padding-top: 85px;
	margin-top: -85px;
}

.sticky-col-wrap.sticky-md .right-cl {
	top: 85px!important;
}

.sticky-col-wrap.sticky-md .left-cl {
	padding-top: 100px;
}

.sticky-col-wrap.sticky-md.fixed2 .right-cl .StickySidebar {
	max-width: 590px!important;
	padding: 0 25px!important;
}
}


/* Sticky Column - Wrap2 */
.sticky-col-wrap2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 130px;
}

.sticky-col-wrap2:last-child {
	margin-bottom: 0;
}

.sticky-col-wrap2 .team-box {
	width: 100%;
	background: #ffffff;
	box-shadow: inset #dcf0ff 0 0 0 3px;
	border-radius: 8px;
	overflow: hidden;
	padding: 11px;
	margin-bottom: 60px;
}

.sticky-col-wrap2 .team-box:last-child {
	margin-bottom: 0;
}

.sticky-col-wrap2 .left-cl {
	width: 355px;
	float: left;
	position: relative;
	z-index: 2;
	margin: 0 -355px 0 0;
}

.sticky-col-wrap2 .left-cl .left-in {
	width: 100%;
	float: left;
}

.sticky-col-wrap2 .right-cl {
	width: 100%;
	float: left;
	padding: 0 0 0 395px;
}

.sticky-col-wrap2 .right-cl .right-in {
	width: 100%;
	max-width: 850px;
	float: right;
}

@media (max-width: 1199px) {
.sticky-col-wrap2 {
	margin-bottom: 100px;
}

.sticky-col-wrap2 .left-cl {
	width: 260px;
	margin: 0 -260px 0 0;
}

.sticky-col-wrap2 .right-cl {
	padding: 0 0 0 300px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.sticky-col-wrap2 .left-cl {
	width: 180px;
	margin: 0 -180px 0 0;
}

.sticky-col-wrap2 .left-cl .figure .ribbon {
	font-size: 16px;
	line-height: 24px;
}

.sticky-col-wrap2 .right-cl {
	padding: 0 0 0 220px;
}
}

@media (max-width: 767px) {
.sticky-col-wrap2 {
	margin-bottom: 70px;
}

.sticky-col-wrap2 .left-cl {
	width: 100%;
	min-height: inherit!important;
	position: relative!important;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0 0 40px 0;
}

.sticky-col-wrap2 .left-cl .StickySidebar {
	width: 100%!important;
	float: none!important;
	position: relative!important;
	top: 0!important;
	left: 0!important;
	padding: 0!important;
	margin: 0 auto!important;
}

.sticky-col-wrap2 .right-cl {
	padding: 0;
}
}


/* Left - Max */
.left-max {
	width: 100%;
	max-width: 850px;
}

.left-max2 {
	width: 100%;
	max-width: 1065px;
}


/* Note - Txt */
.note-txt {
	width: 100%;
	max-width: 960px;
	margin-bottom: 100px;
}

.note-txt:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
.note-txt {
	margin-bottom: 80px;
}
}

@media (max-width: 767px) {
.note-txt {
	margin-bottom: 60px;
}
}


/* Row - Content */
.row-cont {
	width: 100%;
	/* overflow: hidden; */
	padding: 110px 0;
}

/*.articles-list-wrap+.row-cont{padding-top:0;}*/

@media (max-width: 1199px) {
.row-cont {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.row-cont {
	padding: 60px 0;
}
}


/* Row - Content2 */
.row-cont2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	/*padding: 65px 0 120px 0;*/
	padding: 100px 0 100px 0;
}

@media (max-width: 1199px) {
.row-cont2 {
	/*padding: 55px 0 100px 0;*/
	padding: 70px 0 70px 0;
}
}

@media (max-width: 767px) {
.row-cont2 {
	/*padding: 45px 0 70px 0;*/
	padding: 50px 0 50px 0;
}
}

/* Row - Content3 */
.row-cont3 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 50px 0 65px 0;
}

@media (max-width: 1199px) {
.row-cont3 {
	padding: 30px 0 45px 0;
}
}

@media (max-width: 767px) {
.row-cont3 {
	padding: 20px 0 35px 0;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 120px 0 140px 0;
}

@media (max-width: 1199px) {
.content-inner {
	padding: 100px 0 110px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0 80px 0;
}
}


/* Content - Inner1 */
.content-inner1 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 140px 0;
}

@media (max-width: 1199px) {
.content-inner1 {
	padding: 40px 0 110px 0;
}
}

@media (max-width: 767px) {
.content-inner1 {
	padding: 40px 0 80px 0;
}
}


/* Content - Inner2 */
.content-inner2 {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 140px 0;
}

@media (max-width: 1199px) {
.content-inner2 {
	padding: 55px 0 110px 0;
}
}

@media (max-width: 767px) {
.content-inner2 {
	padding: 45px 0 80px 0;
}
}


/* Content - Inner3 */
.content-inner3 {
	width: 100%;
	overflow: hidden;
	/* padding: 0 0 140px 0; */
	padding: 0;
}

@media (max-width: 1199px) {
.content-inner3 {
	/* padding: 0 0 110px 0; */
}
}

@media (max-width: 767px) {
.content-inner3 {
	/* padding: 0 0 80px 0; */
}
}


/* Gradients */
.gradient-bg {
	background: linear-gradient(180deg, #ffffff 0%, #edf6fe 100%);
}

.gradient-full .content-main {
	background: linear-gradient(180deg, #ffffff 700px, #ffffff 0%, #edf6fe 100%);
}

.gradient-full .footer-main .cta-box-wrap:before {
	display: none;
}

.gradient-full2 .content-main {
	background: linear-gradient(180deg, #ffffff 0%, #edf6fe 100%);
}

.gradient-full2 .footer-main .cta-box-wrap:before {
	display: none;
}


/* Padding Bottom - ALT 140 */
.alt-pb-100 {
	padding-bottom: 100px!important;
}

.alt-pb-140 {
	padding-bottom: 140px!important;
}

@media (max-width: 1199px) {
.alt-pb-100 {
	padding-bottom: 80px!important;
}

.alt-pb-140 {
	padding-bottom: 110px!important;
}
}

@media (max-width: 767px) {
.alt-pb-100 {
	padding-bottom: 60px!important;
}

.alt-pb-140 {
	padding-bottom: 80px!important;
}
}


/* Margin Bottom - ALT 140 */
.alt-mb-100 {
	margin-bottom: 100px!important;
}

.alt-mb-140 {
	margin-bottom: 140px!important;
}

@media (max-width: 1199px) {
.alt-mb-100 {
	margin-bottom: 80px!important;
}

.alt-mb-140 {
	margin-bottom: 110px!important;
}
}

@media (max-width: 767px) {
.alt-mb-100 {
	margin-bottom: 60px!important;
}

.alt-mb-140 {
	margin-bottom: 80px!important;
}
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0!important;
}

.p-bottom-none {
	padding-bottom: 0!important;
}

.m-top-none {
	margin-top: 0!important;
}

.m-bottom-none {
	margin-bottom: 0!important;
}


/*
 7.) Extra core
----------------------------------------*/

.fancybox-bg {
	background: #00223b;
	backdrop-filter: blur(5px);
}

.fancybox-is-open .fancybox-bg {
	opacity: .7;
}

.fancybox-active .container-main {
	filter: blur(5px);
}

.wow {
	visibility: hidden;
	opacity: 0;
}
html.loading .wow {
    visibility: hidden !important;
    opacity: 0 !important;
}


/* Animation - Delay */
@media (min-width: 992px) {
.delay-1 {
	animation-delay: 0.1s;
}

.delay-2 {
	animation-delay: 0.4s;
}

.delay-3 {
	animation-delay: 0.7s;
}

.delay-4 {
	animation-delay: 1.1s;
}

.delay-5 {
	animation-delay: 1.4s;
}

.delay-6 {
	animation-delay: 1.7s;
}

.delay-7 {
	animation-delay: 2s;
}

.delay-8 {
	animation-delay: 2.3s;
}

.delay-9 {
	animation-delay: 2.6s;
}

.delay-10 {
	animation-delay: 2.9s;
}
}


/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/

.txt-16 {
	font-size: 16px;
	line-height: 26px;
}

.txt-18 {
	font-size: 18px;
	line-height: 28px;
}

.txt-20 {
	font-size: 20px;
	line-height: 30px;
}

.txt-24 {
	font-size: 24px;
	line-height: 34px;
}

.txt-34 {
	font-family: "Crimson Text", serif;
	font-size: 34px;
	color: #005a9c;
	line-height: 44px;
}

p.txt-34 {
	padding-bottom: 35px;
}

p.txt-34:last-child {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
.txt-24 {
	font-size: 22px;
	line-height: 32px;
}

.txt-34 {
	font-size: 30px;
	line-height: 40px;
}
	.hero-inner3 .row > div .figure-group .figure-inn{margin-bottom:0;}
}

@media (max-width: 767px) {
.txt-20 {
	font-size: 18px;
	line-height: 28px;
}

.txt-24 {
	font-size: 20px;
	line-height: 30px;
}

.txt-34 {
	font-size: 26px;
	line-height: 36px;
}

p.txt-34 {
	padding-bottom: 30px;
}
}


/* Font - Weights */
.light {
	font-weight: 300!important;
}

.regular {
	font-weight: 400!important;
}

.medium {
	font-weight: 500!important;
}

.semi-bold {
	font-weight: 600!important;
}

.bold {
	font-weight: 700!important;
}

.extra-bold {
	font-weight: 800!important;
}

.black-bold {
	font-weight: 900!important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

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

.vertical-align {
	align-items: center;
}

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

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


/* Text - Colors */
.white {
	color: #ffffff!important;
}

.black {
	color: #000000!important;
}

.blue {
	color: #005a9c!important;
}

.blue-dark {
	color: #00223b!important;
}

.blue-light {
	color: #dcf0ff!important;
}

.blue-lighter {
	color: #edf6fe!important;
}

.gray-cool {
	color: #f4f8fc!important;
}

.yellow {
	color: #eeb91d!important;
}

.yellow-light {
	color: #fdf4e5!important;
}


/* Background - Colors */
.white-bg {
	background-color: #ffffff!important;
}

.black-bg {
	background-color: #000000!important;
}

.blue-bg {
	background-color: #005a9c!important;
}

.blue-dark-bg {
	background-color: #00223b!important;
}

.blue-light-bg {
	background-color: #dcf0ff!important;
}

.blue-lighter-bg {
	background-color: #edf6fe!important;
}

.gray-cool-bg {
	background-color: #f4f8fc!important;
}

.yellow-bg {
	background-color: #eeb91d!important;
}

.yellow-light-bg {
	background-color: #fdf4e5!important;
}


/* Border - Radius */
.radius-4 {
	border-radius: 4px!important;
}

.radius-6 {
	border-radius: 6px!important;
}

.radius-8 {
	border-radius: 8px!important;
}

.radius-10 {
	border-radius: 10px!important;
}


/* Toolkit Page - Title - (Notes) */
.notes-title {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 40px 0;
}

.notes-title p {
	font-size: 22px;
	line-height: 32px;
	padding: 0 0 15px 0;
}

.notes-title p:last-child {
	padding-bottom: 0;
}


/* ---------------------------- Begin WordPress Core ---------------------------- */

.alignnone {
	margin: 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 10px 0 10px 25px;
}

.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

a img.alignright {
	float: right;
	margin: 10px 0 10px 25px;
}

a img.alignnone {
	margin: 10px 25px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.figure img.alignnone,
.figure img.alignleft,
.figure img.alignright,
.figure img.aligncenter {
	margin: 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 0;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
    font-style: italic;
    font-family: "Crimson Text", serif;
}

@media (min-width: 768px) and (max-width: 991px) {
.alignleft,
.alignright,
a img.alignright,
a img.alignleft {
	max-width: 350px;
}
}

@media (min-width: 601px) and (max-width: 767px) {
.alignleft,
.alignright,
a img.alignright,
a img.alignleft {
	max-width: 250px;
}
}

@media (max-width: 600px) {
.alignleft,
.alignright,
.aligncenter,
.alignnone,
a img.alignright,
a img.alignleft,
a img.alignnone,
a img.aligncenter {
	float: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* ---------------------------- End WordPress Core ---------------------------- */

/* ---------------------------- Print CSS Styling ---------------------------- */
@media print {
    @page {
        size: auto;
        margin-top: 2cm;
        margin-bottom: 2cm;
        margin-left: 2cm;
        margin-right: 2cm;
    }
    header { box-shadow: none; padding: 0; }
	@page:first { 
		 header { display:block !important; } 
	}
	.header-main { position: absolute; box-shadow: none; }
	body {
		background: #ffffff;
		color: #000000;
		font-size: 8pt; 
		line-height: 150%;
		margin: 0px;
	}
	body * {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		transition: none;
        -moz-transition: none;
        -webkit-transition: none;
	}
	.perfmatters-lazy, .wow { 
		animation: none !important; 
		animation-duration: 0s !important; 
		animation-delay: 0s !important; 
		visibility: visible !important; 
	}
	.container { max-width: 100%; }
	.figure { max-width: 50%; }
	hr {
		color: #ccc;
		background-color: #ccc; 
	}
	h1, h2, h3, h4 {
   		page-break-after: avoid;
	}
	ul, img, table, figure, p {
   		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6, code, pre, p, a:link, a:visited, blockquote, .author-wrap {
		color: #000000 !important;
	}
	select { border: 1px solid #000; }
	blockquote {
		background-image: none; 
	}
	a:link, a:visited {
		text-decoration: underline;
	}
	.btn {
	   border: 1px solid #000;
	}
	.collapse {
        display: block !important;
        height: auto !important;
    }
	.skip-btn, .menu-btn, .nav-bar, .do-not-print, 
	.owl-nav, .newsletter-form, .hero-inner .parallax-image {
		display: none;
	}
	.content-inner { padding-top: 25px; }
}
/* ---------------------------- End Print CSS Styling ---------------------------- */

/*.row-cont + .row-cont,
.row-cont:not(.wysiwyg-band) + .row-cont:not(.wysiwyg-band),
.row-cont + .row-cont:not(.wysiwyg-band),
.row-cont:not(.wysiwyg-band) + .row-cont,*/
.row-cont.white-bg + .row-cont.introtxt,
.row-cont3 + .row-cont.white-bg,
.row-cont.white-bg + .row-cont.two-column-alt{
	padding-top: 0;
}

/*.row-cont + .row-cont,*/
.row-cont:not(.wysiwyg-band) + .row-cont:not(.wysiwyg-band) {
	padding-top: 50px;
}

.row-cont:not(.wysiwyg-band).row-cont-boxed-content-cards + .row-cont:not(.wysiwyg-band).row-cont-boxed-content-cards {
	margin-top: -60px; padding-top:0;
}
.row-cont:not(.wysiwyg-band).white-bg + .row-cont:not(.wysiwyg-band).gradient-bg{    padding-top: 0;
    margin-top: -70px;}

@media (max-width: 1199px) {
.row-cont-boxed-content-cards + .row-cont-boxed-content-cards {
	margin-top: -45px;
}
}

@media (max-width: 767px) {
.row-cont-boxed-content-cards + .row-cont-boxed-content-cards {
	margin-top: -35px;
}
}

.wysiwyg-band.pt-0{
	padding-top:0 !important;
}
.wysiwyg-band.pb-0{
	padding-bottom:0 !important;
}
.wysiwyg-band h2, .wysiwyg-band h3 { color: #005a9c;}
.wysiwyg-band p.txt-34, .wysiwyg-band p + p.txt-34, .wysiwyg-band p + p.txt-24 { padding-top: 15px; padding-bottom: 20px; }
.wysiwyg-band.pt-0 h3, .wysiwyg-band.pt-0 p, .wysiwyg-band.pt-0 h4{padding-left: 0 !important;}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + blockquote,
p + p:has(img:first-child)
{
	margin-top:30px;
}

p:has(img){
	margin-bottom:30px;
	border-radius: 8px;
}

p:has(img:first-child) img{
	border-radius: 8px;
}

hr {
	margin: 60px 0;
}

.mce-content-body,
body.wp-autoresize.mce-content-body{
	padding:15px !important;
}

.force-pt{
	padding-top: 110px !important;
}

.force-pb{
	padding-bottom: 110px !important;
}

.gradient-bg + .row-cont:not(.gradient-bg),
.gradient-bg + .row-cont2:not(.gradient-bg){
	padding-top: 110px !important;
}

@media (max-width: 1199px) {
	.force-pt{
		padding-top: 80px !important;
	}

	.force-pb{
		padding-bottom: 80px !important;
	}

	.gradient-bg + .row-cont:not(.gradient-bg),
	.gradient-bg + .row-cont2:not(.gradient-bg){
		padding-top: 80px !important;
	}
}

@media (max-width: 767px) {
	.force-pt{
		padding-top: 60px !important;
	}

	.force-pb{
		padding-bottom: 60px !important;
	}

	.gradient-bg + .row-cont:not(.gradient-bg),
	.gradient-bg + .row-cont2:not(.gradient-bg){
		padding-top: 60px !important;
	}
	.search-prayer-form input { padding: 10px 20px !important; }
}

.clear-prayers-search-btn, .loading-prayers{
	margin-top:10px;
	margin-left:25px;
	font-size:14px;
	display:none;
}
.clear-prayers-search-btn .fal, .loading-prayers .fal{
	margin-right:5px;
}

/*img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: unset !important;
}*/

.sisters-cards .team-list{
	margin-top:0;
	padding-top:0;
}

.blue-background-gradient{
	background: linear-gradient(180deg, #ffffff 700px, #ffffff 0%, #edf6fe 100%);
}

.biography-content .wp-caption{
	padding:0 !important;
	border: none !important;
	margin-bottom: 40px !important;
}
.biography-content .wp-caption img{
	max-width:100% !important;
	margin-bottom: 11px !important;
}
.biography-content .wp-caption-text{
	font-size: 18px !important;
	line-height: 26px !important;
}

.hero-main + .row-cont{
	margin-top: -65px;
}

.search-result-box{
	padding-left: 0 !important;
	margin:0 auto;
}

.img-map .caption {
	padding: 1em; 
	text-align: center;
	font-style: italic;
}

.introtxt h2, .introtxt h3, .introtxt h4 .introtxt h5 {
	color: #005a9c;
}

.su.btn-wrap { margin: 0; }
.su.btn-wrap .btn.aligncenter { margin: 0 auto; }
.page.page-id-2400 .footer-main .cta-box-wrap{display: none;}

/****************
 * Remove animation on Small Devices, Tablets
 * **************/
@media (max-width: 991px) {
	.zoomIn,
	.fadeInUp,
	.fadeInDown,
	.fadeInLeft,
	.fadeInRight {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}
}
@media (max-width: 767px) {
    .wow { 
      visibility: visible !important; 
      animation: none !important;
    }
	.row-cont:not(.wysiwyg-band) + .row-cont:not(.wysiwyg-band){padding-top:0;}
	
}

.content-main #searchform input {
    max-width: 60%;
    margin-right: 10px;
}

.row-cont.wysiwyg-band+.row-cont.testimonial_block, .row-cont.testimonial_block+.row-cont.call-to-action{padding-top:0;}
.mb-5:last-child{margin-bottom: 0 !important;}
.gform_heading .gform_required_legend{margin-bottom: 2.5rem; font-style: italic; font-size: 90%; }
.gform_wrapper.gravity-theme .gfield_label{position: relative;}
.gform_wrapper.gravity-theme .gfield_label .gfield_required{position: absolute; top: 0px; line-height: 1;}
#clear-search{    color: #005a9c;
    font-weight: 500;
    font-size: 15px;
    padding-left: 35px;}
.breadcrumbs + .introtxt, .breadcrumbs + .row-cont:not(.wysiwyg-band){padding-top:0;}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#backToTop:hover { text-decoration: underline; }
@media (max-width: 500px) { #backToTop { display: none !important; } }

