@charset "utf-8";
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 400;
	min-height: 100vh;
}
h3 {
	font-size: 24px;
}
h1 {
	font-size: calc(30px + (40 - 30) * ((100vw - 300px)/ (1600 - 300))); 
}
.acc-header-subject h4 {
	font-size:calc(18px + (22 - 18) * ((100vw - 300px)/ (1600 - 300))); 
}
footer h3 {
	font-size:calc(18px + (24 - 18) * ((100vw - 300px)/ (1600 - 300))); 
}
ol ol {
	list-style-type: lower-alpha;
	padding-right: 7vw;
}
ol ol li {
	margin-bottom: 6px;
}
ol li {
	margin-bottom: 10px;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    padding: 0 10px;
    text-align: center;
}

.mc-image {
	height: auto;
	width: 100%;
	margin-top: 3.5rem;
}

#altBgEkVdwVb .footerwrapper{float:left;width:100%;display:block;position:relative}#altBgEkVdwVb .footer_container{background-color:#4e534b;padding:40px 10%;background-position:center left;color:#fff;background-repeat:no-repeat;display:flex;flex-wrap:nowrap;justify-content:space-around;align-content:stretch;flex-direction:row}#altBgEkVdwVb .footer_container .logo img{width:16%;height:50%;min-width:160px}#altBgEkVdwVb .sitemap{padding:0px 0px}#altBgEkVdwVb .footer_block h2{font-size:1.1em;text-transform:uppercase;font-weight:500;margin-top:0}#altBgEkVdwVb .footer_block ul{padding-left:0}#altBgEkVdwVb .footer_block ul li{display:inline-block;list-style:none;margin-right:2ch}#altBgEkVdwVb .footer_block ul li a{color:#fff;font-weight:700;text-decoration:underline}#altBgEkVdwVb .footer_terms{font-size:0.9em;font-weight:400}html {overflow-x: hidden;}

/* -- Navigation -- */
.app-navbar {
	border-bottom: 1px solid #fff;
	border-bottom-width: 1px;
	padding: 0 10px;
	position: fixed;
	background-color:#4e534b;
	height: 62px;
	right: 0;
	left: 0;
	z-index: 1200;
	justify-content: flex-start;
	align-items: center;
}
.app-navbar .app-logo .btn {
    line-height: 1;
}
.app-navbar img {
    width: 175px;
	margin-left: 2.8rem;
}

/* -- FAQ Styling -- */
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f077";
    float: right;
	color: #fff;
	transition: .75s transform linear;
	-webkit-transition: .75s transform linear;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\f078"; */
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180);
}
ol a {
	font-weight: bold;
	color: #494e46;
}

ol a:hover {
	color: #494e46;
}
.card .card-header {
	border: 1px solid #676866;
	cursor: pointer;
	}
.card .card-header.collapsed:hover {
	background-color: #494e46;
	}
.card .card-header.collapsed {
	background-color: #737572;
}
.card .card-header {
	background-color: #494e46;
}
.accordion > .card > .card-header {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.accordion a:not([href]):not([tabindex]),.accordion button:not([href]):not([tabindex]){
	color:#fff;letter-spacing:.75px;
	font-size:calc(13px + (15 - 13) * ((100vw - 300px)/ (1600 - 300)));
	font-weight:600
}
.card-header button{
	background-color:transparent;
	border:none
}
.accordion .card-header,.accordion .card-header button{
	text-align:left
}
@media (max-width:903px){
	.accordion .card button{
		width:90%
	}
}

/* -- End FAQ styling -- */
/* -- Footer -- */

.app-footer {
	padding-top: 20px;
	color: #fff;
}

.footer_container {
	background-color: #4e534b;
	padding: 40px 10%;
	background-position: center left;
	color: #fff;
	background-repeat: no-repeat;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: stretch;
	flex-direction: row;
}
.footer_container .links {
    margin-top: 10px;
}
.links span a {
    color: 
    #fff;
    text-decoration: underline;
    padding-right: 25px;
}
.footer_container .text-muted, .footer_container .text-muted h3 {
    color: 
    #fff;
    text-align: center;
}

@media (min-width:320px) {
.app-footer {
	background-color: #4e534b;
	height: 220px
}
}
@media (max-width: 767px) {
	.app-navbar img {
		width: 125px;
		margin-left: 2.5rem;
	}
}

@media (min-width: 768px) {
	.app-footer {
		min-height: 60px;
	}
}

.bump-style {
	background-color: #f7f9fb;
	padding-bottom: 60px;
	margin-top: 62px;
	border-top: 1px solid #dde3e8;
}