/*

ACCENT BLUE: 		 rgb(11,30,212)
ILLUMINATE YELLOW:   rgb(236,177,9)
INDUSTRIAL SHADE:    rgb(36,39,60)
COOL STEEL:        	 rgb(91,93,109)
LIGHTER GREY:	     rgb(233,233,235)
LIGHTEST GREY:	     rgb(244,244,245)

*/

/* ########## CORE STYLES ########## */

body {
	margin: 0;
	padding: 0;
    font-family: 'greycliff-cf', sans-serif;
	color: rgb(91,93,109);
	overflow-x: hidden;
	background:	rgb(255,255,255);
	background-size: contain;
}

body.inside {
	background: url('../images/bg-page.jpg') no-repeat;
	background-size: auto;
	background-position: top left;
}
.wrapper {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}


.content-block {
    margin: 4em 0;
    position: relative;
    z-index: +2;
}

/* ########## TYPOGRAPHY STYLES ########## */

a {
	color: rgb(0,131,202);
    text-decoration: none;
}

a:hover {
	color: rgb(236,177,9);
    text-decoration: underline;
}
.btn:hover {
    text-decoration: none !important;
}

.huge-link {
    font-size: 2rem;    
}

.link-external,
.link-more {
    font-weight: 600;
    color: rgb(11,30,212);
    position: relative;
    margin: 1em 1em 1em 0;
    padding: 0 2em 0 0;
    display: inline-block;
    font-family: 'greycliff-cf', sans-serif;
    font-size: 1rem;
}

.link-external:hover,
.link-more:hover {
    color: rgb(236,177,9) !important;
    text-decoration: none !important;
}

.link-more.ghost {
    color: rgb(255,255,255);
}

.link-more.ghost:hover {
    color: rgb(255,255,255);
}

.link-more.ghost:hover:before {
   background: rgb(255,255,255); 
}

.link-more:after {
    display: block;
    right: 5%;
    font-weight: 300;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    top:25%;
    margin-left: 0;
    transition: all .25s;
}

.link-external:after {
    display: block;
    right: 5%;
    font-weight: 300;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    top:20%;
    margin-left: 0;
    transition: all .25s;
}

.link-external:hover:after,
.link-more:hover:after {
    right: 0;
}

button.link {
	background: none;
	border: none;
    font-weight: 600;
    color: rgb(255,255,255);
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: 'greycliff-cf', sans-serif;
    font-size: 1rem;
	cursor: pointer;
}

button.link:hover {
	color: rgb(236,177,9);
}

.btn-arrow {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-arrow:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}

.btn-external {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-external:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}


.text-dark {
    color: rgb(36,39,60) !important;  
}
 
.text-neutral {
    color: rgb(91,93,109) !important;  
}

.text-brand {
    color: rgb(236,177,9) !important;	
}

.text-highlight,
.text-accent {
    color: rgb(11,30,212) !important;	
}

.text-muted {
	color: rgba(91,93,109,0.5) !important;
}

.btn {
	font-family: 'greycliff-cf', sans-serif; 
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 1rem !important;
    border-radius: 0 !important;
}

.lead {
	font-family: 'greycliff-cf', sans-serif;
    font-weight: 100 !important;
    font-size: 1.4rem !important;
}

.text-plain,
.font-plain {
	font-family: 'greycliff-cf', sans-serif;
}

.font-brand {
	font-family: 'greycliff-cf', sans-serif !important;
}

.uppercase {
	text-transform: uppercase;	
}

.lead strong {
    font-weight: 500;
}

strong.label {
	color: rgb(36,39,60);
	font-size: 1rem;
}

.quick-fade-1 {
    opacity: 0.75;   
}

.quick-fade-2 {
    opacity: 0.5;   
}

.quick-fade-3 {
    opacity: 0.25;   
}

a.quick-fade-1:hover,
a.quick-fade-2:hover,
a.quick-fade3:hover {
    opacity: 1;    
}

h1,h2 {
	font-family: 'greycliff-cf', sans-serif; 
	font-weight: 900;
    color: rgb(36,39,60);
}

h3,h4 {
	font-family: 'greycliff-cf', sans-serif; 
	font-weight: 900;
    color: rgb(36,39,60);
}

h5,h6 {
	font-family: 'greycliff-cf', sans-serif; 
	font-weight: 700;
    color: rgb(36,39,60);
}

.badge {
    white-space: normal !important;
	border-radius: 0.3rem !important;
	color: rgba(91,93,109,0.75) !important;
	font-size: 0.75rem !important;
	margin: 0.25rem 0.25rem 0.25rem 0;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    color: inherit;
}

.alert ul,
.alert ol {
    padding: 0 1em;
}

h1 .fas,
h2 .fas,
h3 .fas,
h4 .fas,
h5 .fas,
h6 .fas {
	margin-right: 0.4em;
	padding-right: 0.4em;
	border-right: 1px solid rgb(200,200,200);
	display: inline-block;	
}

hr {
	width: 25%;
    min-width: 100px;
	margin: 2em auto !important;
	overflow: visible;
	position: relative;
    height: 2px !important;
    opacity: 1;
    background-color: rgba(91,93,109,0.5) !important;
}

hr.plain {
	width: 60%;
	margin: 5em auto !important;	
    height: 1px !important;
    opacity: 0.5;
}

hr.neutral {
    background-color: rgba(91,93,109,1) !important;
}

hr.accent {
    background-color: rgba(236,177,9,1) !important;
}

hr.ghost {
    background-color: rgba(255,255,255,1) !important;
}

hr.center {
    margin: 2em auto !important;
}

hr.compact {
    margin: 1rem 0 !important;
}

*:focus {
    outline: none;
}

.alert p {
    padding: 0;
    margin-bottom: 0;
    margin: 0.5em 0;
}

.list-group-item {
    background: none !important;    
}

#content ol:not(.list-group), #contentul:not(.list-group) {
    list-style: none;
    margin: 0 2em;
}

#content ol:not(.list-group) li:before {
    color: rgb(236,177,9);
    font-weight: 700;
    left: -1em;
    position: relative;
}

#content ol:not(.list-group) li:before {
    content: counter(li);
    color: rgb(91,93,109);
    left: -3em;
    background: rgba(233,233,235);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    margin-right: -1.6em;
    top: 0;
}

#content ol.xl:not(.list-group) li:before {
    content: counter(li);
    color: rgb(236,177,9);
    left: -1.5em;
    padding: 0.5em;
    margin-right: -6.3rem;
    font-size: 4rem;
    line-height: 1rem;
    background: none;
}

#content ol:not(.list-group) li {counter-increment: li}


.accent-bar.brand-bg ol li:before,
.accent-bar.brand-bg ul li:before {
    color: rgb(255,255,255);
}

.accent-bar ol li:before {
    color: rgb(91,93,109);
    background: rgb(255,255,255);
}

.table {
    color: rgb(36,39,60) !important;
}

.table thead th {
	color: rgba(91,93,109,0.5) !important;
	font-size: 0.9rem;
	font-weight: 400 !important;
}

