/*********************************
	Impress Design / Jack McDaniel
	www.i-d,design
	720.495.1368
*********************************/

/*********************************
	SITE COLORS: 
	
	HEADERS: #222
	ACCENT: #F15A29
	TEXT: #333
    BACKGROUND: #FFF
*********************************/

/*** FONTS ***/

/* HEADERS */
.poiret-one-regular {
  font-family: "Poiret One", serif;
  font-weight: 400;
  font-style: normal;
}

/* BODY */
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*	A. GLOBAL RESET
	. . . . . . . . . . . . . . . . . . . . */
	
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
	background: #FEFEFE;
	font-size: 18px;
	color: #444;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ins {
    background-gridor: #ff9;
    color: #11284F;
    text-decoration: none;
}
mark {
    background-gridor: #ff9;
    color: #11284F;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-gridlapse: gridlapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select { vertical-align: middle; }
input:focus { outline: none; }
button:focus { outline: none; }
textarea:focus { outline: none; }
blockquote {
    width: 90%;
    margin: 40px 0;
    padding: 20px 5%;
    background: #EFEFEF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #666;
    font-style: italic;
    font-size: 1.2em;
}
.quotes {
   background: url(../img/quotes-3.png) top left no-repeat;
   padding: 10px 0 0 48px;
   font-size: 1.3em;
}
img { max-width: 100%; }
p { 
   margin-bottom: 15px;
   letter-spacing: .008em; 
}
.clear { clear: both; }
q {
  font-size: 2.0em;
}
::selection {
    color: #fff;
    background: #333;
    text-shadow: none;
}
ol { margin-left: 30px; }
sub { 
    font-size: .85em;
    vertical-align: sub;
}
caption { text-align: center; }


/*	B. BODY INFO AND LINKS
	. . . . . . . . . . . . . . . . . . . . */

html {
    animation: fadeSiteIn 1.0s ease forwards; /* [1] */
}
html.fadeSiteOut {
  animation:  fadeSiteOut 1.0s ease forwards; /* [2] */
}

@keyframes fadeSiteIn { /* [1] */
    from   { opacity: 0; }
    to    { opacity: 1; }
}

@keyframes fadeSiteOut { /* [2] */
    from   { opacity: 1; }
    to     { opacity: 0; }
}
@keyframes delay {
    from   { opacity: 0; }
    to    { opacity: 1; }
}
@-webkit-keyframes show-text {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes show-text {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes show-textHL {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
section { 
    clear: both;
    display: block;
}
.mainContain {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 40px;
}
.mainContain760 {
    margin: 0 auto;
    max-width: 720px;
}
.mainContain800 {
    margin: 0 auto;
    max-width: 800px;
}
a { 
    color: #F15A29;
    text-decoration: none;
}
a:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom:  none;
    text-decoration: none;
    color:  #000;
}
a:focus { outline: none; }
em { 
    font-weight: bold;
    font-style: italics; 
    color: #333;
}
.smoothTran {
    opacity: 0;
    -webkit-animation: show-textHL .5s 1.0s forwards cubic-bezier(0.1, 0.59, 1.0, 1.22);
    animation: show-textHL .5s 1.0s forwards cubic-bezier(0.1, 0.59, 1.0, 1.22);
}
.smoothTran2 {
    opacity: 0;
    -webkit-animation: show-textHL 1.0s 1.75s forwards cubic-bezier(0.1, 0.59, 1.0, 1.22);
    animation: show-textHL 1.0s 2.75s forwards cubic-bezier(0.1, 0.59, 1.0, 1.22);
}

/* HERO IMAGE ROTATION FOR HOME PAGE */
#hero .mainContain { max-width: 1200px; }
#hero h1 {
    font-size: 3.25em;
}
#hero h2 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-size: 21px;
    font-weight: 600;
}

/*	C. HEADER, MENU AND SEARCH
	. . . . . . . . . . . . . . . . . . . . */


header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 150;
    width: 96%;
    height: 60px;
    background: #FFF;
    padding: 0 2% 0 2%;
    line-height: 60px;
    border-bottom: 1px solid #CCC;
}

