@import url("https://fonts.googleapis.com/css?family=Lato:300,700");
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
aside, details, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	padding-left: 10px;
	padding-right: 10px;
}
/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Basic */
body {
	background: #000;
}
body, input, select, textarea {
	color: #FFFFFF;
	font-family: "Lato", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 300;
	line-height: 1.75em;
}
a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	color: #e0555a;
}
a:hover {
	text-decoration: none;
	color: #e0555a !important;
	border-bottom-color: transparent;
}
b, strong {
	font-weight: 700;
}
i {
	font-style: italic;
}
p {
	margin: 0 0 2em 0;
}
h1, h2, h3, h4{
	color: inherit;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 0.25em 0;
	letter-spacing: -0.01em;
	text-decoration: none !important;
}
h1 a, h2 a, h3 a, h4 a{
	color: inherit;
}
h2 {
	font-size: 1.65em;
	line-height: 1.5em;
}
h2 a{text-decoration: none !important;}
h3 {
	font-size: 1.25em;
	line-height: 1.5em;
}
h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

/* Section/Article */
section{
	padding-bottom: 1em;
}
header p {
	color: inhereit;
	position: relative;
	margin: 0 0 1.5em 0;
}
header h2 + p {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.75em;
}
header h3 + p {
	font-size: 1.1em;
	margin-top: -0.85em;
	line-height: 1.5em;
}
header h4 + p, header h5 + p, header h6 + p {
	font-size: 0.9em;
	margin-top: -0.75em;
	line-height: 1.5em;
}
header.major h2 {
	font-size: 2.35em;
}
header.major p {
	font-size: 1.15em;
	margin: 0em 0 2em 0;
}

/* Header */
#header {
	background-color: #000;
	color: inherit;
	cursor: default;
	width: 100%;
	z-index: 10000;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 11pt !important;
}
#header body {
	font-size: 11pt !important;
}
/* Navigation */
.navLink {
	line-height: 1 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	display: inline-block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.navIconBlock {
	position: relative;
	float: right;
	line-height: 0;
	display: inline-block;
	letter-spacing: 0 !important;
	font-family: "Lato", Helvetica, sans-serif !important;
	padding-right: 10px;
}
.navIcon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	border-bottom: none !important;
	color: inherit;
	line-height: 0 !important;
	display: inline-block;
	padding: 0px 2px 0px 2px !important;
	margin: 20px 0px 10px 5px !important;
	font-size: 1.2em !important;
	vertical-align: middle;
	color: #FFFFFF !important;
	font-family: "Lato", Helvetica, sans-serif !important;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.navIcon a {
	font-size: 1em !important;
	font-family: "Lato", Helvetica, sans-serif !important;
}
.navIcon body {
	font-size: 11pt !important;
}
.navIcon body a {
	font-size: 11pt !important;
}
.navIcon:hover {
	text-decoration: none;
	color: #e0555a !important;
	border-bottom-color: transparent;
}

/* Footer */
#footer {
	color: #949494;
	padding: 2em 0 2em 0;
	text-align: center;
}
#footer .menu a {
	color: inherit;
}
#footer .copyright {
	font-size: 0.8em;
}
#footer ul {
	text-align: center;
	padding-left: 0;
}
ul.menu li {
	text-align: center;
	border-left: solid 1px rgba(144, 144, 144, 0.25);
	display: inline-block;
	margin-left: 0.25em;
	padding-left: 0.25em;
}
ul.menu li:first-child {
	text-align: center;
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

/* Grid */
.row {
}
.row > * {
	float: left;
	padding-left: 30px;
	padding-right: 0px;
}
.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
}

