/*
Theme Name: Morrison Plus Franchisee (2022)
Theme URI: http://www.morrisoninspects.com
Author: Rigney Graphics
Author URI: http://www.rigneygraphics.com
Description: A responsive Wordpress theme created for the 2022 redesign of the Morrison Plus Property Inspections micro websites, built on Bootstrap 4.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: franchisee2022

* BOOTSTRAP OVERRIDE STYLES
* GUTENBURG OVERRIDE STYLES
* FONT STYLES
* HTML TAG STYLES

* LINK/BUTTON STYLES
	> "START" BUTTONS ON HOME PAGE
	> ALTERNATE BUTTONS

* WRAPPER STYLES
* FRONT PAGE STYLES
* NAVIGATION STYLES
* FORM STYLES
* NINJA FORMS STYLES
* GRAVITY FORMS STYLES
* ANIMATION STYLES
* TRANSITION STYLES
* WORDPRESS-REQUIRED STYLES
* ACCESSIBILITY STYLES
* MISC. STYLES
* MEDIA QUERY STYLES
*/

/* BOOTSTRAP OVERRIDE STYLES
====================================== */
.container {
	max-width: 1200px;
	max-width: 1360px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.embed-responsive {
	margin: 0 0 1.5rem;
}

.form-control {
	border-color: #a7a59f;
}

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

strong {
	font-weight: 700;
}


/* GUTENBURG OVERRIDE STYLES
====================================== */
.wp-block-columns {
	gap: 1.5rem!important;
	margin: 0 !important;
}

.wp-block-columns.columns-wide {
	gap: 3rem!important;
}

.wp-block-image {
	margin: 0 0 1.5rem;
}

.wp-block-separator {
	border-bottom: 0;
	border-top: 0;
}


/* FONT STYLES
====================================== */
body {
	font-family: 'Open Sans', sans-serif;
}

.btn,
.btn.start em,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Nunito Sans', sans-serif;
}

.btn.arrow::after,
#header-primary-navigation-menu li.menu-item-has-children > a > span::after,
#header-primary-navigation-menu > li .sub-menu li.menu-item-has-children > a::after,
#header-primary-navigation-menu > li.right .sub-menu li.menu-item-has-children > a::after,
#mobile-close::before,
#mobile-trigger::before,
#contact-social-menu > li.email > a::before,
#footer-social-navigation-menu li.email > a::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
}

#contact-social-menu > li > a::before,
#footer-social-navigation-menu li a::after {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 900;
}


/* HTML TAG STYLES
====================================== */
html {
	font-size: 20px;
	scroll-behavior: smooth;
}

body,
header#site-header #header-utility-nav {
	background: #61192d;
	color: #FFFFFF;
}

body {
	font-size: 1rem;
	line-height: 1.6;
}

h1, .h1 {
	font-size: 60px;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #680a28;
}

h2 {
	margin: 0 0 1rem;
}

h2, .h2 {
	font-size: 40px;
	font-weight: bold;
}

body.home h1,
body.home h2 {
	font-size: 50px;
	font-weight: normal;
}

h3, .h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: bold;
}

h4, .h4 {
	font-size: 25px;
	margin: 0 0 1rem;
	font-weight: bold;
}

h5, .h5 {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: bold;
}

h6, .h6 {
	font-size: 0.85rem;
	margin: 0 0 1rem;
	font-weight: bold;
}

hr {
	background: none;
	border: 0;
	margin: 0 auto 1.5rem;
	opacity: 0.8;
	position: relative;
	width: 80%;
}

hr:not([size]) {
	height: 2px;
}

hr::after,
.section.intro::after {
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(97,25,45,1) 50%, rgba(0,0,0,0) 100%);
	content: "";
	display: block;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
}

hr::after {
	position: absolute;
	width: 100%;
}

p {
	margin: 0 0 2.5rem;
}
/*COOPER EDIT*/
table {
	border-bottom: 0;
	border-left: 1px solid #78263b;
	border-right: 0;
	border-top: 1px solid #78263b;
	margin-bottom: 1.3rem;
	width: 100%;
}

td, th {
	border-bottom: 1px solid #78263b;
	border-right: 1px solid #78263b;
	padding: 0.25rem;
}

tr:nth-child(odd) {
	background: #f4f4f4;
}

th {
	background: #78263b;
	color: #FFFFFF;
}

.pika-table th {
	background: transparent;
	color: inherit;
}


/* LINK/BUTTON STYLES
====================================== */
a {
	color: #680a28;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000000;
}

a:focus > img,
a:hover > img {
	filter: brightness(105%);
}

.btn,
.btn.start > strong > em,
.cta-overlay > strong {
	background: #8f0a2a;
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding: 8px 24px 6px;
	white-space: nowrap;
}

input[type=button],
input[type=submit],
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	background: #8f0a2a;
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding: 15px 26px;
	text-transform: uppercase;
	white-space: nowrap;
}

.btn.small {
	font-size: 0.9rem;
	padding: 8px 18px 6px;
}

input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.nf-form-content button:focus,
.nf-form-content button:hover,
.nf-form-content input[type=button]:focus,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:focus,
.nf-form-content input[type=submit]:hover {
	background: #000000!important;
	color: #FFFFFF!important;
}

.btn:focus,
.btn:hover {
	background: #000000;
	color: #FFFFFF;
}

/* "START" BUTTONS ON HOME PAGE */
.btn.start {
	background-color: rgba(104, 10, 40, 0.8);
	background-image: url(img/home-feature-gleam.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 82%;
	border: 10px solid #890e2a;
	border-radius: 50%;
	color: #FFFFFF;
	display: inline-block;
	height: 356px;
	position: relative;
	text-align: center;
	width: 356px;
}

.btn.start:focus,
.btn.start:hover,
.cta-overlay:focus > strong,
.cta-overlay:hover > strong {
	background-color: rgba(104, 10, 40, 0.9);
	color: #FFFFFF;
}

.btn.start > strong {
	display: block;
	font-size: 36px;
	font-weight: 300;
	left: 50%;
	line-height: 1.1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.btn.start > strong > em {
	font-size: 28px;
	line-height: 1;
	margin-top: 15px;
}

.btn.start:focus > strong > em,
.btn.start:hover > strong > em {
	background: #a81d3d;
}

.btn.start > strong > strong {
	font-weight: normal;
}

.cta-overlay > strong::after,
.btn.start > strong > em::after {
	background-image: url(img/arrow-right.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 1em;
	margin-left: 0.5rem;
	vertical-align: top;
	width: 15px;
}

.btn.start > strong > em::after {
	background-image: url(img/arrow-right.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 1em;
	margin-left: 0.5rem;
	vertical-align: top;
	width: 15px;
}

/* ALTERNATE BUTTONS */
.btn.alt {
	background: #FFFFFF;
	border: 2px solid #8f0a2a;
	color: #8f0a2a;
}

.btn.alt:focus,
.btn.alt:hover {
	background: #8f0a2a;
	color: #FFFFFF;
}

.btn.arrow::after {
	content: '\f0da';
	display: inline-block;
	font-size: 1.1em;
	line-height: 1;
	margin-left: 0.3em;
	margin-top: -0.15em;
	vertical-align: middle;
}

.cta {
	float: right;
	margin: 0 0 1rem 1rem;
	width: auto!important;
}

.cta-centered .cta {
	float: none;
	margin: 0 0 2rem;
	text-align: center;
}

.cta-overlay > strong,
.btn.large {
	font-size: 35px;
	padding: 22px 45px 18px;
}

.cta-overlay {
	display: block;
	position: relative;
}

.cta-overlay > strong {
	bottom: 60px;
	display: inline-block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

footer#site-footer a {
	color: #FFFFFF;
}

footer#site-footer a:focus,
footer#site-footer a:hover {
	text-decoration: underline;
}

footer#site-footer .colophon a,
footer#site-footer .address a {
	color: #ffbace;
}


/* WRAPPER STYLES
====================================== */
article,
footer,
header,
main {
	display: block;
}

article {
	padding: 110px 110px 1.5rem;
}

article ul {
	list-style-type: none;
	padding-left: 1rem;
}

article ul > li {
	padding-left: 1em;
	position: relative;
}

article ul > li::before {
	color: #61192d;
	content: '\2022';
	font-size: 1.2em;
	font-weight: bold;
	left: 0;
	line-height: 1.3;
	position: absolute;
	top: 0;
}

article .row {
	margin: 0 -35px;
}

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

header#site-header,
main {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

footer#site-footer {
	color: #FFFFFF;
	padding: 45px 0 75px;
	z-index: 1;
}

footer#site-footer .colophon {
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
}

footer#site-footer .colophon p {
	margin: 0 0 0.5rem;
}

footer#site-footer .masthead  {
	display: flex;
	padding: 0 110px;
}

footer#site-footer .masthead .logo {
	order: 2;
	text-align: center;
	width: 56%;
}

footer#site-footer .masthead .address,
footer#site-footer .masthead .credit-cards {
	width: 22%;
}

footer#site-footer .masthead .address {
	order: 1;
}

footer#site-footer .masthead .address .sac-badge {
	max-width: 150px;
}

footer#site-footer .masthead p {
	margin: 0 0 0.5rem;
}

footer#site-footer .masthead .credit-cards {
	order: 3;
	text-align: right;
}

footer#site-footer .masthead .address ul,
footer#site-footer .masthead .credit-cards ul {
	list-style-type: none;
	margin: 0 0 1rem;
	padding: 0;
}

footer#site-footer .masthead .address ul img,
footer#site-footer .masthead .credit-cards ul img {
	max-width: 65px;
}

footer#site-footer .masthead .address ul > li,
footer#site-footer .masthead .credit-cards ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

footer#site-footer .masthead .address ul > li {
	padding: 0;
	padding-right: 20px;
}

header#page-header {
	background: rgba(45,37,52,0.7);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}

