/*CustomCSS*/
/*Text/Buttons*/
h1,h2,h3,
section .section-header h3.title,
.iw-catalogue-wrapper .product.preview .price,
.content-product-details #iw-aside-scroll-container #iw-product-section-features .list-group-item.active i,
.text-primary,
a:hover {
    color: #000080 !important;
}
a,
.btn.btn-cart i,
.btn.btn-profile i {
    color: #008aff !important;
}
.bold {
    font-weight: bold !important;
}
.bolder {
    font-weight: 900 !important;
}
.btn-primary,
.btn-primary:hover,
.bg-primary,
.iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
.dropdown-item:hover,
#bootstrap-confirm-box-modal .btn-success {
    background-color: #008aff !important;
    border-color: #008aff !important;
    color: white !important;
}
.iw-filters-container .iw-filters-list .filter-list .filter-item a:hover:not(:disabled):not(.disabled),
.iw-filters-container .iw-filters-list .filter-list .filter-item a.selected:not(:disabled):not(.disabled),
.iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled):active {
    border-color: rgb(0 138 255 / 75%);
    background-color: rgb(0 138 255 / 75%);
    color: white !important;
}

.btn.btn-outline-primary,
.btn.btn-icon,
.btn.btn-secondary,
.btn.btn-outline-primary:hover:not(:disabled):not(.disabled),
.btn.btn-icon:hover:not(:disabled):not(.disabled),
.btn.btn-secondary:hover:not(:disabled):not(.disabled),
.btn.btn-cookie,
.btn.btn-outline-gray {
    border-color: #008aff !important;
    color: #008aff !important;
    background: white;
}

.iw-ribbon .bg-ribbon,
.iw-stepper .iw-step {
    color: #000080 !important;
}
.iw-ribbon .fg-ribbon,
.iw-stepper .iw-step.current .circle {
    background-color: #000080 !important;
}
.iw-stepper .iw-step::after,
.iw-stepper .iw-step+.iw-step::after {
    background-color: #008aff;
}
.alert-primary {
    color: black;
    background-color: #00008080;
    border-color: #00008080;
}
.product .d-flex .flex-row .align-items-start .info-area {
    position: relative;
}
.product .px-3 .d-flex .flex-column .justify-content-between {
    position: absolute;
    clip: rect(0, 100px, 200px, 0);
    width: 100%;
    margin: 0 !important;
    max-width: 400px;
    top: -19%;
}

/*Layout*/
.aspNetHidden {
    display: none;
}
#PageForm {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    justify-content: space-between;
}
.iw-carousel-cover .carousel-inner .carousel-item .img-container {
    height: auto;
}

/* Product/Group Mods */
.content-product-details .iw-aside-container {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.iw-aside-navigator-wrapper .iw-aside-navigator .card {
    border: none;
    overflow: hidden;
}
.iw-aside-navigator-wrapper .iw-aside-navigator .card::before {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgba(0,138,255,1) 50%, rgba(0,0,0,1) 50%);
}

