/*
Theme Name: DD
Author: Affinitiv
Author URI: https://affinitiv.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;800&display=swap');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {height: 100%}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 100%;
} 

sup { vertical-align: top; position: relative; top: -0.35em; }

strong {font-weight: bold;}

:root {
	--lightgrey: #fff;
/*	--lightgrey: #eee;*/
	--light: #808080;
	--dark: #222;
	--yellow: #F0B323;
	--white: #FFFFFF;
	--black: #000;
	--alert: #cc0000;
	--blue: #60a3ef;
	--darkblue: #00205c;
}
h1 {
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

h2 {
	font-size: 56px;
	font-family: 'Arial Black', Gadget, sans-serif;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 32px;
}
p {
	margin: 0 0 20px;
}
.align-center {
	text-align: center;
}

.main-container * {box-sizing:border-box;}

.landing-page-header {
	background-image: url(img/hp-header-img.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 720px;
}

.holiday-name {
    display: block !important;
    width: 100%;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}

.module-page-header {
	background-image: url(img/hp-header-img.jpg);
    background-color: var(--lightgrey);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.module-page-header h1 {
	font-size: 60px;
	font-weight: bold;
	color: var(--white);
	padding-top: 160px;
}

.page-template-page-sales-marketing .module-page-header {
	text-align: center;
}


.module-page-header p {
	font-size: 18px;
	color: var(--white);
	font-weight: 500;
}

.module-page-header h3 {
	font-size: 24px;
	color: var(--white);
	margin-top: 50px;
	font-weight: 300;
}

section.module-page-header img {
    padding: 40px 20px;
}

.max-width-wrap {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}

.module-page-header .headimgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    padding: 4rem 1rem 2rem;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
}
.module-page-header .headimgs img {
	width: 100%;
	max-width: 460px;
    margin: 0 auto;
}

@media only screen and (max-width:680px) {
.module-page-header .headimgs {grid-template-columns: repeat(1, 1fr);}
}

.card-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}

.module-page-copy {padding:0 1rem;}

.landing-page-copy h2 {
	margin: 90px 0 20px;
	text-transform: uppercase;
	line-height: 100%;
	color: var(--dark);
}

.landing-page-copy h4 {
	color: var(--dark);
	padding-bottom: 50px;
}
.module {
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-color: var(--yellow);
	background-size: cover;
    width: 100%;
    min-height: 957px;
}

.module h1 {
	color: var(--black);
	line-height: 100%;
	padding: 270px 0 30px;
	text-transform: uppercase;
}

.page-id-51 .module h1, 
.page-id-51 .module h3, 
.page-id-51 .module p {
	color: var(--white);
}

.module h3 {
	color: var(--black);
	padding-bottom: 30px;
}

.module p {
	color: var(--black);
}

.page-id-42 .module h3,
.page-id-42 .module p {
	color: var(--white);
}

.module-1 {
	background-image: url(img/module-1.jpg);
}

.module-2 {
	background-image: url(img/module-2.jpg);
}

.top-nav {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	overflow: hidden;
	text-align: center;
}

.top-nav img {
	width: 168px;
	height: 36px;
	margin: 20px auto;
}

#dealer_info_background {
	opacity: 1 !important;
}

/*
.top-nav.sticky {
	position: fixed;
	top: 0;
}
*/

/*
.top-nav.sticky::after {
	background: -moz-linear-gradient(180deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 38%, rgba(0,212,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 38%, rgba(0,212,255,0) 100%);
    background: linear-gradient(180deg, rgba(38,38,38,1) 0%, rgba(38,38,38,1) 38%, rgba(0,212,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262626",endColorstr="#00d4ff",GradientType=1);
}
*/


.top-nav::before {
	content: "";
	position: absolute;
	width: 100%;
	min-height: 50vh;
	top: 86px;
	background-color: var(--white);
}

.top-nav-wrap li:first-child,
.top-nav-wrap li:nth-child(4n),
.top-nav-wrap li:nth-child(6n) {
	display: none;
}
.footer-nav-wrap li:first-child,
.footer-nav-wrap li:nth-child(4n),
.footer-nav-wrap li:nth-child(6n) {
	display: none;
}

