/**********************************************************
// Root
**********************************************************/
:root {
	--Font-Default: "MuseoSans", sans-serif;
	--Font-Title: "Oswald", sans-serif;
	--Font-Serif: "BonVivant-Serif", serif;
	--Font-Script: "BonVivant-Script", serif;
	}

/**********************************************************
// Body
**********************************************************/
body {
	font-family: var(--Font-Default);
	font-weight: 300;
	font-size: var(--15px);
	color: var(--Color-Black);
	}

a { color: var(--Color-Red); }
a:hover { color: var(--Color-Slate-Blue); }

.MuseoSans { font-family: "MuseoSans", sans-serif; }
.Oswald    { font-family: "Oswald", sans-serif; }
.BV-Serif  { font-family: "BonVivant-Serif", serif; }
.BV-Script { font-family: "BonVivant-Script", serif; }

/**********************************************************
// Content
**********************************************************/
.Content-Posts {
    margin: auto;
    padding: var(--40px) var(--10px);
    width: 100%;
    max-width: 80rem;
    text-align: center;
    font-size: 0;
    }

/**********************************************************
// Page >> Titles
**********************************************************/
.Page-Title {
	margin: 0 auto var(--20px) auto;
	padding: var(--10px) 0;
	line-height: 1.5em;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.75rem;
	}

.Page-Subtitle {
	margin: 0 auto var(--20px) auto;
	padding: 0;
	line-height: 1.5em;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
	text-align: center;
	font-size: var(--20px);
	}

/**********************************************************
// Post >> Elements
**********************************************************/
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: var(--15px) 0;
	line-height: 1.2em;
	}

h2.wp-block-heading { line-height: 1.05em; }

.post blockquote p:first-child { padding-top: 0; }
.post blockquote p:last-child { padding-bottom: 0; }
.post blockquote {
	margin: var(--10px) auto;
	padding: var(--40px);
	line-height: 1.2em;
	font-family: var(--Font-Serif);
	font-weight: 700;
	font-size: 1.5rem;
	display: block;
	position: relative;
	}

.post blockquote:before {
	content: '';
	width: 4.125rem;
	height: 3.125rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjYuMzk5IiBoZWlnaHQ9IjUwLjU5OSIgdmlld0JveD0iMCAwIDY2LjM5OSA1MC41OTkiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzMxMSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMzExIiB3aWR0aD0iNjYuMzk5IiBoZWlnaHQ9IjUwLjU5OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Ikdyb3VwXzExMjE5IiBkYXRhLW5hbWU9Ikdyb3VwIDExMjE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMTQ4NSIgZGF0YS1uYW1lPSJQYXRoIDE0ODUiIGQ9Ik0yNS40LDQuNmMtNy44LDQuOC0xNi4yLDkuOC0xNi4yLDIwLDAsMi4yLjYsNiwzLjYsNiwyLDAsNC40LTEuNiw2LjgtMS42QTEwLjI0NCwxMC4yNDQsMCwwLDEsMjkuOCwzOS4yYzAsNy40LTYuMiwxMS40LTEzLjIsMTEuNEM2LjYsNTAuNiwwLDQwLjQsMCwzMS4yLDAsMTYuNCwxMS42LDQuMiwyNS40LDBaTTYyLDQuNmMtNy44LDQuOC0xNi4yLDkuOC0xNi4yLDIwLDAsMi4yLjYsNiwzLjYsNiwyLDAsNC40LTEuNiw2LjgtMS42QTEwLjI0MywxMC4yNDMsMCwwLDEsNjYuNCwzOS4yYzAsNy40LTYuMiwxMS40LTEzLjIsMTEuNC0xMCwwLTE2LjYtMTAuMi0xNi42LTE5LjRDMzYuNiwxNi40LDQ4LjIsNC4yLDYyLDBaIiBmaWxsPSIjZjVmNWY1Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
	position: absolute;
	z-index: -1;
	top: var(--20px);
	left: 0;
	}

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

