@font-face {
	font-family: Cochin; 
	src: url('images/fonts/Cochin.otf') format('opentype');
}
@font-face {
	font-family: MinionPro-Regular; 
	src: url('images/fonts/MinionPro-Regular.otf') format('opentype');
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html, body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-family: MinionPro-Regular, serif, "times new roman";
	font-size: 18px;
	background-image: url(images/digibord_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
}

span#digibord_left, span#digibord_right {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	height: 100%;
	padding: 0 5% 0 10%;
	margin: 0;
}

span#digibord_right {
	background-image: url(images/logo_light.png);
	background-repeat: no-repeat;
	background-position: 80% 80px;
	padding: 0 10% 0 5%;
	margin: 0;
}

div#digibord_center {
	width: 500px;
	height: 100%;
	background-image: url(images/logo_light.png);
	background-repeat: no-repeat;
	background-position: 340px 80px;
	padding: 0;
	margin: 0 auto;
}

span#digibord_left img {
	/* height: 86%;
	margin: 76px 0;	*/
	float: right;
	height: 100%;
	margin: 0;
}

h1 {
	font-family: Cochin, serif, "times new roman";
	font-weight: normal;
	font-size: 32px;
	padding: 70px 0 0 0;
}

p {
	line-height: 24px;
	padding: 26px 0 0 0;
	margin: 0;
}


p.copy {
	font-family: Cochin, serif, "times new roman";
}

p.link {
	font-family: Cochin, serif, "times new roman";
	text-align: right;
}

form {
	display: inline;	
}


form label {
	display: inline-block !important;
	width: 150px;
	height: 24px;
	margin: 12px 0;
}

form input {
	display: inline-block !important;
	width: 320px;
	height: 22px;
	margin: 12px 0;
	color: #000;
	font-family: Cochin, serif, "times new roman";
	font-size: 18px; 
	line-height: 22px;
	border: 1px solid #539EC5;
	border-radius: 4px;
}

form input.button {
	display: inline;
	background-color: transparent;
	color: #539EC5;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

a, a:HOVER {
	color: #539EC5;
	text-decoration: none;	
}

#portal {
	background-image: none;
	background-color: #FFF;
	color: #000;
	overflow: auto;
}
#portal, #portal * {
	font-family: ff-meta-web-pro, sans-serif  !important;
}
#portal strong, #portal b { font-weight: 700; }
#portal header { width: 100%; background-color: #6F7C6F; }
#portal header > div, #portal main {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#portal div.logo {
	height: 4.44rem;
	line-height: 4.44rem;
	background-image: url(images/logo_black.png);
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    text-align: right;
}
#portal div.logo h1 {
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 2rem;
	text-transform: uppercase;
	color: #C3CCC2;
	font-size: 1rem;
	vertical-align: middle;
	padding: 0 1rem 0.4rem 1rem;
	margin: 0;
	border: 1px solid #C3CCC2;
	border-top: 0;
	border-radius: 0 0 0.4rem 0.4rem;
}
#portal .title {
	height: 2.6rem;
	line-height: 2.6rem;
	padding: 0.25rem 0;
	border: 0 dashed #C3CCC2;
	border-width: 2px 0;
    margin: 0.4rem 0;
}
#portal nav {
	display: flex;
	gap: 1%;
	justify-content: space-between;
}
#portal nav ul, #portal nav select {
	flex: 1 1 15%;
	width: 15%;
	height: 2.6rem;
    border: 0;
	margin: 0;
	padding: 0;
    background: transparent;
    list-style-type: none;
	line-height: 2.6rem;
	font-size: 1rem;
	color: #FFF;
	font-weight: 700;
	text-transform: capitalize;
	z-index: 9999;
	text-align-last: center;
	appearance: none;
	-webkit-appearance: none;
}
#portal nav select option {
	font-size: 1rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align-last: center;
	background-color: #6F7C6F;
	color: #C3CCC2;
}
#portal .title h2, #portal .title a {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	color: #6F7C6F;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#portal .title a:last-child {
	text-align: right;
}
#portal .title h2 {
	width: 60%;
	height: 2.6rem;
	line-height: 2.6rem;
	font-weight: 700;
	text-align: center;
	text-transform:	lowercase;
	background-color:#C3CCC2;
}
#portal .title h2:first-child {
	margin-left: 20%;
}
#portal main ul {
	padding: 0;
}
li.flex {
	display: flex;
	gap: 3rem;
	color: #6F7C6F;
	border: 0 dashed #C3CCC2;
	border-bottom-width: 2px;
	margin-bottom: 1rem;
}
li.flex > div {
	flex: 1 1 auto;
	position: relative;
}
li.flex > div:first-child {
	flex: 0 0 28%;
	text-align: left;
}
li.flex > div img {
	max-width: 100%;
}
li.flex > div p {
	margin: 0 0 1rem 0;
	padding: 0;
}
li.flex > div ul {
	list-style: none;
	margin: 0 0 1rem 0;
}
li.flex > div ul li span {
	display: inline-block;
	width: 6rem;
}
li.flex > div a {
	display: inline-block;
	position:absolute;
	bottom: 1rem;
	left: 0;
	height: 2.6rem;
	line-height: 2.6rem;
	width: 14rem;
	text-align: center;
	text-transform: uppercase;
	color: #6F7C6F;
	background-color:#C3CCC2;
	padding: 0;
	margin: 0;
}
li.flex > div a:nth-of-type(2) {
	left: 15rem;
}