header#page-header > div {
	background: rgba(45,37,52,0.7);
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	height: 300px;
	position: relative;
}

body.page-expanded-header header#page-header > div {
	height: 540px;
}

header#page-header > div .container {
	height: 100%;
}

header#page-header .header-hero {
	position: absolute;
	right: 1rem;
	top: -85px;
	width: 33%;
	z-index: 0;
}

header#page-header .header-hero .badge {
	bottom: -10px;
	left: -3rem;
	position: absolute;
	width: 55%;
}

header#page-header .header-hero .badge img {
	background: none;
	border: 0;
}

body.page-expanded-header header#page-header .header-hero {
	width: 50%;
}

header#page-header .header-hero img {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	border-radius: 50%;
	width: 100%;
}

header#page-header .lede {
	padding: 2rem 6rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

header#page-header .lede .hero-statement {
	margin: 0.5rem 0 0;
}

header#page-header.has-image .lede {
	padding-right: 3rem;
	right: auto;
	width: 67%;
}

body.page-expanded-header header#page-header.has-image .lede {
	right: auto;
	width: 50%;
}

header#page-header.no-image .lede h1 {
	width: 75%;
}

header#page-header .lede h1 {
	font-size: 54px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

header#site-header,
main {
	background: #FFFFFF;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	color: #000000;
}

header#site-header {
	position: absolute;
	width: 100%;
	z-index: 10;
}

main {
	/*padding: 0 0 1px;*/
	z-index: 2;
}

header#site-header .masthead {
	align-items: center;
	display: flex;
	padding: 14px 0;
	width: 100%;
	z-index: 40;
}

header#site-header .franchisee {
	position: absolute;
	text-align: center;
	top: 0;
	width: 28%;
	z-index: 30;
}

header#site-header .masthead-wrapper {
	position: relative;
}

header#site-header .masthead .logo {
	margin-left: 28%;
	padding-left: 1rem;
}

body.home header#site-header .masthead .logo {
	flex: 0 0 240px;
	margin-left: 0;
	padding-left: 0;
}

header#site-header .masthead .logo img {
	max-width: 240px;
}

header#site-header .masthead .logo p {
	margin: 0;
}

header#site-header .masthead .navigation {
	flex: 1 0 0;
	padding-left: 30px;
}

.home-intro-badges {
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
}

.indent {
	padding-left: 3rem;
	padding-right: 3rem;
}

.overlay {
	background: rgba(97,25,45,0.9);
}

#page-content {
	padding: 100px 85px 1px;
}

.section {
	margin: 0 0 3rem;
}

.section.intro {
	padding: 0 17%;
	text-align: center;
}

#section-contact {
	background-attachment: fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}

#section-contact > div {
	background: rgba(97, 25, 45, 0.8);
	color: #FFFFFF;
	font-size: 50px;
	line-height: 1.1;
	padding: 120px 0;
	text-align: center;
}

#section-contact a[href^="tel:"] {
	color: #FFFFFF;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
}

#section-contact a[href^="tel:"]:focus,
#section-contact a[href^="tel:"]:hover {
	text-decoration: underline;
}

#section-contact p {
	margin: 0 0 2rem;
}

.service-feature {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 1.5rem;
}

.service-feature.has-image > div {
	padding-left: 1.5rem;
	width: 66.666666%;
}

.service-feature.has-image > figure {
	text-align: center;
	width: 33.333333%;
}


/* FRONT PAGE STYLES
====================================== */
body.home figure {
	margin: 0;
}

.guarantee-standards {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.guarantee-standards .guarantee-badge {
	width: 27%;
}

.guarantee-standards .guarantee-description {
	flex: 1 0 0;
	padding-right: 3rem;
}

#home-intro {
	padding: 90px 0px 1px;
}

#home-intro h2 {
	text-align: center;
}

#home-morrison-difference {
	padding: 0 0 100px;
	text-align: center;
}

#home-morrison-difference h2,
#home-morrison-difference p {
	margin: 0 0 2rem;
}

#home-morrison-difference .container {
	max-width: 1140px;
}

#home-morrison-difference .features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0 -14px;
	padding: 0;
}

#home-morrison-difference .features > li {
	padding: 0 14px;
	text-align: center;
	width: 20%;
}

#home-morrison-difference .features > li.break {
	padding: 0;
	width: 0;
}

#home-morrison-difference .features > li > div {
	background: #703042;
	border: 10px solid #9a223f;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	position: relative;
}

#home-morrison-difference .features > li > div img {
	width: 100%;
}

#home-morrison-difference .features > li > div > strong {
	display: block;
	padding: 0 20px;
	position: absolute;
	top: 62%;
	width: 100%;
	z-index: 2;
}

#home-morrison-difference .home-truck {
	position: relative;
	top: -15px;
}

#home-morrison-difference .home-truck p {
	margin: 0;
}

.home-report-creia {
	display: flex;
	margin: 0 150px;
	text-align: left;
}

.home-report-creia > div {
	padding-left: 30px;
}

.home-report-creia .logo {
	flex: 0 0 84px;
	padding-left: 0;
}

#home-report-sample {
	padding: 0 0 100px;
	text-align: center;
}

#home-report-sample .cta-overlay {
	padding-bottom: 40px;
}

#home-report-sample .cta-overlay > strong {
	bottom: 0;
}

#home-report-sample h2,
#home-report-sample p {
	margin: 0 0 2rem;
}

#mainstage {
	position: relative;
}

#carouselMainstage {
	background: #61192d;
}

#carouselMainstage,
#mainstage > figure {
	padding-left: 25%;
	position: relative;
}

#mainstage .carousel-indicators {
	bottom: 50px;
	left: 50px;
	justify-content: flex-start;
	margin: 0;
}

#mainstage .carousel-indicators [data-bs-target] {
	background: #61192d;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0px #000000;
	height: 18px;
	margin: 0 10px;
	opacity: 1;
	width: 18px;
}

#mainstage .carousel-indicators .active {
	background: #FFFFFF;
}

#carouselMainstage::after,
#mainstage > figure::after {
	background-image: linear-gradient(to right, rgba(97,25,45,1) 27%, rgba(97,25,45,0) 65%);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#carouselMainstage img,
#mainstage > figure > img {
	display: block;
	width: 100%;
}

#mainstage .mainstage-overlay {
	left: 0;
	padding: 60px 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

#mainstage .mainstage-overlay .container {
	max-width: none;
	padding: 0 50px;
}

#mainstage .mainstage-overlay .certification,
#mainstage .mainstage-overlay .franchisee {
	text-align: center;
	width: 530px;
}

.franchisee {
	background-image: linear-gradient(to bottom, #ffffff, #b2b2b2);
	border: 1px solid #FFFFFF;
	padding: 25px 15px;
}

body.home .franchisee {
	margin: 0 0 50px;
}

.franchisee strong.inspector-name {
	background-image: url(img/badge-divider.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	color: #000000;
	display: block;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 0 0 15px;
}

body.home .franchisee strong.inspector-name {
	font-size: 50px;
}

.franchisee strong.area-operation {
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.1;
}

body.home .franchisee strong {
	font-size: 36px;
}

#mainstage .call-to-action {
	bottom: -40px;
	right: 1.5rem;
	position: absolute;
	z-index: 10;
}

#mainstage .btn.start > strong {
	font-size: 40px;
	text-transform: none;
}

#mainstage .btn.start > strong > em {
	margin-top: 20px;
}

#mainstage > h1 {
	color: #FFFFFF;
	font-weight: 700;
	padding: 58px 40px 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}


/* NAVIGATION STYLES
====================================== */
#contact-social-menu,
#footer-primary-navigation-menu {
	list-style-type: none;
	margin: 0 0 1.5rem;
	padding: 0;
	text-transform: uppercase;
}

#footer-primary-navigation-menu {
	text-align: center;
}

#contact-social-menu > li,
#footer-primary-navigation-menu > li {
	display: inline-block;
	margin: 0;
	padding: 10px 16px;
}

#contact-social-menu,
#footer-social-navigation-menu {
	list-style-type: none;
	margin: 0 0 1rem;
	padding: 0;
}

#footer-social-navigation-menu {
	text-align: center;
}

#contact-social-menu > li,
#footer-social-navigation-menu li {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
}

#contact-social-menu > li {
	padding: 0;
	padding-right: 25px;
}

#contact-social-menu > li > a,
#footer-social-navigation-menu li a {
	font-size: 0;
}

#contact-social-menu > li > a:focus,
#contact-social-menu > li > a:hover,
#footer-social-navigation-menu li a:focus,
#footer-social-navigation-menu li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#contact-social-menu > li > a:focus,
#contact-social-menu > li > a:hover {
	color: #680a28;
}

#contact-social-menu > li > a::before,
#footer-social-navigation-menu li a::after {
	font-size: 1.75rem;
}

#contact-social-menu > li.email > a::before,
#footer-social-navigation-menu li.email > a::after {
	content: '\f0e0';
}

#contact-social-menu > li.facebook > a::before,
#footer-social-navigation-menu li.facebook a::after {
	content: '\f39e';
}

#contact-social-menu > li.instagram > a::before,
#footer-social-navigation-menu li.instagram a::after {
	content: '\f16d';
}

#contact-social-menu > li.linkedin > a::before,
#footer-social-navigation-menu li.linkedin a::after {
	content: '\f0e1';
}

#contact-social-menu > li.twitter > a::before,
#footer-social-navigation-menu li.twitter a::after {
	content: '\e61b';
}

#contact-social-menu li.yelp a::before,
#footer-social-navigation-menu li.yelp a::after {
	content: '\f1e9';
}

#contact-social-menu li.youtube a::before,
#footer-social-navigation-menu li.youtube a::after {
	content: '\f167';
}

#contact-social-menu > li.creia > a,
#footer-social-navigation-menu li.creia a {
	background-position: 50%;
	background-size: 100%;
	display: block;
	font-size: 0;
	height: 34px;
	width: 34px;
}

