/* Navigation Non Secure Start */

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* Navigation Header Non-Secure Log in*/

.affilliateNonSecure .hiddenControl {
    display: none;
}

.affilliateNonSecure .hamburgerWrap {
	position: relative;
    height: 100%;
    width: 100%;
	z-index: 55;
}

.affilliateNonSecure .hamburgerWrap label {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

#menuResponsiveHamburger #hamburger_menu_label {
    display: block;
}

.hiddenControl {
	display: none;	
}

.mobileMenuCover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;	
	height: 100%;
	width: 100%;
	z-index: 1;
}

#hamburger_menu:checked ~ .mobileMenuCover {
	display: block;
}


.affilliateNonSecure .mainNavigation .navItem > a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #fff;
    text-decoration: none;
	border-bottom: 1px solid #2A2A2A;
	padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
}

.affilliateNonSecure .mainNavigation .navItem:hover {
    background: #252525;
}

.affilliateNonSecure .mainNavigation .navItem ul {
    display: none;
}

.affilliateNonSecure .mainNavigation .navItem:hover ul {
	display: block;
	height: 0px;
	overflow: hidden;
	position: relative;
	background: #151515;
	left: auto;
	top: auto;
	z-index: 200;
	width: auto;
	padding: 0;
	margin: 0;
}

.affilliateNonSecure .mainNavigation .navItem ul li {
    display: block;
    background: #222;
    line-height: 44px;
    height: 44px;
    padding: 0 10px 0px 10px;
    margin: 0;
    border-top: 1px solid #2A2A2A;
    color: #fff;
    font-weight: bold;
}

.mainNavigation .navItem ul li:first-child {
    border-top: none;
}

.affilliateNonSecure .mainNavigation .navItem ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 44px;
    height: 44px;
    min-width: 175px;
    white-space: nowrap;
}

.affilliateNonSecure .mainNavigation .navItem ul li:hover {
    background: #151515;
}

.affilliateNonSecure label.menuLabel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

.affilliateNonSecure .menuResponsive {
    display: block;
	position: relative;
    width: 40px;
    height: 39px;
    padding: 5px 3px 3px 3px;
    background: none;
    z-index: 10;
    float: right;
    margin: 8px;
}

.affilliateNonSecure .mainNavigation {
	position: fixed;
	width: 275px;
	height: 100%;
	overflow-y: scroll;
	left: auto;
	right: -80%;
	top: 80px;
	background: #151515;
	z-index: 150;
	-webkit-transition: right .5s ease-in-out;
	-moz-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
}

#hamburger_menu:checked ~ .affilliateNonSecure  .mainNavigation {
	right: 0;
	-webkit-transition: right .5s ease-in-out;
	-moz-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
}

.affilliateNonSecure .mainNavigation .navItem {
	display: block;
	padding: 0;
	height: auto;
	line-height: auto;
}

.affilliateNonSecure .mainNavigation .navItem ul {
	padding: 0px;
}

.affilliateNonSecure #nav_item_1:checked ~ ul,
.affilliateNonSecure #nav_item_2:checked ~ ul,
.affilliateNonSecure #nav_item_3:checked ~ ul,
.affilliateNonSecure #nav_item_4:checked ~ ul,
.affilliateNonSecure #nav_item_5:checked ~ ul {
	display: block;
	height: auto;
}

.affilliateNonSecure .headerNavMenu {
    float: left;
    background: #353434;
    width: 100%;
    height: 1px;
}

.affilliateNonSecure .headerMain {
    position: relative;
    width: 100%;
	top: 0;
	z-index: 1;
}

.affilliateNonSecure .menuResponsive {
	display: block;
	margin-top: 20px;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.affilliateNonSecure .menuResponsiveBars {
    width: 100%;
    height: 5px;
    background: #cac8c9;
    margin-bottom: 5px;
    border-radius: 2px;
}

.affilliateNonSecure .menuResponsiveBars:first-child {
    margin-top: 8px;
}

.affilliateNonSecure .headerTop {
    float: left;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 10;
}

.affilliateNonSecure .imgAffLogoNonSecure {
	margin: 7px 0 0 10px;
	width: 300px;
	height: 69px;
}

.affilliateNonSecure .nonSecureSignUp {
	float: right;
	margin: 24px 82px 0 0;
}

.affilliateNonSecure .nonSecureLogin {
	float: right;
	margin: 24px 20px 0 0;
}

.affilliateNonSecure .mainNavigation .navItem.navItemResponsive {
	display: none;	
}

/* Navigation Header Secure Log in*/

.affilliateSecure .hiddenControl {
    display: none;
}

.affilliateSecure .hamburgerWrap {
	position: relative;
    height: 100%;
    width: 100%;
}

.affilliateSecure .hamburgerWrap label {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.affilliateSecure #hamburger_open:checked ~ #menuResponsiveHamburger #hamburger_close_label {
    display: block;
}

.affilliateSecure #hamburger_open:checked ~ #menuResponsiveHamburger #hamburger_open_label {
    display: none;
}

