#menu, .logo-main, .menu-button, body.header-trigger-active #menu {
    z-index: 20
}
.menu-content .logo-main {
    z-index: 2
}
.menu-content {
    z-index: 19
}
.open .menu-content{
    z-index: 6
}
/** LOGO **/
#menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    width: 100%
}
.header-trigger-active .tag-line {
    top: 20px;
}
.header-trigger-active.menu-open .tag-line, .menu-open .tag-line, .tag-line{
	position: absolute;
	top: 45px;
	left: 215px;
	overflow: hidden;
	width: auto;
	margin: 0;
	display: block;
	color: #fff;
	font-family: "Source Open Sans", "Open Sans";
	font-size: 12px;
	font-weight: 400;
	padding-left: 10px;
	height: auto;
}
.tag-line:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	left: 0;
	display: block;
	position: absolute;
}

.logo-main,.logo-main.alternate {
    position: absolute;
    top: 25px;
    left: 60px;
    overflow: hidden;
    width: 140px;
    height: 50px;
    margin: 0;
    text-indent: -999em;
    display: block;
}

.logo-main .container, .logo-main.alternate .container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-bottom: none;
    font-family: 'Open Sans','Helvetica Neue',Arial,Helvetica,sans-serif;
    line-height: 130%;
    font-size: 0.625em
}

.logo-main .container, .logo-main.alternate .container {
    text-align: center;
    margin: 0;
    padding: 25px 0 0 0
}

.logo-main .copy, .logo-main.alternate .copy {
    display: inline-block;
    position: relative;
    padding: 10px 15px 10px 20px;
    top: -15px;
    left: 12px;
    font-size: 0em;
    -webkit-transition: font-size 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: font-size 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: font-size 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: font-size 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: font-size 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s
}
.logo-main.sticky,.logo-main.alternate.sticky {
    display: none
}

.logo-main.alternate {
    background: transparent url('../../logo.png') no-repeat center;
    background-size: contain;
}

h1.logo-main,h1.logo-main.sticky, a.logo-main,a.logo-main.sticky {
    text-indent: -999em
}


/** MENU **/
.menu-button {
    position: absolute;
    top: 40px;
    right: 90px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#menu-button, #menu-button:hover {
	text-decoration: none;
}
.menu-button .bar:nth-child(3) {
    left: -8px;
}
.menu-open a#menu-button .bar:nth-child(2), .menu-open a#menu-button .bar:nth-child(3) {
    width: 2px;
	left: 0;
}
.menu-open a#menu-button .bar:nth-child(3) {
    left: -6px;
}
.menu-button .bar:nth-child(1) {
    top: 0px
}

.menu-button .bar:nth-child(2) {
    left: 2px;
}

.menu-button .bar:nth-child(4) {
    left: -6px;
}

.menu-button .bar {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 100%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: all 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: all 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: all 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: all 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}

.menu-button:hover .bar:nth-child(1) {
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    transform: translate3d(-2px, 0px, 0);
}

.menu-button:hover .bar:nth-child(4) {
    -webkit-transform: translate3d(0,2px,0);
    -moz-transform: translate3d(0,2px,0);
    -ms-transform: translate3d(0,2px,0);
    -o-transform: translate3d(0,2px,0);
    transform: translate3d(2px,0,0);
}

.menu-content {
    -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), top 0s 0.6s;
    -webkit-perspective: 700;
    perspective: 700;
    position: fixed;
    opacity: 0;
    top: -100%;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #231F20;
}
.menu-content ul {
    list-style: none;
}
.menu-content.menu-open {
    -webkit-transition-delay: 0s
}

.menu-content .logo-main {
    display: none;
    top: 10px
}

.menu-content .about, .menu-content .categories {
    display: inline-block;
    padding: 0 30px 0 50px;
    vertical-align: top;
}

.menu-content .about {
    padding: 0 60px;
    text-align: left
}

.menu-content .about p {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-bottom: none;
    font-family: 'Source Sans Pro','Open Sans','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 200;
    line-height: 130%;
}

.menu-content .about a {
    text-decoration: none;
    color: #fff;
    position: relative;
    opacity: 0;
    display: inline-block
}

.menu-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) 0s
}

.menu-content .categories p {
	margin-top: 40px;
	margin-bottom: 65px;
	padding-bottom: 0;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-bottom: none;
	line-height: 1;
}

