@font-face {
    font-family: "icon-font";
    src: url('fonts/icon-font.eot');
    src: url('fonts/icon-font.eot?#iefix') format('eot'),
        url('fonts/icon-font.woff') format('woff'),
        url('fonts/icon-font.ttf') format('truetype'),
        url('fonts/icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
    font-family: "icon-font";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    margin-top: 4px;
}

.icon-desktop:before {
    content: "\E001";
}

.icon-menu-close:before {
    content: "\E002";
}

.icon-menu:before {
    content: "\E003";
}

.icon-mobile:before {
    content: "\E004";
}

.icon-submenu-down:before {
    content: "\E005";
}

.icon-submenu-right:before {
    content: "\E006";
}

.icon-world:before {
    content: "\E007";
}

#nav-button-container {
    position: absolute;
    width: 3.4rem;
    height: 3.4rem;
    right: 15px;
    top: 0px;
}

.nav-button,
.nav-close {
    position: relative;
    width: 3.4rem;
    height: 3.4rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    background: #a8cf45;
    color: #ffffff;
}

.nav-button:hover,
.nav-close:hover {
    background: #848688;
    color: #fff;
    text-decoration: none;
}

a.nav-button:visited, a.nav-button:active, a.nav-button:link {
    color: #fff;
    text-decoration: none;
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center;
}

.nav-button {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3rem;
}

.nav-button:before {
    content: "\E003";
}

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
}

.nav-close:before {
    content: "\E002";
}

.nav {
    line-height: 1.8em;
    color: #7f3d24;
    margin-left: 360px;
    width: 1200px;

}

.nav ul {
    border-radius: 0;
    background-color: #58c5c7;
}

.nav > ul {
    font-family: 'NeutraDisplay-Bold', 'Quicksand-Regular', sans-serif;
}

.nav ul ul {
    font-family: 'Quicksand-Regular', sans-serif;
}

.nav ul li {
    border-top: 1px solid #fff;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.1em;    /* 14px (14 / 16) */
    font-weight: 300;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.nav ul li:first-child {
    border-top: none;
}

.nav ul ul li {
    background: #54bcbe;
    font-size: 1em;
}

.nav ul ul ul li {
    background: #a8cf45;
    font-size: 1em;
}

.nav li > a:hover {
    background: #54bcbe;
    color: #ffffff;
}

.nav li.nav-submenu > a:hover {
    background: none;
}

.nav ul ul li:hover > a,
.nav ul ul li.nav-active > a {
    background: #848688;
}

.nav .nav-submenu > ul {
    margin-left: 10px;
}

.nav .nav-submenu > a {
    padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
    color: #fff;
    padding: 0.5em 2em 0.5em 2em;
    text-decoration: none;
}

.nav .nav-submenu > a:after {
    position: absolute;
    display: block;
    right: 8px;
    top: 3px;
    content: "\E005";
}


body {
    padding: 0 !important;
}

header {
    position: relative;
}

header h1:before {
    content: "\E001";
}

#nav-button-container {
    display: none;
}

.nav-button {
    display: none;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
}

.nav > ul > li {
    border-top: none;
}

.nav li > ul {
}

.nav ul ul ul {
    border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
    border-top: none;
}

.nav .nav-left > ul {
    border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
    min-width: 110px;
}

.nav .nav-submenu > ul {
    margin: 0;
}

.nav > ul > .nav-submenu > a:after {
    content: "\E005";
}

.nav .nav-submenu > a:after {
    content: "\E006";
}


/* --------------------------------------------------------------------------------------------------
 * Media Queries ------------------------------------------------------------------------------------
 * -------------------------------------------------------------------------------------------------*/
@media (min-width: 1920px) {
    .nav {
        margin: 0 auto;
    }
}
