#bootstrap-override {
	font-size: 10px;
}
#bootstrap-override a,
#bootstrap-override button,
#bootstrap-override h1,
#bootstrap-override h2,
#bootstrap-override h3,
#bootstrap-override h4,
#bootstrap-override p,
#bootstrap-override span {
	padding: 0;
	margin: 0;
}
#bootstrap-override h1,
#bootstrap-override h2,
#bootstrap-override h3,
#bootstrap-override h4 {
	font-family: Lato, sans-serif;
}
#bootstrap-override h1 {
	font-size: 3.6em;
}
#bootstrap-override h2 {
	font-size: 3em;
}
#bootstrap-override h3 {
	font-size: 2.4em;
}
#bootstrap-override h4 {
	font-size: 1.8em;
}
#bootstrap-override a,
#bootstrap-override button,
#bootstrap-override li,
#bootstrap-override p,
#bootstrap-override span {
	font-family: "Open Sans", sans-serif;
}
#bootstrap-override p {
	font-size: 1.6em;
}
#bootstrap-override img {
	display: block;
	max-width: 100%;
}
#bootstrap-override .col-md-12 {
	padding-bottom: 1em;
	overflow: hidden;
}
#bootstrap-override .full-bar-header {
	background-color: #00529b;
	color: #fff;
	font-weight: 700;
	padding: 1em;
}
#bootstrap-override .full-bar-header h2 {
	padding: 0 0.5em;
}
#bootstrap-override .sub-header {
	margin: 1em 0;
	font-weight: 700;
	padding-bottom: 0.3em;
	color: #00529b;
	border-bottom: 3px solid #1db7d3;
}
#bootstrap-override .no-padd-right {
	padding-right: 0;
}
#bootstrap-override .no-padd-left {
	padding-left: 0;
}
#bootstrap-override .section-padd {
	padding-bottom: 6em;
}
#bootstrap-override .read-more {
	color: #1db7d3;
}
#bootstrap-override .modal {
	margin-top: 95px;
}
#bootstrap-override .modal-header {
	background-color: #00529b;
	color: #fff;
}
#bootstrap-override .modal-body p {
	font-size: 1.4em;
}
#bootstrap-override .modal-footer {
	background-color: #00529b;
}
#bootstrap-override .modal-footer a {
	color: #fff;
	background-color: #00529b;
	padding: 0.3em 0.5em;
	font-size: 1.6em;
	font-weight: 500;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	border: 2px solid #fff;
}
#bootstrap-override .modal-footer a:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .modal-close {
	float: right;
	padding-top: 1em;
	cursor: pointer;
}
#bootstrap-override .html-x {
	display: block;
	width: 30px;
}
#bootstrap-override .html-x div {
	height: 5px;
	width: 100%;
	background-color: #fff;
}
#bootstrap-override .html-x div:first-child {
	transform: translate(0, 0) rotate(-45deg);
	-webkit-transform: translate(0, 0) rotate(-45deg);
	-moz-transform: translate(0, 0) rotate(-45deg);
	-o-transform: translate(0, 0) rotate(-45deg);
	-ms-transform: translate(0, 0) rotate(-45deg);
}
#bootstrap-override .html-x div:last-child {
	transform: translate(0, -5px) rotate(45deg);
	-webkit-transform: translate(0, -5px) rotate(45deg);
	-moz-transform: translate(0, -5px) rotate(45deg);
	-o-transform: translate(0, -5px) rotate(45deg);
	-ms-transform: translate(0, -5px) rotate(45deg);
}
.pr {
	position: relative;
}
#bootstrap-override .four-content h1 {
	font-size: 15em;
	padding-bottom: 20px;
}
#bootstrap-override .four-content h4,
#bootstrap-override .four-content p {
	padding: 0.5em 0;
}
#bootstrap-override .four-content ul {
	font-size: 1.4em;
}
@media (max-width: 475px) {
	#bootstrap-override .four-content h1 {
		font-size: 8em;
	}
}
.selector-page .section {
	display: none;
}
.selector-page .section.section-visible {
	display: block;
}
#bootstrap-override .header {
	position: fixed;
	height: auto;
	z-index: 999999;
	width: 100%;
	padding: 1em 0;
	margin: 0 0 1em;
	box-shadow: 0 1px 6px #c9c9c9;
	background-color: #fff;
	transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-webkit-transition: height 0.1s ease;
}
#bootstrap-override .header #menu-desktop-menu {
	list-style: none;
	margin: 0;
	padding: 4.5em 1em 0 1em;
}
#bootstrap-override .header #menu-desktop-menu li {
	padding: 1em;
	font-size: 1.6em;
	font-weight: 700;
	display: inline-block;
}
#bootstrap-override .header #menu-desktop-menu li a {
	position: relative;
	color: #00529b;
}
#bootstrap-override .header #menu-desktop-menu li a:hover {
	text-decoration: none;
}
#bootstrap-override .header #menu-desktop-menu li a:hover .desktop-menu-underline {
	width: 100%;
}
#bootstrap-override .header #menu-desktop-menu li a:focus {
	color: #00529b;
	text-decoration: none;
}
#bootstrap-override .header #menu-desktop-menu li a .desktop-menu-underline {
	height: 3px;
	width: 0;
	margin: 0 auto;
	background-color: #00529b;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
}
#bootstrap-override .header #menu-desktop-menu #menu-item-25 {
	font-size: 2.2em;
	padding: 0.4em;
}
#bootstrap-override .header .header-logo {
	width: 75%;
}
#bootstrap-override .header .donate-btn {
	color: #fff;
	background-color: #e51937;
	padding: 0.5em 0.9em;
	font-size: 1.6em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 12px;
	bottom: 10%;
	text-transform: uppercase;
}
#bootstrap-override .header .donate-btn:focus {
	color: #fff;
	background-color: #e51937;
}
#bootstrap-override .header .logo-link {
	display: block;
}
#bootstrap-override .header.sticky {
	height: auto;
}
#bootstrap-override .header.sticky #menu-desktop-menu {
	padding: 0 1em 0;
}
#bootstrap-override .header.sticky .header-logo {
	width: 185px;
}
#bootstrap-override .header.sticky .logo-link {
	display: inline-block;
}
#bootstrap-override .content-shift {
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
}
#bootstrap-override .content-shift.active-menu {
	transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate3d(-200px, 0, 0);
	-moz-transform: translate3d(-200px, 0, 0);
	-o-transform: translate3d(-200px, 0, 0);
	-ms-transform: translate3d(-200px, 0, 0);
}
.header-placeholder {
	height: 125px;
}
.header-placeholder.sticky {
	height: 70px;
}
.hamburger-button {
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 11000;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}
.hamburger-button ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}
.hamburger-button ul li {
	width: 30px;
	height: 5px;
	background-color: #00529b;
	margin: 0.5em 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}