#contact-social-menu > li.creia > a::before,
#footer-social-navigation-menu li.creia a::after {
	display: none;
}

#contact-social-menu li.creia a {
	background-image: url(img/contact-social-creia.png);
}

#footer-social-navigation-menu li.creia a {
	background-image: url(img/footer-social-creia.png);
}

#header-primary-navigation {
	flex: 1 0 0;
}

#header-primary-navigation-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}

#header-primary-navigation-menu li {
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
}

#header-primary-navigation-menu li a {
	display: block;
}

#header-primary-navigation-menu > li {
	display: inline-block;
	padding: 0 5px;
}

#header-primary-navigation-menu > li > a {
	font-size: 1rem;
	line-height: 1;
	padding: 5px;
	text-transform: uppercase;
}

#header-primary-navigation-menu .sub-menu {
	background: #FFFFFF;
	border: 2px solid #680a28;
	border-bottom-width: 1px;
	border-top-width: 4px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header-primary-navigation-menu .sub-menu .sub-menu {
	border-top-width: 2px;
}

#header-primary-navigation-menu li.menu-item-has-children > .sub-menu {
	left: -50%;
	width: 13rem;
}

#header-primary-navigation-menu > li.menu-item-has-children > .sub-menu {
	margin-top: -2px;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: top left;
	z-index: 100;
}

#header-primary-navigation-menu > li.current-page-ancestor .sub-menu {
	border-color: #73afd1;
}

#header-primary-navigation-menu .sub-menu > li {
	border-bottom: 1px solid #680a28;
}

#header-primary-navigation-menu .sub-menu > li > a {
	border-left: 3px solid transparent;
	display: block;
	font-size: 0.8rem;
	line-height: 1;
	padding: 0.5rem;
	position: relative;
}

#header-primary-navigation-menu .sub-menu > li:focus > a,
#header-primary-navigation-menu .sub-menu > li:hover > a {
	border-left-color: #680a28;
}

#header-primary-navigation-menu .sub-menu > li.current-menu-ancestor > a,
#header-primary-navigation-menu .sub-menu > li.current-menu-ancestor:focus > a,
#header-primary-navigation-menu .sub-menu > li.current-menu-ancestor:hover > a,
#header-primary-navigation-menu .sub-menu > li.current-menu-item > a,
#header-primary-navigation-menu .sub-menu > li.current-menu-item:focus > a,
#header-primary-navigation-menu .sub-menu > li.current-menu-item:hover > a {
	border-left-color: #000000;
}

#header-primary-navigation-menu > li .sub-menu li.menu-item-has-children > a::after {
	content: '\f0da';
	display: block;
	right: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#header-primary-navigation-menu > li.menu-item-has-children.right > .sub-menu {
	left: auto;
	right: 0%;
}

#header-primary-navigation-menu .sub-menu li.menu-item-has-children > .sub-menu {
	left: 100%;
}

#header-primary-navigation-menu > li.menu-item-has-children:focus > .sub-menu,
#header-primary-navigation-menu > li.menu-item-has-children:hover > .sub-menu {
	animation: nav-grow-down 0.25s ease-in-out forwards;
}

#header-primary-navigation-menu > li.menu-item-has-children > .sub-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: -2px;
	transform: scaleX(0);
	transform-origin: top left;
}

#header-primary-navigation-menu li.menu-item-has-children.right > .sub-menu {
	left: auto;
	right: 100%;
	transform-origin: top right;
}

#header-primary-navigation-menu > li.menu-item-has-children.right > .sub-menu {
	right: 0;
}

#header-primary-navigation-menu > li.menu-item-has-children > .sub-menu > li:focus .sub-menu,
#header-primary-navigation-menu > li.menu-item-has-children > .sub-menu > li:hover .sub-menu {
	animation: nav-grow-out 0.25s ease-in-out forwards;
}

#header-utility-nav {
	padding: 12px;
	text-align: center;
}

#header-primary-navigation .header,
#header-utility-mobile-menu {
	display: none;
}

#header-utility-nav ul,
#header-utility-mobile-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header-utility-mobile-menu {
	margin-top: 1rem;
}

#header-utility-nav ul > li {
	display: inline-block;
	padding: 0 25px;
}

#header-utility-mobile-menu > li {
	display: block;
	margin: 0 0 0.25rem;
	padding: 0;
	text-align: left;
}

#header-utility-nav ul > li > a,
#header-utility-mobile-menu > li > a {
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	padding-left: 32px;
}

#header-utility-nav ul > li > a:focus,
#header-utility-nav ul > li > a:hover,
#header-utility-mobile-menu > li > a:focus,
#header-utility-mobile-menu > li > a:hover {
	color: #ffbace;
}

#header-utility-nav ul > li.call > a,
#header-utility-mobile-menu > li.call > a {
	background-image: url(img/icon-utility-call.png);
}

#header-utility-nav ul > li.contact > a,
#header-utility-mobile-menu > li.contact > a {
	background-image: url(img/icon-utility-contact.png);
}

#header-utility-nav ul > li.login > a,
#header-utility-mobile-menu > li.login > a {
	background-image: url(img/icon-utility-login.png);
	font-weight: bold;
}

#header-utility-nav ul > li.franchise > a,
#header-utility-mobile-menu > li.franchise > a {
	background-image: url(img/icon-utility-franchise.png);
}


/* VIDEO EMBED STYLES
====================================== */
.embed-responsive,
.wp-block-embed {
	border: 1px solid #e0e0e0;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.wp-block-embed iframe {
	background: #000000;
}

.embed-responsive::before,
.wp-block-embed::before {
	content: "";
	display: block;
}

.embed-responsive-1by1::before,
.wp-block-embed.wp-embed-aspect-1-1::before {
	padding-top: 100%;
}

.embed-responsive-4by3::before,
.wp-block-embed.wp-embed-aspect-4-3::before {
	padding-top: 62.5%;
}

.embed-responsive-16by9::before,
.wp-block-embed.wp-embed-aspect-16-9::before {
	padding-top: 56.25%;
}

.embed-responsive-21by9::before,
.wp-embed-aspect-21-9::before {
	padding-top: 42.857143%;
}

.embed-responsive .embed-responsive-item,
.wp-block-embed__wrapper .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.wp-block-embed__wrapper,
.wp-block-embed__wrapper iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* FORM STYLES
====================================== */
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=tel],
select,
textarea,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	border: 1px solid #707070;
	border-radius: 0.35rem;
	font-size: 15px;
	line-height: 1;
	padding: 10px!important;
	width: 100%;
}

input[type=email]:focus,
input[type=email]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
textarea:focus,
textarea:hover {
	border-color: #000000;
}
.gform_wrapper.gravity-theme .gsection {
    padding: 0 !important;             /* kill all padding */
    margin-bottom: 10px !important;    /* add your spacing below */
    
}
input[type=section]{
	margin-bottom: 10px !important;
	padding:0 0 0 !important;
}

input[type=button],
input[type=submit],
button {
	border: 0;
	text-align: left;
}

input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	cursor: pointer;
}

select {
	padding: 9px 10px!important;
}

select.form-control {
	font-size: 0.9rem;
	padding: .25rem .5rem;
}

.gform_wrapper.gravity-theme .gform_fields {
	align-items: flex-start;
}

.gform_wrapper.gravity-theme .gfield_label {
	display: block!important;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half,
.gform_wrapper.gravity-theme .gfield_label {
	line-height: 1;
}

.gform_wrapper.gravity-theme .ginput_container_date,
.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%!important;
}

.contact-form {
	padding: 0 17% 1rem;
}

.list-check-boxes {
	padding: 0 2rem;
}


/* NINJA FORMS STYLES
====================================== */
.nf-form-content input.ninja-forms-field {
	height: auto!important;
}

.label-above .nf-field-label {
	font-size: 0.9rem;
	margin: 0 0 5px!important;
}

.nf-form-fields-required,
.nf-error .nf-error-msg {
	display: none!important;
}

.nf-response-msg,
.nf-error-msg.nf-error-field-errors {
	background: #FFFFFF;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 0.75rem;
	padding: 0.5rem;
}

.nf-response-msg {
	border: 3px double #006800;
	color: #006800;
}

.nf-response-msg p {
	margin: 0;
}

.nf-error-msg.nf-error-field-errors {
	border: 3px double #e80000;
	color: #e80000;
}

.nf-error.field-wrap .nf-field-element:after {
	height: 1.5rem!important;
	line-height: 1.5rem!important;
	width: 1.5rem!important;
}

.nf-form-content .list-select-wrap .nf-field-element>div {
	border-radius: 0.25rem!important;
}

#ninja-form {
	background: #f0f0f0;
	padding: 1rem 1rem 1px;
}

#ninja-form p {
	margin: 0 0 1rem;
}

#ninja-form h3 {
	font-size: 1.25rem;
	margin: 0 0 0.5rem;
}


/* GRAVITY FORMS STYLES
====================================== */
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px!important;
}

.gform_legacy_markup_wrapper div.validation_error {
	padding: 1rem 2rem!important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper textarea {
	font-size: 16px!important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error {
	padding-left: 0.5rem!important;
	padding-right: 0.5rem!important;
}

.gform_legacy_markup_wrapper li.hidden_label input,
.gform_legacy_markup_wrapper li.hidden_label textarea {
	margin-top: 0!important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0!important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
	padding-top: 1px!important;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
	font-size: 12px!important;
	text-align: center;
}


/* ANIMATION STYLES
====================================== */
@keyframes nav-grow-down {
	0% {
		transform: scaleY(0)
	}
	80% {
		transform: scaleY(1.1)
	}
	100% {
		transform: scaleY(1)
	}
}

@keyframes nav-grow-out {
	0% {
		transform: scaleX(0)
	}
	80% {
		transform: scaleX(1.1)
	}
	100% {
		transform: scaleX(1)
	}
}


/* TRANSITION STYLES
====================================== */
a.btn,
.btn.start > strong > em,
button,
.cta-overlay > strong,
input[type=button],
input[type=submit] {
	transition: background 0.2s;
}

a {
	transition: color 0.2s;
}

a > img {
	transition: filter 0.2s;
}

#contact-social-menu > li > a,
#footer-social-navigation-menu li a {
	transition: opacity 0.2s;
}

#header-primary-navigation-menu .sub-menu > li > a {
	transition: border 0.2s;
}


