@font-face {
	font-family: 'Agency';
	src: url('../fonts/AgencyFB-Bold.eot');
	src: url('../fonts/AgencyFB-Bold.eot#iefix') format('embedded-opentype'),
		url('../fonts/AgencyFB-Bold.woff') format('woff2'),
		url('../fonts/AgencyFB-Bold.woff') format('woff'),
		url('../fonts/AgencyFB-Bold.ttf')  format('truetype'),
		url('../fonts/AgencyFB-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
meta.foundation-version {
	font-family: "/5.2.3/";
}
meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em;
}
meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em;
}
meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em;
}
meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}
meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}
meta.foundation-data-attribute-namespace {
	font-family: false;
}
html, body {
	height: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-size: 100%;
}
body, html.rgba body.barebones.matrix {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+0,0043ff+40,0043ff+60,1e1e1e+100 */
	background: rgb(30,30,230); /* Old browsers */
	background: linear-gradient(to bottom, rgba(0,67,255,0.15) 0%,rgba(0,67,255,0.83) 40%,rgba(0,67,255,1) 50%,rgba(0,67,255,0.83) 60%,rgba(0,67,255,0.15) 100%) no-repeat fixed, url("../img/binary-accents.png") repeat-x fixed 0 3rem, #202020 url(../img/bghex-tile.jpg) repeat fixed;
	background-position: fixed;
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default;
}
html.rgba body.barebones.matrix {
	background-position: 0 0!important;
}
html.rgba body.barebones {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000000 15%, #010039 50%, #000000 85%);
}
.container {
    min-height: 30rem;
}
a:hover {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
	max-width: none !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide {
	display: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
}
textarea {
	height: auto;
	min-height: 50px;
}
select {
	width: 100%;
}
ul.pagination {
	display: block;
	min-height: 1.5rem;
	margin: 0.25rem 0;
}
ul.pagination li {
	height: 1.5rem;
	color: #fff;
	font-size: 0.875rem;
	margin-right: 0.5rem;
}
ul.pagination li .page-numbers {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	border-radius: 3px;
	cursor: pointer;
}
ul.pagination li:hover .page-numbers, ul.pagination li .page-numbers:focus {
	background: #e6e6e6;
}
ul.pagination li.unavailable .page-numbers {
	cursor: default;
	color: #999999;
}
ul.pagination li.unavailable:hover .page-numbers, ul.pagination li.unavailable a:focus {
	background: transparent;
}
ul.pagination li .page-numbers.current {
	background: #008cba;
	color: white;
	font-weight: bold;
	cursor: default;
}
ul.pagination li .page-numbers.current:hover, ul.pagination li .page-numbers.current:focus {
	background: #008cba;
}
ul.pagination li {
	float: left;
	display: block;
}
ul.pagination li .dots:hover {
	background: transparent;
	cursor: default;
}
/* Pagination centred wrapper */
.pagination-centered {
	text-align: center;
}
.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}
/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
figure {
	margin: 0 auto 1.25rem;
}
figure img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
img.alignright {
	float: right;
	margin: 0 0 18px 18px;
}
img.alignleft {
	float: left;
	margin: 0 18px 18px 0;
}
img.aligncenter {
	display: block;
	margin: 18px auto;
}
.gallery dt, .gallery dl {
	display: inline-block;
}
.gallery dl {
	margin-left: 0.5625rem;
	margin-right: 0.5625rem;
}
figure.figure {
	margin: 0 auto;
	display: table;
}
figure.figure figcaption {
	font-size: 0.875rem;
	line-height: 1.4;
	font-style: italic;
	padding: 8px 10px;
	color: #999;
	margin-bottom: 1.25rem;
	display: table-caption;
	caption-side: bottom;
}
figure.alignright.figure {
	float: right;
	margin: 0 0 18px 18px;
}
figure.alignleft.figure {
	float: left;
	margin: 0 18px 18px 0;
}
.footer-widget {
	background: url(../img/pattern4-inv.png) repeat 0 0 #eee;
	background-attachment: fixed;
	color: #000;
	margin-top: 3em;
}
.footer-widget .columns > article {
	/*height: 12rem;*/
}
.footer-widget article.panel {
	border: 0.1em solid #fff;
}
.footer-widget ul#menu-footer {
	margin-bottom: 0;
}
#footer-separator {
    margin-bottom: 2rem;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 100%);
    height: 0.5rem;
}
#footer-crumbs {
	margin-top: 3rem;
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	padding: 0.75em;
}
#phone-hidden {
	text-align: center;
	border: 1px solid #FF8F00;
	background: rgba(255,190,60,0.3);
	padding: 0.5em;
	margin: 0.5em 0;
}
#phone-hidden p {
	font-size: 90%;
}
#phone-hidden p:last-of-type {
	margin-bottom: 0;
}
#phone-hidden a.button {
	color: #fff;
}
#corp-phone-footer {
	font-size: 120%;
}
#crumbs {
	display: inline;
}
#header-main-sticky-wrapper {
	margin-bottom: 2rem;
}
header#header-main {
	max-width: 100%;
	background: #333333;
	padding-bottom: 0;
	border: 1px solid #949494;
	border-width: 1px 0;
	z-index: 99999;
}
header#header-main .title-area {
	background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
}
header#header-main .pln-logo {
    vertical-align: top;
    width: 13rem;
}
.admin-bar .is-sticky #header-main {
	/*margin-top: 32px;*/
}
#header-main ul li.divider:first-of-type {
	display: none;
}
header#header-main #nav-search {
	width: 16rem;
}
header#header-main #nav-search form * {
	display: inline-block;
}
header#header-main #nav-search input {
    width: 9.9rem;
	top: 0;
}
header#header-main #nav-search form button {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
}
body:not(.hide-intro) #header-main-sticky-wrapper.is-sticky header#header-main { /* #header-main-sticky-wrapper.is-sticky header#header-main */
	box-shadow: 0 0.2rem 0.4rem #000;
}
#header-main-sticky-wrapper.is-sticky .hide-on-sticky {
	display: none;
}
body:not(.hide-intro) header#header-main .menu-item-home {
    display: none;
}
body:not(.hide-intro) .is-sticky header#header-main .menu-item-home {
    display: initial;
}
#site-logo > img {
    width: 75%;
}
@media only screen and (min-width: 40.063em) {
	header#header-main {
		background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	}
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,51,255, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,51,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,51,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,51,255, 1);
    box-shadow: 0 0 0 0 rgba(0,51,255, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,51,255, 0);
      box-shadow: 0 0 0 10px rgba(0,51,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,51,255, 0);
      box-shadow: 0 0 0 0 rgba(0,51,255, 0);
  }
}
.content {
	background: url('../img/random_grey_variations.png') repeat 0 0 #1d1d1d;
	line-height: normal;
	/*margin-bottom: 1rem;*/
}
.content, .padding {
	padding: 0.9375rem;
}
.content, .blue-border {
	border: 0.3em double #2363ff;
}
.blue-border.border-bottom-only {
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
}
.blue-border.border-no-sides {
	border-left-width: 0!important;
	border-right-width: 0!important;
}
.content, .blue-glow {
	box-shadow: 0.1em 0.2em 0.5em #0000ff;
}
.row.full-width > .content {
	border-left: 0;
	border-right: 0;
}
.content .content {
	border: none;
	padding: 0;
	box-shadow: none;
}
.wide-row-wrap {
	margin-bottom: 1.75em;
	margin-top: 1.75em;
	border-left: 0;
	border-right: 0;
}
.wide-row-wrap > .row {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.index-card {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.index-card:last-of-type {
	border-bottom: none;;
	padding-bottom: 0;
	margin-bottom: 0;
}
span.author {
	font-size: 0.9375rem;
	color: #999;
}
span.author a, time a {
	color: #999;
	font-weight: bold;
}
span.author a:hover, span.author a:focus, time a:hover, time a:focus {
	color: #444444;
}
.entry-author {
	background-color: #fbfbfb;
	border: none;
	padding: 3.125rem 5rem;
	margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
	margin-right: 2.5rem;
	margin-bottom: 1.5rem;
}
.entry-author h4 a {
	color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
	color: #444444;
}
.entry-author p {
	color: #bbb;
}
.post header, .page header {
	margin-bottom: 1.25rem;
}
.push-top #header-main-sticky-wrapper {
	margin-bottom: 0;
}
.entry-tags {
	color: #999;
	font-size: 0.9375rem;
}
.entry-tags a {
	color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
	color: #444444;
}
.page-numbers {
	color: #999;
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
}
.page-numbers li {
	height: 1.5rem;
	color: #222222;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}
.page-numbers li a {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #999999;
	border-radius: 3px;
}
.page-numbers li:hover a, .page-numbers li a:focus {
	background: #e6e6e6;
}
.page-numbers li.unavailable a {
	cursor: default;
	color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
	background: transparent;
}
.page-numbers li.current a {
	background: #008cba;
	color: white;
	font-weight: bold;
	cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
	background: #008cba;
}
.page-numbers li {
	float: left;
	display: block;
}
.pagination-centered ul.page-numbers li {
	float: none;
	display: inline-block;
}
.page-numbers li span.current {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.page-numbers li {
	margin-left: 0.5rem;
}
.page-numbers li span:hover a, .page-numbers li span a:focus {
	background: #e6e6e6;
}
.page-numbers li span.current {
	background: #008cba;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: white;
	font-weight: bold;
	cursor: default;
}
.avatar {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
}
ol.commentlist {
	margin-left: 0;
	margin-top: 2em;
}
ol.commentlist p {
	font-size: 0.9375rem;
	line-height: 1.5;
}
ol.commentlist ul.children {
	margin-left: 4rem;
}
ol.commentlist li {
	list-style: none;
	margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
	float: left;
	margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
	display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
	font-style: normal;
	font-weight: 600;
	margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
	color: #ccc;
	font-size: 0.875rem;
	margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
	color: #bbb;
	font-size: 0.875rem;
}
ol.commentlist li section.comment {
	margin-left: 4rem;
	margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
	color: #444444;
}
#sidebar {
	margin-top: 1.25rem;
}
#sidebar .panel, .footer-widget .panel {
	border: none;
	background-color: #eee;
	padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
	color: #0060AF;
	font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
	color: #444444;
}
#sidebar ul, .footer-widget ul {
	list-style-type: none;
	margin-left: 0;
}
.footer-widget ul#menu-footer-utility {
	list-style: disc;
	margin-left: initial;
}
#sidebar .widget h4, .footer-widget .widget h4 {
	text-transform: uppercase;
	font-size: 1.4rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	color: #888;
	font-weight: 600;
}
footer {
	color: #000;
}
#playlive_contact-2 > span, .custom-html-widget > span {
    font-size: 82%;
    line-height: normal;
}
footer #footer-nav {
	list-style: none;
	margin-left: 0;
}
footer.full-width {
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding-top: 3rem;
}
footer.full-width p {
	font-size: 0.875rem;
}
footer.full-width a {
	color: #666;
	font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
	color: #444444;
}
footer.full-width .love-reverie {
	border-top: 1px solid #ccc;
	padding-top: 1.5rem;
}
.admin-bar > .fixed {
	margin-top: 2rem;
}
.f-topbar-fixed > .container {
	margin-top: 2rem;
}