.menu-content .categories p a {
    position: relative;
    left: -400px;
    padding-left: 70px;
    text-decoration: none;
    color: #fff;
    display: inline-block
}

.menu-content .categories p a .category {
    position: relative;
    -webkit-transition: top 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: top 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: top 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: top 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: top 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 3s
}

.menu-content .categories p a .number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.menu-content .social {
    -webkit-transition: opacity 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -moz-transition: opacity 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -ms-transition: opacity 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: opacity 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: opacity 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    opacity: 0
}

.menu-content .fixed-height {
    height: 400px
}

.menu-content .middle {
    text-align: center;
    border-right: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b
}

.no-touch .menu-content .about a {
    -webkit-transition: all 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: all 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: all 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: all 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: all 0.15s cubic-bezier(0.39, 0.58, 0.57, 1) 0s
}

/*
.no-touch .menu-content .about a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    content: '';
    background-color: #fff;
    -webkit-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s
}
*/
.no-touch .menu-content .about li.active a, .no-touch .menu-content .about a:hover, .no-touch .menu-content .about a:focus {
    font-weight: 300;
}
/*
.no-touch .menu-content .about li.active a:before, .no-touch .menu-content .about a:hover:before, .no-touch .menu-content .about a:focus:before {
    width: 100%
}
*/
.no-touch .menu-content .categories p a {
    -webkit-transition-property: left, color;
    -webkit-transition-duration: .7s, .15s;
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, color;
    transition-duration: .7s, .15s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.no-touch .menu-content .categories p a .number:before {
    -webkit-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: width 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s
}

.no-touch .menu-content .categories a:hover, .no-touch .menu-content .categories a:focus, .no-touch .menu-content .categories li.active a {
    color: #b59b4a
}

/*.no-touch .menu-content .categories a:hover .category, .no-touch .menu-content .categories a:focus .category, .no-touch .menu-content .categories li.active a .category {
    top: -3px
}*/

.no-touch .menu-content .categories a:hover .number:before, .no-touch .menu-content .categories a:focus .number:before, .no-touch .menu-content .categories li.active a .number:before {
    width: 100%
}

body.header-trigger-active #menu {
    position: fixed;
    height: 55px;
    background-color: #231F20;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #231F20
}

body.header-trigger-active #menu h1.logo-main, body.header-trigger-active #menu h1.logo-main.sticky,
body.header-trigger-active #menu a.logo-main, body.header-trigger-active #menu a.logo-main.sticky {
    text-indent: -999em;
}

body.header-trigger-active #menu .menu-button {
    top: 12px
}

body.header-trigger-active #menu .menu-button .bar {
    background-color: #fff
}

body.header-trigger-active #menu .menu-content {
    top: -100%
}

body.header-trigger-active #menu .logo-main {
    display: none
}

body.header-trigger-active #menu .logo-main.sticky {
    display: block;
    top: 3px;
    left: 60px;
    /*width: 140px;height: auto;*/
	width: 120px;
    height: 50px;
    margin: 0;
    text-indent: 0;
    background: transparent url('../../logo.png') no-repeat center;
    background-size: contain;
}

body.menu-open .logo-main {
    display: block;
    position: fixed;
}

body.menu-open .logo-main .copy {
    display: none
}

body.menu-open .logo-main.sticky {
    display: none
}

body.menu-open .menu-button {
    position: fixed
}

body.menu-open .menu-button .bar:nth-child(1) {
    top: 10px;
    left: 50%;
    width: 0%;
}

body.menu-open .menu-button .bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.menu-open .menu-button .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body.menu-open .menu-button .bar:nth-child(4) {
    top: 10px;
    right: 50%;
    width: 0%;
}

body.menu-open .menu-content {
    top: 0;
    opacity: 1
}

@media screen and (max-width: 767px) {
	body.menu-open .menu-content {
		overflow-y: scroll;
	}
}


body.menu-open .menu-content .categories p a {
    left: 0%
}

body.menu-open .menu-content .about p a, body.menu-open .menu-content .social {
    opacity: 1
}

body.menu-open.header-trigger-active #menu {
    height: 0;
    border-bottom: 0
}

body.menu-open.header-trigger-active #menu .logo-main {
    display: block;
    position: absolute
}

