@CHARSET "ISO-8859-1";
 
@import "raleway.css";
@import "sofia-pro.css";
 
.global-footer {
	background: #fff none repeat scroll 0 0;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 5.625em 0;
}

.home .global-footer {
	padding: 0 0 5.625em;
}

.global-footer .-wide {
	max-width: 80em;
	margin: 0 auto;
}

.global-footer .social-footer {
	background: #0a50a1 none repeat scroll 0 0;
	color: #fff;
	font-size: 1.25em;
	padding: 2.4375em 0;
	text-align: center;
}

.global-footer .social-footer .title {
	margin-top: 0;
}

.global-footer .social-footer ul {
	display: block;
	margin-top: 2.5em;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.footer-column,.links ul li,.links ul li figure,.top-button {
	display: inline-block;
}

.global-footer .social-footer ul li {
	display: inline-block;
	margin: 0 0 1em;
	width: calc(50% - 1.175em);
}

@media ( min-width : 23.4375em) {
	.global-footer .social-footer ul li {
		width: calc(28% - 1.175em);
	}
}

@media not all {
	.global-footer .social-footer ul li {
		width: calc(28% - 1.175em);
	}
}

@media ( min-width : 56.25em) {
	.global-footer .social-footer ul li {
		margin: 0 1.175em 1em;
		width: calc(28% - 1.175em);
	}
}

.global-footer .social-footer ul li:first-child {
	margin-left: 0;
}

.global-footer .social-footer ul li:last-child {
	margin-right: 0;
}

@media ( min-width : 56.25em) {
	.global-footer .social-footer ul li {
		margin: 0 1.475em;
		width: auto;
	}
}

.global-footer .social-footer ul li img {
	max-height: 1.2em;
	width: auto;
}

.global-footer .btn-holder {
	padding-top: 3em;
	text-align: center;
}

.links ul {
	margin-top: 1.5em;
	text-align: center;
	padding: 0;
}

.links ul li {
	margin: 0 0.5625em 0.5625em;
}

.links ul li.personal-login a {
	margin-left: 8px;
}

.links ul li.personal-login i {
	font-size: 15px;
	vertical-align: middle;
}

@media ( min-width : 68.75em) {
	.links ul li {
		margin: 0 1.0625em;
	}
}

.links ul li:first-child {
	margin-left: 0;
}

.links ul li:last-child {
	margin-right: 0;
}

.links ul li figure {
	margin-right: 0.625em;
}

.links ul li a {
	color: #333;
	font-size: 1em;
}

.footer-column {
	font-size: 1.125em;
	margin-bottom: 1em;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

@media ( min-width : 44.5em) {
	.footer-column {
		padding-right: 1.5em;
		width: 47%;
	}
}

@media ( min-width : 56.25em) {
	.footer-column {
		margin-bottom: 0;
		text-align: left;
		width: 27%;
	}
	.footer-column:last-of-type {
		width: 17%;
	}
}

.footer-column .title {
	margin: 1.2em 0;
	overflow-wrap: break-word;
}

.footer-column .title:first-of-type {
	font-weight: 600;
}

.footer-column .link:focus,.footer-column .link:hover {
	text-decoration: underline;
}

.btn,.top-button {
	text-decoration: none;
}

.top-button {
	background: #f5791e none repeat scroll 0 0;
	border-radius: 14px;
	color: #fff;
	padding: 0.9em 2.4em;
}

.top-button:focus,.top-button:hover {
	background: #d6600a none repeat scroll 0 0;
	text-decoration: none;
}

@media ( min-width : 44.5em) {
	.footer-column .title {
		margin: 0.9em 0;
	}
	.top-button {
		display: none;
	}
}

.box-card {
	display: flex;
	flex-flow: column nowrap;
}

.box-card h4 {
	font-size: 1.4em;
	line-height: 1.2;
	margin: 15px 0 15px;
}

.box-card h5 {
	margin: 0 0 1.2em;
	text-align: center;
	text-transform: uppercase;
}

.box-card .text {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    float: right;
    min-height: 16em;
    padding: 1.25em 1.375em 1.25em 2.5em;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

aside .box-card .text {
    flex: 1 1 auto;
    height: auto;
    min-height: auto;
    text-align: center;
}

.box-card .text a {
	align-self: flex-start;
}

.box-card .text a:hover {
	text-decoration: underline;
}

@media (min-width: 56.25em) {
	.box-card {
	    align-content: stretch;
	    flex-flow: row wrap;
	    justify-content: stretch;
	}
	.box-card .text {
	    width: 60%;
	}
}

@media (min-width: 68.75em) {
	.box-card .text {
	    width: 50%;
	}
}

.box-card .text p {
	flex: 1 1 0;
	font-size: 1em;
	margin: 0 0 0.3em;
}

.box-card .text p:last-of-type {
	margin-bottom: 1.5em;
}

.box-card.-global {
	background: #F8F8F8 none repeat scroll 0 0;
	border-radius: 10px;
}

.box-card.-global .poster {
	border-top-left-radius: 1.2em;
	border-top-right-radius: 1.2em;
}

.box-card.-global .btn {
	font-size: 1em;
    font-style: normal;
    font-weight: normal;
    padding: 1em 2.6em;
    text-align: center;
	color: #FFFFFF;
	min-width: 210px;
}

aside .box-card.-global {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.boxes-wrap {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	padding: 12% 0;
}

/*.no-sections > .boxes-wrap {
	border-top: 1px solid #CCC;
	padding-top: 18px !important;
}*/

.boxes-wrap.-global {
	/* margin-top: 3%;
	padding: 8% 0; */
	margin: 25px 0 0 0;
	padding: 0;
}

.boxes-wrap.-global>.wrap,.main-menu>ul>li>div.boxes-wrap.-global>ul {
	display: flex;
	flex-wrap: wrap;
}

.boxes-wrap.-campaign {
	padding: 8% 0;
}

.boxes-wrap.-campaign.-count-1 .box-card {
	min-height: 0;
}

@media ( min-width : 31.25em) {
	.boxes-wrap.-campaign.-count-1 .box-card {
		margin-left: auto;
		margin-right: auto;
	}
}

@media ( min-width : 56.25em) {
	.boxes-wrap.-campaign.-count-1 .box-card {
		width: 30%;
	}
	.boxes-wrap.-campaign.-count-2 .box-card {
		margin-left: 18.5%;
		margin-right: 1%;
		width: 30%;
	}
	.boxes-wrap.-campaign.-count-2 .box-card:last-child {
		margin-left: 1%;
		margin-right: 18.5%;
	}
}

.boxes-wrap .box-card {
	margin: 0 0 1em;
	width: 100%;
}

.boxes-wrap .box-card p.tiny {
	margin: 0 !important;
	font-size: 80%;
	flex: 0;
}

@media ( min-width : 23.4375em) {
	.boxes-wrap .box-card {
		height: auto;
		margin: 0 0 2%;
		position: relative;
	}
}

@media not all {
	.boxes-wrap .box-card {
		height: auto;
		margin: 0 0 2%;
		position: relative;
	}
}

@media ( min-width : 44.5em) {
	.boxes-wrap .box-card {
		margin: 0 3% 2em;
		width: 48%;
	}
	.boxes-wrap .box-card:nth-child(2n+1) {
		margin-left: 0;
	}
	.boxes-wrap .box-card:nth-child(2n) {
		margin-right: 0;
	}
}

.img-holder {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    height: 15em;
    overflow: hidden;
    margin: 20px;
}

@media (min-width: 56.25em) {
	.img-holder {
	    height: auto;
	    width: 40%;
	}
}

@media (min-width: 68.75em) {
	.img-holder {
	    background-position: 50% center;
	}
}

aside .img-holder {
    background-size: 110% auto;
    border-radius: 50%;
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

@media (min-width: 56.25em) {
	aside .img-holder {
	    height: 160px;
	    width: 160px;
	}
}

.wrap.-wide {
    clear: both;
    width: 100%;
}

@media screen and (max-width: 767px) {

	.header-btns {
		display: none;
	}

	header nav .container a.start {
		border-right: none;	
	}
	
	.box-card .text {
		flex: none;
	}

}

table.oep-table th {
	white-space: normal;
}

table.oep-table thead.sortable tr .header {
	cursor: pointer;
}

table.oep-table thead.sortable th.headerSortDown span:after, table.oep-table thead.sortable th.headerSortUp span:after {
	display: inline-block;
}

table.seab-table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.seab-table thead {
	color: #FFF;
}

table.seab-table thead th {
	background-color: #0a50a1;
}

table.seab-table thead th.align-right, table.seab-table tbody td.align-right {
	text-align: right;
}

table.seab-table thead th, table.seab-table tbody td {
	padding: 7.2px 14.4px;
}

table.seab-table tbody td {
	padding-bottom: 10.2px;
	padding-top: 10.2px;
}

table.seab-table thead th:first-child {
	border-style: none;
	border-top-left-radius: 14.4px;
	border-bottom-left-radius: 14.4px;
}

table.seab-table thead th:last-child {
	border-style: none;
	border-top-right-radius: 14.4px;
	border-bottom-right-radius: 14.4px;
}

table.seab-table tbody tr:nth-child(2n) {
	background: #eaeaea;
}

#UserProfileModule .settings label[for='attribute-contactBySMS'] {
	display: none !important;
}

.widget-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.widget-container .no-sections {
	width: 97%;
}

.left-col, .right-col, .middle-col {
	display: flex;
	flex-direction: column;
	flex-basis: 33.3%;
}

.bottom-col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

.bottom-col .no-sections {
	width: 100%;
}

.widget-container a {
	color: inherit;
}

@media screen and (max-width: 767px) {

	.widget-container, .widget-container .no-sections {
		width: 96%;
	}
	
	.left-col, .right-col, .middle-col {
		flex-basis: 100%;
	}

}

.widget-container .boxes-wrap .box-card {
	margin-left: 0;
}

.static-mobile { 
	float: right;
}

.static-mobile li a {
	padding: 20px 21px 21px;
}

#skiplinks {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999999;
}

.focus-only {
    display: inline-block;
    height: 0;
    position: absolute;
    overflow: hidden;
    background: #373a3c;
    color: #fff !important;
}

.focus-only:focus {
    height: auto;
    position: static;
    overflow: auto;
    padding: 1em;
}

a:focus-visible, input[type="radio"]:focus-visible + label, input[type="checkbox"]:focus-visible + label, button:focus-visible, img:focus-visible, select:focus-visible, textarea:focus-visible, input[type="submit"]:focus-visible, input[type="button"]:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, input[type="image"]:focus-visible, input[type="search"]:focus-visible, i:focus-visible {
	outline: 3px dotted !important;
	outline-color: #616161 !important;
}

h1.header-title.title-icon {
	padding-left: 35px;
}

h1.title-icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size: 25px 25px;
	padding-bottom: 0px;
	padding-top: 0px;
}

label.header-title {
	font-weight: 300;
  	font-size: 1.15em;
  	margin: 0;
}

#Dashboard h1.title-icon {
	background-image: url(../images/header-dashboard-blue.png);
	color: #0A50A1;
	margin-bottom: -14px;
}

.flowbrowser h1.title-icon {
	background-image: url(../images/header-dashboard-blue.png);
	color: #0A50A1;
}