.post p.has-background { padding: 1em 1.25em; }

.post ol {
	margin-left: var(--20px);
	padding-left: 0.0625rem;
	list-style: decimal;
	}

.post ul {
	margin-left: var(--20px);
	padding-left: 0.0625rem;
	list-style: disc;
	}

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

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

.post .wp-block-table td {
	padding: var(--10px);
	border: 1px solid var(--Color-Black);
	}

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

.No-Margin { margin: 0 !important; }
.Margin-Auto { margin: auto !important; }
.No-Padding { padding: 0 !important; }

.Col-4,
.Col-4 ul,
.Col-4 ol {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	}

.Col-4 li {
	width: 100%;
	display: inline-block;
	}

.Offset-100 {
	margin-bottom: -6.25rem;
	position: relative;
	z-index: 4000;
	top: -6.25rem;
	}

/**********************************************************
// Post >> Buttons
**********************************************************/
.post .wp-block-button__link {
	padding: var(--15px) var(--40px);
	border: 0;
	box-shadow: 0 0 var(--15px) rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	font-weight: 400;
	font-size: var(--12px) !important;
	background: var(--Color-White);
	color: var(--Color-Red);
	-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__link:focus { outline: 0; }
.post .wp-block-button__link:hover,
.post .wp-block-button__link:focus-visible {
	background: var(--Color-Red);
	color: var(--Color-White);
	}

.Button,
.Buttons a {
	padding: var(--15px) var(--40px);
	border: 0;
	border-radius: 9999rem;
	box-shadow: 0 0 var(--15px) rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	font-weight: 400;
	font-size: var(--12px) !important;
	background: var(--Color-White);
	color: var(--Color-Red);
	display: inline-block;
	}

.Button:focus,
.Buttons a:focus { outline: 0; }

.Button:hover,
.Button:focus-visible,
.Buttons a:hover,
.Buttons a:focus-visible {
	background: var(--Color-Red);
	color: var(--Color-White);
	}

/**********************************************************
// Post >> List >> Blue Checkmarks
**********************************************************/
.List-Blue-Check {
	margin: 0 !important;
	list-style: none !important;
	}

.List-Blue-Check li {
	margin: var(--14px) 0;
	padding-left: 2.25rem;
	position: relative;
	}

.List-Blue-Check li:before {
	content: "\f00c";
	width: 1.5625rem;
	height: 1.5625rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 5 Pro";
	font-size: var(--20px);
	background: var(--Color-Cyan);
	color: var(--Color-White);
	position: absolute;
	left: 0;
	top: 0;
	}

/**********************************************************
// Post >> Decor >> Circles 1
**********************************************************/
.Decor-Circles-1 {
	position: relative;
	z-index: 300;
	}

.Decor-Circles-1:before {
	content: '';
	width: 19.25rem;
	height: 19.25rem;
	border-radius: 100%;
	background: rgba(161, 208, 120, 0.1);
	position: absolute;
	z-index: 100;
	left: -4.0625rem;
	bottom: -6.25rem;
	}

.Decor-Circles-1:after {
	content: '';
	width: 28.625rem;
	height: 28.625rem;
	border-radius: 100%;
	background: rgba(91, 203, 245, 0.1);
	position: absolute;
	z-index: 100;
	right: -6.0625rem;
	bottom: 4.25rem;
	}

/**********************************************************
// Post >> Decor >> Circles 2
**********************************************************/
.Decor-Circles-2 {
	overflow: hidden;
	position: relative;
	z-index: 300;
	}

.Decor-Circles-2:before {
	content: '';
	width: 19.9375rem;
	height: 19.9375rem;
	border-radius: 100%;
	background: rgba(91, 203, 245, 0.1);
	position: absolute;
	z-index: 100;
	left: -8.25rem;
	bottom: -8.25rem;
	}

.Decor-Circles-2:after {
	content: '';
	width: 19.25rem;
	height: 19.25rem;
	border-radius: 100%;
	background: rgba(215, 125, 42, 0.1);
	position: absolute;
	z-index: 100;
	right: -3.0625rem;
	bottom: 17.25rem;
	}

/**********************************************************
// Post >> Decor >> Circles 3
**********************************************************/
.Decor-Circles-3 {
	overflow: hidden;
	position: relative;
	z-index: 300;
	}

.Decor-Circles-3:before {
	content: '';
	width: 22.5rem;
	height: 22.5rem;
	border-radius: 100%;
	background: rgba(238, 250, 254, 1);
	position: absolute;
	z-index: 100;
	left: -6.375rem;
	bottom: -10.25rem;
	}

/**********************************************************
// Post >> Decor >> Circles 4
**********************************************************/
.Decor-Circles-4 {
	overflow: hidden;
	position: relative;
	z-index: 300;
	}

.Decor-Circles-4:before {
	content: '';
	width: 22.5rem;
	height: 22.5rem;
	border-radius: 100%;
	background: rgba(244, 246, 247, 0.4);
	position: absolute;
	z-index: 100;
	right: -6.375rem;
	bottom: 0;
	}

/**********************************************************
// Post >> Nav
**********************************************************/
.Post-Nav {
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	}

.Post-Nav-Link {
	margin: 0 5%;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav a {
	height: 24px;
	line-height: 20px;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	}

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

.Post-Nav-Next a:hover i { right: 0; }
.Post-Nav-Next i {
	margin-right: 10px;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
	position: relative;
    right: -5px;
	top: 0;
	}

.Post-Nav-Prev a:hover i { left: 0; }
.Post-Nav-Prev i {
	margin-left: 10px;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
	position: relative;
    left: -5px;
	top: -1px;
	}

/**********************************************************
// Post >> Nav >> Paginated
**********************************************************/
/*.Post-Nav {
	margin-top: 30px;
	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-weight: 700;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	}

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

.Post-Nav a.page-numbers:hover { color: #555; }

.Post-Nav .page-numbers.current {
	background: #555;
	color: #FFF;
	}

.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: #B6D19C;
	}

.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;
	}*/

/**********************************************************
// Social >> Links
**********************************************************/
.Social-Links {
	margin: auto;
	text-align: center;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	}

.Social-Links ul {
	margin: auto !important;
	padding: 0 !important;
	list-style: none;
	}

.Social-Links li {
	margin: 0 var(--10px);
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
	}

.Social-Links li:first-child { margin-left: 0; }
.Social-Links li:last-child { margin-right: 0; }

.Social-Links li a {
	font-size: var(--20px);
	display: block;
	}

/**********************************************************
// Social >> Share
**********************************************************/
.Social-Share {
	text-align: center;
	font-size: 0;
	}

.Social-Share ul {
	margin: auto !important;
	padding: 0 !important;
	list-style: none;
	}

.Social-Share li {
	margin: 0 var(--10px);
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
	}

.Social-Share li:first-child { margin-left: 0; }
.Social-Share li:last-child { margin-right: 0; }

.Social-Share li h5 {
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-weight: 600;
	font-size: var(--14px);
	}

.Social-Share li a span { display: none; }
.Social-Share li a:hover { color: var(--Color-Red); }
.Social-Share li a {
	font-size: var(--20px);
	color: var(--Color-Black);
	}

/**********************************************************
// Gravity Forms
**********************************************************/
.gform_wrapper {
    margin: 0 auto !important;
    max-width: 40.625rem !important;
    }

.gform_wrapper ul.gform_fields { padding-left: 0 !important; }
.gform_wrapper .gform_title { display: none; }

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    letter-spacing: 0.0625rem;
    font-size: var(--14px);
    }

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    padding: var(--16px) var(--20px);
    border: var(--1px) solid #D5D5D5;
	border-radius: var(--30px);
    background: var(--Color-White);
    color: var(--Color-Black);
    font-size: var(--13px);
    }

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex select,
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url] {
    padding: var(--16px) var(--20px);
    border: var(--1px) solid #D5D5D5;
	border-radius: var(--30px);
    background: var(--Color-White);
    color: var(--Color-Black);
    font-size: var(--13px);
    }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper textarea {
    padding: var(--16px) var(--20px);
    border: var(--1px) solid #D5D5D5;
	border-radius: var(--30px);
    background: var(--Color-White);
    color: var(--Color-Black);
    font-size: var(--13px);
    }

