/* STYLES TAKEN FROM ALCUMUSGROUP.COM */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&font-display=swap");
body {
	font-family: Montserrat, sans-serif;
}

.InternetExplorer {
	overflow-x: hidden;
}

@font-face {
	font-family: alcumusgroup-icons;
	src: url(/TheAlcumusGroup/fonts/alcumusgroup-icons.eot?12fe32fea9d159324b533e38e2211315?)
			format("embedded-opentype"),
		url(/TheAlcumusGroup/fonts/alcumusgroup-icons.woff2?12fe32fea9d159324b533e38e2211315)
			format("woff2"),
		url(/TheAlcumusGroup/fonts/alcumusgroup-icons.woff?12fe32fea9d159324b533e38e2211315)
			format("woff");
}

img {
	display: block;
	max-width: 100%;
}

p {
	font-size: 15px;
}

a {
	display: inline-block;
	color: #009fd9;
}

a[href],
a[tabindex] {
	cursor: pointer;
}

.btn {
	cursor: pointer;
}

.btn-primary {
	background-color: #009fd9;
	border-color: #009fd9;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #284975;
	border-color: #284975;
	color: #fff;
}

.btn-default {
	background-color: #fff;
	border-color: #CCC;
	color: #009fd9;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #ddd;
	border-color: #ddd;
	color: #009fd9;
}

header {
	background: #fff;
	height: 76px;
	position: relative;
	z-index: 10;
}

@media (min-width: 801px) {
	header {
		height: 116px;
	}
}

.ag-header-container {
	padding: 0 20px;
	height: 100%;
}

.ag-header-container .row {
	height: 100%;
}

