/**********************************************************
// Body
**********************************************************/
body {
	position: relative;
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	}

.Oswald       { font-family: "oswald", sans-serif; }
.Museo-Sans   { font-family: "museo-sans", sans-serif; }
.Museo-Sans-C { font-family: "museo-sans-condensed", sans-serif; }
.Proxima-Nova { font-family: "proxima-nova", sans-serif; }

a { color: #EE3D8F; }
a:hover,
a:focus { color: #FFE160; }

.Desktop-Only { display: block !important; }
.Mobile-Only  { display: none !important;  }

.Entry-Main {
	position: relative;
	z-index: 50;
	}

.Content-Posts {
	margin: auto;
	padding: 0 20px 40px 20px;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	font-size: 0;
	}

/**********************************************************
// Titles
**********************************************************/
.post h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 48px;
	color: #1A4EA2;
	}

.post h3 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #FFE160;
	}

.post h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #1A4EA2;
	}

.post h4.Alt {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #EE3D8F;
	}

.post h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	color: #1A4EA2;
	}

.post h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	}

/**********************************************************
// Post Styles
**********************************************************/
.post { margin-bottom: 40px; }
article.post:last-child { margin-bottom: 0; }
article:last-child .post { margin-bottom: 0; }

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	padding: 15px 0;
	}

.post blockquote p:first-child { padding-top: 0; }
.post blockquote p:last-child { padding-bottom: 0; }
.post blockquote {
	margin: 10px auto;
	padding: 0 0 0 15%;
	line-height: 1.2em;
	text-align: right;
	font-weight: 500;
	font-size: 22px;
	color: #1A4EA2;
	display: block;
	position: relative;
	}

.post blockquote p { text-align: left; }
.post blockquote cite { font-style: normal; }
.post blockquote:before {
	content: '';
	width: 13px;
	height: 115px;
	background: url(../Images/BG-Blockquote-Side.svg) top center no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 10%;
	top: 10px;
	}

.post p:empty { display: none; }
.post p {
	padding: 10px 0;
	line-height: 1.5em;
	}

.post p.has-background {
	padding-left: 10px;
	padding-right: 10px;
	}

.post ol {
	margin-left: 20px;
	padding-left: 2px;
	list-style: decimal;
	}

.post ul {
	margin-left: 20px;
	padding-left: 2px;
	list-style: disc;
	}

.post li {
	line-height: 1.5em;
	position: relative;
	}

.post .wp-block-table th {
	padding: 10px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #333;
	}

.post .wp-block-table td {
	padding: 10px;
	border: 1px solid #333;
	}