table tr th:not(:first-of-type),
table tr td:not(:first-of-type) {
	width: auto;
}

table tr th:first-of-type,
table tr td:first-of-type {
	white-space: nowrap;
	width: 0;
}


.card .phone {
    font-size: 1.5rem;
}

/* ########## DUO BLOCK STYLES ########## */

.duo-block {
    padding: 0 !important;
    margin: 0 !important;
}

.duo-block .col img {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    display: block;
}

.duo-block .row > div {
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 300px;
    text-align: left;
}

.duo-block :is(h2,h3,h4,h5,h6),
.duo-block a {
    color: rgb(255,255,255) !important;
}

.duo-block :is(h2,h3,h4,h5,h6) {
    text-transform: uppercase;
    margin: .7em 0;
    overflow: hidden;
    text-align: left;
}

.duo-block :is(h2,h3,h4,h5,h6):after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 15px;
    margin: 0 -55% 0 .5em;
    vertical-align: middle;
    border-top: 3px solid rgb(255,255,255);
    border-bottom: 3px solid rgb(255,255,255);
}

.duo-block a:hover {
    color: rgb(255,255,255);
}

.duo-block .row > div .inner {
    padding: 5rem;
    background: rgba(36,39,60,0.85);
    color: rgb(255,255,255);
}
    
.duo-block .row > div:nth-of-type(1) {
    background-image: url('../images/duo-bg-1.jpg');
}

.duo-block .row > div:nth-of-type(1) .inner {
    background: rgba(236,177,9,0.85);
}

.duo-block .row > div:nth-of-type(2) {
    background-image: url('../images/duo-bg-2.jpg');
}


/* ########## TRI BLOCK STYLES ########## */


.tri-block .col:nth-of-type(2),
.tri-block .col:nth-of-type(3){
    display: none;    
}

.tri-block .col img {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    display: block;
}
    

/* ########## PLACEHOLDER STYLES ########## */

.placeholder {
    opacity: 0.5;
    position: relative;
    height: 100%;
}

.placeholder:before {
    font-family: "Font Awesome Duotone";
    font-size: 8rem;
    display: block;
    height: 100%;
}

.placeholder.image:before {
	content:"\e1b5";
}

.placeholder span {
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: 500;
}

/* ########## HEADER STYLES ########## */

