/* 2020 Sam Styles */

:root {
	--table-blue: #5aa294;
	--table-green: #73C680;
	--light-blue: #DFE2E5; /*#ABB1BB;*/
	--mid-blue: #8c8c8c;
	--dark-blue: #001450;
	--yellow: #FCC03E; /* #ffdb03;*/
	--light-gray: #ddd;
	--green: #73C680;
	--russet: #73311B;
	--red: #E98C89;
}

html,
body {
	/*color: var(--light-gray);*/
	/*background: var(--mid-blue);*/
	font-family: 'proxima-nova';
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dark-blue);
	font-family: 'proxima-nova';
}
h2 {
	color: black;
}

.col {
	max-width: 720px;
}

.story {
	display: flex;
	/*align-items: center;*/
	align-items: flex-start;
	max-width: 720px;
	padding: 20px;
	margin: 20px 0 20px auto;
	/*color: var(--yellow);*/
	/*background: var(--dark-blue);*/
	background: var(--light-blue);
	text-decoration: none;
	cursor: pointer;
}

.story:hover {
	/*color: var(--yellow);*/
	opacity: .5;
	text-decoration: none;
}

.container .story h3 {
	color: black;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 1.4em;
	text-align: left;
	width: 500px;
}


.story .info {
	width: 100%;
	color: black;
}

.container .story h4 {
	font-size: 1.1em;
	color: black;
}

.container .story p {
	margin: 0;
}

.triangle {
	align-self: flex-start;
	width: 0;
	height: 0;
	margin: -25px -12.5px 0 25px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid var(--dark-blue);
	transform: rotate(-45deg);
}

#splash {
    position: relative;
    width: 100%;
    height: auto;
    /* margin: 0 25px calc(500px * 0.46) auto; */
		margin: 0 25px 0 auto;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
		margin-top: 20px;
}

@media (max-width: 825px) {
	#splash {
		margin: 0 auto;
		transform: none;
	}
}

@media (max-width: 400px) {
	/* #splash {
		transform: scale(0.8);
		transform-origin: top left;
		margin-top: -10px;
	} */
}

/* #splash h1 {
	position: absolute;
	top: 26%;
	left: 210px;
	font-size: 400%;
	font-weight: 900;
	line-height: 90%;
	letter-spacing: 10px;
	white-space: nowrap;
} */

#splash h1 {
    font-size: 75px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #000;
	text-align: center;
}

#splash h1 .ud {
	position: absolute;
	left: 28%;
	transform: rotate(180deg);
}

#splash h1 .udspace {
	opacity: 0;
}

/* #splash h2 {
	position: absolute;
	top: 63%;
	left: 210px;
	width: 270px;
	font-size: 130%;
	line-height: 175%;
} */

#splash h2 {
    width: auto;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: none;
}

secondrow {
    display: flex;
    /* flex-direction: column;
    flex-wrap: nowrap; */
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-flow: column-reverse;
}

.logo_img {
	/* position: absolute;
	left: 50px;
	top: 56%; */
	width: 100px;
	margin: 10px auto;
}

.horiz {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	left: 322px;
	top: 0;
}

i.pg-post-gazette {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	padding-right: 3px;
	border: solid 2px var(--yellow);
	border-radius: 50%;
	font-size: 45px;
	color: var(--yellow);
}

.dots {
	display: flex;
	align-items: center;
	height: 65px;
	padding: 0 1px;
	font-size: 25px;
	color: var(--yellow);
}

.vert {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 31px;
	color: var(--yellow);
	text-transform: uppercase;
	white-space: nowrap;
}

.vert p:nth-child(1) {
	margin: 0;
}

.vert p:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 2px 0;
	font-size: 20px;
	border: solid 2px var(--yellow);
}

.vert p:nth-child(3) {
	font-size: 14px;
	font-weight: bold;
	transform: rotate(90deg) translateX(50%);
}

@media (max-width: 550px) {
	#splash h1 {
	  font-size: 50px;
	  line-height: 50px;
	  text-align: center;
	}

	#splash h2 {
		top: 38%;
		left: 49px;
	}

	.logo_img {
		top: 61%;
	}

	.horiz {
		left: 170px;
		top: 60%;
	}

	.story {
		flex-direction: column;
		position: relative;
	}

	.story .triangle {
		position: absolute;
		right: 20px;
	}

	.container .story h3 {
		width: unset;
	}
}

.card {
	border: none;
	background-color: var(--back);
}

iframe {
	border: none;
}

.container .full {
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	text-align: left;
}

.yel-cir {
	display: inline-block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: var(--dark-blue);
}


/* SAM STYLES */

table.dataTable {
	width: 100% !important;
	color: black;
}

.slick-slide img {
	max-width: 100%;
	max-height: 80vh;
}

html,
body {
	overflow-x: hidden;
}

table.dataTable tbody tr.even {
	background-color: var(--light-blue);
}

.dataTables_wrapper {
	background: white;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: white;
}