.pl-calendar {
	background: #212127;
	width: 100%;
}
.pl-calendar thead tr th {
	text-align: center;
}
.pl-calendar tbody tr {
	height: 5em;
}
.pl-calendar .day-title-long {
	display: none;
}
.pl-calendar .day-num {
    border-radius: 0 0 5px;
    display: inline-block;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 8px;
	border: 0.1em solid #707070;
	text-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.5);
	border-width: 0 0.1em 0.1em 0;
	background: rgb(125,126,125);
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(79, 79, 79, 1) 100%) repeat scroll 0 0;
}
.pl-calendar .day-cell.has-events .day-num {
	background: rgb(166,174,178);
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(33, 64, 99, 1) 0%, rgba(45, 98, 141, 1) 50%, rgba(38, 87, 130, 1) 51%, rgba(63, 138, 195, 1) 100%);
}
.pl-calendar .day-cell.past .day-num {
	background: linear-gradient(to bottom, rgba(66,66,66,1) 0%,rgba(93,93,93,1) 50%,rgba(84,84,84,1) 51%,rgba(129,129,129,1) 100%);
	font-style: italic;
	text-decoration: line-through;
}
.pl-calendar .day-cell {
	vertical-align: top;
	
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(43, 48, 61, 1) 0%, rgba(28, 28, 28, 1) 100%) repeat scroll 0 0;
	padding: 0;
	height: 7rem;
	border: 0.1em solid #707070;
}
.pl-calendar .day-content {
    margin: 0.25em;
}
.pl-calendar .day-events-list {
    list-style: outside none none;
    margin: 0;
	font-size: 75%;
}
.pl-calendar .day-events-list > .event:not(.last) {
	border-bottom: 0.1em dashed #999;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}
table.pl-calendar tr.even, table.pl-calendar tr.alt, table.pl-calendar tr:nth-of-type(2n) {
	background: initial;
}
.pl-calendar .day-cell.current {
	background: linear-gradient(to bottom, rgba(4, 118, 34, 1) 0%, rgba(2, 54, 16, 1) 100%);
}
.pl-calendar .day-cell.has-events:hover {
	/* cursor: pointer; */
}


@media only screen {
.entry-author .avatar {
	margin-bottom: 1.25rem;
}
}

@media only screen and (min-width: 40.063em) {
.content {
	padding: 0.9375rem;
}
.entry-author {
	margin: 2.125rem -2.125rem;
}
.pl-calendar .day-title-long {
	display: initial;
}
.pl-calendar .day-title-short {
	display: none;
}
}

@media only screen and (min-width: 64.063em) {
#sidebar {
	padding-left: 1.875rem;
	padding-right: 0;
	margin-top: 0;
}
#footer-crumbs {
	margin-top: 3rem;
}
}
#front-intro {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000014+0,0000d4+100 */
	background: #0c1e80; /* Old browsers */
	background: url("../img/hexwave-bg-hd.jpg") repeat-x scroll 0 35%;
	background-size: cover;
	border: none;
	color: #fff;
	margin-bottom: 0;
	padding: 1.5rem 1.25rem 0.7rem;
}
body.hide-intro #front-intro {
	display: none;
}
body.home .callout {
    text-align: center;
}
.pattern-bg {
	background-size: cover;
	background-position: center center;
}
.bg-fixed {
	background-attachment: fixed;
}
.pattern-3 {
	background-image: url(../img/pattern3.png);
}
.pattern-4 {
	background: url(../img/pattern4.png) repeat scroll 0 0 #101010;
}