header {
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

header .wrapper {
	display: table;
	height: 100%;
	position: relative;
    direction: rtl;
}

header .logo {
	background: url('../images/logo-isolated.svg') no-repeat 0 0;
	background-size: contain;
	display: block;
	width: 200px;
    height: 60px;
	position: absolute;
	top: 5px;
	left: 0;
    z-index: 2;
    transition: all .5s;
}

header .brand {
	display: table-cell;
	vertical-align: middle;
}

header .contact {
	vertical-align: middle;
	text-align: right;
	font-size: 1em;
    position: relative;
	display: table-cell;
    padding-right: 1rem;
    width: 100%;
    direction: ltr;
}

header .phone {
    color: rgb(255,255,255);
    margin: 0 1rem;
    position: relative;
    border: none;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 !important;
    display: none;
}

header .menu-main .phone {
    color: rgb(255,255,255);
}

header .phone:hover {
    background: none !important;
	color: rgb(236,177,9);
}

header .social {
    font-size: 1rem;
}

header .btn {
    padding: 0.5rem 0.75rem;
	color: rgb(36,39,60);
	font-weight: 700;
}

header nav .menu-sub a {
    text-transform: capitalize;
}

header nav .menu-sub nav a .desc {
    color: rgba(255,255,255,0.75);
    font-size: 0.8em;
    line-height: 1rem;
    padding: 0.5rem 0;
    font-weight: 400;
    display: block;
    text-transform: none;
}

header nav .menu-sub nav a .link-more {
    color: rgba(255,255,255,1) !important;
    font-weight: 400;
    font-size: 0.8rem !important;
}


/* ########## NAVIGATION STYLES ########## */


header .menu-icon {
	font-size: 1.4em;
	color: rgb(255,255,255);
	padding: 0;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}

header .menu-icon .fas {
	padding: 0;
	cursor: pointer;	
}

header .menu-icon .fas:hover {
	color: rgb(236,177,9);
}

header nav .menu-sub .badge {
    font-size: 1.1em;
}
header nav .menu-sub .badge:hover {
    color: rgb(255,255,255);   
}

header .contact .social {
    display: none;
}

/* Under Medium Breakpoint - Mobile Nav */
@media screen and (max-width: 991px) {

	header {
		background: rgb(36,39,60);
		background: linear-gradient(to right, rgba(36, 39, 60, 1) 0%, rgba(11, 30, 212, 1) 100%);
		border-bottom: 1px solid rgba(91,93,109,0.15);
	}
	
	header nav.menu-main {
		padding: 0;	
		position: fixed;
		width: 70vw;
		max-width: 300px;
		top: 70px;
		z-index: -1;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
        transition: all 0.5s;
		color: rgb(255,255,255);
		right: -70vw;	
		display: block; 
		font-size: 0.9em;
		background: rgb(36,39,60);	
		font-family: 'greycliff-cf', sans-serif;
        direction: ltr;
        font-weight: 500;
        height: 100vh;
	}
	.offcanvasmenu-active header nav.menu-main {
		right: 0;	
    }
    
	header nav a,
	header nav span.section {
		display: block;
		border-bottom: 1px solid rgba(36,39,60,0.15);
		color: rgb(255,255,255);
		text-decoration: none;
		padding: 1em;
		position: relative;
		text-transform: uppercase;
		font-weight: 600;
		opacity: 1;
	}
	
	header nav .open span.section {
		background: rgb(236,177,9);
	}
	
	header nav a:hover,
	header nav span:hover {
		color: rgb(255,255,255);
		background: rgba(11,30,212,1);
		cursor: pointer;
		opacity: 1;
	}
	header nav span.open:hover {
		background: none;	
	}
	
	header nav .menu-sub .section:after {
		display: block;
		font-family: "Font Awesome";
		line-height: 1.5em;
		content:"\f107";
		font-size: 1.2em;	
		position: absolute;
		right: 1em;
		top: 0.75em;	
		opacity: 0.75;
	}

	header nav .menu-sub.open .section:after {
		content:"\f106";
	}
	
	header nav .menu-sub nav {
		display: none;
		margin: 0;
		font-size: 0.9em;		
		background: rgba(36,39,60,0.15);
	}
    
    header nav .menu-sub nav a {
        padding-left: 2em;
    }
    
	header nav a:hover {
        text-decoration: none;
    }

	.offcanvasmenu-active .site-overlay {
		background: rgba(36,39,60,0.75);
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 998;
	}
    
    header nav .btn-primary,
    header nav .btn-primary:hover {
        background: rgba(255,255,255,1) !important;
        color: rgb(91,93,109);
        font-size: 1rem;
        text-transform: none;
    }

    header nav .btn-outline,
    header nav .btn-outline:hover {
        background: none !important;
        border: 1px solid rgba(255,255,255,1) !important;
        color: rgb(255,255,255);
        font-size: 1rem;
        text-transform: none;
    }
    
    header nav .social a {
        display: inline-block;
        padding: 0.5rem;   
    }
    
    header nav .social:hover {
        background: none;
    }
    
}

/* Over Medium Breakpoint - Main Nav */
@media screen and (min-width: 992px) {
        
	header {
		background: none;
		border: none;
		height: 85px;
		transition: all .5s;
		margin-top: 3rem;
	}
	.inside header,
	header.bg {
		background: rgb(36,39,60);
		background: linear-gradient(to right, rgba(36, 39, 60, 1) 0%, rgba(11, 30, 212, 1) 100%);
		border-bottom: 1px solid rgba(91,93,109,0.15);
		margin-top: 0;
	}
    header .logo {
        background: url('../images/logo-isolated.svg') no-repeat left center;
        background-size: contain;
        display: block;
        width: 191px;
        height: 90px;
        top: 7px;
        left: 1rem;
        position: absolute;
    }
	.inside header .logo,
	header.bg .logo {
		width: 148px;
        height: 70px;
	}
	
	header .menu-icon {
		display: none;	
	}

    header .wrapper {
        margin: 0 auto;
        padding: 0;
        width: 90%;
		max-width: 1300px;
		direction: ltr;
    }
 
    header .contact {
        padding-right: 0;
    }
    
    header .phone {
        color: rgb(255,255,255);
    }
    
	header nav.menu-main {
		width: 100%;
		height: 100% !important;
		display: none;
		vertical-align: middle;
		text-align: right;
		display: table-cell;
        position: relative;
	}
	
	header nav a,
	header nav .menu-sub {
		font-size: 0.9rem;
		font-family: 'greycliff-cf', sans-serif;
		text-transform: uppercase;
		margin: 0;
		display: inline-block;
        line-height: 100%;
        padding: 0;
        text-decoration: none;
        font-weight: 700;
	}

   	header nav a,
	header nav .menu-sub {
		margin: 0 1rem 0 0.7rem;
	}
	
    header a,
    header nav a,
    header nav .menu-sub {
       color: rgb(255,255,255);
    }

	header nav a:hover,
	header nav span:hover,
    header nav .menu-sub:hover {
		color: rgb(236,177,9);
		text-decoration: none;
		cursor: pointer;
	}

    header .menu-main > a,
    header .menu-main > .menu-sub {
       position: relative;
    }
    
    header .menu-main > a:hover:before,
    header .menu-main > .menu-sub:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        border-top: 5px solid rgba(236,177,9,1);
    }
    
    header .menu-main > a,
	header nav .menu-sub {
		position: relative;
		display: inline-block;
        line-height: 85px;
	}
	
	header nav .menu-sub nav {
		display: none;
		background: rgba(36,39,60,0.95);
		position: absolute;
		top: 85px;
		right: auto;
        left: 0;
		padding: 0;
		width: 250px;
		text-align: left;	
		font-size: 0.9em;
        box-shadow: 0 0 10px rgba(36,39,60,0.25);
	}
    
    header nav .menu-sub.wide nav {
        width: 500px;
    }
    
    header nav .menu-sub.wide nav {
        padding: 0;    
    }
    
    header nav .menu-sub.wide .aside {
        background: rgb(244,244,245);
        padding: 3em 2em;
        text-align: center;
        text-transform: none;
        font-weight: 500;
        font-family: 'greycliff-cf', sans-serif; 
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    
    header nav .menu-sub.wide .aside .fal,
    header nav .menu-sub.wide .aside .far,
    header nav .menu-sub.wide .aside .fas {
        opacity: 0.5;
        line-height: 1.4rem;
    }
    
	header nav .menu-sub:after {
		display:inline-block;
		font-family: "Font Awesome";
		line-height: 1.5em;
		content:"\f107";
		font-size: 1.2em;	
		padding-left: 0.3em;	
		opacity: 0.75;
	}
		
	header nav .menu-sub nav a {
		margin: 0;
		display: block;
		padding: 1em;
        color: rgb(255,255,255);
        font-size: 0.9rem;
        height: auto;
	}
    
    header nav .menu-sub.wide nav a {
        padding: 1rem 2rem;
    }
        
    header nav .menu-sub.wide nav a {
        display: block;
        width: 100%;
        height: fit-content;
        position: relative;
    }    
        
	header nav .menu-sub nav a:hover {
        color: rgb(255,255,255);
        text-decoration: none;
        background: rgba(11,30,212,0.9);
    }
	
    header nav .menu-sub:hover {
        box-sizing: border-box;    
    }
    
	header nav .menu-sub:hover nav {
		display: block !important;
	}

}


/* ########## HERO STYLES ########## */

#hero {
    height: 40vh;
	min-height: 400px;
	width: 100%;
	color: rgb(255,255,255);
	position: relative;
    background: rgb(36,39,60);
}

.hero-slider {
	height: 100%;
	width: 100%;
	display: table;
	overflow: hidden;
}

#hero .slide {
	display: none;
	background: url('../images/hero/hero-default.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: auto !important;
    padding: 6rem 0 4rem 0;
}

#hero .slide.cycle-slide-active {
	display: table !important;
}

#hero .slide .wrapper {
    display: table;
    height: 100%;
}

#hero .slide .caption {
	display: none;
	vertical-align: middle;
	text-align: center;
	z-index: 901;
}

#hero .slide.cycle-slide-active .caption {
	display: table-cell;
}

#hero h2,
#hero .heading {
	color: rgb(255,255,255);
	font-size: 1.75rem;
    font-weight: 500;
	font-family: 'greycliff-cf', sans-serif;
    text-transform: none;
}

#hero h2 .fal,
#hero h2 i.far,
#hero h2 i.fas,
#hero .heading .fal,
#hero .heading i.far,
#hero .heading i.fas {
    font-size: 1.5em;   
}

#hero h2 strong,
#hero .heading strong {
    font-size: 2em;   
}

#hero ul,
#hero ul li {
	list-style: none !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#hero ul li {
	text-transform: uppercase;
	font-size: 0.75rem;
	max-width: 75px;
	margin: 0 10px;
	position: relative;
}

#hero ul li:not(:first-of-type):before {
	font-family: "Font Awesome";
	content: '\58';
	font-size: 0.75rem;
	font-weight: 300;
	position: absolute;
	left: -17.5px;
	top: calc(50% - 0.5em);
	display: block;
}

#hero .subcaption {
	color: rgba(255,255,255,1);
	font-size: 1em;
	font-family: 'greycliff-cf', sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	margin: 5rem 0 0 0;
    text-transform: none;
	position: relative;
	z-index: 2;
	text-align: center;
}

#hero .subcaption:before {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 10%;
	width: 80%;
	height: 20px;
	border-top: 5px solid rgb(236,177,9);
	border-right: 5px solid rgb(236,177,9);
	border-left: 5px solid rgb(236,177,9);
	z-index: 1;
}