.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-top: -0.1875rem !important;
	-webkit-appearance: radio;
    }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: -0.1875rem !important;
	-webkit-appearance: checkbox;
    }

.gform_wrapper ::-webkit-input-placeholder { color: var(--Color-Black); text-transform: uppercase; }
.gform_wrapper :-moz-placeholder           { color: var(--Color-Black); text-transform: uppercase; }
.gform_wrapper ::-moz-placeholder          { color: var(--Color-Black); text-transform: uppercase; }
.gform_wrapper :-ms-input-placeholder      { color: var(--Color-Black); text-transform: uppercase; }

.gform_wrapper .gform_required_legend { display: none; }
.gform_wrapper .gfield { position: relative; }

.gform_wrapper .Fancy-Labels .gfield .gfield_required { display: none; }
.gform_wrapper .Fancy-Labels .gfield label {
	margin: 0 !important;
	padding: 0 var(--5px) !important;
	cursor: text;
	color: var(--Color-Black);
	background: var(--Color-White);
	letter-spacing: 0 !important;
	font-weight: 400 !important;
	font-size: var(--13px) !important;
	text-transform: uppercase;
	border-radius: var(--10px);
	position: absolute;
	left: var(--18px);
	top: var(--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;
	}

.gform_wrapper.gform_validation_error .Fancy-Labels .gfield label,
.gform_wrapper .Fancy-Labels .gfield.Active label {
	font-size: var(--12px) !important;
	top: -6px;
	}

.gform_wrapper .gform_footer { text-align: center; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
	padding: var(--15px) var(--40px);
	border: 0;
	border-radius: 9999rem;
	box-shadow: 0 0 var(--15px) rgba(0, 0, 0, 0.2);
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	font-weight: 400;
	font-size: var(--13px) !important;
	background: var(--Color-White);
	color: var(--Color-Red);
	-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 .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
    cursor: pointer;
    background: var(--Color-Red);
	color: var(--Color-White);
    }

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	line-height: 1.5em;
	font-weight: bold;
    font-size: var(--20px);
    }

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	border-radius: var(--30px);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-size: var(--12px);
	}