.logo { 
	float: left;
	margin: 0 auto;
	width: 33%;
	height: 60px;
}
.logo img { 
    max-height: 36px; 
    padding: 12px 0;
    width: 285px;
}

.menu {
    float: left;
    width: 67%;
    height: 60px;
    line-height: 60px;
}
.menu ul {
    list-style: none;
    width: 100%;
}
.menu ul li {
    list-style: none;
    float: right;
    padding: 0 20px;
    line-height: 60px;
    font-size: 18px;
}
.menu ul li a {
    line-height: 1.0em;
    color: #333;  
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu ul li a:hover {
	color: #F15A29;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu ul li.last { padding-right: 0; }
/*. SIDE NAVIGATION
    . . . . . . . . . . . . . . . . . . . . */
    .menuBadge {
        display: block;
        float: right;
        text-align: center;
    }
    /* The side navigation menu */

    #mySidenav h5 {
        font-family: "Poiret One", san-serif !important;
        color: #FFF;
        font-size: 24px;
    }

    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 155; /* Stay on top */
        top: 0; /* Stay at the top */
        right: -2px;
        background: rgb(0,0,0);
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        border-right: 1px solid #000;
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 0;
        text-decoration: none;
        border-bottom: none;
        font-size: 1.0em;
        color: #F9F9F9;
        display: block;
        -webkit-transition: all .33s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .33s ease-in-out;
        transition: all .33s ease-in-out;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #F15A29;
        /*text-shadow: 0 0 15px #DDE1F9, 0 0 15px #DDE1F9;*/
        -webkit-transition: all .33s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .33s ease-in-out;
        transition: all .33s ease-in-out;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: -20px;
        right: 20px;
        font-size: 72px;
        line-height: 1.0em;
        color: #FFF;
        opacity: 80;
    }
    .sidenav .closebtn:hover {
        color: #FFF;
    }

    .sidenav .inner {
        padding: 0 20px;
    }

    .sidenav ul { 
        list-style: none; 
        padding: 0 20px;
    }
    .sidenav ul li { 
        list-style: none;
        display: block;
        padding: 4px 0;
        border-top: 1px solid #444;
        border-bottom: 1px solid #CCC;
    }
    .sidenav ul li a { 
        border-bottom: none;
    }
    .navImg { 
        float: left;
        width: 40%;
        height: 100%; 
        background: url(../img/navImg.webp) top center no-repeat;
        background-size: cover;
    }
    .navImg img {
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 250px;
    }
    .navInfo { 
        float: left;
        height: 100%;
        width: 30%; 
        color: #F9F9F9;
    }
    .navMenu {
        float: left;
        width: 100%;
        height: 100%;
        color: #F9F9F9;
    }
    .navMenu a, .navInfo a { color: #F9F9F9; }
    .navMenu a:hover, .navInfo a:hover { color: #F15A29; }
/* Sub Header */
#subHeader {
    padding: 0 2%;
    height: 32px;
    line-height: 32px;
    color: #444;
    font-style: italic;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
}
#subHeader .shLeft {
    float: left;
    width: 50%;
}
#subHeader .shRight {
    float: right;
    width: 50%;
    text-align: right;
}

/*	D. CONTENT
	. . . . . . . . . . . . . . . . . . . . */

article ul { 
    list-style: none; 
    margin-bottom: 30px;
}
article ul li {
    list-style: none;
    padding: 7px 0 7px 15px;
    background: url(../img/arrow-2.webp) 0 12px no-repeat;
    line-height: 1.3em;
}
#holistic article ul li {
    background: url(../img/arrow.webp) 0 12px no-repeat;
}
article.dddop ul { margin-bottom: 10px; }