.card-body {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.card .btn-primary,
.card .btn-secondary {
	margin-right: auto;
}

#sponsors {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0;
}

@media (max-width: 500px) {

	pglogo,
	social {
		/*display: none;*/
	}
}

@media (max-width: 300px) {
	textbranding {
		display: none;
	}
}

/* END SAM STYLES */


/* Banner Styles */

navbar {
	width: 100vw;
	height: 50px;
	background: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 10px;
	position: fixed;
	z-index: 2000;
}

textbranding {
	position: fixed;
	top: 0;
	color: #000;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 5px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 690px) {
	textbranding {
		font-size: 15px;
		margin-top: 15px;
	}
}

pglogo {
	background: url(//newsinteractive.post-gazette.com/penguins/50/wearing-the-c/img/PG-logo.png) center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 0;
}

@media only screen and (max-width: 1280px) {
	pglogo {
		left: 60px;
	}
}

.pg-post-gazette {
	color: #ddd;
	font-size: 1.9rem;
}

topworkplaceslogo {
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: 2;
}

topworkplaceslogo img {
	height: 200px;
	width: auto;
}

@media (max-width: 1280px) {
	topworkplaceslogo {
		top: 70px;
		left: 15px;
	}
}

@media only screen and (max-width: 480px) {
	topworkplaceslogo {
		display: none;
	}
}

/* .top_img {
	max-width: 300px;
	width: 100%;
	margin-top: -50px;
} */

.top_img {
    width: 100%;
    position: relative;
}

social {
	font-size: 25px;
	position: absolute;
	right: 30px;
	top: 5px;
}

social a {
	color: #ddd;
	padding: 0 5px;
	transition: color 300ms;

}

social a:hover {
	color: var(--light-blue);
}

.col-8 {
	padding-left: 0 !important;
}

@media (max-width: 1680px) {

	.col-8,
	.col-4,
	.col-lg-4 {
		width: 100%;
		clear: both;
	}
}

.container {
	max-width: 99vw;
	/*padding-top: 30px;*/
}

.first-container {
	padding-top: 50px;
}

.container .col-12 h3,
.container h3 {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.container .col-lg-4 h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 1000;
}

.container .row .col-12 h3 {
	/*margin-top: 20px !important;
	margin-bottom: 20px !important;*/
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 4px 10px;
	vertical-align: top;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: none;
	background-color: #FFF3E0;
	border: none;
	color: #F8815F !important;
	border-bottom: 1px solid #F8815F;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border: none;
	border-bottom: 1px solid #F8815F;
	background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: none;
	border: none;
	color: #F8815F;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #FFF3E0;
	border: none;
	color: #F8815F !important;
}

.text-right {
	text-align: right;
}

.full_table {
	position: fixed;
	top: 70px;
	right: -100%;
	background: var(--mid-blue);
	padding: 10px;
	z-index: 9;
	max-width: 95%;
	max-height: calc('100vh - 50px');
	overflow: scroll;
	/*box-shadow: 5px 5px 10px #888888;*/
}

.first_row {
	margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
	.first_row {
		margin-bottom: -50px;
	}
}

/* LOADER STYLES----------------------------------------*/
#mask {
	background: black;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .70;
	z-index: 7;

}

.loader {
	width: 100%;
	margin: auto;
	text-align: center;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: fixed;
	text-shadow: 0px 0px 5px #007fd4;
	z-index: 10;
	color: white;
	z-index: 25;

}

@media (max-width: 500px) {
	.loader {
		top: 200px;

	}
}

.loader .fa-spin {
	font-size: 30pt;
	color: white;
}

.loader p {
	font-size: 200%;
}