.affilliateSecure #hamburger_close:checked ~ #menuResponsiveHamburger #hamburger_close_label {
    display: none;
}

.affilliateSecure #hamburger_close:checked ~ #menuResponsiveHamburger #hamburger_open_label {
    display: block;
}

.affilliateSecure .mainNavigation {
    width: 100%;
    height: 50px;
    float: left;
}

.affilliateSecure .mainNavigation .navItem {
	display: inline-block;
	padding: 0 10px 0px 10px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 14.1%;
	background: #004862;
	text-align: center;
	float: left;
	border-right: 1px solid #00364a;;
}

.affilliateSecure .mainNavigation .navItem > a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	display: block;
}

.affilliateSecure .mainNavigation .navItem:hover {
    background: #00aeef;
}

.affilliateSecure .mainNavigation .navItem.expandable {
    padding: 0 24px 0px 10px;
}

.affilliateSecure .mainNavigation .navItem ul {
    display: none;
}

.affilliateSecure .mainNavigation .navItem:hover ul {
    display: block;
    position: absolute;
    background: #151515;
    left: 0;
    top: 50px;
    z-index: 200;
    width: auto;
    padding: 0;
    margin: 0;
}

.affilliateSecure .mainNavigation .navItem ul li {
    display: block;
    background: #222;
    line-height: 44px;
    height: 44px;
    padding: 0 10px 0px 10px;
    margin: 0;
    border-top: 1px solid #555;
    color: #fff;
    font-weight: bold;
	width: 100%;
}

.affilliateSecure .mainNavigation .navItem ul li:first-child {
    border-top: none;
}

.affilliateSecure .mainNavigation .navItem ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 44px;
    height: 44px;
    min-width: 175px;
    white-space: nowrap;
}

.affilliateSecure .mainNavigation .navItem a:first-child {
    display: block;
}

.affilliateSecure .mainNavigation .navItem ul li:hover {
    background: #151515;
}

.affilliateSecure label.menuLabel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.affilliateSecure .menuResponsive {
    display: none;
    width: 39px;
    height: 39px;
    padding: 5px 3px 3px 3px;
    background: none;
    z-index: 10;
    float: right;
    margin: 8px;
}

.affilliateSecure .menuResponsiveBars {
    width: 100%;
    height: 6px;
    background: #909091;
    margin-bottom: 7px;
}

.affilliateSecure .menuResponsiveBars:first-child {
    margin-top: 8px;
}

.affilliateSecure .containerViewAccount {
	width: 360px;
	float: right;
	margin: 20px 0 0 0;
}

.affilliateSecure .containerViewAccount p {
	float: right;
}

/* Navigation Menu End */

.affilliateSecure .headerMain {
    position: relative;
    width: 100%;
}

.affilliateSecure .headerTop {
    float: left;
    background: #FFF;
    width: 100%;
    height: 110px;
}

.affilliateSecure .headerNavMenu {
    float: left;
    background: #00364a;
    width: 100%;
    height: 50px;
}

img.imgAffiliatesLogo {
	width: 323px;
	height: 71px;
	margin: 20px 0 0 0;
}

.affilliateSecure .mainNavigation .navItemResponsive {
	display: none;	
}

.affilliateSecure .mainNavigation.mp-log .navItem {
	width: 17.4%;
}

.affilliateSecure .mainNavigation.mp-log .navItem:hover ul {
    width: 92%;
}