.hamburger-button.active-menu ul {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.hamburger-button.active-menu ul li {
	background-color: #00529b;
}
.hamburger-button.active-menu ul li:first-child {
	transform: translateY(10px) rotate(45deg);
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
}
.hamburger-button.active-menu ul li:nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.hamburger-button.active-menu ul li:last-child {
	width: 0;
}
.mobile-menu-wrap {
	z-index: 10000;
	position: fixed;
	height: 100vh;
	top: 0;
	right: 0;
	overflow-y: scroll;
	background-color: #d5d5d5;
	transform: translate3d(200px, 0, 0);
	-webkit-transform: translate3d(200px, 0, 0);
	-moz-transform: translate3d(200px, 0, 0);
	-o-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	width: 200px;
	border-left: 1px solid #a8a8a8;
}
.mobile-menu-wrap #menu-mobile-menu {
	list-style: none;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.mobile-menu-wrap #menu-mobile-menu li {
	background-color: #d5d5d5;
}
.mobile-menu-wrap #menu-mobile-menu li a {
	color: #444;
	font-weight: 700;
	border-bottom: 1px solid #a8a8a8;
	font-family: lato, sans-serif;
	font-size: 1.9em;
	padding: 0.5em 0 0.5em 0.8em;
	cursor: pointer;
	text-decoration: none;
	display: block;
	text-align: left;
}
.mobile-menu-wrap #menu-mobile-menu li a:hover {
	color: #d5d5d5;
	background-color: #444;
}
.mobile-menu-wrap #menu-mobile-menu #menu-item-41 a {
	color: #fff;
	background-color: #e51937;
}
@media (max-width: 1200px) and (min-width: 992px) {
	#bootstrap-override .header {
		height: auto;
	}
	#bootstrap-override .header .donate-btn {
		padding: 0.5em;
	}
	#bootstrap-override .header #menu-desktop-menu {
		padding: 3.3em 1em 0;
	}
	#bootstrap-override .header #menu-desktop-menu li {
		padding: 0.5em;
		font-size: 1.5em;
	}
	.header-placeholder {
		height: 105px;
	}
}
@media (max-width: 991px) and (min-width: 767px) {
	#bootstrap-override .header {
		height: auto;
	}
	#bootstrap-override .header #menu-desktop-menu {
		padding: 1em 2em 0 0.5em;
	}
	#bootstrap-override .header #menu-desktop-menu li {
		padding: 0.8em;
	}
	#bootstrap-override .header .header-logo {
		width: 50%;
		margin: 0 auto;
	}
	#bootstrap-override .header .donate-btn {
		right: 8px;
	}
	#bootstrap-override .header.sticky .desktop-menu-wrap {
		display: none;
	}
	#bootstrap-override .header.sticky .hamburger-button {
		display: block;
		top: 8px;
	}
	#bootstrap-override .header.sticky .header-logo {
		width: 185px;
		margin: 0;
	}
	.header-placeholder {
		height: 202px;
	}
}
@media (max-width: 766px) {
	.desktop-menu-wrap {
		display: none;
	}
	.hamburger-button {
		display: block;
	}
	#bootstrap-override .header .logo-link {
		display: inline-block;
	}
}
@media (max-width: 766px) and (min-width: 475px) {
	#bootstrap-override .header {
		height: auto;
	}
	#bootstrap-override .header .header-logo {
		width: 294px;
	}
	#bootstrap-override .header.sticky .header-logo {
		width: 185px;
	}
	.header-placeholder {
		height: 123px;
	}
}
@media (max-width: 475px) {
	#bootstrap-override .header {
		height: auto;
	}
	#bootstrap-override .header .header-logo {
		width: 230px;
	}
	#bootstrap-override .header.sticky .header-logo {
		width: 185px;
	}
	.header-placeholder {
		height: 100px;
	}
}
@media (max-width: 335px) {
	#bootstrap-override .header .header-logo {
		width: 200px;
	}
}
#bootstrap-override .home-banner {
	margin-top: 1.5em;
	overflow: hidden;
	background-color: #00529b;
	color: #fff;
}
#bootstrap-override .home-banner-content {
	width: 43%;
	display: inline-block;
	padding: 1.5em;
	font-size: 1.3em;
}
#bootstrap-override .home-banner-content h2 {
	padding: 0.1em 0.2em;
	font-weight: 700;
}
#bootstrap-override .home-banner-content p {
	padding: 0.5em 1.2em 0.5em 0.5em;
	font-size: 1.5em;
}
#bootstrap-override .home-banner-content a {
	font-size: 2.2em;
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
	padding: 0.3em;
}
#bootstrap-override .home-banner-content img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	width: 25px;
	position: absolute;
	left: 269px;
	top: 15px;
}
#bootstrap-override .home-banner-img {
	background-image: url(/wp-content/themes/foundation-2016/dist/img/AF-seniors-banner.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 282px;
	width: 57%;
	float: right;
}
#bootstrap-override .slant-right {
	overflow: hidden;
	position: absolute;
	height: 280px;
	top: 0;
	bottom: 0;
	right: -100px;
	width: 140px;
}
#bootstrap-override .slant-right div {
	position: absolute;
	background-color: #00529b;
	height: 280px;
	left: -28px;
	width: 85%;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
}
#bootstrap-override .home-donate {
	width: 100%;
	margin: 3em auto;
	padding: 1em;
	border: 12px solid #00529b;
}
#bootstrap-override .home-donate h1 {
	position: absolute;
	background-color: #fff;
	top: -30px;
	left: 25px;
	padding: 0 20px 0 20px;
	font-weight: 700;
	font-size: 4em;
	color: #00529b;
}
#bootstrap-override .home-donate h3 {
	padding: 0.85em 2em 0.5em;
	font-weight: 700;
	text-transform: capitalize;
}
#bootstrap-override .home-donate .row {
	padding: 0 2em;
}
#bootstrap-override .home-donate p.col-sm-3 {
	width: 33%;
	height: 126px;
	font-size: 1.6em;
	margin: 1em 0 2em;
	padding: 0.2em 2.8em;
	border-right: 2px solid black;
}
#bootstrap-override .home-donate p:nth-child(3) {
	border-right: 0;
}
#bootstrap-override .home-donate .home-donate-mobile-p {
	display: none;
	font-size: 1.5em;
	padding: 1em 1em 2em;
}
#bootstrap-override .home-donate .home-donate-btn-wrap {
	position: absolute;
	bottom: -38px;
	left: 25px;
	width: unset;
	padding: 2em 20px 2em 20px;
	overflow: hidden;
	height: 74px;
	background-color: #fff;
}
#bootstrap-override .home-donate .home-donate-btn-wrap a {
	color: #fff;
	background-color: #00529b;
	padding: 0.5em 0.8em;
	font-size: 2.3em;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	border-radius: unset;
}
#bootstrap-override .home-donate .home-donate-btn-wrap a:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .blue-white-gradient {
	background-color: #fff;
	background-image: linear-gradient(to right, #00529b, #fff, #fff);
	border-bottom: 5px solid #1db7d3;
	margin-bottom: 1em;
}
#bootstrap-override .blue-white-gradient h2 {
	color: #fff;
	display: inline-block;
	padding: 0.3em;
	font-weight: 700;
}
#bootstrap-override .blue-white-gradient a {
	color: #fff;
	background-color: #1db7d3;
	padding: 0.3em;
	font-size: 2em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	float: right;
	margin: 0.3em 0;
}
#bootstrap-override .blue-white-gradient a:focus {
	color: #fff;
	background-color: #1db7d3;
}
#bootstrap-override .home-main-article {
	padding: 0 2em 0 0;
}
#bootstrap-override .home-main-article a {
	color: #000;
	text-decoration: none;
}
#bootstrap-override .home-main-article a:hover {
	text-decoration: none;
}
#bootstrap-override .home-main-article a img {
	width: 100%;
	height: auto;
}
#bootstrap-override .home-main-article a .home-main-article-date {
	font-size: 1.4em;
	padding: 0.2em 0 0.3em;
}
#bootstrap-override .home-main-article a h1 {
	font-weight: 700;
}
#bootstrap-override .home-main-article a p {
	font-size: 1.6em;
}
#bootstrap-override .home-sub-article {
	overflow: hidden;
	padding: 1em 0;
	border-top: 1px solid #cacaca;
}
#bootstrap-override .home-sub-article a {
	color: #000;
	text-decoration: none;
}
#bootstrap-override .home-sub-article a:hover {
	text-decoration: none;
}
#bootstrap-override .home-sub-article a img {
	float: left;
	padding-right: 1em;
}
#bootstrap-override .home-sub-article a .home-sub-article-date {
	font-size: 1.2em;
}
#bootstrap-override .home-sub-article a h3 {
	font-weight: 700;
}
#bootstrap-override .bg-hover {
	text-decoration: underline;
}
#bootstrap-override .home-sub-form-wrap {
	overflow: hidden;
	background-color: #e1e1e1;
}
#bootstrap-override .home-sub-form-wrap .col-md-5 {
	padding: 2em;
	background-color: #00529b;
}
#bootstrap-override .home-sub-form-wrap .col-md-5 h2 {
	color: #fff;
}
#bootstrap-override .home-sub-form-wrap .col-md-7 ._button_wrapper,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._form_element {
	float: left;
}
#bootstrap-override .home-sub-form-wrap .col-md-7 ._button_wrapper ._field-wrapper,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._button_wrapper label,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._form_element ._field-wrapper,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._form_element label {
	float: left;
	margin-right: 2em;
}
#bootstrap-override .home-sub-form-wrap .col-md-7 ._button_wrapper label,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._form_element label {
	font-size: 1.8em;
	padding: 1.2em 0;
	margin-bottom: 0;
}
#bootstrap-override .home-sub-form-wrap .col-md-7 ._button_wrapper ._field-wrapper,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._form_element ._field-wrapper {
	padding: 2.2em 0;
}
#bootstrap-override .home-sub-form-wrap .col-md-7 ._button_wrapper ._field-wrapper input,
#bootstrap-override .home-sub-form-wrap .col-md-7 ._form_element ._field-wrapper input {
	padding: 0.5em;
}
@media (max-width: 1200px) and (min-width: 993px) {
	#bootstrap-override .home-banner-content h2 {
		font-size: 2.3em;
	}
}
@media (max-width: 992px) and (min-width: 739px) {
	#bootstrap-override .home-banner-content {
		font-size: 1em;
	}
	#bootstrap-override .home-banner-content h2 {
		font-size: 2.4em;
	}
	#bootstrap-override .home-banner-content a {
		font-size: 1.5em;
	}
	#bootstrap-override .home-banner-content img {
		width: 18px;
		left: 144px;
		top: 6px;
	}
	#bootstrap-override .home-banner-img {
		height: 226px;
	}
	#bootstrap-override .slant-right {
		right: -115px;
	}
}
@media (max-width: 738px) and (min-width: 429px) {
	#bootstrap-override .home-banner-content {
		width: 100%;
	}
	#bootstrap-override .home-banner-content h2 {
		font-size: 2.3em;
	}
	#bootstrap-override .home-banner-content .slant-right {
		display: none;
	}
	#bootstrap-override .home-banner-img {
		width: 100%;
		height: 240px;
	}
}
@media (max-width: 428px) {
	#bootstrap-override .home-banner-content {
		width: 100%;
		font-size: 0.8em;
	}
	#bootstrap-override .home-banner-content .slant-right {
		display: none;
	}
	#bootstrap-override .home-banner-content img {
		width: 17px;
		left: 167px;
		top: 9px;
	}
	#bootstrap-override .home-banner-img {
		width: 100%;
		height: 185px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	#bootstrap-override .blue-white-gradient {
		background-image: linear-gradient(to right, #00529b, #fff);
	}
	#bootstrap-override .blue-white-gradient a {
		border: 2px solid #fff;
	}
}
@media (max-width: 767px) {
	#bootstrap-override .blue-white-gradient {
		background-image: linear-gradient(to right, #00529b, #fff);
	}
	#bootstrap-override .blue-white-gradient a {
		border: 2px solid #fff;
	}
}
@media (max-width: 992px) {
	#bootstrap-override .home-donate p.col-sm-3 {
		display: none;
	}
	#bootstrap-override .home-donate .home-donate-mobile-p {
		display: block;
	}
}
@media (max-width: 440px) and (min-width: 386px) {
	#bootstrap-override .home-donate {
		font-size: 0.8em;
		border: 10px solid #00529b;
	}
	#bootstrap-override .home-donate .home-donate-btn-wrap {
		bottom: -32px;
		width: 140px;
		height: 60px;
	}
}
@media (max-width: 385px) {
	#bootstrap-override .home-donate {
		font-size: 0.8em;
	}
	#bootstrap-override .home-donate h1 {
		padding: 0 0.7em 0 0.2em;
	}
	#bootstrap-override .home-donate .home-donate-btn-wrap {
		bottom: -32px;
		width: 189px;
		height: 60px;
	}
}
@media (max-width: 667px) {
	#bootstrap-override ._form-content {
		text-align: center;
	}
	#bootstrap-override ._x43977932,
	#bootstrap-override ._x72778461 {
		text-align: left;
		width: 151px !important;
		margin: auto !important;
	}
}
@media (min-width: 992px) {
	#bootstrap-override .home-sub-article:first-child {
		padding-top: 0;
		border-top: 0;
	}
}
@media (max-width: 992px) {
	#bootstrap-override .home-main-article {
		padding: 0 0 1em 0;
	}
	#bootstrap-override .home-sub-article-wrap {
		padding-left: 0;
	}
}
@media (max-width: 992px) and (min-width: 668px) {
	#bootstrap-override .home-main-article {
		overflow: hidden;
		padding-bottom: 1em;
	}
	#bootstrap-override .home-main-article a img {
		width: 350px;
		height: 200px;
		float: left;
		padding-right: 1em;
	}
}
#bootstrap-override #about-page .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
#bootstrap-override .about-text-divs img {
	float: right;
	padding: 0 0 1em 1em;
	width: 40%;
}
#bootstrap-override .about-text-divs p {
	font-size: 1.6em;
	padding: 0.5em 0;
}
#bootstrap-override .about-staff {
	text-align: center;
}
#bootstrap-override .about-staff .about-staff-img {
	margin: 0.5em auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