.gform_wrapper.gravity-theme .gform_validation_errors h2 { padding: 0 !important; }
.gform_wrapper.gravity-theme .gform_validation_errors {
	padding: var(--16px) var(--20px);
	border-radius: var(--30px);
	box-shadow: none !important;
	text-align: center;
	}

/**********************************************************
// Service Cards
**********************************************************/
.Service-Cards {
	text-align: center;
	font-size: 0;
	}

.Service-Card {
	margin: var(--14px);
	width: 14.375rem;
	height: 9.375rem;
	background: var(--Color-Slate-Blue);
	overflow: hidden;
	position: relative;
	perspective: 1000px;
	box-shadow: 0 0 var(--20px) rgba(0, 0, 0, 0.2);
	-webkit-border-top-right-radius: 1.5625rem;
	-webkit-border-bottom-left-radius: 1.5625rem;
	-moz-border-radius-topright: 1.5625rem;
	-moz-border-radius-bottomleft: 1.5625rem;
	border-top-right-radius: 1.5625rem;
	border-bottom-left-radius: 1.5625rem;
	display: inline-block;
	vertical-align: top;
	}

.Service-Card:hover .Service-Card-Inner,
.Service-Card:focus-visible .Service-Card-Inner,
.Service-Card:focus-within .Service-Card-Inner { transform: rotateY(180deg); }

.Service-Card-Inner {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	}

