/*
Theme Name: Chive Media Group
Theme URI: https://chivemediagroup.com
Author: X-Team
Author URI: https://x-team.com
Version: 1.0
*/

/* START Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

/* END Reset */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger.is-active:hover, .hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent !important
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent !important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(90deg);
    background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(-90deg);
    background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}


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

p {
    margin-bottom: 30px;
}

a {
    color: #64b243;
    text-decoration: none;
}

.page {
    min-height: 200px;
}

.container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    display: block;
}

.home-intro-link {
    text-align: center;
}

.hero-link {
    line-height: 1.15;
    border-bottom: 12px solid #64b243;
    font-size: 20px;
    margin: 15px auto 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}

.button {
    transition: all 0.3s linear;
    border: none;
    border-radius: 0;
    display: inline-block;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background-color: #64b243;
}

small {
    font-size: 70%;
}

.admin-bar .site-header,
.admin-bar .menu-button-holder,
.admin-bar .modal,
.admin-bar .main-nav {
    margin-top: 32px;
}

h3 {
    font-size: 21px;
    color: #64b243;
    margin-bottom: 15px;
    line-height: 2;
    font-weight: bold;
}

ul, ol {
    margin-bottom: 30px;
}

/* START Forms */
.form-field {
    margin-bottom: 30px;
    text-align: left;
}

.form-input {
    appearance: none;
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, .1);
    border: none;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: transparent url(images/bg-pattern-lines.png) center top;
    background-size: 4px auto;
    border-radius: 0;
    font-weight: bold;
    height: auto;
    line-height: 1;
    padding: 21px 18px 18px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-bottom: 3px solid transparent;
}

.form-input:focus {
    border-bottom-color: #64b243;
}

.label-input {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

textarea.form-input {
    min-height: 100px;
    resize: vertical;
    max-height: 400px;
}

.select-holder {
    position: relative;
    width: 100%;
}

.select-holder:after {
    content: "";
    height: 12px;
    width: 14px;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 10px;
    margin: auto;
    pointer-events: none;
    background: url(images/icon-dropdown-arrow-gray@2x.png) no-repeat;
    background-size: 100% auto;
    display: block;
}

.submit-button {
    line-height: 1.15;
    border: none;
    border-bottom: 12px solid #64b243;
    font-size: 20px;
    margin: 15px auto 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    appearance: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    outline: none;
}

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

@media screen and (min-width: 1024px) {
    .form-row-two-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .form-row-two-cols .form-field {
        width: 48%;
    }
}

/* END Forms */

/* START Site Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    pointer-events: none;
}

.site-header .logo,
.menu-button-holder {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    width: 70px;
    pointer-events: all;
}

.menu-button-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    top: 0;
    right: 0;
    position: fixed;
    height: 70px;
}

.hamburger {
    padding: 20px 22px;
}

.hamburger .hamburger-box {
    width: 25px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 25px;
    border-radius: 0;
    height: 2px;
    background-color: white;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: white;
}

.logo {
    display: block;
    font-size: 0;
}

.logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    z-index: 1;
    height: 100vh;
    display: none;
    pointer-events: auto;
    overflow-y: auto;
}

.main-menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin: 20px;
}

.main-menu li a {
    color: inherit;
    text-decoration: none;
    line-height: 1.6;
    font-size: 20px;
}

.properties-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.properties-menu li {
    width: 50%;
}

.properties-menu li a {
    padding: 5px 0;
    background-size: cover;
    background-position: center;
    font-size: 0;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.properties-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
}

.properties-menu li a img {
    position: relative;
    display: block;
    max-width: 80%;
    max-height: 90%;
}

.properties-menu li a:hover:before {
    background-color: rgba(17, 17, 17, .3);
}

.nav-press-enquiries {
    background-color: #1d1d1d;
    padding: 16px 10px;
    text-align: center;
    color: white;
    margin: 20px 50px 50px;
}

.nav-press-enquiries span {
    display: block;
}

@media screen and (min-width: 768px) {
    .properties-menu li {
        width: 33%;
    }

    .properties-menu li a {
        height: 250px;
    }

    .properties-menu li a img {
        max-width: 70%;
    }
}

@media screen and (min-width: 1280px) {
    .main-menu {
        padding: 100px;
    }

    .main-menu li a {
        font-size: 40px;
    }

    .site-header .logo,
    .menu-button-holder {
        width: 125px;
    }

    .menu-button-holder {
        height: 125px;
    }

    .hamburger {
        padding: 48px 38px;
    }

    .hamburger .hamburger-box {
        width: 50px;
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 50px;
        height: 4px;
    }

    .properties-menu li {
        width: 33%;
    }
}

/* END Site Header */

/* START Page Header */
.page-header {
    height: 380px;
    line-height: 0;
    position: relative;
}

.page-header-compact {
    height: 180px;
}

.page-header-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-header .hero-link {
    color: white;
}

.page-header-video:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(100, 178, 67, .65) 0, rgba(138, 0, 228, .65) 80%);
    position: absolute;
    background-size: 100%;
}

