
/*****************             MOBILE              ***********************/

/* Menu open button */
nav.mobile_menu a.mobile_menu_trigger {
    cursor: pointer;
    position: relative;
    float: right;
    color: #fff;
    font-size: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 6px;
}
nav.mobile_menu a.mobile_menu_trigger::after {
    content: "f054";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 4px;
    background: #fff;
    -webkit-box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;
    box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;
}
/* Fade */
nav.mobile_menu .mobile_menu_blanket {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9;
}
/* Menu block content */
nav.mobile_menu .mobile_menu_content {
	position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 9999999;
   
    max-width: 100%;
    background-color: #17a4e0;

    /*height: 640px;
    max-height: 100%;
    overflow-y: scroll;*/

    max-height: 100%;
    overflow-y: scroll;
}
/* Close button */
nav.mobile_menu a.mobile_menu_close_button {
	position: fixed;
    display: none;
    top: 20px;
    z-index: 99999;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    height: auto;;
	left: 10px;
}
nav.mobile_menu a.mobile_menu_close_button::after {
	content: '\ea0f';
    font-family: 'IcoMoon';
    font-size: 30px;
    margin: 10px;
    display: inline-block;
    min-width: 1.1em;
    text-align: center;
}
/* Mobile title */
nav.mobile_menu .title {
	cursor: default;
	font-family: 'Montserrat Alternates', sans-serif;
    padding: 9px 20px;
    font-size: 22px;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    color: #fff;
}
/* Li Parent arrow */
nav.mobile_menu .menu li.parent span::after {
	content: '\ea1c';
    font-family: "IcoMoon";
    float: right;
}
/* Li Parent UL back button */
nav.mobile_menu .menu li.parent li.itemback label::before {
	content: '\ea1c';
    font-family: "IcoMoon";
    margin-right: 10px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* UL First level */
.ScrollBox {
	background-color: #17a4e0;
	max-height: 100%;

}
.mobile_menu_content ul.menu {
	position: fixed;
    top: 46px;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 999;    
    background-color: #17a4e0;
    list-style: none;
    max-width: 100%;
    /*
    height: 640px;*/
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* UL Second level */
.mobile_menu_content ul.menu ul {
	position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
    background-color: #17a4e0;
    list-style: none;
    height: 100%;
    width: 100%;
    /*
    height: 640px !important; */   
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* UL Second level */
.mobile_menu_content ul.menu ul ul {
	position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
    background-color: #17a4e0;
    list-style: none;
    height: 100%;
    max-width: 100%;
    /*
    height: 640px !important;*/   
    max-height: 100%;    
    overflow-x: hidden;
    overflow-y: scroll;
}
.mobile_menu_content .menu li a, .mobile_menu_content .menu li span, .mobile_menu_content .menu li label {
	display: block;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.mobile_menu_content .menu li a.important {
	background-color: red;
}
/* Breadcrumbs */
.mobile_menu .breadcrumbs {
    padding: 10px 20px;
    font-style: italic;
    border-bottom: 1px solid #fff;
}
.mobile_menu .breadcrumbs .breadcrumb {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.mobile_menu .breadcrumbs .breadcrumb-current {
	font-weight: 400;
}
.mobile_menu .breadcrumbs .breadcrumb-separator {
    display: inline-block;
    margin-right: 5px;
    cursor: default;
}
.mobile_menu .breadcrumbs .breadcrumb-separator::before {
    content: '>';
}

/*****************             FULL              ***********************/

.full_menu ul.menu {    
    padding: 0;
    margin: 0;
    z-index: 999;    
    list-style: none;
    float: right;
}
.full_menu ul.menu li {
    border: 0;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
}
.full_menu a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}
.full_menu span {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}




.main-submenu-nav-outer {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.main-submenu-nav {
    position: relative;
    background: rgba(229,229,229,0.95);
    padding-bottom: 20px;
}
.sub-primary-navigation {
    max-width: 1140px;
    float: none;
    margin: auto;
    position: relative;
    width: 88%;
    padding-top: 16px;
}
.main-submenu-nav .rounded-arrow {
    width: 120px;
    height: 25px;
    position: absolute;
    left: 10.5%;
    top: 0;
    background: none;
}
.main-submenu-nav .rounded-arrow svg {
    fill: #17a4e0;
}
.main-submenu-nav .rounded-arrow:before {
    width: 0 !important;
}
:not(svg), :not(foreignObject) > svg {
    transform-origin: 0px 0px 0px;
}
.sub-primary-navigation ul {
    float: none;
    list-style: none;
    margin: 0;
    padding-top: 25px;
    padding-left: 300px;
}

.sub-primary-navigation>ul>li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    clear: both;
    position: relative;
    height: auto;
    line-height: 24px;
}
.sub-primary-navigation>ul>li>a:hover {
    color: #383737;
}
.sub-primary-navigation>ul>li>span:hover {
    color: #383737;
}
.sub-primary-navigation>ul>li>a {
    font-size: 16px;
    line-height: 18px;
    color: #17a4e0;
    margin: 0;
    padding: 10px 5px;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.sub-primary-navigation>ul>li>span {
    font-size: 16px;
    line-height: 18px;
    color: #17a4e0;
    margin: 0;
    padding: 10px 5px;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat Alternates' !important;
}
.sub-primary-navigation .icon-circle-down {
    width: auto;
    color: #17a4e0;
    
}
/*Third menu*/
.sub-primary-navigation>ul>li>ul {    
    padding: 0 0 0 0;
    display: none;
        
}

.sub-primary-navigation>ul>li>ul>li>a {
    color: #383737;
    font-size: 14px;
}
.sub-primary-navigation>ul>li>ul>li>a:hover {
    text-decoration: underline;
}
/* CONT Second menu*/
.subactive {
    visibility: hidden;
    opacity: 0;
}
.subactive:hover {
    visibility: visible;
    opacity: 1;
}