/* ADA visually hidden items */
span.visually-hidden,
label.visually-hidden {
	height: 1px !important;
	width: 1px !important;
	position: absolute !important;
	color: transparent !important;
	background: transparent !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

@media all and (max-width: 1320px) {
	
	.affilliateSecure .mainNavigation .navItem {
		width: 13.8%;
	}
	
	.affilliateSecure .mainNavigation.mp-log .navItem {
		width: 17.3%;
	}
	
}

@media all and (max-width: 1250px) {
	
	.affilliateSecure .mainNavigation.mp-log .navItem {
		width: 17%;
	}
	
}

@media all and (max-width: 1200px) {
	
	.affilliateSecure .mainNavigation .navItem {
		width: 13.6%;
	}
	
	.affilliateSecure .mainNavigation.mp-log .navItem {
		width: 16.5%;
	}
	
}

@media all and (max-width: 1120px) {
	
	.affilliateSecure .mainNavigation .navItem {
		width: 13.2%;
	}
	
}

@media all and (max-width: 1024px) {
	
	.affilliateSecure .containerViewAccount {
		display: none;	
	}
	
	.affilliateSecure .mainNavigation .navItemResponsive {
		display: block;	
	}
	
    .affilliateSecure .mainNavigation {
        position: fixed;
        width: 33%;
        height: 100%;
        overflow-y: scroll;
        left: auto;
        right: -80%;
        top: 139px;
        background: #151515;
        z-index: 150;
        -webkit-transition: right .5s ease-in-out;
        -moz-transition: right .5s ease-in-out;
        transition: right .5s ease-in-out;
    }

    .affilliateSecure #hamburger_open:checked ~ .mainNavigation {
        right: 0;
        -webkit-transition: right .5s ease-in-out;
        -moz-transition: right .5s ease-in-out;
        transition: right .5s ease-in-out;
    }

    .affilliateSecure .mainNavigation .navItem,
    .affilliateSecure .mainNavigation .navItem.expandable {
        display: block;
        padding: 0;
        height: auto;
        line-height: auto;
		width: 100%;
    }
	
    .affilliateSecure .mainNavigation .navItem.expandable:last-child {
        margin-bottom: 85px;
    }

   	.affilliateSecure .mainNavigation .navItem > a,
    .affilliateSecure .mainNavigation .navItem.expandable > a {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #003B51;
        font-size: 16px;
        font-weight: normal;
    }

    .affilliateSecure .mainNavigation .navItem.expandable:before {
        right: auto;
        left: 10px;
        top: 19px;
    }

    .affilliateSecure .mainNavigation .navItem > a {
        display: block;
    }

    .affilliateSecure .mainNavigation .navItem ul {
        padding: 0px;
    }

    .affilliateSecure .mainNavigation .navItem:hover ul {
        display: block;
        height: 0px;
        overflow: hidden;
        position: relative;
        background: #151515;
        left: auto;
        top: auto;
        z-index: 200;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .affilliateSecure label.menuLabel {
        display: block;
        height: 40px;
    }

    .affilliateSecure #nav_item_1:checked ~ ul,
    .affilliateSecure #nav_item_2:checked ~ ul,
    .affilliateSecure #nav_item_3:checked ~ ul,
    .affilliateSecure #nav_item_4:checked ~ ul,
    .affilliateSecure #nav_item_5:checked ~ ul {
        display: block;
        height: auto;
		margin: 0;
    }

    .affilliateSecure .headerNavMenu {
        height: 5px;
    }

    .affilliateSecure .headerMain {
        position: fixed;
        top: 0;
        z-index: 50;
    }

    .affilliateSecure .menuResponsive {
        display: block;
        margin-top: -75px;
        margin-right: 15px;
    }
	
	img.imgAffiliatesLogo {
		width: 220px;
		height: auto;
		margin: 13px 0 0 0;
	}
	
	.affilliateSecure .headerTop {
        height: 74px;
    }

    .affilliateSecure .mainNavigation {
        top: 79px;
    }

    .affilliateSecure .menuResponsive {
        margin-top: -58px;
        margin-right: 20px;
    }
	
	.affilliateNonSecure .mainNavigation .navItem.navItemResponsive {
		display: block;	
	}
	
	.affilliateNonSecure .nonSecureLogin,
	.affilliateNonSecure .nonSecureSignUp {
		display: none;	
	}
	
	.affilliateNonSecure .imgAffLogoNonSecure {
		margin: 15px 0 0 10px;
		width: 220px;
		height: auto;
	}
	
	.affilliateNonSecure .headerTop {
		background: rgba(0,0,0,1);
		height: 64px;
	}
	
	.affilliateNonSecure .imgAffLogoNonSecure {
		margin: 8px 0 0 10px;
	}
	
	.affilliateNonSecure .mainNavigation {
		top: 64px;
	}
	
	.affilliateSecure .mainNavigation.mp-log .navItem {
		width: 100%;
	}
	
	.affilliateSecure .mainNavigation.mp-log .navItem:hover ul {
		width: 100%;
	}

}

@media all and (max-width: 960px) {
	
    .affilliateSecure .mainNavigation {
        width: 50%;
        right: -100%;
    }
	
	.affilliateNonSecure .mainNavigation {
        width: 55%;
        right: -100%;
    }

}

@media all and (max-width: 720px) {
	
    .affilliateSecure .mainNavigation {
        width: 100%;
    }

}

@media all and (max-width: 420px) {
	
    .affilliateSecure .menuResponsive {
        margin-right: 5px;
    }

}