.iw-aside-navigator-wrapper .iw-aside-navigator .card hr {
    display: none;
}
.iw-aside-navigator-wrapper .iw-aside-navigator .card .list-group.text-muted.links {
    padding: 10px 0;
}
.iw-aside-navigator-wrapper .iw-aside-navigator .card .price {
	color: #000080;
}
#iw-aside-menu-list .list-group-item.active,
#iw-aside-menu-list .list-group-item.active i {
    border-left: none;
    border-bottom: none;
    color: #000080 !important;
}
#iw-aside-menu-list .list-group-item.active::before {
    content: "";
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    background: linear-gradient(0deg, rgba(0,138,255,1) 50%, rgba(0,0,0,1) 50%);
}
#iw-aside-menu-list .list-group-item {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 42px;
}
#iw-aside-menu-list .list-group-item>div {
    min-height: 33px;
}
#iw-aside-menu-list .list-group-item[href="#view-prices"] {
    display: none !important;
}
.content-product-details .iw-aside-container #view-prices ~ div {
    display: none !important;
}
.content-product-details .iw-aside-container section {
    width: 100%;
    margin-bottom: 30px !important;
}
.editions-overflow {
    padding: 0 !important
}
.edition h3 {
    color: black !important;
}
.edition .available-addons {
	height: 45px;
	overflow: hidden;
	margin-top: -51px;
}
.edition .available-addons div:first-child:hover {
	cursor: pointer;
}
.edition .available-addons > div:first-child {
	text-align: center;
	font-weight: normal !important;
	background-color: white !important;
    border-color: #008aff !important;
    border: 1px solid #008aff;
    color: #008aff !important;
    width: 200px;
    margin: 2px auto 0 auto;
    display: block;
    border-radius: 4px;
    padding: 10px;
}
.edition .available-addons > div:first-child p {
	font-size: 16px;
	line-height: 20px;
	display: none;
}
.edition .available-addons > div:first-child .close-addon-popup {
	position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background: #dc3545;
    border: 1px solid #dc3545;
    padding: 8px;
    font-size: 20px;
    line-height: 11px;
    border-radius: 4px;
    display: none;
}
.edition .available-addons > div:first-child .close-addon-popup:hover {
	cursor: pointer;
}
.edition .available-addons > div:first-child p a {
	text-decoration: underline;
}
.edition .available-addons.visible-popup {
	height: 300px;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 8px 0px #ccc;
    background: white;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
    margin-top: 0px !important;
}
.edition .available-addons.visible-popup div:first-child:hover {
	cursor: initial;
}
.edition .available-addons.visible-popup > div:first-child {
	font-weight: bold !important;
	color: black !important;
    font-size: 18px;
    border: none;
    width: 100%;
    margin: 0 auto !important;
    padding: 5px 30px 10px 30px;
}
.edition .available-addons.visible-popup > div:first-child p,
.edition .available-addons.visible-popup > div:first-child .close-addon-popup {
	display: block;
}
.edition .available-addons.visible-popup .addon-item {
    border-radius: 0;
    margin-bottom: 0 !important;
    width: 100%;
    margin-bottom: -1px !important;
}
.edition .available-addons.visible-popup .addon-item:nth-child(even) {
    background-color: #eee;
}
.edition .available-addons.visible-popup .addon-item img {
    display: none;
}
.edition .available-addons.visible-popup .addon-item .addon-top  {
    padding-right: 10px;
}
.edition .available-addons.visible-popup .card-body {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 5px !important;
}
    

.content-product-details .iw-aside-container ul {
    padding-left: 16px;
}
.slick-list .slick-track {
    width: 100% !important;
    height: unset !important;
    border: .5px solid #ccc;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.slick-slider {
	user-select: initial;
    touch-action: initial;
    -webkit-tap-highlight-color: initial;
}
.slick-slide  {
    width: 33.333% !important;
    height: unset !important;
    border: .5px solid #ccc;
    padding: 15px 0;
    float: none;
}
.iw-product-section-editions .slick-prev,
.iw-product-section-editions .slick-next,
.iw-product-section-editions .slick-dots {
    display: none !important;

}
.content-product-details #iw-aside-scroll-container .iw-product-section-editions .edition-wrapper .edition .buttons-actions {
    min-height: 0 !important;
    pointer-events: visible !important;
}
.content-product-details #iw-aside-scroll-container .iw-product-section-editions .edition-wrapper .edition {
    min-height: 0 !important;
    position: relative;
}
.iw-catalogue-wrapper .product-wrapper .product:not(.preview) {
    height: 200px;
}
.content-product-details #iw-aside-scroll-container .iw-product-section-editions .slick-list {
	overflow: visible;
}
.content-product-details #iw-aside-scroll-container .iw-product-section-editions .slick-list .slick-active>div {
    border: none;
}
.content-product-details #iw-aside-scroll-container .iw-product-section-editions .slick-list .slick-track {
    transform: translate3d(0,0,0) !important;
    pointer-events: auto !important;
}
.slick-list.draggable {
    pointer-events: auto !important;
}
.content-product-details .edition-top {
	height: 242px;
	padding-bottom: 54px;
    justify-content: space-between;
}
.content-product-details .edition-top .unit-price > div {
	flex-direction: column-reverse !important;
}
.content-product-details .edition-top > .d-flex {
    margin: 0 !important;
}
.content-product-details .commitment-amount-wrapper div {
    margin-bottom: 0;
    margin-top: 1.5rem !important;
    font-size: 1rem;
    line-height: 1.2rem;
}
#iw-editions-tab-content .compare-editions-wrapper {
    display: none !important;
}
#iw-editions-tab-content .row .col-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
/*Product Pages*/

