/**
 * FILE INFO
 * AUTHOR:					Tony Espinosa
 * VERSION/DATE:		Fri Jun  3 13:06:33 2022
 *
 * CONTENTS:
 * 1				Special Case
 * 2				Site-Nav
 * 3				Elements
 * 4				Content
 * 5				Form
 * 6				Foot
 * 7				Success, Notice and Error Boxes
 */

/**
 * 1)	Special Case
 */

html, body {
  height: 100%;
  margin: 0;
}
body {
	color: #FFFFFF;
	text-align: center;
	font: 64.5%/1.5 "LiberationSans","OpenSans";
	font-weight: normal; font-style: normal;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
}
header#site-head {
	color: #ffffff;
	text-align: right; vertical-align: middle;
	position: fixed; top: 0; left: 0;
	width: 100%; height: auto;
	margin: 0; padding: 0;
	display: table; z-index: 9999;
	background-color: transparent;
	transition: background-color 1s;
}
.site-head-animate {
	background-color: rgba(0,0,0,0.95) !important;
}
.no-wrap {
	white-space: nowrap;
}
.anchor-tag {
	position: absolute;
	width: 0px !important; height: 0px !important;
	margin: -40px; padding: 0;
	display: block; z-index: -1;
}

/**
 * 2)	Site-Nav
 */

nav#site-nav {
	color: #ffffff;
	text-align: right; vertical-align: middle;
	font-size: 1.6em;
	font-family: "Dosis","Mitr";
	position: relative; bottom: 0;
	width: auto; height: auto;
	margin: 0; padding: 0 25px 0 10px;
	display: table-cell; z-index: 9999;
	background-color: transparent;
}
nav#site-nav span {
	margin: 0; padding: 0;
	float: right;
}
nav#site-nav a {
	color: #ffffff;
	text-align: left; vertical-align: baseline;
	font-size: 0.9em; line-height: 1.0;
	width: auto; height: auto;
	margin: 0; padding: 5px;
	display: inline-block;
	background-color: transparent;
}
nav#site-nav a:hover {
	color: #c87137;
	cursor: pointer;
}
#site-nav-logo {
	vertical-align: bottom;
	position: relative; bottom: 0;
	width: 150px; height: 40px;
	margin: 0 20px; padding: 0;
	display: none; cursor: pointer;
	background-image: url(/img/logo/rsb-banner-ko.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	transition: opacity 1s;
}

/**
 * 3)	Elements
 */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.clear {
	clear: both;
}
section {
	text-align: center;
	position: relative;
	width: 100%; height: auto;
	margin: 0; padding: 0;
	display: block;
	background-color: #ffffff;
}
h1 {
	font-style: normal;
	font-size: 2.2em;
}
h2 {
	font-style: normal;
	font-size: 2.0em;
}
h3 {
	font-style: normal;
	font-size: 1.8em;
}
h4 {
	font-style: normal;
	font-size: 1.6em;
}
h5 {
	font-style: normal;
	font-size: 1.4em;
}
p {
	font-style: normal;
	font-size: 1.2em; line-height: 1.2em;
}
a, a:link, a:visited {
	color: #c87137;
	text-decoration: none;
	vertical-align: baseline;
	margin: 0; padding: 0;
	border: 1px solid transparent;
	/* Outline Fix */
	outline: 0;
}
input, select, textarea {
	font-size: inherit; line-height: inherit;
	margin: 0; padding: 0;
	display: inline-block;
}
textarea {
	resize: none !important;
}

/**
 * 4)	Content
 */