/***CONTENT PAGE MAIN IMAGE ***/
.navy-line {
    clear: both;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    width: 60px;
    height: 1px;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navy-line2 {
    width: 100px;
    height: 1px;
    margin: 10px auto 10px;
    border-bottom: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navy-line3 {
    max-width: 800px;
    height: 1px;
    margin: 10px auto 30px;
    border-bottom: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*	E. RIGHT / LEFT COLUMN
	. . . . . . . . . . . . . . . . . . . . */

.block {
    margin: 20px 0;
}

.block ul {
    list-style: none;
    margin-bottom: 20px;
}
.block ul li {
    list-style: none;
    line-height: 1.25em;
    padding: 4px 0 4px 12px !important;
    background: url(../img/arrow.webp) 0 9px no-repeat;
}
.block ul li:hover { 
    -moz-transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
}
.block ul li a { border-bottom:  none; }
.block ul li.active a {
    font-style: italic;
    color: #666;
}
.block ul li.active ul li a {
    font-style: normal;
    color: #000;
    border-bottom:  none;
}
.block ul li ul li.active a {
    font-style: italic;
    color: #666;
}
.block ul li ul li.active ul li a {
    font-style: none;
    color: #F15A29;
}
.block ul li ul li ul li.active a {
    font-style: italic;
    color: #666;
}
.block ul li ul li {
    margin-left: 25px;
}

/*	F. FOOTER
	. . . . . . . . . . . . . . . . . . . . */

footer {
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    background: #232323;
    color: #EBEBEB;
    border-top: 2px solid #F15A29;
}
footer a {
    color: #F9F9F9;
    font-weight: 400;
}
footer a:hover { 
	color: #F15A29;
	-moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
footer .social { text-align: center; }
footer .social img {
    max-width:  50px;
    border-radius:  50%;
    -webkit-border-radius:  50%;
    -moz-border-radius:  50%;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
footer .social img:hover {  
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: rgba(9,9,121,.25) 0 1.435vw 4.484375vw 0;
    box-shadow: rgba(9,9,121,.25) 0 1.435vw 4.484375vw 0;
    -webkit-box-shadow: rgba(9,9,121,.251) 0 .538125vw 1.79375vw 0;
    box-shadow: rgba(9,9,121,.251) 0 .538125vw 1.79375vw 0;
    background: #F15A29;
}
footer .copy {
    height: 36px;
    line-height: 36px;
    background: #000;
    text-align: center;
    color: #F9F9F9;
    font-size: 15px;
    border-top: 1px solid #F15A29;
}
#mobFoot {
    display: none;
}
/* FLEX */
.flex-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 60px 0;
}
.flex-child-1 {
    float: left;
    width: 50%;
    justify-content: center;
    align-items: center;
}
/* 40 / 60 split */
.flex-child-2 {
    float: left;
    width: 40%;
    justify-content: center;
    align-items: center;
}
.flex-child-3 {
    float: left;
    width: 60%;
    justify-content: center;
    align-items: center;
}
.flex-child-4 {
    float: left;
    width: 33%;
    justify-content: center;
    align-items: center;
}
.flex-child-5 {
    float: left;
    width: 67%;
    justify-content: center;
    align-items: center;
}
.flex-child-6 {
    float: left;
    width: 33%;
    align-items: left;
}
#testimonial .flex-container {
    align-items: top !important;

} 
.testDiv {  
    width: 33%;
    float: right;
    margin: 60px -50px 20px 15px;
    padding: 20px 3%;
    background: #EFEFEF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #666;
    font-style: italic;
}
.testDiv .inner {
    padding: 0;
    margin: 0;
    line-height: 1.25em;
}
.blockImg {
    margin: 0 auto;
    margin-top: -80px;
    text-align: center;
    width: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #FFF;
}
.profile3 {
    margin: 0 auto;
    text-align: center;   
    width: 150px;
    border-radius: 50%;
    border: 3px solid #F9F9F9;
}
.proTitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    text-align: center;
}


/*	G. SPECIAL STYLINGS
	. . . . . . . . . . . . . . . . . . . . */

.storeIcon {
    max-width: 40%;
}
.articleTPL .boxShadow { 
   margin: 20px;
   padding: 0; 
}
.articleTPL h5 {
   height:52px;
   line-height:1.1em;
   overflow: hidden;
}
.articleTPL .innerC { 
   height: 221px;
   overflow: hidden;
}
.articleTPL .innerC h4 { 
  font-size: 1.5em;
}
.author { 
    clear: both;
    margin: 30px 0 50px 0;
    padding: 12px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.author img {
    float: right;
    width: 75px;
    border-radius: 50%;
    margin: 0 0 12px 12px;
}
#pricing { 
    padding: 10px 0;
    line-height: 1.14m;
    border-bottom: 1px solid #CCC;
}
#pricing .pricing { border: none; }
#pricing ul li { background: url(../img/arrow-2.webp) 0 14px no-repeat; }
.pricing { 
    padding: 10px 0;
    line-height: 1.1em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.script { font-size: 28px; }
.siteAd {
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #F9F9F9;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #F15A29;
    border-bottom: 1px solid #F15A29;
}
.siteAd a {
    color: #F9F9F9;
    text-decoration: none;
}
.siteAd a:hover { color: #F15A29; }
.rounded {
    border-radius: 12px;
}
.siteAd img {
    display: inline-block;
    margin: 10px;
    height: 30px;
}
.imgPer {
    width: 140px;
    float: left;
    margin: 12px 12px 12px 0;
}
.heroLink {
    margin-top: 20px; 
}
.mLink {
    display: inline-block;
    padding: 8px 10px;
    background: #333;
    border-radius: 5px;
    color: #F9F9F9 !important;
    text-decoration: none;
}
.mLink:hover {
    background: #F15A29;
}
.cfButton {
    display: block;
    margin-top: 30px;
    width: 170px;
    text-align: center;
    border-radius: 5px;
    background: #333;
    padding: 8px 12px;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
.cfButton:hover {
    background: #F15A29;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
.cfButton a { 
    color: #F9F9F9; 
    text-decoration: none; 
}
.menuIcon img { max-height: 60px; }
/* BLURB */
#blurb {
    margin: 0 auto;
    max-width: 720px;
    padding-bottom: 20px;
    text-align: left;
}
#blurb h3 { 
    font-size: 2.15em;
    line-height: 1.0em; 
    text-align: center;
    padding: 0 0 20px;
}
#blurb p { 
    text-align: left; 
    line-height: 1.35em;
}
#details { padding: 40px 0 80px; }
#details .inner { 
    height: 155px;
    overflow: hidden; 
}
.grey {
    background: #222;
    color: #FFF;
}
.services { padding: 20px 0; }
.services h3 { padding: 15px 0 30px; }
.services .flex-container { padding: 20px 0; }

#testimonial {
    padding: 40px 0;
    background: #FFF;
    color: #444;
}
#testimonialWHT {
    padding: 40px 0;
}
#holistic {
    padding: 40px 0;
    background: #222;
    background-size: cover;
    color: #F9F9F9;
}
#holistic .inner a { 
    color: #F9F9F9; 
    text-decoration: underline;
    font-style: italic;
}
#holistic .inner .cfLink { text-decoration: none; }
#holistic .inner a:hover { text-decoration: none; }
#holistic .innerH {
    background: rgba(0,0,0,0.85);
    border-radius: 11px;
    padding: 30px;
}
#holistic em { color: #F9F9F9; }
.date { 
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.25em;
    font-size: 0.85em;
}
.date .pad30 {
    padding-right: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #444;
}
#testimonial .date .pad30 {
    color: #F15A29;
    padding-right: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #CCC;
}
#testimonial .flex-child-1 .profile {
    position: relative;
    z-index: 10;
    max-width: 150px;
    float: right;
    margin-right: -75px;
    margin-top: 12%;
    border-radius: 50%;
    border: 3px solid #F9F9F9;
}
#testimonial .flex-child-1 .profileL {
    position: relative;
    z-index: 10;
    max-width: 150px;
    float: left;
    margin-left: -100px;
    margin-right: 20px;
    margin-top: 18%;
    border-radius: 50%;
    border: 3px solid #F9F9F9;
}
.testName { 
    font-family: 'Poiret One', sans-serif;
    font-size: 1.4em; 
}
.services .flex-child-1 .profile {
    position: relative;
    z-index: 10;
    max-width: 150px;
    float: right;
    margin-right: -100px;
    margin-top: 25%;
    border-radius: 50%;
    border: 3px solid #F9F9F9;
}
.gScale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* BOXSHADOW */
.boxShadow { 
    position: relative;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 1.435vw 4.484375vw 0;
    box-shadow: rgba(0,0,0,.5) 0 1.435vw 4.484375vw 0;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 .538125vw 1.79375vw 0;
    box-shadow: rgba(0,0,0,.5) 0 .538125vw 1.79375vw 0; 
    overflow: hidden;
}
.boxShadow3 { 
    position: relative;
    margin: 15px 15px 15px 15px;
    padding: 30px;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1.435vw 4.484375vw 0;
    box-shadow: rgba(0,0,0,.15) 0 1.435vw 4.484375vw 0;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 .538125vw 1.79375vw 0;
    box-shadow: rgba(0,0,0,.15) 0 .538125vw 1.79375vw 0; 
}
.boxShadow4 { 
    position: relative;
    margin: 15px 15px 15px 15px;
    padding: 0;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1.435vw 4.484375vw 0;
    box-shadow: rgba(0,0,0,.15) 0 1.435vw 4.484375vw 0;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 .538125vw 1.79375vw 0;
    box-shadow: rgba(0,0,0,.15) 0 .538125vw 1.79375vw 0; 
}
.boxShadow2 { 
    position: relative;
    -webkit-box-shadow: rgba(9,9,121,.25) 0 1.435vw 4.484375vw 0;
    box-shadow: rgba(9,9,121,.25) 0 1.435vw 4.484375vw 0;
    -webkit-box-shadow: rgba(9,9,121,.251) 0 .538125vw 1.79375vw 0;
    box-shadow: rgba(9,9,121,.251) 0 .538125vw 1.79375vw 0; 
    margin:15px 7px 15px 7px;
    padding:0 30px 30px 30px;
    border-radius: 12px;
}