/* Image */
.image {
	border-radius: 0.5em;
	border: 0;
	display: inline-block;
	position: relative;
}
.image img {
	position: relative;
	border-radius: 0.5em;
	display: block;
}
.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}
.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}
.image.left, .image.right {
	max-width: 40%;
}
.image.left img, .image.right img {
	width: 100%;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.fit img {
	display: block;
	width: 100%;
}

/* Video */
.trailerBlock {
	min-width: 625px;
	width: -webkit-calc(100% - 285px);
	width: -moz-calc(100% - 285px);
	width: calc(100% - 285px);
	width: 80%;
	margin: auto;
	display: inline-block;
	positive: relative;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	margin-bottom: 25px;
	height: 0;
	min-width: 10px;
	min-height: 100px;
}
.videoWrapper iframe {
	border-radius: 1em;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Ross Elements */
.rossContentWrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 20px;
	background: #1C1C1C;
}
.d20logo img {
	float: left;
	max-width: 233px;
	max-height: 62px;
	padding-right: 0px;
	width: auto;
	height: auto;
	padding-left: 20px;
	border-style: none;
	line-height: 0;
	display: inline-block;
}
.d20logo a {
	border-style: none;
	text-decoration: none;
	border: 0 none;
}
.platformIcon {
	padding-left: 2%;
	padding-right: 2%;
}
.gameDescription {
	width: 80%;
	margin: auto;
}
.pressLeft {
	max-width: 62%;
	margin: auto;
}
.pressRight {
	max-width: 35%;
	margin: auto;
}
.gameBox {
	max-width: 28%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	display: inline-block !important;
	vertical-align: top;
	padding: 0 1% 0 1% !important;
}
.feature {
	max-width: 33%;
	display: inline-block !important;
	vertical-align: top;
	padding: 0 1% 0 1% !important;
}
.feature h2{
	text-align: center;
}
.feature ul{
	margin-bottom: 6%;
}
.awards {
	padding-bottom: 15%;
	padding-left:8%;
	padding-right:8%;
}
.awards img {
	float: left !important;
	position: relative !important;
	display: block !important;
	width: 25% !important;
}
.awards6row {
	padding-bottom: 20%;
	padding-left:8%;
	padding-right:8%;
}
.awards6row img {
	float: left !important;
	position: relative !important;
	display: block !important;
	width: 16.66% !important;
}

.badgesRow {
	padding-left:8%;
	padding-right:8%;
}
.badgesRow img {
	float: left !important;
	position: relative !important;
	display: block !important;
	width: 50% !important;
}
.singleImageRow{
	padding-left:20%;
	padding-right:20%;
}

/* Banner */
#banner {
	background-image: url("../../images/bannerD20Studios.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px !important;
	position: relative;
	text-align: center;
}
#banner .inner {
	position: relative;
	z-index: 2;
	height: 60px !important;
	border-top: none !important;
}

 @media screen and (max-width: 6000px) {
body, input, select, textarea {
	font-size: 11pt;
}
#banner {
	padding: 16em 0 !important;
}
}
 @media screen and (max-width: 2200px) {
body, input, select, textarea {
	font-size: 11pt;
}
#banner {
	padding: 14.5em 0 !important;
}
}
 @media screen and (max-width: 1500px) {
#banner {
	padding: 12em 0 !important;
}
}
 @media screen and (max-width: 980px) {
.trailerBlock {
	min-width: 100px;
	width: 100%;
}
.gameDescription {
	width: 100%;
}
.pressLeft {
	margin-left:-4%;
	max-width: 100%;
}
.pressRight {
	margin-left:-4%;
	max-width: 100%;
}
.feature {
	max-width: 49.5%;
}
.awards {
	padding-bottom:18%;
	padding-left:0%;
	padding-right:0%;
} 
.awards6row {
	padding-bottom: 22%;
	padding-left:0%;
	padding-right:0%;
}
}
 @media screen and (max-width: 748px) {
body, input, select, textarea {
	font-size: 13pt;
}
#banner {
	padding: 5em 2em 4em 2em !important;
}
h2 {
	font-size: 1.4em;
}
header.major h2 {
	font-size: 2.2em;
}	 
#mce-EMAIL {
	max-width: 200px !important;
}
.gameBox {
	max-width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 5%;
}
.feature {
	max-width: 100%;
	font-size: 15pt;
}
.feature ul{
	font-size: 15pt;
}	 
.trailerBlock {
	margin-left: -3.5vw;
	width: 97vw;
}
.videoWrapper iframe {
	border-radius: 0;
}
.awards6row {
	padding-bottom: 53%;
}
.awards6row img{
	width: 25% !important;
}
 }


/* Slider */
.slider {
	position: relative;
}
.slider .viewer {
	position: relative;
	border-radius: 0.5em;
	height: 20em;
	margin: 0 auto;
	overflow: hidden;
	width: 80%;
}
.slider .slide img {
	border-radius: 0.375em;
	display: block;
	width: 100%;
}
.slider .nav-next, .slider .nav-previous {
	text-decoration: none;
	background: #000;
	border-radius: 100%;
	color: #ddd;
	cursor: pointer;
	display: block;
	font-size: 3em;
	height: 1.25em;
	line-height: 1.15em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 1.25em;
}
.slider .nav-next:before, .slider .nav-previous:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.slider .nav-next:before, .slider .nav-previous:before {
	position: relative;
}
.slider .nav-next {
	background-image: url("../../images/navNext.png");
	background-repeat: no-repeat;
	right: 0;
}
.slider .nav-next:before {
	right: -0.05em;
}
.slider .nav-previous {
	background-image: url("../../images/navPrev.png");
	background-repeat: no-repeat;
	left: 0;
}
.slider .nav-previous:before {
	left: -0.05em;
}
 @media screen and (max-width: 748px) {
.slider .viewer {
	border-width: 1em;
	width: 100%;
}
.slider .slide img {
	border-radius: 0.375em;
	display: block;
	width: 100%;
}
.slider .nav-next, .slider .nav-previous {
	background: none;
	border-radius: 0;
	color: #fff;
	height: 100%;
	margin-top: 0;
	top: 0;
	vertical-align: bottom;
	width: 50%;
	z-index: 1;
}
.slider .nav-next:before, .slider .nav-previous:before {
	display: block;
	height: 2em;
	line-height: 2em;
	margin-top: -1em;
	padding: 0 1em;
	top: 50%;
	width: 100%;
	content: '';
}
.slider .nav-next {
	right: 0;
	text-align: right;
}
.slider .nav-previous {
	left: 0;
	text-align: left;
}
/*Make slider and trailer full width of page with no rounded corners*/
.slider .viewer {
	border-radius: 0 !important;
	border-width: 0em;
	margin-left: -3.5vw;
	width: 97vw;
}
.slider .slide img {
	border-radius: 0 !important;
}
 }

/* Form */
#d20_mc_embed_signup {
	display: inline-block !important;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	width: 100% !important;
}
#mc-embedded-subscribe {
	background-color: #39b15f !important;
	color: #FFFFFF !important;
	font-weight: bold!important;
}
#mc-embedded-subscribe:hover {
	background-color: #39b1ff!important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
#mce-EMAIL {
	width: 100% !important;
	max-width: 300px !important;
	display: inline-block !important;
}
label {
	color: inherit;
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 0 1em 0;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(144, 144, 144, 0.075);
	border-radius: 0.5em;
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.25);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	height: 2.75em;
}

/* Button */
input[type="submit"], input[type="reset"], input[type="button"], .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 0.5em;
	border: solid 1px rgba(144, 144, 144, 0.25) !important;
	color: #545454 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 700;
	height: 3.5em;
	letter-spacing: 0.1em;
	line-height: 3.5em;
	overflow: hidden;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.clear {
	display: inline-block !important;
}