/* WORDPRESS-REQUIRED STYLES
====================================== */
.aligncenter,
.alignleft,
.alignright {
	display: block;
}

.aligncenter {
	margin: 0 auto 1.5rem;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}


/* ACCESSIBILITY STYLES
====================================== */
.skip-nav-link {
	background: #FFFFFF;
	border-radius: 0 0 0.25rem 0.25rem;
	font-size: 0.7rem;
	left: 30px;
	padding: 0.25rem 0.5rem;
	position: absolute;
	text-transform: uppercase;
	transform: translateY(-120%);
	z-index: 10;
}

.skip-nav-link:focus {
	transform: translateY(0);
}

.skip-nav-link {
	transition: transform 0.325s ease-in;
}

.skip-nav-link:hover {
	background: #000000;
	color: #FFFFFF;
}


/* MISC. STYLES
====================================== */
.bordered {
	border: 10px solid #FFFFFF;
}

.circle {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}

.pad0 {
	margin: 0;
}

.padhalf {
	margin: 0 0 0.5rem;
}

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

.text-right {
	text-align: right;
}


/* MEDIA QUERY STYLES
====================================== */
@media screen and (max-width: 1499px)
{
	#mainstage .mainstage-overlay .certification > div {
		padding: 0 27%;
	}

	#mainstage .mainstage-overlay .certification,
	#mainstage .mainstage-overlay .franchisee {
		width: 47%;
	}
}


@media screen and (max-width: 1399px)
{
	article {
		padding: 75px 75px 1.5rem;
	}

	footer#site-footer .masthead {
		padding: 25px 100px 0;
	}

	.franchisee {
		padding: 25px;
	}

	header#page-header .lede {
		padding-left: 4rem;
	}

	header#page-header > div {
		font-size: 27px;
		line-height: 1.3;
	}

	header#page-header .lede h1 {
		font-size: 50px;
	}

	#header-utility-nav ul > li {
		padding: 0 20px;
	}

	#home-morrison-difference .features > li {
		padding: 0 10px;
	}

	#home-morrison-difference .home-truck {
		padding-top: 10px;
		top: 0;
	}

	#mainstage .call-to-action .container {
		padding: 0 30px;
	}

	#mainstage .mainstage-overlay .certification > div {
		padding: 0 30%;
	}

	.franchisee h2 {
		font-size: 30px;
	}

	body.home .franchisee h2 {
		font-size: 45px;
	}

	body.home .franchisee strong {
		font-size: 32px;
	}

	.franchisee strong {
		font-size: 26px;
	}

	#page-content {
		padding: 75px 50px 1px;
	}

	.section.intro {
		margin: 0 0 1rem;
		padding: 0 140px;
	}
}


@media screen and (max-width: 1299px)
{
	.franchisee h2 {
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	#home-report-sample {
		padding: 3.5rem 0;
	}

	#mainstage .mainstage-overlay .franchisee {
		margin-bottom: 40px;
	}

	#mainstage .mainstage-overlay .certification > div {
		padding: 0 32.5%;
	}

	#section-contact {
		margin: 0 0 150px;
	}
}


@media screen and (max-width: 1199px)
{
	.btn.start {
		height: 320px;
		width: 320px;
	}

	.btn.start > strong {
		font-size: 32px;
	}

	footer#site-footer {
		padding: 2rem 0;
	}

	footer#site-footer .masthead {
		padding: 25px 50px 0;
	}

	#footer-primary-navigation-menu {
		margin: 0 0 1rem;
	}

	#footer-primary-navigation-menu > li {
		padding: 8px 12px;
	}

	.franchisee {
		padding: 20px;
	}

	header#page-header > div {
		font-size: 24px;
		line-height: 1.2;
	}

	header#page-header .header-hero .badge {
		bottom: -1rem;
		left: -2.5rem;
		width: 50%;
	}

	header#site-header .masthead .logo {
		flex: 0 0 240px;
	}

	header#site-header .masthead .logo img {
		max-width: 100%;
	}

	body.page-expanded-header header#page-header > div {
		height: auto;
	}

	body.page-expanded-header header#page-header.has-image .lede {
		padding: 6rem 3rem;
	}

	body.page-expanded-header header#page-header .header-hero {
		width: 45%;
	}

	body.page-expanded-header header#page-header .lede {
		position: relative;
		top: auto;
		transform: none;
	}

	#header-primary-navigation-menu > li > a {
		font-size: 0.9rem;
	}

	#header-utility-nav ul {
		font-size: 0.9rem;
	}

	#header-utility-nav ul > li {
		padding: 0 15px;
	}

	#home-intro {
		padding: 60px 1rem 2rem;
	}

	#home-morrison-difference .features > li > div > strong {
		font-size: 13px;
	}

	#home-morrison-difference {
		padding: 0 1rem 2rem;
	}

	.home-report-creia {
		margin: 0 200px;
	}

	#mainstage .mainstage-overlay .certification > div {
		padding: 0 27%;
	}

	#mainstage .mainstage-overlay .certification,
	#mainstage .mainstage-overlay .franchisee {
		width: 40%;
	}

	.franchisee h2 {
		font-size: 25px;
		margin: 0 0 5px;
		padding: 0 0 10px;
	}

	body.home .franchisee h2 {
		font-size: 40px;
	}

	.franchisee strong {
		display: block;
		font-size: 20px;
	}

	body.home .franchisee strong {
		font-size: 30px;
	}

	.section.intro {
		margin: 0 0 1rem;
		padding: 0 110px;
	}

	.section.intro article {
		padding: 65px 50px 1.5rem;
	}

	#section-contact > div {
		font-size: 40px;
		padding: 100px 0;
	}

	#section-contact a[href^="tel:"] {
		font-size: 60px;
	}
}

@media screen and (max-width: 1099px)
{
	footer#site-footer .masthead {
		padding: 25px 25px 1px;
	}

	.guarantee-standards {
		align-items: flex-start;
	}

	header#site-header .masthead .logo {
		margin-left: 32%;
	}

	header#site-header .franchisee {
		width: 32%;
	}

	.home-report-creia {
		margin: 0 150px;
	}

	#mainstage .btn.start > strong {
		font-size: 35px;
	}

	#mainstage .mainstage-overlay .certification {
		width: 45%;
	}

	#mainstage .mainstage-overlay .certification > div {
		padding: 0 30%;
	}

	#mainstage .mainstage-overlay {
		padding-top: 50px;
	}

	#mainstage .mainstage-overlay .franchisee {
		margin-bottom: 30px;
		padding: 25px;
	}

	body.home .franchisee h2 {
		font-size: 35px;
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	body.home .franchisee strong {
		font-size: 25px;
	}
}


@media screen and (max-width: 992px)
{
	article {
		padding: 45px 25px 1.5rem;
	}

	h2, .h2 {
		font-size: 1.75rem;
	}

	body.home h2,
	body.home .h2 {
		font-size: 2rem;
	}

	.btn.start {
		height: 280px;
		padding: 10px;
		width: 280px;
	}

	.btn.start > strong {
		font-size: 24px;
	}

	.btn.start > strong > em {
		font-size: 22px;
	}

	.contact-form {
		padding: 0 10% 1rem;
	}

	#mainstage .carousel-indicators {
		bottom: 30px;
		left: 20px;
	}

	.row-cta {
		display: block;
	}

	footer#site-footer {
		padding: 2.5rem 0 1.5rem;
	}

	#footer-primary-navigation-menu {
		margin: 0 0 0.5rem;
	}

	footer#site-footer .masthead {
		font-size: 0.8rem;
		padding: 20px 0 0;
	}

	footer#site-footer .masthead .address ul > li,
	footer#site-footer .masthead .credit-cards ul > li {
		padding: 10px;
	}

	footer#site-footer .masthead .address ul img,
	footer#site-footer .masthead .credit-cards ul img {
		max-width: 75px;
	}

	#footer-social-navigation-menu li {
		padding: 0 20px;
	}

	header#page-header .lede {
		padding: 5rem 1rem;
		position: relative;
		top: auto;
		transform: none;
	}

	body.page-expanded-header header#page-header.has-image .lede {
		padding: 4.5rem 3rem;
		padding-left: 2rem;
	}

	header#page-header > div {
		font-size: 22px;
		height: auto;
	}

	header#page-header .header-hero {
		top: -30px;
	}

	header#page-header .header-hero .badge {
		bottom: -0.5rem;
		left: -1.5rem;
		width: 45%;
	}

	header#page-header .lede h1 {
		font-size: 40px;
	}

	header#page-header.no-image .lede h1 {
		width: 85%;
	}
	
	header#site-header .masthead .logo {
		flex: 0 0 200px;
	}

	#header-primary-navigation-menu > li {
		padding: 0 5px;
	}

	#header-primary-navigation-menu > li > a {
		font-size: 0.8rem;
	}

	header#site-header .logo {
		padding-left: 20px;
	}
	
	#header-utility-nav {
		padding: 5px;
	}
	
	#header-utility-nav ul {
		font-size: 0.8rem;
	}
	
	#header-utility-nav ul > li {
		padding: 8px 10px;
	}

	#home-intro h2 {
		margin: 0 0 30px;
	}

	#home-morrison-difference .features {
		margin: 0 2rem;
	}

	#home-morrison-difference .features > li {
		padding: 0 10px;
		width: 33.333333%;
	}

	#home-morrison-difference .features > li > div > strong {
		font-size: 15px;
	}

	.home-report-creia {
		margin: 0 100px;
	}

	#mainstage > figure {
		padding-left: 35%;
	}

	#mainstage > figure::after {
		background-image: linear-gradient(to right, rgba(97,25,45,1) 35%, rgba(97,25,45,0) 65%);
	}

	#mainstage .mainstage-overlay {
		padding-top: 40px;
	}
	
	#mainstage .mainstage-overlay .certification > div {
		padding: 0 32%;
	}

	#mainstage .btn.start > strong {
		font-size: 30px;
	}

	#mainstage .mainstage-overlay .franchisee {
		padding: 20px;
	}

	body.home .franchisee h2 {
		font-size: 30px;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}

	body.home .franchisee strong {
		font-size: 22px;
	}

	br.mobile,
	br.mobile::after {
		content: ' ';
	}

	#page-content {
		padding: 75px 20px 1px;
	}
	
	.section.intro {
		margin: 0 0 2rem;
		padding: 0 50px;
	}

	#section-contact {
		margin: 0 0 130px;
	}

	#section-contact a[href^="tel:"] {
		font-size: 55px;
	}

	#section-contact > div {
		font-size: 35px;
		padding: 3rem 2rem 1.5rem;
	}

	#section-contact br,
	#section-contact br::after {
		content: ' ';
	}
}