body.menu-open.header-trigger-active #menu .logo-main .copy {
    display: none
}

body.menu-open.header-trigger-active #menu .logo-main.sticky {
    display: none
}

body.menu-open.header-trigger-active #menu .menu-button {
    top: 40px
}

body.menu-open.header-trigger-active #menu .menu-button .bar {
    background: #fff
}
.menu-content span.number{
	font-family: "Source Sans Pro";
	font-weight: 300;
	font-size: 45px;
	color: #939598;
	letter-spacing: 10px;
}
.menu-content span.category{
	font-family: "Source Sans Pro";
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	letter-spacing: 5px;
	line-height: 32px;
	bottom: 0;
}
.menu-content .categories p a .number:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    background-color: #939598;
}

.menu-content .categories li a.active, .menu-content .categories li a:hover .number:before, .menu-content .categories li.active a .number:before {
    width: 100%
}

/** SOCIAL **/

.social {
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top
}

.social li {
    float: left;
	margin: 5px 15px;
	background: #A7A9AC;
	border-radius: 50%;
}

.social li:hover {
	background: #ffffff;
}
.social li a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 10px;
    text-align: center;
    color: #000;
    -webkit-transition: color 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: color 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -ms-transition: color 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: color 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    transition: color 0.125s cubic-bezier(0.39, 0.58, 0.57, 1) 0s
}

/*.social li a:active, .social li a:focus, .social li a:hover {
    color: #b59b4a
}*/

.social.dark li a {
    color: #191919
}

.social.dark li a:active, .social.dark li a:focus, .social.dark li a:hover {
    color: #b59b4a
}

@media only screen and (max-width: 1024px) {
	#menu .logo-main {
        top: 30px;
        left: 30px
    }

    #menu .menu-button {
        top: 40px;
        right: 40px
    }

    body.header-trigger-active #menu .menu-button {
        top: 16px;
        right: 40px
    }

    body.header-trigger-active.menu-open .logo-main {
        top: 30px;
        left: 30px
    }

    body.header-trigger-active.menu-open .menu-button {
        top: 40px;
        right: 40px
    }
	
}

@media only screen and (max-width: 925px) {
	.menu-content .about, .menu-content .categories {
        padding: 0 20px
    }

    .menu-content .categories p {
        font-size: 1.5em
    }

	#menu .tag-line, .header-trigger-active.menu-open #menu .tag-line{
		left: 170px;
	}
	.header-trigger-active #menu .tag-line{
		left: 210px;
	}
    #menu .logo-main.alternate {
        width: 120px;
        height: 50px
    }

    #menu {
        min-width: 0
    }

    #menu .menu-button {
        right: 60px;
        background: transparent url('../img/menu.png') no-repeat center;
        background-size: contain
    }

    #menu .bar {
        display: none
    }

    .menu-open #menu .menu-content {
        height: 100%
    }

    .menu-open #menu .menu-button {
        background: transparent url('../img/menu-close.png') no-repeat center;
        background-size: contain
    }

    body.header-trigger-active #menu {
        border-bottom: 1px solid #ccc
    }

    body.header-trigger-active #menu .menu-button {
        top: 16px;
        width: 35px;
        height: 25px;
        background: transparent url('../img/menu.png') no-repeat center;
        background-size: contain
    }

    body.header-trigger-active.menu-open #menu .menu-button {
        top: 50px;
        background: transparent url('../img/menu-close.png') no-repeat center;
        background-size: contain
    }

    .carousel-container.split-nav {
        width: 640px
    }

    .logos .logo {
        width: 150px;
        height: 90px
    }
	
	.menu-content .about, .menu-content .categories {
        padding: 0 20px
    }

    .menu-content .categories p {
        font-size: 1.5em
    }   
}