/*OFFICE 365 ENTERPRISE*/
#office-365-enterprise-overview {
	text-align: center;
}
#office-365-enterprise-overview h1 {
	font-size: 24px;
	line-height: 29px;
}
#office-365-enterprise-overview h2 {
	font-size: 22px;
	line-height: 30px;
}
#office-365-enterprise-overview h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
#office-365-enterprise-overview img {
	width: 100%;
	padding-bottom: 30px;
}

/*Login Page*/
.login-logo-image {
    max-height: 300px;
}

/*Navigation*/
.navbar.navbar-main .top-menu-wrapper .navbar-brand .brand-logo {
    max-width: 160px;
}
.sidebar.sidebar-main,
.navbar.navbar-main .corner {
    background: #ededed !important;
}
.navbar.navbar-main .sidebar-toggler i,
.sidebar.sidebar-main a:not(:disabled):not(.disabled):active i,
.sidebar.sidebar-main a:not(:disabled):not(.disabled).active i {
    color: black;
}
.sidebar.sidebar-main a,
.sidebar.sidebar-main a span,
.sidebar.sidebar-main a [class*=icon-]:before {
    color: black !important;
}
.sidebar.sidebar-main a:hover i,
.sidebar.sidebar-main a:hover [class*=icon-]:before {
    color: #008aff !important;
}
.sidebar.sidebar-main a:before,
.sidebar.sidebar-main a:after {
    border-left-color: #008aff !important;
    border-bottom: none !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.active .nav-link {
    border-color: #008aff !important;
}
.pagination.mb-0 .page-item:not(.disabled) i {
    color: #008aff;
}
/*Footer Mods*/
footer.main-footer {
    background: #ededed;
    color: black;
    padding: 20px 0 0 0;

}
.main-footer .row.justify-content-center,
.main-footer hr {
    display: none;
}
#climb-footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-footer .container {
    max-width: 1140px;
}
#climb-footer img {
    width: 200px;
    max-width: 24%;
    min-width: 100px;
}
#climb-footer p,
#climb-footer ul,
#climb-footer a {
    margin: 0;
    padding: 0;
    color: black !important;
    list-style-type: none;
}
#climb-footer-links {
    width: 50%;
    max-width: 450px;
    min-width: 200px;
    flex-grow: 1;
}
#climb-footer-links ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#climb-footer-links li {
    padding: 0 15px 5px 15px;
    width: 163px;
}
#climb-footer img,
#climb-footer-links,
#climb-footer-address {
    padding-bottom: 20px;
}
#section-wrapper-view-customer-spaces {
    display: none;
}
a[href='#view-customer-spaces'] { 
    display: none ;
}

#section-wrapper-view-assets {
    display: none;
}
a[href='#view-assets'] { 
    display: none ;
}
@media screen and (max-width: 1530px) {
	.content-product-details .slick-slide  {
	    width: 50% !important;
	}
}
@media screen and (max-width: 1180px) {
	.content-product-details .slick-slide  {
	    width: 100% !important;
	}
	.content-product-details .edition-top {
		height: 227px !important;
	}
}
@media screen and (max-width: 991px) {
	.content-product-details .slick-slide  {
	    width: 50% !important;
	}
	.content-product-details .edition-top {
		height: 242px !important;
	}
}
@media screen and (max-width: 767px) {
	.content-product-details .slick-slide  {
	    width: 100% !important;
	}
	.content-product-details .edition-top {
		height: 227px !important;
	}