#bootstrap-override .about-staff h4 {
	color: #00529b;
}
#bootstrap-override .about-staff p {
	font-style: italic;
	font-size: 1.6em;
}
#bootstrap-override .about-staff .about-staff-link {
	font-size: 1.6em;
	text-decoration: underline;
	color: #1db7d3;
	display: inline-block;
	position: relative;
}
#bootstrap-override .about-staff .about-staff-link img {
	position: absolute;
	width: 14px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: -16px;
	top: 7px;
}
#bootstrap-override .modal-staff-img {
	float: left;
	padding: 0 2em 1em 0;
}
#bootstrap-override .video-section {
	min-height: 350px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#bootstrap-override .video-section .card {
	background: rgba(255, 255, 255, 0.9);
	width: 450px;
	padding: 50px;
	text-align: center;
}
#bootstrap-override .video-section .card h5 {
	font-size: 42px;
	color: #00529b;
}
#bootstrap-override .video-section .card p {
	font-size: 18px;
}
#bootstrap-override .video-section .video-toggle {
	border: 3px solid #00529b;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 5px;
	transition: all 0.2s ease-in-out;
}
#bootstrap-override .video-section .video-toggle span {
	margin: 10px;
}
#bootstrap-override .video-section .video-toggle svg {
	height: 50px;
	width: 50px;
	z-index: 10;
}
#bootstrap-override .video-section .video-toggle:hover {
	background: #000;
}
#bootstrap-override #videoModal {
	pointer-events: none;
	font-size: 12px;
}
#bootstrap-override #videoModal.in {
	pointer-events: auto;
}
#bootstrap-override #videoModal .modal-dialog {
	width: 80%;
	margin: 50px auto;
	max-width: 850px;
}
@media (max-width: 810px) {
	#bootstrap-override .about-text-divs img {
		width: 315px;
	}
	#bootstrap-override .video-section {
		flex-direction: column;
		padding: 25px;
	}
	#bootstrap-override .video-section .card {
		padding: 50px 20px;
		width: 100%;
		max-width: 550px;
		margin-bottom: 25px;
	}
}
@media (max-width: 520px) {
	#bootstrap-override .about-text-divs img {
		float: none;
		margin: auto;
	}
	#bootstrap-override .video-section .card {
		padding: 30px 10px;
	}
	#bootstrap-override .video-section .card h5 {
		font-size: 34px;
	}
	#bootstrap-override .video-section .card p {
		font-size: 15px;
	}
	#bootstrap-override #videoModal .modal-dialog {
		width: 100%;
	}
	#bootstrap-override #videoModal .modal-body {
		padding: 0;
	}
}
#bootstrap-override .program {
	padding-bottom: 1.5em;
	overflow: hidden;
}
#bootstrap-override .program h2 {
	font-weight: 700;
	color: #00529b;
	border-bottom: 2px solid #1db7d3;
	padding: 0.5em 0 0.2em;
	margin-bottom: 0.5em;
}
#bootstrap-override .program h4 {
	color: #00529b;
	padding: 0.8em 0;
	text-transform: capitalize;
	font-weight: 700;
}
#bootstrap-override .program p {
	font-size: 1.6em;
	padding-bottom: 0.8em;
}
#bootstrap-override .program ul {
	font-size: 1.6em;
}
#bootstrap-override .program ul li {
	padding: 0.5em 0;
}
#bootstrap-override .program ul li a {
	color: #00529b;
	font-weight: 700;
}
#bootstrap-override .program .program-ssa-list li {
	list-style: none;
	position: relative;
	padding: 0.2em 0 0.2em 1em;
}
#bootstrap-override .program .program-ssa-list li img {
	width: 20px;
	position: absolute;
	left: -20px;
	top: 5px;
}
#bootstrap-override .program .program-ssa-list li a {
	color: #00529b;
	font-weight: 700;
}
#bootstrap-override .programs-menu {
	padding-left: 0;
}
#bootstrap-override .programs-menu ul {
	padding-left: 0;
}
#bootstrap-override .programs-menu ul li {
	list-style: none;
}
#bootstrap-override .programs-menu ul li a {
	display: block;
	background-color: #ebebeb;
	text-decoration: none;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	padding: 1em 1em 1em 1em;
	border-bottom: 2px solid #b7b7b7;
}
#bootstrap-override .programs-menu ul li a .program-triangle {
	visibility: hidden;
	position: absolute;
	right: -25px;
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-left: 25px solid #1db7d3;
	border-bottom: 27px solid transparent;
	top: 0;
	bottom: 0;
}
#bootstrap-override .programs-menu ul li a .program-blue-bar {
	height: 100%;
	width: 5px;
	background-color: #1db7d3;
	position: absolute;
	right: 0;
	top: 0;
}
#bootstrap-override .programs-menu ul li a.section-selected {
	color: #fff;
	position: relative;
	background-color: #1db7d3;
}
#bootstrap-override .programs-menu ul li a.section-selected .program-triangle {
	visibility: visible;
}
#bootstrap-override .mobile-program-menu-wrap {
	display: none;
	padding: 1em 1.5em;
}
#bootstrap-override .mobile-program-menu-wrap #mobile-program-menu {
	padding: 1em 0;
	font-size: 1.5em;
}
#bootstrap-override .mobile-program-menu-wrap #mobile-program-menu select {
	height: 30px;
	width: 255px;
}
#bootstrap-override .mobile-program-menu-wrap #mobile-program-menu input {
	height: 30px;
	width: 80px;
	background-color: #00529b;
	border: 1px solid #00529b;
	color: #fff;
	font-family: lato, sans-serif;
	font-weight: 700;
	cursor: pointer;
}
#bootstrap-override .program-img {
	float: right;
	padding: 0 0 1em 1em;
	width: 45%;
}
@media (max-width: 1280px) and (min-width: 1042px) {
	#bootstrap-override .programs-menu {
		font-size: 0.8em;
	}
	#bootstrap-override .programs-menu .section-link .program-triangle {
		right: -20px;
		border-top: 23px solid transparent;
		border-left: 20px solid #1db7d3;
		border-bottom: 23px solid transparent;
	}
}
@media (max-width: 1041px) and (min-width: 993px) {
	#bootstrap-override .programs-menu {
		font-size: 0.7em;
	}
	#bootstrap-override .programs-menu .section-link .program-triangle {
		right: -18px;
		border-top: 19px solid transparent;
		border-left: 18px solid #1db7d3;
		border-bottom: 19px solid transparent;
	}
}
@media (max-width: 992px) {
	#bootstrap-override .programs-menu ul {
		display: none;
	}
	#bootstrap-override .mobile-program-menu-wrap {
		display: block;
	}
	#bootstrap-override .program {
		font-size: 0.8em;
	}
}
#bootstrap-override .single-event .full-bar-header {
	font-weight: 700;
}
#bootstrap-override .single-event .full-bar-header span {
	font-weight: 500;
}
#bootstrap-override .single-event .full-bar-header span a {
	color: #fff;
	text-decoration: none;
}
#bootstrap-override .single-event .single-event-details {
	background-color: #636363;
	color: #fff;
	border-bottom: 3px solid #1db7d3;
	padding: 0;
}
#bootstrap-override .single-event .single-event-details ul {
	list-style: none;
	padding: 1em 3em;
	font-size: 1.6em;
}
#bootstrap-override .single-event .single-event-details ul li {
	padding: 0.5em 0;
}
#bootstrap-override .single-event .single-event-details ul li img {
	float: left;
	width: 20px;
	margin-right: 0.5em;
}
#bootstrap-override .single-event .single-event-details ul li a {
	margin-left: 1.5em;
	color: #fff;
	text-decoration: none;
}
#bootstrap-override .single-event .single-event-img img {
	width: 100%;
}
#bootstrap-override .single-event .col-md-8 {
	padding-left: 0;
	padding-right: 0;
}
#bootstrap-override .single-event .col-md-8 .single-event-title {
	background-color: #252525;
	width: 100%;
}
#bootstrap-override .single-event .col-md-8 .single-event-title h2 {
	color: #fff;
	padding: 1.5em 0.55em;
}
#bootstrap-override .single-event .single-event-information {
	padding: 1em 2em;
}
#bootstrap-override .single-event .single-event-information p {
	font-size: 1.8em;
}
#bootstrap-override .single-event .single-event-information .next-event-link a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	text-decoration: none;
	background-color: #252525;
	padding: 1em 1em;
}
#bootstrap-override .single-event .single-event-information .next-event-link a div {
	background-color: #00529b;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20%;
	padding: 1em;
}
#bootstrap-override .single-event .single-event-information .next-event-link a div img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	width: 45px;
	margin: auto;
}
#bootstrap-override .single-event .tribe-block__rsvp__number-input-button {
	background: #00529b;
	border: 0;
	border-radius: 4px;
	width: 30px;
	display: flex;
	justify-content: center;
}
#bootstrap-override .single-event .tribe-block__rsvp__number-input-button::after,
#bootstrap-override .single-event .tribe-block__rsvp__number-input-button::before {
	background-color: #fff;
	left: auto;
	right: auto;
}
#bootstrap-override .single-event .tribe-block__rsvp__submit-button {
	background: #e51937;
	border: 0;
	border-radius: 4px;
	padding: 16px 32px;
}
#bootstrap-override .single-event .tribe-block__rsvp__quantity {
	margin-right: 5px;
}
#bootstrap-override #tribe-events-pg-template {
	margin-bottom: 2em;
}
#bootstrap-override .main-event {
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
#bootstrap-override .main-event .main-event-date {
	background-color: #636363;
	text-align: center;
	color: #fff;
	padding: 4em 0;
	font-size: 1.6em;
	height: 250px;
}
#bootstrap-override .main-event .main-event-date .main-event-triangle {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	z-index: 999;
	border-left: 30px solid #636363;
	border-top: 125px solid transparent;
	border-bottom: 125px solid transparent;
}
#bootstrap-override .main-event .main-event-date .main-event-triangle-shadow {
	position: absolute;
	height: 0;
	width: 0;
	top: 0;
	bottom: 0;
	right: -40px;
	z-index: 990;
	opacity: 0.7;
	border-left: 40px solid #000;
	border-top: 125px solid transparent;
	border-bottom: 125px solid transparent;
}
#bootstrap-override .main-event .main-event-image {
	padding-left: 0;
	padding-right: 0;
}
#bootstrap-override .main-event .main-event-image img {
	width: 100%;
	height: 250px;
}
#bootstrap-override .main-event .main-event-content {
	padding-right: 0;
	padding-left: 0;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner {
	background-color: #252525;
	color: #fff;
	padding: 1em 2em;
	height: 190px;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner p {
	font-size: 1.6em;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner p:first-child {
	font-style: italic;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner p .main-event-the-content {
	padding: 0.3em 0;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner .main-event-content-inner-where {
	display: none;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner h2 {
	font-weight: 700;
}
#bootstrap-override .main-event .main-event-content .main-event-content-inner h2 a {
	color: #fff;
	text-decoration: none;
}
#bootstrap-override .main-event .main-event-content .main-event-learn-more {
	background-image: linear-gradient(#005aa9, #014684);
	color: #fff;
	background-color: #00529b;
	padding: 0.3em 0.5em;
	font-size: 1.8em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	cursor: pointer;
	height: 60px;
	display: block;
	font-size: 2.8em;
	text-align: center;
}
#bootstrap-override .main-event .main-event-content .main-event-learn-more:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .home-event {
	overflow: hidden;
	margin-top: 2em;
}
#bootstrap-override .home-event .home-event-date,
#bootstrap-override .home-event .home-event-main {
	float: left;
}
#bootstrap-override .home-event .home-event-date {
	border-top: 3px solid #1db7d3;
	padding: 10em 0;
	width: 20%;
	text-align: center;
	background-color: #636363;
	height: 263px;
}
#bootstrap-override .home-event .home-event-date h1 {
	font-weight: 700;
}
#bootstrap-override .home-event .home-event-date h1,
#bootstrap-override .home-event .home-event-date p {
	color: #fff;
}
#bootstrap-override .home-event .home-event-date p {
	font-size: 1.6em;
}
#bootstrap-override .home-event .home-event-main {
	border-top: 3px solid #1db7d3;
	width: 80%;
	position: relative;
}
#bootstrap-override .home-event .home-event-main img {
	width: 100%;
	height: 220px;
}
#bootstrap-override .home-event .home-event-main .home-event-learn {
	height: 40px;
	background-image: linear-gradient(#005aa9, #014684);
	color: #fff;
	background-color: #00529b;
	padding: 0.3em 0.5em;
	font-size: 1.8em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	cursor: pointer;
	display: block;
	text-align: center;
}
#bootstrap-override .home-event .home-event-main .home-event-learn:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .home-event .home-event-main .home-event-content {
	background-color: #252525;
	opacity: 0.85;
	color: #fff;
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0.5em;
}
#bootstrap-override .home-event .home-event-main .home-event-content p:first-child {
	font-size: 1.6em;
	font-style: italic;
}
#bootstrap-override .home-event .home-event-main .home-event-content p:last-child {
	font-size: 1.5em;
	padding: 0 0.5em 0 0;
}
#bootstrap-override .home-event .home-event-main .home-event-content h3 a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 992px) and (min-width: 768px) {
	#bootstrap-override .home-event .home-event-date {
		font-size: 0.8em;
		padding: 11em 0;
	}
}
@media (max-width: 767px) {
	#bootstrap-override .home-event {
		margin-top: 1.5em;
		padding: 0;
	}
	#bootstrap-override .main-event .main-event-triangle,
	#bootstrap-override .main-event .main-event-triangle-shadow {
		display: none;
	}
	#bootstrap-override .main-event .main-event-date {
		padding: 5em 0;
		font-size: 1.2em;
	}
}
@media (max-width: 600px) and (min-width: 506px) {
	#bootstrap-override .main-event .main-event-date {
		display: none;
	}
	#bootstrap-override .main-event .main-event-image {
		width: 50%;
	}
	#bootstrap-override .main-event .main-event-content .main-event-content-inner .main-event-content-inner-when {
		padding-top: 1em;
	}
	#bootstrap-override
		.main-event
		.main-event-content
		.main-event-content-inner
		.main-event-content-inner-when
		.main-event-mobile-date {
		display: block;
	}
}
@media (max-width: 505px) {
	#bootstrap-override .main-event .main-event-date,
	#bootstrap-override .main-event .main-event-image {
		display: none;
	}
	#bootstrap-override .main-event .main-event-content {
		width: 100%;
	}
	#bootstrap-override .main-event .main-event-content .main-event-content-inner .main-event-content-inner-when {
		padding-top: 1em;
	}
	#bootstrap-override
		.main-event
		.main-event-content
		.main-event-content-inner
		.main-event-content-inner-when
		.main-event-mobile-date {
		display: block;
	}
}
@media (max-width: 485px) {
	#bootstrap-override .home-event .home-event-date {
		font-size: 0.7em;
		padding: 13em 0;
	}
}
#bootstrap-override .resource-panel-left,
#bootstrap-override .resource-panel-right {
	margin-bottom: 2em;
}
#bootstrap-override .resource-panel-right {
	padding-right: 0;
}
#bootstrap-override .resource-panel-left {
	padding-left: 0;
}
#bootstrap-override .resource-panel {
	border: 1px solid #a1a1a1;
	padding: 0;
	min-height: 610px;
	text-align: center;
}
#bootstrap-override .resource-panel .resource-panel-header {
	text-align: left;
	text-decoration: none;
	display: block;
	position: relative;
	background-color: #00529b;
	color: #fff;
	padding: 1.5em;
	overflow: hidden;
}
#bootstrap-override .resource-panel .resource-panel-header img {
	width: 30px;
	position: absolute;
	top: 13px;
	right: 10px;
}
#bootstrap-override .resource-panel ul {
	padding-right: 1em;
	text-align: left;
}
#bootstrap-override .resource-panel ul li {
	font-size: 1.6em;
}
#bootstrap-override .resource-panel p {
	font-size: 1.6em;
	padding: 1em;
	text-align: left;
}
#bootstrap-override .resource-panel-btn {
	margin: 1em 0;
	display: inline-block;
	color: #fff;
	background-color: #00529b;
	padding: 0.5em 1em;
	font-size: 1.6em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
