body {
	font-family: 'Muli',Arial,sans-serif;
	color: #7E858B;
}

h1 {
	color: #000;
}

p {
	color: #000;
}
.blue {
    color: #6CCCFC !important;
}
div.container.content {
    padding: 3% 4% 4%;
    margin-bottom: 20px;
}
div.container.content p {
    color: #fff;
}
.content {
    background: none repeat scroll 0 0 #38404B;
    float: left;
    min-height: 650px;
    position: relative;
}
.content.shadow {
	-moz-box-shadow: 8px 12px 12px -4px #888;
		-webkit-box-shadow: 8px 12px 12px -4px #888;
			box-shadow: 8px 12px 12px -4px #888;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#888')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#888');
}
.grayLine {
    border-bottom: 1px solid #7e7c7d;
}
.long-item-list {
    background-color: #474F59;
    list-style-type: none;
    min-height: 35px;
    padding: 5px;
    width: 100%;
}
.long-item-list h5 {
    padding: 5px;
    text-transform: uppercase;
}

.grayMeOut {
    display: none;
}
#grayMeOut {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.plus-sign {
    font-size: 30px;
    font-weight: normal;
    line-height: 0;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.push {
    clear: both;
}
#signupThankYou {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#signupThankYou div#box {
    background: none repeat scroll 0 0 #38404B;
    margin: 0 auto;
    padding: 1%;
    position: relative;
    text-align: center;
    top: 30%;
    width: 400px;
}

#signupThankYou div#border {
    border: 1px solid #7D8288;
    padding-bottom: 5%;
}

#signupThankYou div > * {
    color: #fff;
}

.yellow {
    color: #efff26 !important;
}