.page-header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 2;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 0 30px;
}

.page-title {
    font-size: 30px;
}

.page-intro {
    font-size: 15px;
}

.page-intro em {
    color: #64b243;
}

.btn-play-video {
    line-height: 2;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 80px;
    background: url(images/ico-play.png) no-repeat bottom center;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .page-header.page-header-compact {
        height: 300px;
    }

    .page-header-video {
        height: 450px;
    }
}

@media screen and (min-width: 1280px) {
    .page-header.page-header-compact {
        height: 410px;
    }

    .page-header-video {
        height: 700px;
    }

    .page-title {
        font-size: 90px;
    }

    .page-intro {
        font-size: 20px;
    }
}

/* END Page Header */

/* START Modal */
.modal {
    display: none;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/icon-menu-close-btn@2x.png) center center no-repeat #64b243;
    background-size: 50%;
    font-size: 0;
    appearance: none;
    border: none;
    cursor: pointer;
}

.modal-content {
    display: flex;
    justify-content: center;
    overflow-y: auto;
    height: 100vh;
}

.modal-content iframe {
    width: 100%;
    height: 100vh;
}

/* END Modal */

/* START Site Section */
.site-section {
    padding: 35px 0;
}

.site-section-with-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: white;
}

.site-section-with-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 100%;
    background-image: linear-gradient(to right, rgb(47 89 30 / 85%) 0, rgb(65 0 107 / 85%) 80%);
}

.site-section .container {
    max-width: 945px;
    position: relative;
}

.section-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    position: relative;
}

h3.section-title {
    font-size: 20px;
}

.section-title:after {
    display: block;
    background: #64b243;
    content: "";
    width: 67px;
    height: 12px;
    margin: 23px auto 32px;
}

.section-text {
    position: relative;
    font-size: 18px;
    text-align: center;
}

.section-text p {
    font-size: inherit;
    margin-bottom: 30px;
}

.home-intro-image {
    margin-bottom: 30px;
}

.home-intro-image img {
    width: 100%;
    height: auto;
}

.site-section-black {
    background-color: #171717;
    color: white;
}

.site-section-green {
    background-color: #64b243;
}

.site-section-green .section-title {
    color: white;
}

.site-section-green .section-title:after {
    background: white;
}

.site-section-green .form-input::placeholder,
.site-section-green .form-input {
    color: white;
}

.site-section-green .submit-button {
    border-bottom-color: white;
}

.page-content iframe {
    height: 100vh;
}

@media screen and (min-width: 768px) {
    .site-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 52px;
    }

    h3.section-title {
        font-size: 30px;
    }

    .hero-link {
        font-size: 30px;
        margin: 30px 0 5px;
    }
}

@media screen and (min-width: 1280px) {
    .section-title {
        font-size: 61px;
    }

    .section-text {
        font-size: 24px;
    }
}

/* END Site Section */

/* START Properties list */
.properties .section-text p {
    margin-bottom: 50px;
}

.property-item {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 310px;
    position: relative;
}