#bootstrap-override .resource-panel-btn:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .resource-media-kit {
	text-align: center;
}
#bootstrap-override .resource-media-kit h4,
#bootstrap-override .resource-media-kit p {
	text-align: left;
}
#bootstrap-override .resource-faq .resource-faq-q {
	color: #00529b;
	font-weight: 700;
	padding-bottom: 1em;
	margin-top: 1em;
}
#bootstrap-override .resource-faq .resource-faq-q span {
	color: #00529b;
}
#bootstrap-override .resource-faq .resource-faq-q {
	position: relative;
	padding-left: 40px;
}
#bootstrap-override .resource-faq .resource-faq-q span {
	position: absolute;
	left: 5px;
	top: -8px;
	font-size: 1.5em;
}
#bootstrap-override .resource-faq .resource-faq-a {
	position: relative;
	padding-left: 40px;
}
#bootstrap-override .resource-faq .resource-faq-a span {
	position: absolute;
	top: -3px;
	font-size: 22px;
	font-weight: 700;
	left: 6px;
}
#bootstrap-override .resource-faq .resource-faq-ul {
	margin-left: 10px;
}
#bootstrap-override .resource-faq .resource-faq-ul li {
	font-size: 1em;
}
@media (max-width: 993px) {
	#bootstrap-override .resource-panel-right {
		padding-right: 15px;
	}
	#bootstrap-override .resource-panel-left {
		padding-left: 15px;
	}
	#bootstrap-override .resource-panel {
		min-height: 475px;
	}
}
@media (max-width: 450px) {
	#bootstrap-override .resource-panel-header h3 {
		font-size: 1.8em;
		margin-right: 40px;
	}
}
#bootstrap-override .post-content h1,
#bootstrap-override .post-content h2,
#bootstrap-override .post-content h3,
#bootstrap-override .post-content h4 {
	padding-bottom: 1em;
}
#bootstrap-override .post-content ul {
	font-size: 1.6em;
}
#bootstrap-override .post-content p {
	padding-bottom: 1em;
}
#bootstrap-override .news-wrap {
	padding-top: 3em;
}
#bootstrap-override .news-wrap .pagination-container {
	display: flex;
	justify-content: space-between;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 10px;
}
#bootstrap-override .news-article,
#bootstrap-override .news-top-article {
	padding: 1em;
}
#bootstrap-override .news-article a,
#bootstrap-override .news-top-article a {
	display: block;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#bootstrap-override .news-article a p:first-child,