/**
* START - Tool Tipster:  style
* Wed Jun  1 16:00:51 2022
*/
.tool-tipster {
	cursor: pointer;
}
.tooltip-templates {
	display: none;
}
.tooltipster-sidetip .tooltipster-content {
	color: #FFFFFF;
	text-align:left;
	font-size: 1.2em; line-height: 1.4em;
	padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-box {
	background-color: #c87137;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #c87137;
	left: 0px;
	top: 1px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #c87137;
	left: -1px;
	top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #c87137;
	left: 1px;
	top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #c87137;
	left: 0px;
	top: -1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: rgba(0,0,0,0.5);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: rgba(0,0,0,0.5);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: rgba(0,0,0,0.5);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: rgba(0,0,0,0.5);
}
/**
* END - Tool Tipster:  style
* Wed Jun  1 16:00:51 2022
*/

/**
 * START:
 * TOP ANCHOR & 'toTop' link element
 * Wed Jun  1 16:23:08 2022
 */
#pageTop {
	position: absolute; top: 0;
	width: 0; height: 0;
	margin: 0; padding: 0;
	background-color: transparent;
	display: block;
}
#toTop {
	color: #FFFFFF;
	text-align: center;
	font-size: 4.0em !important; line-height: 1.0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	position: fixed; right: 20px; bottom: 140px;
	display: none; z-index: 9999; cursor: pointer;
}
#toTop i {
	color: #c87137;
	font-size: inherit; line-height: inherit;
	vertical-align: center;
}
/**
 * END:
 * TOP ANCHOR & 'toTop' link element
 * Wed Jun  1 16:23:08 2022
 */
/**
 * .site-section dark gradient mask
 */