/* SOCIAL STYLES----------------------------------------*/
.social {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.social a i {
	float: left;
	color: white;
	line-height: 30px;
	margin-right: 20px;
}

.social a i:hover {
	opacity: .7;
	cursor: pointer;
}

.social_fullscreen_fb {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.social_fullscreen_twitter {
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 3;
}

.pglogo {
	background: url(//newsinteractive.post-gazette.com/penguins/50/wearing-the-c/img/PG-logo-1.png) center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	/* margin-right: 70px; */
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: transparent;
}


/* CREDIT STYLES----------------------------------------*/

.mycredits {
	width: 100%;
	background-color: #eee;
	text-align: center;
	padding: 10px 0px 30px 0px;
	font-family: "Oswald", san-serif !important;
	color: black;
	margin-top: 10px;
}

.creditsWrapper {
	width: 80%;
	margin: auto;

}

.mycredits h2 {
	font-size: 180% !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-weight: 600;
	font-family: 'Source Code Pro', monospace !important;
}

.mycredits .creditBox {
	display: inline-block;
	text-align: left;
	width: 32%;
	margin-right: 1.5%;
	vertical-align: top;
}


.mycredits .creditBox:last-child {
	margin-right: 0;
}

.gray {
	color: gray;
}

@media only screen and (max-width: 1280px) {
	.mycredits .creditBox {
		display: inline-block;
		text-align: left;
		width: 100%;
		margin-right: 0;
		vertical-align: top;
		padding-top: 20px;
	}

	.mycredits h2:first-child {
		margin-bottom: 0px !important;
	}
}

/* AD STYLES----------------------------------------*/
.leader-ad {
	width: 728px;
	height: auto;
	display: block;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
}

/* .box-ad {
	display: none;
} */

.ad-preview {
	text-align: center;
	font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {

	.leader-ad {
		display: none;
	}

	.box-ad {
		width: 300px;
		height: auto;
		display: block;
		margin: 5px auto 0 auto;
		padding-bottom: 10px;
	}
}

/*COMMENTS ------------------------------------------------------*/
.tw-bs {
	margin-top: 20px;
	margin-left: 5px;
}

@media (max-width: 1280px) {
	.tw-bs {
		margin-left: 10px;
		margin-top: 10px;
	}
}

#commentsDiv {
	margin-left: 5px;
}

@media (max-width: 1280px) {
	#commentsDiv {
		margin-left: 5px;
	}
}

@media (max-width: 700px) {
	#commentsDiv {
		margin-left: 0px;
	}
}

.gig-comments-container td {
	background-color: white !important;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
}

.row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.card {
	height: 100%;
}

.card-img-caption {
	color: gray;
	font-size: 80%;
	padding: 5px 10px 0 10px;
	text-align: right;
	width: 100%;

}

.hide_table {
	padding-bottom: 10px;
}

.sponsor_subhead {
	text-align: center;
	font-size: 100%;
	width: 100%;
}

.locator_map_img {
	display: block;
	max-width: 98%;
	margin: 0 auto;
	max-height: 50vh;
}

.sponsor_logo {
	display: block;
	margin: 10px auto 40px auto;
	max-width: 100%;
}

.small_screen_top_img {
	display: none;
}

.mobile_stories {
	display: none;
}

@media only screen and (max-width: 1280px) {

	.delete_col,
	.delete_col img,
	.show_table,
	.full_table {
		display: none !important;
		width: 0px !important;
	}

	.col {
		flex-basis: auto;
	}

	.small_screen_top_img {
		width: 100%;
		display: block;
	}

	.col-lg-4 {
		flex: 0 0 100%;
	}

	.dataTable {
		width: 100% !important;
	}

	.mobile_stories {
		display: block;
	}
}

.navbar-toggler {
	cursor: pointer;
	padding: 0 !important;
	display: none;
}

@media only screen and (max-width: 1280px) {
	.navbar-toggler {
		display: block;
	}
}

.navbar-toggler-icon {
	background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=F8815F');
	border: none !important;
}

.animated-icon1 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 5;
}

.animated-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #e65100;
}

/* bars of the hamburger */
.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

/* end bars of the hamburger */

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon3 span:nth-child(1) {
	top: 0px;
}

.animated-icon3 span:nth-child(2),
.animated-icon3 span:nth-child(3) {
	top: 10px;
}

.animated-icon3 span:nth-child(4) {
	top: 20px;
}

.animated-icon3.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */

.animated-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon4 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon4 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

.navbar-collapse {
	position: absolute;
	top: 50px;
	left: 0;
}

.navbar-nav li {
	background: #FFF3E0;
	padding: 10px 50px;
}

.navbar-nav li:hover {

	background-color: #F8815F;
	opacity: .7;
}

li a:hover {
	text-decoration: none;
}

:focus {
	outline: 0 none !important;
}

.speaker {
	margin-top: 1.1rem;
}

.speaker_quote {
	/*margin-top: 1.1rem;*/
	font-size: 110%;
	font-style: italic;
}

@media only screen and (max-width: 1280px) {
	.card {
		border: 0 none;
	}

	.speaker {
		margin-bottom: 5px;
	}

	.second_speaker {
		margin-top: 10px;
	}

	.speaker_spacer {
		display: none;
	}
}

.brightcove_wrapper {
	position: relative;
	display: block;
	max-width: 666px;
}

@media only screen and (max-width: 1280px) {
	.brightcove_wrapper {
		max-width: none;
	}
}

h6 {
	color: lightgray;
	text-align: center;
}

.sponsor_card {
	border: 0 none;
}

.card-title {
	font-weight: 700;
}

@media only screen and (max-width: 1280px) {
	.energage-card-img {
		display: none;
	}
}

.first-card {
	display: block;
}

.first-card-img {
	float: left;
	padding-right: 20px;
	width: 33%;
}

.first-card-caption {
	clear: both;
	float: left;
	width: 33%;
	padding-bottom: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 1280px) {
	.first-card {
		display: flex;
	}

	.first-card-img {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.first-card-caption {
		clear: none;
		float: none;
		width: 100%;
		padding-bottom: 0;
		padding-right: 0px;
	}
}

.ad-logos, .more-ads {
    max-width: 600px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.ad-logos img {
    max-width: 90%;
    height: auto;
    margin: 10px auto;
}

.ad-wrapper {
	width: 60%;
	margin-left: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
}