@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-Black.woff2) format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-BoldItalic.woff2) format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-MediumItalic.woff2) format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ABCDiatype';
	src: url(../css/fonts/ABCDiatype-RegularItalic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'UntitledSerif';
	font-style: normal;
	font-weight: 700;
	src: url(../css/fonts/untitled-serif-bold.woff2) format('woff2');
}

@font-face {
	font-family: 'UntitledSerif';
	font-style: italic;
	font-weight: 700;
	src: url(../css/fonts/untitled-serif-bold-italic.woff2) format('woff2');
}

@font-face {
	font-family: 'UntitledSerif';
	font-style: normal;
	font-weight: 500;
	src: url(../css/fonts/untitled-serif-medium.woff2) format('woff2');
}

@font-face {
	font-family: 'UntitledSerif';
	font-style: italic;
	font-weight: 500;
	src: url(../css/fonts/untitled-serif-medium-italic.woff2) format('woff2');
}

@font-face {
	font-family: 'UntitledSerif';
	font-style: normal;
	font-weight: 400;
	src: url(../css/fonts/untitled-serif-regular.woff2) format('woff2');
}

@font-face {
	font-family: 'UntitledSerif';
	font-style: italic;
	font-weight: 400;
	src: url(../css/fonts/untitled-serif-regular-italic.woff2) format('woff2');
}

body {
	color: #696969;
	background: #fff;
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a, img, li {
	outline: none;
	border: 0;
	text-decoration: none;
	list-style-type: none;
}

a {
	color: #2D3648;
}

#wrapper {
	width: 100%;
	height: auto;
	margin: auto;
	background: #fff;
}

p {
	color: #03203D;
	font-family: 'UntitledSerif';
	font-style: normal;
	font-weight: 400;
	font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 375px) / (1728 - 375))), 22px);
	line-height: 123.6%;
}

.login-box {
	max-width: 320px;
	margin: 0 auto;
	clear: both;
	padding: 18px;
}

@media (min-width:768px) {
	.login-box {
		padding: 28px;
		padding-top: 0;
	}
}

.login-box label {
	text-transform: uppercase;
	float: left;
}

.login-box input {
	width: 290px;
	height: 16px;
}

.login-box p {
	padding: 0 0 8px 0;
	overflow: hidden;
	text-align: center;
}

.login-box .loginbutton {
	width: 160px;
	height: 44px;
	background: #B9C8DA;
	color: #0b3d71;
	text-align: center;
	font-size: 16px;
	padding: 0 58px;
	cursor: pointer;
	display: inline-block;
	border: none;
	background-position: center;
	font-weight: 600;
	float: none;
	margin-left: 0;
}

	.login-box .loginbutton:hover {
		background: #0b3d71;
		color: #fff;
	}

.login-box p a {
	text-decoration: underline
}

#ContentPlaceHolder1_lblErrorMsg {
	width: 100% !important;
}

#wrapper #header {
	width: 100%;
	height: calc(clamp(8.75rem, 8.863vw + 6.673rem, 16.25rem));
	background: #B9C8DA;
}

	#wrapper #header #header-logo {
		float: left;
		margin-top: calc(clamp(0rem, 4.062vw - 0.952rem, 3.438rem));
	}


	#wrapper #header .innerHeader {
		max-width: 1449px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#wrapper #header .search {
		width: 318px;
		margin: 58px 60px 0;
	}

		#wrapper #header .search p {
			float: right;
			padding: 3px 0 0 0;
			width: 318px;
			position: relative;
			right: 14px;
		}

.search p a {
	color: #5e5e5e;
	float: right;
	font-size: 14px;
}

#wrapper #middle {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}

#wrapper #nav {
	width: 995px;
	height: 33px;
	background: #dc492e;
	border-bottom: 1px dotted #6f8490;
	border-top: 1px dotted #6f8490;
}



#wrapper #middle #middle-content {
	max-width: 1449px;
	height: auto;
	overflow: hidden;
	padding: 40px 10px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 60px;
}