.badge {
	padding: 0.5em;
	
}
.icon-wrap {
    background: radial-gradient(ellipse at center center , rgba(225, 225, 255, 0.3) 30%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0%, rgba(0, 80, 211, 0.69) none repeat scroll 0 0;
    border: 2px solid #00b3ff;
    border-radius: 50%;
    box-shadow: 1px 1px 8px #0033ff;
    display: inline-block;
    height: 8em;
    width: 8em;
	animation: pulse 2s infinite;
}
.icon-wrap i {
    display: block;
    font-size: 5em;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.icon-wrap i.fa {
	font-weight: normal;
}
.icon-wrap img {
    width: 100%;
}
.badge:hover {
	
}

.row-actions {
	visibility: hidden;
	display: inline-block;
	margin-left: 1em;
}
tr:hover .row-actions {
	visibility: visible;
}

.frame {
	background: #000 none repeat scroll 0 0;
	border: 0.1em solid #2363ff;
	border-radius: 0.5em;
	padding: 0.24em;
}
.sup, sup {
    font-size: 50%;
	vertical-align: super;
}

/* preloader */
.preload-wrap {
	background: #00248a;
	background: linear-gradient(to bottom, rgba(0,67,255,0.15) 0%,rgba(0,67,255,0.65) 50%,rgba(0,8,30,0.91) 100%) no-repeat fixed, url("../img/binary-accents.png") repeat-x fixed 0 0, #000 url("../img/pattern4.png") repeat fixed;
	overflow:hidden;
	height: 100vh;
    height: 100%;
    position: absolute;
	text-align: center;
    width: 100%;
    z-index: 120;
}
.preload-inside {
	background: #494a49; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    border: 0.1vw solid #333333;
    border-radius: 0.8vw;
    box-shadow: 0 0 3vw #0000FF;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    position: relative;
    top: 25%;
    width: 55%;
}
.preload-inside .preload-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 0.1vw solid #333333;
    border-radius: 0.8vw;
    padding: 2%;
    text-align: left;
	box-shadow: 0 0 1vmax #000000 inset;
}
.preload-content > img {
    height: auto;
    width: 100%;
}
.preload-content > #opening-info {
	position:relative;
    line-height: 130%;
    margin-top: 3%;
}
.preload-content span#sup {
    font-size: 0.7vw;
    vertical-align: super;
}
.preload-content div.items-wrap {
	display:inline-block;
    font-size: 1vw;
    line-height: 150%;
    margin: 0.5% 0 0;
	max-width:50%;
	vertical-align: top;
}
.preload-content .items-wrap span {
    clear: both;
    display: block;
}
.preload-content #opening-info > span {
    font-size: 1.5vw;
    font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}