#hero .subcaption:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 10%;
	width: 80%;
	height: 20px;
	border-bottom: 5px solid rgb(236,177,9);
	border-right: 5px solid rgb(236,177,9);
	border-left: 5px solid rgb(236,177,9);
	z-index: 1;
}

#hero a {
    font-weight: 500;
    color: rgb(255,255,255);
    position: relative;
    margin-top: 0;
}

#hero a:hover {
    text-decoration: none;
	color: rgb(236,177,9);
}

#hero .btn {
    margin: 0.25rem;
}


/* ########## BREADCRUMB STYLES ########## */

.breadcrumb {
    text-transform: uppercase;
    color: rgba(91,93,109,0.5);
    font-weight: 500;
    font-size: 0.9rem;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgb(233,233,235);
    display: block;
}

/* ########## CONTENT STYLES ########## */

#content {
	position: relative;
	padding: 3em 0 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.inside #content {
	padding: 10em 0 0 0;
}

.inside #content > div:last-child:not(.accent-bar):not(.tri-block):not(.duo-block) {
    padding-bottom: 10em !important;
}

#content h2 {
	margin-top: 2em;
}

#content p,
#content ul {
	opacity: 1;
}

#content li {
	margin:  0.5rem 0;
}

#content ul.checkmark li {
	list-style: none;
	margin-left: 1.5em;
}

#content ul.checkmark li:before {
	font-family: "Font Awesome";
	content: "\f14a";
	font-size: 1.5em;
	position: relative;
	top: 0.25rem;
	margin: 0 1.1em 0 -2em;
	opacity: 0.5;
	font-style: normal;
	font-weight: 300;
}

#content ul.box li {
	list-style: none;
	margin-left: 2.5em;
	font-style: italic;
}

#content ul.box li:before {
	font-family: "Font Awesome";
	content: "\f14a";
	font-size: 1em;
	position: relative;
	top: 0;
	margin: 0 1em 0 -2em;
	opacity: 0.5;
	color: rgb(91,93,109);
	font-style: normal;
}

#content ul.slim li {
	line-height: 1.2em;
}

#content ul.sm {
	margin: 0 0 0 3em;	
}

#content ul.sm li {
	font-size: 1em;
	margin: 0;
	padding: 0 ;	
}

#content img {
    max-width: 90%;
    margin: 0 5%;
}

#content .gm-control-active img {
    margin: 0 !important;
}

#content figure {
    position: relative;
    margin: 5rem 0;
}

#content figure img {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

/*
#content figure:not(.media):before {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 10%;
	width: 80%;
	height: 20px;
	border-top: 5px solid rgba(91,93,109,0.5);
	border-right: 5px solid rgba(91,93,109,0.5);
	border-left: 5px solid rgba(91,93,109,0.5);
	z-index: 1;
}

#content figure:not(.media):after {
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 10%;
	width: 80%;
	height: 20px;
	border-bottom: 5px solid rgba(91,93,109,0.6);
	border-right: 5px solid rgba(91,93,109,0.5);
	border-left: 5px solid rgba(91,93,109,0.5);
	z-index: 1;
}
*/


#content iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
}

.notice .fa,
.notice .fas,
.notice .far {
	opacity: 0.5;
}

.pad-top {
	padding-top: 4em;	
}

.pad-y {
    padding-top: 4em;
    padding-bottom: 4em;
}

.pad-x {
    padding-right: 4em;
    padding-left: 4em;
}
/* ########## ACCENT STYLES ########## */


.accent-bg {
    background-color: rgba(11,30,212,1) !important;
}

.bright-bg {
    background-color: rgba(236,177,9,1) !important;
}

.brand-bg,
.darkest-bg {
    background-color: rgba(36,39,60,1) !important;
}

.dark-bg {
    background-color: rgba(36,39,60,1) !important;
}

.medium-bg {
    background-color: rgba(91,93,109,1) !important;
}

.light-bg  {
    background-color: rgba(156,164,169,1) !important;
}

.lighter-bg  {
    background-color: rgba(233,233,235,1) !important;
}

.lightest-bg  {
    background-color: rgba(244,244,245,1) !important;
}

.gradient-bg {
	background-color: rgb(36,39,60) !important;
	background-image: linear-gradient(to right, rgba(36,39,60,1) 0%, rgba(11,30,212,1) 100%) !important;
}

.border.border-brand {
	border-color: rgba(91,93,109,0.5) !important;
}

.accent-box {
    text-align: center;
    border-radius: 0;
}

aside hr,
.accent-box hr {
    height: 5px !important;
    width: 25%;
    margin: 0.75em auto;
    opacity: 1;
}

aside {
    color: rgb(255,255,255);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-home aside {
    margin: 5rem 0;
}

aside :is(h2,h3,h4,h5,h6),
.aside-feature :is(h1,h2,h3,h4,h5,h6),
.accent-bar.darkest-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.dark-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.medium-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.brand-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar.bright-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .darkest-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .dark-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .medium-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .brand-bg :is(h1,h2,h3,h4,h5,h6),
.accent-bar .bright-bg :is(h1,h2,h3,h4,h5,h6),
.card.brand-bg,
.card.brand-bg :is(h1,h2,h3,h4,h5,h6,p,a),
.brand-bg,
.brand-bg :is(h1,h2,h3,h4,h5,h6,p,a) {
    color: rgb(255,255,255);
    font-family: 'greycliff-cf', sans-serif;
}

aside a,
aside a.link-more {
    color: rgb(255,255,255);
}

aside a.huge-link {
    font-family: 'greycliff-cf', sans-serif;
    font-weight: 500;
}

aside a:hover,
aside a.link-more:hover {
    color: rgb(255,255,255);
    text-decoration: underline;
}
    
.accent-bar {
    padding: 4em 0;
    position: relative;
}

.accent-bar.darkest-bg,
.accent-bar.dark-bg,
.accent-bar.medium-bg,
.accent-bar.brand-bg,
.accent-bar.bright-bg,
.accent-bar .darkest-bg,
.accent-bar .dark-bg,
.accent-bar .medium-bg,
.accent-bar .brand-bg,
.accent-bar .bright-bg,
.accent-bar.darkest-bg a.link-more,
.accent-bar.dark-bg a.link-more,
.accent-bar.medium-bg a.link-more,
.accent-bar.brand-bg a.link-more,
.accent-bar.bright-bg a.link-more,
.accent-bar .darkest-bg a.link-more,
.accent-bar .dark-bg a.link-more,
.accent-bar .medium-bg a.link-more,
.accent-bar .brand-bg a.link-more,
.accent-bar .bright-bg a.link-more {
    color: rgb(255,255,255);
}

.accent-bar hr {
    background: rgba(255,255,255,0.75);
}

.link-card {
    border: 1px solid rgb(244,244,245);
    padding: 1em;
    display: block;
    text-decoration: none;
    color: rgb(91,93,109);
}

.link-card .heading {
    color: rgb(236,177,9);
    font-weight: 500;
    font-family: 'greycliff-cf', sans-serif; 
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.1rem;
}

.link-card span {
    display: block;
}

.link-card:hover {
    background: rgb(236,177,9);
    color: rgb(255,255,255) !important;
    text-decoration: none;
   -webkit-transform: scale(1.035, 1.035);
      -moz-transform: scale(1.035, 1.035);
        -o-transform: scale(1.035, 1.035);
       -ms-transform: scale(1.035, 1.035);
           transform: scale(1.035, 1.035);
}

.link-card:hover .heading,
.link-card:hover .link-more {
    color: rgb(255,255,255) !important;
    
}

.accent-top {
	padding-top: 30px;
}

.accent-bottom {
	padding-bottom: 30px;
}

.accent-top,
.accent-bottom {
	position: relative;
}

.accent-top:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 20px;
	border-top: 5px solid rgb(11,30,212);
	border-right: 5px solid rgb(11,30,212);
	border-left: 5px solid rgb(11,30,212);
	z-index: 1;
}