#bootstrap-override .news-top-article a p:first-child {
	font-size: 1.4em;
	padding: 0.3em 0 0.1em;
}
#bootstrap-override .news-article a p:last-child,
#bootstrap-override .news-top-article a p:last-child {
	padding: 0.2em;
}
#bootstrap-override .news-article a h3,
#bootstrap-override .news-top-article a h3 {
	font-weight: 700;
	padding: 0.1em 0 0.3em;
}
#bootstrap-override .news-top-article {
	min-height: 445px;
}
#bootstrap-override .news-top-article img {
	width: 100%;
}
#bootstrap-override .left-article {
	border-right: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
}
#bootstrap-override .left-article a {
	margin-right: auto;
	width: 90%;
}
#bootstrap-override .right-article {
	border-bottom: 2px solid #d7d7d7;
}
#bootstrap-override .right-article a {
	margin-left: auto;
	width: 90%;
}
#bootstrap-override .news-article {
	padding: 2em 1em;
}
#bootstrap-override .news-article a img {
	float: left;
	margin-right: 1em;
	width: 220px;
	height: 145px;
}
#bootstrap-override .next-chevron,
#bootstrap-override .previous-chevron {
	width: 30px;
	display: inline-block;
}
#bootstrap-override .previous-chevron {
	transform: rotate(-90deg);
}
#bootstrap-override .next-chevron {
	transform: rotate(90deg);
}
#bootstrap-override .screen-reader-text {
	display: none;
}
#bootstrap-override .pagination-wrap {
	text-align: center;
}
#bootstrap-override .pagination {
	display: block;
}
#bootstrap-override .page-numbers {
	padding: 0 0.1em;
	font-size: 3em;
	color: #00529b;
}
#bootstrap-override .page-numbers.current {
	text-decoration: underline;
	color: #00529b;
	font-weight: 700;
}
@media (max-width: 992px) {
	#bootstrap-override .left-article,
	#bootstrap-override .right-article {
		border-right: 0;
		border-left: none;
	}
	#bootstrap-override .left-article a,
	#bootstrap-override .right-article a {
		margin: auto;
		width: 100%;
	}
	#bootstrap-override .news-top-article {
		min-height: 0;
	}
	#bootstrap-override .news-article a img,
	#bootstrap-override .news-top-article a img {
		width: 50%;
		margin-right: 1em;
		float: left;
		height: auto;
	}
}
@media (max-width: 700px) {
	#bootstrap-override .news-wrap {
		padding-top: 0;
	}
	#bootstrap-override .news-article a img,
	#bootstrap-override .news-top-article a img {
		width: 100%;
		margin: 1em auto;
		height: 195px;
	}
}
#bootstrap-override .contact-map {
	padding-right: 0;
}
#bootstrap-override .contact-map iframe {
	margin: 1em 0;
}
#bootstrap-override .contact-info {
	padding-top: 1em;
	padding-bottom: 1em;
}
#bootstrap-override .contact-info p {
	position: relative;
	padding: 1em 1em 1em 3em;
	font-size: 1.8em;
}
#bootstrap-override .contact-info p img {
	position: absolute;
	width: 24px;
	top: 20px;
	left: 8px;
}
#bootstrap-override .contact-info .col-md-12 {
	display: flex;
	font-family: lato, sans-serif;
	margin-top: 1em;
	padding: 0;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
}
#bootstrap-override .contact-info .col-md-12 .contact-form-header {
	display: flex;
	align-items: center;
	padding: 1em;
	font-size: 1.6em;
	text-align: center;
	background-color: #00529b;
	color: #fff;
}
#bootstrap-override .contact-info .col-md-12 .contact-form {
	font-size: 1.6em;
	padding: 1em;
}
#bootstrap-override .form-full-width-wrap,
#bootstrap-override .form-half-width-wrap {
	margin: 0;
}
#bootstrap-override .form-half-width-wrap {
	width: 50%;
}
#bootstrap-override .form-half-width-wrap input {
	width: 95%;
	margin-right: 5%;
}
#bootstrap-override .form-full-width-wrap {
	width: 100%;
}
#bootstrap-override .form-full-width-wrap input {
	width: 100%;
}
#bootstrap-override .form-full-width-wrap textarea {
	width: 100%;
	height: 140px;
}
#bootstrap-override #ninja_forms_field_141,
#bootstrap-override .form-full-width-wrap,
#bootstrap-override .form-half-width-wrap {
	float: left;
}
#bootstrap-override .hp-wrap {
	font-size: 0.6em;
}
#bootstrap-override #ninja_forms_field_140_div_wrap {
	margin-top: 10px;
}
#bootstrap-override #ninja_forms_field_141 {
	background-color: #00529b;
	color: #fff;
	border: 0;
	padding: 0.5em 1em;
	border-radius: 5px;
	cursor: pointer;
}
#bootstrap-override .donate-info {
	font-size: 0.9em;
}
#bootstrap-override .donate-info img {
	width: 75%;
	margin: 2em auto;
}
#bootstrap-override .donate-info p {
	padding: 1em 0.2em;
}
#bootstrap-override .donate-info p:last-child {
	color: #e51937;
}
#bootstrap-override .donate-form-header {
	text-align: center;
	background-color: #00529b;
	color: #fff;
	padding: 0.5em 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#bootstrap-override .donate-form,