.ag-header-logo-image {
	width: 115px;
	position: relative;
	border: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.ag-header-logo-ie {
	display: none;
}

.InternetExplorer .ag-header-logo-all {
	display: none;
}

.InternetExplorer .ag-header-logo-ie {
	display: block;
}

@media (min-width: 801px) {
	.ag-header-logo-image {
		width: 190px;
	}
}

.ag-header-logo-container {
	flex-grow: 0;
}

.ag-header-logo-image > a {
	max-height: 70%;
	width: 100%;
}

.ag-header-logo-image img {
	max-height: 100%;
	width: auto;
	border: 0;
}

.ag-header-nav-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 85%;
	background: #284975;
	margin-left: 15%;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.ag-header-nav-content {
		background: #fff;
		-ms-flex-direction: row;
		flex-direction: row;
		overflow: hidden;
		width: 100%;
		margin-left: 0;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.ag-main-menu-lvl0 a {
	cursor: pointer;
	text-decoration: none;
}

.ag-main-menu-lvl0 a[href] {
	cursor: pointer;
}

a.ag-menu-lvl-0-link,
a.ag-menu-lvl1-link,
a.ag-menu-lvl2-link {
	color: #fff !important;
}

.ag-main-menu-lvl0 {
	position: relative;
	display: flex;
	padding: 0 15px 0 15px;
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

.ag-menu-lvl-0 {
	display: flex;
	flex-flow: column;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.ag-menu-lvl-0 > li {
	display: flex;
	flex-flow: column;
	text-align: left;
	border-bottom: 0 solid;
	transition: 0.3s;
	padding: 10px 0;
}

.ag-main-menu-lvl1 {
	display: block;
	position: absolute;
	top: 0;
	right: -100%;
	height: 100%;
	width: 100%;
	background: #284975;
	color: white;
	transition: right 0.3s;
}

.ag-main-menu-lvl1.active {
	right: 0;
}

.ag-menu-lvl-1 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
}

.ag-menu-lvl-1-item {
	padding: 10px 0;
	flex: 1 0 25%;
}

.ag-side {
	border-top: 2px solid #fff;
	padding-top: 10px;
	margin-top: 10px;
}

.ag-header-utils {
	width: 100%;
	padding: 18px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.ag-header-utils .ag-header-basket,
.ag-header-utils .js-ag-header-search-icon,
.ag-header-utils .js-ag-header-close {
	font-size: 40px;
	color: #009fd9 !important;
}

@media (min-width: 1200px) {
	.ag-main-menu-lvl0 a {
		cursor: default;
	}

	.InternetExplorer .ag-header-logo-container {
		flex-basis: 220px;
	}

	.ag-main-menu-lvl0 a {
		cursor: default;
		color: #009fd9 !important;
	}

	.ag-menu-back {
		display: none;
	}

	.ag-main-menu-lvl0 {
		position: static;
		align-items: center;
		padding: 0 30px 0 15px;
	}

	.ag-menu-lvl-0 {
		flex-flow: row;
		flex-grow: 0;
		justify-content: flex-end;
		margin: 0 -10px;
	}

	.ag-menu-lvl-0 > li {
		flex-flow: row;
		padding: 0 10px;
	}

	.ag-menu-lvl-0 > li:hover {
		padding-top: 7px;
		border-bottom: 7px solid #284975;
	}

	.ag-menu-lvl-0-link {
		padding: 30px 0 0;
		align-self: center;
	}

	.ag-main-menu-lvl1,
	.ag-main-menu-lvl1.active {
		display: none;
		position: static;
		height: auto;
		background: transparent;
		color: inherit;
	}

	.ag-menu-lvl-0 > li:hover .ag-main-menu-lvl1,
	.ag-menu-lvl-0 > li .ag-main-menu-lvl1:hover {
		display: block;
		position: absolute;
		top: 115px;
		left: 0;
		width: 100%;
	}

	.ag-menu-lvl-1 {
		flex-flow: row;
		padding: 30px;
		background: #fff;
	}

	a.ag-menu-lvl1-link {
		color: #294a76 !important;
	}

	a.ag-menu-lvl1-link:hover {
		text-decoration: underline !important;
	}

	.ag-side {
		border: none;
		border-left: 1px solid #284975;
		padding-left: 15px;
		margin: 0 0 0 15px;
	}

	.ag-main-menu-lvl-2,
	.ag-main-menu-lvl-2.active {
		padding: 15px 0 0;
		display: block;
		position: static;
		height: auto;
		background: transparent;
	}

	.ag-menu-lvl-2-item {
		padding: 0;
	}

	.ag-header-basket .js-basket-update .js-item-count {
		left: 18px;
	}

	.ag-header-utils {
		padding: 30px 18px 0 0;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex: 0 0 0;
	}

	.js-ag-header-nav-container {
		display: block;
		position: static;
		width: 100%;
	}
}

.footer {
	background: #284975;
	margin: 150px auto 0 auto;
	width: 100%;
	position: relative;
	color: #fff;
}

.ag-footer-container {
	position: relative;
	padding-top: 40px;
}

nav.ag-footer-bottom-links ul li:last-child a {
	border-right: 0;
	padding-right: 0;
}

@media (min-width: 620px) {
	.ag-footer-container {
		padding-top: 81px;
	}
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ag-footer-nav nav {
	margin-bottom: 20px;
}

.ag-footer-nav-menu {
	margin: 0 -15px;
}

.ag-footer-nav-menu {
	display: flex;
}

.ag-footer-nav-menu > li {
	padding: 0 15px;
	vertical-align: top;
}

.ag-footer-nav-menu-1,
.ag-footer-nav-menu-2,
.ag-footer-nav-menu-4 {
	display: none;
}

@media (min-width: 620px) {
	.ag-footer-nav-menu-1,
	.ag-footer-nav-menu-2,
	.ag-footer-nav-menu-4 {
		display: block;
	}

	.ag-footer-nav-menu-4 {
		flex-grow: 2;
		text-align: right;
	}
}

.ag-footer-nav-menu > li .ag-footer-nav-list-header,
.ag-footer-nav-menu > li > span {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}

.ag-footer-nav-menu li a {
	color: #009fd9;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.ag-footer-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 35pt;
	position: relative;
	width: 100%;
}

@media (min-width: 800px) {
	.ag-footer-bottom {
		border-top: 1px solid #486183;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 26px 0;
	}
}

.ag-footer-copyright p {
	line-height: 22px;
	font-size: 9px;
	color: #fff;
	margin-top: 9px;
}

nav.ag-footer-bottom-links {
	display: none;
}

.ag-footer-social-media {
	display: inline-block;
	padding: 15px;
}

.ag-footer-social-media > a {
	display: inline-block;
	margin: 0 5px;
}

.ag-footer-social-media > a img {
	max-width: 40px;
}

@media (min-width: 800px) {
	nav.ag-footer-bottom-links {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		max-width: 70%;
		flex: 0 0 1;
	}

	nav.ag-footer-bottom-links ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	nav.ag-footer-bottom-links ul li a {
		border-right: 1px solid #fff;
		color: #fff;
		font-size: 10px;
		line-height: 22px;
		text-decoration: none;
		padding: 0 10px;
		margin: 9px 0;
	}
}

/* CUSTOM PORTAL STYLES */
html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

.navbar-toggle .icon-bar {
    background-color: #009fd9;
}

.navbar-brand {
    height: auto;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}

@media (min-width: 1200px){
    .navbar.navbar-static-top .container {
        min-height: 100%;
    }
    
    .navbar-collapse.collapse {
        height: 100%;
    }
    
    div.navbar.navbar-static-top {
        min-height: 111px;
    }
    
    ul.nav.navbar-nav.weblinks {
        height: 111px;
    }
    
    .navbar-nav > li {
        transition: all .3s ease;
        display: flex;
        flex-flow: row;
        align-items: center;
        padding: 0 10px;
        height: 100%;
        border-bottom: 0px solid #284975;
    }
    
    .navbar-nav > li:hover {
        padding-top: 7px;
        border-bottom: 7px solid #284975;
    }
    
    .navbar-nav > li > a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1rem;
        font-weight: normal;
		padding: 45px 0;
		min-width: 18px;
    }
    
    .nav>li>a:hover, .nav>li>a:focus {
        color: #009fd9;
        text-decoration: none;
        background-color: transparent;
    }
    
    li a {
        margin-left: 0;
    }
}

@media (max-width: 1200px){
	.navbar-toggle {
		margin-top: 38px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
		margin-bottom: 38px;
	}
	.navbar-collapse.collapse {
		height: 340px;
	}
}

@media (max-width: 800px){
	.navbar-toggle {
		margin-top: 22px;
		margin-bottom: 22px;
	}
}
/* Need to find the media size for this
.ag-header-logo-image {
	float: left;
	margin: 14px;
}*/