.error { color: red; font-weight:bold; }
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

 /* MEDALLION */
 .medallion { 
    width:100%;
    margin: 0 auto;
    text-align:center;
    position:relative;
    z-index:100; 
}
.medallion img { 
    width: 100px;
    margin-top:-100px; 
}
.cfLink {
    clear: both;
    background: #000;
    border-bottom: 0;
    border-radius:  4px;
    margin-top: 20px;
    padding:  10px 10px;
    color:  #F9F9F9;
    text-decoration:  none;
    /*-webkit-box-shadow: rgba(9,9,121,.25) 0 1.435vw 4.484375vw 0;
    box-shadow: rgba(9,9,121,.25) 0 1.435vw 4.484375vw 0;
    -webkit-box-shadow: rgba(9,9,121,.251) 0 .538125vw 1.79375vw 0;
    box-shadow: rgba(9,9,121,.251) 0 .538125vw 1.79375vw 0; */
}
.cfLink:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color:  #F15A29;
    color: #F9F9F9;
    border-bottom: 0;
}
.center {
    margin: 0 auto;
    text-align: center;
}
.small {
    font-size: .85em !important;
    line-height: 1.3em;
}
.large { 
	font-size: 1.15em; 
	line-height: 1.65em;
	margin-bottom: 35px;
}
.hilite {
    color: #F15A29;
}
.hilite2 {
    font-weight: bold;
    color: #F15A29;
    letter-spacing: 1px;
}
.hiliteRed {
    color: #F9F9F9;
    background: #F15A29;
    padding: 4px 7px;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.right { text-align: right; }

.button {
    display: block;
    color: #F9F9F9;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 .75em #de7d7d;
    background: #F15A29;
}

.button:hover {
    color: #CCC;
}
.postImg {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    overflow: hidden;
}
#about h3 { display: none; }
#about h5 { padding: 0 30px; }
#about { padding: 20px 0; }

#success { padding: 40px 0 60px; }
#success h4 a { 
    color: #000;
    text-decoration: none; 
}