#bootstrap-override .donate-info {
	margin-top: 2em;
}
#bootstrap-override #donation_header h2 {
	font-size: 2em;
	font-weight: 700;
	color: #00529b;
	padding: 0.3em 0;
}
#bootstrap-override #header_desc p {
	padding: 0.4em 0;
}
#bootstrap-override .dgx-donate-form-section {
	border: 1px solid #cacaca !important;
}
#bootstrap-override .dgx-donate-form-section span {
	font-size: 1.6em;
	padding: 1em;
}
#bootstrap-override .dgx-donate-form-section span input {
	margin-bottom: 5px;
}
#bootstrap-override #_dgx_donate_user_amount.aftertext {
	font-size: 1.6em;
	padding: 0.5em;
}
#bootstrap-override #_dgx_donate_user_amount #_dgx_donate_user_amount {
	margin-left: 10px;
}
#bootstrap-override #_dgx_donate_donor_email,
#bootstrap-override #_dgx_donate_donor_first_name,
#bootstrap-override #_dgx_donate_donor_last_name,
#bootstrap-override #_dgx_donate_donor_phone {
	font-size: 1.6em;
	padding: 0.5em 0;
}
#bootstrap-override #_dgx_donate_donor_email input,
#bootstrap-override #_dgx_donate_donor_first_name input,
#bootstrap-override #_dgx_donate_donor_last_name input,
#bootstrap-override #_dgx_donate_donor_phone input {
	float: right;
	width: 73%;
}
#bootstrap-override #_dgx_donate_add_to_mailing_list,
#bootstrap-override #_dgx_donate_anonymous {
	font-size: 1.6em;
	padding: 0.5em 0;
}
#bootstrap-override #_dgx_donate_repeating {
	padding: 0.5em 0;
}
#bootstrap-override #_dgx_donate_repeating p input {
	margin-bottom: 5px;
}
#bootstrap-override #dgx-donate-form-billing-section div {
	font-size: 1.6em;
	padding: 0.5em 0;
}
#bootstrap-override #dgx-donate-form-billing-section div input,
#bootstrap-override #dgx-donate-form-billing-section div select {
	float: right;
	width: 73%;
}
#bootstrap-override #dgx-donate-form-billing-section div select {
	margin-right: 10px;
	border-radius: 5px;
}
#bootstrap-override #_dgx_donate_donor_address2 .dgx-donate-comment {
	display: none;
}
#bootstrap-override #dgx-donate-pay-enabled {
	text-align: center;
}
#bootstrap-override #dgx-donate-pay-enabled input {
	background-color: #00529b;
	color: #fff;
	padding: 0.2em 1em;
	font-size: 2.6em;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 5px;
}
#bootstrap-override #dgx-donate-container {
	margin: 0 0 2em 0;
}
#bootstrap-override .donate-disclaimer {
	color: #e51937;
	display: none;
	padding-bottom: 1em;
}
@media (max-width: 992px) {
	#bootstrap-override .donate-info p {
		display: none;
	}
	#bootstrap-override .donate-disclaimer {
		display: block;
	}
	#bootstrap-override .donate-form {
		padding: 0;
	}
	#bootstrap-override .donate-form #dgx-donate-container {
		padding: 10px;
	}
}
@media (max-width: 1045px) and (min-width: 992px) {
	#bootstrap-override #_dgx_donate_donor_email input,
	#bootstrap-override #_dgx_donate_donor_first_name input,
	#bootstrap-override #_dgx_donate_donor_last_name input,
	#bootstrap-override #_dgx_donate_donor_phone input {
		width: 65%;
	}
	#bootstrap-override #dgx-donate-form-billing-section div input,
	#bootstrap-override #dgx-donate-form-billing-section div select {
		width: 65%;
	}
}
@media (max-width: 550px) {
	#bootstrap-override #_dgx_donate_donor_email input,
	#bootstrap-override #_dgx_donate_donor_first_name input,
	#bootstrap-override #_dgx_donate_donor_last_name input,
	#bootstrap-override #_dgx_donate_donor_phone input {
		float: none;
		margin: 0.5em 0;
		width: 100%;
	}
	#bootstrap-override #dgx-donate-form-billing-section div input,
	#bootstrap-override #dgx-donate-form-billing-section div select {
		float: none;
		width: 100%;
		margin: 0.5em 0;
	}
	#bootstrap-override .dgx-donate-form-section span {
		font-size: 1.6em;
		padding: 1em;
		display: block;
	}
}
#bootstrap-override footer {
	margin-top: 5em;
	color: black;
	background-color: white;
	border-top: solid 4px #f1f1f1;
}
#bootstrap-override footer .container {
	background-color: #555;
}
#bootstrap-override footer .container .footer-logo {
	width: 275px;
	margin: 0 auto;
	padding: 1.5em 0;
}
#bootstrap-override footer .container p {
	font-size: 1.8em;
	text-align: center;
	font-weight: 700;
}
#bootstrap-override footer .container p:last-child {
	font-size: 1.2em;
	font-weight: 500;
	padding-top: 2.6em;
}
#bootstrap-override footer .container .col-md-6 {
	text-align: center;
}
#bootstrap-override footer .container ul {
	list-style: none;
	font-size: 1.8em;
	padding: 1em 0;
	margin-bottom: 0;
}
#bootstrap-override footer .container ul li {
	display: inline-block;
}
#bootstrap-override footer .container ul li a {
	color: #fff;
}
#bootstrap-override .footer-donate-btn {
	margin-right: 5em;
	color: #fff;
	background-color: #e51937;
	padding: 0.5em 0.9em;
	font-size: 1.8em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
#bootstrap-override .footer-donate-btn:focus {
	color: #fff;
	background-color: #e51937;
}
#bootstrap-override .footer-subscribe-btn {
	color: #fff;
	background-color: #00529b;
	padding: 0.5em 0.9em;
	font-size: 1.8em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