.accent-bottom:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 20px;
	border-bottom: 5px solid rgb(11,30,212);
	border-right: 5px solid rgb(11,30,212);
	border-left: 5px solid rgb(11,30,212);
	z-index: 1;
}

/* ########## MODAL STYLES ########## */

.modal-content {
	border-radius: 0 !important;
	overflow: hidden;
}

.modal-content:before {
	background: rgb(11,30,212);
	box-sizing: border-box;
	height: 10px;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ########## TAB STYLES ########## */

.tabs .tab {
	border: 1px solid rgba(91,93,109,0.25);
	border-radius: 0;
	padding: 1rem 1rem 0 1rem;
	text-align: center;
	font-size: 1rem;
	color: rgb(35,29,62);
	font-weight: 600;
	line-height: 1.1rem;
	cursor: pointer;
	width: 100px;
	height: 100%;
	position: relative;
}

.tabs .tab:hover {
	background: rgb(91,93,109);
	border: 1px solid rgb(91,93,109);
	color: rgb(255,255,255);
}

.tabs .tab .icon {
	opacity: 0.25;
}

.tabs .tab.active {
	background: rgb(36,39,60);
	border: 1px solid rgb(36,39,60);
	color: rgb(255,255,255);
}

.tabs .tab.active::after {
  background: rgb(236,177,9);
  font-family: "Font Awesome";
  content: '\f00c';
  font-size: 1rem;
  color: rgb(255,255,255);
  width: 30px;
  height: 30px;
  padding-top: .25rem;
  line-height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
}

.tabs .tab input {
	visibility: hidden;
	display: block;
	height: 0;
}

.tab-data {
	display: none;
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
	border-radius: 0.5rem;
}

.tab-data:before {
	bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255,255,255,0);
    border-bottom-color: rgb(243,243,243);
    border-width: 1em;
    margin-left: -1em;
}


.contentTabs .tab {
	background: none;
	border: none;
	padding: 1rem 0;
	margin: 0 1rem 0 0;
	position: relative;
	cursor: pointer;
	font-weight: 900;
	font-size: 1.25rem;
	color: rgba(91,93,109,0.5);
	border-bottom: 5px solid rgba(91,93,109,0.25);
}

.contentTabs .tab:hover {
	color: rgb(11,30,212);
}

.contentTabs .tab:hover:after {
	border-bottom: 5px solid rgb(11,30,212);
	position: absolute;
	display: block;
	content: '';
	width: calc(100%);
	height: 0;
	bottom: -5px;
	left: 0;
}

.contentTabs .tab.active {
	color: rgb(36,39,60);
}
.contentTabs .tab.active:after {
	border-bottom: 5px solid rgb(36,39,60);
	position: absolute;
	display: block;
	content: '';
	width: calc(100%);
	height: 0;
	bottom: -5px;
	left: 0;
}

.contentTabsData .tabData {
	display: none;
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
}

.contentTabsData .tabData.active {
	display: block;
}

/* ########## STATS BAR STYLES ########## */

.stats .value {
    font-size: 4em;
    display: block;
    font-weight: 900;
    font-family: 'greycliff-cf', sans-serif;
    line-height: 4rem;
	color: rgb(236,177,9);
}

.stats .icon {
    font-size: 3em;
    display: block;
    margin-bottom: 0.5rem;
}

.stats .label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25 !important;
    display: block;
	max-width: 100px;
	margin: 1rem auto 0 auto;
}


/* ########## REVIEWS STYLES ########## */

.review blockquote {
    background-size: cover;
    padding: 2rem 0;
	margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: center;
}

.review blockquote:before {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 15%;
	width: 70%;
	height: 20px;
	border-top: 5px solid rgb(11,30,212);
	border-right: 5px solid rgb(11,30,212);
	border-left: 5px solid rgb(11,30,212);
	z-index: 1;
}

.review blockquote:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 15%;
	width: 70%;
	height: 20px;
	border-bottom: 5px solid rgb(11,30,212);
	border-right: 5px solid rgb(11,30,212);
	border-left: 5px solid rgb(11,30,212);
	z-index: 1;
}


/* ########## FORM STYLES ########## */

select {
	
}

form label {
	font-family: 'greycliff-cf', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.5rem;
}


form label small {
    font-weight: 400;
    margin-bottom: 0.5em;
}

form label.required:before {
    content: "\f2f7";
    display: block;
    font-family: "Font Awesome";
    position: relative;
    top: -0.1em;
    left: 0;
    float: left;
    padding-right: 0.25em;
    color: rgb(236,177,9);
    opacity: 0.75;
    font-weight: 400 !important;
}

form .heading {
    font-weight: 500;
    color: rgb(91,93,109);
    padding: 0.5em;
}

textarea.form-control {
    min-height: calc(10em + 0.75rem + 2px) !important;
}

textarea.form-control.short {
    min-height: calc(5em + 0.75rem + 2px) !important;
}

.btn-check:checked + .btn-outline-primary {
    padding-left: 2.5em;   
}

.btn-check:checked + .btn-outline-primary:before {
    content: "\f00c";
    font-family: "Font Awesome";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 1em;
    color: rgb(255,255,255);
    font-weight: 700;
}

form .conditionalContainer {
     display: none;   
}


/* ########## SIDE MENU STYLES ########## */

.side-menu {

	border-radius: 0.25em;
}

.side-menu .affix-wrapper {
	padding: 1em 0;
}

.side-menu .section {
	display: block;
	padding: 0.5em 0 1em 0;
	font-family: 'greycliff-cf', sans-serif;
	font-size: 1.4em;
	color: rgb(236,177,9);
	
}

.side-menu nav a {
	display: block;	
	padding: 0.5em;
	font-size: 0.9em;
	text-transform: uppercase;	
}

.side-menu nav a.active {
	background: rgba(220,220,220,1);
	border-radius: 0.25em;
	font-weight: bold;
}


/* ########## STAFF STYLES ########## */

.staff {
}

.staff .col {    
}

.staff .card {
    padding: 1rem 0;
    border: none;
}
    