@media screen and (max-width: 880px)
{
	.btn.start {
		height: 240px;
		width: 240px;
	}

	.btn.start > strong {
		font-size: 20px;
	}

	.franchisee h2 {
		font-size: 22px;
	}

	.franchisee strong {
		font-size: 17px;
	}

	body.home header#site-header .masthead .logo {
		flex: 0 0 200px;
	}

	header#page-header .header-hero {
		top: -15px;
	}

	header#site-header .masthead .logo {
		margin-left: 30%;
	}

	header#site-header .franchisee {
		width: 30%;
	}

	#mainstage .btn.start > strong {
		font-size: 25px;
	}

	.btn.start > strong > em {
		font-size: 18px;
	}

	footer#site-footer .masthead {
		padding: 25px 0 0;
	}

	.guarantee-standards {
		display: block;
	}

	.guarantee-standards .guarantee-badge {
		float: right;
		margin: 0;
		margin-left: 1rem;
		width: 200px;
	}

	.guarantee-standards .guarantee-badge p {
		margin: 0;
	}

	.guarantee-standards .guarantee-description {
		flex: none;
		padding-right: 0;
	}

	header#page-header .lede {
		padding: 4rem 1rem;
	}

	#mainstage .mainstage-overlay {
		padding-top: 30px;
	}

	#mainstage .mainstage-overlay .franchisee {
		margin: 0 0 20px;
		padding: 15px;
	}

	#mainstage .mainstage-overlay .certification,
	#mainstage .mainstage-overlay .franchisee {
		width: 50%;
	}

	body.home .franchisee h2 {
		font-size: 25px;
		margin: 0 0 5px;
		padding: 0 0 5px;
	}

	body.home .franchisee strong {
		font-size: 18px;
	}

	#section-contact {
		margin: 0 0 110px;
	}

	.service-feature.has-image {
		display: block;
	}

	.service-feature.has-image > div {
		padding-left: 0;
		width: 100%;
	}

	.service-feature.has-image > figure {
		float: right;
		margin: 0 0 1rem 1rem;
	}
}


@media screen and (max-width: 781px)
{
	.wp-block-columns,
	.wp-block-columns.columns-wide {
		gap: 0!important;
	}
}


@media screen and (max-width: 767px)
{
	article .row {
		margin: 0 -15px;
	}
	
	article .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	h2, .h2 {
		font-size: 1.5rem;
	}

	body.home h2 {
		font-size: 1.5rem;
	}

	body.home .btn.start {
		height: 200px;
		width: 200px;
	}

	body.home .btn.start > strong > em {
		padding: 10px;
	}

	.container {
		padding: 0 1rem;
	}

	.contact-form {
		padding: 0 5% 1rem;
	}

	footer#site-footer {
		padding: 2rem 0 1rem;
	}

	#footer-primary-navigation-menu {
		font-size: 0.8rem;
	}

	#footer-primary-navigation-menu > li {
		padding: 4px 8px;
	}

	footer#site-footer .masthead {
		display: block;
		padding: 0;
	}

	footer#site-footer .masthead .address {
		text-align: center;
		width: 100%;
	}

	footer#site-footer .masthead .address br {
		content: '';
	}

	footer#site-footer .masthead .address br::after {
		content: ', ';
	}

	footer#site-footer .masthead .logo {
		margin: 0 auto 1rem;
		width: 100%;
	}

	footer#site-footer .masthead .credit-cards {
		margin: 0 0 1rem;
		text-align: center;
		width: 100%;
	}

	footer#site-footer .masthead .address ul > li,
	footer#site-footer .masthead .credit-cards ul > li {
		padding: 5px 10px;
		width: auto;
	}

	#footer-social-navigation-menu li {
		padding: 0 15px;
	}

	#footer-social-navigation-menu li a::before {
		font-size: 1.5rem;
	}

	header#page-header > div {
		font-size: 20px;
	}
	
	header#page-header .header-hero {
		top: 50%;
		transform: translateY(-50%);
		width: 30%;
	}

	header#page-header .header-hero img {
		border-width: 5px;
	}

	header#page-header .header-hero .badge {
		bottom: 0;
		left: -1rem;
		width: 50%;
	}
	
	header#page-header .lede {
		padding: 3rem 0;
		padding-left: 10px;
	}
	
	header#page-header .lede h1 {
		font-size: 35px;
	}

	header#page-header.has-image .lede {
		width: 74%;
	}

	header#page-header.no-image .lede h1 {
		width: 100%;
	}

	body.page-expanded-header header#page-header.has-image .lede {
		padding: 2rem 1rem;
	}

	header#site-header {
		box-shadow: none;
	}

	header#site-header .masthead {
		position: relative;
		width: initial;
	}

	header#site-header .masthead .logo {
		margin-left: 40%;
	}

	header#site-header .masthead .header .logo {
		margin-left: 0;
	}

	header#site-header .franchisee {
		width: 40%;
	}

	#header-primary-navigation {
		background: #61192d;
		box-shadow: 0 2px 6px 0px #000000;
		height: 100%;
		overflow: hidden;
		opacity: 0;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		z-index: 800;
	}

	body.response #header-primary-navigation {
		max-width: 383px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	#header-primary-navigation > div {
		padding: 0 1rem;
	}

	#header-primary-navigation .header {
		display: block;
		padding: 0.75rem 0;
		position: relative;
	}

	#header-primary-navigation .header .logo {
		padding: 0;
		width: 240px;
	}

	#header-primary-navigation-menu {
		border-top: 1px solid #FFFFFF;
		bottom: auto;
		display: block;
		position: relative;
		text-align: left;
	}

	#header-primary-navigation-menu > li {
		border-bottom: 1px solid #FFFFFF;
		display: block;
		padding: 0;
	}

	#header-primary-navigation-menu ul.sub-menu {
		position: relative;
		left: auto;
		right: auto;
	}

	#header-primary-navigation-menu li > a {
		border-bottom: 0;
		border-left: 3px solid transparent;
		color: #FFFFFF;
		padding: 0.5rem;
		position: relative;
	}

	#header-primary-navigation-menu li > a:focus,
	#header-primary-navigation-menu li > a:hover {
		background: rgba(0,0,0,0.25);
		border-left: 3px solid #FFFFFF;
	}

	#header-primary-navigation-menu li.menu-item-has-children > a > span {
		border-left: 1px solid #FFFFFF;
		display: block;
		padding: 0.5rem;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 30px;
		z-index: 5;
	}

	#header-primary-navigation-menu li.menu-item-has-children>a>span::after {
		content: '\f107';
	}
	
	#header-primary-navigation-menu li.menu-item-has-children.expanded>a>span::after {
		content: '\f106';
	}
	
	#header-primary-navigation-menu li.menu-item-has-children>a>span:focus::after,
	#header-primary-navigation-menu li.menu-item-has-children>a>span:hover::after {
		color: #FFFFFF;
	}

	#header-primary-navigation-menu ul.sub-menu,
	#header-primary-navigation-menu li:focus > ul.sub-menu,
	#header-primary-navigation-menu li:hover > ul.sub-menu,
	#header-primary-navigation-menu > li.menu-item-has-children > .sub-menu,
	#header-primary-navigation-menu li.menu-item-has-children:focus > ul.sub-menu,
	#header-primary-navigation-menu li.menu-item-has-children:hover > ul.sub-menu,
	#header-primary-navigation-menu ul.sub-menu ul.sub-menu {
		background: none;
		border-bottom: 0;
		border-top: 1px solid #FFFFFF;
		box-shadow: none;
		display: none;
		left: auto;
		margin-top: 0;
		max-width: none;
		padding: 0;
		padding-bottom: 1rem;
		padding-left: 0.5rem;
		position: static;
		max-width: none;
		transform: none;
		top: auto;
		z-index: 10;
	}

	#header-primary-navigation-menu > li.current-menu-ancestor > a,
	#header-primary-navigation-menu > li.current-menu-item > a,
	#header-primary-navigation-menu > li:focus > a,
	#header-primary-navigation-menu > li:hover > a,
	#header-primary-navigation-menu .sub-menu > li.current-menu-ancestor > a,
	#header-primary-navigation-menu .sub-menu > li.current-menu-item > a,
	#header-primary-navigation-menu .sub-menu > li:focus > a,
	#header-primary-navigation-menu .sub-menu > li:hover > a {
		border-left-color: #FFFFFF;
		color: #FFFFFF;
	}

	#header-primary-navigation-menu>li.current-page-ancestor .sub-menu {
		border: transparent;
	}

	#header-primary-navigation-menu li.menu-item-has-children > .sub-menu {
		width: 100%;
	}
	
	#header-primary-navigation-menu > li.menu-item-has-children:focus > .sub-menu,
	#header-primary-navigation-menu > li.menu-item-has-children:hover > .sub-menu {
		animation: none;
	}
	
	#header-primary-navigation-menu ul.sub-menu {
		display: none;
		width: 100%;
	}

	#header-utility-mobile-menu {
		display: block;
	}

	header#site-header .utility-nav ul > li {
		display: none;
	}

	header#site-header .utility-nav ul > li.call {
		display: inline-block;
	}

	#home-morrison-difference .features {
		margin: 0;
	}

	#home-morrison-difference .features > li > div > strong {
		font-size: 13px;
	}

	.home-report-creia {
		margin: 0 50px;
	}

	#mainstage .btn.start > strong {
		font-size: 20px;
	}

	#mainstage .mainstage-overlay {
		padding-top: 20px;
	}

	#mainstage .mainstage-overlay .franchisee {
		margin: 0 0 10px;
	}

	body.home .franchisee h2 {
		font-size: 22px;
	}

	.list-check-boxes {
		padding: 0;
	}

	#mainstage .mainstage-overlay .certification > div {
		padding: 0 30%;
	}

	#mobile-close,
	#mobile-trigger {
		display: block;
	}

	#mobile-close {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 0.8;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	#mobile-close::before {
		color: #FFFFFF;
		content: '\f057';
		padding: 0;
	}
	
	#mobile-close:focus,
	#mobile-close:hover {
		text-decoration: none;
	}
	
	#mobile-close:focus::before,
	#mobile-close:hover::before {
		color: #FFFFFF;
	}

	#mobile-trigger {
		background: #8f0a2a;
		border-radius: 0.25rem;
		color: #FFFFFF;
		display: block;
		padding: 0;
		position: absolute;
		right: 0;
		top: 1rem;
		z-index: 50;
	}

	#mobile-trigger:focus,
	#mobile-trigger:hover {
		background: #000000;
	}

	#mobile-trigger::before {
		color: #FFFFFF;
		content: '\f0c9';
		display: block;
		font-size: 1rem;
		line-height: 1;
		padding: 0.75rem;
	}

	#mobile-trigger:focus::before,
	#mobile-trigger:hover::before {
		text-decoration: none;
	}
	
	#overlay-response {
		background: rgba(0,0,0,0.8);
		cursor: pointer;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		width: 0;
		z-index: 500;
	}
	
	body.response #overlay-response {
		width: 100%;
	}

	#header-utility-nav ul > li {
		display: none;
	}

	#header-utility-nav ul > li.call {
		display: inline-block;
	}

	#page-content {
		padding: 50px 10px 1px;
	}

	.section {
		margin: 0 0 1.5rem;
		padding: 0;
	}

	#section-contact {
		margin: 0 0 90px;
	}

	#section-contact a[href^="tel:"] {
		font-size: 50px;
	}

	#section-contact > div {
		font-size: 30px;
		padding: 2rem 2rem 0.5rem;
	}

	.section.intro {
		padding: 0;
		text-align: left;
	}

	.service-feature.has-image > figure {
		width: 45%;
	}

	.three-col-list ul li {
		float: none!important;
		width: 100%!important;
	}
}