/*	H. IMAGE CLASSES
	. . . . . . . . . . . . . . . . . . . . */

.imgRight {
    float: right;
    max-width: 35%;
    margin: 10px 0 10px 10px;
}

.imgLeft {
    float: left;
    max-width: 35%;
    margin: 12px 12px 12px 0;
}

.imgFull {
    width: 100%;
    margin: 10px 0;
}
.img50 { 
   float: right;
   width: 60%;
   margin: 10px -10% 10px 0;
}
.img100 { 
   float: none;
   width: 120%;
   max-width: 120%;
   margin: 30px 0 30px -10%;
}
.testImg { 
   width: 100px;
   border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border: 3px solid #F9F9F9;
}


/*	I. FORMS AND NEWSLETTER
	. . . . . . . . . . . . . . . . . . . . */

.labelOut {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.formIn {
    float: left;
    width: 95%;
    margin-bottom: 4px;
    padding: 7px 2% 7px 2%;
    border: none;
    border: 1px solid #CCC;
    font-size: .85em;
    color: #444;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.formIn:focus { 
	padding:7px 2% 6px 2%; 
	background: #F9F9F9;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #0088CB;
}

textarea {
    float: left;
    width: 95%;
    height: 70px;
    padding:7px 2% 7px 2%;
    border: none;
    border: 1px solid #CCC;
    font-size: 14px;
    resize: vertical;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

textarea:focus { 
    padding:7px 2% 6px 2%; 
    background: #F9F9F9;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #0088CB;
}
.cfDown a {
    color: #F9F9F9;
}
.cfDown {
    padding: 6px 10px;
    border: 1px solid #253053;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #F9F9F9;
    background: #EA8B2D;
}
.cfContact {
    float: left;
    width: 50%;
    max-width: 150px;
    margin-top: 5px;
    color: #F9F9F9;
    text-transform: uppercase;
    padding: 7px 2%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #222; 
    border: none; 
}
.cfContact:hover { 
    color: #F9F9F9; 
    background: #F15A29;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*	J. COMMENTS / PAGINATION
	. . . . . . . . . . . . . . . . . . . . */

/*******************************************
		PAGINATION
*******************************************/
ul.PagingNav {
    clear: both;
    width: 100%;
    height: 60px;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
}

ul.PagingNav li {
    float: left;
    text-align: center;
    line-height: 1.0em;
    padding: 5px;
    margin: 0 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #23A2C3;
    background: #23A2C3; 
}

ul.PagingNav li a {
    color: #F9F9F9;
}

ul.PagingNav li a.active {
    color: #CCC;
}


/*	L. GRID SYSTEM
	. . . . . . . . . . . . . . . . . . . . */
	
.grid10 {
    float: left;
    width: 10%;
}

.grid20 {
    float: left;
    width: 20%;
}

.grid25 {
    float: left;
    width: 25%;
}

.grid30 {
    float: left;
    width: 30%;
}

.grid33 {
    float: left;
    width: 33.33%;
}

.grid35 {
    float: left;
    width: 35%;
}

.grid40 {
    float: left;
    width: 40%;
}

.grid45 {
    float: left;
    width: 45%;
}

.grid50 {
    float: left;
    width: 50%;
}

.grid55 {
    float: left;
    width: 55%;
}

.grid60 {
    float: left;
    width: 60%;
}

.grid65 {
    float: left;
    width: 65%;
}

.grid67 {
    float: left;
    width: 67%;
}

.grid70 {
    float: left;
    width: 70%;
}

.grid75 {
    float: left;
    width: 75%;
}

.grid80 {
    float: left;
    width: 80%;
}

.grid85 {
    float: left;
    width: 85%;
}

.grid90 {
    float: left;
    width: 90%;
}

.grid95 {
    float: left;
    width: 95%;
}

.grid100 {
    float: left;
    width: 100%;
}
.inner { 
	margin: 10px; 
	padding: 10px;
}


/*  L. FRONT PAGE STYLINGS
	. . . . . . . . . . . . . . . . . . . . */


/*	M. RESPONSIVE STYLING: 320 - 767 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 320px) and (max-width: 767px) {

    body { font-size: 1.35em; }
    .mainContain720 { padding: 30px; }
    header { 
        height: 60px;
        line-height: 60px;
    }
    .menu { width: 30%; }
    .menu ul { display: none; }
    .menuBadge {
        display: block;
        float: right;
        width: 30%;
        line-height: 60px;
    }
    .menuBadge img { display: block; }
    .menuIcon img { height: 60px; }
    /* NAVIGATION */
    .navImg { display: none; }
    .navInfo { display: none; }
    .navMenu {
        width: 100%;
    }
    .logo { 
    	float: left; 
    	width: 70%;
    }
    .logo a { border-bottom: none; }
    .mainContain { 
        width: 92%; 
        padding: 0;
    }
    .mainContain760 {
        width: 92%;
        padding: 0;
    }
    .mainContain800 {
        width: 92%;
        padding: 0;
    }
    #about h3.aboutH3 { display: none; }
    #testimonial .flex-child-1 .profile {
        float: none;
        text-align: center;
        margin-left: 35%;
        margin-top: -100px;
        width: 30%;
    }
    #testimonial .flex-child-1 .profileL {
        float: none;
        text-align: center;
        margin-left: 35%;
        margin-top: -100px;
        width: 30%;
    }
    .services .flex-child-1 .profile {
        display: none;
    }
    .grid67 { width: 100%; }
    .grid60 { width: 100%; }
    .grid50 { width: 100%; }
    .grid40 { float: none; width: 100%; }
    .grid33 { width: 100%; }
    .grid30 { width: 100%; float: none; }
    .grid70 { width: 100%; }
    .grid25 { width: 100%; }
    .inner {
        margin: 0;
        padding: 10px;
    }
    .flex-container { 
        flex-direction: column; 
        padding: 20px 0;
    }
    .flex-child-1 { width: 100%;}
    .flex-child-4 { width: 100%; }
    .flex-child-5 { width: 100%; }
    .heroLink { margin: 25px 0; }
    .cfContact {
        font-size: 18px;
        padding: 12px 2%;
        max-width: 250px;
    }
    #testimonial .date .pad30 {
        width: 100%;
        padding: 0;
        letter-spacing: 2px;
    }
    footer { font-size: 1.0em; }
    footer .grid33 { text-align: center; }
    footer .grid33 .right { text-align: center; }
    footer .grid33 .imgRight {
        float: none;
        width: 100%;
    }
    footer .grid50 .right { text-align: center; }
    footer .grid50 { text-align: center; }

    .block ul li { background: none; }
    .imgRight {
        width: 50% !important;
        max-width: 50%;
    }
    .large { font-size: 1.0em;} 
    #difference .grid25 {
        margin-top:  0;
    }
   .img50 { 
      float: none;
      width: 100%;
      margin: 15px 0;
   }
   .img100 { 
      float: none;
      width: 100%;
      max-width: 100%;
      margin: 30px 0;
      padding: 0;
   }
   #about h3 { 
      display: block; 
      margin-bottom: 20px;
   }
   #about .date { display: none; }
   .boxShadImg { margin: 0 -12px 0 -12px; }
   .cfContact { 
      width: 90%;
      padding: 10px 5%;
   }
    .testDiv { 
       float: none;
       width: 93%;
       margin: 60px 0 30px 0;
       padding: 20px 3% 0 3%;
    }
    .testDiv .inner {
       padding: 0 10px 20px 0;
       margin: 0;
       line-height: 1.25em;
    }
    #subHeader { display: none; }
    #hero h1 { font-size: 2.25em; }
    #mobFoot {
       display: block;
       background: #CCC;
       position: -webkit-sticky; /* Safari */
       position: sticky;
       bottom: 0;
       z-index: 150;
       height: 60px;
       line-height: 60px;
       border-top: 1px solid #CCC;
    }
    #mobFoot img {
        height: 50px;
        padding-top: 3px;
    }
    #mobFoot .iconL {
       float: left;
       width: 33%;
       text-align: left;
    }
    #mobFoot .iconM {
       float: left;
       width: 33%;
       text-align: center;
    }
    #mobFoot .iconR {
       float: left;
       width: 33%;
       text-align: right;
    }
    .articleTPL .innerC { 
       height: auto;
    }
    .boxShadow4 { margin: 0; }
    .storeIcon {
        text-align: center;
        max-width: 48%;
    }
    #details .inner { 
        height: auto;
    }
       
}