#bootstrap-override .footer-subscribe-btn:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .footer-donate-btn,
#bootstrap-override .footer-subscribe-btn {
	border: solid 2px #fff;
	display: inline-block;
	text-align: center;
	height: 48px;
}
#bootstrap-override .footer-donate-btn img,
#bootstrap-override .footer-subscribe-btn img {
	width: 25px;
	float: left;
	margin-right: 5px;
}
#bootstrap-override .footer-subscribe-btn img {
	margin-top: 3px;
}
#bootstrap-override .facebook-link svg {
	width: 30px;
	margin-top: 15px;
	fill: #fff;
	transition: all 0.2s ease-in-out;
}
#bootstrap-override .facebook-link:hover svg {
	fill: #4267b2;
}
@media (max-width: 991px) {
	#bootstrap-override footer {
		font-size: 0.8em;
	}
	#bootstrap-override footer .footer-donate-btn {
		margin-right: 0;
	}
	#bootstrap-override .footer-donate-btn,
	#bootstrap-override .footer-subscribe-btn {
		height: 40px;
	}
}
@media (max-width: 766px) {
	#bootstrap-override footer p:last-child {
		padding-bottom: 1em;
	}
	#bootstrap-override footer .footer-donate-btn,
	#bootstrap-override footer .footer-subscribe-btn {
		width: 140px;
	}
	#bootstrap-override footer .footer-donate-btn img,
	#bootstrap-override footer .footer-subscribe-btn img {
		margin-left: 5px;
	}
	#bootstrap-override footer .footer-subscribe-btn img {
		margin-top: 0;
		margin-right: 0;
	}
	#bootstrap-override footer .footer-donate-btn img {
		margin-top: -3px;
		margin-right: -10px;
	}
	#bootstrap-override footer .footer-donate-btn {
		margin-right: 0.3em;
	}
	#bootstrap-override footer ul {
		font-size: 1.5em;
	}
}
@media (max-width: 397px) {
	#bootstrap-override footer .footer-donate-btn {
		margin-right: 0;
	}
}
@media (max-width: 343px) {
	#bootstrap-override .footer-donate-btn {
		margin-bottom: 5px;
	}
}
#bootstrap-override #search {
	list-style: none;
}
#bootstrap-override #searchform input {
	width: 75%;
	padding: 0.5em;
}
#bootstrap-override #searchform button {
	width: 25%;
	float: right;
	background-color: #00529b;
	border: 1px solid #00529b;
}
#bootstrap-override #searchform button img {
	width: 22px;
	margin: auto;
}
#bootstrap-override #searchform button,
#bootstrap-override #searchform input {
	height: 35px;
	font-size: 1.6em;
}
#bootstrap-override .search-form-wrap {
	padding: 1em;
}
#bootstrap-override .search-form-section {
	width: 30%;
	margin: 1em 0;
}
#bootstrap-override .search-post {
	display: block;
	margin: 2em 1em;
}
#bootstrap-override .search-post img {
	float: left;
	margin: 0 1em 1em 0;
}
#bootstrap-override .search-post .post-meta {
	font-size: 1.4em;
}
#bootstrap-override .header-search-wrap {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
#bootstrap-override .header-search {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
}
#bootstrap-override .header-search .header-search-inner,
#bootstrap-override .header-search .sub-header {
	width: 30%;
}
#bootstrap-override .header-search .sub-header {
	width: 30%;
	margin: 1em auto 0.5em;
}
#bootstrap-override .header-search .header-search-inner {
	margin-left: auto;
	margin-right: 10%;
}
#bootstrap-override .header-search.header-search-show {
	height: 36px;
	margin: 2em 0;
}
@media (max-width: 767px) {
	#bootstrap-override #search-page #searchform {
		width: 265px;
	}
	#bootstrap-override #search-page #searchform input {
		width: 220px;
	}
	#bootstrap-override #search-page #searchform button {
		width: 45px;
	}
}
#bootstrap-override .post .col-md-12:first-child {
	margin: 2em 1.5em;
	padding: 0;
	border-bottom: 5px solid #1db7d3;
}
#bootstrap-override .post .col-md-12:first-child h2 {
	font-weight: 700;
	color: #00529b;
}
#bootstrap-override .post .col-md-12:first-child ul {
	padding: 0.2em 0;
}
#bootstrap-override .post .col-md-12:first-child ul li {
	display: inline-block;
	font-size: 1.6em;
	padding-right: 1em;
}
#bootstrap-override .post img {
	float: left;
	padding: 0 2em 2em 0;
}
#bootstrap-override .post-comment-section {
	background-color: #e1e1e1;
	padding: 3em 0;
	margin-top: 3em;
}
#bootstrap-override .comments-area .comment-reply-title {
	color: #00529b;
	border-bottom: 2px solid #1db7d3;
	padding-bottom: 0.2em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
#bootstrap-override .comments-area .comment-form {
	overflow: hidden;
}
#bootstrap-override .comments-area .comment-form .comment-notes {
	padding-bottom: 1em;
}
#bootstrap-override .comments-area .comment-form .comment-form-author,
#bootstrap-override .comments-area .comment-form .comment-form-email,
#bootstrap-override .comments-area .comment-form .form-submit {
	float: left;
	padding: 1em 0.5em;
}
#bootstrap-override .comments-area .comment-form .comment-form-author {
	padding: 1em 1em 1em 0;
}
#bootstrap-override .comments-area .comment-form .comment-form-comment textarea {
	width: 100%;
	height: 65px;
}
#bootstrap-override .comments-area .comment-form .comment-form-url {
	display: none;
}
#bootstrap-override .comments-area .comments-title {
	padding: 1em 0;
}
#bootstrap-override .comments-area .comment-list {
	list-style: none;
	padding-left: 0;
}
#bootstrap-override .comments-area .comment-list li {
	margin: 1em 0;
	font-size: 1.4em;
}
#bootstrap-override .comments-area .comment-list li .comment-body {
	position: relative;
	padding: 1em;
	background-color: #fff;
	border-radius: 5px;
}
#bootstrap-override .comments-area .comment-list li .comment-body p {
	padding: 0.5em;
	font-size: 1.2em;
}
#bootstrap-override .comments-area .comment-list li .comment-body .comment-meta {
	position: absolute;
	top: 10px;
	right: 15px;
}
#bootstrap-override .comments-area .comment-list ul.children {
	list-style: none;
}
#bootstrap-override .comments-area .comment-list ul.children li {
	font-size: 1em;
}
#bootstrap-override .comments-area .comment-list ul.children li .comment-body {
	padding: 0.5em;
	background-color: #fff;
	border-radius: 5px;
}
#bootstrap-override .home-subscribe-box {
	text-align: center;
	background-color: #fff;
}
#bootstrap-override .home-subscribe-box h1 {
	background-color: #00529b;
	color: #fff;
	width: 100%;
	padding: 0.3em 0;
}
#bootstrap-override .home-subscribe-box .home-subscribe-box-content {
	height: 355px;
	margin-bottom: 1em;
	padding: 1em;
}
#bootstrap-override .home-subscribe-box .home-subscribe-box-content h3 {
	padding: 0.5em 0.3em 1em;
	font-weight: 700;
	font-size: 2em;
}
#bootstrap-override .home-subscribe-box .home-subscribe-box-content p {
	font-size: 1.6em;
	padding: 0.3em 0.3em 2em;
}
#bootstrap-override .home-subscribe-box-sub {
	display: inline-block;
	margin: 1em 0;
	color: #fff;
	background-color: #00529b;
	padding: 0.5em 0.75em;
	font-size: 2em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