@media only screen and (max-width: 767px) {
	.header-trigger-active.menu-open .tag-line, .menu-open .tag-line, .tag-line{
		display: none;
	}
	body.header-trigger-active #menu .logo-main.sticky{
		top: 2px;
	}
	#menu .logo-main {
        /* position: absolute; */
        top: 15px;
        left: 20px;
        width: 80px;
        height: 60px;
    }

    #menu .logo-main .copy {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        font-size: 1.25em
    }

    #menu .menu-button {
        /* position: absolute; */
        top: 25px;
        right: 30px;
        background: transparent url('../img/menu.png') no-repeat center;
        background-size: contain;
    }

    #menu .menu-button .bar {
        display: none
    }

    .menu-open #menu .menu-button {
        background: transparent url('../img/menu-close.png') no-repeat center;
        background-size: contain
    }

    .menu-content {
        /* position: absolute; */
        /* height: 600px; */
    }

    .menu-content .col5 {
        width: 50%
    }

    .menu-content .col5 .v-center-content {
        vertical-align: top
    }

    .menu-content .col6 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #3b3b3b
    }

    .menu-content .col6.fixed-height {
        height: auto
    }

    .menu-content .about {
        padding: 0 20px
    }

    .menu-content .about li p {
        margin: 15px 0;
        font-size: 0.75em
    }

    .menu-content .categories {
        padding: 60px 40px 0 40px;
        text-align: left
    }

    .menu-content .categories p {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.125em
    }

    /*.menu-content .categories p .number {
        font-size: 0.88888889em
    }*/

    .menu-content .categories p .number:before {
        height: 2px
    }

    .menu-content .social {
        padding: 10px 20px
    }

    .menu-content .social a {
        width: 20px;
        height: 20px;
        font-size: 10px !important;
    }

    body.header-trigger-active #menu .menu-button {
        top: 16px;
        right: 30px;
        background-image: url('../img/menu.png');
		background-size: contain;
    }

    body.header-trigger-active #menu .logo-main.sticky {
        left: 15px
    }

    body.header-trigger-active.menu-open #menu .logo-main {
        /* display: none; */
        top: 15px;
        left: 20px;
        width: 80px;
        height: 60px;
    }

    body.header-trigger-active.menu-open #menu .menu-button {
        /* display: none; */
        top: 25px;
        right: 30px;
        background: transparent url('../img/menu-close.png') no-repeat center;
        background-size: contain;
    }
}


/** FOOTER **/

/** FOOTER **/
footer{
	background-color: #231F20;
}
footer a{
	color: #ffffff;
}
footer ul{
	list-style: none;
}
footer a:hover, footer a:focus{
	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
}
footer h4{
	color: #ffffff;
	font-family: "Source Sans Pro", "Open Sans", Helvetica;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}
footer h6, footer button{
	color: #ffffff;
	font-family: "Source Sans Pro", "Open Sans", Helvetica;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
}
footer .btn-primary:visited, footer .btn-primary:focus, footer .btn-primary:hover{
	background: #ffffff;
	color: #231F20;
	border-color: #ffffff;
}
footer .read-articles{
	background: url('../img/latest-articles.png') no-repeat left bottom transparent;
	background-size: contain;
	height: 150px;
}
footer .read-articles h4{
	position: relative;
	top: 60px;
	padding-left: 40px;
}
footer .newsletter{
	padding: 25px 50px;
}
footer .newsletter .form-inline {
	margin-top: 35px;
}
footer .newsletter .form-inline .form-group {
	width: 70%;
}
footer .newsletter .form-inline .form-group input {
	width: 100%;
}
footer .newsletter .form-inline button {
	width: calc(30% - 4px);
}
footer .first div:first-child{
	border-right: 1px solid #414042;
}
footer .second{
	border-top: 1px solid #414042;
	padding: 50px 0;
}
footer ul.categories li {
    margin-bottom: 30px;
}
footer ul.about{
	padding: 0;
}
footer ul.about li {
    margin: 10px 0 20px;
}
footer ul.about li p{
	color: #ffffff;
	font-family: "Source Sans Pro", "Open Sans", Helvetica;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 5px;
}
footer address, footer .contact{
	color: #939598;
	font-family: "Source Sans Pro", "Open Sans", Helvetica;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 36px;
}
footer .contact p a{ 
	color: #939598;
}
footer .contact p span{
	color: #ffffff;
}
@media screen and (max-width:991px) {
	footer ul.about, footer .office h4, footer .office address, footer .contact h4, footer .contact p{
		padding-left: 40px;
	}
	footer .first div:first-child{
		border: 0;
		border-bottom: 1px solid #414042;
	}
}
@media screen and (max-width:767px) {
	footer .newsletter .form-inline .form-group, footer .newsletter .form-inline button{
		width: 100%;
	}
}