.grid-icon::after {
	display: none;
}

.top-nav ul.top-nav-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
    z-index: 2;
}

ul.top-nav-wrap a {
	text-decoration: none;
}

ul.top-nav-wrap li > a {
	text-transform: uppercase;
	color: var(--white);
	display: block;
	padding: 20px 15px;
}

ul.top-nav-wrap li > a.active {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

ul.top-nav-wrap li > a:hover {
	background: rgba(0, 0, 0, 0.8);
}

.sticky ul.top-nav-wrap li > a.active::after {
	top: 0;
}

ul.top-nav-wrap li > a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: var(--white);
}

.top-subnav-wrap li:hover {
	
}

ul.top-nav-wrap .top-subnav-wrap li > a {
	text-transform: none;
	color: var(--dark);
	font-size: 12px;
	padding: 0; 
	position: relative;
	display: block;
	height: 42px;
	line-height: 42px;
	text-indent: 15px;
}

ul.top-nav-wrap .top-subnav-wrap li > a:hover {
	background-color: var(--lightgrey);	
}

.top-subnav-wrap li {
}

.top-subnav-wrap li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
}

.top-subnav-wrap {
	position: relative;
    top: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 3s;
    z-index: 0;
	padding: 0 0 50px 0;
	display: none;
}

.grid-icon .bar1, 
.grid-icon .bar2, 
.grid-icon .bar3 {
	width: 16px;
	height: 3px;
	background-color: var(--white);
	margin: 5px 30px;
	transition: 0.4s;
}

.grid-icon.active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-3px, 7px);
	transform: rotate(-45deg) translate(-4px, 7px);
}

.grid-icon.active .bar2 {opacity: 0;}

.grid-icon.active .bar3 {
	-webkit-transform: rotate(45deg) translate(-3px, -7px);
	transform: rotate(45deg) translate(-4px, -7px);
}

.footer-copy {
	background: var(--black);
	color: var(--white);
	padding: 25px 0;
}

.footer-copy a {
	color: var(--yellow);
	text-decoration: none;
}

.footer-nav {
	background-color: var(--dark);
}

.footer-nav a.active {
	font-size: 20px;
	font-weight: bold;
}

.footer-nav a.active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: var(--white);
}

.footer-nav a {
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
    padding: 20px 15px;
	position: relative;
}

.footer-nav a:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.footer-subnav-wrap a {
	text-transform: none;
}

.footer-subnav-wrap a:hover {
	background-color: var(--black);
}

.footer-nav-wrap {
	display: flex;
    justify-content: space-between;
}

.wp-block-button__link {
	text-transform: uppercase;
	font-weight: bold;
}

.module-search-box, .nc-filter-box, .module-page-copy {background-color: var(--lightgrey);}

.module-search-box .max-width-wrap {
	padding: 25px 0 50px;
	display: flex;
	justify-content: space-between;
}

.sales-gallery li.show {
	display: block !important;
}

.sales-gallery {
	display: flex;
	flex-wrap: wrap;
}

.sales-gallery li {
	width: 300px;
	margin: 0 15px 40px 15px;
	background: var(--white);
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.23); 
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.23);
	border: 1px solid #eee;
}

.sales-gallery h4 {
	font-size: 20px;
	padding: 20px 10px 5px 10px;
}

.sales-gallery-thmb {
	text-align: center;
	height: 300px;
}

.sales-gallery-thmb img {
	width: 100%;
	height: auto;
}

.sales-gallery-view-more-icons {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: var(--lightgrey);
}

.sales-gallery-view-more {
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: var(--yellow);
	text-decoration: underline;
	line-height: 34px;
}

.sales-gallery-icons {
	display: block;
	width: 120px;
	height: 34px;
	background: url(img/email-print-ico2.png) 0 0 no-repeat transparent;
}

.sales-gallery-icons.email-print {
	background-position: 0 -34px;
}

.sales-gallery-icons.email-threefold {
	background-position: 0 -68px;
}

.sales-gallery-icons.print-threefold {
	background-position: 0 -102px;
}