.Service-Card-Front,
.Service-Card-Back {
	padding: var(--20px);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Service-Card-Front {
	user-select: none;
	background: var(--Color-White);
	z-index: 50;
	}

.Service-Card-Back {
	background: var(--Color-Slate-Blue);
	color: var(--Color-White);
	z-index: 20;
	transform: rotateY(180deg);
	}

.Service-Card-Icon {
	margin: 0 auto var(--10px) auto;
	width: 100%;
	height: var(--40px);
	display: flex;
	align-items: center;
	justify-content: center;
	}

.Service-Card-Icon img {
	width: auto;
	height: auto;
	max-width: var(--50px);
	max-height: var(--50px);
	}

.Service-Card h3 {
	padding: 0 !important;
	min-height: 2.75rem;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-family: var(--Font-Title);
	font-weight: 400;
	font-size: var(--18px);
	}

.Service-Card-Text {
	margin: auto;
	width: 100%;
	max-width: 17.8125rem;
	line-height: 1.5em;
	font-size: var(--14px);
	}

.Service-Card-Link {
	margin-top: var(--10px);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: var(--12px);
	color: var(--Color-White);
	display: inline-block;
	}

.Service-Card-Link i {
	font-size: 0.5rem;
	position: relative;
	top: -0.0625rem;
	left: 0;
	-webkit-transition: left 0.2s ease-in-out;
       -moz-transition: left 0.2s ease-in-out;
        -ms-transition: left 0.2s ease-in-out;
         -o-transition: left 0.2s ease-in-out;
    		transition: left 0.2s ease-in-out;
	}

.Service-Card-Link:hover,
.Service-Card-Link:focus { color: var(--Color-Orange); }
.Service-Card-Link:hover i,
.Service-Card-Link:focus i { left: 0.125rem; }

/**********************************************************
// Service Cards >> Large
**********************************************************/
.Service-Cards-LG {
	text-align: center;
	font-size: 0;
	}

.Service-Card-LG {
	margin: var(--14px);
	width: 20.625rem;
	height: 11.875rem;
	background: var(--Color-Slate-Blue);
	overflow: hidden;
	position: relative;
	z-index: 500;
	perspective: 1000px;
	box-shadow: 0 0 var(--20px) rgba(0, 0, 0, 0.2);
	-webkit-border-top-right-radius: 1.5625rem;
	-webkit-border-bottom-left-radius: 1.5625rem;
	-moz-border-radius-topright: 1.5625rem;
	-moz-border-radius-bottomleft: 1.5625rem;
	border-top-right-radius: 1.5625rem;
	border-bottom-left-radius: 1.5625rem;
	display: inline-block;
	vertical-align: top;
	}

.Service-Card-LG:hover .Service-Card-LG-Inner,
.Service-Card-LG:focus-visible .Service-Card-LG-Inner,
.Service-Card-LG:focus-within .Service-Card-LG-Inner { transform: rotateY(180deg); }

.Service-Card-LG-Inner {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	}

.Service-Card-LG-Front,
.Service-Card-LG-Back {
	padding: var(--20px);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Service-Card-LG-Front {
	user-select: none;
	background: var(--Color-White);
	z-index: 50;
	}

.Service-Card-LG-Back {
	background: var(--Color-Slate-Blue);
	color: var(--Color-White);
	z-index: 20;
	transform: rotateY(180deg);
	}

.Service-Card-LG-Icon {
	margin: 0 auto var(--20px) auto;
	width: 100%;
	height: var(--40px);
	display: flex;
	align-items: center;
	justify-content: center;
	}

.Service-Card-LG-Icon img {
	width: auto;
	height: auto;
	max-width: var(--80px);
	max-height: var(--60px);
	}

.Service-Card-LG h3 {
	padding: 0 !important;
	min-height: 2.75rem;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-family: var(--Font-Title);
	font-weight: 400;
	font-size: var(--18px);
	}

.Service-Card-LG-Text {
	margin: auto;
	width: 100%;
	max-width: 17.8125rem;
	line-height: 1.5em;
	font-size: var(--14px);
	}

.Service-Card-LG-Link {
	margin-top: var(--10px);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: var(--12px);
	color: var(--Color-White);
	display: inline-block;
	}

.Service-Card-LG-Link i {
	font-size: 0.5rem;
	position: relative;
	top: -0.0625rem;
	left: 0;
	-webkit-transition: left 0.2s ease-in-out;
       -moz-transition: left 0.2s ease-in-out;
        -ms-transition: left 0.2s ease-in-out;
         -o-transition: left 0.2s ease-in-out;
    		transition: left 0.2s ease-in-out;
	}

.Service-Card-LG-Link:hover,
.Service-Card-LG-Link:focus { color: var(--Color-Orange); }
.Service-Card-LG-Link:hover i,
.Service-Card-LG-Link:focus i { left: 0.125rem; }

/**********************************************************
// Blog >> Upper
**********************************************************/
.Blog-Upper {
	margin: var(--50px) auto 0 auto;
	padding: 0 var(--20px);
	width: 100%;
	max-width: 65.625rem;
	}

.Blog-Upper-Titles h1 {
	padding: 0 !important;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-family: var(--Font-Title);
	font-weight: 300;
	font-size: var(--20px);
	}

.Blog-Upper-Titles h2 {
	padding: 0 !important;
	text-transform: lowercase;
	line-height: 1.2em;
	font-family: var(--Font-Serif);
	font-weight: 700;
	font-size: 4.5rem;
	}

.Blog-Upper-Feature { margin-top: var(--30px); }

/**********************************************************
// Blog >> Filters >> Desktop
**********************************************************/
.Blog-Filters-Desktop {
	margin: var(--60px) auto 0 auto;
	padding: 1.5rem 0;
	border-top: var(--1px) solid #EAEAEA;
	border-bottom: var(--1px) solid #EAEAEA;
	}

.Blog-Filters-Desktop form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.Blog-Filters-Desktop-Option {
	padding: 0 var(--20px);
	width: 25%;
	border-radius: var(--30px);
	border: var(--1px) solid #EAEAEA;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

.Blog-Filters-Desktop-Option:nth-child(2) { margin: 0 2%; }

.Blog-Filters-Desktop-Option:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: var(--16px);
	pointer-events: none;
	position: absolute;
	z-index: 10;
	right: 1.5rem;
	top: var(--12px);
	}

.Blog-Filters-Desktop select {
	padding: var(--14px) 0;
	width: 100%;
	background: transparent;
	border: 0;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-size: var(--12px);
	cursor: pointer;
	}

.Blog-Filters-Button {
	margin-left: 2%;
	width: 18%;
	cursor: pointer;
	}

/**********************************************************
// Blog >> Filters >> Mobile
**********************************************************/
.Blog-Filters-Mobile {
	padding: var(--30px) var(--20px);
	text-align: center;
	display: none;
	}

.Blog-Filters-Mobile-Button {
	margin: auto;
	padding: var(--8px) var(--5px);
	width: var(--40px);
	height: var(--40px);
	border-radius: 100%;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}

.Blog-Filters-Mobile-Button:hover,
.Blog-Filters-Mobile-Button:focus {
	outline: 0;
	background: var(--Color-Light-Gray);
	color: var(--Color-White);
	}

/**********************************************************
// Blog >> Filters >> Search
**********************************************************/
.Blog-Filters-Search {
	margin-left: var(--20px);
	padding: var(--14px) var(--40px) var(--14px) var(--20px);
	width: 70%;
	max-width: var(--300px);
	border-radius: var(--30px);
	border: var(--1px) solid #EAEAEA;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

.Blog-Filters-Search .screen-reader-text,
.Blog-Filters-Search input[type="submit"] { display: none; }

.Blog-Filters-Search .search-field {
	width: 100%;
	border: 0;
	font-size: var(--12px);
	}

.Blog-Filters-Search ::-webkit-input-placeholder { color: var(--Color-Black); text-transform: uppercase; }
.Blog-Filters-Search :-moz-placeholder           { color: var(--Color-Black); text-transform: uppercase; }
.Blog-Filters-Search ::-moz-placeholder          { color: var(--Color-Black); text-transform: uppercase; }
.Blog-Filters-Search :-ms-input-placeholder      { color: var(--Color-Black); text-transform: uppercase; }

.Blog-Filters-Search i {
	font-size: var(--16px);
	color: var(--Color-Red);
	position: absolute;
	right: var(--20px);
	top: var(--14px);
	}

/**********************************************************
// Blog >> Filters >> Modal
**********************************************************/
.Blog-Filters-Modal {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 999999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Blog-Filters-Modal-Inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Blog-Filters-Modal-Box {
	margin: auto;
	padding: 1.5625rem;
	width: 100%;
	max-width: var(--400px);
	background: var(--Color-White);
	box-shadow: 0 0 var(--15px) rgba(0, 0, 0, 0.2);
	border-radius: var(--30px);
	position: relative;
	}

.Blog-Filters-Modal-Close {
	width: 1.625rem;
	height: 1.625rem;
	border: 0;
	border-radius: 9999rem;
	box-shadow: 0 0 var(--15px) rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height: 1em;
	font-size: var(--14px) !important;
	text-align: center;
	background: var(--Color-White);
	color: var(--Color-Black);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: var(--15px);
	top: var(--15px);
	}

.Blog-Filters-Modal-Close:hover,
.Blog-Filters-Modal-Close:focus {
	background: var(--Color-Red);
	color: var(--Color-White);
	}

.Blog-Filters-Modal-Top {
	padding-bottom: var(--10px);
	border-bottom: var(--1px) solid #D5D5D5;
	}

.Blog-Filters-Modal-Top h2 {
	padding: 0 !important;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-family: var(--Font-Title);
	font-weight: 400;
	font-size: var(--16px);
	}

.Blog-Filters-Modal-Bottom {
	padding-top: var(--20px);
	border-top: var(--1px) solid #D5D5D5;
	text-align: center;
	}

.Blog-Filters-Modal-Button {
	width: 100%;
	cursor: pointer;
	}

.Blog-Filters-Modal-Mid { padding: var(--10px) 0; }

.Blog-Filters-Modal-Option {
	margin: var(--14px) 0;
	padding: 0 var(--10px);
	text-align: center;
	border: var(--1px) solid #EAEAEA;
	border-radius: var(--30px);
	position: relative;
	}

.Blog-Filters-Modal-Option:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: var(--16px);
	pointer-events: none;
	position: absolute;
	z-index: 10;
	right: 0.85rem;
	top: var(--12px);
	}

.Blog-Filters-Modal-Option select {
	width: 100%;
	padding: var(--14px) 0;
	width: 100%;
	background: transparent;
	border: 0;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-size: var(--12px);
	cursor: pointer;
	position: relative;
	}

/**********************************************************
// Blog >> Main
**********************************************************/
.Blog-Main {
	margin: var(--50px) auto var(--100px) auto;
	padding: 0 var(--20px);
	width: 100%;
	max-width: 65.625rem;
	}

.Blog-Main-Inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	}

.Blog-Main-Left {
	padding-right: var(--40px);
	width: 70%;
	max-width: 47.8125rem;
	}

.Blog-Main-Right {
	margin-left: auto;
	width: 30%;
	max-width: 20.625rem;
	}

.Blog-Main .alm-btn-wrap { display: none !important; }

.Blog-Main-Loading,
.Blog-Main-None {
	padding: var(--50px) var(--20px);
	text-align: center;
	font-family: var(--Font-Serif);
	font-weight: 400;
	font-size: var(--30px);
	}

/**********************************************************
// Blog >> Main >> Loader
**********************************************************/
.Blog-Main-Loader {
	margin: var(--30px) auto 0 auto;
	text-align: center;
	position: relative;
	}

.Blog-Main-Loader hr {
	margin: auto;
	max-width: 100%;
	border-top: var(--1px) solid #D5D5D5;
	position: absolute;
	z-index: 100;
	top: 1.375rem;
	right: 0;
	left: 0;
	}

.Blog-Main-Loader-Button {
	cursor: pointer;
	position: relative;
	z-index: 200;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media /* 1024px */
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{
	.Blog-Main-Left {
		padding-right: 0;
		width: 100%;
		}

	.Blog-Main-Right { display: none; }
}

@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{
	.post h2 { line-height: 1.05em; }

	.Content-Posts { padding: var(--30px) var(--10px); }

	.Service-Card,
	.Service-Card-LG {
		margin: var(--14px) 2%;
		width: 46%;
		max-width: 14.375rem;
		}

	.Service-Card-Text { line-height: 1.1em; }

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

	.post .wp-block-button__link { display: block; }
	.post .wp-block-buttons { justify-content: center; }
	.post .wp-block-buttons > .wp-block-button {
		margin: auto;
		width: 100%;
		max-width: 21.875rem;
		}

	.Decor-Circles-1:before,
	.Decor-Circles-1:after,
	.Decor-Circles-2:before,
	.Decor-Circles-2:after,
	.Decor-Circles-3:before,
	.Decor-Circles-4:before { display: none; }

	.Col-4,
	.Col-4 ul,
	.Col-4 ol {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		}

	.post blockquote { padding: var(--20px); }

	.post blockquote:before {
		left: -1.25rem;
		top: 0;
		}

	.post blockquote:after {
		content: '';
		width: 4.125rem;
		height: 3.125rem;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjYuMzk5IiBoZWlnaHQ9IjUwLjU5OSIgdmlld0JveD0iMCAwIDY2LjM5OSA1MC41OTkiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzMxMSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMzExIiB3aWR0aD0iNjYuMzk5IiBoZWlnaHQ9IjUwLjU5OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Ikdyb3VwXzExMjE5IiBkYXRhLW5hbWU9Ikdyb3VwIDExMjE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMTQ4NSIgZGF0YS1uYW1lPSJQYXRoIDE0ODUiIGQ9Ik0yNS40LDQuNmMtNy44LDQuOC0xNi4yLDkuOC0xNi4yLDIwLDAsMi4yLjYsNiwzLjYsNiwyLDAsNC40LTEuNiw2LjgtMS42QTEwLjI0NCwxMC4yNDQsMCwwLDEsMjkuOCwzOS4yYzAsNy40LTYuMiwxMS40LTEzLjIsMTEuNEM2LjYsNTAuNiwwLDQwLjQsMCwzMS4yLDAsMTYuNCwxMS42LDQuMiwyNS40LDBaTTYyLDQuNmMtNy44LDQuOC0xNi4yLDkuOC0xNi4yLDIwLDAsMi4yLjYsNiwzLjYsNiwyLDAsNC40LTEuNiw2LjgtMS42QTEwLjI0MywxMC4yNDMsMCwwLDEsNjYuNCwzOS4yYzAsNy40LTYuMiwxMS40LTEzLjIsMTEuNC0xMCwwLTE2LjYtMTAuMi0xNi42LTE5LjRDMzYuNiwxNi40LDQ4LjIsNC4yLDYyLDBaIiBmaWxsPSIjZjVmNWY1Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
		transform: rotate(180deg);
		position: absolute;
		z-index: -1;
		bottom: 0;
		right: -1.25rem;
		}

	.Blog-Upper-Feature { display: none; }

	.Blog-Filters-Desktop { display: none; }
	.Blog-Filters-Mobile { display: block; }

	.Blog-Main {
		margin: var(--30px) auto;
		display: block;
		}

	.Blog-Main-Loader hr { display: none; }

	.Mobile-Title { font-size: var(--40px) !important; }
}

@media /* 500px */
all and (max-width: 31.25rem),
all and (max-device-width: 31.25rem)
{
	/*.Col-4,
	.Col-4 ul,
	.Col-4 ol {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		}*/
}