@media screen and (max-width: 660px)
{
	#mainstage .carousel-indicators [data-bs-target] {
		height: 15px;
		margin: 0 8px;
		width: 15px;
	}

	#home-intro {
		padding: 2rem 1rem 1.5rem;
	}

	#home-intro .guarantee-badge {
		padding-right: 0;
	}

	#home-intro .guarantee-badge .badge-image {
		float: right;
		margin: 0 0 1rem 1rem;
		position: static;
		right: auto;
		text-align: center;
		top: auto;
		width: auto;
	}

	#home-morrison-difference .intro {
		padding: 0 25px;
		text-align: left;
	}

	#home-morrison-difference h2,
	#home-morrison-difference p {
		margin: 0 0 1rem;
	}

	#mainstage .btn.start > strong {
		font-size: 17px;
	}

	#mainstage .btn.start > strong > em {
		margin-top: 15px;
	}

	#page-content {
		padding: 35px 10px 1px;
	}
}


@media screen and (max-width: 575px)
{
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto 1.5rem;
		text-align: center;
	}

	.alignleft,
	.alignright {
		max-width: none;
	}

	article {
		padding: 1.5rem 0;
	}

	article .row.full > div.right,
	article .row.xl > div.right,
	article .row.lg > div.right,
	article .row.md > div.right,
	article .row.sm > div.right {
		padding: 0 1.5rem;
	}

	article .row.sm {
		display: block!important;
	}

	article .row.sm > div.right {
		flex: none!important;
		float: right!important;
		margin: 0;
		margin-left: 1.5rem;
		padding: 0;
	}

	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.contact-form {
		padding: 0 0 1rem;
	}

	html {
		font-size: 17px;
	}

	#home-intro h2 {
		margin: 0 0 1rem;
	}

	.btn,
	.btn.start > strong > em,
	button,
	.cta-overlay > strong,
	input[type=button],
	input[type=submit] {
		white-space: normal;
	}

	body.home .btn.start {
		height: 175px;
		width: 175px;
	}

	body.home .btn.start > strong {
		font-size: 15px;
	}

	body.home .btn.start > strong > em {
		font-size: 14px;
	}

	.cta-overlay > strong,
	.btn.large {
		font-size: 20px;
		padding: 10px 15px 8px;
	}

	footer#site-footer {
		padding: 1.5rem 0 0.5rem;
	}

	footer#site-footer .masthead .address ul > li,
	footer#site-footer .masthead .credit-cards ul > li {
		width: 33%;
	}

	footer#site-footer .masthead .logo {
		margin-left: auto;
		margin-right: auto;
		width: 200px;
	}

	#footer-social-navigation-menu li {
		padding: 0 10px;
	}

	#footer-social-navigation-menu li a::before {
		font-size: 1.5rem;
	}

	#got-you-covered .features ul > li {
		width: 40%;
	}

	.guarantee-standards .guarantee-badge {
		float: none;
		margin: 0 auto 1.5rem;
		width: 250px;
	}

	header#page-header {
		overflow: hidden;
	}

	header#page-header .lede h1 {
		font-size: 30px;
	}

	header#page-header .header-hero,
	body.page-expanded-header header#page-header.has-image .header-image {
		right: 0;
		top: 50%;
		transform: translate(25%, -50%);
		width: 30%;
	}

	header#page-header.has-image .lede {
		padding: 3rem 10px;
		width: 85%;
	}

	body.page-expanded-header header#page-header.has-image .lede {
		padding: 2rem 0rem;
		width: 70%;
	}

	header#page-header .lede .hero-statement {
		margin: 0.25rem 0 0;
	}

	header#site-header .container {
		padding: 0;
	}

	header#site-header .franchisee {
		border: 0;
		position: static;
		top: auto;
		width: initial;
	}

	header#site-header .masthead {
		box-shadow: 0 0 30px rgb(0 0 0 / 60%);
		padding: 14px 1rem;
	}

	header#site-header .masthead .logo {
		margin-left: 0;
	}

	#home-intro {
		padding: 1rem 0 1.5rem;
	}

	#home-morrison-difference .features > li {
		padding: 0 10px;
		width: 50%;
	}

	#home-morrison-difference {
		padding: 1rem 1rem;
	}

	#home-morrison-difference .features > li.break {
		width: 100%;
	}

	#home-morrison-difference .features > li > div > strong {
		font-size: 12px;
	}

	#home-morrison-difference .intro {
		padding: 0;
	}

	.home-report-creia {
		margin: 0;
	}

	#home-report-sample {
		text-align: left;
	}

	#home-report-sample h2.text-center {
		text-align: left!important;
	}

	#home-report-sample h2 {
		margin: 0 0 1rem;
	}

	#home-residential-commercial .row > div {
		padding: 0 25px;
	}

	.image-gallery > ul > li {
		width: 50%;
	}

	#mainstage {
		padding-bottom: 2.5rem;
	}

	#mainstage .btn.start {
		background-size: 85%;
		border-width: 5px;
		height: 150px;
		width: 150px;
	}

	#mainstage .btn.start > strong {
		font-size: 15px;
	}

	#mainstage .btn.start > strong > strong {
		display: none;
	}

	#mainstage .btn.start > strong > em {
		margin-top: 10px;
	}

	#mainstage .call-to-action {
		bottom: auto;
		left: 1.5rem;
		margin-top: 0;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
	}

	#mainstage .carousel-indicators {
		bottom: -1.75rem;
		justify-content: center;
		left: 0;
		right: 0;
	}

	#mainstage .carousel-indicators [data-bs-target] {
		height: 18px;
		width: 18px;
	}

	#mainstage .mainstage-overlay {
		padding-top: 0;
		position: static;
	}

	#mainstage .mainstage-overlay .container {
		padding: 0;
	}

	body.home .franchisee h2 {
		font-size: 25px;
	}

	body.home .franchisee strong {
		font-size: 1rem;
	}

	#mainstage .mainstage-overlay .certification {
		left: 20px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 80px;
	}

	#mainstage .mainstage-overlay .certification > div {
		padding: 0;
	}

	#mainstage .mainstage-overlay .franchisee {
		margin: 0;
		padding: 15px 100px;
		width: 100%;
	}

	#mainstage > h1 {
		background: #61192d;
		font-size: 25px;
		margin: 0;
		padding: 1rem 1.5rem;
		position: relative;
	}

	#mobile-trigger {
		right: 1rem;
	}

	.content-search-form,
	.section.intro {
		margin: 0 0 2rem;
	}

	#section-associations {
		padding: 1.5rem 0;
	}

	#section-associations .associations-logos > li {
		padding: 0.5rem 1rem;
	}

	#section-contact {
		background-attachment: scroll;
		margin: 0 0 75px;
	}

	#section-contact a[href^="tel:"] {
		font-size: 40px;
		line-height: 1.2;
	}

	#section-contact > div {
		font-size: 25px;
		line-height: 1.3;
		padding: 1.5rem 2rem 1px;
	}

	header#site-header #menu-utility-menu > li.call > a {
		font-weight: 400;
	}

	.utility-nav ul > li.call > a {
		font-size: 0.9rem;
	}
}


