/* The Modal (background) */
.modal
{
	display: block;
	position: absolute;
	z-index: 2000;
	padding-top: 30px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

/* Modal Content */
.modal-content
{
	background-color: #808080;
	margin: auto;
	padding: 30px;
	width: 80%;
	border-radius: 16px;
	background-image: url(images/TILE-chalkboard.jpg);
	max-width: 900px;
	background-repeat: repeat;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.modal-bckrnd
{
	background-color: #808080;
	margin: auto;
	padding: 20px;
	width: 100%;
	background-image: url(images/TILE-chalkboard.jpg);
	background-repeat: repeat;
}

/* Modal Sub Content*/

.modal-subcontent
{
	background-color: rgba(0, 0, 0, 0);
	padding: 20px;
	width: 80%;
	border-radius: 25px;
	background-repeat: repeat;
	max-width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

.modal-subcontent-2
{
	background-color: rgba(0, 0, 0, 0);
	padding: 20px;
	width: 80%;
	border-radius: 25px;
	background-repeat: repeat;
	max-width: 400px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

.subcontent1
{
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px;
	width: 80%;
	border-radius: 25px;
	background-repeat: repeat;
	max-width: 800px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3) inset;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.subcontent2
{
	background-color: rgba(0, 0, 0, 0);
	padding: 20px;
	width: 80%;
	border-radius: 25px;
	background-repeat: repeat;
	max-width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

.subcontent3
{
	background-color: rgba(0, 0, 0, 0);
	padding: 20px;
	width: 80%;
	background-repeat: repeat;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.modal-subcontent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin: auto;
	width: 80%;
	line-height: 24px;
	margin-bottom: 15px;
}

a.modalLink:link
{
	color: #DB8F3A;
	text-decoration: underline;
	cursor: pointer;
}

a.modalLink:hover
{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

/* Top Badge */
.sos-image {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/* Font Styles */
.txtColor-orange { color: #DB8F3A; }
.txtColor-tan { color: #EEECE0; }

.overlay-title-orange
{
	color: #DB8F3A;
	font-family: "Arial Black", Arial-Black, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 80%;
}

.overlay-title-orange2
{
	color: #DB8F3A;
	font-family: "Arial Black", Arial-Black, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 90%;
}


.overlay-subtitle-blue
{
	color: #7DA9E6;
	font-family: "Arial Bold", Arial-Bold, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	margin: auto;
	width: 80%;
	padding-bottom: 16px;
}

.overlay-subtitle-blueBlack
{
	color: #7DA9E6;
	font-family: "Arial Black", Arial-Black, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	margin: auto;
	width: 80%;
	padding-bottom: 16px;
}

.bodyCopy-white
{
	color: #FFF;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	margin: auto;
	width: 80%;
	padding-bottom: 16px;
}

.bodyCopy-whiteCenter
{
	color: #FFF;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	width: 80%;
	
}

.footer-text
{
	color: #EEECE0;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: auto;
	width: 80%;
	padding-bottom: 16px;
}





/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .column {
  	text-align: center;
  	width: 100%;
  }
}
.bodyCopy-Container
{
	max-width: 850px;
	margin-top: 20px;
	text-align: center;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
}


/* The Close Button */
.closeModal
{
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closeModal:hover,
.closeModal:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



/* Button Styles */
.button-modal
{
	background-color: #EEECE0;
	border: none;
	text-decoration: none;
	font-family: "Arial Black", Arial-Black, Helvetica, sans-serif;
	color: #3b3b39;
	padding: 12px 20px 12px 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 20px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.button-modal:hover { color: #000; }

.button-modal:active
{
	color: #000;
	transform: translate(1px, 1px);
	/* translate X position, y position */
	box-shadow: 0px 0px 0px;
}

/* Bottom Logos */
* { box-sizing: border-box; }

.logo-smb
{
	width: auto;
	height: 93px;
	margin-left: 10px;
}

.logo-wc
{
	width: auto;
	height: 61px;
	margin-top: 20px;
}

.logoContainer-smb
{
	float: right;
	width: 40%;
	/* border: 1px #FFF dotted; */
}

.logoContainer-wc
{
	float: left;
	width: 60%;
	/* border: 1px #FFF dotted; */
}

.logoContainer-parent
{
	width: 250px;
	/* border: 1px #FFF dotted; */
	margin: 30px auto 20px auto;
}

.logoContainer-parent::after
{
	content: "";
	clear: both;
	display: table;
}