/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Main - Content
 5.) Hero - Main
 6.) Center - Content - Band
 7.) Two - Column - Articles
 8.) CTA - Banner1
 9.) Social - Feeds
 10.) Top - Clicks
 11.) Footer - Main
 
 12.) Inner - Pages - Common Styles
 13.) Two - Column - Articles3 - Slider
 14.) Feature - List
 15.) Team - Info
 16.) Quick - Report
 17.) Feature - List2
 18.) Process - Steps
 19.) Volunteer - Form
 20.) CTA - Testimonials
 21.) Events - Info
 22.) FAQs - List
 23.) Blog - List
 24.) Post Details
 25.) Donate - Info
 26.) CTA - Video - Band
 27.) Videos - List
 28.) CTA - Banner2
 	 
 29.) Fancybox
 30.) Toolkit Page - Title - (Notes)
 31.) Background and Text - Colors
 
===============================================*/

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

@import url("bootstrap.min.css") all;
@import url("animate.css") all;
@import url("mmenu.all.css") all;
@import url("fontawesome-all.min.css") all;
@import url("fa-solid.min.css") all;
@import url("fa-brands.min.css") all;
@import url("fa-light.min.css") all;
@import url("fa-regular.min.css") all;
/*@import url('https://fonts.googleapis.com/css2?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i') all; */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i') all;
/* font-family: 'Lato', sans-serif; */


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

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
}

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

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


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

a {
	font-weight: 700;
	color: #8a12ab;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #1e56a4;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:visited {
	outline: 0;
	text-decoration: none;
}

a[href^="tel:"],
a[href^="fax:"] {
	color: #8a12ab;
	text-decoration: none;
}

a:hover[href^="tel:"],
a:focus[href^="tel:"],
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #1e56a4;
	text-decoration: underline;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #000000;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

h1,
h2.lrg {
	font-weight: 300;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -0.02em;
}

h1 strong,
h2.lrg strong {
	font-weight: 900;
}

h2,
h1.sml {
	font-weight: 300;
	font-size: 44px;
	line-height: 46px;
}

h1.sml {
	letter-spacing: normal;
}

h3 {
	font-size: 36px;
	line-height: 40px;
}

h4 {
	font-size: 26px;
	line-height: 30px;
}

h5 {
	font-size: 24px;
	line-height: 28px;
}

h6 {
	font-size: 20px;
	line-height: 22px;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 700;
}

h1.single-post-title strong {
	font-weight: 400;
}

p {
	padding: 0 0 15px 0;
	margin: 0;
}