@media screen and (max-width: 480px)
{
	body.home .btn.start {
		height: 150px;
		width: 150px;
	}

	body.home .btn.start > strong {
		font-size: 14px;
	}

	body.home .btn.start > strong > em {
		font-size: 12px;
	}

	#got-you-covered .features ul > li {
		width: 45%;
	}

	.guarantee-standards .guarantee-badge {
		width: 200px;
	}

	#home-morrison-difference .features > li {
		padding: 0 5px;
	}

	#home-morrison-difference .features > li > div > strong {
		font-size: 11px;
	}

	#home-intro .guarantee-badge .badge-image {
		float: none;
		margin: 0 auto 1rem;
		width: 65%;
	}

	.home-report-creia {
		display: block;
	}

	.home-report-creia > div {
		padding: 0;
	}

	.home-report-creia .logo {
		flex: none;
		float: right;
		margin: 0 0 0.5rem 1rem;
	}

	#mainstage .mainstage-overlay .franchisee {
		padding-left: 110px;
		padding-right: 1.5rem;
		text-align: left;
	}

	body.home .franchisee h2 {
		font-size: 20px;
	}

	.row-cta {
		display: flex;
	}

	.cta {
		float: none;
		margin: 0 auto 1rem;
		text-align: center;
	}

	#section-contact {
		margin: 0 0 50px;
	}
	.service-feature.has-image > figure {
		float: none;
		margin: 0 0 1rem;
		text-align: left;
		width: 100%;
	}
}


@media screen and (max-width: 420px)
{
	body.home .btn.start {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	body.home .btn.start > strong {
		font-size: 12px;
		line-height: 1.25;
	}

	body.home .btn.start > strong > em {
		font-size: 10px;
		margin-top: 10px;
		padding: 5px 10px;
	}

	#mainstage .carousel-indicators [data-bs-target] {
		box-shadow: 0 0 4px 0px #000000;
		height: 15px;
		width: 15px;
	}

	footer#site-footer .masthead .address ul > li,
	footer#site-footer .masthead .credit-cards ul > li {
		width: 25%;
	}

	#got-you-covered z ul > li {
		width: 50%;
	}

	header#page-header .lede h1 {
		font-size: 25px;
	}

	header#page-header.has-image .lede {
		width: 90%;
	}

	header#site-header .container {
		padding: 0;
	}

	header#site-header .masthead {
		display: block;
	}

	header#site-header .masthead > .logo {
		flex: none;
		width: 175px;
	}

	#home-morrison-difference {
		padding: 1rem 0;
	}

	#home-morrison-difference .features {
		display: block;
	}

	#home-morrison-difference .features > li {
		margin: 0 auto 1rem;
		width: 60%;
	}

	#home-morrison-difference .features > li > div > strong {
		font-size: 14px;
	}

	#home-report-sample {
		padding: 1rem 0;
	}

	#home-report-sample .logo p {
		margin: 0 0 0.75rem;
	}

	#home-residential-commercial .container {
		padding: 1rem 0 1px;
	}

	#home-residential-commercial .row > div {
		padding: 0 0.5rem;
	}

	#mainstage .btn.start {
		height: 125px;
		width: 125px;
	}

	#mainstage .btn.start > strong {
		font-size: 13px;
	}

	body.home .franchisee h2 {
		background: none;
		border-bottom: 1px solid #a8a8a8;
		padding: 0 0 8px;
	}

	#mainstage > h1 {
		font-size: 1rem;
		line-height: 1.2;
	}
	#mainstage .call-to-action {

		margin: 0;
		padding: 1rem 0;
	}

	#mainstage .mainstage-overlay .certification {
		left: 10px;
		width: 60px;
	}

	#mainstage .mainstage-overlay .franchisee {
		padding: 15px;
		padding-left: 80px;
	}

	#section-contact {
		margin: 0 0 30px;
	}

	#section-contact > div {
		font-size: 1rem;
		line-height: 1.25;
		padding: 1.75rem 2rem 1.5rem;
	}

	#section-contact a[href^="tel:"] {
		font-size: 30px;
	}

	#section-contact p {
		margin: 0 0 0.75rem;
	}
}


@media screen and (max-width: 380px)
{
	body.home .btn.start {
		height: 200px;
		width: 200px;
	}

	body.home .btn.start > strong {
		font-size: 20px;
	}

	body.home .btn.start > strong > em {
		font-size: 18px;
	}

	.col.mainstage-feature-left,
	.col.mainstage-feature-right {
		padding: 10px;
	}

	.cta-overlay > strong {
		white-space: nowrap;
	}

	.cta-overlay > strong::after,
	.btn.start > strong > em::after {
		display: none;
	}

	footer#site-footer .masthead .logo {
		width: 100%;
	}

	#got-you-covered .features ul {
		display: block;
	}

	#got-you-covered .features ul > li {
		margin: 0 auto 1rem;
		width: 60%;
	}

	.guarantee-standards .guarantee-badge {
		width: 200px;
	}

	#home-morrison-difference .features > li {
		width: 70%;
	}

	#section-contact {
		margin: 0 0 15px;
	}
}


@media screen and (max-width: 320px)
{
	body.home .btn.start {
		height: 150px;
		width: 150px;
	}

	body.home .btn.start > strong {
		font-size: 15px;
	}

	body.home .btn.start > strong > em {
		font-size: 13px;
	}

	#got-you-covered .features ul > li {
		width: 85%;
	}

	.guarantee-standards .guarantee-badge {
		width: 100%;
	}

	#home-morrison-difference .features > li {
		width: 80%;
	}

	.home-report-creia .logo {
		float: none;
		margin: 0 0 1rem;
		text-align: center;
	}

	#section-contact {
		margin: 0;
	}
}


/* ANIMATION STYLES
====================================== */
.hide,
.fade-hidden {
	opacity: 0;
}

.fade-in-element {
	opacity: 0;
	position: relative;
}