#opening-info #preload-image {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 13vw;
}
.preload-content #ver-num {
    opacity: 0.7;
    text-transform: uppercase;
}
.preload-content #warning {
    color: #FF8000;
    display: block;
    font-size: 1vw;
    font-weight: bold;
    margin-top: 15px;
    padding: 1px 5px;
    text-align: center;
}
.preload-content #warning ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.preload-content #warning ul li {
    border-right: 0.1vw solid #FF0000;
    display: inline;
    list-style: none outside none;
    margin-right: 0.3vw;
    padding-right: 0.3vw;
}
.preload-content #warning ul li:last-of-type {
    border-right: none;
	margin-right:0;
	padding-right:0;
}
/* /preloader */

.simple-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.black-bg {
	background: #000;
}
.black-gradient-bg {
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 57%, #282828 100%);
	background: -webkit-linear-gradient(top,  #000000 57%,#282828 100%);
	background: linear-gradient(to bottom,  #000000 57%,#282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=0 );
}
.blue-gradient-bg {
	background: #2e4a9a;
	background: -moz-linear-gradient(top,  #2e4a9a 0%, #284494 23%, #143080 69%, #0a2676 100%);
	background: -webkit-linear-gradient(top,  #2e4a9a 0%,#284494 23%,#143080 69%,#0a2676 100%);
	background: linear-gradient(to bottom,  #2e4a9a 0%,#284494 23%,#143080 69%,#0a2676 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4a9a', endColorstr='#0a2676',GradientType=0 );
}
.red-gradient-bg {
	background: #a90329;
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
.green-gradient-bg {
	background: #299a0b;
	background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%);
	background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%);
	background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 );
}
.globe.black-gradient-bg {
	background: url("../img/pages/pln-globe.png") no-repeat scroll 120% 0, linear-gradient(to bottom,  #000000 57%,#282828 100%) no-repeat scroll;
}
.hover {
	opacity: 0.5;
}
.hover:hover {
	opacity: 1;
}
.silver-button {
	position: relative;
    font-size: small;
	overflow: hidden;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(117,117,117,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,1)), color-stop(100%,rgba(14,14,14,1)));
	background: -webkit-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	background: -o-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	background: -ms-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#0e0e0e',GradientType=0 );
	box-shadow: 0 2px 0 rgba(200, 200, 200, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	border: 1px solid #535353;
	box-sizing: border-box;
	padding: 0.75em;
	cursor: pointer;
}
.silver-button:hover {
	background: rgb(163,163,163); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(163,163,163,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,163,163,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,163,163,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,163,163,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(163,163,163,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(163,163,163,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.silver-button:active, .silver-button.pushed {
	background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(117,117,117,1) 100%);
}
.silver-button > a {
	cursor: pointer;
	text-decoration: none;
}
.silver-button > a > img {
}
.command, .dialog-trigger {
	cursor: pointer;
}

.dataTable .manage-column.sorting, .dataTable .manage-column.sorting_desc, .dataTable .manage-column.sorting_asc {
	cursor: pointer;
}
.pagination > .dataTables_paginate * {
    margin: 0.25em;
}
.paginate_button.current {
    color: #fff;
    text-decoration: underline;
}

.sharp-box {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border: 0.1em solid #222;
	border-left: 0.2em solid blue;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    padding: 1em;
	border-radius: 0.5em;
}
.soft-box {
	background: linear-gradient(to right, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	border-left: 0.2em solid blue;
	padding: 1em;
}

@media only screen and (min-width: 40.063em) {
	#main-title .inside {
		margin: 0.75em;
	}
}
@media only screen and (min-width: 64.063em) {
	#main-title .inside {
		margin: 1em;
	}
}
@media only screen and (min-width: 90.063em) {
	#main-title .inside {
		margin: 2em;
	}
	#lead-bg-wrap {
		overflow: hidden;
	}
	#lead-bg-wrap img {
		margin-top: -10em;
	}
}
#main-title {
	
}
#main-intro {
	font-size: 130%;
	text-shadow: 0.1em 0.1em 0.2em #000;
}
#main-intro-lwr {
	margin-bottom: 3em;
}