#bootstrap-override .home-subscribe-box-sub:focus {
	color: #fff;
	background-color: #00529b;
}
#bootstrap-override .home-subscribe-box-archives {
	color: #1db7d3;
	text-decoration: underline;
	font-size: 2em;
}
#bootstrap-override .home-subscribe-box-horizontal {
	display: none;
	text-align: center;
	overflow: hidden;
	margin: 0.5em 0;
}
#bootstrap-override .home-subscribe-box-horizontal .col-sm-2,
#bootstrap-override .home-subscribe-box-horizontal .col-sm-3,
#bootstrap-override .home-subscribe-box-horizontal .col-sm-7 {
	height: 120px;
}
#bootstrap-override .home-subscribe-box-horizontal .col-sm-2 {
	background-color: #00529b;
	color: #fff;
}
#bootstrap-override .home-subscribe-box-horizontal .col-sm-2 h2:first-child {
	padding-top: 0.5em;
}
#bootstrap-override .home-subscribe-box-horizontal .col-sm-3,
#bootstrap-override .home-subscribe-box-horizontal .col-sm-7 {
	background-color: #e1e1e1;
}
#bootstrap-override .home-subscribe-box-horizontal .col-sm-7 h3 {
	font-size: 3em;
	padding-top: 0.5em;
}
#bootstrap-override .home-subscribe-box-horizontal .col-sm-7 p {
	font-size: 1.6em;
}
@media (max-width: 715px) {
	#bootstrap-override .comments-area .comments-title {
		font-size: 2em;
	}
	#bootstrap-override .comments-area .comment-form {
		overflow: hidden;
	}
	#bootstrap-override .comments-area .comment-form .comment-form-author,
	#bootstrap-override .comments-area .comment-form .comment-form-email,
	#bootstrap-override .comments-area .comment-form .form-submit {
		float: none;
		padding: 1em 1em 1em 0;
	}
	#bootstrap-override .comments-area .comment-form .comment-form-author {
		padding: 1em 1em 1em 0;
	}
	#bootstrap-override .post {
		padding: 2em 0;
	}
	#bootstrap-override .post img {
		float: none;
		margin: 0 auto;
		height: auto;
		width: 85%;
	}
}
@media (max-width: 991px) {
	#bootstrap-override .single-sub-top {
		display: block;
	}
	#bootstrap-override .home-subscribe-box .home-subscribe-box-content {
		height: auto;
	}
	#bootstrap-override .single-sub-bottom {
		display: none;
	}
}
@media (min-width: 992px) {
	#bootstrap-override .single-sub-top {
		display: none;
	}
	#bootstrap-override .single-sub-bottom {
		display: block;
	}
}
@media (max-width: 992px) and (min-width: 700px) {
	#bootstrap-override .home-subscribe-box-horizontal .col-sm-2 h2 {
		font-size: 1.8em;
	}
	#bootstrap-override .home-subscribe-box-horizontal .col-sm-2 h2:first-child {
		padding-top: 2em;
	}
	#bootstrap-override .home-subscribe-box-horizontal .col-sm-7 h3 {
		font-size: 2.3em;
	}
}
@media (max-width: 699px) {
	#bootstrap-override .home-subscribe-box .home-subscribe-box-content {
		height: auto;
	}
}
#terms-of-use p,
#terms-of-use ul {
	font-size: 1.6em;
}
#terms-of-use p,
#terms-of-use ul {
	padding: 1em 0.5em;
}
#terms-of-use ul {
	padding-left: 4em;
	list-style-type: upper-alpha;
}
#terms-of-use ul li {
	padding: 0.3em 0;
}
#terms-of-use .tos-sub-header {
	font-weight: 700;
	font-style: italic;
}
#terms-of-use .tos-header {
	margin: 1em;
	font-weight: 700;
}
#privacy-policy {
	text-align: center;
}
#privacy-policy p {
	text-align: left;
	padding: 1em 0.5em;
	font-size: 1.6em;
}
#privacy-policy h2,
#privacy-policy h4 {
	font-weight: 700;
	padding: 0.5em 0;
}
#privacy-policy h4,
#privacy-policy ul {
	text-align: left;
}
#privacy-policy ul {
	padding-left: 4em;
	font-size: 1.6em;
	list-style-type: upper-alpha;
}
#privacy-policy ul li {
	padding: 0.3em 0;
}
#bootstrap-override .audio-pages {
	display: flex;
	justify-content: space-between;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 10px;
	padding-bottom: 1em;
	margin-left: 15px;
}

.events-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
}
.events-header h2 {
	color: #00529b;
	font-weight: bold;
	margin: 0 60px 0 0 !important;
	font-size: 42px !important;
}
.events-header a {
	background-color: #00529b;
	color: white;
	padding: 10px 15px !important;
	font-size: 25px;
	font-weight: bold;
}

.news-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
}
.news-header h2 {
	color: #00529b;
	font-weight: bold;
	margin: 0 60px 0 0 !important;
	font-size: 42px !important;
}
.news-header a {
	background-color: #00529b;
	color: white;
	padding: 10px 15px !important;
	font-size: 25px;
	font-weight: bold;
}
.home-page-divider {
	margin-top: 50px;
	margin-bottom: 15px;
}

footer {
	padding: 3% 6%;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
}
.footer-buttons a {
	font-size: 18px !important;
	font-weight: bold;
	margin: 0 10px !important;
}
.footer-bottom a {
	color: black;
	text-decoration: none;
}

.footer-copyright {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer-about-button {
	color: black;
	border: 1px solid black;
	padding: 10px 15px !important;
}
.footer-donate-button {
	background-color: #e51937;
	border: 1px solid #e51937;
	color: white;
	padding: 10px 15px !important;
}
.footer-subscribe-button {
	background-color: #00529b;
	border: 1px solid #00529b;
	color: white;
	padding: 10px 15px !important;
}
.footer-about-button:hover {
	color: black;
	text-decoration: none;
}
.footer-donate-button:hover {
	color: white;
	text-decoration: none;
}
.footer-subscribe-button:hover {
	color: white;
	text-decoration: none;
}
.footer-logo img {
	width: 315px;
}
.footer-facebook-button {
	padding: 0px !important;
}
.footer-facebook-button img {
	height: 48px;
	display: inherit !important;
	position: relative;
	bottom: 1px;
}
@media (max-width: 1200px) {
	#bootstrap-override .home-donate p.col-sm-3 {
		padding: 0.2em 0.8em;
	}
}
@media (max-width: 900px) {
	.footer-logo img {
		width: 250px;
	}
	.footer-about-button {
		padding: 8px 12px;
	}
	.footer-subscribe-button {
		padding: 8px 12px;
	}
	.footer-donate-button {
		padding: 8px 12px;
	}
	.footer-facebook-button img {
		height: 46px;
		bottom: 2px;
	}
}

@media (max-width: 800px) {
	.footer-top {
		flex-direction: column;
		justify-content: center;
	}
	.footer-bottom {
		flex-direction: column;
		justify-content: center;
	}
	.footer-buttons {
		margin-top: 20px;
	}
	.footer-copyright {
		align-items: unset;
		margin-top: 20px;
	}
}
@media (max-width: 700px) {
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(3) > div > h2 {
		font-size: 32px !important;
	}
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(3) > div > a {
		font-size: 20px !important;
	}
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(5) > div > h2 {
		font-size: 32px !important;
	}
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(5) > div > a {
		font-size: 20px !important;
	}
}
@media (max-width: 500px) {
	footer {
		padding: 3% 0;
	}
	.footer-bottom {
		margin-left: 3%;
	}
	.footer-buttons a {
		font-size: 16px !important;
		margin: 0 5px !important;
	}
	.footer-about-button {
		padding: 6px 10px;
	}
	.footer-subscribe-button {
		padding: 6px 10px;
	}
	.footer-donate-button {
		padding: 6px 10px;
	}
	.footer-facebook-button img {
		height: 46px;
		bottom: 2px;
	}
}
@media (max-width: 400px) {
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(3) > div > h2 {
		font-size: 28px !important;
	}
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(3) > div > a {
		font-size: 16px !important;
	}
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(5) > div > h2 {
		font-size: 28px !important;
	}
	#bootstrap-override > div.page.content-shift.container-fluid > div:nth-child(5) > div > a {
		font-size: 16px !important;
	}
	.footer-buttons a {
		font-size: 14px !important;
		margin: 0 5px !important;
	}
}
#forminator-module-12635{
	display:block !important;
	flex-direction: row-reverse !important;

}
#forminator-module-12635 button{
	border:none;
	color:white;
	padding:1em;
	font-size:1.6em;
	text-align: center;
	background-color: #00529b;
}
#forminator-module-12635 input{
	height:55px !important;
	width:100% !important;
	font-size:1.6em !important;
	padding-left:10px !important;
}
#forminator-module-12635 textarea{
	width:100% !important;
	font-size:1.6em !important;
	padding-left:10px !important;
}
#forminator-module-12635 .forminator-row{
	margin-bottom:12px;
}
.forminator-label{
	font-size:1.6em;
}
#forminator-module-12635 .frominator-row{
	margin-bottom:10px;
}
.forminator-required{
	color:red !important;
}
.required_text {
	font-size: 16px;
}
/* @media(max-width:1300px){
	#forminator-module-12635 input{
		width:400px !important;
	}
}
@media(max-width:1000px){
	#forminator-module-12635 input{
		width:350px !important;
	}
}
@media(max-width:768px){
	#forminator-module-12635 input{
		width:300px !important;
	}
}
@media(max-width:425px){
	#forminator-module-12635 input{
		width:250px !important;
	}
} */