.sales-gallery-icons.email {
	background-position: 0 -136px;
}

.sales-gallery-icons.print {
	background-position: 0 -170px;
}

.sales-gallery-icons.threefold {
	background-position: 0 -204px;
}

.popup-screen {
	width: 100%;
	max-width: 648px;
	background: var(--white);
}

.popup-screen header {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.popup-screen footer {
	padding: 20px;
}

.popup-screen .top-header-left {
	font-size: 24px;
}

.popup-screen .top-header-left span {
	color: var(--lightgrey);
}

.top-header-right {
	font-size: 15px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

.image-preview {
	background: var(--lightgrey);
}

.image-preview img {
	width: 100%;
	height: auto;
	display: none;
}

.image-preview img.active {
	display: block;
}

.popup-content {
	padding: 20px;
	text-align: center;
}

.popup-content span {
	display: none;
}

.popup-content span.active {
	display: block;
}

.image-preview-toggle {
	display: flex;
	justify-content: center;
}

.image-preview-icon {
	text-align: center;
}

.image-preview-ico {
	width: 34px;
	height: 34px;
	background: url(img/email-print-ico2.png) 0 0 no-repeat transparent;
	cursor: pointer;
	margin: 0 20px 20px 20px;
	display: inline-block;
}
.image-preview-ico.print {
	background-position: -43px 0;
}

.image-preview-ico.threefold {
	background-position: -86px 0;
}

.image-preview-ico.active {
	opacity: 0.24;
}

.image-preview-ico:hover {
	opacity: 0.24;
}

.nc-ico {
	display: inline-block;
	margin-right: 20px;
	width: 28px;
	height: 28px;
	background-image: url(img/nc-icons.png);
	background-position: 0 0;
}

.nc-all {
	background-position:  -122px 0;
}
.nc-view-retailer {
	background-position:  -40px 0;
}
.nc-customer {
	background-position:  -83px 0;
}

.nc-filter-box div {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--darkblue);
	cursor: pointer;
}

.nc-filter-box div span {
	display: flex;
    align-items: center;
}

.nc-filter-box .max-width-wrap {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.nc-page-copy {
	background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(142,142,142,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(142,142,142,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(142,142,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#8e8e8e",GradientType=1);
}

.nc-page-copy .max-width-wrap {
	background: url(img/nc-bg.png) 0 0 no-repeat transparent;
	min-height: 1045px;
	margin-top: 40px;
	overflow: hidden;
}

.nc-email-content {
	margin: 52px 53px 0 53px;
	overflow: hidden;
	overflow-y: scroll;
	height: 647px;
	position: relative;
}

.tooltip {
	position: absolute;
    width: 205px;
    background: var(--white);
    padding: 10px;
	top: 0;
}

.tooltip h4 {
	font-size: 18px;
	font-weight: bold;
}

.tooltip p {
	margin: 0;
	font-size: 12px;
}

.tooltip-arrow-right::before {
	content: "";
    position: absolute;
    top: 40px;
    right: -30px;
    z-index: 111111;
    border: solid 15px transparent;
    border-left-color: var(--white);
}

.tooltip-arrow-left {
	right: 0;
}

.tooltip-arrow-left::before {
	content: "";
    position: absolute;
    top: 40px;
    left: -30px;
    z-index: 111111;
    border: solid 15px transparent;
    border-right-color: var(--white);
}

.tooltip-1 {top: 20px;}
.tooltip-2 {top: 20px;}
.tooltip-3 {top: 142px;}
.tooltip-3.tooltip-arrow-right::before {
	top: 0;
}
.tooltip-4 {top: 250px;}
.tooltip-5 {top: 478px;}
.tooltip-6 {top: 552px;}
.tooltip-7 {top: 680px;}
.tooltip-8 {top: 1005px;}
.tooltip-9 {top: 1455px;}
.tooltip-10 {top: 1455px;}
.tooltip-11 {top: 1755px;}
.tooltip-12 {top: 2055px;}
.tooltip-13 {top: 2155px;}
.tooltip-14 {top: 2495px;}
.tooltip-15 {top: 2695px;}
.tooltip-16 {top: 2795px;}
.tooltip-17 {top: 3066px;}
.tooltip-18 {top: 3513px;}
.tooltip-19 {top: 3996px;}
.tooltip-20 {top: 4206px;}
.tooltip-21 {top: 5031px;}
.tooltip-22 {top: 5472px;}
.tooltip-23 {top: 5563px;}

.service-gallery h4 {
	padding: 0;
	margin: 20px 10px 0 10px;
	overflow: hidden;
    white-space: nowrap;
}

.sr-gallery-date {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
}

.service-gallery-view-more {
	color: var(--black);
}

.pop-img-wrap {
	height: 450px;
    overflow: hidden;
    overflow-y: scroll;
}

.offers-wrap {
	background: var(--white);
}

.offers-nav {
	display: flex;
	justify-content: center;
}

.offers-nav {
	padding: 20px 0;
}

.offers-nav a {
	padding: 20px;
	color: var(--lightgrey);
	font-weight: bold;
	text-decoration: none;
}

.offers-nav a.pop-offer-active {
	background: var(--darkblue);
	color: var(--white);
}

.offers-content-wrap {
	display: none;
	font-size: 14px;
	margin: 0 20px;
}

.offers-content-wrap.pop-offer-active {
	display: block;
}

.offers-content-wrap span {
	font-size: 16px;
	font-weight: bold;
}

.offers-content-wrap li {
	padding: 20px;
}

.offers-content-wrap li:nth-child(odd) {
	background: var(--lightgrey);
}

.popup-screen-service.popup-screen footer {
	background: var(--lightgrey);
	padding: 0 20px;
	overflow: hidden;
}

.service-module-page {
background-color: var(--lightgrey);
background-size: 100% 4.06em;
background-image: -webkit-linear-gradient(0deg, transparent 79px, var(--darkblue) 79px, var(--darkblue) 81px, transparent 81px),
                  -webkit-linear-gradient(#eee .05em, transparent .05em);
background-image: -moz-linear-gradient(0deg, transparent 79px, var(--darkblue) 79px, var(--darkblue) 81px, transparent 81px),
                  -moz-linear-gradient(#eee .05em, transparent .05em);
background-image: linear-gradient(90deg, transparent 159px, var(--darkblue) 159px, var(--darkblue) 161px, transparent 161px),
                  linear-gradient(#eee .05em, transparent .05em);
	position: relative;
}

.side-rule {
	position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 134px;
    background-color: transparent;
background-size: 100% 28.42em;
background-image: -webkit-linear-gradient(0deg, transparent 79px, var(--darkblue) 79px, var(--darkblue) 81px, transparent 81px),
                  -webkit-linear-gradient(var(--darkblue)  .05em, transparent .05em);
background-image: -moz-linear-gradient(0deg, transparent 79px, var(--darkblue) 79px, var(--darkblue) 81px, transparent 81px),
                  -moz-linear-gradient(var(--darkblue)  .05em, transparent .05em);
background-image: linear-gradient(90deg, transparent 159px, var(--darkblue) 159px, var(--darkblue) 161px, transparent 161px),
                  linear-gradient(var(--darkblue)  .05em, transparent .05em)
	
}

.side-rule::before {
	content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    left: 27px;
    top: 0;
	background-color: transparent;
background-size: 100% 4.06em;
background-image: -webkit-linear-gradient(0deg, transparent 79px, var(--darkblue) 79px, var(--darkblue) 81px, transparent 81px),
                  -webkit-linear-gradient(var(--darkblue)  .05em, transparent .05em);
background-image: -moz-linear-gradient(0deg, transparent 79px, var(--darkblue) 79px, var(--darkblue) 81px, transparent 81px),
                  -moz-linear-gradient(var(--darkblue)  .05em, transparent .05em);
background-image: linear-gradient(90deg, transparent 159px, var(--darkblue) 159px, var(--darkblue) 161px, transparent 161px),
                  linear-gradient(var(--darkblue)  .05em, transparent .05em)
}

.side-rule .side-months li {
	position: absolute;
    left: 52px;
    top: 0;
	color: var(--darkblue);
	font-size: 14px;
	margin-top: -8px;
	background: var(--lightgrey);
	padding: 0 10px;
	margin-left: -3px;
}
.side-rule .side-quarter li {
	position: absolute;
    left: -36px;
    top: 0;
	color: var(--darkblue);
	font-size: 14px;
	margin-top: -22px;
	background: var(--lightgrey);
	padding: 0 10px;
	margin-left: -3px;
	text-align: center;
}

.side-rule .side-quarter li span {
	font-size: 22px;
	font-weight: bold;
}

#dealer_info {
    width: 100%;
    max-width: 510px;
    background: var(--lightgrey);
}

.dealer_info_wrpap header {
	display: flex;
    justify-content: space-between;
    padding: 10px;
    background: url(img/user-ico.png) 10px 10px no-repeat var(--white);
	filter: grayscale(100%);
	align-items: center;
}

.dealer_info_wrpap header div:first-child {
	padding-left: 55px;
	font-size: 24px;
}

.dealer_info_wrpap main {
	padding: 15px 10px;
}

.dealer-info-type {
	font-size: 14px;
	margin-bottom: 10px;
}

.dealer-info-type span {
	font-weight: bold;
	font-size: 16px;
}

.dealer_info_wrpap form label {
	text-transform: uppercase;
	font-size: 16px;
	color: var(--darkblue);
}

.dealer-info-submit {
	padding: 20px 0;
}

.dealer-info-submit button {
	width: 100%;
	border: 0;
	background: var(--yellow);
	font-size: 16px;
	font-weight: bold;
	color: var(--white);
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.23);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.23);
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}

.dealer-info-submit button:focus {
	outline: none;
}

.page-template-page-service-marketing .module-page-header h1 {
	color: var(--white);
}
.page-template-page-service-marketing .module-page-header h3 {
	color: var(--white);
}

.conten-wrap {
	width: 100%;
	max-width: 700px;
}

body.page-id-6819 {
    background: url(img/HOL22_BG.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.module-home-body {
	max-width: 1280px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: space-between;
/*	justify-content: space-evenly;*/
	height: 100%;
	align-items: center;
	color: var(--white);
	text-align: center;
	
	

}

body {
	position: relative;
	overflow-y: scroll;
    overflow-x: hidden;
}

.module-home-body section {
	position: relative;
	z-index: 1;
}

.card-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}

.results-header {
	color: var(--white);
}

.top-home h1,
.results-header h1 {
	width: 213px;
	height: 69px;
	background: url(img/HOL22_Aff_Lockup.png) no-repeat center center; 
	text-indent: -9999px;
	margin: 20px auto 0 auto;
	padding: 0;
}

.top-home h2,
.results-header h2 {
	font-size: 62px;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0
}

.top-home p {
	font-size: 25px;
}

.home-btn {
	width: 283px;
	height: 60px;
	cursor: pointer;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
	background: url(img/CTA_OrderNow.png) no-repeat center center; 
}

.btm-home {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	flex-direction: row;
	width: 100%;
}

.btm-col:first-child {
	text-align: left;
	margin-top: 170px;
	width: 395px;
}
.btm-col:last-child {
	text-align: right;
	margin-top: 170px;
	width: 395px;
}

.btm-col-center.btm-col {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.btm-col h3 {
	text-transform: uppercase;
	font-weight: 300;
}

.btm-col em {
	font-style: italic;
}

.btm-col a {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--yellow);
}

.home-footer.inner-page {
	margin-top: 40px;
	background: var(--black);
	padding: 15px 0;
}

.home-footer {
	font-size: 14px;
	color: var(--white);
	text-align: center;
	margin: 0 0 20px 0;
}

.home-footer a {
	color: var(--yellow);
}

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

.inner-nav {
	text-align: center;
	overflow: hidden;
	padding-top: 40px;
}

.inner-nav a {
	color: var(--yellow);
	text-transform: uppercase;
	font-weight: bold;
}

.inner-nav p {
	margin-top: 20px;
}