p:last-child {
	padding: 0 0 30px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.black-weight {
	font-weight: 900;
}

.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

@media (max-width: 991px) {

	h1,
	h2.lrg {
		font-size: 48px;
		line-height: 52px;
	}

	h2,
	h1.sml {
		font-size: 38px;
		line-height: 42px;
	}

	h3 {
		font-size: 30px;
		line-height: 34px;
	}

	h4 {
		font-size: 24px;
		line-height: 28px;
	}

	h5 {
		font-size: 22px;
		line-height: 26px;
	}

	h6 {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {

	h1,
	h2.lrg {
		font-size: 38px;
		line-height: 40px;
	}

	h2,
	h1.sml {
		font-size: 30px;
		line-height: 34px;
	}

	h3 {
		font-size: 24px;
		line-height: 28px;
	}

	h4 {
		font-size: 22px;
		line-height: 26px;
	}

	h5 {
		font-size: 20px;
		line-height: 24px;
	}

	h6 {
		font-size: 18px;
		line-height: 20px;
	}

	p {
		padding: 0 0 10px 0;
	}

	p:last-child {
		padding: 0 0 25px 0;
	}
}



/*= Blockquote
=======================================================*/

blockquote {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
	color: #ffffff;
	line-height: 32px;
	background: #8a12ab url(../img/blockquote-bg.png) no-repeat left center;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	position: relative;
	overflow: hidden;
	padding: 30px 30% 30px 40px;
	margin: 20px 0 35px 0;
}

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

blockquote:after {
	content: "\f10e";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-style: normal;
	font-size: 150px;
	line-height: 80px;
	position: absolute;
	top: 0;
	right: 23px;
}

@media (max-width: 991px) {
	blockquote {
		font-size: 24px;
		line-height: 30px;
	}

	blockquote:after {
		font-size: 100px;
		line-height: 70px;
		right: 20px;
	}
}

@media (max-width: 767px) {
	blockquote {
		font-size: 20px;
		line-height: 24px;
		padding: 7% 85px 7% 7%;
		margin: 10px 0 20px 0;
	}

	blockquote:after {
		font-size: 65px;
		line-height: 40px;
		right: 15px;
	}
}


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

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-inner ul,
.content-inner ol {
	padding: 0 0 0 40px;
}

li {
	line-height: 24px;
	font-weight: normal;
	position: relative;
	padding: 0 0 8px 15px;
	margin: 0;
}

ul:last-child,
ol:last-child {
	padding-bottom: 30px;
}

li:last-child {
	padding-bottom: 15px;
}

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

ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	float: left;
	background: #8a12ab;
	position: absolute;
	top: 9px;
	left: 0;
}

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

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

@media (max-width: 767px) {

	ul:last-child,
	ol:last-child {
		padding-bottom: 25px;
	}

	li:last-child {
		padding-bottom: 10px;
	}
}


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

ol {
	counter-reset: item;
}

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

ol>li::before {
	content: counter(item);
	font-weight: 700;
	color: #8a12ab;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol>li:nth-child(n+10):before {
	left: -10px;
}

ol>li:nth-child(n+100):before {
	left: -20px;
}


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

textarea,
select,
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;
}

input,
textarea,
select {
	-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 {
	width: 100%;
	float: left;
	font-weight: 900;
	font-size: 18px;
	color: #595959;
	line-height: 24px;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.req {
	color: #ff0000;
}

textarea,
select,
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 {
	width: 100%;
	height: 52px;
	float: left;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	border: 2px solid #acacac;
	border-radius: 3px;
	outline: none;
	position: relative;
	padding: 12px 17px;
	margin: 0;
}

textarea {
	height: 263px;
	padding: 12px 17px;
	outline: none;
	resize: none;
}

select {
	background-image: url(../img/arrow-down-select.png);
	background-size: 28px auto;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	color: #595959;
}

select::-ms-expand {
	display: none;
}

/* select - Colored */
select.colorize option:not([disabled]) {
	color: #595959;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #595959;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #595959;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #595959;
	overflow: visible;
}

::-moz-placeholder {
	color: #595959;
}

::-ms-input-placeholder {
	color: #595959;
}

select::-moz-placeholder,
input::-webkit-input-placeholder {
	color: #595959;
}

select option:first-child {
	color: #595959;
}

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 {
	outline: 0;
	border-color: #8a12ab;
}

@media (max-width: 767px) {
	textarea {
		height: 180px;
	}
}

/* Field With - Icon */
.field-with-icon {
	width: 100%;
	float: left;
	position: relative;
}

.field-with-icon i {
	font-size: 16px;
	color: #dddddd;
	line-height: 16px;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: -8px 0 0 0;
}

.field-with-icon input,
.field-with-icon textarea,
.field-with-icon select {
	padding-right: 55px;
}

.field-with-icon input:focus+i {
	color: #8a12ab;
}

.field-with-icon textarea:focus+i {
	color: #8a12ab;
}

.field-with-icon select:focus+i {
	color: #8a12ab;
}


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

.btn,
button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #8a12ab;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 15px 25px;
	margin: 0;
}

.btn i,
button i {
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	position: relative;
	margin: 0 0 0 5px;
}

.btn strong,
button strong {
	font-weight: 700;
}

.btn strong i,
button strong i {
	font-weight: 900;
	font-size: 14px;
	line-height: 14px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.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 {
	color: #8a12ab;
	text-decoration: none;
	background: #ffffff;
	box-shadow: inset #8a12ab 0 0 0 2px;
	outline: 0;
}

.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-blank,
button.btn-blank,
input.btn-blank[type="button"],
input.btn-blank[type="submit"] {
	font-weight: 900;
	font-size: 15px;
	color: #8a12ab;
	background: #ffffff;
	box-shadow: inset #8a12ab 0 0 0 2px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-blank i,
button.btn-strong i {
	font-weight: 900;
}

.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank:active:focus,
.btn-blank.active,
.btn-blank.active:focus,
button.btn-blank:hover,
button.btn-blank:focus,
button.btn-blank:active,
button.btn-blank:active:focus,
button.btn-blank.active,
button.btn-blank.active:focus,
input.btn-blank[type="button"]:hover,
input.btn-blank[type="button"]:focus,
input.btn-blank[type="button"]:active,
input.btn-blank[type="button"]:active:focus,
input.btn-blank[type="button"].active,
input.btn-blank[type="button"].active:focus,
input.btn-blank[type="submit"]:hover,
input.btn-blank[type="submit"]:focus,
input.btn-blank[type="submit"]:active,
input.btn-blank[type="submit"]:active:focus,
input.btn-blank[type="submit"].active,
input.btn-blank[type="submit"].active:focus {
	color: #ffffff;
	background: #8a12ab;
}

.btn-white,
button.btn-white,
input.btn-white[type="button"],
input.btn-white[type="submit"] {
	color: #000000;
	background: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.active,
.btn-white.active:focus,
button.btn-white:hover,
button.btn-white:focus,
button.btn-white:active,
button.btn-white:active:focus,
button.btn-white.active,
button.btn-white.active:focus,
input.btn-white[type="button"]:hover,
input.btn-white[type="button"]:focus,
input.btn-white[type="button"]:active,
input.btn-white[type="button"]:active:focus,
input.btn-white[type="button"].active,
input.btn-white[type="button"].active:focus,
input.btn-white[type="submit"]:hover,
input.btn-white[type="submit"]:focus,
input.btn-white[type="submit"]:active,
input.btn-white[type="submit"]:active:focus,
input.btn-white[type="submit"].active,
input.btn-white[type="submit"].active:focus {
	color: #ffffff;
	background: #8a12ab;
	box-shadow: none;
}

.btn-out {
	width: 100%;
	float: left;
}

#next-page-btn-out {
	text-align: center;
	padding: 10px;
}

#next-page-btn-out a {
	max-width: 100%;
	width: 250px;
}

#next-page-btn-out .loading-ajax {
	height: 50px;
	padding-top: 4px;
}

.btn-w-arrow:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\00a0\f054";
	font-size: 13px;
	line-height: 13px;
	position: relative;
	margin: 0 0 0 5px;
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate>div {
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-clip-rotate {
	display: block;
	font-size: 0;
	color: #8a12ab;
}

.la-ball-clip-rotate.la-dark {
	color: #333;
}

.la-ball-clip-rotate>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.la-ball-clip-rotate {
	width: 40px;
	height: 40px;
}

.la-ball-clip-rotate>div {
	width: 40px;
	height: 40px;
	background: transparent;
	border-width: 5px;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate .75s linear infinite;
	-moz-animation: ball-clip-rotate .75s linear infinite;
	-o-animation: ball-clip-rotate .75s linear infinite;
	animation: ball-clip-rotate .75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
	width: 16px;
	height: 16px;
}

.la-ball-clip-rotate.la-sm>div {
	width: 16px;
	height: 16px;
	border-width: 1px;
}

.la-ball-clip-rotate.la-2x {
	width: 64px;
	height: 64px;
}

.la-ball-clip-rotate.la-2x>div {
	width: 64px;
	height: 64px;
	border-width: 4px;
}

.la-ball-clip-rotate.la-3x {
	width: 96px;
	height: 96px;
}

.la-ball-clip-rotate.la-3x>div {
	width: 96px;
	height: 96px;
	border-width: 6px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes ball-clip-rotate {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes ball-clip-rotate {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



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

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

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

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.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;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	-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 {
	display: none;
}

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

.owl-carousel .owl-item img {
	height: auto;
	display: inline-block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

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

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

.no-js .owl-carousel {
	display: block;
}

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

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

.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(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: 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;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}


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

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* Previous and Next */
.owl-nav div {
	width: 25px;
	height: 50px;
	float: left;
	color: #8c2bac;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -25px 0 0 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 50px;
	color: #8c2bac;
	line-height: 50px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before {
	color: #8c2bac;
}

.owl-nav .owl-prev {
	left: 30px;
}

.owl-nav .owl-prev:before {
	content: "\f053";
}

.owl-nav .owl-next {
	right: 30px;
}

.owl-nav .owl-next:before {
	content: "\f054";
}

.owl-nav .disabled {
	opacity: .15;
	cursor: default;
}

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

@media (max-width: 991px) {
	.owl-nav div {
		width: 20px;
		height: 40px;
		margin: -20px 0 0 0;
	}

	.owl-nav div:before {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.owl-nav div {
		width: 16px;
		height: 36px;
		margin: -18px 0 0 0;
	}

	.owl-nav div:before {
		font-size: 30px;
		line-height: 36px;
	}

	.owl-nav .owl-prev {
		left: 20px;
	}

	.owl-nav .owl-next {
		right: 20px;
	}
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 40px 0 0 0;
}

.owl-dots .owl-dot {
	width: 16px;
	height: 16px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 2px solid #cccccc;
	border-radius: 360px;
	position: relative;
	text-indent: -99999px;
	cursor: pointer;
	zoom: 1;
	margin: 0 5px;
}

.owl-dots .owl-dot:before {
	content: "";
	width: 6px;
	height: 6px;
	float: left;
	background: #ffffff;
	border-radius: 360px;
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	display: none;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:active {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #8c2bac;
	border-color: #8c2bac;
	outline: 0;
}

.owl-dots .owl-dot.active:before {
	display: block;
}

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


/*= Table
=======================================================*/

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

/* Figure */
figure {
	padding: 0;
	margin: 0;
}

figure span.wow {
	width: 100%;
	float: left;
	padding: 0;
	margin: 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: #9e0f1c 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 {
	width: 180px;
	height: 40px;
	float: left;
	font-size: 12px;
	color: #000000;
	line-height: 42px;
	background: #f0d805;
	border-radius: 0;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
	position: absolute;
	z-index: 100;
	top: -40px;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -90px;
}

.skip-btn:focus,
.skip-btn:active {
	top: 0px;
	color: #000000;
	background: #f0d805;
	box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

@media (min-width: 1600px) {
	.skip-btn {
		left: 0;
		margin: 0;
	}
}

@media (min-width: 1024px) and (max-width: 1099px) {
	.skip-btn {
		width: 200px;
		left: 30px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.skip-btn {
		height: 20px;
		font-size: 10px;
		line-height: 20px;
		display: none;
	}
}


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

.container-main {
	width: 100%;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1300px;
	padding: 0 50px;
}

@media (max-width: 991px) {
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 80px;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 540px;
		padding: 0 20px;
	}
}


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

.header-main {
	width: 100%;
	height: 130px;
	float: left;
	background: rgba(1, 93, 142, .80);
	-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: 1000;
	padding: 40px 0 0 0;
}

.header-main:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: #8a12ab;
	position: absolute;
	top: 0;
	left: 0;
}


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

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

	.header-main .container {
		max-width: 100%;
		padding: 0;
	}
}

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

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


/* Site Brand */
.header-main .brand {
	float: left;
	position: relative;
	z-index: 1000;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 0;
	margin: 6px -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 201px;
	vertical-align: top;
	-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 .brand a:focus {
	outline-color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-main .brand {
		margin: 15px -500px 0 0;
	}

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

@media (max-width: 1024px) {
	.header-main .brand {
		margin: 8px -500px 0 25px;
	}

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

@media (max-width: 767px) {
	.header-main .brand {
		margin: 7px -500px 0 15px;
	}

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


/* Nav - Bar */
.header-main .nav-bar {
	float: right;
	position: relative;
}

@media (min-width: 992px) {

	/* Main - Menu */
	.header-main .main-menu {
		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;
		position: relative;
		margin: 0 23px 0 0;
	}

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

	.header-main .main-menu ul li {
		float: left;
		position: relative;
		padding: 0;
		margin: 0 7px;
	}

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

	.header-main .main-menu ul li>a {
		height: 90px;
		float: left;
		font-weight: 900;
		font-size: 13px;
		color: #ffffff;
		line-height: 90px;
		letter-spacing: 0.02em;
		text-decoration: none;
		text-transform: uppercase;
		-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;
		padding: 0 20px;
		margin: 0 -10px;
	}

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

	.header-main .main-menu ul li:hover>ul,
	.header-main .main-menu ul li>ul.nav-menu-open {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}

	.header-main .main-menu ul li ul {
		width: 195px;
		float: left;
		text-align: left;
		background: rgba(255, 255, 255, .90);
		box-shadow: rgba(0, 0, 0, .20) 0 2px 7px;
		position: absolute;
		top: 90px;
		left: -10px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: top .15s ease-out;
		-moz-transition: top .15s ease-out;
		transition: top .15s ease-out;
		padding: 10px 0;
		margin: 0;
	}

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

	.header-main .main-menu ul li ul li a {
		width: 100%;
		height: auto;
		font-weight: 700;
		font-size: 14px;
		color: #000000;
		line-height: 18px;
		text-transform: none;
		padding: 11px 18px;
		margin: 0;
	}

	.header-main .main-menu ul li ul li>a:after {
		display: none;
	}

	.header-main .main-menu ul li ul li.menu-item-has-children>a:before {
		float: right;
		content: "\f0da";
		font-family: "Font Awesome\ 5 Pro";
		font-weight: 900;
		font-size: 14px;
		background: none;
		border: none;
		position: absolute;
		bottom: auto;
		top: 50%;
		right: 14px;
		margin: -9px 0 0 0;
		display: block;
		opacity: 1;
	}

	.header-main .main-menu ul li ul li:hover>a,
	.header-main .main-menu ul li ul li>a:focus,
	.header-main .main-menu ul li ul li.current-menu-item>a,
	.header-main .main-menu ul li ul li.current-menu-parent>a,
	.header-main .main-menu ul li ul li.current-menu-ancestor>a {
		color: #ffffff;
		background: #8a12ab;
		box-shadow: none;
	}

	.header-main .main-menu ul li ul li ul {
		border: none;
		top: -10px !important;
		left: 195px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-main .main-menu {
		margin: 0 15px 0 0;
	}

	.header-main .main-menu ul li {
		margin: 0 4px;
	}

	.header-main .main-menu ul li>a {
		padding: 0 10px;
		margin: 0 -4px;
	}

	.header-main .main-menu ul li ul {
		left: -4px;
	}

	.header-main .main-menu ul li ul li a {
		padding: 13px 18px;
	}
}

@media (max-width: 1024px) {
	.header-main .main-menu {
		display: none;
	}
}



/* Btn - Header */
.header-main .btn-out-header {
	float: right;
}

.header-main .btn-donate {
	float: left;
}

.header-main .btn-donate a {
	height: 90px;
	float: left;
	font-weight: 900;
	font-size: 13px;
	color: #000000;
	line-height: 90px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
	background: #f0d805;
	padding: 0 18px;
}

.header-main .btn-donate a:hover,
.header-main .btn-donate a:focus,
.header-main .btn-donate a:active,
.header-main .btn-donate a.active {
	color: #ffffff;
	background: #8a12ab;
}

.band-donation .donation-row.without-frequency {
	text-align: center;
}

.band-donation .donation-row.without-frequency .choose-amount {
	float: none;
	margin: auto;
}

.band-donation .donation-row.without-frequency .choose-amount {
	text-align: center;
}

.band-donation .donation-row.without-frequency .choose-frequency {
	display: none;
}

.header-main .mini-cart-info {
	width: 65px;
	height: 90px;
	float: left;
	background: #105479;
}

.header-main .mini-cart-info a {
	width: 35px;
	height: 35px;
	float: left;
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 30px 0 0 10px;
}

.header-main .mini-cart-info a .count {
	font-weight: 400;
	font-size: 13px;
	line-height: 1em;
	position: absolute;
	top: 1px;
	left: 31px;
}

.header-main .mini-cart-info a:hover,
.header-main .mini-cart-info a:focus,
.header-main .mini-cart-info a:active {
	color: #f0d805;
}

@media (max-width: 1024px) {
	.header-main .btn-donate a {
		height: 75px;
		line-height: 75px;
	}

	.header-main .mini-cart-info {
		height: 75px;
	}

	.header-main .mini-cart-info a {
		margin-top: 22px;
	}
}

@media (max-width: 767px) {
	.header-main .btn-donate a {
		width: 70px;
		height: 60px;
		font-size: 12px;
		line-height: 60px;
		text-align: center;
		padding: 0;
	}

	.header-main .mini-cart-info {
		width: 50px;
		height: 60px;
	}

	.header-main .mini-cart-info a {
		width: 50px;
		height: 60px;
		float: left;
		margin: 0;
	}

	.header-main .mini-cart-info a i {
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 15px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.header-main .mini-cart-info a .count {
		width: 100%;
		float: left;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
		position: static;
		top: 0;
		right: 0;
		margin: 14px 0 -2px 0;
	}
}


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

.header-main .top-bar p {
	float: left;
	font-weight: 300;
	color: #ffffff;
	line-height: 39px;
	padding: 0 13px 0 0;
}

.header-main .top-bar p a {
	font-weight: 300;
	color: #ffffff;
}

.header-main .top-bar p a:hover,
.header-main .top-bar p a:focus,
.header-main .top-bar p a:active {
	color: #f0d805;
	outline-color: #f0d805;
}

.header-main .top-bar .social-links {
	float: left;
	padding: 0 0 0 10px;
	padding: 0;
}

.header-main .top-bar .social-links ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .top-bar .social-links ul li {
	float: left;
	font-size: 14px;
	line-height: 40px;
	padding: 0;
	margin: 0 0 0 13px;
}

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

.header-main .top-bar .social-links ul li a {
	font-weight: inherit;
	color: #ffffff;
	text-decoration: none;
}

.header-main .top-bar .social-links ul li a:hover,
.header-main .top-bar .social-links ul li a:focus,
.header-main .top-bar .social-links ul li a:active {
	color: #f0d805;
	outline-color: #f0d805;
	text-decoration: none;
}

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

.header-main .top-bar .btn-mfp a {
	height: 40px;
	float: left;
	font-weight: 900;
	font-size: 13px;
	color: #8a12ab;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffffff;
	padding: 0 25px;
	margin-left: 3px;
}

.header-main .top-bar .btn-mfp a.animate-on-hover i {
	position: relative;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.header-main .top-bar .btn-mfp a.animate-on-hover:hover i {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.header-main .top-bar .utility_cont {
	float: left;
	margin: 0px 0 0 10px;
}

.header-main .top-bar .utility_cont .gtranslate_wrapper .gt_switcher .gt_selected a {
	padding: 7px 5px;
	background: #FFF;
	color: #8a12ab;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 900;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.header-main .top-bar .utility_cont .gtranslate_wrapper .gt_switcher .gt_option {
	background: #FFF;
}

.header-main .top-bar .utility_cont .gtranslate_wrapper .gt_switcher .gt_option a {
	background: #FFF;
	color: #8a12ab;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 900;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.header-main .top-bar .utility_cont .gtranslate_wrapper .gt_switcher a img {
	margin-right: 5px;
}


@media (max-width: 1100px) {
	.header-main .top-bar .social-links {
		padding-left: 0;
	}

	.header-main .top-bar .btn-mfp a {
		padding: 0 20px;
	}
}

@media (max-width: 1080px) {
	.header-main .top-bar .cnt-left {
		margin-left: -25px;
	}

	.header-main .top-bar .cnt-right {
		margin-right: -25px;
	}
}

@media (max-width: 1000px) {
	.header-main .top-bar .btn-mfp a {
		padding: 0 7px;
	}
}

.header-main .top-bar .btn-mfp a i {
	font-size: 17px;
	margin: 0 0 0 7px;
}

.header-main .top-bar .btn-mfp a:hover,
.header-main .top-bar .btn-mfp a:focus,
.header-main .top-bar .btn-mfp a:active {
	color: #000000;
	background: #f0d805;
}

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

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

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



/* Menu - Btn */
.header-main .menu-btn {
	width: 75px;
	height: 75px;
	float: right;
	background: #8a12ab;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
	margin: 0;
}

.header-main .menu-btn .icon-bar {
	width: 25px;
	height: 3px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-indent: -99999px;
	background: #ffffff;
	border-radius: 1px;
	position: relative;
	transition: all 0.4s ease;
	margin: 36px 0 0 0;
}

.header-main .menu-btn .icon-bar:after {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar:before {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	transition: all 0.4s ease;
}

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

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

	.header-main .menu-btn .icon-bar {
		width: 23px;
		margin: 30px 0 0 0;
	}
}


/* MM - Menu */
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .7;
	-webkit-transition: opacity .04s ease .40s;
	transition: opacity .04s ease .04s
}

html.mm-pagedim #mm-blocker {
	background: #000000;
}

.mm-menu {
	max-width: 360px;
	color: #ffffff;
	background: #8a12ab;
}

@media (min-width: 1025px) {
	#menu {
		width: 100%;
		float: left;
		display: none;
	}
}

@media all and (min-width:450px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate3d(360px, 0, 0);
		transform: translate3d(360px, 0, 0)
	}
}

@media all and (min-width:450px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate3d(-360px, 0, 0);
		transform: translate3d(-360px, 0, 0)
	}
}

.mm-menu.mm-columns-1 {
	max-width: 360px
}

@media all and (min-width:450px) {
	html.mm-opening.mm-columns-1 .mm-slideout {
		-webkit-transform: translate3d(360px, 0, 0);
		transform: translate3d(360px, 0, 0)
	}
}

.mm-close:before {
	width: 20px;
	height: 20px;
	content: "\f00d";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	top: 10px;
	right: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mm-close:after {
	display: none;
}

.mm-prev:hover {
	border: none;
	background: none;
}

.mm-prev:before {
	width: 14px;
	height: 20px;
	content: "\f053";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	top: 10px;
	left: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mm-title {
	height: 33px !important;
	font-family: "Exo", Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	background: none !important;
	line-height: 33px;
}

.mm-navbar {
	height: 40px !important;
	border-bottom: none !important;
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 40px !important;
}

.mm-menu .mm-panel ul.mm-listview {
	width: 100%;
	float: left;
	padding: 0 !important;
	margin: -8px 0 0 0 !important;
}

.mm-menu .mm-panel ul.mm-listview:last-child {
	padding-bottom: 35px !important;
}

.mm-menu .mm-panel ul.mm-listview>li {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	border-bottom: 1px solid rgba(255, 255, 255, .20);
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul.mm-listview>li:before {
	display: none;
}

.mm-listview>li:not(.mm-divider)::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview>li>a {
	width: auto;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: normal;
	padding: 12px 25px 12px 0;
}

.mm-menu .mm-panel ul.mm-listview>li>a:after {
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
}

.mm-menu .mm-panel ul.mm-listview li>.mm-next {
	width: 60px;
	height: 42px;
	float: right;
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	z-index: 2;
	margin: -20px 0 0 0;
	border-left: 1px solid rgba(255, 255, 255, .20);
}

.mm-menu .mm-panel ul.mm-listview li>.mm-next::before {
	width: 30px;
	float: right;
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	text-align: right;
	border: none;
	padding: 0 30px 0;
}

.mm-menu .mm-panel ul.mm-listview li>.mm-next::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview li:hover>a,
.mm-menu .mm-panel ul.mm-listview li>a:focus,
.mm-menu .mm-panel ul.mm-listview li>a:active,
.mm-menu .mm-panel ul.mm-listview li.mm-selected>a,
.mm-menu .mm-panel ul.mm-listview li.current-menu-item>a,
.mm-menu .mm-panel ul.mm-listview li.current-menu-parent>a,
.mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor>a {
	color: #f0d805;
	background: none;
}

.mm-menu .mm-panel ul.mm-listview li.current-menu-item>a.mm-next {
	color: #FFF;
}

.mm-menu .top-bar {
	width: 100%;
	float: left;
}

.mm-menu .top-bar p {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

.mm-menu .top-bar p:last-child {
	padding-bottom: 0;
}

.mm-menu .top-bar p a {
	font-weight: 300;
	color: #ffffff;
}

.mm-menu .top-bar p a:hover,
.mm-menu .top-bar p a:focus,
.mm-menu .top-bar p a:active {
	color: #f0d805;
}

.mm-menu .top-bar .social-links {
	width: 100%;
	float: left;
	padding-bottom: 35px;
}

.mm-menu .top-bar .social-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.mm-menu .top-bar .social-links ul li {
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 0 17px 0 0;
}

.mm-menu .top-bar .social-links ul li:before {
	display: none;
}

.mm-menu .top-bar .social-links ul li a {
	font-weight: inherit;
	color: #ffffff;
	text-decoration: none;
}

.mm-menu .top-bar .social-links ul li a:hover {
	color: #f0d805;
	text-decoration: none;
}

.mm-menu .top-bar .btn-mfp {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.mm-menu .top-bar .btn-mfp a {
	width: 100%;
	height: 40px;
	float: left;
	font-weight: 900;
	font-size: 13px;
	color: #8a12ab;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	padding: 0 15px;
	margin-top: 4px;
}

.mm-menu .top-bar .btn-mfp a:first-child {
	margin-top: 0;
}

.mm-menu .top-bar .btn-mfp a i {
	font-size: 17px;
	margin: 0 0 0 7px;
}

.mm-menu .top-bar .btn-mfp a:hover,
.mm-menu .top-bar .btn-mfp a:focus,
.mm-menu .top-bar .btn-mfp a:active {
	color: #000000;
	background: #f0d805;
}

.mm-menu .top-bar .cnt-left {
	width: 100%;
	float: left;
	padding: 25px 0;
}

.mm-menu .top-bar .cnt-right {
	width: 100%;
	float: left;
}

.logged-in .mm-menu.mm-offcanvas.mm-current {
	top: 32px;
}

.mm-menu .top-bar .utility_cont {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	display: none;
}

.mm-menu .top-bar .utility_cont .gt_switcher {
	width: 100%;
}

.mm-menu .top-bar .utility_cont .gt_switcher .gt_selected a {
	width: 100%;
	background: #FFF;
	color: #8a12ab;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 900;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.mm-menu .top-bar .utility_cont .gtranslate_wrapper .gt_switcher .gt_option {
	background: #FFF;
}

.mm-menu .top-bar .utility_cont .gtranslate_wrapper .gt_switcher .gt_option a {
	background: #FFF;
	color: #8a12ab;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 900;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.mm-menu .top-bar .utility_cont .gtranslate_wrapper .gt_switcher a img {
	margin-right: 5px;
}


@media (min-width: 768px) {
	.mm-panels>.mm-panel {
		padding: 0 30px
	}
}


@media (max-width: 767px) {
	.mm-close:before {
		right: 20px;
	}

	.mm-prev:before {
		left: 20px;
	}
}


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

.main-content {
	width: 100%;
	float: left;
	background: #ffffff;
}


/* Add This - Sticky */
.add-this-sticky {
	width: 48px;
	float: left;
	position: fixed;
	top: 50%;
	left: 0;
	margin: -120px 0 0 0;
	z-index: 100000;
}

.add-this-sticky a {
	width: 48px;
	height: 48px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background: #425697;
}

.add-this-sticky a:hover,
.add-this-sticky a:active,
.add-this-sticky a:focus {
	width: 58px;
}

.add-this-sticky a:nth-child(1) {
	background: #425697;
}

.add-this-sticky a:nth-child(2) {
	background: #0b4e8d;
}

.add-this-sticky a:nth-child(3) {
	background: #4b5a5c;
}

.add-this-sticky a:nth-child(4) {
	background: #565656;
}

.add-this-sticky a:nth-child(5) {
	background: #a91308;
}

@media (max-width: 1279px) {
	.add-this-sticky {
		width: 35px;
		margin: -100px 0 0 0;
	}

	.add-this-sticky a {
		width: 35px;
		height: 35px;
		font-size: 15px;
		line-height: 35px;
	}

	.add-this-sticky a:hover,
	.add-this-sticky a:active,
	.add-this-sticky a:focus {
		width: 45px;
	}
}

@media (max-width: 767px) {
	.add-this-sticky {
		margin: -50px 0 0 0;
	}
}

@media (max-width: 639px) {
	.add-this-sticky {
		display: none;
		margin: 0;
	}
}

@media screen and (min-height:767px) {
	.main-content {
		min-height: 88vh;
	}
}


/* File - Links */
.file-links {
	padding: 0 0 30px 0;
}

.file-links p {
	line-height: 24px;
	padding: 0 0 10px 0;
}

.file-links p:last-child {
	padding: 0;
}

.file-links p a:after {
	content: "";
	height: 24px;
	background: url(../img/icon-pdf.png) no-repeat right;
	background-size: auto 24px;
	padding: 5px 31px 2px 0;
}

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

	.file-links p {
		line-height: 20px;
		padding: 0 0 10px 0;
	}

	.file-links p a:after {
		height: 20px;
		background-size: auto 20px;
		padding: 5px 25px 2px 0;
	}
}


/* Play - Icon */
.icon-play {
	width: 100%;
	float: left;
	position: relative;
}

.icon-play:before {
	width: 84px;
	height: 84px;
	float: left;
	content: "\f04b";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 30px;
	color: #ffffff;
	line-height: 80px;
	text-align: center;
	background: rgba(255, 255, 255, .20);
	border: 2px solid #ffffff;
	border-radius: 360px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding: 0 0 0 8px;
	margin: -42px 0 0 -42px;
}

.icon-play:hover:before,
.icon-play:focus:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: #000000 0 0 50px;
}

@media (max-width: 767px) {
	.icon-play:before {
		width: 64px;
		height: 64px;
		font-size: 24px;
		line-height: 60px;
		padding: 0 0 0 6px;
		margin: -30px 0 0 -30px;
	}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 55px 0;
}

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

.heading-txt h1,
.heading-txt h2 {
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.02em;
	padding: 0 0 18px 0;
}

.heading-txt h1 strong,
.heading-txt h2 strong {
	font-weight: 900;
}

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

.heading-txt p {
	line-height: 26px;
	padding: 0;
}

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

@media (max-width: 991px) {
	.heading-txt {
		padding: 0 0 50px 0;
	}

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

@media (max-width: 767px) {
	.heading-txt {
		padding: 0 0 45px 0;
	}

	.heading-txt h1,
	.heading-txt h2 {
		font-size: 34px;
		line-height: 38px;
	}
}


/* Carousel - Indicators*/
.carousel-inner,
.carousel-item {
	padding: 0;
	margin: 0;
}

.carousel-controls {
	width: 100%;
	float: left;
}

.carousel-controls a {
	width: 25px;
	height: 50px;
	float: left;
	font-weight: 300;
	font-size: 50px;
	color: #8a12ab;
	line-height: 50px;
	text-align: center;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin: -25px 0 0 0;
	opacity: 1;
}

.carousel-controls a:hover,
.carousel-controls a:active,
.carousel-controls a:focus {
	color: #1e56a4;
}

.carousel-controls a:focus {
	box-shadow: rgba(89, 145, 224, .70) 0 0 0 2px;
	border-radius: 1px;
}

.carousel-controls a.carousel-control-left {
	left: 30px;
}

.carousel-controls a.carousel-control-next {
	right: 30px;
}

@media (max-width: 991px) {
	.carousel-controls a {
		width: 20px;
		height: 40px;
		font-size: 40px;
		line-height: 40px;
		margin: -20px 0 0 0;
	}
}

@media (max-width: 767px) {
	.carousel-controls a {
		width: 16px;
		height: 36px;
		font-size: 30px;
		line-height: 36px;
		margin: -18px 0 0 0;
	}

	.carousel-controls a.carousel-control-prev {
		left: 20px;
	}

	.carousel-controls a.carousel-control-next {
		right: 20px;
	}
}


/* Carousel - Indicators*/
.carousel-indicators {
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	width: auto;
	display: inline-block;
	float: none;
}

.carousel-indicators a {
	width: 15px;
	height: 15px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 2px solid #dddddd;
	border-radius: 360px;
	text-indent: -9999px;
	padding: 0;
	margin: 20px 5px 0;
	cursor: pointer;
}

.carousel-indicators a:before,
.carousel-indicators a:after {
	display: none;
}


.carousel-indicators a:hover,
.carousel-indicators a.active {
	background: none;
	border-width: 5px;
	border-color: #8c2bac;
}


/*
 5.) Hero - Main
----------------------------------------*/

.hero-main {
	width: 100%;
	min-height: 90px;
	float: left;
	background: #1e56a4;
	position: relative;
	overflow: hidden;
	margin: 40px 0 0 0;
}

.hero-main figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.hero-main figure.hero-overlay {}

.hero-main figure.hero-overlay:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/hero-overlay2.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.hero-main figure img {
	width: 100%;
	min-width: 1200px;
	margin: 0 -600px;
}

.hero-main .hero-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 90px 0 0 0;
}

.hero-main .hero-cont:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #1e56a4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
}

.hero-main .hero-cont h1,
.hero-main .hero-cont h2,
.hero-main .hero-cont .main-heading {
	font-weight: 300;
	font-size: 120px;
	color: #ffffff;
	line-height: 105px;
	letter-spacing: -0.026em;
	padding: 0 0 12px 0;
}

.hero-main .hero-cont h1.med,
.hero-main .hero-cont h2.med,
.hero-main .hero-cont .main-heading.med {
	font-size: 115px;
}

.hero-main .hero-cont h1.sml,
.hero-main .hero-cont h2.sml,
.hero-main .hero-cont .main-heading.sml {
	font-size: 110px;
}

.hero-main .hero-cont h1 strong,
.hero-main .hero-cont h2 strong,
.hero-main .hero-cont .main-heading strong,
.hero-main .hero-cont h1 .bold-txt,
.hero-main .hero-cont h2 .bold-txt,
.hero-main .hero-cont .main-heading .bold-txt {
	font-weight: 900;
	font-size: 98px;
	letter-spacing: -0.015em;
}

.hero-main .hero-cont p {
	font-weight: 300;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: -0.01em;
	padding-right: 30px;
	padding-bottom: 12px;
}

.hero-main .hero-cont p:last-child {
	padding-bottom: 0;
}

.hero-main .hero-cont .btn-out {
	padding: 11px 0 0 0;
}

.hero-main .hero-cont .sub-title {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 60px;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: -0.02em;
	padding: 0 0 7px 0;
}

.hero-main .hero-cont aside {
	width: 100%;
	max-width: 540px;
	float: left;
	background: rgba(16, 84, 121, 0.9);
	border-radius: 5px;
	position: relative;
	padding: 29px 20px 37px 30px;
}

.hero-main .hero-cont aside.aside2 {
	max-width: 700px;
}

.hero-main .hero-cont aside.aside3 {
	max-width: 665px;
}

.hero-main .carousel-inner .carousel-item.active {
	display: inline-block;
	vertical-align: top;
}

.hero-main .carousel-controls a {
	color: #ffffff;
}

.hero-main .carousel-controls a:hover,
.hero-main .carousel-controls a:active,
.hero-main .carousel-controls a:focus {
	color: #8a12ab;
}

.hero-main .carousel-controls a.carousel-control-prev {
	left: 30px;
}

.hero-main .carousel-controls a.carousel-control-next {
	right: 30px;
}

.hero-main .carousel-indicators_holder {
	position: absolute;
	bottom: 27px;
	left: 0;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.hero-main .carousel-indicators a {
	border-color: #ffffff;
}

.hero-main .carousel-indicators a.active {
	border-color: #ffffff;
}

.hero-main.dark .hero-cont aside {
	background: none;
	border-radius: 0;
}

@media (max-width: 1279px) {
	.hero-main .carousel-controls a.carousel-control-prev {
		left: 10px;
	}

	.hero-main .carousel-controls a.carousel-control-next {
		right: 10px;
	}
}

@media (max-width:1024px) {

	.hero-main .hero-cont h1.sml,
	.hero-main .hero-cont h2.sml,
	.hero-main .hero-cont .main-heading.sml {
		font-size: 70px;
	}

	.hero-main .hero-cont h1,
	.hero-main .hero-cont h2,
	.hero-main .hero-cont .main-heading {
		line-height: 70px;
	}

	.hero-main .hero-cont h1 strong,
	.hero-main .hero-cont h2 strong,
	.hero-main .hero-cont .main-heading strong,
	.hero-main .hero-cont h1 .bold-txt,
	.hero-main .hero-cont h2 .bold-txt,
	.hero-main .hero-cont .main-heading .bold-txt {
		font-size: 65px;
	}

	.hero-main {
		min-height: 75px;
		margin: 5px 0 0 0;
	}

	.hero-main .hero-cont {
		padding-top: 75px;
	}

	.hero-main .hero-cont h1,
	.hero-main .hero-cont h2,
	.hero-main .hero-cont .main-heading {
		font-size: 90px;
		line-height: 78px;
	}

	.hero-main .hero-cont h1.med,
	.hero-main .hero-cont h2.med,
	.hero-main .hero-cont .main-heading.med {
		font-size: 80px;
	}

	.hero-main .hero-cont h1.sml,
	.hero-main .hero-cont h2.sml,
	.hero-main .hero-cont .main-heading.sml {
		font-size: 85px;
	}

	.hero-main .hero-cont h1 strong,
	.hero-main .hero-cont h2 strong,
	.hero-main .hero-cont .main-heading strong,
	.hero-main .hero-cont h1 .bold-txt,
	.hero-main .hero-cont h2 .bold-txt,
	.hero-main .hero-cont .main-heading .bold-txt {
		font-size: 70px;
	}

	.hero-main .hero-cont p {
		font-size: 20px;
		line-height: 26px;
		padding-right: 30px;
	}

	.hero-main .hero-cont .sub-title {
		font-size: 48px;
		line-height: 48px;
	}

	.hero-main .hero-cont aside {
		max-width: 460px;
		padding: 31px 30px 38px 30px;
	}

	.hero-main .hero-cont aside.aside2 {
		max-width: 580px;
	}

	.hero-main .hero-cont aside.aside3 {
		max-width: 540px;
	}

	.hero-main .carousel-controls a.carousel-control-prev {
		left: 13px;
	}

	.hero-main .carousel-controls a.carousel-control-next {
		right: 13px;
	}
}

@media (max-width: 767px) {
	.hero-main {
		min-height: 65px;
		text-align: center;
	}

	.hero-main figure img {
		min-width: 1000px;
		margin: 0 -500px;
	}

	.hero-main .hero-cont {
		padding-top: 60px;
	}

	.hero-main .hero-cont h1,
	.hero-main .hero-cont h2,
	.hero-main .hero-cont .main-heading {
		font-size: 60px;
		line-height: 50px;
		padding: 0 0 12px 0;
	}

	.hero-main .hero-cont h1.med,
	.hero-main .hero-cont h2.med,
	.hero-main .hero-cont .main-heading.med {
		font-size: 55px;
	}

	.hero-main .hero-cont h1.sml,
	.hero-main .hero-cont h2.sml,
	.hero-main .hero-cont .main-heading.sml {
		font-size: 50px;
	}

	.hero-main .hero-cont h1 strong,
	.hero-main .hero-cont h2 strong,
	.hero-main .hero-cont .main-heading strong,
	.hero-main .hero-cont h1 .bold-txt,
	.hero-main .hero-cont h2 .bold-txt,
	.hero-main .hero-cont .main-heading .bold-txt {
		font-size: 42px;
	}

	.hero-main .hero-cont p {
		font-size: 18px;
		line-height: 24px;
		padding-right: 0;
		padding-bottom: 10px;
	}

	.hero-main .hero-cont .btn-out {
		padding: 11px 0 0 0;
	}

	.hero-main .hero-cont .sub-title {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: normal;
		padding: 0 0 5px 0;
	}

	.hero-main .hero-cont aside {
		padding: 23px 20px 30px 20px;
		margin-left: 0;
	}

	.hero-main .hero-cont aside.aside2 {
		max-width: 460px;
	}

	.hero-main .hero-cont aside.aside3 {
		max-width: 460px;
	}

	.hero-main .carousel-controls {
		display: none;
	}

	.hero-main .carousel-indicators_holder {
		bottom: 20px;
	}
}


/*
 6.) Center - Content - Band
----------------------------------------*/

.center-cont-band {
	width: 100%;
	float: left;
	text-align: center;
}

.center-cont-band .aside-out {
	width: 100%;
	min-height: 300px;
	float: left;
	background: #ffffff url(../img/heading1-bg.png) no-repeat center center;
	background-size: 947px auto;
	position: relative;
	padding: 88px 0 92px 0;
}

.center-cont-band.hide-background .aside-out {
	background-image: none;
}

.center-cont-band .aside-out:before {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: rgba(153, 153, 153, 0.20);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.center-cont-band h2 {
	color: #8a12ab;
	padding: 0 0 10px 0;
}

.center-cont-band h2:last-child {
	padding-bottom: 0;
}

.center-cont-band h2.black {
	color: #000000;
}

.center-cont-band p {
	font-weight: 300;
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	padding: 0 0 10px 0;
}

.center-cont-band p:last-child {
	padding-bottom: 0;
}

.center-cont-band aside {
	width: 100%;
	max-width: 900px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.two-col-articles+.center-cont-band .aside-out {
	padding-top: 0;
	margin-top: -12px;
}

@media (max-width: 991px) {
	.center-cont-band .aside-out {
		min-height: 240px;
		background-size: 700px auto;
		padding: 70px 0 76px 0;
	}

	.center-cont-band p {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.center-cont-band p {
		font-size: 18px;
		line-height: 26px;
	}

	.center-cont-band .aside-out {
		min-height: 140px;
		background-size: 300px auto;
		padding: 43px 0 44px 0;
	}

	.center-cont-band .aside-out:before {
		display: none;
	}
}


/* Center - Content - Band2 */
.center-cont-band.band2 .aside-out {
	padding: 65px 0 70px 0;
}

.center-cont-band.band2 aside {
	max-width: 740px;
}

@media (max-width: 991px) {
	.center-cont-band.band2 .aside-out {
		padding: 55px 0 60px 0;
	}
}

@media (max-width: 767px) {
	.center-cont-band.band2 {
		border-bottom: 1px solid rgba(153, 153, 153, 0.20);
		padding: 45px 0;
	}

	.center-cont-band.band2 .aside-out {
		padding: 0;
	}
}


/* Center - Content - Band3 */
.center-cont-band.band3 .aside-out {
	padding: 120px 0;
}

.center-cont-band.band3 .aside-out:before {
	display: none;
}

@media (max-width: 991px) {
	.center-cont-band.band3 .aside-out {
		padding: 75px 0;
	}
}

@media (max-width: 767px) {
	.center-cont-band.band3 .aside-out {
		padding: 50px 0;
	}
}

/* Fixing flexible content CTA band use below single blog posts (events mainly) */
body.single-post .center-cont-band.band3 .aside-out {
	margin-top: -76px;
}

@media (max-width: 991px) {
	body.single-post .center-cont-band.band3 .aside-out {
		background-size: 100% auto;
		margin-top: -45px;
	}
}

@media (max-width: 767px) {
	body.single-post .center-cont-band.band3 .aside-out {
		background-size: 100% auto;
	}
}


/*
 7.) Two - Column - Articles
----------------------------------------*/

.two-col-articles {
	width: 100%;
	float: left;
}

.two-col-articles .container {
	max-width: 1240px;
}

.two-col-articles .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 80px 0 100px 0;
}

.two-col-articles .article:before {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: rgba(153, 153, 153, 0.20);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.two-col-articles .article h2,
.two-col-articles .article h3 {
	font-weight: 300;
	font-style: italic;
	font-size: 44px;
	line-height: 48px;
	padding: 0 0 16px 0;
}

.two-col-articles .article h2 strong,
.two-col-articles .article h3 strong {
	font-weight: 400;
}

.two-col-articles .article h2:last-child,
.two-col-articles .article h3:last-child {
	padding-bottom: 0;
}

.two-col-articles .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles .article .sub-title {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0 0 4px 0;
	font-style: inherit;
}

.two-col-articles .article .btn-out {
	padding: 12px 0 0 0;
}

.two-col-articles .article figure {
	width: 48.67%;
	float: right;
	text-align: center;
	border: 1px solid #dcdcdc;
	box-shadow: rgba(0, 0, 0, 0.15) -3px 3px 10px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.two-col-articles .article figure img {
	width: 100%;
	border-radius: 8px;
}

.two-col-articles .article aside {
	width: 51.33%;
	float: left;
	padding: 26px 6.5% 0 6.5%;
}

.two-col-articles .article .mobile-fig-top {
	width: 100%;
	float: left;
	display: none;
}

.two-col-articles .article.image-on-left figure {
	float: left;
}

.two-col-articles .article.image-on-left aside {
	float: right;
}

.two-col-articles .article:last-child:before {
	display: none;
}

.two-col-articles .article .btn-accord {
	width: 100%;
	max-width: 186px;
	padding-right: 20px;
	padding-left: 20px;
}

.two-col-articles .article .btn-accord span.txt1 {
	display: none;
}

.two-col-articles .article .btn-accord span.txt2 {
	display: block;
}

.two-col-articles .article .btn-accord i {
	font-size: 14px;
	margin: 0 0 0 4px;
}

.two-col-articles .article .btn-accord.collapsed span.txt1 {
	display: block;
}

.two-col-articles .article .btn-accord.collapsed span.txt2 {
	display: none;
}

.two-col-articles .article .card {
	width: 100%;
	float: left;
	background: none;
	border: none;
	padding: 0 0 0 0;
	margin: 0;
}

.two-col-articles .article .card-body {
	width: 100%;
	float: left;
	display: block;
	border: none;
	padding: 0 0 25px 0;
	margin: 0;
}

.two-col-articles .article .card-body p:last-child {
	padding-bottom: 0;
}

.two-col-articles .article .author-info {
	width: 100%;
	float: left;
}

.two-col-articles .article .author-info .photo {
	width: 70px;
	height: 70px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	text-align: center;
	overflow: hidden;
	margin: 0 0 0 5px;
}

.two-col-articles .article .author-info .photo img {
	width: 70px;
	height: 70px;
	background: #cccccc;
	border-radius: 360px;
}

.two-col-articles .article .author-info .author-txt {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 5px 0 0;
	margin: 15px 0;
}

.two-col-articles .article .author-info .author-txt strong {
	font-weight: 900;
}

.two-col-articles .article-out {
	width: 100%;
	float: left;
}

.two-col-articles.articles2 .article figure {
	border: none;
	border-radius: 0;
}

.two-col-articles.articles2 .article figure img {
	border-radius: 0;
}

@media (max-width: 1199px) {
	.two-col-articles .article aside {
		padding-top: 0;
		padding-left: 0;
	}

	.two-col-articles .article.image-on-left aside {
		padding-right: 0;
		padding-left: 6.5%;
	}
}

@media (max-width: 991px) {
	.two-col-articles .article {
		padding: 60px 0 80px 0;
	}

	.two-col-articles .article h2,
	.two-col-articles .article h3 {
		font-size: 38px;
		line-height: 42px;
	}

	.two-col-articles .article aside {
		width: 100%;
		float: left;
		padding: 35px 0 0 0;
	}

	.two-col-articles .article figure {
		width: 100%;
		float: left;
	}

	.two-col-articles .article .mobile-fig-top {
		width: 100%;
		float: left;
		display: block;
	}

	.two-col-articles .article .mobile-fig-top .video-fig {
		display: block;
	}

	.two-col-articles .article.image-on-left aside {
		float: left;
		padding: 35px 0 0 0;
	}
}

@media (max-width: 767px) {
	.two-col-articles .container {
		max-width: 500px;
		padding: 0;
	}

	.two-col-articles .article {
		padding: 0;
	}

	.two-col-articles .article:before {
		display: none;
	}

	.two-col-articles .article h2,
	.two-col-articles .article h3 {
		font-size: 30px;
		line-height: 34px;
	}

	.two-col-articles .article .sub-title {
		font-size: 14px;
	}

	.two-col-articles .article figure {
		width: 100%;
		border: none;
		border-radius: 0;
	}

	.two-col-articles .article figure img {
		width: 100%;
		border-radius: 0;
	}

	.two-col-articles .article aside {
		width: 100%;
		padding: 46px 20px 50px 20px;
	}

	.two-col-articles .article.image-on-left aside {
		padding: 46px 20px 50px 20px;
	}

	.two-col-articles .article:last-child:before {
		display: none;
	}
}


/*
 8.) CTA - Banner1
----------------------------------------*/

.cta-banner1 {
	width: 100%;
	float: left;
	min-height: 465px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #ecebeb url(../img/cta-banner1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.cta-banner2.cta-white-overlay:before,
.cta-banner1.cta-white-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.cta-banner1 figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.cta-banner1 aside {
	width: 100%;
	max-width: 510px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.cta-banner1 aside h2 {
	font-style: italic;
	padding: 0 0 15px 0;
}

.cta-banner1 aside h2 strong {
	font-weight: 400;
}

.cta-banner1 aside h2:last-child {
	padding-bottom: 0;
}

.cta-banner1 aside p {
	font-size: 18px;
	line-height: 28px;
}

.cta-banner1 aside p:last-child {
	padding-bottom: 0;
}

.cta-banner1 aside p a {
	font-weight: 900;
}

.cta-banner1 aside .btn-out {
	padding: 27px 0 0 0;
}

@media (max-width: 767px) {
	.cta-banner1 {
		min-height: 400px;
		padding: 60px 0;
	}

	.cta-banner1 aside {
		max-width: 100%;
	}

	.cta-banner1 aside p {
		font-size: 16px;
		line-height: 24px;
	}

	.cta-banner1 aside .btn-out {
		padding: 20px 0 0 0;
	}
}


/*
 9.) Social - Feeds
----------------------------------------*/

/* Custom - Scrollbar */
.scrollable {
	position: relative;
}

.scrollable:focus {
	outline: 0;
}

.scrollable .viewport {
	position: relative;
	overflow: hidden;
}

.scrollable .viewport .overview {
	position: absolute;
}

.scrollable .scroll-bar {
	width: 17px;
	display: none;
	background: #ffffff;
	box-shadow: inset #eeeeee 0 0 0 2px;
	border-radius: 30px;
	position: relative;
	z-index: 100;
}

.scrollable .scroll-bar .thumb {
	width: 11px;
	position: absolute;
	left: 3px;
	background: #dddddd;
	border-radius: 30px;
	cursor: default;
}

.scrollable .scroll-bar.vertical {
	position: absolute;
	right: 0;
	width: 17px;
	height: 100%;
}

.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 991px) {
	.scrollable .scroll-bar {
		width: 10px;
	}

	.scrollable .scroll-bar .thumb {
		width: 6px;
		left: 2px;
	}

	.scrollable .scroll-bar.vertical {
		width: 10px;
	}
}


/* Social - Feeds */
.social-feeds {
	width: 100%;
	float: left;
	background: url(../img/heading2-bg.png) no-repeat center center;
	background-size: 1214px auto;
	overflow: hidden;
}

.social-feeds h2 {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #8a12ab;
	text-align: center;
	padding: 0 0 35px 0;
}

.social-feeds h2 a {
	font-weight: 300;
	color: #8a12ab;
}

.social-feeds h2 a:hover,
.social-feeds h2 a:focus {
	color: #1e56a4;
}

.social-feeds .scroll-box {
	width: 100%;
	height: 350px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}

.social-feeds .box-out {
	width: 100%;
	float: left;
	position: relative;
	padding: 70px 10%;
}

.social-feeds .box-out:before {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: rgba(153, 153, 153, 0.20);
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.social-feeds .box {
	width: 50%;
	float: left;
	padding: 0;
}

.social-feeds .box .article {
	width: 100%;
	min-height: 85px;
	float: left;
	position: relative;
	padding: 6px 0 11px 80px;
	margin: 0 0 30px 0;
}

.social-feeds .box .article:before {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	background: #e3e3e3;
	position: absolute;
	top: 0;
	left: 65px;
}

.social-feeds .box .article .feed-title {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
}

.social-feeds .box .article .feed-title a {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.social-feeds .box .article .feed-title a:hover,
.social-feeds .box .article .feed-title a:focus {
	color: #1e56a4;
}

.social-feeds .box .article .feed-title .tag,
.social-feeds .box .article .feed-title .url {
	color: #8a12ab;
}

.social-feeds .box .article .feed-title a.tag:hover,
.social-feeds .box .article .feed-title a.url:hover,
.social-feeds .box .article .feed-title a.tag:focus,
.social-feeds .box .article .feed-title a.url:focus {
	color: #1e56a4;
}

.social-feeds .box .article .sml-title {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 12px;
	color: #595959;
	line-height: 16px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}

.social-feeds .box .article .sml-title a {
	font-weight: 500;
	color: #595959;
}

.social-feeds .box .article .date {
	width: 40px;
	float: left;
	font-weight: 400;
	font-size: 36px;
	color: #8a12ab;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 18px;
	left: 0;
}

.social-feeds .box .article .date span {
	font-weight: 700;
	font-size: 12px;
	color: #595959;
	line-height: 16px;
	letter-spacing: 0.090em;
}

.social-feeds .scroll-box .article {
	padding-right: 35px;
}

.social-feeds .box.news {
	width: 45%;
	max-width: 400px;
}

.social-feeds .box.facebook-feed {
	width: 45%;
	max-width: 400px;
	float: right;
}

@media (max-width: 991px) {
	.social-feeds {
		background-size: 800px auto;
	}

	.social-feeds .container {
		padding: 0 30px;
	}

	.social-feeds h2 {
		padding: 0 0 30px 0;
	}

	.social-feeds .scroll-box {
		height: 300px;
	}

	.social-feeds .box-out {
		padding: 60px 0 70px 0;
	}

	.social-feeds .box .article {
		min-height: 68px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0 0 25px 0;
	}

	.social-feeds .box .article .feed-title {
		font-size: 16px;
		line-height: 20px;
	}

	.social-feeds .box .article .sml-title {
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 0.14em;
	}

	.social-feeds .box .article .date {
		width: 30px;
		font-size: 28px;
		line-height: 20px;
		top: 17px;
	}

	.social-feeds .box .article .date span {
		font-size: 11px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.social-feeds {
		background-size: 100% auto;
	}

	.social-feeds h2 {
		padding: 0 0 25px 0;
	}

	.social-feeds .container {
		padding: 0 20px;
	}

	.social-feeds .scroll-box {
		height: 330px;
	}

	.social-feeds .box-out {
		padding: 30px 0 40px 0;
	}

	.social-feeds .box {
		width: 100%;
		padding: 20px 0;
	}

	.social-feeds .box .article {
		min-height: 67px;
		padding: 0 0 0 60px;
	}

	.social-feeds .box .article:last-child {
		margin-bottom: 0;
	}

	.social-feeds .box .article:before {
		left: 47px;
	}

	.social-feeds .scroll-box .article {
		padding-right: 40px;
	}

	.social-feeds .box.news {
		max-width: 100%;
		width: 100%;
	}

	.social-feeds .box.facebook-feed {
		max-width: 100%;
		width: 100%;
		float: left;
	}
}


/*
 10.) Top - Clicks
----------------------------------------*/

.top-clicks {
	width: 100%;
	float: left;
	position: relative;
}

.top-clicks .article {
	width: 33.33%;
	float: left;
	background: #1e56a4;
	position: relative;
	overflow: hidden;
}

.top-clicks .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.top-clicks .article figure img {
	width: 100%;
	min-width: 460px;
	margin: 0 -230px;
}

.top-clicks .article aside {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 50px 30px 100px 30px;
}

.top-clicks .article aside:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #1e56a4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: .0005;
}

.top-clicks .article aside h3,
.top-clicks .article aside span {
	width: 100%;
	max-width: 280px;
	float: left;
	font-weight: 700;
	font-size: 34px;
	color: #ffffff;
	line-height: 36px;
	letter-spacing: -0.01em;
	padding: 0;
	display: block;
}

.top-clicks .article aside .btn {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	text-transform: none;
	padding: 12px 15px;
}

.top-clicks .article aside .btn-out {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 52px;
	left: 0;
	padding: 0 30px;
}

@media (max-width: 1199px) {

	.top-clicks .article aside h3,
	.top-clicks .article aside span {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.top-clicks .article aside {
		padding: 40px 20px 120px 20px;
	}

	.top-clicks .article aside h3,
	.top-clicks .article aside span {
		max-width: 100%;
		font-size: 28px;
		line-height: 32px;
		padding: 0;
	}

	.top-clicks .article aside .btn {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px;
	}

	.top-clicks .article aside .btn-out {
		bottom: 20px;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.top-clicks {
		text-align: center;
	}

	.top-clicks .article {
		width: 100%;
		max-width: 500px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.top-clicks .article aside {
		padding: 70px 20px 20px 20px;
	}

	.top-clicks .article aside h3,
	.top-clicks .article aside span {
		max-width: 320px;
		font-size: 24px;
		line-height: 30px;
		padding: 0 0 23px 0;
		margin: 0 auto;
	}

	.top-clicks .article aside .btn-out {
		position: relative;
		bottom: 10px;
		padding: 0;
	}
}


/*
 11.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	background: #ffffff;
	border-bottom: 4px solid #015d8e;
	overflow: hidden;
	padding-top: 70px;
}

@keyframes pulsate {
	0% {
		transform: scale(0.1, 0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2, 1.2);
		opacity: 0;
	}
}

@keyframes bounce {
	0% {
		opacity: 0;
		transform: translateY(-2000px) rotate(-45deg);
	}

	60% {
		opacity: 1;
		transform: translateY(30px) rotate(-45deg);
	}

	80% {
		transform: translateY(-10px) rotate(-45deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.footer-main .widgets_cont {}

.footer-main .widgets_cont .footer-wid {
	float: left;
	width: 25%;
	padding: 0 2%;
}

.footer-main .widgets_cont .footer-wid ul li::before {
	display: none;
}

.footer-main .widgets_cont .footer-wid ul li {
	padding-left: 0;
}

.footer-main .widgets_cont .footer-wid:first-child {
	padding-left: 0;
}

.footer-main .widgets_cont .footer-wid:last-child {
	padding-right: 0;
}

.footer-main .widgets_cont .footer-wid span.widget-title {
	width: 100%;
	float: left;
	font-weight: 900;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 0 20px 0;
}



/* Map */
.form-band-wrap .map,
.footer-main .map {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.form-band-wrap .map img,
.footer-main .map img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.form-band-wrap .map a,
.footer-main .map a {
	width: 50px;
	height: 80px;
	float: left;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 60px;
	color: #8a12ab;
	line-height: 1em;
	position: absolute;
	top: 25%;
	left: 50%;
	margin: 0 0 0 -15px;
}

.form-band-wrap .map .pulse,
.footer-main .map .pulse {
	border-radius: 50%;
	height: 14px;
	width: 14px;
	position: absolute;
	left: 11px;
	bottom: 3px;
	margin: 0;
	transform: rotateX(60deg);
	z-index: 1;
}

.form-band-wrap .map .pulse:after,
.footer-main .map .pulse:after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	margin: -13px 0 0 -13px;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
	box-shadow: 0 0 1px 2px #8a12ab;
	animation-delay: 1.1s;
}


/* Pre - Footer */
.gform_fields .gfield_label {
	display: none;
}

.gform_wrapper .validation_message {
	position: absolute;
	width: 100%;
	top: 100%;
	font-size: 14px;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
	color: #8a12ab;
	margin-bottom: 15px;
}

.gform_wrapper .gform_button {}

.gform_fields .ginput_complex span {
	margin: 0 0 8px;
	display: block;
	float: left;
	width: 100%;
}

.form-band-wrap .pre-footer,
.footer-main .pre-footer {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
	margin: -100px 0 0 0;
}

.form-band-wrap .pre-footer .container,
.footer-main .pre-footer .container {
	max-width: 1200px;
}

.form-band-wrap .contact-box,
.footer-main .contact-box {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	background: transparent;
	box-shadow: rgba(102, 102, 102, 0.25) 0 0 15px;
	border-radius: 5px;
}

.form-band-wrap .form-block,
.footer-main .form-block {
	width: 66.67%;
	float: left;
	display: inline;
	padding: 54px 5.5% 60px 5.5%;
	background: #FFF;
	border-radius: 6px 0px 0px 6px;
}

.form-band-wrap .form-block h3,
.form-band-wrap .form-block h2,
.footer-main .form-block h3 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: normal;
	padding: 0 0 26px 0;
	font-weight: 500;
}

.form-band-wrap .form-block ul,
.footer-main .form-block ul {
	width: 100%;
	float: left;
	padding: 0 0 48px 0;
	margin: 0;
}

/*
.form-band-wrap .form-block ul:last-child,
.footer-main .form-block ul:last-child {
	padding-bottom: 0;
}
*/

.form-band-wrap .form-block ul li,
.footer-main .form-block ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 30px 0;
}

.form-band-wrap .form-block ul li:last-child,
.footer-main .form-block ul li:last-child {
	margin-bottom: 0;
}

.form-band-wrap .form-block ul li:before,
.footer-main .form-block ul li:before {
	display: none;
}

.form-band-wrap .form-block input[type="text"],
.form-band-wrap .form-block input[type="password"],
.form-band-wrap .form-block input[type="datetime"],
.form-band-wrap .form-block input[type="datetime-local"],
.form-band-wrap .form-block input[type="date"],
.form-band-wrap .form-block input[type="month"],
.form-band-wrap .form-block input[type="time"],
.form-band-wrap .form-block input[type="week"],
.form-band-wrap .form-block input[type="number"],
.form-band-wrap .form-block input[type="email"],
.form-band-wrap .form-block input[type="url"],
.form-band-wrap .form-block input[type="search"],
.form-band-wrap .form-block input[type="tel"],
.form-band-wrap .form-block input[type="color"],
.form-band-wrap .form-block .uneditable-input,
.form-band-wrap .form-block textarea,
.form-band-wrap .form-block select,
.footer-main .form-block input[type="text"],
.footer-main .form-block input[type="password"],
.footer-main .form-block input[type="datetime"],
.footer-main .form-block input[type="datetime-local"],
.footer-main .form-block input[type="date"],
.footer-main .form-block input[type="month"],
.footer-main .form-block input[type="time"],
.footer-main .form-block input[type="week"],
.footer-main .form-block input[type="number"],
.footer-main .form-block input[type="email"],
.footer-main .form-block input[type="url"],
.footer-main .form-block input[type="search"],
.footer-main .form-block input[type="tel"],
.footer-main .form-block input[type="color"],
.footer-main .form-block .uneditable-input,
.footer-main .form-block textarea,
.footer-main .form-block select {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	border: none;
	border-bottom: 2px solid #cccccc;
	border-radius: 0;
	padding: 12px 15px 12px 30px;
	margin: 0;
}

.form-band-wrap .form-block .btn,
.form-band-wrap .form-block button,
.form-band-wrap .form-block input[type="button"],
.form-band-wrap .form-block input[type="submit"],
.footer-main .form-block .btn,
.footer-main .form-block button,
.footer-main .form-block input[type="button"],
.footer-main .form-block input[type="submit"] {
	font-size: 14px;
	line-height: 20px;
}

.form-band-wrap .form-block textarea,
.footer-main .form-block textarea {
	height: 95px;
	padding: 0 15px 12px 30px;
}

.form-band-wrap .form-block .field-with-icon i,
.footer-main .form-block .field-with-icon i {
	color: #595959;
	right: auto;
	left: 0;
	margin: -8px 0 0 0;
}

.form-band-wrap .form-block .field-with-icon input,
.footer-main .form-block .field-with-icon input {
	padding-right: 15px;
	padding-left: 30px;
}

.form-band-wrap .form-block .field-col-left,
.footer-main .form-block .field-col-left,
.form-band-wrap .form-block .firstname,
.footer-main .form-block .firstname {
	width: 50%;
	padding-right: 15px;
}

.form-band-wrap .form-block .field-col-right,
.footer-main .form-block .field-col-right,
.form-band-wrap .form-block .phone,
.footer-main .form-block .phone {
	width: 50%;
	padding-left: 15px;
}

.form-band-wrap .form-block .phone .field i,
.footer-main .form-block .phone .field i {
	top: 11px;
}

.form-band-wrap .form-block .textarea-cl,
.footer-main .form-block .textarea-cl {
	margin-top: 20px;
}

.form-band-wrap .form-block .textarea-cl .field-with-icon i,
.footer-main .form-block .textarea-cl .field-with-icon i {
	top: 3px;
	margin: 0;
}

.form-band-wrap .form-block .field-with-icon input:focus,
.form-band-wrap .form-block .field-with-icon textarea:focus,
.footer-main .form-block .field-with-icon input:focus,
.footer-main .form-block .field-with-icon textarea:focus {
	border-color: #8a12ab;
}

.form-band-wrap .form-block .field-with-icon input:focus+i,
.form-band-wrap .form-block .field-with-icon textarea:focus+i,
.footer-main .form-block .field-with-icon input:focus+i,
.footer-main .form-block .field-with-icon textarea:focus+i {
	color: #8a12ab;
}

.form-band-wrap .address-info,
.footer-main .address-info {
	width: 33.33%;
	float: left;
	display: inline;
	background: #8a12ab;
	border-radius: 0 6px 6px 0;
	padding: 50px 5.5%;
}

.form-band-wrap .address-info h3,
.form-band-wrap .address-info h2,
.footer-main .address-info h3 {
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	padding: 0 0 31px 0;
}

.form-band-wrap .address-info h3:last-child,
.form-band-wrap .address-info h2:last-child,
.footer-main .address-info h3:last-child {
	padding-bottom: 0;
}

.form-band-wrap .address-info aside,
.footer-main .address-info aside {
	width: 100%;
	float: left;
	padding: 0 0 38px 0;
}

.form-band-wrap .address-info aside:last-child,
.footer-main .address-info aside:last-child {
	padding-bottom: 0;
}

.form-band-wrap .address-info aside h4,
.form-band-wrap .address-info aside h3,
.footer-main .address-info aside h4 {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	padding: 38px 0 0;
}

.form-band-wrap .address-info aside h4:first-child,
.form-band-wrap .address-info aside h3:first-child,
.footer-main .address-info aside h4:first-child {
	padding-top: 0;
}

.form-band-wrap .address-info aside p,
.footer-main .address-info aside p {
	font-size: 17px;
	color: #ffffff;
	line-height: 28px;
	padding: 0;
}

.form-band-wrap .address-info aside p.lrg,
.footer-main .address-info aside p.lrg {
	font-size: 18px;
}

.form-band-wrap .address-info aside p a,
.footer-main .address-info aside p a {
	font-weight: 400;
	color: #ffffff;
}

.form-band-wrap .address-info aside p a:hover,
.form-band-wrap .address-info aside p a:focus,
.footer-main .address-info aside p a:hover,
.footer-main .address-info aside p a:focus {
	color: #ffffff;
	outline-color: #ffffff;
}

.form-band-wrap .address-info .social-links,
.footer-main .address-info .social-links {
	width: 100%;
	float: left;
}

.form-band-wrap .address-info .social-links h4,
.form-band-wrap .address-info .social-links h3,
.footer-main .address-info .social-links h4 {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	padding: 0 0 16px 0;
}

.form-band-wrap .address-info .social-links ul,
.footer-main .address-info .social-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -12px -20px -12px;
}

.form-band-wrap .address-info .social-links ul li,
.footer-main .address-info .social-links ul li {
	width: 26px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 12px 20px 12px;
}

.form-band-wrap .address-info .social-links ul li:before,
.footer-main .address-info .social-links ul li:before {
	display: none;
}

.form-band-wrap .address-info .social-links ul li a,
.footer-main .address-info .social-links ul li a {
	width: 26px;
	height: 26px;
	float: left;
	font-size: 16px;
	color: #8a12ab;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	border: none;
	box-shadow: inset #ffffff 0 0 0 1px;
	border-radius: 360px;
	overflow: hidden;
}

.form-band-wrap .address-info .social-links ul li a:hover,
.form-band-wrap .address-info .social-links ul li a:focus,
.form-band-wrap .address-info .social-links ul li a.active,
.footer-main .address-info .social-links ul li a:hover,
.footer-main .address-info .social-links ul li a:focus,
.footer-main .address-info .social-links ul li a.active {
	color: #ffffff;
	background: none;
}

@media (max-width: 991px) {

	.form-band-wrap .pre-footer,
	.footer-main .pre-footer {
		margin: -80px 0 0 0;
	}

	.form-band-wrap .form-block,
	.footer-main .form-block {
		width: 55%;
		padding: 54px 30px 60px 30px;
	}

	.form-band-wrap .form-block h3,
	.form-band-wrap .form-block h2,
	.footer-main .form-block h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.form-band-wrap .form-block ul,
	.footer-main .form-block ul {
		padding: 0 0 40px 0;
		margin: 0;
	}

	.form-band-wrap .form-block ul li,
	.footer-main .form-block ul li {
		margin: 0 0 25px 0;
	}

	.form-band-wrap .form-block .field-col-left,
	.footer-main .form-block .field-col-left,
	.form-band-wrap .form-block .firstname,
	.footer-main .form-block .firstname {
		width: 100%;
		padding-right: 0;
	}

	.form-band-wrap .form-block .field-col-right,
	.footer-main .form-block .field-col-right,
	.form-band-wrap .form-block .phone,
	.footer-main .form-block .phone {
		width: 100%;
		padding-left: 0;
	}

	.form-band-wrap .address-info,
	.footer-main .address-info {
		width: 45%;
		padding: 50px 25px;
	}

	.footer-main .widgets_cont .footer-wid {
		width: 50%;
	}

	.footer-main .widgets_cont .footer-wid:first-child {
		padding-left: 2%;
	}

	.footer-main .widgets_cont .footer-wid:last-child {
		padding-right: 2%;
	}

	.footer-main .widgets_cont .footer-wid:nth-child(3n) {
		clear: both;
	}
}

@media (max-width: 767px) {

	.form-band-wrap .pre-footer,
	.footer-main .pre-footer {
		margin: -50px 0 0 0;
	}

	.form-band-wrap .pre-footer .container,
	.footer-main .pre-footer .container {
		max-width: 540px;
	}

	.form-band-wrap .form-block,
	.footer-main .form-block {
		width: 100%;
		padding: 36px 20px 40px 20px;
	}

	.form-band-wrap .form-block h3,
	.form-band-wrap .form-block h2,
	.footer-main .form-block h3 {
		font-size: 20px;
		line-height: 24px;
		padding: 0 0 20px 0;
	}

	.form-band-wrap .form-block ul,
	.footer-main .form-block ul {
		padding: 0 0 30px 0;
	}

	.form-band-wrap .form-block ul li,
	.footer-main .form-block ul li {
		margin: 0 0 20px 0;
	}

	.form-band-wrap .form-block .btn-out,
	.footer-main .form-block .btn-out {
		text-align: center;
	}

	.form-band-wrap .address-info,
	.footer-main .address-info {
		width: 100%;
		border-radius: 0 0 5px 5px;
		padding: 33px 20px 40px 20px;
	}

	.form-band-wrap .address-info h3,
	.form-band-wrap .address-info h2,
	.footer-main .address-info h3 {
		font-size: 20px;
		line-height: 26px;
		padding: 0 0 25px 0;
	}

	.form-band-wrap .address-info aside,
	.footer-main .address-info aside {
		padding: 0 0 25px 0;
	}

	.form-band-wrap .address-info aside h4,
	.form-band-wrap .address-info aside h3,
	.footer-main .address-info aside h4 {
		padding: 25px 0 0 0;
	}

	.form-band-wrap .address-info aside h4,
	.form-band-wrap .address-info aside h3,
	.footer-main .address-info aside h4 {
		font-size: 15px;
		line-height: 26px;
	}

	.form-band-wrap .address-info aside p,
	.footer-main .address-info aside p {
		font-size: 16px;
		line-height: 26px;
	}

	.form-band-wrap .address-info aside p.lrg,
	.footer-main .address-info aside p.lrg {
		font-size: 17px;
	}

	.form-band-wrap .address-info .social-links,
	.footer-main .address-info .social-links {
		width: 100%;
		float: left;
	}

	.form-band-wrap .address-info .social-links h4,
	.form-band-wrap .address-info .social-links h3,
	.footer-main .address-info .social-links h4 {
		font-size: 15px;
		line-height: 26px;
	}

	.form-band-wrap .address-info .social-links ul,
	.footer-main .address-info .social-links ul {
		margin: 0 -8px -15px -8px;
	}

	.form-band-wrap .address-info .social-links ul li,
	.footer-main .address-info .social-links ul li {
		margin: 0 8px 15px 8px;
	}

	.footer-main .widgets_cont .footer-wid,
	.footer-main .widgets_cont .footer-wid:first-child,
	.footer-main .widgets_cont .footer-wid:last-child {
		width: 100%;
		padding: 0;
	}
}


/* Copy - Rights */
.footer-main .copy-rights {
	width: 100%;
	float: left;
	padding: 40px 0 25px 0;
}

.footer-main .copy-rights p {
	float: left;
	color: #595959;
	position: relative;
	padding: 0 0 0 34px;
}

.footer-main .copy-rights p:last-child {
	padding-bottom: 0;
}

.footer-main .copy-rights p a {
	font-weight: 400;
}

.footer-main .copy-rights p .icon-logo {
	width: 24px;
	height: 24px;
	float: left;
	background: url(../img/logo-3mw.png) no-repeat top center;
	background-size: 24px auto;
	text-indent: -9999px;
	opacity: 0.25;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -12px 0 0 0;
}

.footer-main .copy-rights .foot-links {
	float: right;
	overflow: hidden;
}

.footer-main .copy-rights .foot-links ul {
	float: left;
	padding: 0;
	margin: 0 -10px;
}

.footer-main .copy-rights .foot-links ul li {
	float: left;
	color: #8a12ab;
	padding: 0;
	margin: 0 10px;
}

.footer-main .copy-rights .foot-links ul li:before {
	display: none;
}

.footer-main .copy-rights .foot-links ul li:after {
	content: "";
	width: 1px;
	height: 60%;
	float: left;
	background: #595959;
	position: absolute;
	top: 20%;
	left: -10px;
}

.footer-main .copy-rights .foot-links ul li:first-child:after {
	display: none;
}

.footer-main .copy-rights .foot-links ul li a {
	font-weight: 400;
}

.footer-main .copy-rights .foot-links ul li a:hover,
.footer-main .copy-rights .foot-links ul li a:focus,
.footer-main .copy-rights .foot-links ul li.current-menu-item>a,
.footer-main .copy-rights .foot-links ul li.current-menu-parent>a,
.footer-main .copy-rights .foot-links ul li.current-menu-ancestor>a {
	color: #1e56a4;
}

@media (max-width: 991px) {
	.footer-main .copy-rights {
		text-align: center;
	}

	.footer-main .copy-rights p {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 0;
	}

	.footer-main .copy-rights p .icon-logo {
		/* width: 100%; */
		top: 0;
		left: 0;
		margin: 3px 10px 0 0;
		position: relative;

	}

	.footer-main .copy-rights .foot-links {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}

	.footer-main .copy-rights .foot-links ul {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.footer-main .copy-rights .foot-links ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.footer-main .copy-rights p {
		float: left;
	}

	.footer-main .copy-rights .container {
		padding: 0 20px;
	}

	.footer-main .copy-rights .foot-links {
		float: right;
	}
}

@media (min-width:880px) and (max-width:991px) {
	.footer-main .copy-rights .foot-links {
		float: right;
		/*padding-top:38px;*/
	}

	.footer-main .copy-rights p {
		/*float:left; font-size:15px;*/
	}
}

@media (max-width: 767px) {
	.footer-main .copy-rights .foot-links ul {
		margin: 0;
	}

	.footer-main .copy-rights .foot-links ul li {
		margin: 0 10px;
	}

	.footer-main .copy-rights .foot-links ul li:after {
		display: none;
	}
}


/*
 12.) Inner - Pages
----------------------------------------*/

/* Hero - Inner */
.hero-inner {
	width: 100%;
	min-height: 90px;
	float: left;
	background: #1e56a4;
	position: relative;
	overflow: hidden;
	margin: 40px 0 0 0;
}

.hero-inner figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-inner figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.hero-inner .hero-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 90px 0 0 0;
}

.hero-inner .hero-cont:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #1e56a4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -20;
	opacity: 0;
}

.hero-inner .hero-cont h1,
.hero-inner .hero-cont h2 {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background: rgba(16, 84, 121, 0.9);
	border-radius: 5px;
	padding: 20px 35px 29px 35px;
}

.hero-inner .hero-cont p {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.hero-inner .hero-cont p:last-child {
	padding-bottom: 0;
}

.hero-inner .hero-cont aside {
	width: 100%;
	max-width: 1000px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.hero-inner.dark .hero-cont h1,
.hero-inner.dark .hero-cont h2 {
	background: none;
	border-radius: 0;
}

@media (max-width:1024px) {
	.hero-inner {
		min-height: 75px;
		margin: 5px 0 0 0;
	}

	.hero-inner .hero-cont {
		padding-top: 75px;
	}

	.hero-inner .hero-cont h1,
	.hero-inner .hero-cont h2 {
		padding: 20px 30px 29px 30px;
	}

	.hero-inner .hero-cont p {
		font-size: 18px;
		line-height: 28px;
	}

	.hero-inner .hero-cont aside {
		max-width: 600px;
	}
}

@media (max-width: 767px) {
	.hero-inner {
		min-height: 65px;
	}

	.hero-inner figure img {
		min-width: 1000px;
		margin: 0 -500px;
	}

	.hero-inner .hero-cont {
		padding-top: 60px;
	}

	.hero-inner .hero-cont h1,
	.hero-inner .hero-cont h2 {
		padding: 15px 30px 20px 30px;
	}

	.hero-inner .hero-cont p {
		font-size: 16px;
		line-height: 24px;
	}

	.hero-inner .hero-cont aside {
		max-width: 500px;
	}
}


/* Hero - Inner2 */
.hero-inner2 {
	width: 100%;
	min-height: 90px;
	float: left;
	text-align: center;
	background: #1e56a4;
	position: relative;
	overflow: hidden;
	margin: 40px 0 0 0;
}

.hero-inner2 figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-inner2 figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.hero-inner2 .hero-cont {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ebebeb;
	z-index: 1;
	padding: 0 0 80px 0;
}

.hero-inner2 .hero-cont aside {
	width: 100%;
	max-width: 835px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(16, 84, 121, 0.9);
	border-radius: 5px;
	padding: 30px 20px 45px 20px;
}

.hero-inner2 .hero-cont aside h1,
.hero-inner2 .hero-cont aside h2 {
	width: 100%;
	float: left;
	color: #ffffff;
	padding: 0 0 15px 0;
}

.hero-inner2 .hero-cont aside h1 strong,
.hero-inner2 .hero-cont aside h2 strong {
	font-weight: 700;
}

.hero-inner2 .hero-cont aside h1:last-child,
.hero-inner2 .hero-cont aside h2:last-child {
	color: #ffffff;
	padding: 0 0 15px 0;
}

.hero-inner2 .hero-cont aside p {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: -0.01em;
	padding: 0;
}

.hero-inner2 .hero-cont .btn {
	min-width: 150px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 20px 20px 20px;
}

.hero-inner2 .hero-cont .btn-out {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 40px 0 0 0;
	margin: 0 -20px -20px -20px;
}

.hero-inner2.dark .hero-cont aside {
	background: none;
	border-radius: 0;
}

@media (max-width: 991px) {
	.hero-inner2 {
		min-height: 75px;
		margin: 5px 0 0 0;
	}

	.hero-inner2 figure img {
		min-width: 1100px;
		margin: 0 -550px;
	}

	.hero-inner2 .hero-cont {
		padding: 0 0 50px 0;
	}

	.hero-inner2 .hero-cont aside p {
		font-size: 18px;
	}

	.hero-inner2 .hero-cont .btn {
		margin: 0 15px 15px 15px;
	}

	.hero-inner2 .hero-cont .btn-out {
		padding: 30px 0 0 0;
		margin: 0 -15px -15px -15px;
	}
}

@media (max-width: 767px) {
	.hero-inner2 {
		min-height: 65px;
		background: none;
		margin: 65px 0 0 0;
	}

	.hero-inner2 figure img {
		min-width: 100%;
		margin: 0;
	}

	.hero-inner2 .hero-cont {
		position: relative;
		background: #105479;
		padding: 0 0;
	}

	.hero-inner2 .hero-cont .container {
		padding: 0;
	}

	.hero-inner2 .hero-cont aside {
		max-width: 540px;
		background: none;
		border-radius: 0;
		padding: 34px 20px 45px 20px;
	}

	.hero-inner2 .hero-cont aside h1,
	.hero-inner2 .hero-cont aside h2 {
		padding: 0 0 10px 0;
	}

	.hero-inner2 .hero-cont aside p {
		font-size: 18px;
	}

	.hero-inner2.dark .hero-cont {
		background: none;
	}

	.hero-inner2.dark .hero-cont aside h1,
	.hero-inner2.dark .hero-cont aside h2 {
		color: #8a12ab;
		padding: 0 0 10px 0;
	}

	.hero-inner2.dark .hero-cont aside p {
		font-size: 18px;
		color: #000000;
	}

	.hero-inner2 .hero-cont .btn-out {
		padding: 20px 0 0 0;
	}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	position: relative;
	padding: 210px 0 70px 0;
}

div+.content-inner {
	padding-top: 70px;
}

.content-inner+.center-cont-band {
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.content-inner {
		padding: 140px 0 60px 0;
	}

	div+.content-inner {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.content-inner {
		padding: 100px 0 50px 0;
	}

	div+.content-inner {
		padding-top: 50px;
	}
}


/* Accordation - List */
.accord-list {
	width: 100%;
	float: left;
}

.accord-list .card {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(153, 153, 153, 0.20);
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.accord-list .card:last-child {
	border-bottom: none;
}

.accord-list .card-header {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.accord-list .card-header a {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	background: none;
	border: none;
	position: relative;
	padding: 16px 5px 15px 57px;
	margin: 0;
}

.accord-list .card-header a:after {
	content: "\f146";
	float: right;
	font-weight: normal;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 24px;
	color: #8a12ab;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin: -12px 0 0 0;
}

.accord-list .card-header a.collapsed:after {
	content: "\f0fe";
}

.accord-list .collapse {
	width: 100%;
	float: left;
}

.accord-list .card-body {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.accord-list .card-body p {
	font-weight: 300;
	line-height: 22px;
}

.accord-list .card-body p:last-child {
	padding-bottom: 0;
}

.accord-list .card-body .btn-out {
	padding: 5px 0 0 0;
}

.accord-list .card-body .cont-in {
	width: 100%;

	float: left;
	padding: 4px 0 22px 57px;
}

.accord-list .card-body .cont-in .btn {
	margin-top: 5px;
}

.accord-list .card-out {
	width: 100%;
	float: left;
}

@media (max-width: 767px) {
	.accord-list .card-header a {
		font-size: 16px;
		line-height: 20px;
		padding: 16px 5px 15px 35px;
		margin: 0;
	}

	.accord-list .card-header a:after {
		font-size: 20px;
		line-height: 20px;
		left: 5px;
		margin: -10px 0 0 0;
	}

	.accord-list .card-body .cont-in {
		padding: 5px 0 20px 35px;
	}
}


/*
 13.) Two - Column - Articles - Slider
----------------------------------------*/

.two-col-articles.articles3 {
	position: relative;
	padding: 0;
	margin: 0;
}

.two-col-articles.articles3 .article {
	padding: 8px;
	margin: 0;
}

.two-col-articles.articles3 .article:before {
	display: none;
}

.two-col-articles.articles3 .article figure {
	float: left;
}

.two-col-articles.articles3 .article aside {
	float: right;
}

.two-col-articles.articles3 .carousel-indicators {
	margin: 55px 0 0 0;
}

.two-col-articles.articles3 .carousel-controls {
	display: none;
}

.two-col-articles.articles3 .slider-bg {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 70px 0;
}

.two-col-articles.articles3 .slider-bg:before {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: rgba(153, 153, 153, 0.20);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.two-col-articles.articles3 .article aside {
		padding: 0 0 0 5%;
	}
}

@media (max-width: 991px) {
	.two-col-articles.articles3 .carousel-indicators {
		margin: 45px 0 0 0;
	}

	.two-col-articles.articles3 .slider-bg {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.two-col-articles.articles3 {
		border-bottom: 1px solid rgba(153, 153, 153, 0.20);
		padding: 0 0 45px 0;
	}

	.two-col-articles.articles3 .article {
		padding: 0;
	}

	.two-col-articles.articles3 .article aside {
		width: 100%;
		padding: 35px 20px 0 20px;
	}

	.two-col-articles.articles3 .article:nth-child(even) aside {
		padding: 46px 20px 50px 20px;
	}

	.two-col-articles.articles3 .carousel-indicators {
		margin: 40px 0 0 0;
	}

	.two-col-articles.articles3 .slider-bg {
		padding: 0;
	}

	.two-col-articles.articles3 .slider-bg:before {
		display: none;
	}
}


/*
 14.) Feature - List
----------------------------------------*/

.feature-list {
	width: 100%;
	float: left;
	padding: 65px 0 55px 0;
}

.feature-list .article {
	width: 33.33%;
	float: left;
	display: inline;
}

.feature-list .article .box {
	width: 100%;
	height: 100%;
	float: left;
	text-decoration: none;
	border: 1px solid #eaeaea;
	border-top: none;
	border-left: none;
	padding: 35px 28px;
	margin: 0 0 -1px 0;
}

.feature-list .article .box .icon-out {
	width: 100%;
	height: 57px;
	float: left;
	font-size: 55px;
	color: #8a12ab;
	line-height: 57px;
	margin: 0 0 25px 0;
}

.feature-list .article .box h3,
.feature-list .article .box span.block_title {
	font-weight: 900;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 20px;
	display: block;
	padding: 0 0 10px 0;
}

.feature-list .article .box p {
	color: #000000;
	line-height: 22px;
	padding: 0;
	font-weight: 400;
}

.feature-list .article .box:hover,
.feature-list .article .box:focus {
	background: #8c2bac;
}

.feature-list .article .box:hover .icon-out,
.feature-list .article .box:focus .icon-out {
	color: #ffffff;
}

.feature-list .article .box:hover span.block_title,
.feature-list .article .box:focus span.block_title {
	color: #ffffff;
}

.feature-list .article .box:hover p,
.feature-list .article .box:focus p {
	color: #ffffff;
}

.feature-list .article-out {
	width: 65%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	overflow: hidden;
}

.feature-list .service-cont {
	width: 35%;
	float: left;
	padding: 0 0 0 35px;
}

.feature-list .service-cont .sub-title {
	font-weight: 700;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}

.feature-list .service-cont h3 {
	font-weight: 300;
	font-style: italic;
	padding: 0 0 17px 0;
	font-size: 44px;
	line-height: 48px;
}

.feature-list .service-cont h3 strong {
	font-weight: 400;
}

.feature-list .service-cont p:last-child {
	padding: 0;
}

.feature-list .service-cont .btn-out {
	padding: 25px 0 0 0;
}

@media (min-width:1200px) {
	.feature-list .article:nth-last-child(3) .box {
		border-bottom: none;
	}
}

@media (min-width: 768px) {
	.feature-list .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.feature-list .article:nth-last-child(1) .box {
		border-bottom: none;
	}

	.feature-list .article:nth-last-child(2) .box {
		border-bottom: none;
	}
}

@media (min-width: 992px) {
	.feature-list .article:nth-last-child(1) .box {
		border-bottom: none;
	}

	.feature-list .article:nth-last-child(2) .box {
		border-bottom: none;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.feature-list .article {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.feature-list .container {
		padding: 0 30px;
	}

	.feature-list .article {
		width: 50%;
	}

	.feature-list .service-cont {
		padding: 0 0 0 30px;
	}

	.feature-list .service-cont h3 {
		font-size: 38px;
		line-height: 42px;
	}
}


@media (max-width: 767px) {
	.feature-list {
		padding: 45px 0;
	}

	.feature-list .container {
		padding: 0 20px;
	}

	.feature-list .article .box {
		padding: 30px 25px;
	}

	.feature-list .article .box .icon-out {
		height: 50px;
		font-size: 50px;
		line-height: 50px;
		margin: 0 0 20px 0;
	}

	.feature-list .article-out {
		width: 100%;
		border: 1px solid #eaeaea;
		border-right: none;
		margin: 0 0 45px 0;
	}

	.feature-list .service-cont {
		width: 100%;
		display: block;
		padding: 0;
	}

	.feature-list .service-cont .sub-title {
		font-size: 14px;
	}

	.feature-list .service-cont h3 {
		padding: 0 0 12px 0;
	}

	.feature-list .service-cont .btn-out {
		padding: 20px 0 0 0;
	}

	.feature-list .service-cont h3 {
		font-size: 30px;
		line-height: 34px;
	}
}

@media (max-width: 479px) {
	.feature-list .article {
		width: 100%;
	}
}


/*
 15.) Team - Info
----------------------------------------*/

.team-info {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../img/who-we-are-3-alt.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 70px 0;
}

.team-info .container {
	max-width: 1280px;
	padding: 0;
}

.team-info h2 {
	width: 100%;
	float: left;
	font-weight: 300;
	font-style: italic;
	padding: 0 30px 50px 30px;
}

.team-info h2 strong {
	font-weight: 400;
}

.team-info .article {
	width: 25%;
	float: left;
	display: inline;
	padding: 0 20px;
	margin: 0 0 50px 0;
}

.team-info .article h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 5px 0;
}

.team-info .article h3 a {
	color: #000000;
	text-decoration: none;
}

.team-info .article h3 a:hover,
.team-info .article h3 a:focus {
	color: #1e56a4;
}

.team-info .article .position {
	font-size: 12px;
	color: #595959;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.19em;
	padding: 0 0 7px 0;
}

.team-info .article p {
	line-height: 22px;
}

.team-info .article p:last-child {
	padding-bottom: 0;
}

.team-info .article figure {
	width: 220px;
	height: 220px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	border-radius: 360px;
	margin: 0 0 27px 0;
}

.team-info .article figure img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 360px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.team-info .article:hover figure img,
.team-info .article figure a:focus img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.team-info .article-out {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	margin: 0 0 -50px 0;
}

@media (max-width: 1199px) {
	.team-info .article figure {
		width: 190px;
		height: 190px;
	}
}

@media (max-width: 991px) {
	.team-info {
		padding: 70px 0;
	}

	.team-info .article {
		width: 50%;
	}

	.team-info .article figure {
		width: 170px;
		height: 170px;
		margin: 0 0 25px 0;
	}
}

@media (max-width: 767px) {
	.team-info {
		padding: 50px 0;
	}

	.team-info .container {
		max-width: 540px;
	}

	.team-info h2 {
		padding: 0 20px 40px 20px;
	}

	.team-info .article {
		padding: 0 20px;
		margin: 0 0 40px 0;
	}

	.team-info .article h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.team-info .article figure {
		width: 150px;
		height: 150px;
		margin: 0 0 23px 0;
	}

	.team-info .article-out {
		padding: 0;
		margin: 0 0 -40px 0;
	}
}

@media (max-width: 479px) {
	.team-info .container {
		padding: 0 20px;
	}

	.team-info h2 {
		padding: 0 0 40px 0;
	}

	.team-info .article {
		width: 100%;
		padding: 0;
	}

	.team-info .article-out {
		padding: 0;
	}
}


/*
 16.) Quick - Report
----------------------------------------*/

.quick-report {
	width: 100%;
	float: left;
	text-align: center;
	padding: 70px 0;
}

.quick-report .container {
	padding: 0 15px;
}

.quick-report .article {
	width: 25%;
	float: left;
	display: inline;
	position: relative;
	padding: 20px 15px 38px 15px;
	margin: 0 0 45px 0;
}

.quick-report .article:before {
	content: "";
	width: 1px;
	height: 100%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background: #e5e5e5;
	margin: 0 -1px 0 0;
}

.quick-report .article:last-child:before {
	display: none;
}

.quick-report .article .icon-out {
	width: 100%;
	float: left;
	font-size: 48px;
	color: #015d8e;
	padding: 0 0 25px 0;
}

.quick-report .article .num {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -0.02em;
	padding: 0 0 15px 0;
}

.quick-report .article p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}

.quick-report .article aside {
	width: 100%;
	max-width: 245px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.quick-report .article-out {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -45px 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.quick-report .article {
		width: 50%;
	}

	.quick-report .article .icon-out {
		font-size: 46px;
	}

	.quick-report .article .num {
		font-size: 66px;
		line-height: 66px;
	}
}

@media (max-width: 767px) {
	.quick-report {
		padding: 50px 0;
	}

	.quick-report .container {
		padding: 0 10px;
	}

	.quick-report .article {
		padding: 25px 10px 35px 10px;
	}

	.quick-report .article .icon-out {
		font-size: 44px;
	}

	.quick-report .article .num {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 479px) {
	.quick-report .container {
		padding: 0 20px;
	}

	.quick-report .article {
		width: 100%;
		padding: 0;
		margin-bottom: 65px;
	}

	.quick-report .article:before {
		width: 240px;
		height: 1px;
		left: 50%;
		margin: -30px 0 0 -120px;
	}

	.quick-report .article:last-child:before {
		display: block;
	}

	.quick-report .article .icon-out {
		font-size: 40px;
		padding: 0 0 20px 0;
	}

	.quick-report .article .num {
		font-size: 55px;
		line-height: 55px;
	}

	.quick-report .article-out {
		margin: 0 0 -65px 0;
	}
}


/* Quick - Report2 */
.quick-report.report2 {
	background: #000000 url(../img/quick-report.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 115px 0 100px 0;
}

.quick-report.report2 .container {
	max-width: 1140px;
}

.quick-report.report2 .article {
	padding-top: 0;
	padding-bottom: 0;
}

.quick-report.report2 .article:before {
	display: none;
}

.quick-report.report2 .article .icon-out {
	color: #ffffff;
}

.quick-report.report2 .article .num {
	font-weight: 900;
	color: #ffffff;
}

.quick-report.report2 .article p {
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
}

@media (max-width: 991px) {
	.quick-report.report2 {
		padding: 80px 0;
	}

	.quick-report.report2 .article p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.quick-report.report2 {
		padding: 60px 0;
	}

	.quick-report.report2 .container {
		max-width: 540px;
	}

	.quick-report.report2 .article p {
		font-size: 17px;
	}
}


/*
 17.) Feature - List2
----------------------------------------*/

.feature-list2 {
	width: 100%;
	float: left;
	background: url(../img/heading3-bg.png) no-repeat center center;
	background-size: 538px auto;
	padding: 90px 0;
}

.feature-list2 .container {
	padding: 0;
}

.feature-list2 .article {
	width: 33.33%;
	float: left;
	display: inline;
	padding: 0 10px;
	margin: 0 0 60px 0;
}

.feature-list2 .article .icon-out {
	width: 80px;
	height: 80px;
	float: left;
	line-height: 80px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	background: #8c2bac;
	border-radius: 360px;
	position: relative;
	margin: 0 -80px 0 0;
	z-index: 10;
}

.feature-list2 .article aside {
	width: 100%;
	float: left;
	padding: 0 0 0 110px;
}

.feature-list2 .article aside h2,
.feature-list2 .article aside span.block_title {
	font-weight: 900;
	font-size: 20px;
	color: #8a12ab;
	line-height: 24px;
	padding: 0 0 6px 0;
	display: block;
}

.feature-list2 .article aside span.block_title a,
.feature-list2 .article aside h3 a {
	font-weight: 900;
}

.feature-list2 .article aside p {
	line-height: 23px;
	padding: 0;
	color: #000000;
	font-weight: 400;
}

.feature-list2 .article-out {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px;
	margin: 0 0 -60px 0;
	justify-content: center;
}

.feature-list2 .article a.box_link {
	float: left;
	padding: 20px 15px;
}

.feature-list2 .article a.box_link:hover {
	box-shadow: rgba(0, 0, 0, .4) 0 0 50px;
}

@media (max-width: 991px) {
	.feature-list2 {
		padding: 70px 0;
	}

	.feature-list2 .article {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.feature-list2 {
		background-size: 450px auto;
		padding: 50px 0;
	}

	.feature-list2 .container {
		padding: 0 20px;
	}

	.feature-list2 .article {
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
	}

	.feature-list2 .article .icon-out {
		width: 70px;
		height: 70px;
		font-size: 30px;
		line-height: 70px;
		margin: 0 -70px 0 0;
	}

	.feature-list2 .article aside {
		width: 100%;
		float: left;
		padding: 0 0 0 90px;
	}

	.feature-list2 .article aside span.block_title,
	.feature-list2 .article aside h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.feature-list2 .article-out {
		width: 100%;
		padding: 0;
		margin: 0 0 -40px 0;
	}
}

@media (max-width: 479px) {
	.feature-list2 {
		background-size: 300px auto;
	}
}


/*
 18.) Process - Steps
----------------------------------------*/

.process-steps {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 65px 0;
}

.process-steps .container {
	max-width: 1200px;
	padding: 0;
}

.process-steps .article {
	width: 25%;
	float: left;
	display: inline;
	padding: 0 25px;
	margin: 0 0 50px 0;
}

.process-steps .article .step {
	width: 175px;
	height: 175px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #8a12ab;
	box-shadow: inset #ffffff 0 0 0 7px;
	position: relative;
	border-radius: 360px;
	margin: 0 0 30px 0;
}

.process-steps .article .step:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	border: 2px solid #8a12ab;
	border-radius: 175px;
	position: absolute;
	top: 0;
	left: 0;
}

.process-steps .article .step .txt {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	font-weight: 900;
	color: #ffffff;
	font-size: 30px;
	line-height: 34px;
}

.process-steps .article .step .txt span {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.process-steps .article aside {
	width: 100%;
	max-width: 280px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.process-steps .article aside h3 {
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
}

.process-steps .article aside h3 a {
	font-weight: 900;
	color: #000000;
	text-decoration: none;
}

.process-steps .article aside h3 a:hover,
.process-steps .article aside h3 a:focus {
	color: #1e56a4;
}

.process-steps .article aside p {
	line-height: 24px;
	padding: 0;
}

.process-steps .article-out {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0 25px;
	margin: 0 0 -50px 0;
	justify-content: center;
}

@media (max-width: 991px) {
	.process-steps .article {
		width: 50%;
		float: left;
		padding: 0 25px;
	}
}

@media (max-width: 767px) {
	.process-steps {
		padding: 0 0 50px 0;
	}

	.process-steps .container {
		max-width: 540px;
		padding: 0 20px;
	}

	.process-steps .article {
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
	}

	.process-steps .article .step {
		width: 160px;
		height: 160px;
		margin: 0 10px 25px 10px;
	}

	.process-steps .article .step:before {
		border: 2px solid #8a12ab;
		border-radius: 175px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.process-steps .article .step .txt {
		font-size: 26px;
		line-height: 30px;
	}

	.process-steps .article aside {
		max-width: 380px;
	}

	.process-steps .article-out {
		padding: 0;
		margin: 0 0 -40px 0;
	}
}


/*
 19.) Volunteer - Form
----------------------------------------*/

.volunteer-form {
	width: 100%;
	float: left;
	padding: 0 0 90px 0;
}

.volunteer-form .container {
	max-width: 1100px;
}

.volunteer-form ul,
.volunteer-form .gform_body,
.volunteer-form .gform_footer {
	float: left;
	width: 100%;
}

.volunteer-form ul {
	padding-bottom: 0;
}

.volunteer-form ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 18px 0;
}

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

.volunteer-form .gform_footer {
	text-align: center;
	position: relative;
}

.volunteer-form .gform_footer .gform_ajax_spinner {
	position: absolute;
	margin-left: 10px;
	top: 16px;
}

.volunteer-form .gfmc-column {
	margin: 0;
}

.volunteer-form .gfmc-row-1-col-1-of-2 {
	width: 49% !important;
}

.volunteer-form .gfmc-row-1-col-2-of-2 {
	width: 49% !important;
	float: right;
}

.volunteer-form .validation_error {
	padding-bottom: 10px;
}

.volunteer-form .gform_wrapper .validation_message {
	margin-top: -5px;
}

.volunteer-form .gform_wrapper .validation_message.instruction {
	top: 130%;
}

.volunteer-form ul li:last-child {
	margin-bottom: 0;
}

.volunteer-form ul li.textarea-cl .field-with-icon i {
	top: 16px;
	right: 12px;
	margin: 0;
}

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

.volunteer-form .btn-out {
	text-align: center;
}

.volunteer-form .gform_body,
.volunteer-form .form-field {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.volunteer-form .form-out {
	width: 100%;
	float: left;
	border-top: 1px solid #ebebeb;
	padding: 55px 0 0 0;
}

@media (max-width: 991px) {
	.volunteer-form {
		padding: 0 0 70px 0;
	}

	.volunteer-form .container {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.volunteer-form {
		border-top: 1px solid #ebebeb;
		padding: 45px 0;
	}

	.volunteer-form .container {
		max-width: 540px;
		max-width: 100%;
	}

	.volunteer-form .gfmc-row-1-col-1-of-2,
	.volunteer-form ul {
		width: 100%;
		padding: 0 0 18px 0;
	}

	.volunteer-form .gfmc-row-1-col-1-of-2,
	.volunteer-form .gfmc-row-1-col-2-of-2 {
		width: 100% !important;
		float: left;
	}

	.volunteer-form ul:last-child {
		padding-bottom: 0;
	}

	.volunteer-form .form-out {
		border: none;
		padding: 0;
	}

	.volunteer-form input {
		font-size: 100%;
	}
}


/*
 20.) CTA - Testimonials
----------------------------------------*/

.cta-testimonials {
	width: 100%;
	float: left;
	text-align: center;
	background: #000000 url(../img/cta-testimonials.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 80px 0 115px 0;
}

.cta-testimonials .container {
	position: relative;
	z-index: 1;
}

.cta-testimonials h2 {
	width: 100%;
	float: left;
	font-weight: 900;
	color: #ffffff;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.02em;
	padding: 0 0 60px 0;
}

.cta-testimonials figure {
	width: 150px;
	height: 150px;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border-radius: 360px;
	margin: 0 0 25px 0;
}

.cta-testimonials figure img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 360px;
}

.cta-testimonials figure.default-img,
.cta-testimonials figure.default-img img {
	border-radius: 0;
}

.cta-testimonials aside {
	width: 100%;
	max-width: 790px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.cta-testimonials aside p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
}

.cta-testimonials aside .name-txt {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	text-transform: uppercase;
}

.cta-testimonials aside .position {
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}

.cta-testimonials .carousel-item {
	width: 100%;
	float: left;
}

.cta-testimonials .carousel-controls a {
	width: 20px;
	height: 26px;
	font-size: 24px;
	color: #ffffff;
	line-height: 26px;
	margin: -13px 0 0 0;
}

.cta-testimonials .carousel-controls a.carousel-control-prev {
	left: -80px;
}

.cta-testimonials .carousel-controls a.carousel-control-next {
	right: -80px;
}

.cta-testimonials .carousel-indicators {
	display: none;
	margin: 30px 0 0 0;
}

.cta-testimonials .carousel-indicators a {
	border-color: #ffffff;
}

.cta-testimonials .carousel-indicators a.active {
	border-color: #ffffff;
}

.cta-testimonials .slider-bg {
	width: 100%;
	float: left;
	padding: 0 80px;
}

@media (max-width: 991px) {
	.cta-testimonials {
		padding: 70px 0 95px 0;
	}

	.cta-testimonials h2 {
		font-size: 42px;
		line-height: 48px;
		padding: 0 0 55px 0;
	}

	.cta-testimonials figure {
		width: 140px;
		height: 140px;
		margin: 0 0 20px 0;
	}

	.cta-testimonials .carousel-controls a.carousel-control-prev {
		left: -60px;
	}

	.cta-testimonials .carousel-controls a.carousel-control-next {
		right: -60px;
	}

	.cta-testimonials .slider-bg {
		padding: 0 60px;
	}
}

@media (max-width: 767px) {
	.cta-testimonials {
		padding: 70px 0 80px 0;
	}

	.cta-testimonials h2 {
		font-size: 34px;
		line-height: 38px;
		padding: 0 0 45px 0;
	}

	.cta-testimonials figure {
		width: 130px;
		height: 130px;
		margin: 0 0 15px 0;
	}

	.cta-testimonials aside p {
		font-size: 16px;
		line-height: 26px;
	}

	.cta-testimonials aside .name-txt {
		font-size: 16px;
		line-height: 20px;
	}

	.cta-testimonials aside .position {
		font-size: 14px;
		line-height: 18px;
	}

	.cta-testimonials .carousel-controls {
		display: none;
	}

	.cta-testimonials .carousel-controls a.carousel-control-prev {
		left: 0;
	}

	.cta-testimonials .carousel-controls a.carousel-control-next {
		right: 0;
	}

	.cta-testimonials .slider-bg {
		padding: 0;
	}

	.cta-testimonials .carousel-indicators {
		display: block;
		margin: 40px 0 0 0;
	}
}


/*
 21.) Events - Info
----------------------------------------*/

.events-info {
	width: 100%;
	float: left;
	padding: 80px 0 100px 0;
}

.events-info .events-cont {
	width: 50.83%;
	float: left;
	/*padding: 0 30px;   */
}

.events-info .inner-content .events-cont:last-child {
	float: none;
	margin: 0 auto;
}

.events-info .events-cont figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 25px 0;
}

.events-info .events-cont figure img {
	width: 100%;
}

.events-info .events-cont aside {
	width: 100%;
	float: left;
}

.events-info .events-cont aside h3,
.events-info .events-cont h3.event_title {
	font-weight: 900;
	font-size: 24px;
	color: #8a12ab;
	line-height: 28px;
	padding: 0 0 5px 0;
}

.events-info .events-cont aside h3 a,
.events-info .events-cont h3.event_title a {
	font-weight: 900;
	color: #8a12ab;
	text-decoration: none;
}

.events-info .events-cont a:first-child {
	padding: 20px 30px;
	float: left;
	width: 100%;
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}

.events-info .events-cont a:first-child:hover,
.events-info .events-cont a:first-child:active,
.events-info .events-cont a:first-child:focus {
	box-shadow: rgba(0, 0, 0, .4) 0 0 50px;
}

.events-info .events-cont aside h3 a:hover,
.events-info .events-cont aside h3 a:focus,
.events-info .events-cont h3.event_title a:hover,
.events-info .events-cont h3.event_titlea:focus {
	color: #1e56a4;
}

.events-info .events-cont aside .date-txt {
	width: 100%;
	float: left;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding: 0 0 12px 0;
}

.events-info .events-cont aside .date-txt span.divider {
	font-weight: 400;
	padding: 0 5px;
}

.events-info .events-cont aside p {
	line-height: 26px;
}

.events-info .events-cont aside p:last-child {
	padding: 0 0 5px;
}

.events-info .events-cont aside .btn-out {
	padding: 5px 0 0 0;
}

.events-info .events-list {
	width: 40.83%;
	float: right;
}

.events-info .events-list .scroll-box {
	height: 530px;
}

.events-info .events-list .scrollable .scroll-bar {
	width: 12px;
	background: #dddddd;
	box-shadow: none;
}

.events-info .events-list .scrollable .scroll-bar .thumb {
	width: 12px;
	background: #8a12ab;
	left: 0;
}

.events-info .events-list .scrollable .scroll-bar.vertical {
	right: auto;
	left: 0;
}

.events-info .events-list .article {
	width: 100%;
	float: left;
}

.events-info .events-list .article .figure {
	width: 165px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 -165px 0 0;
	z-index: 10;
}

.events-info .events-list .article .figure img {
	width: 100%;
}

.events-info .events-list .article aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 183px;
	margin: 0 -2px;
}

.events-info .events-list .article aside h3 {
	font-weight: 900;
	font-size: 18px;
	color: #8a12ab;
	line-height: 22px;
	text-transform: uppercase;
}

.events-info .events-list .article aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.events-info .events-list .article aside ul li {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
	padding: 0 0 7px 20px;
}

.events-info .events-list .article aside ul li i {
	width: 15px;
	float: left;
	font-size: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}

.events-info .events-list .article aside ul li:before {
	display: none;
}

.events-info .events-list .article .box {
	width: 100%;
	float: left;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 21px 25px 21px 37px;
}

.events-info .events-list .article .box:hover,
.events-info .events-list .article .box:focus,
.events-info .events-list .article .box.active {
	background: #f3e7f6;
}

.events-info .events-list .article-out {
	width: 100%;
	float: left;
	position: relative;
}

.events-info .inner-content {
	width: 100%;
	float: left;
}

@media (max-width: 1199px) {
	.events-info .events-list {
		width: 44.83%;
	}
}

@media (max-width: 991px) {
	.events-info {
		padding: 80px 0 100px 0;
	}

	.events-info .container {
		max-width: 800px;
	}

	.events-info .events-cont {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.events-info .events-list {
		width: 100%;
	}

	.events-info .events-list .scroll-box {
		height: auto;
		min-height: 160px;
	}
}

@media (max-width: 767px) {
	.events-info {
		padding: 70px 0;

	}

	.events-info .container {
		max-width: 540px;
	}

	.events-info .events-cont {
		padding: 0 0 35px 0;
	}

	.events-info .events-list .scroll-box {
		height: 160px;
	}

	.events-info .events-list .article .figure {
		width: 145px;
		margin: 0 -145px 0 0;
	}

	.events-info .events-list .article aside {
		padding: 0 0 0 165px;
	}

	.events-info .events-list .article aside h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.events-info .events-list .article .box {
		padding: 20px 20px 20px 32px;
	}
}

@media (max-width: 479px) {
	.events-info .events-list .scroll-box {
		height: 155px;
		min-height: 155px;
	}

	.events-info .events-list .article .box {
		padding: 10px 0px 10px 20px;
	}

	.events-info .events-list .article .figure {
		width: 120px;
		margin: 0 -120px 0 0;
	}

	.events-info .events-list .article aside {
		padding: 0 0 0 125px;
	}
}


/*
 22.) FAQs - List
----------------------------------------*/

.faqs-list {
	width: 100%;
	float: left;
	padding: 75px 0 90px 0;
}

.faqs-list .container {
	max-width: 1200px;
}

@media (max-width: 991px) {
	.faqs-list {
		padding: 50px 0 60px 0;
	}
}

@media (max-width: 767px) {
	.faqs-list {
		padding: 30px 0 50px 0;
	}

	.faqs-list .container {
		max-width: 540px;
	}
}


/* FAQs - Form */
.faqs-form {
	width: 100%;
	float: left;
	padding: 19px 0 0 0;
}

.faqs-form .sub-title {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

.faqs-form h2 {
	width: 100%;
	float: left;
	font-weight: 300;
	font-style: italic;
	padding: 0 0 21px 0;
}

.faqs-form h2 strong {
	font-weight: 400;
}

.faqs-form h2:last-child {
	padding-bottom: 0;
}

.faqs-form ul {
	width: 100%;
	float: left;
	padding: 0 0 26px 0;
	margin: 0;
}

.faqs-form ul li:last-child {
	margin-bottom: 0;
}

.faqs-form ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 18px 0;
}

.faqs-form ul li.gfield_error,
.volunteer-form ul li.gfield_error {
	margin-bottom: 35px;
}

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

.faqs-form ul li.textarea-cl .field-with-icon i {
	top: 20px;
	margin: 0;
}

.faqs-form .btn,
.faqs-form button,
.faqs-form input[type="button"],
.faqs-form input[type="submit"] {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.faqs-form .gform_wrapper .validation_message {
	margin-top: -3px;
}

ul li.gfield.gform_validation_container {
	display: none;
}

@media (max-width: 991px) {
	.faqs-form {
		width: 100%;
		max-width: 360px;
		float: none;
		text-align: center;
		padding: 40px 0 0 0;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.faqs-form {
		max-width: 100%;
	}

	.faqs-form .sub-title {
		font-size: 14px;
	}
}


.page-sidebar .gform_widget {
	width: 100%;
	float: left;
	padding: 19px 0 0 0;
}

.page-sidebar .gform_widget .sub-title {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

.page-sidebar .gform_widget h2 {
	width: 100%;
	float: left;
	font-weight: 300;
	font-style: italic;
	padding: 0 0 21px 0;
}

.page-sidebar .gform_widget h2 strong {
	font-weight: 400;
}

.page-sidebar .gform_widget h2:last-child {
	padding-bottom: 0;
}

.page-sidebar .gform_widget ul {
	width: 100%;
	float: left;
	padding: 0 0 26px 0;
	margin: 0;
}

.page-sidebar .gform_widget ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 18px 0;
}

.page-sidebar .gform_widget ul li.gfield_error {
	padding-bottom: 15px;
}

.page-sidebar .gform_widget ul li:before {
	display: none;
}

.page-sidebar .gform_widget ul li:last-child {
	margin-bottom: 0;
}

.page-sidebar .gform_widget ul li.textarea-cl .field-with-icon i {
	top: 20px;
	margin: 0;
}

.page-sidebar .gform_widget .btn,
.page-sidebar .gform_widget button,
.page-sidebar .gform_widget input[type="button"],
.page-sidebar .gform_widget input[type="submit"] {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 991px) {
	.page-sidebar .gform_widget {
		width: 100%;
		max-width: 360px;
		float: none;
		text-align: center;
		padding: 40px 0 0 0;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.page-sidebar .gform_widget {
		max-width: 100%;
	}

	.page-sidebar .gform_widget .sub-title {
		font-size: 14px;
	}
}


/*
 23.) Blog - List
----------------------------------------*/

/* Post - Formats */
.post-formats {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 14px;
	color: #8a12ab;
	line-height: 22px;
	padding: 5px 0 40px 0;
}

.post-formats span {
	font-weight: 300;
	color: #000000;
	padding: 0 8px;
}

@media (max-width: 767px) {
	.post-formats {
		font-size: 13px;
		line-height: 20px;
		padding: 0 0 25px 0;
	}
}


/* Quote - Box */
.quote-box {
	width: 100%;
	min-height: 205px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
	color: #ffffff;
	line-height: 32px;
	background: #8a12ab url(../img/blockquote-bg.png) no-repeat left center;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	position: relative;
	overflow: hidden;
	padding: 45px 30% 30px 40px;
}

.quote-box .txt {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.quote-box .name {
	width: 100%;
	float: left;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
}

.quote-box:after {
	content: "\f10e";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-style: normal;
	font-size: 150px;
	line-height: 80px;
	position: absolute;
	top: 0;
	right: 23px;
}

@media (max-width: 991px) {
	.quote-box {
		min-height: 170px;
		font-size: 24px;
		line-height: 30px;
		padding-top: 35px;
	}

	.quote-box:after {
		font-size: 100px;
		line-height: 70px;
		right: 20px;
	}

	.quote-box .txt {
		padding: 0 0 30px 0;
	}

	.quote-box .name {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.quote-box {
		min-height: 150px;
		font-size: 20px;
		line-height: 24px;
		padding: 7% 85px 7% 7%;
		margin: 10px 0 20px 0;
	}

	.quote-box:after {
		font-size: 65px;
		line-height: 40px;
		right: 15px;
	}

	.quote-box .txt {
		padding: 0 0 25px 0;
	}

	.quote-box .name {
		font-size: 16px;
		line-height: 20px;
	}
}


/* Blog - List */
.blog-list {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}

.blog-list .container {
	/*max-width: 1100px;*/
}

.blog-list .article {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(153, 153, 153, 0.20);
	padding: 60px 0 50px 0;
}

.blog-list.archivos .article:first-child {
	padding-top: 0;
}

.blog-list .article:last-child {
	border-bottom: none;
}

.blog-list .article figure {
	max-width: 100%;
	float: none;
	text-align: center;
	border: 1px solid #dcdcdc;
	box-shadow: rgba(0, 0, 0, 0.15) -3px 3px 10px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 5px;
	display: inline-block;
}

.blog-list .article figure a {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.blog-list .article figure img {
	max-width: 100%;
	border-radius: 6px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.blog-list .article figure a:hover img,
.blog-list .article figure a:focus img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

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

.blog-list .article h2 {
	font-weight: 300;
	font-style: italic;
	padding-bottom: 10px;
}

.blog-list .article h2.post_titlos {
	color: #8a12ab;
}

.blog-list .article h2 strong {
	font-weight: 400;
}

.blog-list .article h2 a {
	font-weight: 300;
}

.blog-list .article a.post_link {
	float: left;
	width: 100%;
}

.blog-list .article a:hover,
.blog-list .article a:focus,
.blog-list .article a:active {
	text-decoration: none;
}

.blog-list .article p:last-child {
	padding-bottom: 0;
}

.blog-list .article .post-formats {
	padding: 0 0 10px 0;
}

.blog-list .article .post-formats:last-child {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.blog-list {
		padding: 0 0 10px 0;
	}

	.blog-list .article {
		padding: 40px 0;
	}
}


/*
 24.) Post - Page
----------------------------------------*/

.post-outer {
	width: 100%;
	float: left;
	position: relative;
}

/* Back To - Blog */
.back-to-blog {
	width: 150px;
	float: left;
	font-size: 16px;
	line-height: 1em;
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0;
}

.back-to-blog a {
	font-weight: 700;
	position: relative;
	padding: 0 0 0 22px;
}

.back-to-blog a:before {
	content: "\f0a8";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	line-height: 1em;
	position: absolute;
	top: 2px;
	left: 0;
}

@media (min-width:1200px) {
	.back-to-blog.archivos {
		top: 0;
	}
}

@media (max-width: 1199px) {
	.post-outer {
		padding-top: 15px;
	}

	.back-to-blog {
		top: -45px;
		left: 0;
		margin: 0;
	}

	.back-to-blog.archivos {
		top: -30px;
	}
}

@media (max-width: 991px) {
	.back-to-blog {
		top: -30px;
	}
}

@media (max-width: 767px) {
	.post-outer {
		padding-top: 30px;
	}

	.back-to-blog {
		top: -10px;
	}
}


/* Single Post - Pagination */
.single-post-pagination {
	width: 100%;
	float: left;
	text-align: center;
}

.single-post-pagination div {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0;
	margin: 0 34px;
}

.single-post-pagination div i {
	margin: 0 5px;
}

@media (max-width: 767px) {
	.single-post-pagination div {
		width: 50%;
		text-align: left;
		margin: 0 -2px;
	}

	.single-post-pagination div.nav-next {
		text-align: right;
	}
}


/* Sidebar - Widgets */
.post-sidebar {
	width: 100%;
	float: left;
	padding: 0 0 0 10px;
}

.post-sidebar aside {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 35px 0;
}

.post-sidebar aside:last-child {
	margin-bottom: 50px;
}

.post-sidebar aside h2 {
	width: 100%;
	float: left;
	font-weight: 900;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 0 20px 0;
}

.post-sidebar aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.post-sidebar aside ul li {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 13px 0;
	margin: 0;
}

.post-sidebar aside ul li.gfield_error {
	padding-bottom: 25px;
}

.post-sidebar aside ul li::before {
	display: none;
}

.post-sidebar aside ul li:last-child {
	padding-bottom: 0;
}

.post-sidebar aside ul li a {
	width: 100%;
	float: left;
	font-weight: 600;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

.post-sidebar .social-links ul li {
	padding: 0 0 22px 0;
}

.post-sidebar .social-links ul li a {
	padding: 0 0 0 28px;
	text-indent: 0;
}

.post-sidebar .social-links ul li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 21px;
}

.post-sidebar .social-links ul li i.fa-linkedin,
.post-sidebar .social-links ul li.linkedin i {
	font-size: 22px;
	color: #4b75fa;
	top: -1px;
}

.post-sidebar .social-links ul li i.fa-twitter,
.post-sidebar .social-links ul li.twitter i {
	font-size: 21px;
	color: #4ba8de;
}

.post-sidebar .social-links ul li i.fa-envelope,
.post-sidebar .social-links ul li.message i {
	font-size: 19px;
	color: #999999;
	top: 1px;
}

.post-sidebar .gform_widget form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.post-sidebar .gform_widget .btn,
.post-sidebar .gform_widget button,
.post-sidebar .gform_widget input[type="button"],
.post-sidebar .gform_widget input[type="submit"] {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}

@media (max-width: 1199px) {
	.post-sidebar {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.post-sidebar {
		width: 100%;
		display: block;
		text-align: left;
		border-top: 1px solid #cccccc;
		padding: 50px 0 0 0;
		margin: 50px 0 -50px 0;
	}
}

@media (max-width: 767px) {
	.post-sidebar {
		padding-top: 40px;
		margin: 40px 0 -50px 0;
	}
}


/*
 25.) Donate - Info
----------------------------------------*/

/* Check - Options */
.check-options {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 20px 0;
}

.check-options:last-child {
	padding-bottom: 0;
}

.check-options.disable {
	opacity: 0.5;
	pointer-events: none;
}

.check-options input[type=radio] {
	display: none;
}

.check-options input[type=checkbox] {
	position: absolute;
	margin-top: 5px;
	opacity: 0;
}

.check-options input[type=checkbox]:focus+label:before {
	outline: #007bff auto 2px;
}

.check-options label {
	width: 100%;
	min-height: 15px;
	float: left;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	text-transform: none;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0;
}

.check-options label:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	background-size: 15px auto;
	border-radius: 2px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}

.check-options input[type=checkbox]+label:before {
	background-image: url(../img/checkbox-01.png);
	background-position: top;
}

.check-options input[type=checkbox]:checked+label:before,
.check-options input[type=checkbox]:checked+label:focus:before {
	background-image: url(../img/checkbox-01.png);
	background-position: bottom;
}

@media (max-width: 991px) {
	.check-options label {
		font-size: 16px;
		line-height: 20px;
	}

	.check-options label:before {
		top: 3px;
	}
}

@media (max-width: 767px) {
	.check-options label {
		font-size: 15px;
		line-height: 20px;
	}
}


/* Custom - Check */
.cust-check {
	float: none;
	display: inline-table;
	vertical-align: top;
}

.cust-check input[type=checkbox],
.cust-check input[type=radio] {
	display: none;
}

.cust-check label {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	border: none;
	border-radius: 5px;
	box-shadow: inset #8a12ab 0 0 0 2px;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 25px;
	margin: 0;
}

.cust-check input[type=checkbox]+label,
.cust-check input[type=radio]+label {
	color: #8a12ab;
	background: #ffffff;
}

.cust-check input[type=radio]:checked+label,
.cust-check input[type=radio]:checked+label:focus,
.cust-check input[type=checkbox]:checked+label,
.cust-check input[type=checkbox]:checked+label:focus {
	color: #ffffff;
	background: #8a12ab;
}

@media (max-width: 991px) {
	.cust-check label {
		font-size: 16px;
		line-height: 20px;
	}

	.cust-check label:before {
		top: 3px;
	}
}

@media (max-width: 767px) {
	.cust-check label {
		font-size: 15px;
		line-height: 20px;
	}
}


/* Radio - Group */
[role="radiogroup"] {
	padding: 0;
	margin: 0;
	list-style: none;
}

[role="radiogroup"]:focus {
	outline: none;
}

[role="radio"][aria-checked="mixed"],
[role="radio"][aria-checked="true"] {
	color: #ffffff;
	background: #8a12ab;
}

[role="radio"].focus {
	color: #ffffff;
	background: #8a12ab;
}

[role="radio"]:hover {
	color: #ffffff;
	background: #8a12ab;
}


/* Donation - Info */
.donate-info {
	width: 100%;
	float: left;
	text-align: center;
	padding: 160px 0 125px 0;
}

.donate-info .donation-cont-wrap {
	display: none;
	float: left;
	width: 100%;
}

.donation-content .gform_wrapper ul {
	width: 100%;
	float: left;
	padding: 0 0 26px 0;
	margin: 0;
}

.donation-content .gform_wrapper ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 18px 0;
}

.donation-content .gform_wrapper ul li.gfield_error {
	padding-bottom: 15px;
}

.donation-content .gform_wrapper ul li:before {
	display: none;
}

.donation-content .gform_wrapper ul li:last-child {
	margin-bottom: 0;
}

.donation-content .gform_wrapper ul li.textarea-cl .field-with-icon i {
	top: 20px;
	margin: 0;
}

.donation-content .gform_wrapper .btn,
.donation-content .gform_wrapper button,
.donation-content .gform_wrapper input[type="button"],
.donation-content .gform_wrapper input[type="submit"] {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.donation-content .gform_wrapper textarea {
	height: 120px;
}

.donate-info h1,
.donate-info h2 {
	width: 100%;
	float: left;
	font-size: 48px;
	line-height: 52px;
	padding: 0 0 36px 0;
}

.donate-info h1 strong,
.donate-info h2 strong {
	font-weight: 900;
}

.donate-info h1:last-child,
.donate-info h2:last-child {
	padding-bottom: 0;
}

.donate-info .btn {
	padding: 10px 10px;
}

.donate-info .hero-img {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
}

.donate-info .hero-img img {
	width: 100%;
	min-width: 1200px;
	border-radius: 5px;
	margin: 0 -600px;
}

.donate-info .donate-box-out {
	width: 100%;
	float: left;
	padding: 0 8.33%;
	margin: -295px 0 0 0;
}

.donate-info .donate-box {
	width: 100%;
	float: left;
	background: #ffffff;
	border: 1px solid #c8c8c8;
	box-shadow: rgba(0, 0, 0, 0.20) 0 0 30px;
	border-radius: 6px;
	padding: 40px;
}

.donate-info .thank-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 55px 0;
	margin: 0 0 45px 0;
}

.donate-info .thank-cont:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.donate-info .thank-cont aside {
	width: 100%;
	max-width: 570px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.donate-info .thank-cont aside h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 23px 0;
}

.donate-info .thank-cont aside p {
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 5px 0;
}

.donate-info .thank-cont aside .icon-out {
	width: 100%;
	float: left;
	font-size: 48px;
	color: #8a12ab;
	padding: 0 0 35px 0;
}

.donate-info .thank-cont aside .name-txt {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

.donate-info .donate-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 60px 0;
	margin: 0 0 45px 0;
}

.donate-info .donate-cont:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.donate-info .donate-cont .donation-row {
	width: 100%;
	float: left;
	text-align: left;
}

.donate-info .donate-cont h3 {
	width: 100%;
	float: left;
	font-weight: 700;
	color: #8a12ab;
	padding: 0 0 35px 0;
}

.donate-info .donate-cont h4 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 15px 0;
}

.donate-info .donate-cont h4 span {
	width: 170px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.donate-info .donate-cont h4 span.tootle-tip {
	width: 185px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	position: relative;
	background: #efeff2;
	padding: 5px 8px;
	margin: 0 -185px 0 0;
}

.donate-info .donate-cont h4 span.tootle-tip:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 13px solid #efeff2;
	position: absolute;
	top: 50%;
	left: -13px;
	margin: -9px 0 0 0;
}

.donate-info .donate-cont .qty {
	width: 100%;
	float: left;
}

.donate-info .donate-cont .qty label {
	width: auto;
	float: left;
	font-weight: 900;
	font-size: 36px;
	color: #8a12ab;
	line-height: 40px;
	padding: 0;
	margin: 0 10px 10px 0;
}

.donate-info .donate-cont .qty label.hidden {
	display: none;
}

.donate-info .donate-cont .qty .qty-in {
	width: 85px;
	height: 40px;
	float: left;
	position: relative;
}

.donate-info .donate-cont .qty .number {
	width: 83px;
	height: 40px;
	float: left;
	font-weight: 900;
	font-size: 18px;
	color: #595959;
	text-align: left;
	line-height: 38px;
	background: #ffffff;
	border: 1px solid #595959;
	border-radius: 6px;
	padding: 0 20px 0 12px;
	margin: 0;
}

.donate-info .donate-cont .qty .plusminus {
	width: 11px;
	height: 18px;
	float: right;
	border: 1px solid #d2d2d2;
	border-radius: 11px;
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -8px 0 0 0;

}

.donate-info .donate-cont .qty .increment {
	width: 100%;
	height: 7px;
	float: left;
	cursor: pointer;
	line-height: inherit;
	border: none;
	background: url(../img/increment.png) no-repeat center center;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.donate-info .donate-cont .qty .decrement {
	width: 100%;
	height: 7px;
	float: left;
	cursor: pointer;
	line-height: inherit;
	border: none;
	background: url(../img/decrement.png) no-repeat center center;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.donate-info .donate-cont .choose-amount {
	width: 240px;
	float: left;
	position: relative;
	margin: 0 -240px 0 0;
	z-index: 10;
}

.donate-info .donate-cont .choose-amount h4 {
	padding: 13px 0 18px 0;
}

.donate-info .donate-cont .choose-frequency {
	width: 100%;
	float: left;
	padding: 0 0 0 310px;
}

.donate-info .donate-cont .choose-frequency .btn {
	width: 100%;
	max-width: 128px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 9px 22px 9px;
}

.donate-info .donate-cont .choose-frequency .btn-out {
	width: 110%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -10% -22px -9px;
}

.donate-info .donate-cont .choose-frequency ul {
	width: 110%;
	float: left;
	padding: 0;
	margin: 0 -10% -22px -9px;
}

.donate-info .donate-cont .choose-frequency ul li {
	width: 128px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 9px 22px 9px;
}

.donate-info .donate-cont .choose-frequency ul li:before {
	display: none;
}

.donate-info .donate-cont .choose-frequency .cust-check {
	width: 100%;
}

.donate-info .donate-cont .choose-frequency .cust-check label {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.donate-info .payment-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 65px 0;
	margin: 0 0 35px 0;
}

.donate-info .payment-cont h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	padding: 0 0 10px 0;
}

.donate-info .payment-cont:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.donate-info .payment-cont aside {
	width: 100%;
	float: left;
}

.donate-info .payment-cont aside h3 {
	font-weight: 700;
	color: #8a12ab;
}

.donate-info .payment-cont aside p {
	font-size: 18px;
}

.donate-info .payment-cont .payment-options {
	width: 100%;
	float: left;
	padding: 28px 0 0 0;
}

.donate-info .payment-cont .payment-options .btn {
	width: 100%;
	margin: 0 0 17px 0;
}

.donate-info .payment-cont .payment-options .cust-check {
	width: 100%;
	float: left;
	margin: 0 0 17px 0;
}

.donate-info .payment-cont .payment-options .cust-check label {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.donate-info .payment-cont .payment-options .cards {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.donate-info .payment-cont .payment-options .cards img {
	max-width: 100%;
	margin-right: 10px;
}

.donate-info .payment-cont .payment-options .cards img:last-child {
	margin-right: 0;
}

.donate-info .payment-cont .payment-options .split {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.donate-info .payment-cont .payment-options .divider {
	width: 40px;
	height: 40px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 40px;
}

.donate-info .payment-cont .payment-options .split.credit-debit {
	width: 205px;
}


.donate-info .payment-cont .payment-options .split.paypal {
	width: 145px;
}

.donate-info .payment-cont .payment-options .split.paypal .cards img {
	width: 105px;
}

.donate-info .donation-content,
.donate-info .purpose-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 60px 0;
	margin: 0 0 40px 0;
}

.donate-info .purpose-cont aside {
	width: 100%;
	float: left;
	padding: 0 0 45px 0;
}

.donate-info .purpose-cont aside:last-child {
	padding-bottom: 0;
}

.donate-info .purpose-cont aside h3 {
	font-weight: 700;
	color: #8a12ab;
}

.donate-info .purpose-cont aside h3 em {
	font-weight: 300;
}

.donate-info .purpose-cont aside h3:last-child {
	padding-bottom: 0;
}

.donate-info .purpose-cont aside p {
	font-size: 18px;
}

.donate-info .purpose-cont aside p:last-child {
	padding-bottom: 0;
}

.donate-info .purpose-cont .choose-descripe {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.donate-info .purpose-cont .choose-descripe .txt-row {
	width: 48%;
	float: left;
	padding-bottom: 40px;
}

.donate-info .purpose-cont .choose-descripe .txt-row:last-child {
	float: right;
}

.donate-info .purpose-cont .choose-descripe .field-with-icon {
	width: 100%;
	float: left;
}

.donate-info .purpose-cont .choose-descripe .field-with-icon .textarea {
	height: 80px;
}

.donate-info .purpose-cont .choose-descripe .field-with-icon i {
	top: 16px;
	right: 11px;
	margin: 0;
}

.donate-info .purpose-cont .gform_button i {
	display: none !important;
}

.donate-info .purpose-cont .gform_button,
.donate-info .purpose-cont .btn-donate {
	width: 100%;
	max-width: 590px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	text-transform: none;
	text-decoration: none;
	background: #8a12ab;
	border: none;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 19px 90px 21px 10px;
}

.donate-info .purpose-cont .gform_button:before,
.donate-info .purpose-cont .btn-donate:before {
	content: "\f164";
	width: 80px;
	height: 80px;
	float: right;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 36px;
	color: #ffffff;
	line-height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 5px 0;
	background: rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.donate-info .purpose-cont .gform_button:hover,
.donate-info .purpose-cont .gform_button:focus,
.donate-info .purpose-cont .gform_button:active,
.donate-info .purpose-cont .gform_button:active:focus,
.donate-info .purpose-cont .gform_button.active,
.donate-info .purpose-cont .gform_button.active:focus,
.donate-info .purpose-cont .btn-donate:hover,
.donate-info .purpose-cont .btn-donate:focus,
.donate-info .purpose-cont .btn-donate:active,
.donate-info .purpose-cont .btn-donate:active:focus,
.donate-info .purpose-cont .btn-donate.active,
.donate-info .purpose-cont .btn-donate.active:focus {
	color: #8a12ab;
	background: none;
	box-shadow: inset #8a12ab 0 0 0 2px;
}

.donate-info .purpose-cont .gform_button:hover:before,
.donate-info .purpose-cont .gform_button:focus:before,
.donate-info .purpose-cont .gform_button:active:before,
.donate-info .purpose-cont .gform_button:active:focus:before,
.donate-info .purpose-cont .gform_button.active:before,
.donate-info .purpose-cont .gform_button.active:focus:before,
.donate-info .purpose-cont .btn-donate:hover:before,
.donate-info .purpose-cont .btn-donate:focus:before,
.donate-info .purpose-cont .btn-donate:active:before,
.donate-info .purpose-cont .btn-donate:active:focus:before,
.donate-info .purpose-cont .btn-donate.active:before,
.donate-info .purpose-cont .btn-donate.active:focus:before {
	color: #8a12ab;
}

.donate-info .purpose-cont .btn-donate.disabled {
	opacity: 0.6;
}

.donate-info .btm-cont {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 35px;
}

.donate-info .btm-cont p {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}

.donate-info .btm-cont aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 145px 0 0;
	margin: 0 -2px;
}

.donate-info .btm-cont .icon-out {
	width: 85px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 -85px;
	z-index: 10;
}

.donate-info .btm-cont .icon-out .icon {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 3px 0;
}

.donate-info .btm-cont .icon-out .icon img {
	width: 100%;
}

@media (max-width: 991px) {
	.donate-info {
		padding: 105px 0 100px 0;
	}

	.donate-info .container {
		padding: 0;
	}

	.donate-info h1,
	.donate-info h2 {
		font-size: 42px;
		line-height: 46px;
		padding: 0 0 31px 0;
	}

	.donate-info .hero-img {
		border-radius: 0;
	}

	.donate-info .hero-img img {
		min-width: 1000px;
		border-radius: 0;
		margin: 0 -500px;
	}

	.donate-info .donate-box-out {
		padding: 0 60px;
		margin: -245px 0 0 0;
	}

	.donate-info .donate-box {
		padding: 35px 35px 40px 35px;
	}

	.donate-info .thank-cont {
		padding: 0 0 50px 0;
		margin: 0 0 40px 0;
	}

	.donate-info .thank-cont aside h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.donate-info .thank-cont aside p {
		font-size: 20px;
		line-height: 28px;
	}

	.donate-info .thank-cont aside .icon-out {
		font-size: 44px;
		padding: 0 0 30px 0;
	}

	.donate-info .donate-cont {
		padding: 0 0 0px 0;
		margin: 0 0 40px 0;
	}

	.donate-info .donate-cont h3 {
		padding: 0 0 30px 0;
	}

	.donate-info .donate-cont .qty label {
		font-size: 32px;
	}

	.donate-info .donate-cont .choose-amount {
		/*width: 100%;
	padding: 0;*/
		margin: 0 0 20px 0;
	}

	.donate-info .donate-cont .choose-frequency {
		width: 110%;
		padding: 0;
		margin: 0;
	}

	.donate-info .payment-cont {
		padding: 0 0 50px 0;
		margin: 0 0 30px 0;
	}

	.donate-info .purpose-cont .choose-descripe {
		padding: 0 0 20px 0;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row {
		width: 100%;
	}

	.donate-info .purpose-cont .gform_button,
	.donate-info .purpose-cont .btn-donate {
		max-width: 450px;
		font-size: 32px;
		line-height: 36px;
		padding: 16px 80px 18px 10px;
	}

	.donate-info .purpose-cont .gform_button:before,
	.donate-info .purpose-cont .btn-donate:before {
		width: 70px;
		height: 70px;
		font-size: 32px;
		line-height: 70px;
	}

	.donate-info .btm-cont {
		padding: 0 20px;
	}

	.donate-info .payment-cont h2 {
		font-size: 30px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.donate-info {
		padding: 90px 0 70px 0;
	}

	.donate-info .container {
		max-width: 100%;
	}

	.donate-info h1,
	.donate-info h2 {
		font-size: 34px;
		line-height: 38px;
		padding: 0 0 27px 0;
	}

	.donate-info .hero-img {
		width: 100%;
		float: left;
		text-align: center;
		overflow: hidden;
		border-radius: 0;
	}

	.donate-info .hero-img img {
		min-width: 800px;
		border-radius: 0;
		margin: 0 -400px;
	}

	.donate-info .donate-box-out {
		max-width: 520px;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		margin: -180px 0 0 0;
	}

	.donate-info .donate-box {
		padding: 30px 20px;
	}

	.donate-info .thank-cont {
		padding: 0 0 45px 0;
		margin: 0 0 40px 0;
	}

	.donate-info .thank-cont aside h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.donate-info .thank-cont aside p {
		font-size: 18px;
		line-height: 26px;
	}

	.donate-info .thank-cont aside .icon-out {
		font-size: 40px;
		padding: 0 0 26px 0;
	}

	.donate-info .donate-cont {
		padding: 0 0 40px 0;
		margin: 0 0 40px 0;
	}

	.donate-info .donate-cont .donation-row {
		text-align: center;
	}

	.donate-info .donate-cont h3 {
		padding: 0 0 26px 0;
	}

	.donate-info .donate-cont h4 {
		padding: 0 0 25px 0;
	}

	.donate-info .donate-cont h4 span {
		width: 100%;
		float: left;
		padding: 0 0 20px 0;
	}

	.donate-info .donate-cont h4 span.tootle-tip {
		margin: 0;
	}

	.donate-info .donate-cont h4 span.tootle-tip:before {
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 13px solid #efeff2;
		border-top: none;
		position: absolute;
		top: -13px;
		left: 50%;
		margin: 0 0 0 -9px;
	}

	.donate-info .donate-cont .qty label {
		float: none;
		display: inline-block;
		vertical-align: middle;
		font-size: 28px;
		line-height: 32px;
		padding: 0;
		margin: 5px;
	}

	.donate-info .donate-cont .qty .qty-in {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 5px;
	}

	.donate-info .donate-cont .choose-amount {
		margin: 0 0 40px 0;
	}

	.donate-info .donate-cont .choose-amount h4 {
		padding: 0 0 10px 0;
	}

	.donate-info .donate-cont .choose-frequency {
		width: 100%;
		text-align: center;
		padding: 0 8%;
		margin: 0;
	}

	.donate-info .donate-cont .choose-frequency .btn {
		margin: 0 7px 14px 7px;
	}

	.donate-info .donate-cont .choose-frequency .btn-out {
		margin: 0 -40px -14px -40px;
	}

	.donate-info .donate-cont .choose-frequency ul {
		width: auto;
		max-width: 300px;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 -40px -14px -40px;
	}

	.donate-info .donate-cont .choose-frequency ul li {
		margin: 0 7px 14px 7px;
	}

	.donate-info .payment-cont {
		padding: 0 0 45px 0;
		margin: 0 0 40px 0;
	}

	.donate-info .payment-cont aside p {
		font-size: 16px;
	}

	.donate-info .payment-cont .payment-options {
		padding: 15px 0 0 0;
	}

	.donate-info .payment-cont .payment-options .divider {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

	.donate-info .purpose-cont {
		padding: 0 0 40px 0;
		margin: 0 0 30px 0;
	}

	.donate-info .purpose-cont aside {
		padding: 0 0 25px 0;
	}

	.donate-info .purpose-cont aside p {
		font-size: 16px;
	}

	.donate-info .purpose-cont .choose-descripe {
		padding: 0 0 15px 0;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row {
		padding-bottom: 30px;
	}

	.donate-info .purpose-cont .gform_button,
	.donate-info .purpose-cont .btn-donate {
		max-width: 100%;
		font-size: 26px;
		line-height: 30px;
		padding: 12px 55px 13px 10px;
	}

	.donate-info .purpose-cont .gform_button:before,
	.donate-info .purpose-cont .btn-donate:before {
		width: 50px;
		height: 55px;
		font-size: 26px;
		line-height: 55px;
	}

	.donate-info .btm-cont {
		padding: 0;
	}

	.donate-info .btm-cont aside {
		padding: 0;
		margin: 0;
	}

	.donate-info .btm-cont .icon-out {
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}

	.donate-info .btm-cont .icon-out .icon img {
		max-width: 85px;
	}

	.donate-info .payment-cont h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 399px) {
	.donate-info .donate-cont .choose-frequency {
		width: 110%;
		padding: 0;
		margin: 0 -5%;
	}
}


/*
 26.) CTA - Video - Band
----------------------------------------*/

.cta-video-band {
	width: 100%;
	float: left;
	color: #ffffff;
	text-align: center;
	background: #000000;
	overflow: hidden;
	position: relative;
}

.cta-video-band figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.cta-video-band figure img {
	width: 100%;
	min-width: 1000px;
	margin: 0 -500px;
}

.cta-video-band .video-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.cta-video-band .video-cont h2,
.cta-video-band .video-cont span {
	font-weight: 300;
	font-style: italic;
	font-size: 48px;
	color: #ffffff;
	line-height: 52px;
	letter-spacing: -0.01em;
	display: block;
}

.cta-video-band .video-cont h2:last-child {
	padding-bottom: 0;
}

.cta-video-band .video-cont h2 strong,
.cta-video-band .video-cont span strong {
	font-weight: 400;
}

.cta-video-band .video-cont h2 a,
.cta-video-band .video-cont span a {
	font-weight: 300;
	color: #ffffff;
}

.cta-video-band .video-cont h2 a:hover,
.cta-video-band .video-cont h2 a:focus {
	color: #ffffff;
}

.cta-video-band .video-cont p {
	color: #ffffff;
	padding: 0;
}

.cta-video-band .video-cont p:last-child {
	padding-bottom: 0;
}

.cta-video-band .video-cont .icon-play {
	width: 84px;
	height: 84px;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	text-indent: -99999px;
	margin: 0 0 35px 0;
}

.cta-video-band .video-cont .icon-play:before {
	text-indent: 0;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}

.cta-video-band .video-cont aside {
	width: 100%;
	max-width: 800px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 991px) {

	.cta-video-band .video-cont h2,
	.cta-video-band .video-cont span {
		font-size: 42px;
		line-height: 48px;
	}

	.cta-video-band .video-cont .icon-play {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 767px) {

	.cta-video-band .video-cont h2,
	.cta-video-band .video-cont span {
		font-size: 34px;
		line-height: 38px;
	}

	.cta-video-band .video-cont .icon-play {
		width: 70px;
		height: 70px;
		margin: 0 0 22px 0;
	}

	.cta-video-band .video-cont aside {
		max-width: 1000%;
	}
}


/*
 27.) Videos - List
----------------------------------------*/

.videos-list {
	width: 100%;
	float: left;
	padding: 90px 0;
}

.videos-list .container {
	max-width: 1200px;
}

.videos-list h2 {
	width: 100%;
	float: left;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	padding: 0 0 40px 0;
}

.videos-list h2 strong {
	font-weight: 400;
}

.videos-list h2:last-child {
	padding-bottom: 0;
}

.videos-list .article {
	width: 39.10%;
	float: left;
	margin: 0 5.45% 35px 5.45%;
}

.videos-list .article h3 {
	font-weight: 700;
	font-size: 20px;
	color: #8a12ab;
	line-height: 26px;
}

.videos-list .article h3:last-child {
	padding-bottom: 0;
}

.videos-list .article figure {
	width: 100%;
	float: left;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.15) -6px 6px 10px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 25px 0;
}

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

.videos-list .article figure img {
	width: 100%;
	min-width: 360px;
	margin: 0 -180px;
}

.videos-list .article-out {
	width: 110.90%;
	float: left;
	padding: 0 0 35px 0;
	margin: 0 -5.45% -35px -5.45%;
}

.videos-list .article-out:last-child {
	padding-bottom: 0;
}

.videos-list .btn-out {
	text-align: center;
}

@media (max-width: 991px) {
	.videos-list {
		padding: 70px 0;
	}

	.videos-list .container {
		padding: 0 40px;
	}

	.videos-list .article {
		width: 42.50%;
		margin: 0 3.35% 35px 3.35%;
	}

	.videos-list .article-out {
		width: 107.50%;
		padding: 0 0 35px 0;
		margin: 0 -3.35% -35px -3.35%;
	}
}

@media (max-width: 767px) {
	.videos-list {
		padding: 50px 0;
	}

	.videos-list .container {
		max-width: 540px;
		padding: 0 20px;
	}

	.videos-list h2 {
		padding: 0 0 27px 0;
	}

	.videos-list .article {
		width: 100%;
		margin: 0 0 35px 0;
	}

	.videos-list .article h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.videos-list .article figure {
		margin: 0 0 21px 0;
	}

	.videos-list .article figure img {
		min-width: 100%;
		margin: 0;
	}

	.videos-list .article-out {
		width: 100%;
		padding: 0 0 35px 0;
		margin: 0 0 -35px 0;
	}
}


/*
 28.) CTA - Banner2
----------------------------------------*/

.cta-banner2 {
	width: 100%;
	float: left;
	min-height: 600px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #1c63a6 url(../img/toolkit-4a.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.cta-banner2 aside {
	width: 100%;
	max-width: 775px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(16, 84, 121, 0.92);
	border-radius: 5px;
	padding: 33px 20px 37px 20px;
	position: relative;
	z-index: 2;
}

.cta-banner2 aside h2 {
	color: #ffffff;
	padding: 0 0 16px 0;
}

.cta-banner2 aside h2:last-child {
	padding-bottom: 0;
}

.cta-banner2 aside h2 strong {
	font-weight: 700;
}

.cta-banner2 aside p {
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: -0.01em;
}

.cta-banner2 aside p:last-child {
	padding-bottom: 0;
}

.cta-banner2 aside p a {
	font-weight: 700;
}

.cta-banner2 a {
	color: #ffffff;
	text-decoration: underline;
}

.cta-banner2 a:hover {
	text-decoration: none;
}

.cta-banner2 aside .btn-out {
	padding: 35px 0 0 0;
}

.cta-banner2 aside .btn-out a {
	text-decoration: none !important;
}

.cta-banner2.dark {
	background-image: url(../img/toolkit-4a-dark.jpg);
}

.cta-banner2.dark aside {
	background: none;
	border-radius: 0;
}

.cta-banner2.banner2 {
	background-image: url(../img/toolkit-4b.jpg);
}

.cta-banner2.banner2 aside {
	max-width: 835px;
}

.cta-banner2.banner2.dark {
	background-image: url(../img/toolkit-4b-dark.jpg);
}

.cta-banner2.banner2.dark aside {
	background: none;
	border-radius: 0;
}

.cta-banner2.banner3 {
	background-image: url(../img/toolkit-4c.jpg);
}

.cta-banner2.banner3 aside {
	max-width: 795px;
}

.cta-banner2.banner3.dark {
	background-image: url(../img/toolkit-4c-dark.jpg);
}

.cta-banner2.banner3.dark aside {
	background: none;
	border-radius: 0;
}

.cta-banner2.banner4 {
	background-image: url(../img/toolkit-4d.jpg);
}

.cta-banner2.banner4 aside {
	max-width: 683px;
}

.cta-banner2.banner4.dark {
	background-image: url(../img/toolkit-4d-dark.jpg);
}

.cta-banner2.banner4.dark aside {
	background: none;
	border-radius: 0;
}

@media (max-width: 991px) {
	.cta-banner2 {
		padding: 110px 0 120px 0;
	}
}

@media (max-width: 767px) {
	.cta-banner2 {
		padding: 73px 0 80px 0;
	}

	.cta-banner2 aside {
		max-width: 100%;
	}

	.cta-banner2 aside p {
		font-size: 18px;
		line-height: 28px;
	}

	.cta-banner2 aside .btn-out {
		padding: 27px 0 0 0;
	}

	.cta-banner2.banner2 aside {
		max-width: 100%;
	}

	.cta-banner2.banner4 aside {
		max-width: 100%;
	}
}


.form-band-wrap {
	float: left;
	width: 100%;
}


/*
 29.) Fancybox
----------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	border: 1px solid #154a8e;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	/*background-image: url('../img/fancybox_sprite.png');*/
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -40px;
	right: 3px;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f00d";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 34px;
	color: #f0d805;
	line-height: 30px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: -30px;
}

.fancybox-next {
	right: -30px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	float: left;
	background: none;
	border: none;
	border-radius: 100px !important;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav span:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f104";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 34px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .70;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-next span:before {
	content: "\f105";
	padding-left: 3px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .80);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 3px 20px 0 20px;
	background: transparent;
	background: #f8962d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #f8962d;
}

@media (max-width: 767px) {
	.fancybox-close {
		top: -35px;
		right: 0;
	}

	.fancybox-close:before {
		font-size: 26px;
	}
}


/* Fancybox - Team */
.fancybox-team .fancybox-close {
	display: none;
}


/*
 30.) Title - Description - (Notes)
----------------------------------------*/

.notes-title {
	width: 100%;
	float: left;
	padding: 60px 0 40px 0;
}

.notes-title p {
	font-weight: 700;
	font-size: 20px;
	color: #4b4e53;
	line-height: 24px;
	padding: 0;
}

@media (max-width: 991px) {
	.notes-title {
		padding: 40px 0 20px 0;
	}

	.notes-title .container {
		padding: 0 80px;
	}

	.notes-title p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.notes-title {
		padding: 30px 0 20px 0;
	}

	.notes-title .container {
		padding: 0 20px;
	}

	.notes-title p {
		font-size: 16px;
		line-height: 20px;
	}
}


/*
 31.) Background and Text - Colors
----------------------------------------*/

/* Padding/Margin - None */
.ptop-none {
	padding-top: 0 !important;
}

.pbottom-none {
	padding-bottom: 0 !important;
}

.mtop-none {
	margin-top: 0 !important;
}

.mbottom-none {
	margin-bottom: 0 !important;
}

.footer-border-none {
	border: none !important;
	padding-bottom: 30px;
}



/* Colors */
.purple {
	color: #8a12ab !important;
}

.blue {
	color: #1e56a4 !important;
}

.yellow {
	color: #f0d805 !important;
}

.purple-bg {
	background-color: #8a12ab !important;
}

.blue-bg {
	background-color: #1e56a4 !important;
}

.yellow-bg {
	background-color: #f0d805 !important;
}


/* ---------------------------- Begin WordPress Core ---------------------------- */
img {
	max-width: 100%;
	height: auto;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 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: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@media (max-width: 600px) {

	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone,
	a img.alignright,
	a img.alignleft,
	a img.alignnone,
	a img.aligncenter {
		float: none;
		margin: 5px auto;
		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 ---------------------------- */



/* Color contrast testing */
@media screen and (-ms-high-contrast: active) {
	i {
		color: #ffffff !important;
		visibility: visible !important;
	}

	blockquote:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	button,
	input[type="button"],
	input[type="submit"] {
		color: #ffffff !important;
		border: 1px solid #ffffff !important;
	}

	.owl-nav div {
		color: #ffffff !important;
	}

	.owl-nav div:before {
		color: #ffffff !important;
	}

	.owl-dots .owl-dot {
		border: 2px solid #ffffff !important;
	}

	.owl-dots .owl-dot:before {
		background: #ffffff !important;
	}

	.header-main .main-menu ul li ul li.menu-item-has-children>a:before {
		color: #ffffff !important;
	}

	.file-links p a:after {
		visibility: visible !important;
	}

	.icon-play:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.social-feeds .box-out {
		width: 100%;
		padding: 70px 0;
	}

	.social-feeds .box.news {
		width: 50%;
		max-width: 50%;
	}

	.social-feeds .box.facebook-feed {
		width: 50%;
		max-width: 50%;
		float: left;
	}

	.top-clicks .article {
		height: 300px;
	}

	.top-clicks .article aside .btn-out {
		position: static;
		bottom: 0;
		left: 0;
		padding: 20px 0 0 0;
	}

	.feature-list2 {
		background: none;
	}

	.feature-list2 .article .icon-out {
		color: #000000;
		background: #ffffff;
	}

	.feature-list .article {
		padding: 0 40px;
	}

	.volunteer-form ul {
		padding: 0 10px 0 0;
	}

	.volunteer-form ul:nth-child(even) {
		width: 50%;
		float: left;
		padding: 0 0 0 10px;
	}

	.scrollable .scroll-bar {
		background: #000000;
	}

	.scrollable .scroll-bar .thumb {
		background: #ffffff;
	}

	.events-info .events-list .scrollable .scroll-bar {
		background: #000000;
	}

	.events-info .events-list .scrollable .scroll-bar .thumb {
		background: #ffffff;
	}

	.events-info .events-list .article .box:hover,
	.events-info .events-list .article .box:focus,
	.events-info .events-list .article .box.active {
		background: #666666;
	}

	.form-band-wrap .map a:before,
	.footer-main .map a:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.accord-list .card-header a:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.quote-box:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.back-to-blog a:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.check-options label:before {
		visibility: visible !important;
	}

	.donate-info .donate-cont h4 span.tootle-tip:before {
		visibility: visible !important;
		border-right: 13px solid #ffffff !important;
	}

	.donate-info .purpose-cont .gform_button:before,
	.donate-info .purpose-cont .btn-donate:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row {
		width: 100%;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row:last-child {
		width: 100%;
	}

	.donate-info .btm-cont aside {
		padding: 0;
		margin: 0;
	}

	.donate-info .btm-cont .icon-out {
		margin: 0;
	}

	.fancybox-close:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.fancybox-nav span:before {
		color: #ffffff !important;
		visibility: visible !important;
	}
}

@media screen and (-ms-high-contrast: black-on-white) {
	i {
		color: #ffffff !important;
		visibility: visible !important;
	}

	blockquote:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	button,
	input[type="button"],
	input[type="submit"] {
		color: #ffffff !important;
		border: 1px solid #ffffff !important;
	}

	.owl-nav div {
		color: #ffffff !important;
	}

	.owl-nav div:before {
		color: #ffffff !important;
	}

	.owl-dots .owl-dot {
		border: 2px solid #ffffff !important;
	}

	.owl-dots .owl-dot:before {
		background: #ffffff !important;
	}

	.header-main .main-menu ul li ul li.menu-item-has-children>a:before {
		color: #ffffff !important;
	}

	.file-links p a:after {
		visibility: visible !important;
	}

	.icon-play:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.social-feeds .box-out {
		width: 100%;
		padding: 70px 0;
	}

	.social-feeds .box.news {
		width: 50%;
		max-width: 50%;
	}

	.social-feeds .box.facebook-feed {
		width: 50%;
		max-width: 50%;
		float: left;
	}

	.top-clicks .article {
		height: 300px;
	}

	.top-clicks .article aside .btn-out {
		position: static;
		bottom: 0;
		left: 0;
		padding: 20px 0 0 0;
	}

	.feature-list2 {
		background: none;
	}

	.feature-list2 .article .icon-out {
		color: #000000;
		background: #ffffff;
	}

	.feature-list .article {
		padding: 0 40px;
	}

	.volunteer-form ul {
		width: 50%;
		padding: 0 10px 0 0;
	}

	.volunteer-form ul:nth-child(even) {
		width: 50%;
		float: left;
		padding: 0 0 0 10px;
	}

	.scrollable .scroll-bar {
		background: #000000;
	}

	.scrollable .scroll-bar .thumb {
		background: #ffffff;
	}

	.events-info .events-list .scrollable .scroll-bar {
		background: #000000;
	}

	.events-info .events-list .scrollable .scroll-bar .thumb {
		background: #ffffff;
	}

	.events-info .events-list .article .box:hover,
	.events-info .events-list .article .box:focus,
	.events-info .events-list .article .box.active {
		background: #666666;
	}

	.footer-main .map a:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.accord-list .card-header a:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.quote-box:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.back-to-blog a:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.check-options label:before {
		visibility: visible !important;
	}

	.donate-info .donate-cont h4 span.tootle-tip:before {
		visibility: visible !important;
		border-right: 13px solid #ffffff !important;
	}

	.donate-info .purpose-cont .gform_button:before,
	.donate-info .purpose-cont .btn-donate:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row {
		width: 100%;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row:last-child {
		width: 100%;
	}

	.donate-info .btm-cont aside {
		padding: 0;
		margin: 0;
	}

	.donate-info .btm-cont .icon-out {
		margin: 0;
	}

	.fancybox-close:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.fancybox-nav span:before {
		color: #ffffff !important;
		visibility: visible !important;
	}
}

@media screen and (-ms-high-contrast: white-on-black) {
	i {
		color: #ffffff !important;
		visibility: visible !important;
	}

	blockquote:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	button,
	input[type="button"],
	input[type="submit"] {
		color: #ffffff !important;
		border: 1px solid #ffffff !important;
	}

	.owl-nav div {
		color: #ffffff !important;
	}

	.owl-nav div:before {
		color: #ffffff !important;
	}

	.owl-dots .owl-dot {
		border: 2px solid #ffffff !important;
	}

	.owl-dots .owl-dot:before {
		background: #ffffff !important;
	}

	.header-main .main-menu ul li ul li.menu-item-has-children>a:before {
		color: #ffffff !important;
	}

	.file-links p a:after {
		visibility: visible !important;
	}

	.icon-play:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.social-feeds .box-out {
		width: 100%;
		padding: 70px 0;
	}

	.social-feeds .box.news {
		width: 50%;
		max-width: 50%;
	}

	.social-feeds .box.facebook-feed {
		width: 50%;
		max-width: 50%;
		float: left;
	}

	.top-clicks .article {
		height: 300px;
	}

	.top-clicks .article aside .btn-out {
		position: static;
		bottom: 0;
		left: 0;
		padding: 20px 0 0 0;
	}

	.feature-list2 {
		background: none;
	}

	.feature-list2 .article .icon-out {
		color: #000000;
		background: #ffffff;
	}

	.feature-list .article {
		padding: 0 40px;
	}

	.volunteer-form ul {
		padding: 0 10px 0 0;
	}

	.volunteer-form ul:nth-child(even) {
		width: 50%;
		float: left;
		padding: 0 0 0 10px;
	}

	.scrollable .scroll-bar {
		background: #000000;
	}

	.scrollable .scroll-bar .thumb {
		background: #ffffff;
	}

	.events-info .events-list .scrollable .scroll-bar {
		background: #000000;
	}

	.events-info .events-list .scrollable .scroll-bar .thumb {
		background: #ffffff;
	}

	.events-info .events-list .article .box:hover,
	.events-info .events-list .article .box:focus,
	.events-info .events-list .article .box.active {
		background: #666666;
	}

	.footer-main .map a:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.accord-list .card-header a:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.quote-box:after {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.back-to-blog a:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.check-options label:before {
		visibility: visible !important;
	}

	.donate-info .donate-cont h4 span.tootle-tip:before {
		visibility: visible !important;
		border-right: 13px solid #ffffff !important;
	}

	.donate-info .purpose-cont .gform_button:before,
	.donate-info .purpose-cont .btn-donate:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row {
		width: 100%;
	}

	.donate-info .purpose-cont .choose-descripe .txt-row:last-child {
		width: 100%;
	}

	.donate-info .btm-cont aside {
		padding: 0;
		margin: 0;
	}

	.donate-info .btm-cont .icon-out {
		margin: 0;
	}

	.fancybox-close:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

	.fancybox-nav span:before {
		color: #ffffff !important;
		visibility: visible !important;
	}

}

#outdated {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 99999999;
	background-color: #f25648;
	color: #ffffff;
}

* html #outdated {
	position: absolute;
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px;
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

#outdated p.h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px;
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	/*need for IE*/
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
	cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #ffffff;
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px;
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
}

.search_form {
	display: block;
}

.search_form input {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 74%;
}

.search_form input[type="submit"] {
	margin: 0 0 20px;
}

.search_form form {
	max-width: 700px;
}

.search-results .article {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}

.team_desc {
	overflow-y: scroll;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 5px 10px;
	text-align: left;
	height: 298px;
}

.team_desc::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}

.team_desc::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media (max-width:767px) {
	.search_form input {
		max-width: 100%;
	}
}

.shopping_cart {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shopping_cart table {
	margin-top: 15px;
	max-width: 950px;
}

.shopping_cart table tr {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
}

.shopping_cart table th,
.shopping_cart table td {
	padding: 5px !important;
}

.shopping_cart .wspsc_cart_qty_td {
	display: flex;
	justify-content: center;
}

.shopping_cart .wp_cart_item_name {
	pointer-events: none;
}

input.wp_cart_checkout_button {
	display: none;
	width: 250px !important;
}

tr.wpspsc_checkout_form td {
	text-align: center;
	padding-bottom: 0 !important;
}

.wp_cart_empty_cart_section {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.wp_cart_visit_shop_link {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	text-align: center;
}

.cord_link_to_events {
	text-align: center;
}

.gform_drop_area {
	border: 2px solid #acacac;
	padding: 12px 17px;
	border-radius: 3px;
	color: #595959;
	font-size: 18px;
	line-height: 24px;
}

.gform_drop_area input[type="button"] {
	margin-left: 15px;
}

.gfield>.ginput_container input[type="file"] {
	opacity: 0;
	position: absolute;
	left: 0;
	margin: -14px 0;
	height: 78px;
	border: 2px solid #acacac;
	border-radius: 3px;
	color: transparent;
	padding: 12px 17px;
}

.gfield>.ginput_container.ginput_container_fileupload {
	border: 2px solid #acacac;
	padding: 10px 15px;
	border-radius: 3px;
	color: #595959;
	font-size: 18px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-top: 4px;
}

@media (min-width: 767px) {
	.gfield>.ginput_container.ginput_container_fileupload #gfield_upload_rules_8_7 {
		font-size: 16px;
		margin-left: 10%;
		position: relative;
		top: 12px;
	}
}

.gfield>.ginput_container.ginput_container_fileupload:active,
.gfield>.ginput_container.ginput_container_fileupload:focus,
.gfield>.ginput_container input[type="file"]:active,
.gfield>.ginput_container input[type="file"]:focus {
	border-color: #8a12ab;
	outline: 0;
}

.gfield>.ginput_container.ginput_container_fileupload .custom-file-upload {
	bottom: auto;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #8a12ab;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	position: relative;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 15px 25px;
	margin: 0;
	cursor: pointer;
	z-index: 9999;
	pointer-events: inherit;
	float: left;
	margin-right: 15px;
}

.gfield>.ginput_container.ginput_container_fileupload .file_name {
	display: block;
	position: relative;
	bottom: auto;
	display: inline-block;
	color: #595959;
	width: auto;
	font-weight: normal;
	padding: 13px 0;
}

.gfield>.ginput_container.ginput_container_fileupload:focus .custom-file-upload,
.gfield>.ginput_container.ginput_container_fileupload .custom-file-upload:focus {
	outline: -webkit-focus-ring-color auto 5px;
}

.gform_body .gform_fields li label {
	text-align: left;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	pointer-events: none;
	position: absolute;
	bottom: 19px;
	left: 0px;
	padding: 0;
	margin: 0;
	z-index: 99;
	color: transparent;
	display: block;
}

.gform_body .gfield_label.label-focus {
	font-size: 13px;
	color: #8a12ab;
	bottom: 90%;
	left: 14px;
}

.gform_body li.textarea-cl .gfield_label.label-focus {
	bottom: 98%;
}

.gform_body .gform_fields li.hide-label label {
	display: none;
}

.gform_body .gfield_label.label-focus.text-label {
	bottom: 97.6%;
}

.contact-box .gform_body .gfield_label.label-focus.text-label {}

.gform_body .gform_fields li .ginput_complex span label {}

.gform_body .gform_fields li .ginput_complex span {
	position: relative;
	margin: 0 0 18px;
}

.gform_body .gform_fields li .ginput_complex span label.label-focus {
	font-size: 13px;
	color: #8a12ab;
	display: block;
	bottom: 90%;
	clip: auto;
	width: auto;
	height: auto;
	left: 14px;
}

.contact-box .gform_body .gfield_label.label-focus {
	left: 0;
	bottom: 70%;
}

h2.gsection_title {
	border-bottom: 2px solid #8a12ab;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.contact-box .gform_body .gfield.textarea-cl .gfield_label.label-focus {
	bottom: 100%;
}

.gform_body .gfield_label.label-focus.gfield_label_before_complex {
	display: none;
}

.gform_body ul.gfield_checkbox li label,
.gform_body ul.gfield_radio li label {
	width: auto;
	font-weight: normal;
	position: relative;
	color: #595959;
	bottom: 0;
}

.gform_body input[type=checkbox],
.gform_body input[type=radio] {
	float: left;
	margin: 5px 6px 0 0;
}

.gform_body ul.gfield_checkbox,
.gform_body ul.gfield_radio {
	border: 2px solid #acacac;
	padding: 12px 17px;
	border-radius: 3px;
	color: #595959;
	font-size: 18px;
	line-height: 24px;
}

.gform_fields .gfield_label.show-label {
	display: block;
	font-weight: normal;
	position: relative;
	color: #595959;
	bottom: 0;
}

.wp_cart_visit_shop_link a,
.cord_link_to_events a {
	font-size: 0;
}

.wp_cart_visit_shop_link a:after {
	content: 'View CORD Events to Purchase Tickets';
	font-size: 1.2rem;
}

.cord_link_to_events a:after {
	content: 'Purchase tickets for another event?';
	font-size: 16px;
}

.ui-loader {
	display: none;
}

#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child {
	background-color: transparent !important;
}

#carouselButtons button {
	padding: 10px 15px;
	font-size: 10px;
	line-height: 10px;
}

#carouselButtons button:active,
#carouselButtons button:focus {
	background: #8a12ab;
	color: #FFF;
}

#carouselButtons {
	margin-right: 15px;
	margin-top: -10px;
	width: auto;
	float: none;
	display: inline-block;
}

#carouselButtons button.btnactive {
	color: #8a12ab;
	background: #ffffff;
	box-shadow: inset #8a12ab 0 0 0 2px;
}

#cta-testimonials #carouselButtons {
	margin-top: 20px;
	margin-right: 0;
}

.fancybox_inline_content {}

#fancybox-content .fancybox_inline_content {
	display: flex;
}

.video_box {
	position: relative;
	float: left;
	width: 70%;
	margin-right: 2%;
}

.video_box .embed_responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.video_box .embed_responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.transcript_box {
	position: relative;
	float: left;
	width: 28%;
	height: 100%;
}

.transcript_box .titlos {
	background: #EEE;
	padding: 5px 20px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-weight: 500;
	color: #000000;
}

.fancybox_contentos {
	width: 100%;
}

.transcript_box .embed_responsive {
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
	height: 100%;
	overflow-y: auto;
}

.transcript_box .transcript_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding-right: 3%;
}

a.anchor_link {
	opacity: 0;
	position: relative;
	float: left;
	width: 100%;
	height: 0.1px;
}

#fancybox-close {
	left: -15px !important;
}

.fancybox-close {
	top: auto;
	bottom: 10%;
	width: 28%;
	z-index: 111102;
}

.fancybox-close:before {
	display: none;
}

@media (min-width:567px) and (max-width:991px) {
	.post-sidebar aside .gform_body {
		float: left;
		margin-right: 15px;
		min-width: 60%;
	}

	.post-sidebar aside .gform_footer {
		float: left;
	}

	.post-sidebar aside .gform_footer button,
	.post-sidebar .gform_widget button {
		margin-top: 0;
	}
}

@media (min-width:992px) and (max-width:1047px) {
	.donate-info .payment-cont .payment-options .split.credit-debit:last-child {
		margin-top: 30px;
	}
}

@media (min-width:768px) and (max-width:899px) {
	.donate-info .payment-cont .payment-options .split.credit-debit:last-child {
		margin-top: 30px;
	}
}


@media (-ms-high-contrast:white-on-black) {

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

	#carouselButtons button.btnactive {
		background: #FFF;
		color: #000 !important;
	}

	.donate-info .payment-cont .payment-options .btn:hover,
	.donate-info .payment-cont .payment-options .btn:focus {
		background: #FFF;
		color: #000 !important;
	}

	.donate-info .donate-cont .choose-frequency .btn:hover,
	.donate-info .donate-cont .choose-frequency .btn:focus {
		background: #FFF;
		color: #000 !important;
	}

	.donate-info .donate-cont h4 span.tootle-tip:before {
		border-right: 13px solid #FFF !Important;
	}

	.donate-info .donate-cont .qty .increment {
		background: url(../img/increment.png) no-repeat center center;
		background-color: #FFF !important;
	}

	.donate-info .donate-cont .qty .decrement {
		background: url(../img/decrement.png) no-repeat center center;
		background-color: #FFF !important;
	}

	.donate-info .donate-cont h4 span.tootle-tip {
		background: #FFF !important;
		color: #000 !important;
	}

	.donate-info .purpose-cont .choose-descripe .field-with-icon .textarea {
		background: #FFF;
		color: #000 !important;
	}

	.donate-info .purpose-cont .choose-descripe .field-with-icon i {
		color: #000 !important;
	}

	.volunteer-form ul input,
	.volunteer-form ul textarea {
		border: 1px solid #FFF;
	}

	.volunteer-form ul .ginput_complex input,
	.volunteer-form ul .ginput_complex textarea {
		color: #FFF;
	}

	.gform_body .gform_fields li label.gfield_label_before_complex {
		opacity: 0;
	}
}

@media (-ms-high-contrast:black-on-white) {

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

	#carouselButtons button.btnactive {
		background: #000;
		color: #FFF;
	}

	.donate-info .payment-cont .payment-options .btn:hover,
	.donate-info .payment-cont .payment-options .btn:focus {
		background: #000;
		color: #FFF !important;
	}

	.donate-info .donate-cont .choose-frequency .btn:hover,
	.donate-info .donate-cont .choose-frequency .btn:focus {
		background: #000;
		color: #FFF !important;
	}

	.gform_body .gform_fields li label.gfield_label_before_complex {
		opacity: 0;
	}
}

@media screen and (-ms-high-contrast: active) {
	.gform_body .gform_fields li label {
		left: 20px;
	}

	::-webkit-input-placeholder {
		/* WebKit browsers */
		color: transparent;
	}

	:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: transparent;
	}

	::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: transparent;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: transparent;
	}

	textarea::-webkit-input-placeholder {
		/* WebKit browsers */
		color: transparent;
	}

	textarea:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: transparent;
	}

	textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: transparent;
	}

	textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: transparent;
	}

	.gfield>.ginput_container.ginput_container_fileupload .custom-file-upload {
		display: none;
	}

	.gform_body .gfield_label.label-focus.gfield_label_before_complex {
		display: none;
	}
}

.web_logo {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 0;
	opacity: 0.4;
	width: 20px;
	height: 20px;
	display: block;
	background: url('https://www.cordcapecod.org/wp-content/uploads/logo-3mw.webp') no-repeat center;
	background-size: 100%;

}

.wcag_logo {
	width: 80px;
	height: 30px;
	background: url(https://www.cordcapecod.org/wp-content/uploads/3MW-WCAG-logo-color.png);
	background-size: 84px auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin: 0 0 0 7px;
	position: relative;
	float: right;
}

@media (max-width:500px) {
	.wcag_logo {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}

	.footer-main .copy-rights p .icon-logo {
		float: none;
		display: inherit;
	}
}