 /* ------------------------------------- 
		FONTS 
------------------------------------- */

@font-face {
    font-family: 'Acherus Grotesque';
    src: url('../fonts/AcherusGrotesque-Light.eot');
    src: url('../fonts/AcherusGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcherusGrotesque-Light.woff2') format('woff2'),
        url('../fonts/AcherusGrotesque-Light.woff') format('woff'),
        url('../fonts/AcherusGrotesque-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acherus Grotesque';
    src: url('../fonts/AcherusGrotesque-Black.eot');
    src: url('../fonts/AcherusGrotesque-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcherusGrotesque-Black.woff2') format('woff2'),
        url('../fonts/AcherusGrotesque-Black.woff') format('woff'),
        url('../fonts/AcherusGrotesque-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acherus Grotesque';
    src: url('../fonts/AcherusGrotesque-BlackItalic.eot');
    src: url('../fonts/AcherusGrotesque-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcherusGrotesque-BlackItalic.woff2') format('woff2'),
        url('../fonts/AcherusGrotesque-BlackItalic.woff') format('woff'),
        url('../fonts/AcherusGrotesque-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acherus Grotesque';
    src: url('../fonts/AcherusGrotesque-LightItalic.eot');
    src: url('../fonts/AcherusGrotesque-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcherusGrotesque-LightItalic.woff2') format('woff2'),
        url('../fonts/AcherusGrotesque-LightItalic.woff') format('woff'),
        url('../fonts/AcherusGrotesque-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lakeside';
    src: url('../fonts/Lakeside.eot');
    src: url('../fonts/Lakeside.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lakeside.woff2') format('woff2'),
        url('../fonts/Lakeside.woff') format('woff'),
        url('../fonts/Lakeside.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



/* ------------------------------------- 
		TYPOGRAPHY 
------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 0px 0px 15px 0px;
	color: #006A3F;
    font-family: 'Acherus Grotesque', Arial, Helvetica, sans-serif;
	font-weight: normal;
    letter-spacing: 3px;
    font-weight: 900;
}
h1, .home h1 {
    font-size: 56px;
    text-transform: uppercase;
}
h2, .yoo-zoo h2 {
    font-family: 'Lakeside';
    font-size: 50px;
    letter-spacing: 0;
    font-weight: normal;
}
h3, #yoo-zoo .item h3 {
    font-size: 30px;
    text-transform: uppercase;
}

h3.case-study-title {
    font-size: 22px;
    margin-bottom: 5px;
}
h4, .yoo-zoo h4 {
    font-size: 26px;
    text-transform: uppercase;
}
h5, .yoo-zoo h5 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
}
h6 {
    font-size: 50px;
    text-transform: uppercase;
}
.highlight {
    color: #F4F1ED;
    -webkit-text-fill-color: #F4F1ED; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #006A3F;
  }


/* PARAGRAPH
*********************************************/

p, ul, ol {
    font-family: 'Acherus Grotesque' Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006A3F;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 20px;
}

.pos-excerpt p {
    font-size: 14px;
}

.footer-contact .fas, .footer-contact .fab {
    padding: 0 10px;
}
.social p {
	font-size: 30px;
}
.social .fab {
    padding: 0 5px;
}
footer p {
	font-size: 15px;
	color: #006A3F;
	line-height: 1.2;
	margin-bottom: 15px;
}

blockquote {
    font-family: 'Acherus Grotesque' Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #006A3F;
    line-height: 1.3;
}
blockquote cite {
    font-family: 'Acherus Grotesque' Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #006A3F;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-top: 10px;
}

/* LISTS
*********************************************/

ul, ol {
	padding:0 0 0 20px;
}
.text-center ul, .text-center ol {
	list-style: inside;
}
ul li, ol li {
	margin: 0px 0px 5px 5px;
}

.list-column ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* LINKS
*********************************************/
a, a:link, a:visited {
	text-decoration: underline;
    color: inherit;
    cursor: pointer;
    font-weight: inherit;
    color: #006A3F;
}
a:hover {
	text-decoration:none;
}
.pos-link a {
    font-size: 18px;
    font-weight: 900;
    color: #006A3F;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.pos-link a::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #006A3F;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.pos-link a::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
    content: '';
}
 
.pos-link a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.pos-link a:hover {
  color: #006A3F; 
}

.pos-link ul {
    margin: 0px;
    padding: 0px;
}
.pos-link li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0px;
}
.pos-link li::after {
        content: "";
        margin: 0px 3px 5px 10px;
        display: inline-block;
        width: 4px;
        height: 4px;
        left: 0;
        top: 0;
        background: #006A3F;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
}
.pos-link li:last-of-type{
    margin-right: 0px;
}
.pos-link li:last-of-type::after{
    display: none;
}

.pos-button a {
    font-size: 15px;
    font-weight: 900;
    color: #006a3f;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 2px solid #006a3f;
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: color 0.3s;
	transition: color 0.3s;
    display: inline-block;
    z-index: 1;
}

.pos-button a::before,
.pos-button a::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pos-button a::before {
	background: #60A084;
}
.pos-button a::after {
	background: #006a3f;
}
.pos-button a:hover {
	color: #F4F1ED;
}
.pos-button a:hover::before,
.pos-button a:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.pos-button a:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}


.pos-button .button::before, .pos-button .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pos-url a {
    font-family: 'Lakeside';
    font-size: 40px;
    text-decoration: none;
    position: relative;
}

.pos-url a::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #006A3F;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.pos-url a::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
    content: '';
}
.pos-url a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.pos-url a:hover {
  color: #006A3F; 
}


h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited  {
	text-decoration: none;
}
footer a, footer a:link, footer a:visited {
	text-decoration:none;
	color: #006A3F;
	font-weight: inherit;
	line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer a:hover {
	text-decoration:none;
    color: #006A3F;
}


/* OTHER
*********************************************/

hr {
    width: 100%;
    height: 1px;
    background: #006A3F;
    border: 0px;
    margin: 0px auto 30px;
}

footer hr {
    background: #006A3F;
}