.staff .portrait {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center center;
    overflow: hidden;
}

.staff .portrait .inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.staff .portrait .portrait-image {
	width: 100%;
	height: 150px;
	display: block;
    background-image: url('../images/placeholders/team-placeholder.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s;
    margin: 0 auto !important;
    max-width: none !important;
}

.staff .name,
.staff .position {
	padding: 0;	
}

.staff .name {
    font-family: 'greycliff-cf', sans-serif;
	font-size: 1.5rem;
    font-weight: 900;
}

.staff .position {
    font-family: 'greycliff-cf', sans-serif;
	font-size: 1rem !important;
	font-weight: 400 !important;
    padding: 0 0 1rem 0;
    display: block;
}

.staff hr {
    margin: 2em auto !important;
}

.staff .quote {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}


/* ########## ACCORDION STYLES ########## */

.accordion h2,
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
    margin: 0 !important;    
}

.accordion-button {
  font-size: 1.4rem !important;
  color: rgb(91,93,109) !important;
  text-align: left;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(236,177,9) !important;
    color: rgb(255,255,255) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion .badge {
    font-size: 1rem !important;
    font-family: 'greycliff-cf', sans-serif;
}


/* ########## ARTICLES STYLES ########## */

.recent-articles {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
    padding: 4rem 0;
}
    
.recent-articles .card {
	margin: 0 auto;
	overflow: hidden;
    background-color: rgb(255,255,255);
    position: relative;
    box-shadow: 0 0 10px rgb(36,39,60,0.15);
    height: 100%;
    border: 1px solid rgba(255,255,255,0);
}

.recent-articles .card {
    height: auto !important;
    margin: 1rem 0;
}


.recent-articles .latest .inner {
    position: relative;
    z-index: 2;
    padding: 2rem;
    left: 25%;
    width: 75%;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgb(255,255,255,0.9) !important;
}

.recent-articles .latest a:hover,
.recent-articles .additional .card:hover {
   -webkit-transform: scale(1.035, 1.035);
      -moz-transform: scale(1.035, 1.035);
        -o-transform: scale(1.035, 1.035);
       -ms-transform: scale(1.035, 1.035);
           transform: scale(1.035, 1.035);
    text-decoration: none;
    border: 1px solid rgb(236,177,9) !important;
}


.recent-articles .latest .row {
    position: relative;
}

.recent-articles .latest .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
}

.recent-articles .card-img {
    height: 100%;
    border-radius: 0;
}

.recent-articles .card-body {
    display: block;
    padding: 0; 
    z-index: 3;
}

.recent-articles .card-footer {
    background: none;
    border: none;
    padding: 0;
}

.articles .card {
	margin: 0 auto;
	overflow: hidden;
    background-color: rgb(255,255,255);
    position: relative;
    box-shadow: 0 0 10px rgb(36,39,60,0.15);
    height: 100%;
    border: 1px solid rgba(255,255,255,0);
}

.articles .card .card-img {
    height: 225px;
    object-fit: cover;
    max-width: 100% !important;
    margin: 0 !important;
}

.articles.recent .card .card-img {
    height: 100%;
}

.recent-articles h5,
.recent-articles .card-title,
.articles h5,
.articles .card-title {
	font-family: 'greycliff-cf', sans-serif;
	font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.recent-articles p,
.articles p {
    font-size: 0.9rem !important;
    color: rgb(91,93,109);
	line-height: 1.25rem;
}

.articles .card:hover {
   -webkit-transform: scale(1.035, 1.035);
      -moz-transform: scale(1.035, 1.035);
        -o-transform: scale(1.035, 1.035);
       -ms-transform: scale(1.035, 1.035);
           transform: scale(1.035, 1.035);
    color: rgb(255,255,255);
    text-decoration: none;
    border: 1px solid rgb(236,177,9) !important;
}

.articles .card:hover:before {
    width: 100%;
    height: 100%;
    background: rgba(236,177,9,1);
    z-index: 1;
    display: block;
    content: '';
    position: absolute;
    top: 225px;
}

.articles .card:hover:after {
    width: 100%;
    height: auto;
    z-index: 2;
    display: block;
    font-family: "Font Awesome";
    font-size: 5em;
    font-weight: 100;
    line-height: 1em;
    content:"\e3d6";
    position: absolute;
    top: 150%;
    left: 37%;
}

.articles .card-body {
    display: block;
    padding: 1.5rem 1.5rem 0 1.5rem; 
    z-index: 3;
}

.articles .card:hover .card-body > *,
.articles .card:hover .card-footer > *{
    color: rgba(255,255,255,1) !important;
}

.articles .card-footer {
    background: none;
    border: none;
    padding: 1.5rem;
    padding-top: 0;
    z-index: 3;
}

/* ########## PRODUCT STYLES ########## */


.products .featured {
	padding: 2rem;
}

.products .featured .brand-bg  {
	display: block;
}

.products .brand-bg :is(h2,h3,h4,h5,h6),
.products .brand-bg :is(a),
.products .brand-bg {
	color: rgb(255,255,255);
}
.products .featured .image {
    height: 175px;
    display: block;
}

.products .featured img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
    padddinG: 0 !important;
}

.products .featured .title {
    display: block;
	font-family: 'greycliff-cf', sans-serif; 
	font-weight: 900;
    color: rgb(36,39,60);
    font-size: 1.25rem;
}

.products .card {
	border: none;
	position: relative;
	color: rgba(36,39,60,1);
	display: block;
	padding: 50px 0;
	height: 100%;
}

.products .card:hover {
	text-decoration: none;
}

.products .card h3 {
	font-size: 2rem;
}

.products .card p {
	color: rgb(91,93,109);
}

.products .card .inner {
	padding: 2rem;
}

.products .card img {
	max-height: 200px;
	max-width: none !important;
	width: 200px;
	margin: 0 auto !important;
	display: block;

}

.products .card .btn {
	padding: 1rem 2rem !important;
	display: inline-block !important;
	width: 75px;
	transition: width 1s;
	text-align: right;
	border: none !important;
	background: rgba(11,30,212,1) !important;
	position: absolute;
	left: 0;
	bottom: 0;
	color: rgb(255,255,255);
}

.products .card:hover .btn {
	width: 100%;
	background: rgba(11,30,212,1) !important;
}

.product figure.media img {
	max-height: 400px;
	width: auto !important;
}

/* ########## CATEGORY STYLES ########## */

.categories .card {
	border: none;
	position: relative;
	color: rgba(36,39,60,1);
	display: block;
	padding: 100px 0 50px 0;
	height: 100%;
}

.categories.featured {
	position: relative;
}

.categories.featured .card {
	color: rgb(255,255,255);
	padding-top: 0;
}

.categories .card:hover {
	text-decoration: none;
}

.categories.featured .card:hover {
	background: linear-gradient(to right, rgba(36,39,60, 1) 0%, rgba(11,30,212, 1) 100%) !important;
}

.categories .card h3 {
	font-size: 2rem;
}