.dark-gradient-mask {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: block; z-index: 0;
	background-color: transparent;
	background: -webkit-linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0),rgba(0,0,0,0.3),rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0),rgba(0,0,0,0.3),rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0),rgba(0,0,0,0.3),rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0),rgba(0,0,0,0.3),rgba(0,0,0,0.8)); /* Standard syntax */
}
div#site-primary-content {
	color: #FFFFFF;
	text-align: center;
	font-size: inherit; line-height: inherit;
	position: relative;
	width: 100%; min-height: 100%;
	margin: auto; padding: 0;
	display: block;
}
div#site-primary-content-img {
	color: #FFFFFF;
	text-align: center;
	font-size: inherit; line-height: inherit;
	position: absolute; left: 0; top: 0; bottom: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: block; opacity: 1;
	background-image: url(/img/main-bg/rw-001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/*animation-name: move;*/
	animation-duration: 120s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes move {
	0%, 100% {
		background-position: left;
	}
	50% {
		background-position: right;
	}
}
div#site-primary-story {
	color: #ffffff;
	text-align: center; vertical-align: middle;
	font-family: "DosisLight";
	font-size: 1.2em; line-height: 1.8;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0;
	display: table-cell;
}
div#site-primary-story h1 {
	text-align: center; text-justify: inter-word; text-transform: uppercase;
	letter-spacing: 0.2em;
	width: auto; height: auto;
	margin: 0; padding: 0 50px;
	display: inline-block;
	text-shadow: 3px 3px 5px rgba(0,0,0,1.0);
}
div#site-primary-story span {
	font-family: "Dosis"; font-weight: normal;
	font-size: 0.9em; line-height: 1.5;
	text-align: center; text-justify: inter-word;
	letter-spacing: 0.05em;
	width: auto; height: auto;
	margin: 0; padding: 0 50px;
	display: inline-block; clear: both;
	text-shadow: 5px 5px 5px rgba(0,0,0,1.0);
}
div#site-primary-logo {
	position: absolute; left: 20px; bottom: 20px;
	width: 325px; height: 132px;
	margin: 0; padding: 0;
	display: block; z-index: 999;
	background-image: url(/img/logo/rw-bw-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
div#steam-group-link {
	width: 75px; height: 75px;
	margin: 0; padding: 0;
	display: inline-block;
	background-image: url(/img/logo/steam-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
div#discord-link {
	width: 75px; height: 75px;
	margin: 0; padding: 0;
	display: inline-block;
	background-image: url(/img/logo/discord-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
div#youtube-link {
	width: 75px; height: 75px;
	margin: 0; padding: 0;
	display: inline-block;
	background-image: url(/img/logo/youtube-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
div#stripe-donate-link {
	width: 75px; height: 75px;
	margin: 0; padding: 0;
	display: inline-block;
	background-image: url(/img/logo/stripe-donate-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.game-banner-section {
	color: #FFFFFF;
	text-align: left;
	font-size: inherit; line-height: inherit;
	position: relative;
	width: 100%; height: auto;
	margin: 0; padding: 5px 0 0 0;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}
.game-banner-gradient {
	color: transparent;
	position: absolute; top: 0; bottom: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: block;
	background-color: transparent;
	background: linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9),rgba(0,0,0,0.2),transparent); /* Standard syntax */
	background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9),rgba(0,0,0,0.2),transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9),rgba(0,0,0,0.2),transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9),rgba(0,0,0,0.2),transparent); /* For Firefox 3.6 to 15 */
}
.game-banner-logo {
	color: transparent;
	position: absolute; top: 0; bottom: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: block; z-index: 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 40%;
}
.battlemetrics-stats {
	position: relative; left: 0;
	width: 100%; height: auto;
	margin: 0; padding: 0;
	display: inline-block;
	border: 0;
}
.battlemetrics-stats iframe {
	position: relative; left: 0;
	width: 100%; height: auto;
	margin: 0 !important; padding: 0;
	display: inline-block;
	border: 0;
	background-color: transparent;
}
.faq-section, .tos-section, .policy-section {
	color: rgba(46, 52, 54, 0.6);
	text-align: left;
	font-family: "Dosis","SinkinSansMedium";
	font-size: 1em; line-height: 1.0;
	position: relative; right: 0; left: 0;
	width: 100%; height: auto;
	margin: 0; padding: 100px 50px;
	display: block; vertical-align: middle;
}
.faq-section fieldset, .tos-section fieldset, .policy-section fieldset  {
	font-family: "SinkinSansMedium","SinkinSans";
	font-size: inherit; line-height: inherit;
	position: relative;
	width: 100%; height: auto;
	margin: 10px auto; padding: 0;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 4px;
}
.faq-section fieldset:hover, .tos-section fieldset:hover, .policy-section fieldset:hover  {
	background-color: rgba(232,185,109,0.2);
}
.faq-section fieldset legend, .tos-section fieldset legend, .policy-section fieldset legend  {
	text-align: left; vertical-align: baseline;
	font-family: "SinkinSansMedium","SinkinSans";
	font-size: 1.3em; line-height: 2.0;
	letter-spacing: 0.1em;
	position: relative; top: 0; right: 0; left: 0;
	width: 100%; height: auto;
	margin: auto; padding: 0;
	display: inline; clear: both; float: left; cursor: pointer;
}
.faq-section fieldset legend h1, .tos-section fieldset legend h1, .policy-section fieldset legend h1  {
	font-size: inherit; line-height: inherit;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0 10px;
}
.faq-section fieldset legend h1 i {
	position: relative; right: 0;
	display: inline-block; float: right;
}
.faq-section fieldset article, .tos-section fieldset article, .policy-section fieldset article {
	text-align: left; text-justify: inter-word;
	font-family: "LiberationSans","OpenSans";
	font-size: 1.6em; line-height: 1.8;
	position: relative; clear: both;
	width: 100%; height: auto;
	margin: auto; padding: 10px;
	/*display: none; opacity: 0; animation: fadeIn 1s;*/
	border-top: 1px solid rgba(0,0,0,0.3);
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.about-us, .faq-title, .img-gallery-title, form.contact-us, .starry-night, .site-section {
	color: rgba(46, 52, 54, 0.6);
	text-align: left;
	font-family: "Dosis","SinkinSansMedium";
	font-size: 1em; line-height: 1.0;
	position: static; right: 0; left: 0;
	width: 100%; height: auto;
	margin: 0; padding: 100px 50px;
	display: block; vertical-align: middle;
}
.about-us h1, .faq-title h1, .img-gallery-title h1, form.contact-us h1, .starry-night h1, .site-section h1 {
	font-family: "SinkinSansBold","SinkinSansMedium";
	font-size: 2.2em; line-height: 2.2;
	letter-spacing: 0.3em;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0;
}
.about-us h2, .faq-title h2, .img-gallery-title h2, form.contact-us h2, .starry-night h2, .site-section h2 {
	font-family: "DosisSemiBold","SinkinSansMedium";
	font-size: 2.0em; line-height: 2.4; font-variant-caps: small-caps;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0 0 5px 0;
}
.about-us p, .faq-title p, .img-gallery-title p, form.contact-us p, .starry-night p, .site-section p {
	text-align: left; text-justify: inter-word;
	font-size: 2.0em; line-height: 2.0;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0 0 10px 0;
}
.starry-night {
	color: #ffffff;
	background-image: url(/img/pics/lg-bkg/lg-bkg-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: table-cell; vertical-align: middle;
}
.faq-title, .img-gallery-title {
	color: #ffffff;
	background-image: url(/img/pics/lg-bkg/gallery-title-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.faq-title p, .img-gallery-title p, .starry-night p {
	color: #ffffff;
	text-shadow: 3px 3px 4px #000000;
}
.starry-night h1, .starry-night h2, .starry-night p,
.contact-us p, form.contact-us h1, .contact-us h2 {
	max-width: 800px;
}
.about-us {
	background-color: #F0EFDBFF;
}
div.gallery-img-container {
	color: #ffffff;
	font-size: 1em; line-height: 1.0;
	width: 33.333% !important; height: 300px !important;
	display: inline-table;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
p.gallery-img-overlay {
	color: #ffffff;
	font-size: 2em; line-height: 300px;
	position: relative;
	width: 100%; height: 100%;
	display: inline-table;
	background-color: tranparent;
	-wenkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
}
p.gallery-img-overlay:hover {
	background-color: rgba(0,0,0,0.5);
}
p.gallery-img-overlay:hover span {
	left: 0;
	opacity: 1;
}
p.gallery-img-overlay span:hover {
	background-color: #ffffff;
}
p.gallery-img-overlay span:hover i {
	color: #000000;
}
p.gallery-img-overlay span {
	text-align: center; vertical-align: middle;
	font-size: 1em; line-height: 50px;
	position: relative; left: -25px;
	width: 50px; height: 50px;
	display: inline-block; opacity: 0; cursor: pointer;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: opacity 0.5s;
  transition: left 0.1s;
}
p.gallery-img-overlay span i {
	color: #ffffff;
	transition: color 0.5s
}
div#img-viewer {
	color: #FFFFFF;
	text-align: center; vertical-align: middle;
	font-size: inherit; line-height: inherit;
	position: fixed; top: 0;
	width: 100%; min-height: 100%;
	margin: auto; padding: 0;
	display: none; z-index: 9999;
	background-color: rgba(0,0,0,0.9);
	background-image: url(/img/logo/sde-logo-clr-02.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-o-transition: background 1s ease-in-out;
	transition: background 1s ease-in-out;
}
div#img-viewer span#img-viewer-off {
	color: #c87137;
	text-align: center;
	font-size: 3.0em; line-height: 1.0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	position: fixed; top: 10px; right: 10px;
	display: inline-block; z-index: 9999; cursor: pointer;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
div#img-viewer span#prev-img-select {
	color: #c87137;
	text-align: center;
	font-size: 4.0em; line-height: 1.0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	position: fixed; top: 50%; left: 10px;
	display: inline-block; z-index: 9999; cursor: pointer;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
div#img-viewer span#next-img-select {
	color: #c87137;
	text-align: center;
	font-size: 4.0em; line-height: 1.0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	position: fixed; top: 50%; right: 10px;
	display: inline-block; z-index: 9999; cursor: pointer;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
div#map-content {
	position: relative; top: 0; bottom: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: table; clear: both;
	background-color: #E7F6F7;
}

/**
 * 5)	Form
 */

form.contact-us {
	color: rgba(46, 52, 54, 0.6);
	text-align: left;
	font-family: "Dosis","SinkinSansMedium";
	font-size: 1em; line-height: 1.0;
	position: relative; right: 0; left: 0;
	width: 100%; height: auto;
	margin: 0; padding: 100px 50px;
	display: block; vertical-align: middle;
	background-color: #E7F6F7;
}
form.contact-us h1 {
	font-family: "SinkinSansBold","SinkinSansMedium";
	font-size: 2.2em; line-height: 2.4;
	letter-spacing: 0.3em;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0;
}
form.contact-us h2 {
	font-family: "DosisSemiBold","SinkinSansMedium";
	font-size: 2.0em; line-height: 2.4; font-variant-caps: small-caps;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0 0 5px 0;
}
form.contact-us p {
	text-align: left; text-justify: inter-word;
	font-size: 2.0em; line-height: 1.7;
	position: relative;
	width: 100%; height: auto;
	margin: auto; padding: 0 0 10px 0;
}
form.contact-us h1 {
	max-width: 800px;
}
form.contact-us label {
	vertical-align: baseline;
	font-size: inherit; line-height: inherit;
	font-weight: bold;
	display: inline;
}
form.contact-us label em {
	font-weight: normal;
	position: relative; bottom: -10px;
	display: inline; float: right;
}
form.contact-us span, form.contact-us input, form.contact-us textarea {
	vertical-align: baseline;
	font-size: inherit; line-height: inherit;
	width: 100%;
	display: inline;
}
form.contact-us input, form.contact-us textarea {
	color: #0163BE;
	margin: 0 0 5px 0; padding: 5px;
	background-color: rgba(255,255,255,0.85);
	border:solid 1px #0163BE;
}
form.contact-us textarea {
	height: 250px;
}
form.contact-us i {
	color: #c87137;
}
form.contact-us span i {
	font-size: 0.8em !important;
}
#submit-button {
	font-family: "Mitr","Exo";
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em; line-height: 1.0;
	width: auto; height: auto;
	margin: 25px 0 0 0; padding: 7px 10px;
	display: inline-block;
	background-color: rgba(10,84,153,0.7);
	border: 1px solid rgba(54,54,54,0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#submit-button:hover {
	background-color: #007e19;
}
#donate-button {
	font-family: "Mitr","Exo";
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em; line-height: 1.0;
	width: auto; height: auto;
	margin: 25px 0 0 0; padding: 7px 10px;
	display: inline-block;
	background-color: #b87137;
	border: 1px solid rgba(54,54,54,0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: none;
}
#donate-button:hover {
	background-color: #007e19;
}

/**
 * 6)	Foot
 */

div#footer-clr-overlay {
	position: absolute; top: 0; right: 0; botom: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: block; z-index: 0;
	background-color: rgba(0,0,0,0.6);
}
footer#page-footer {
	color: #FFFFFF;
	text-align: center;
	font: "ExoMedium","OpenSans";
	font-size: 1.5em; line-height: 1.5; letter-spacing: 0;
	position: relative;
	width: 100%; height: auto;
	margin: 0; padding: 50px 10px 150px 10px;
	display: block; clear: both; overflow: auto;
	background-image: url(/img/pics/lg-bkg/footer-title-bkg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer#page-footer article {
	color: #FFFFFF;
	text-align: left; vertical-align: middle;
	font-size: inherit; line-height: inherit;
	position: relative;
	width: 33.0%; min-height: 200px;
	margin: 0; padding: 0;
	display: inline-table;
}
footer#page-footer article p {
	color: #FFFFFF;
	text-align: left; vertical-align: top;
	font-size: inherit; line-height: inherit;
	position: relative;
	width: auto; height: auto;
	margin: 0 auto; padding: 50px;
	display: inline-block; white-space: nowrap; overflow: hidden;
}
footer#page-footer article p a {
	color: #FFFFFF;
	vertical-align: baseline;
	z-index: 99;
}
#page-footer article p a:hover {
	color: #c87137 !important;
}
span#page-foot-logo {
	font-size: inherit; line-height: inherit;
	vertical-align: baseline;
	width: 150px; height: 110px;
	margin: 0 auto; padding: 0;
	display: inline-block; clear: both;
	background-image: url(/img/logo/sde-logo-clr-02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div#copyright-text {
	color: #FFFFFF;
	text-align: center;
	font: "OpenSans";
	font-weight: normal;
	font-style: italic;
	font-size: 1em; line-height: 1; letter-spacing: 0;
	position: relative;
	width: 100%; height: auto;
	margin: 0; padding: 25px 10px;
	display: block; clear: both;
	background-color: #aa1144;
}
div#copyright-text p {
	color: #FFFFFF;
	text-align: center;
	font: "OpenSans";
	font-weight: normal;
	font-style: italic;
	font-size: 1em; line-height: 1; letter-spacing: 0;
}


/**
 * 7)	Success, Notice and Error Boxes
 */
.error, .notice, .success {
	color: rgba(0,0,0,0.6);
	text-align: left; vertical-align: baseline;
	font-size: inherit; line-height: inherit;
	position: relative;
	max-width: 800px; height: auto;
	margin: 0 auto 0 auto; padding: 20px;
	display: block; clear: both ; z-index: 0;
	box-sizing: border-box ;
	-moz-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
}
.error {
	background-color: rgba(242,149,146,0.2); /* color: #F29592 */
	border: solid 1px rgba(0,0,0,0.1);
}
.notice, .success {
	background-color: rgba(174,242,174,0.5); /* color: #AEF2AE */
	border: solid 1px rgba(0,0,0,0.1);
}

/* Text Colors */
.error {
	color: #7e0001;
}
.notice, .success {
	color: #00507e;
}