.fade-in.fade-in-element {
	animation: fade-in 0.5s forwards;
	left: 0;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-from-bottom {
	from {
		opacity: 0;
		top: 2rem;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@keyframes fade-from-left {
	from {
		left: -2rem;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes fade-from-right {
	from {
		left: 2rem;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes fade-from-top {
	from {
		opacity: 0;
		top: -2rem;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

.fade-from-bottom.fade-in-element {
	animation: fade-from-bottom 0.5s forwards;
	top: 0;
}

.fade-from-left.fade-in-element,
article .row.lg > div.right .fade-from-left.fade-in-element {
	animation: fade-from-left 0.5s forwards;
	left: 0;
}

.fade-from-right.fade-in-element {
	animation: fade-from-right 0.5s forwards;
	left: 0;
}

.fade-from-top.fade-in-element {
	animation: fade-from-top 0.5s forwards;
	top: 0;
}

/* TWO COLUMNS - STAGGERED REVEAl */
.reveal-2 > *:nth-child(2) .fade-in-element,
.reveal-2 > *:nth-child(2n+2) .fade-in-element {
	animation-delay: 0.2s;
}

/* THREE COLUMNS - STAGGERED REVEAl */
.reveal-3 > *:nth-child(2) .fade-in-element,
.reveal-3 > *:nth-child(3n+2) .fade-in-element {
	animation-delay: 0.3s;
}

.reveal-3 > *:nth-child(3) .fade-in-element,
.reveal-3 > *:nth-child(3n+3) .fade-in-element {
	animation-delay: 0.6s;
}

/* FOUR COLUMNS - STAGGERED REVEAl */
.reveal-4 > *:nth-child(2) .fade-in-element,
.reveal-4 > *:nth-child(4n+2) .fade-in-element {
	animation-delay: 0.1s;
}

.reveal-4 > *:nth-child(3) .fade-in-element,
.reveal-4 > *:nth-child(4n+3) .fade-in-element {
	animation-delay: 0.2s;
}

.reveal-4 > *:nth-child(4) .fade-in-element,
.reveal-4 > *:nth-child(4n+4) .fade-in-element {
	animation-delay: 0.3s;
}

/* FIVE COLUMNS - STAGGERED REVEAl */
#home-morrison-difference .features  > *:nth-child(2) .fade-in-element,
.covered-features > *:nth-child(2) .fade-in-element,
.covered-features > *:nth-child(5n+2) .fade-in-element,
.reveal-5 > *:nth-child(2) .fade-in-element,
.reveal-5 > *:nth-child(5n+2) .fade-in-element {
	animation-delay: 0.15s;
}

#home-morrison-difference .features  > *:nth-child(3) .fade-in-element,
.covered-features > *:nth-child(3) .fade-in-element,
.covered-features > *:nth-child(5n+3) .fade-in-element,
.reveal-5 > *:nth-child(3) .fade-in-element,
.reveal-5 > *:nth-child(5n+3) .fade-in-element {
	animation-delay: 0.3s;
}

#home-morrison-difference .features  > *:nth-child(5) .fade-in-element,
.covered-features > *:nth-child(4) .fade-in-element,
.covered-features > *:nth-child(5n+4) .fade-in-element,
.reveal-5 > *:nth-child(4) .fade-in-element,
.reveal-5 > *:nth-child(5n+4) .fade-in-element {
	animation-delay: 0.45s;
}

#home-morrison-difference .features  > *:nth-child(6) .fade-in-element,
.covered-features > *:nth-child(5) .fade-in-element,
.covered-features > *:nth-child(5n+5) .fade-in-element,
.reveal-5 > *:nth-child(5) .fade-in-element,
.reveal-5 > *:nth-child(5n+5) .fade-in-element {
	animation-delay: 0.6s;
}

/* SIX COLUMNS - STAGGERED REVEAl */
.reveal-6 > *:nth-child(2) .fade-in-element,
.reveal-6 > *:nth-child(6n+2) .fade-in-element {
	animation-delay: 0.1s;
}

.reveal-6 > *:nth-child(3) .fade-in-element,
.reveal-6 > *:nth-child(6n+3) .fade-in-element {
	animation-delay: 0.2s;
}

.reveal-6 > *:nth-child(4) .fade-in-element,
.reveal-6 > *:nth-child(6n+4) .fade-in-element {
	animation-delay: 0.3s;
}

.reveal-6 > *:nth-child(5) .fade-in-element,
.reveal-6 > *:nth-child(6n+5) .fade-in-element {
	animation-delay: 0.4s;
}

.reveal-6 > *:nth-child(6) .fade-in-element,
.reveal-6 > *:nth-child(6n+6) .fade-in-element {
	animation-delay: 0.5s;
}


/* SIX COLUMNS - STAGGERED REVEAl */
.reveal-7 > *:nth-child(2) .fade-in-element,
.reveal-7 > *:nth-child(7n+2) .fade-in-element {
	animation-delay: 0.1s;
}

.reveal-7 > *:nth-child(3) .fade-in-element,
.reveal-7 > *:nth-child(7n+3) .fade-in-element {
	animation-delay: 0.2s;
}

.reveal-7 > *:nth-child(4) .fade-in-element,
.reveal-7 > *:nth-child(7n+4) .fade-in-element {
	animation-delay: 0.3s;
}

.reveal-7 > *:nth-child(5) .fade-in-element,
.reveal-7 > *:nth-child(7n+5) .fade-in-element {
	animation-delay: 0.4s;
}

.reveal-7 > *:nth-child(6) .fade-in-element,
.reveal-7 > *:nth-child(7n+6) .fade-in-element {
	animation-delay: 0.5s;
}

.reveal-7 > *:nth-child(7) .fade-in-element,
.reveal-7 > *:nth-child(7n+7) .fade-in-element {
	animation-delay: 0.6s;
}


@media screen and (max-width: 1199px)
{
	article .row.xl > div.right .fade-from-left.fade-in-element {
		animation: fade-from-right 0.5s forwards;
		left: 0;
	}

	.fade-from-left.fade-in-element.xl,
	.fade-from-right.fade-in-element.xl {
		animation: fade-from-bottom 0.5s forwards;
		left: 0;
	}
}


@media screen and (max-width: 992px)
{
	article .row.lg > div.right .fade-from-left.fade-in-element {
		animation: fade-from-right 0.5s forwards;
		left: 0;
	}

	.fade-from-left.fade-in-element.lg,
	.fade-from-right.fade-in-element.lg {
		animation: fade-from-bottom 0.5s forwards;
		left: 0;
	}
}


@media screen and (max-width: 880px)
{
	.covered-features > *:nth-child(5n+2) .fade-in-element,
	.covered-features > *:nth-child(5n+3) .fade-in-element,
	.covered-features > *:nth-child(5n+4) .fade-in-element,
	.covered-features > *:nth-child(5) .fade-in-element,
	.covered-features > *:nth-child(5n+5) .fade-in-element {
		animation-delay: 0s;
	}

	.covered-features > *:nth-child(2) .fade-in-element,
	.covered-features > *:nth-child(4n+2) .fade-in-element {
		animation-delay: 0.2s;
	}

	.covered-features > *:nth-child(3) .fade-in-element,
	.covered-features > *:nth-child(4n+3) .fade-in-element {
		animation-delay: 0.4s;
	}

	.covered-features > *:nth-child(4) .fade-in-element,
	.covered-features > *:nth-child(4n+4) .fade-in-element {
		animation-delay: 0.6s;
	}

	@keyframes fade-in {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	@keyframes fade-from-bottom {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	@keyframes fade-from-left {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	@keyframes fade-from-right {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	@keyframes fade-from-top {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
}


@media screen and (max-width: 767px)
{
	article .row.md > div.right .fade-from-left.fade-in-element {
		animation: fade-from-right 0.5s forwards;
		left: 0;
	}

	.covered-features > *:nth-child(4n+2) .fade-in-element,
	.covered-features > *:nth-child(4n+3) .fade-in-element,
	.covered-features > *:nth-child(4n+4) .fade-in-element {
		animation-delay: 0s;
	}

	.covered-features > *:nth-child(2) .fade-in-element,
	.covered-features > *:nth-child(3n+2) .fade-in-element {
		animation-delay: 0.2s;
	}

	.covered-features > *:nth-child(3) .fade-in-element,
	.covered-features > *:nth-child(3n+3) .fade-in-element {
		animation-delay: 0.4s;
	}

	.fade-from-left.fade-in-element.md,
	.fade-from-right.fade-in-element.md {
		animation: fade-from-bottom 0.5s forwards;
		left: 0;
	}
}


@media screen and (max-width: 575px)
{
	.covered-features > *:nth-child(3n+2) .fade-in-element,
	.covered-features > *:nth-child(3n+3) .fade-in-element {
		animation-delay: 0s;
	}

	.covered-features > *:nth-child(2) .fade-in-element,
	.covered-features > *:nth-child(2n+2) .fade-in-element {
		animation-delay: 0.2s;
	}

	article .row.xl > div.right .fade-from-left.fade-in-element,
	article .row.lg > div.right .fade-from-left.fade-in-element,
	article .row.md > div.right .fade-from-left.fade-in-element,
	article .row.sm > div.right .fade-from-left.fade-in-element,
	.fade-from-bottom.fade-in-element,
	.fade-from-left.fade-in-element,
	.fade-from-right.fade-in-element,
	.fade-from-top.fade-in-element {
		animation: fade-in 0.5s forwards;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
	}

	header#page-header .header-hero .fade-from-right.fade-in-element {
		animation: fade-from-right 0.5s forwards;
	}

	#home-morrison-difference .features  > *:nth-child(1) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(2) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(3) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(5) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(6) .fade-in-element {
		animation: fade-in 0.5s forwards;
	}

	#home-morrison-difference .features  > *:nth-child(2) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(3) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(5) .fade-in-element,
	#home-morrison-difference .features  > *:nth-child(6) .fade-in-element,
	.reveal-2 > *:nth-child(2) .fade-in-element,
	.reveal-2 > *:nth-child(2n+2) .fade-in-element,
	.reveal-3 > *:nth-child(2) .fade-in-element,
	.reveal-3 > *:nth-child(3n+2) .fade-in-element,
	.reveal-3 > *:nth-child(3) .fade-in-element,
	.reveal-3 > *:nth-child(3n+3) .fade-in-element,
	.reveal-4 > *:nth-child(2) .fade-in-element,
	.reveal-4 > *:nth-child(4n+2) .fade-in-element,
	.reveal-4 > *:nth-child(3) .fade-in-element,
	.reveal-4 > *:nth-child(4n+3) .fade-in-element,
	.reveal-4 > *:nth-child(4) .fade-in-element,
	.reveal-4 > *:nth-child(4n+4) .fade-in-element,
	.reveal-5 > *:nth-child(2) .fade-in-element,
	.reveal-5 > *:nth-child(5n+2) .fade-in-element,
	.reveal-5 > *:nth-child(3) .fade-in-element,
	.reveal-5 > *:nth-child(5n+3) .fade-in-element,
	.reveal-5 > *:nth-child(4) .fade-in-element,
	.reveal-5 > *:nth-child(5n+4) .fade-in-element,
	.reveal-5 > *:nth-child(5) .fade-in-element,
	.reveal-5 > *:nth-child(5n+4) .fade-in-element,
	.reveal-6 > *:nth-child(2) .fade-in-element,
	.reveal-6 > *:nth-child(6n+2) .fade-in-element,
	.reveal-6 > *:nth-child(3) .fade-in-element,
	.reveal-6 > *:nth-child(6n+3) .fade-in-element,
	.reveal-6 > *:nth-child(4) .fade-in-element,
	.reveal-6 > *:nth-child(6n+4) .fade-in-element,
	.reveal-6 > *:nth-child(5) .fade-in-element,
	.reveal-6 > *:nth-child(6n+5) .fade-in-element,
	.reveal-6 > *:nth-child(6) .fade-in-element,
	.reveal-6 > *:nth-child(6n+6) .fade-in-element,
	.reveal-7 > *:nth-child(2) .fade-in-element,
	.reveal-7 > *:nth-child(7n+2) .fade-in-element,
	.reveal-7 > *:nth-child(3) .fade-in-element,
	.reveal-7 > *:nth-child(7n+3) .fade-in-element,
	.reveal-7 > *:nth-child(4) .fade-in-element,
	.reveal-7 > *:nth-child(7n+4) .fade-in-element,
	.reveal-7 > *:nth-child(5) .fade-in-element,
	.reveal-7 > *:nth-child(7n+5) .fade-in-element,
	.reveal-7 > *:nth-child(6) .fade-in-element,
	.reveal-7 > *:nth-child(7n+6) .fade-in-element,
	.reveal-7 > *:nth-child(7) .fade-in-element,
	.reveal-7 > *:nth-child(7n+7) .fade-in-element {
		animation-delay: 0s;
	}
}


/* PRIMARY NAVIGATION MENU */
@keyframes nav-grow-down {
	0% {
		transform: scaleY(0)
	}
	80% {
		transform: scaleY(1.1)
	}
	100% {
		transform: scaleY(1)
	}
}

@keyframes nav-grow-out {
	0% {
		transform: scaleX(0)
	}
	80% {
		transform: scaleX(1.1)
	}
	100% {
		transform: scaleX(1)
	}
}