/* Some resets and issue fixes */
#outlook a {
    padding: 0;
}
body {
    width: 100% !important;
-webkit-text;
    size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Calibri', Helvetica, Arial;
    font-weight: 300;
    color: #0e1f53;
    line-height: 1.5em;
}
.ReadMsgBody {
    width: 100%;
}
.ExternalClass {
    width: 100%;
}
.backgroundTable {
    margin: 0 auto;
    padding: 0;
    width: 100%;
!important;
}
h1,h2,h3,h4,h5 {margin-top:0.5em;margin-bottom:0.5em;line-height:1em;}
table td {
    border-collapse: collapse;
}
.ExternalClass * {
    line-height: 115%;
}
a {
    color: #0e1f53;
    text-decoration: none;
}
a:hover {
    color: #e75c0a;
}
.img-fluid {width:100%;}
hr {border-top:none;border-right:none;border-left:none;border-bottom:1px solid #ededed;}
	
	ul.list {list-style: none;display:block;width: auto;position: relative;padding:0;margin:0 10%;}
	ul.list li {list-style: none;margin:0;padding:0.5em 0;position:relative;display:inline-block;width: 100%; border-bottom:1px solid #ededed;}
	ul.list li span {display: block;float: right;}

ul.list2 {list-style: none;display:block;width: 100%;position: relative;padding:0;margin:0 auto;}
	ul.list2 li {list-style: none;margin:0;padding:0.5em 0;position:relative;display:block;width: 100%; border-bottom:1px solid #ededed;}
	

/* End reset */

        /* These are our tablet/medium screen media queries */
@media screen and (max-width: 630px) {
	body {font-size:0.85em;}
*[class="mobile-column"] {
    display: block;
}
*[class="mob-column"] {
    float: none !important;
    width: 100% !important;
}
*[class="hide"] {
    display: none !important;
}
*[class="100p"] {
    width: 100% !important;
    height: auto !important;
}
*[class="condensed"] {
    padding-bottom: 40px !important;
    display: block;
}
*[class="center"] {
    text-align: center !important;
    width: 100% !important;
    height: auto !important;
}
*[class="100pad"] {
    width: 100% !important;
    padding: 20px;
}
*[class="100padleftright"] {
    width: 100% !important;
    padding: 0 20px 0 20px;
}
*[class="100padtopbottom"] {
    width: 100% !important;
    padding: 20px 0px 20px 0px;
}
}
strong {
    font-weight: 600;
}
.orange {
    color: #e75c0a;
}
	.sm {font-size:0.85em;}
.btn {
    cursor: pointer;
    padding: 0.5em;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    clear: both;
    display: block;
    text-transform: uppercase;
    margin: 1em 0;
    background: #e75c0a;
    color: #ffffff;
}
.btn:hover {
    color: #ffffff;
    background: #0e1f53;
}
h3 {
    font-family: Georgia,;
    font-weight: normal;
}