/**********************************************************
 *  Copyright (c) 2011-2021  Jim Semple, Semple Ventures  *
 *  http://www.sempleventures.com/mit-license             *
 **********************************************************/
body {
  padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #424242;
  font-size: 9pt;
	font-family: Verdana,Arial,Helvetica;
}
table {
  font-size: 9pt;
}
textarea {
  letter-spacing: -0.05em;
  font-size: 9pt;
  font-family: Verdana,Arial,Helvetica;
}
/* primary theme and accent color */
@media screen and (min-width: 751px) {
  .content {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 750px) {
  .content {
    padding: 10px 15px;
  }
}
.accent {
  color: #000000;
}
.inverse {
  background-color: #065aa7 !important;
  color: #e8e8e8;
}
.inverse .accent {
  color: #85a0ca;
}

/* form styles */
.formlabel {
  width:100px;
}
.timestamp {
  font-size: 0.85em;
  color: #555;
}
input[type=text] {
  padding: 12px;
  font-size: 1.2em;
}
input[type=password] {
  padding: 12px;
  font-size: 1.2em;
}
/*input[type=text].form {
    border: none;
    border-bottom: 4px solid #8842d5;
}
input[type=text].inverse.form {
    border: none;
    border-bottom: 4px solid #8842d5;
}*/
.flat input[type=text] {
  padding: 12px;
  border: none;
  font-size: 1.2em;
  border-bottom: 2px solid black;
}
.flat input[type=password] {
  padding: 12px;
  border: none;
  font-size: 1em;
  border-bottom: 2px solid black;
}
.flat input[type=text]:focus,input[type=password]:focus {
  border-radius: 0px;
  border-bottom: none;
}

/* dropdowns */
select {
  padding: 7px 5px;
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #555;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
  overflow: hidden;
}
select:active, select:hover {
  color: #ffffff;
  border-color: #555;
  background-color: #000000;
  cursor: pointer;
}

/* buttons */
.btn {
  padding: 8px 12px 8px 12px;
  text-decoration: none!important;
  font-size: 1em;
  border-radius: 5px;
  background-color: #007fff;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: background-color .2s ease-out;
  -webkit-transition: background-color .2s ease-out;
}
a.btn {
  color: #ffffff !important;
    text-decoration: none !important;
}
.btn:hover, .btn:active {
  color: #666666 !important;
  background-color: #ffffff;
	border: 2px solid #c8c8c8;
	/*color: #f1614a;*/
	cursor: pointer;
  text-decoration: none!important;
}
/* button sizing */
.btn.small {
  padding: 6px 10px 6px 10px;
  font-size: 0.8em;
  height: 32px;
}
.btn.medium {
  padding: 10px 14px 10px 14px;
  font-size: 1.5em;
  height: 48px;
}
.btn.large {
  padding: 14px 20px 14px 20px;
  font-size: 2em;
  height: 64px;
}
.clear {
  padding: 4px;
	text-decoration: none!important;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 3px; /* rounded corners */
}
.clear:hover, .clear:active {
  color: #666666 !important;
  background-color: #ffffff;
	border: 2px solid #c8c8c8;
	/*color: #f1614a;*/
	cursor: pointer;
  text-decoration: none!important;
}

/* text links */
.content a:link {
	color: #0b0080;
	text-decoration: none;
}
.content a:visited {
  color: #663366;
}
.content a:hover, .content a:active {
	opacity: 0.95;
  text-decoration: underline;
}
.inverse a:link {
	color: #f7dfd7;
	text-decoration: none;
}
.inverse a:visited {
  color: #e2c2b7;
}
.inverse a:hover, .inverse a:active {
	opacity: 0.95;
  text-decoration: underline;
}

/* hero layout */
@media screen and (min-width: 751px) {
  .hero {
  	width: 100%;
    height: 100vh;
  	position: relative;
  	z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .hero {
    height: auto;
    padding: 10px 15px;
  }
}
/*@media screen and (max-width: 750px) and (orientation:portrait) {
	.hero { height: 90vh; }
}
@media screen and (max-width: 750px) and (orientation:landscape) {
	.hero { height: 150vh; }
}*/
@media screen and (min-width: 1221px) {
  .hero-title {
    padding-left: 0px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1020px) {
  .hero-title {
    margin-left: 125px;
  }
}
@media screen and (min-width: 751px) {
  .hero-logo {
    padding-top: 3%;
    margin-left: 6%;
    position: absolute;
  }
  .hero-title {
    font-family: 'Myriad Pro', Sans-Serif;
    padding-top: 60px;
    text-align: center;
  }
  .hero-card {
    text-align:left;
    padding-top:95px;
    padding-left:8%;
  }
  .hero-info {
    font-family: 'Myriad Pro', Sans-Serif;
    background-color:#ffffff;
    opacity:0.6;
    padding:25px;
    width:440px;
  }
}
@media screen and (max-width: 750px) {
  .hero-logo {
    padding-top: 10px;
    position: relative;
    text-align: center;
  }
  .hero-title {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 0px;
  }
}
.scroll-down {
	position: absolute;
	bottom: 10%;
	left: 50%;
}
.scroll-down-icon {
	position: absolute;
	text-align: center;
	left: 50%;
	display: inline-block;
	background: url('assets/caret-down-white.png') no-repeat;
	background-size: 50px 20px;
	width: 50px;
	height: 20px;
	background-position: left 0px top 0px;
	margin: 0 -25px;
	cursor: pointer;
	z-index: 5;
  text-decoration: none;
}
.scroll-down-icon-black {
	position: absolute;
	text-align: center;
	left: 50% display : inline-block;
	background: url('assets/caret-down-black.png') no-repeat;
	background-size: 50px 20px;
	width: 50px;
	height: 20px;
	background-position: left 0px top 0px;
	margin: 0 -25px;
	cursor: pointer;
	z-index: 5;
  text-decoration: none;
}
.stroke-white {
	-webkit-text-stroke: .7px #34343b;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.stroke-black {
	-webkit-text-stroke: .7px #000000;
	-webkit-font-smoothing: antialiased;
	text-shadow: 2px 2px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.cover {
	background-color: black;
	overflow: hidden;
	max-width: 100%;
	width: 100vw;
	position: relative;
}
.stop {
  text-decoration: none !important;
}
.picture-background img {
	position: fixed;
	min-height: 100%;
	min-width: 992px;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: -999;
}
@media screen and (max-width: 992px) {
	.picture-background img {
		left: 50%;
		margin-left: -496px; /* 50% of max-width */
	}
}
.video-background {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.75);
	bottom: 0;
	left: 0;
	max-height: 600px;
	position: absolute;
	right: 0;
	top: 0;
}
.video-resize {
	bottom: 0;
	position: absolute;
	right: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
}
@media screen and (max-device-width: 800px) {
	.video-resize {
		display: none;
	}
}

/* home menu */
.menu {
  position: relative;
  background-color: none;
}
.menu:hover, .menu:active {
	opacity: 0.9;
}
@media screen and (min-width: 751px) {
  .menu {
    padding-top: 10px;
    padding-bottom: 12px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
  	color: #333333;
  	background-color: #ffffff;
  	opacity: 0.6;
    text-align: right;
  }
  .menu-links {
    margin-right: 35px;
  }
  /*.menu-links a:hover, .menu-links a:active {
    text-decoration: underline !important;
  }*/
}
@media screen and (max-width: 750px) {
  .menu-item {
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
    clear: both;
  }
  .menu-item a:hover, .menu-item a:active {
  	opacity: 0.9;
  }
}

/*
.menu-black {
	padding: 30px 5px;
	display: inline-block;
	text-decoration: none;
	z-index: 20;
}
.menu-black a {
	color: #000000;
}
.menu-black:hover, .menu-black:active {
	opacity: 0.9;
}*/


/* navigation bar */
.navbar {
  font-size: 9pt;
  background-color: #ffffff;
}
a.nav {
  padding-left:2px;
  padding-right:2px;
  color: #000000 !important;
  text-decoration: none;
}
body.sticky-margin {
  margin-top:40px;
}
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.nav-search-box  {
  height: 24px;
  color: #7f7f7f;
  font-size: 0.9em;
  background-color: white;
  background-image: url('assets/searchicon.png');
  background-size: 12px 12px;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding: 2px 5px 2px 22px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0 !important;
}
.nav-search-box:focus {
  border: 2px solid #c8c8c8;
}
@media screen and (min-width: 751px) {
  .navbar {
    margin: 0;
    padding: 6px 40px;
    box-shadow: 0px 1px 10px #999;
    -moz-box-shadow: 0px 1px 10px #999;
    -webkit-box-shadow: 0px 1px 10px #999;
  }
  .nav-logo {
    width:120px;
  }
  .nav-links {
    float:right;
    margin-right: 80px;
  }
  .nav-search {
    position: fixed;
    margin-left: 25px;
    padding-top: 3px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1020px) {
  .navbar {
    padding: 6px 20px;
  }
  .nav-links {
    margin-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  body.sticky-margin {
    margin-top:120px;
  }
  .navbar {
    text-align:center;
    margin: 0 auto;
    padding: 6px 20px;
    box-shadow: 0px 1px 10px #999;
    -moz-box-shadow: 0px 1px 10px #999;
    -webkit-box-shadow: 0px 1px 10px #999;
  }
  .nav-logo {
    padding-top: 5px;
    padding-bottom: 10px;
    max-width: 40%;
    height: auto;
    display:block;
    margin: 0 auto; /* center img */
  }
  .nav-links {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 9pt;
    text-align: center;
  }
  .nav-search {
    position: relative;
    padding: 15px;
  }
  .nav-search-box {
    height: 2em;
    font-size: 1.2em;
    background-position: 4px 10px;
  }

}

/* header styles */
.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 {
  color: #f5f5f5;
}
h1 {
  padding: 5px 0px;
  margin: 6px 0px;
	font-size: 4.5em;
	font-weight: 800;
	letter-spacing: 3px;
}
h2 {
  padding: 4px 0px;
	margin: 5px 0px;
	font-size: 3.5em;
	font-weight: 700;
  letter-spacing: 2px;
}
h3 {
  padding: 3px 0px;
	margin: 4px 0px;
  font-size: 2.5em;
	font-weight: 600;
  letter-spacing: 1.5px;
}
h4 {
  padding: 2px 0px;
	margin: 3px 0px;
  font-size: 2em;
	font-weight: 400;
  letter-spacing: 1px;
}
h5 {
  padding: 1px 0px;
	margin: 2px 0px;
  font-size: 1.8em;
	font-weight: 300;
  letter-spacing: 0.5px;
}
h6 {
  padding: 0px 0px;
	margin: 1px 0px;
  font-size: 1.5em;
	font-weight: 300;
  letter-spacing: 1px;
}
p {
	font-size: 1.125em;
}
p.caption {
	font-size: 1.275em;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12pt;
  }
	h1 {
    font-size: 2.4em;
		text-align: center;
	}
	h2 {
    font-size: 2em;
		text-align: center;
	}
	h3 {
    font-size: 1.8em;
		text-align: center;
	}
	h4 {
    font-size: 1.6em;
		text-align: center;
	}
	h5 {
    font-size: 1.2em;
		text-align: center;
	}
	h6 {
    font-size: 1.1em;
		text-align: center;
	}
	p {
    font-size: 11pt;
		text-align: center;
	}
}

/* mobile scaling */
img.logo
{
    padding: 30px;
    max-width: 80%;
    height: auto;
}
@media screen and (min-width: 1021px) {
  .mobile {
    display: none;
  }
	.tablet {
		display: none;
	}
  .desktop {
    display: inline-block;
  }
  .desktop-only {
    display: inline-block;
  }
  .tablet-desktop {
    display: inline-block;
  }
	.desktop-tablet {
		display: inline-block;
	}
}
@media screen and (min-width: 751px) and (max-width: 1020px) {
	.mobile {
		display: none;
	}
  .tablet {
    display: inline-block;
  }
	.desktop {
		display: inline-block;
	}
  .desktop-only {
		display: none;
	}
  .tablet-desktop {
    display: inline-block;
  }
	.desktop-tablet {
		display: inline-block;
	}
}
@media screen and (max-width: 750px) {
	.mobile {
		display: inline-block;
	}
  .tablet {
    display: none;
  }
	.desktop {
		display: none;
	}
  .desktop-only {
		display: none;
	}
  .tablet-desktop {
    display: none;
  }
	.desktop-tablet {
		display: none;
	}
}

/* forms and search boxes */
/*select {
    padding: 18px 22px;
    border: none;
    border-radius: 5px;
    color: #c8c8c8;
    background-color: #ffffff;
}
.inverse select {
    padding: 18px 22px;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #065aa7;
}*/

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #e5e5e5; /* old IE */
    background-color: #e5e5e5; /* Modern Browsers */
}
.rounded-corners {
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	/*-moz-border-radius: 6px;  Disabled for FF1+ */
}

.search-box  {
  height: 40px;
  color: #7f7f7f;
  font-size: 1.25em;
  background-color: white;
  background-image: url('assets/searchicon.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  padding: 14px 5px 14px 35px;
  margin: 10px 5px;
  box-sizing: border-box;
  border-radius: 3px;
}
.search-box:focus {
  border: 2px solid #3488ff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgrey;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgrey;
}

/* content containers */
.container {
	padding: 0px;
}
.seethru, .transparent {
	opacity: 0.75;
}
.container.black {
  color: #ffffff;
  background-color: #000000;
}
.container.black h1, .container.black h2, .container.black h3, .container.black h4, .container.black h5, .container.black h6 {
	color: #ffffff;
}
.container.black a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.container.black a:hover, .container.black a:active {
	opacity: 0.9;
}
.container.white {
  color: #333333;
  background-color: #ffffff;
}
.container.white a {
	text-decoration: underline;
	font-weight: bold;
}

/* flexbox and tables */
.panel {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.flexbox {
  height: auto;
  padding-bottom:25px;
  flex-wrap: wrap;
  display: -webkit-box;
  /* Chrome */
  display: flex;
  /* IE/Edge */
  display: -webkit-flex;
  /* iOS & Safari */
  display: -moz-box;
  /* earlier versions of Firefox */
  display: -ms-flexbox;
  /* Chrome */
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  /* IE/Edge */
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  /* Opera and modern Firefox v.20.0+ */
  flex-direction: row;
  justify-content: space-between;
  /* earlier versions of Firefox */
  -moz-flex-direction: row;
  -moz-justify-content: space-between;
  /* iOS & Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
}
.full {
  width: 100%;
}
.twothirds {
  width: 66%;
}
.half {
  width: 50%;
}
.third {
  width: 33%;
}
.fourth {
  width: 25%;
}
.fifth {
  width: 20%;
}
@media screen and (max-width: 750px) {
  /* used to break content into single columns */
  .break {
    margin: 0 auto;
    display: block;
    clear: both;
  }
  .twothirds {
    width: 100%;
  }
  .half {
    width: 100%;
  }
  .third {
    width: 100%;
  }
  .fourth {
    width: 100%;
  }
  .fifth {
    width: 100%;
  }
}

.label {
  padding-top:5px;
}
.left {
  text-align: left;
}
.middle, .mid {
  vertical-align: middle;
}
.center, .cen {
  text-align: center;
}
.left { text-align: left; }
.right { text-align: right; }
.padtop { padding-top: 10px; }
.zeropad { padding: 0; }
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: #ffffff;
}
.lightgrey {
	color: #e5e5e5;
}
.grey {
	color: #666666;
}
.black, .black a {
	color: #000000;
}
.voilet {
	color: #8a2be2;
}
.bg-white {
	background-color: #ffffff;
	color: #333333;
}

/* forums & chat */
.avatar {
  border-radius: 50%;
}
.avatar.small {
  width: 32px;
  height: 32px;
}
.avatar.medium {
  width: 100px;
  height: 100px;
}
.avatar.large {
  width: 250px;
  height: 250px;
}

/* display image cards */
.main-card {
  overflow:auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.main-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card {
  overflow:auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-description {
  padding: 2px 16px;
}
.card-stats {
  padding: 5px 16px 10px 16px;
}
.card-label {
  opacity: 0.4;
  margin-right: 8px;
}
.card-label-center {
  opacity: 0.4;
  text-align: center;
}
.card-photo {
  width: 100%;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.avatar-max-instagram {
  max-width: 320px;
}
.card:hover .card-photo {
  opacity: 0.3;
  cursor: pointer;
}
.card-twitter {
  padding: 0px 8px;
  background-image: url('assets/twitter-logo.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.card-instagram {
  padding: 0px 8px;
  background-image: url('assets/instagram-logo.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.card-facebook {
  padding: 0px 8px;
  background-image: url('assets/facebook-logo.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.card-youtube {
  padding: 0px 8px;
  background-image: url('assets/youtube-logo.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.card-linkedin {
  padding: 0px 8px;
  background-image: url('assets/linkedin-logo.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (min-width: 1021px) {
  .card{
    margin-bottom:20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1020px) {
  .card{
    margin-bottom:15px;
  }
}
@media screen and (max-width: 750px) {
  .card{
    margin-top:22px;
    margin-bottom:5px;
  }
}

/* masonry for cards */
.masonry {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 1021px) {
  .photos {
    -webkit-column-gap:   20px;
    -moz-column-gap:      20px;
    column-gap:           20px;
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
  }
  .collage {
    -webkit-column-gap:   20px;
    -moz-column-gap:      20px;
    column-gap:           20px;
    -moz-column-count:    5;
    -webkit-column-count: 5;
    column-count:         5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1020px) {
  .photos {
    -webkit-column-gap:   15px;
    -moz-column-gap:      15px;
    column-gap:           15px;
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
  }
  .collage {
    -webkit-column-gap:   15px;
    -moz-column-gap:      15px;
    column-gap:           15px;
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
  }
}
@media screen and (max-width: 750px) {
  .photos {
    -webkit-column-gap:   0px;
    -moz-column-gap:      0px;
    column-gap:           0px;
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
  }
  .collage {
    -webkit-column-gap:   15px;
    -moz-column-gap:      15px;
    column-gap:           15px;
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
  }
}

/* powered by footer */
#powered {
  font-size: 7pt;
	text-align: center;
	margin-top: 3px;
	padding: 5px;
	color: #c4c4c4;
	background-color: #666666;
	opacity: 0.6;
}
#powered a { color: #ffffff; text-decoration: none; }
#powered a:hover, #powered a:active { color: #eeeeee; /*opacity: 0.9; text-decoration: underline;*/ }
#tiny-logo {
	display: inline-block;
	background: url('assets/contentbang-powered.png') no-repeat;
	background-size: 80px 12px;
	width: 20px;
	height: 12px;
	vertical-align: 0px;
	margin: 0 5px;
}

/* age gate */
.skew {
  transform: skewY(-4deg);
  transform-origin: 0 0;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
.ask-age {
  width: 100%;
  margin: 0;
  background-color: #666666;
  position: absolute;
  top: 0%;
  padding-top: 100px;
  padding-bottom: 25px;
  z-index: 999;
}
.age-question {
  color: #e5e5e5;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 800;
  font-style: normalbold;
}
.answer-age {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  position: absolute;
  top: 45%;
  padding-top: 100px;
  padding-bottom: 50px;
}
.age-yes {
  color: #000000;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 800;
  font-style: normalbold;
  width: 50%;
  float: left;
}
.age-no {
  color: #000000;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 800;
  font-style: normalbold;
  width: 50%;
  float: right;
}

/* YouTube play videos */
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("assets/youtube-play-button.png") no-repeat;
    cursor: pointer;
}

/* work in progress */
.poptile {
  background-color:#ffffff;
  color: #666666;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 1);
}
.poptile h1, .poptile h2, .poptile h3, .poptile h4, .poptile h5, .poptile h6 {
  color: #666666;
}