@media (min-width:768px) {

	#wrapper #middle #middle-content {
		padding: 40px 20px;
		display: flex;
	}

	#wrapper #header .innerHeader {
		padding-left: 20px;
	}

	.login-box p {
		text-align: left;
		padding-bottom: 12px;
	}
}

@media (min-width:1024px) {

	#wrapper #middle #middle-content {
		padding: 40px 20px;
	}
}

#wrapper #middle #middle-content .gridcol-1 {
	max-width: 1170px;
	height: auto;
	float: left;
	margin-bottom: 55px;
}

.gridcol-1 a {
	color: #03203D;
	text-decoration: underline
}

input, textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #d3d3d3;
	margin: 0;
	padding: 6px 4px;
}

input {
	width: 100%
}

.search {
	float: right;
}


#footer {
	height: auto;
	padding: 32px 0;
	background: #03203D;
	color: #fff;
	font-size: 12px;
	margin-top: 55px;
}

	#footer p {
		padding: 0 15px 0 0;
		max-width: 1449px;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		color: #fff;
		font-family: 'UntitledSerif';
		letter-spacing: -0.01em;
	}

@media (min-width:1024px) {
	#footer p {
		text-align: right;
	}

	.login-box .loginbutton {
		width: 200px;
	}
}

#footer div {
	font-size: 12px;
	float: right;
	position: relative;
	bottom: 20px;
	padding: 0 5px 0 0
}

	#footer div li {
		float: left
	}

#footer a {
	color: #5E5E5E;
	padding: 0 8px
}
/* Reset code to remove theme inherent styling */
.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
	list-style: none;
	padding: 0 51px;
	margin: 0;
}

.dcjq-mega-menu ul.menu ul {
	display: none; /* Hides non-mega links */
}

.dcjq-mega-menu ul.menu .sub ul {
	display: block; /* overrides above hide */
}

.dcjq-mega-menu ul.menu {
	background: #DC492E;
	width: 972px;
	height: 33px;
	position: relative; /* Important - required for positioning of mega menu */
	font: normal 13px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 23px;
	border-bottom: 1px dotted #6F8490;
	float: left;
	z-index: 999
}

	.dcjq-mega-menu ul.menu li {
		float: left;
	}

		.dcjq-mega-menu ul.menu li a {
			float: left;
			display: inline;
			padding: 0 25px;
			color: #fff;
			font-size: 20px;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: normal;
			line-height: 34px;
		}

.login-box .Sendbutton {
	height: 44px;
	background: #B9C8DA;
	color: #0b3d71;
	font-size: 16px;
	float: right;
	padding: 0 58px;
	cursor: pointer;
	border: none;
	width: 200px;
	text-align: center;
	font-weight: 600;
}

	.login-box .Sendbutton:hover {
		background: #0b3d71;
		color: #fff;
	}

@media (max-width : 767px) {
	.login-box input {
		width: 97%;
		height: 16px;
	}
}

@media (min-width : 768px) and (max-width : 1279px) {
	span#ContentPlaceHolder1_rfvPassword, span#ContentPlaceHolder1_rfvUserName {
		position: absolute;
		margin: 5px;
	}
}

#wrapper #middle #middle-content .gridcol-1 p br {
	display: none;
}

@media print, screen and (max-width: 1023px) {
	#wrapper #header {
		background: #03203D;
	}

	a#LinkButton1, #lbtnLogout, .menu-toggle {
		color: #ffffff !important;
	}
	 #wrapper #middle, #middle {
        margin-top: 0;
    }
	#wrapper #header {
        background: #03203D;
        height: 4.5rem;
    }
    #wrapper #header .innerHeader{
         height: 4.5rem;
    }
    #wrapper #header #header-logo img{
        width: 75px;
        height: auto;
    }
    #wrapper #header #header-logo, #wrapper #header .career{
        margin-top: 0;
    }
	.dcjq-mega-menu ul.menu{
		top:  4.5rem;
	}
}

@media print, screen and (max-width: 767px) {
	#wrapper #header #header-logo img {
		margin-left: 20px;
	}
}