.property-item-content {
    background: rgba(17, 17, 17, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    text-align: center;
    transition: all .4s ease;
}

.property-logo {
    max-width: 60%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transition: all .4s ease;
}

.property-desc {
    color: white;
    margin-bottom: 20px;
    opacity: 0;
    transition: all .4s ease;
}

.property-desc li em {
    color: #64b243;
}

.property-link {
    border-bottom: 8px solid #64b243;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 0.2em;
    opacity: 0;
    transition: all .4s ease;
}

@media screen and (min-width: 1024px) {
    .properties-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .property-item {
        width: 50%;
    }
}

@media screen and (min-width: 1280px) {
    .property-item {
        width: 33.33%;
    }
}

@media (hover: none) {
    .property-item-content {
        background: rgba(17, 17, 17, .9);
        padding: 40px 30px 0;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        position: absolute;
        height: 270px;
    }

    .property-logo {
        max-width: 55%;
        margin-bottom: 20px;
        transform: translateY(0);
        top: 0;
    }

    .property-desc, .property-link {
        opacity: 1;
    }
}

@media (hover: hover) {
    .property-item:hover .property-item-content {
        background: rgba(17, 17, 17, .9);
        padding: 40px 30px 0;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        position: absolute;
        height: 270px;
    }

    .property-item:hover .property-logo {
        max-width: 55%;
        margin-bottom: 20px;
        height: auto;
        transform: translateY(0);
        top: 0;
    }

    .property-item.william-murray-golf:hover .property-logo {
        max-width: 160px;
        margin-top: -20px;
    }

    .property-item.chive-nation:hover .property-logo {
        max-width: 200px;
        margin-top: -10px;
    }

    .property-item:hover .property-desc, .property-item:hover .property-link {
        opacity: 1;
    }
}

/* END Properties list */

/* START Founders */
.founders {
    display: flex;
    justify-content: space-between;
}

.founder {
    width: 40%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.founder-image {
    border-radius: 100%;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
}

.founder-image img {
    transition: all .4s ease;
}

.founder:hover .founder-image img {
    transform: scale(1.2);
}

.founder-name {
    color: black;
    font-size: 15px;
    line-height: 2;
}

.founder-role {
    font-size: 12px;
    color: #64b243;
}

.modal-founder {
    background: black;
}

.founder-info {
    padding: 0 30px;
    max-width: 730px;
}

.founder-info .founder-name {
    color: white;
    font-size: 25px;
}

.founder-info .founder-role {
    font-size: 16px;
}

.founder-info-header {
    text-align: center;
    padding: 50px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.founder-info-header .founder-image {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.founder-info-content {
    color: white;
    padding: 20px 0;
    text-align: left;
    font-weight: normal;
}

.founder-info-content * {
    text-transform: none;
}

/* END Founders */

/* START Press */
.press .container {
    max-width: 1170px;
}

.press-properties-filter {
    margin-bottom: 30px;
}

.press-properties-filter .select-holder {
    max-width: 280px;
    margin: 0 auto;
}

.press-property {
    appearance: none;
    border: none;
    background: #c1c1c1;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    outline: none;
}

.press-post {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.press-post a {
    background: #f9f9f9;
    display: block;
    padding: 25px 20px 20px;
    transition: background-color .4s ease;
}

.press-post:hover a {
    background: #64b243;
}

.press-post-logo {
    margin-bottom: 15px;
    font-size: 0;
}

.press-post-logo img {
    height: 45px;
    width: auto;
}

.press-post-meta {
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: color .2s ease;
    color: black;
}

.press-post:hover .press-post-meta,
.press-post:hover .press-post-read-more {
    color: white;
}

.press-post-meta span {
    margin-bottom: 15px;
    font-size: 15px;
}

.press-post-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: color .2s ease;
}

.press-post:hover .press-post-title {
    color: black;
}

.press-post-thumbnail {
    font-size: 0;
    margin-bottom: 20px;
}

.press-post-thumbnail img {
    height: auto;
    width: 100%;
}

.press-post-read-more {
    text-transform: uppercase;
    font-size: 11px;
}

.press-load-more {
    text-align: center;
}

.article-content {
    max-width: 740px;
    margin: 0 auto;
}

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

.view-story-button {
    background-color: #64b243;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 15px;
    color: white;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .press-post {
        width: 33.33%;
        padding: 0 15px;
    }
}

/* END Press */

/* START Brand Guidelines */
.brands {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.brand {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 15px;
    width: 230px;
}

.brand-logo {
    margin-bottom: 10px;
    font-size: 0;
    text-align: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    margin: 0 auto;
}

.brand-logo img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .brands {
        justify-content: space-around;
    }

    .brand {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .brand {
        width: 33.33%;
    }
}

/* END Brand Guidelines */

/* START Careers */
.slick-arrow {
    background: url(images/icon-big-slider-nav@2x.png) no-repeat;
    background-size: 50px 100px;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    outline: none;
    border: none;
    appearance: none;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
    background-position: -25px 0;
}

.slick-arrow:hover {
    background-position-y: -50px;
}

.careers-images {
    margin-bottom: 30px;
}

.job-list-item {
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: block;
    margin-bottom: 30px;
    text-align: center;
    height: 250px;
    position: relative;
    padding: 15px;
}

.job-list-item:before {
    display: block;
    background: #64b243;
    content: "";
    width: 80px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.job-list-title {
    font-size: 17px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0;
    padding: 20px;
}

.job-list-info {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    text-align: center;
    left: 0;
}

.job-list-property {
    font-size: 15px;
    margin-bottom: 15px;
    color: white;
}

.job-list-place {
    font-size: 13px;
    font-weight: bold;
}

.job-status {
    color: #c1c1c1;
    display: block;
}

@media screen and (min-width: 1024px) {
    .job-list {
        display: flex;
        flex-wrap: wrap;
    }

    .job-list-item {
        width: 33%;
    }

    .job-status {
        display: inline;
    }

    .job-status:before {
        content: "✭";
        color: #64b243;
        margin: 0 10px;
    }
}

/* END Careers */

/* START Testimonials */
.testimonial {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-image {
    border-radius: 100%;
    width: 220px;
    height: 220px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

.testimonial-image img {
    width: 100%;
    height: auto;
}

.testimonial-content {
    color: #64b243;
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    .testimonials {
        display: flex;
        justify-content: space-around;
    }

    .testimonial {
        padding: 30px;
    }
}

/* END Testimonials */

/* START Announcements */
.announcements-posts {
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

.announcement {
    margin-bottom: 20px;
}

.announcement-date {
    color: white;
    font-size: 14px;
}

.announcement-title {
    font-size: 16px;
}

@media screen and (min-width: 1024px) {
    .announcement-date {
        font-size: 16px;
    }

    .announcement-title {
        font-size: 19px;
    }
}

/* END Announcements */

/* START Contact */
.contact-subject {
    margin-bottom: 50px;
    display: block;
    text-align: center;
    color: white;
    font-size: 14px;
}

.contact-subject-image {
    margin-bottom: 10px;
}

.contact-subject-image:after {
    display: block;
    background: #64b243;
    content: "";
    width: 80px;
    height: 6px;
    margin: 15px auto;
}

.contact-subject-image img {
    height: 72px;
    width: auto;
}

.contact-form-section {
    display: none;
}

@media screen and (min-width: 1024px) {
    .contact-subjects {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contact-subject {
        width: 30%;
        margin: 50px 0;
    }

    .contact-form {
        display: flex;
        justify-content: space-between;
    }

    .contact-form-col {
        width: 47%;
    }

    #site-issues textarea {
        height: 235px;
    }

    #copyright-dmca textarea {
        height: 157px;
    }

    #other textarea {
        height: 159px;
    }
}

/* END Contact */

/* START Site Footer */
.site-footer {
    background: url('images/img-footer-bg.jpg') no-repeat fixed top center;
    background-size: cover;
    padding: 100px 0;
}

.footer-cols {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.footer-cols > div {
    margin-bottom: 50px;
    text-align: center;
}

.footer-logo {
    order: 1;
}

.footer-logo .logo {
    width: 70px;
    background-color: black;
}

.footer-col-sitemap {
    order: 2;
}

.footer-col-properties {
    order: 3;
}

.footer-menu {
    margin-bottom: 0;
}

.footer-menu-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-menu-title:after {
    background: #64b243;
    bottom: -10px;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    position: absolute;
    width: 50px;
    margin: 0 auto;
}

.footer-menu li a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    color: #474747;
    font-size: 12px;
    font-weight: bold;
}

.copyright small {
    display: block;
}

@media screen and (min-width: 768px) {
    .footer-cols {
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    }

    .footer-cols > div {
        width: 25%;
        text-align: left;
    }

    .footer-menu-title:after {
        margin: 0;
        right: initial;
    }

    .footer-logo {
        order: 4;
    }

    .footer-logo .logo {
        width: 162px;
        margin: 0 auto;
    }

    .footer-col-properties {
        width: 50% !important;
    }
}

@media screen and (min-width: 1280px) {
    .footer-col-properties .footer-menu {
        columns: 2;
    }

    .footer-logo .logo {
        float: right;
    }
}

/* END Site Footer */



.page-content strong {
    font-weight: bold;
}

.page-content em {
    font-style: italic;
}

.page-content ul, .page-content ol {
    margin-left: 9px;
    padding-left: 11px;
}

.page-content ul {
    list-style: disc;
}

.page-content ol {
    list-style: upper-roman;
}

.page-content li {
    margin-bottom: 10px;
}