.post .wp-block-button a {
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 17px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.post .wp-block-button.is-style-outline a:hover,
.post .wp-block-button.is-style-outline a:focus {
	border: 2px solid #1A4EA2;
	background-color: #1A4EA2;
	color: #FFF !important;
	}

.Content-Posts .alm-btn-wrap {
	margin: 60px auto 0 auto !important;
	padding: 0 !important;
	}

.Content-Posts .alm-btn-wrap .alm-load-more-btn {
	padding: 0 40px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #FFE160;
	color: #1A4EA2;
	font-weight: 700;
	}

.Content-Posts .alm-btn-wrap .alm-load-more-btn:hover,
.Content-Posts .alm-btn-wrap .alm-load-more-btn:focus {
	background: #1A4EA2;
	color: #FFF;
	}

.Content-Posts .ajax-load-more-wrap.blue .alm-load-more-btn.done { display: none !important; }

/**********************************************************
// Post >> Nav >> Paginated
**********************************************************/
.Post-Nav {
	margin-top: 80px;
	text-align: center;
	}

.Post-Nav  nav > h2 { display: none; }

.Post-Nav .page-numbers {
	margin: 5px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav .page-numbers {
	text-decoration: none;
	color: #6C6C6C;
	}

.Post-Nav a.page-numbers:hover,
.Post-Nav a.page-numbers:focus { color: #F99D33; }
.Post-Nav .page-numbers.current { color: #F99D33; }

.Post-Nav .next,
.Post-Nav .prev {
	position: relative;
	top: -1px;
	}

.Post-Nav .next {
	margin-left: 15px;
	width: auto;
	}

.Post-Nav .next span,
.Post-Nav .next i {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav .next i,
.Post-Nav .prev i {
	font-weight: 400;
	color: #F99D33;
	}

.Post-Nav .next i {
	margin-left: 10px;
	font-size: 20px;
	position: relative;
	top: -1px;
	}

.Post-Nav .prev {
	margin-right: 15px;
	width: auto;
	}

.Post-Nav .prev span,
.Post-Nav .prev i {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav .prev i {
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: -1px;
	}

/**********************************************************
// Custom Post Styles - Brackets
**********************************************************/
.post .Brackets {
	padding: 30px;
	border: 2px solid #EE3D8F;
	border-radius: 30px;
	position: relative;
	}

.post .Brackets > * {
	position: relative;
	z-index: 20;
	}

.post .Brackets:before {
	content: '';
	width: 86%;
	height: 5px;
	background: #FFF;
	display: block;
	position: absolute;
	right: 7%;
	left: 7%;
	top: -3px;
	}

.post .Brackets:after {
	content: '';
	width: 86%;
	height: 5px;
	background: #FFF;
	display: block;
	position: absolute;
	bottom: -3px;
	right: 7%;
	left: 7%;
	}

/**********************************************************
// Custom Post Styles - Shadow
**********************************************************/
.Shadow {
	-webkit-box-shadow: -10px 0 0 #FFE160;
	   -moz-box-shadow: -10px 0 0 #FFE160;
			box-shadow: -10px 0 0 #FFE160;
	}

.Shadow-Image img {
	-webkit-box-shadow: -10px 0 0 #FFE160;
	   -moz-box-shadow: -10px 0 0 #FFE160;
			box-shadow: -10px 0 0 #FFE160;
	}

.Shadow-Right {
	-webkit-box-shadow: 10px 0 0 #FFE160;
	   -moz-box-shadow: 10px 0 0 #FFE160;
			box-shadow: 10px 0 0 #FFE160;
	}

.Shadow-Image-Right img {
	-webkit-box-shadow: 10px 0 0 #FFE160;
	   -moz-box-shadow: 10px 0 0 #FFE160;
			box-shadow: 10px 0 0 #FFE160;
	}

/**********************************************************
// Custom Post Styles - Checklist
**********************************************************/
.Checklist,
.Checklist ul {
	margin: auto !important;
	padding: 0 !important;
	list-style: none !important;
	}

.Checklist li {
	padding-left: 30px;
	position: relative;
	}

.Checklist li:before {
	content: "\f00c";
	line-height: 1.5em;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	}

/**********************************************************
// Global Form Styles
**********************************************************/
body .wForm input[type="checkbox"],
body .wForm input[type="file"] { -webkit-appearance: auto; }

.wFormContainer .wForm .inputWrapper input[type='text'],
.wFormContainer .wForm .inputWrapper input[type='password'],
.wFormContainer .wForm .inputWrapper input[type='file'],
.wFormContainer .wForm .inputWrapper select:not([multiple]),
.wFormContainer .wForm .inputWrapper textarea {
	border-radius: 20px;
	border: 1px solid #1A4EA2;
	box-shadow: 0 0 0 #000;
	font-size: 14px !important;
	color: #000;
	}

.wFormContainer .wForm .inputWrapper input[type='text']:focus,
.wFormContainer .wForm .inputWrapper input[type='password']:focus,
.wFormContainer .wForm .inputWrapper select:focus,
.wFormContainer .wForm .inputWrapper textarea:focus,
.wFormContainer .wForm .inputWrapper input[type='text'].required:focus,
.wFormContainer .wForm .inputWrapper input[type='password'].required:focus,
.wFormContainer .wForm .inputWrapper select.required:focus,
.wFormContainer .wForm .inputWrapper textarea.required:focus,
.wFormContainer .wForm .inputWrapper textarea.required:not(readonly):focus { border: 1px solid #EE3D8F; }

.wFormContainer .wForm .inputWrapper input[type='text'],
.wFormContainer .wForm .inputWrapper input[type='file'],
.wFormContainer .wForm .inputWrapper input[type='password'],
.wFormContainer .wForm .inputWrapper select {
	padding: 10px 20px !important;
	height: auto !important;
	}

.wFormContainer ::-webkit-input-placeholder { color: #000; }
.wFormContainer :-moz-placeholder           { color: #000; }
.wFormContainer ::-moz-placeholder          { color: #000; }
.wFormContainer :-ms-input-placeholder      { color: #000; }

.wFormContainer .wForm .inputWrapper textarea {
	padding: 10px !important;
	width: 100%;
	height: 7em;
	}

.wFormContainer .actions .primaryAction:disabled { border-radius: 20px !important; }
.wFormContainer .actions .primaryAction {
	margin-top: 0 !important;
	padding: 10px 30px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.wFormContainer .oneField.errFld div.errMsg {
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	}

/**********************************************************
// Gravity Forms
**********************************************************/
.gform_required_legend { display: none; }

.gform_wrapper .gfield_label {
	margin-bottom: 4px !important;
	line-height: 1.5em;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-family: "museo-sans", sans-serif;
    font-weight: 300 !important;
    font-size: 14px !important;
	}

.gform_wrapper .gchoice {
	margin-bottom: 0 !important;
    padding: 0;
    height: 30px;
    line-height: 25px;
    position: relative;
	}

.gform_wrapper .gchoice label {
	font-weight: 300;
    font-size: 14px;
    color: inherit;
    position: relative;
	}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
	padding-top: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px !important;
	}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
	padding: 10px 20px !important;
	height: auto !important;
    line-height: 1em !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 400 !important;
	font-size: 14px !important;
	border-radius: 20px !important;
    border: 1px solid #1A4EA2 !important;
	color: #000 !important;
	}

.gform_wrapper.gravity-theme .gfield textarea {
	padding: 10px !important;
	height: 7em !important;
	line-height: 1em !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 400 !important;
	font-size: 14px !important;
	border-radius: 20px !important;
    border: 1px solid #1A4EA2 !important;
	color: #000 !important;
	}

.gform_wrapper .gfield_consent_label {
	line-height: 1.3em;
    font-weight: 700 !important;
	font-size: 14px !important;
	}

.gform_wrapper .gfield input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border: 1px solid #1A4EA2 !important;
	}

.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
	padding: 10px 40px;
    border-radius: 50px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "museo-sans-condensed", sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: #FFE160;
    color: #1A4EA2;
	border: 0;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.gform_wrapper.gravity-theme #field_submit input:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
	background: #EE3D8F;
	color: #FFF;
	}

.gform_wrapper .gform_validation_errors > h2 {
	padding: 0 !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 400 !important;
	}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
	border-radius: 20px;
	font-size: 14px !important;
	}

/**********************************************************
// Popup
**********************************************************/
.Popup-Overlay {
	display: none;
	background: rgba(84, 145, 191, 0.95);
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Popup-Outer {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Popup-Box {
	margin: auto;
	padding: 40px;
	width: 100%;
	max-width: 560px;
	background: #FFF;
	text-align: center;
	border-radius: 60px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.13);
	position: relative;
	}

.Popup-Close:hover,
.Popup-Close:focus { background: #EE3D8F; }
.Popup-Close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background: #F99D33;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 35px;
	}

.Popup-Image {
	line-height: 0;
	font-size: 0;
	}

.Popup-Image img {
	width: auto;
	height: auto;
	max-height: 94px;
	}

.Popup-Box h2 {
	margin-top: 10px;
	padding: 0 !important;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 48px;
	color: #5491BF;
	}

.Popup-Text {
	margin: auto;
	line-height: 1.5em;
	font-weight: 300;
	font-size: 18px;
	}

.Popup-Form { margin: 10px auto 0 auto; }
.Popup-Form .wFormHeader,
.Popup-Form .wFormFooter,
.Popup-Form .wFormTitle { display: none; }
.Popup-Form .wForm .field-container-D .label,
.Popup-Form .wForm .field-container-D br { display: none !important; }
.Popup-Form .wForm .field-container-D {
	margin-top: 10px !important;
	padding: 0 !important;
	}

.Popup-Form .wForm form .vertical > .oneChoice input { display: none; }
.Popup-Form .wForm form .vertical > .oneChoice label { display: block !important; }
.Popup-Form .wForm form .vertical > .oneChoice {
	padding-left: 30px;
	position: relative;
	}

.Popup-Form .wForm form .vertical > .oneChoice input[type="checkbox"]:checked + label > span:first-child { background: #F99D33; }
.Popup-Form .wForm form .vertical > .oneChoice .input-checkbox-faux {
	content: '';
	width: 14px;
	height: 14px;
	background: #FFF;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #D5D5D5;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	}

.Popup-Form .wForm form .vertical > .oneChoice span {
	line-height: 1.2em;
	font-size: 12px;
	}

.Popup-Form .wForm .actions {
	border: 0 !important;
	padding: 0 !important;
	}

.Popup-Form .wFormContainer .actions .primaryAction {
	margin: 5px auto 0 auto !important;
	padding: 7px 10px;
	width: 100%;
	background: #F99D33;
	color: #FFF;
	letter-spacing: 1px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	}

/**********************************************************
// Contact Page Link
**********************************************************/
.Contact-Page-Link:hover,
.Contact-Page-Link:focus { color: #FFE160; }
.Contact-Page-Link:hover i,
.Contact-Page-Link:focus i { border: 2px solid #FFE160; }
.Contact-Page-Link {
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 24px;
	color: #EE3D8F;
	display: inline-block;
	}

.Contact-Page-Link .fa-phone-volume { transform: rotate(-35deg); }

.Contact-Page-Link i {
	margin-right: 7px;
	width: 26px;
	height: 26px;
	line-height: 22px;
	border: 2px solid #EE3D8F;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	}

.Contact-Page-Link span {
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Desktop-Only { display: none !important;  }
	.Mobile-Only  { display: block !important; }

	.Popup-Image img { max-height: 70px; }
	.Popup-Box h2 { font-size: 38px; }
	.Popup-Text { font-size: 14px; }

	.post { padding-top: 40px; }
	.post .Brackets {
		padding: 0;
		border: 0 solid #EE3D8F;
		border-radius: 0;
		}

	.post h1, .post h2 { line-height: 1.1em; }
	.post blockquote { padding: 0 0 0 5%; line-height: 1.1em; }
	.post blockquote:before { left: 0; }

	body .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child),
	body .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    	flex-basis: 100%!important;
	}

	body .Center-List-Mobile { margin-left: 15% !important; }
}
