@charset "UTF-8";

/*
 ----------------------------- 
 ER-MD.com styles
 Custom Styles
 © Cynthia Pinsonnault
 August 2023
 -----------------------------
*/


body {
	background-color:#2A2829;
	margin-bottom: 54px;
}
#skip_menu a {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
#skip_menu a:focus, #skip_menu a:active {
    color: #000;
    background-color:#FFF;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #F00;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.holder {
	margin:auto;
}
.header {
	background-color:#fff;
}
.tophd h1 {
	font-family: "Alegreya Sans SC", sans-serif !important;
	font-weight:400 !important;
	font-size: 1.9rem !important;
	letter-spacing:0.03em;
	line-height:110%;
	margin-top:6px!important;
	margin-bottom:6px!important;
}
.tophd h2 {
	color:#000;
	font-family: "Roboto Slab", sans-serif;
	font-weight:600;
	font-size: 3.2rem !important;
	line-height:100%;
	margin-top:12px!important;
}
.navback {
	background-color:#2A2829;
}
.image {
	background-color:#fff;
}
.content {
	background-color:#356593;
	background-image: url("../images/er-md-back2.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.maincontent {
	padding:40px;
	background-color:rgba(255,255,255,1);
}
.callout {
	background-color:#CCCCCC;
	margin-bottom:24px;
	padding:20px 16px 3px 16px;
}
.quote {
	font-family: "Alegreya Sans SC", serif;
	font-weight:400;
	font-size:120%;
	line-height:155% !important;
	color:#336699;
	text-align: center;
	padding:24px 24px 0px 24px;
	border-top:1px dotted;
	margin-bottom:0px !important;
}
.attrib {
	font-size:70%;
	text-align: center;
	padding:24px 24px 9px 24px;
	margin-top:0px !important;
	margin-bottom:18px !important;
}
.footback {
	background-color:#2A2829;
	color:#fff;
	padding:40px 20px 12px 20px;
}
.footback a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted;
}
.footback a:hover {
	color:#eee;
	border-bottom:1px solid;
}
.subfoot {
	font-size:75%;
	color:rgba(255,255,255,0.45);
}
.subfoot a {
	color:rgba(255,255,255,0.45);
	text-decoration:none;
}
.subfoot a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dotted;
}
.nomargintop {
	margin-top:0px !important;
}
.nomarginbot {
	margin-bottom:0px !important;
}
.text-link-dark {
	font-weight:600;
	color:#336699;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-dark:hover {
	color:#2A2829;
	border-bottom: 1px solid;
}
li {
    font-size:90%;
	line-height:1.3;
	margin-bottom: 12px;
}
.nobullet {
	list-style-type: none;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
.leftcol {
	padding-right:20px!important;
}
.midcol {
	padding-left:10px !important;
	padding-right:10px !important;
}
.rightcol {
	 padding-left:20px !important;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

.tophd h1 {
	font-size: 1.4rem !important;
	text-transform:uppercase;
	letter-spacing:0.05em;
	line-height:120%;
	margin-bottom: 12px!important;
}
.tophd h2 {
	font-size: 2.6rem !important;
	line-height:100%;
}
.maincontent {
	padding:40px 20px 20px 20px;
}
.leftcol {
	padding-left:10px !important;
	padding-right:10px !important;
}
.midcol {
	padding-left:10px !important;
	padding-right:10px !important;
}
.rightcol {
	padding-left:10px !important;
	padding-right:10px !important;
}
}