/* PAGE FUNDRAISERS */
#fund-raise-title > * {
	text-align: center;
	color: #00ff00;
	font-size: 2em;
}
#fund-raise-title {
    /*background: transparent url("../img/pages/fund-money.png") no-repeat scroll center center;
	background-size: cover;*/
    padding: 1em;
}
.photo-circle > img, img.photo-circle {
    border-radius: 50%;
	border: 0.2em solid #0000ff;
	box-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.9);
}
#fund-thermometer {
    display: block;
    margin: auto;
    width: 80%;
}
#fund-features {
	line-height: 2em;
	font-size: 200%;
	text-align: center;
	text-transform: uppercase;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #afdeff;
}
.z-main {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
@media only screen and (min-width: 64.063em) {
	.hide-large {
		display: none;
	}
}
@media only screen and (max-width: 64.063em) {
	#fund-therm-wrap {
		display: none;
	}
	.hide-small {
		display: none;
	}
}

/* END PAGE FUNRAISERS */
body.home .ls-container {
	height: 700px;
	width: 100%;
	background-color: #000;
	background: url('http://playlive-jordan/beta/wp-content/uploads/2016/10/2016-09-09-PLN-0575-1.jpg');
	background-position: -8px 0;
}
.ls-container {
	background: #000;
	border-bottom: 0.3em double #2363ff;
}