.categories.featured .card h3 {
	color: rgb(255,255,255);
}

.categories.featured .card p {
	color: rgba(255,255,255,0.8);
}

.categories .card .inner {
	padding: 2rem;
}

.categories.featured .card .inner {
	padding-right: 100px;
}

.categories .card img {
	max-height: 200px;
	max-width: none !important;
	width: 200px;
	margin: 0 auto !important;
	display: block;
	top: -25%;
	left: calc(50% - 100px);
	position: absolute;
}
	
.categories.featured .card img {
    width: 200px;
	max-height: none;
	position: absolute;
	right: 0;
	top: auto;
	left: auto;
	bottom: -50px;
	z-index: 2;
}

.categories .card .btn {
	padding: 1rem 2rem !important;
	display: inline-block !important;
	width: 75px;
	transition: width 1s;
	text-align: right;
	border: none !important;
	background: rgba(11,30,212,1) !important;
	position: absolute;
	left: 0;
	bottom: 0;
	color: rgb(255,255,255);
}

.categories .card:hover .btn {
	width: 100%;
	background: rgba(11,30,212,1) !important;
}

.categories.featured .card .btn {
	background: rgba(236,177,9,1) !important;
}

.categories.featured .card:hover .btn {
	width: 100%;
	background: rgba(236,177,9,1) !important;
}

/* ########## CONTENT SLIDER STYLES ########## */

.content-slider {
	position: relative;
	overflow: hidden;
}

.content-slider div.slide {
	width: 100%;
	padding: 0 5em;
	box-sizing: border-box;
	display: none;
	text-align: center;
}

.image-slider div.slide {
	width: 100%;
    height: 100%;
	padding: 0;
	box-sizing: border-box;
	display: none;
	text-align: center;
}

.image-slider .cycle-prev,
.image-slider .cycle-next,
.content-slider .cycle-prev,
.content-slider .cycle-next {
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	z-index: 998;
	font-size: 2.5em;
	bottom: 0;
    background: rgb(236,177,9);
    color: rgb(255,255,255);
}

.image-slider .cycle-prev:hover,
.image-slider .cycle-next:hover,
.content-slider .cycle-prev:hover,
.content-slider .cycle-next:hover {
	opacity: 1;
    color: rgb(236,177,9);
}

.image-slider .cycle-prev,
.content-slider .cycle-prev {
	left: 25%;
	margin-top: -0.75em;		
}

.image-slider .cycle-next,
.content-slider .cycle-next {
	right: 25%;
	margin-top: -0.75em;	
}

.image-slider .slide:not(:first-of-type) {
    visibility: hidden;   
}

/* ########## SITE NOTICE STYLES ########## */

.site-notice {
	display: block;
	position: fixed;
	top: 2em;
	width: 100%;
	z-index: 990;
	opacity: 0.95;
}

.site-notice .fa {
	font-size: 1.5em;
	margin: 0 0.5em;	
}
.site-notice div {
	border-radius: 0 !important;
	text-align: center;
	padding-top: 3em;
}
.site-notice p {
	font-size: 1em;
	display: inline;
	
}

.dismiss {
	float: right;
	cursor: pointer;
	opacity: 0.75;	
}

.dismiss:hover {
	opacity: 1;	
}

/* ########## ICON / IMAGE / MEDIA STYLES ########## */

.duo-primary {
   --fa-secondary-opacity: 0; 
}

.duo-secondary {
   --fa-primary-opacity: 0; 
}

.media-box {
	background: rgb(240,240,240);
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	margin: 3em 0;
	padding: 1em;
	text-align: center;
}

.media-box .heading {
	font-size: 1.2em;
	font-family: 'greycliff-cf', sans-serif;
	opacity: 1 !important;
	color: rgb(91,93,109);
}


.media-box.responsive  {
	max-width: 90%;
	margin: 2em auto;	
}

.fp-media-promo {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
	top: -150px;
	margin-bottom: -150px;	
}

.media-box hr {
	margin: 1.5em auto;
	width: 50%;	
}

.media-box img {
	display: block;
	margin: 0 auto;
}

.media-box.placeholder .inner {
	min-width: 300px;
	min-height: 300px;	
}

.checkboxes label {
	display: inline-block;
	width: auto;
	margin-right: 1em;
	cursor: pointer;
}

.checkboxes label span {
	margin-right: 0.25em;
	font-size: 1.4em;
	line-height: 1.4em;
}

.checkboxes label span.fas {
	color: rgb(236,177,9);
}

.checkboxes input[type='checkbox'] {
	display: none;	
}

#content img.cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

/* ########## COMMUNITY STYLES ########## */


.communities .community img {
    object-fit: cover;
    margin: 0 !important;
    display: block;
    height: 100%;
    max-width: 100% !important;
}


/* ########## ACCENT IMAGE STYLES ########## */

.accent-image {
    background-size: auto 100%;
    background-repeat: no-repeat
}

.accent-image.right {
    background-position: center left;
}

.accent-image.left {
    background-position: center right;
}

.accent-image.adjust {
    margin-bottom: -4em;   
}

.accent-icon {
	font-size: 10rem;
}

/* ########## MAP STYLES ########## */

.map {
	height: 800px;
	width: 100%;
	overflow: hidden;
	margin-top: 10em;
}

.map .map-marker-img img {
    max-width: 275px;
}

.map :is(h1,h2,h3,h4,h5,h6) {
    font-size: 1.5rem !important;    
}

/* ########## OUTRO STYLES ########## */

.outro {
    background: rgb(218,219,219) no-repeat 0 0;
    background-size: cover;
    padding: 2rem 0 4rem 0;
    color: rgb(255,255,255);
    position: relative;
    z-index: 1;
}

.outro .wrapper {
	position: relative;
    z-index: 3;
}

.outro :is(h2,h3,h4,h5,h6) {
    color: rgb(255,255,255) !important;
    font-size: 2rem;
}

.outro:before {
	position: absolute;
	z-index: 2;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/accent-image-outro.jpg') no-repeat center center;
	background-size: cover;
}

.outro a {
	color: rgb(255,255,255);
}

/* ########## CERTIFICATION STYLES ########## */

.certifications {
    background: rgb(218,219,219) no-repeat 0 0;
    background-size: cover;
    padding: 3em 0;
    color: rgb(255,255,255);
    position: relative;
    z-index: 2;
}

.certifications img {
    opacity: 0.5;
    max-height: 80px;
    max-width: 100%;
    height: auto !important
}

.certifications img:hover {
    opacity: 1;   
}


/* ########## FOOTER STYLES ########## */

footer {
	position: relative;
	padding: 0;
	color: rgba(91,93,109,1);
	text-align: center;
	font-size: 1rem;
    font-weight: 500;
	font-family: 'greycliff-cf', sans-serif;
}

footer .wrapper {
    width: 100%;
}

footer .inner {
	padding: 8rem 4rem;
	margin: 0;
}

footer .col-pad {
    padding: 3rem 0;
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	font-weight: 900;
    font-size: 1.25rem;
}

