#dashboard .usa-hero {
    background-image: url("./HeroBackground.png");
    min-height: 31rem;
}

#jm-footer {
    color: #ffffff;
    font-size: 15px;
    background: #3b3d40;
    padding: 30px 0;
}

#jm-footer a {
    color: #e6e6e6;
}
a, .btn, .close {
    text-decoration: underline;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.row-fluid {
    margin: 0 -15px;
    width: auto !important;
}

#jm-footer-left, #jm-footer-right, #jm-footer-center {
    line-height: 32px;
}

#jm-footer-left + #jm-footer-center {
    text-align: center;
}

#jm-footer-left, #jm-footer-right, #jm-footer-center {
    line-height: 32px;
}

.jmm-social.default {
    text-align: center;
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right;
}

.row-fluid .span4 {
    width: 33.33333333%!important;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
    padding: 0 15px;
}

.jmm-social.default .jmm-list {
    margin: -5px -5px 0;
}


.jmm-social.default .jmm-list li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0;
}
.jmm-social.default .jmm-list li {
    margin: 0 6px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

#jmm-social-30299.default .jmm-list li.item-1 a .jmm-ico {
    background: #3b5999;
}

#jmm-social-30299.default .jmm-list li.item-2 a .jmm-ico {
    background: #55acee;
}

#jmm-social-30299.default .jmm-list li.item-3 a .jmm-ico {
    background: #ff0000;
}

#jmm-social-30299.default .jmm-list li.item-4 a .jmm-ico {
    background: #f00075;
}

.jmm-social.default .jmm-list li .jmm-link .jmm-ico {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}

.jmm-social.default .jmm-link .jmm-ico {
    font-size: 22px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: #444;
    text-align: center;
}





ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}



.form-div {
    margin-top: 0px;
    margin-bottom: 0px;
}

.subscribe-form {
	background:#484848;
}


.subscribe-header {
    color: #E0E0E0;
    padding-top: 0rem;
}

.text-center {
    text-align: center;
}

div {
    display: block;
}

.subscribe-title {
    color: white;
    font-size: 40px;
}

a.button, input.button, button.button {
    background-color: #0099CC !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 1rem;
    line-height: 1.2;
    text-decoration: none;
    border: 2px solid #0d5fb5;
    border-radius: 70px !important;
    background: #0d5fb5;
    background-color: #0d5fb5;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    padding: 10px 20px;
    height: auto;
    color: #ffffff;
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

section {
    margin-bottom: 0px!important;
}

.usa-section--dark h1, 
.usa-section--dark h2, 
.usa-section--dark h3, 
.usa-section--dark h4, 
.usa-section--dark h5, 
.usa-section--dark h6 {
    color: #FFFFFF;
}

@media (max-width: 767px) {
	#jm-footer-left, #jm-footer-right, #jm-footer-center {
    		text-align: center;
	}

	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    		float: none;
    		display: block;
    		width: 100%!important;
    		margin-left: 0;
    		box-sizing: border-box;
	}
}