/* LOGIN PAGE */
body.login h1 a {
    background: url("../img/pl-logo-header.png") no-repeat scroll center top;
	background-size: cover;
    height: 63px;
    width: 309px;
}
body.login {
	background: linear-gradient(to bottom, rgba(0,67,255,0.15) 0%,rgba(0,67,255,0.83) 40%,rgba(0,67,255,1) 50%,rgba(0,67,255,0.83) 60%,rgba(0,67,255,0.15) 100%) no-repeat fixed, url("../img/binary-accents.png") repeat-x fixed 0 0, #202020 url(../img/bghex-tile.jpg) repeat fixed;
}
body.login #nav a, body.login #backtoblog a {
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
}
body.login #nav a:hover, body.login #backtoblog a:hover, body.login h1 a:hover {
    color: #a1d2ff;
	text-decoration: underline;
}
body.login #nav a:focus, body.login #backtoblog a:focus, body.login h1 a:focus {
    color: #a1d2ff;
}
body.login div#login #login_error, body.login .message {
	color:#000;
}
/* END LOGIN PAGE */

.dark-widget .content {
	padding: 0;
}
.dark-widget .widget-title, .dark-widget .ui-dialog .ui-dialog-titlebar {
	font-size: 100%;
	background: linear-gradient(to bottom, #343434 35%,#111111 65%);
	padding: 0.6em;
	margin: 0;
	text-shadow: 0.1em 0.1em 0 #000000;
	color: #fff;	
	border-bottom: 0.1em solid #535353;
}
.dark-widget .content .inside {
	padding: 0.9375rem;
}
.dark-widget .content {
	margin-bottom: 1.5em;
	background: #181818;
}
.dark-widget button {
	padding: 0.7em 0.5em;
}
.dark-widget .content .post-title {
	font-size: 120%;
	font-weight: normal;
	color: #00ff00;
}

.row-actions .divider {
	color: #6f6f6f;
}
/*
.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 800;
}
.cycle-prev {
    background: rgba(0, 0, 0, 0) url("https://playlivenation.com/wp-content/themes/cobalt/img/arrow-left.png") no-repeat scroll 50% 50%;
    left: 0;
}
.cycle-next {
    background: rgba(0, 0, 0, 0) url("https://playlivenation.com/wp-content/themes/cobalt/img/arrow-right.png") no-repeat scroll 50% 50%;
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.7;
}
.disabled {
    opacity: 0.5;
}
.cycle-paused::after {
    background: black none repeat scroll 0 0;
    border-radius: 10px;
    color: white;
    content: "Paused";
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}
*/

.pl-loading {
	position: relative;
}
.pl-loading:after {
	background: url("../img/load-spinner-pl.png") no-repeat center center;
	background-color: #000;
	background-color: rgba(0,0,0, 0.7);
	zoom: 1;
    display: block;
	content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.green-check {
	color: #00ff00;
}
.red-times {
	color: #ff0000;
}

.widget-content, .boomer-content {
	padding: 0;
	border: 0.3em double #2363ff;
}
.widget-title, .ui-dialog .ui-dialog-titlebar, .ui-widget-header, .boomer-title {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
	background: linear-gradient(to bottom, #343434 35%,#111111 65%);
	padding: 0.6em;
	margin: 0;
	text-shadow: 0.1em 0.1em 0 #000000;
	color: #fff;	
	border-bottom: 0.1em solid #535353;
}
.widget-content .inside, .boomer-content .inside {
	padding: 0.9375rem;
}
.widget-content {
	margin-bottom: 1.5em;
	background: #181818;
}
.widget-content .post-title {
	font-size: 120%;
	font-weight: normal;
	color: #00ff00;
}
.page-home #pgn-promo .view-more {
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.page-home #pgn-promo .landing-blocks {
	margin-bottom: 0;
}
.social-links .share-button {
	width: 100%;
}
.social-links .share-button > i, .social-links .share-button > span {
	display: block;
}
.share-button > i {
    margin: 0.5rem;
}
.social-links-wrap .share-this {
	text-align: center;
	font-size: 300%;
	margin: 1.5rem;
}
.disclaimerbox {
	border: 1px solid #888;
	padding: 0.6rem;
	font-size: 103%;
	text-align: center;
	background: #000;
	font-style: italic;
}
#party-form .chosen-container .chosen-results {
	color: #000;
}