/*	N. RESPONSIVE STYLING: 768 - 959 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 768px) and (max-width: 959px) {

    body { font-size: 1.2em; }
    header { 
        height: 60px;
        line-height: 60px;
    }
    .menu {
        width: 30%;
    }
    .menu ul { display: none; }
    .menuBadge {
        display: block;
        float: right;
        width: 20%;
        line-height: 80px;
    }
    .menuBadge img { display: block; }
    .menuIcon img { max-height: 60px; }
    /* NAVIGATION */
    .navImg { width: 20%; }
    .navImg img { display: none; }
    .navInfo { width: 40%; }
    .navMenu {
        width: 40%;
    }
    .mainContain { width: 90%; }
    .mainContain800 { width: 90%; }
    .logo { 
    	float: left; 
    	width: 70%;
    }
    .logo a { border-bottom: none; }
    .inner {
        margin: 0;
        padding: 10px;
    }
    .cfContact {
        font-size: 18px;
        padding: 12px 2%;
        max-width: 250px;
    }
    footer .grid33 { text-align: center; }
    footer .grid33 .right { text-align: center; }
    footer .imgRight {
        float: none;
        width: 100%;
    }
    .footer .grid25 { width: 100%; }
    .foot50 { width: 50%; }
    .footRight { width: 100%; }
    .large { 
		font-size: 1.0em;
	} 
    .grid33 { 
       float: none;
       width: 100%;
    }
   .img100 { 
      float: none;
      width: 100%;
      max-width: 100%;
      margin: 30px 0;
      padding: 0;
   }
   .testDiv {  
       width: 33%;
       float: right;
       margin: 60px 0 20px 12px;
    }
    .img50 { 
       float: right;
       width: 50%;
       margin: 10px 0 10px 10px;
    }
}

/*	N2. RESPONSIVE STYLING: 1450 - 3000 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 1450px) and (max-width: 3000px) {


}

/*	O. HEADERS
	. . . . . . . . . . . . . . . . . . . . */
h1,
h2, h3, h4, h5 {
    font-family: 'Poiret One',sans-serif;
    line-height: normal;
    font-weight: 400;
    margin: 0px;
}

h1 {
    font-size: 3.0em;
    color: #000;
    padding: 20px 0;
}

h2 {
    font-size: 2.4em;
    color: #333;
}

h3 {
    font-size: 2.15em;
    padding: 40px 0 5px;
}

h4 {
    font-size: 1.8em;
    line-height: 1.1em;
    margin: 15px 0 20px 0;
    padding: 0;
}

h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.6em;
}

/*	HEADERS: 320 - 767 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
@media only screen and (min-width: 320px) and (max-width: 767px) {

   h1 { 
      font-size: 42px; 
      line-height: 1.2em;
   }
   h2 {
       font-size: 1.8em;
       line-height: 1.1em;
   }
   h3 {
       font-size: 1.6em;
   }
   h4 {
       font-size: 1.4em;
   }
   #hero-2 h1 { font-size: 42px !important; }
}