footer hr {
    width: 150px;    
}

footer p,
footer ul {
}

footer nav {
	width: 50%;	
	text-transform: capitalize;		
}

footer a,
footer p {
	color: rgba(91,93,109,1);
	line-height: 1.75rem;
    text-decoration: none;
}

footer :not.accent a,
footer :not.accent p {
	font-size: 0.9rem;
}

footer li {
	display: block;
	line-height: 2em;	
}

footer a:hover {
	color: rgb(236,177,9);
    text-decoration: none;
}

footer .social a {
    color: rgba(255,255,255,1);
}

footer .fab {
	line-height: 1em;
	margin: 0;
    font-size: 1.75rem;
}

footer .fab:hover {
	color: rgba(255,255,255,0.75);	
}

footer .fab:nth-child(3) {
	margin-right: 0;	
}

footer .highlight,
footer .highlight a {
	color: rgba(255,255,255,1);
    font-weight: 300;
    font-size: 1.5rem;
}

footer .highlight:hover,
footer .highlight a:hover {
	color: rgba(236,177,9,1);	
}

footer.emblem:before {
    max-width: 200px;
    margin: 1rem auto 5rem auto;
    display: none;
	content: '';
	position: absolute;
	z-index: 2;
	top: -120px;
	left: calc(50% - 100px);
	width: 200px;
	height: 200px;
	background-image: url('../images/emblem-yellow.svg');
	background-size: contain;
	background-position: center center;
}

footer .legal {
	font-size: 0.8rem;
	opacity: 0.6;
}

footer .legal a {
	font-size: 0.8rem;
}

footer .accent {
	background-color: rgba(156,164,169,1);
	background-image: url('../images/footer-accent.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

footer .accent h2,
footer .accent h3,
footer .accent h4,
footer .accent h5,
footer .accent h6 {
	font-size: 3rem;
	color: rgb(36,39,60);
	font-weight: 900;
}

/* ########## MISC STYLES ########## */

.to-top {
	background: rgba(236,177,9,0.75);
	padding: 0.5em 1em;
	color: rgb(255,255,255);
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 9;
	display: none;
	cursor: pointer;
}

.to-top:hover {
	background: rgb(236,177,9);
}

.site-overlay {
	display: none;
	transition: all 0.2s ease;
}

.grecaptcha-badge {
	margin: 0 auto;
}

button.g-recaptcha {
	margin-top: 0.5em;
}

.fa-accent {
	font-size: 12em;
	margin: 0.4em -0.2em 0 0;	
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding: 2rem !important;
}

.modal-content img {
    max-width: 100%;
}


/* ########## RESPONSIVE STYLES ########## */

/* Small Breakpoint */
@media screen and (min-width: 576px) {
	header .contact {
		font-size: 1.4em;	
	} 
    header .phone {
        display: inline-block;
    }
	.wrapper-half {
		max-width: 600px;
		width: 90%;
		margin: 0 auto;
	}
	.wrapper-media {
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
	}
    #hero a,
    .link-more {
        display: inline-block;
    }
    .duo-block .row > div {
        padding: 5rem;
    }
	#hero ul li {
		font-size: 1rem;
		max-width: 100px;
		margin: 0 20px;
	}

	#hero ul li:not(:first-of-type):before {
		font-size: 1rem;
		left: -25px;
	}
}

/* Medium Breakpoint */
@media screen and (min-width: 768px) {
    footer {
        background-position: top right;
    }
    footer .col-pad {
        padding-top: 6rem;
    }
	footer .menu {
		display: flex;	
	}
    .certifications {
        padding: 3em 0 6em 0;   
    }
	.media-box.responsive  {
		max-width: none;
	}
	.site-notice {
		top: 5em;
	}
	.site-notice div {
		border-radius: 0 !important;
		text-align: center;
		padding-top: 6em;
	}
	.accent-overlay {
		position: absolute;
		top: 100px;
		max-width: 65%;
		background-size: 100% 90%;
	}	
	.feature-highlights {
		margin: -20em 0 5em 0;
	}
	.container.flex.feature-highlights .item {		
		width: 30%;
		margin: 1.15%;
	}
	.text-lead.text-center {
		max-width: 70%;
		margin: 0 auto;	
	}
	.fp-media-promo {
		top: -300px;
		margin-bottom: -300px;	
	}
    footer hr {
        margin: 2em 0;   
    }
    .products hr.plain {
        display: none;
    }
    .tri-block .col:nth-of-type(2),
    .featured-reviews .review:nth-of-type(2) {
        display: block;    
    }
}

/* Large Breakpoint */
@media screen and (min-width: 992px) {
	.feature-highlights {
		width: 80%;
	}
	footer {
		text-align: left;
        overflow-bottom: hidden;
	}
    footer .wrapper {
        width: 90%;
    }
	footer .inner {
		padding: 8rem;
	}
    footer .brand-bg {
        margin-top: -5rem;
        padding-bottom: 8rem;
    }
    footer.emblem:before  {
        display: block;
    }
    footer .highlight,
    footer .highlight a {
        color: rgba(236,177,9,1);
    }
	#hero {
		height: 700px;
	}
	#hero h2,
    #hero .heading {
		font-size: 3em;
	}
    #hero .subcaption {
		max-width: 600px;
		margin: 5em auto;
    }
    footer .slogan {
        font-size: 1.5rem;
    }
	footer .outro .inner {
		position: absolute;
		right: 0;
		width: 100%;
	}
    #content .products .thumbnail img {
        max-height: none;
    }
    .certifications {
        padding: 3em 0 4em 0;   
    }
    .page-home aside {
        margin-top: -30vh;
        margin-bottom: 5rem;
    }
	#hero ul li {
		font-size: 2rem;
		max-width: 200px;
		margin: 0 40px;
	}
	#hero ul li:not(:first-of-type):before {
		font-size: 2rem;
		left: -57.50px;
	}
	.categories.featured {
		position: relative;
		top: -150px;
		margin-bottom: -150px;
	}
	.categories.featured .card img {
		width: 250px;
		bottom: -100px;
	}
}

/* Extra Large Breakpoint */
@media screen and (min-width: 1200px) { 
	header nav a,
	header nav .menu-sub {
		margin: 0;
        padding: 0 1rem;
	}
    .form-bottom {
        position: relative;
    }
    button.g-recaptcha {
	   position: absolute;
        right: 0;
    }
	.grecaptcha-badge {
		float: left;
	}
    .accent-image.right {
        background-position: center right;
    }
    .accent-image.left {
        background-position: center left;
    }
    header .contact .social {
        display: inline-block;
    }
    .tri-block .col:nth-of-type(3),
    .featured-reviews .review:nth-of-type(3){
        display: block;    
    }
}

/* Overrsize Breakpoint */
@media screen and (min-width: 1400px) { 
    .duo-block .row > div:nth-of-type(1) {
        padding-left: 15%;
    }
    .duo-block .row > div:nth-of-type(2) {
        padding-right: 15%;
    }
}

