/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 137.5%;
  -webkit-font-smoothing: antialiased;
  margin:0;
  padding:0;
  scroll-behavior: smooth;
}

html, body {
	box-sizing: content-box;
	width:100%;
}

body {
	background-color: #A53281;
	overflow-x: hidden;
}
/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #FFEAC3;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
em {
	font-style: italic;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}
h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
  color:#FFEAC3;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: .607rem;
}
h5 {
  font-size: 0.4713333333333333rem;
}
h6 {
  font-size: 0.3535rem;
}

small {font-size:80%;}

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}

#container {
	width:100%;
}

#header {
	position: sticky;
	position: -webkit-sticky;
	top:0;
	z-index: 999;
	width:100%;
	background-color:#fff;
}

nav {
	border-bottom:1px solid #1d1d1d;
	color:#fff;
	padding:1vw 0;
	font-size: .8;
}

nav ul {
	display: flex;
	padding:0;
	margin:0;
}

nav li {
	list-style: none;
	margin-left: auto;
  	margin-right: auto
}

nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#1d1d1d;
	font-size: 2vw;
}

nav li:first-child {
	background-image: url("https://lbpost.com/wp-content/themes/b4st-master/theme/images/lbp-logo-200px.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0.5vw 0 0 0;
	margin-top: -0.3vw;
	margin-right: -5px;
}

nav li:first-child a {
	color:transparent;
}

nav li:nth-child(2) a:hover {
	color:#F4B434;
}

nav li:nth-child(3) a:hover {
	color:#49C48F;
}
nav li:nth-child(4) a:hover {
	color:#1887B2;
}
nav li:nth-child(5) a:hover {
	color:#ED4556;
}

.big-header, .big-header-overlay {
	position: relative;
	width: 100vw;
	color:#FFEAC3;
}

.big-header-1 {
	/* background-image: url("/wp-content/uploads/2022/05/BOLB-bkgrnd.jpg"); */
	min-height: 60vh;
	background-color: #ec5400;
	padding: 20px 0px;
}

.entry-header {
	max-width: 970px;
}

.navtop {
	width: 100%;
	max-width: 1200px;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

.navtop, .navtop .menu-menu-1-container {
	display:flex;
	margin:auto;
	flex-direction: row;
}

.menu-menu-1-container {
	width:100%;
	max-width:1200px;
}

.navtop ul {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	width:100%;
	font-size: 1.75vw;
}

.navtop ul a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.nolink {
	pointer-events: none;
}

.navhome {
	max-width:100%;
	padding:25px 20px;
	margin:auto;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	z-index: 2;
	position: relative;
}

.navhome img {
	max-width:50px;
}

@keyframes bounce {
  0% {
    transform: translate(-50%, 0px);
  }
  90% {
    transform: translate(-50%, 0px);
  }
  95% {
    transform: translate(-50%, -15px);
  }
  97% {
    transform: translate(-50%, 2px);
  }
  99% {
    transform: translate(-50%, -7px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(-50%, 0px);
  }
  90% {
    transform: translate(-50%, 0px);
  }
  95% {
    transform: translate(-50%, -15px);
  }
  97% {
    transform: translate(-50%, 2px);
  }
  99% {
    transform: translate(-50%, -7px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}

#post-18 .big-header {
	background-position: center;
}

.big-header h1 {
	font-weight: bold;
	text-transform: uppercase;
}

.bolb-logo-spacer{
	display: block;
	position: relative;
	width: 50%;
	padding-bottom: 25%;
	margin: auto;
	z-index: 1;
	position: relative;
}

.bolb-logo, .bolb-logo img {
	margin:0 auto;
	text-align: center;
}

.bolb-logo {
/* 	max-width: 100%;
	height:100%;
	padding:0 25px; */
		display: block;
	position: relative;
	width: 50%;
	padding-bottom: 15px;
	margin: auto;
	z-index: 1;
	position: relative;
}

.bolb-logo img {
	max-width: 970px;
	width:100%;
/* 	margin:5vh 0; */
}

.bolb-logo {
}

#background-video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
  }

.big-header-overlay {
	height:100%;
}

.entry.bg0 {
    background-color: #A53281;
}

.entry.bg1 {
    background-color: #A53281;
}

.entry.bg2 {
    background-color: #A53281;
}

.entry.bg3 {
    background-color: #A53281;
}

.entry.bg4 {
    background-color: #A53281;
}

.entry.bg5 {
    background-color: #A53281;
}

.entry.bg6 {
    background-color: #A53281;
}

.entry.bg7 {
    background-color: #A53281;
}

.entry.bg8 {
    background-color: #A53281;
}

.big-header-overlay-1, .color-wrap-1 {
	background-color: #A53281 !important;
}
.big-header-overlay-2, .color-wrap-2 {
	background-color: #A53281 !important;
}
.big-header-overlay-3, .color-wrap-3 {
	background-color:#A53281 !important;
}
.big-header-overlay-4, .color-wrap-4 {
	background-color: #A53281 !important;
}

.big-header-overlay-5, .color-wrap-5 {
	background-color: #A53281 !important;
}

#menu-menu-1 a{
	color:#fff;
}

#menu-menu-1 a:hover {
	color:#A53281;
}

.big-header {
	position: relative;
}

.big-header header {
	padding:40px;
	left:0;
	right:0;
}

footer {
	text-align: center;
	font-size: 1rem;
	padding:15px 0;
}

.max-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.color-wrap {
	background-color:#A53281;
	color:#fff;
	margin:0;
	width:100%;
	padding: 50px 0;
	display: flex;
	max-width: 100%;
}

.dem-button {
	background-color: #A53281;
}

#post-15 .color-wrap, #post-15 .dem-button {
	background-color:#A53281;
	color:#fff;
}

#post-12 .color-wrap, #post-12 .dem-button  {
	background-color:#A53281;
	color:#fff;
}

#post-21 .color-wrap, #post-21 .dem-button  {
	background-color:#A53281;;
	color:#fff;
}

.lede-content {
	background-color: #A53281;
	border-bottom: 4px solid #EC5400;
	max-width: 1200px;
	padding-top: 50px;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	padding-bottom: 40px;
}

.dem-poll-shortcode {
	background-color: #FFEAC3;
	padding: 15px;
	border-radius: 3px;
	float: left;
	margin: 15px;
	box-shadow: 1px 1px 1px 1px #1d1d1d;
	color:#1d1d1d;
	width:calc(100% - 60px);
}

.dem-poll-shortcode p{
	color:#1d1d1d;
}

@media (min-width: 900px) { .dem-poll-shortcode {width:calc(50% - 60px);}}

  @media (min-width: 1200px) { .dem-poll-shortcode {width:calc(33.3% - 60px);}}

  @media (min-width: 1800px) { .dem-poll-shortcode {width:calc(25% - 60px);}}

.color-wrap h2 {
	clear:both;
	font-weight: bold;
	padding:0 15px;
}

.color-wrap h2:first-child {
	margin-bottom: 30px;
}

.color-wrap h2.long-beach {
	text-align: right;
	margin-top:0;
}

.voting-content {
	padding:0 15px 50px 15px;
	width:calc(100% - 30px);
}

input[type="text"].filter {
	width:calc(100% - 2rem);
	max-width:600px;
	font-size: 2rem;
	border-radius: 3px;
	background-color:transparent;
	color:#fff;
	border:1px solid #fff;
	outline:0;
	margin:0 auto;
	display: block;
	padding:.5rem 1rem;
}

input[type="text"] {
	background-color:transparent;
}

a.dem-link {
	color:#1d1d1d;
	text-decoration: none;
	font-size: .7rem;
	text-transform: uppercase;
	font-variant: normal;
	font-style:normal;
}

a.dem-link:hover {
	text-decoration: underline;
}

a.dem-link.dem-results-link{
	display: none;
}

.dem-poll-title {
	font-size: 1rem !important;
	margin-top: 1rem !important;
	font-weight: bold;
}

input::-webkit-input-placeholder { color:#fff; opacity:.5; }
input:-moz-placeholder { color:#fff; opacity:.5; } /* FF 4-18 */
input::-moz-placeholder { color:#fff; opacity:.5; } /* FF 19+ */
input:-ms-input-placeholder { color:#fff; opacity:.5; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

h2.why {
	margin-top:0;
	padding:0;
}

.form-wrap {margin:30px auto 0 auto; max-width: 568px;}

.form-wrap form p{
	margin-top:0;
	margin-bottom:15px;
}

.form-wrap p label {
}

.form-wrap p input {
	font-size: 22px;
	padding:5px;
	border:1px solid #fff;
	outline:0px solid #fff;
	color:#fff;
	max-width: 100%;
	border-radius: 3px;
}

.form-wrap input[type="submit"] {
	padding:5px 15px;
	background-color:transparent;
	color:#fff;
	border-radius: 3px;
}

h1.entry-title {
		font-size:1.5rem;
		line-height: 1.5rem;
}

input[type="text"].filter {
	font-size:.75rem;
}

@media (min-width: 376px) { 
	h1.entry-title {
		font-size:2rem;
		line-height: 2rem;
	} 
}

@media (min-width: 768px) { 
	h1.entry-title {
		font-size:3rem;
		line-height: 3rem;
	} 
	input[type="text"].filter {
	font-size:1rem;
	}
	.dem-poll-title {
	font-size: 1.5rem !important;
	margin-top: 1.5rem !important;
	}
}

@media (min-width: 992px) { 
	h1.entry-title {
		font-size:4rem;
		line-height: 4rem;
	} 
	input[type="text"].filter {
	font-size:2rem;
}
}

.dem-copyright {
	display: none;
}

div.wpcf7-mail-sent-ok {
	border:1px solid #fff !important;
	padding:10px !important;
	border-radius: 3px;
	max-width: calc(100% - 20px);
	margin-left:0;
}

div.wpcf7-response-output {
	margin-left:0 !important;
}

.poll-wrap {
	display: block;
	position:relative;
	width:100%;
	height:100%;
}

.poll-wrap:before, .poll-wrap:after {
	display: block;
	width:100%;
	height:1px;
	content: "";
	clear:both;
}

.search-alert {
	text-align: center;
	display: none;
	margin-top:5px;
}

.share {
	width: 100%;
  	text-align: center;
}

.share i {
	padding:0 7px;
}

/* buttons */

.share a {
  	color: #1d1d1d;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}

.share a:hover {
	opacity: 1;
}

.nsl-container-buttons {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between;
	flex-wrap: wrap !important;
	margin:0 -5px;
}

div.nsl-container-block .nsl-container-buttons a {
	flex: 1 !important;
	margin: 5px !important;
	max-width: 100%;
}

.lrm-form input::-webkit-input-placeholder { color:#1d1d1d; opacity:.5; }
.lrm-form input:-moz-placeholder { color:#1d1d1d; opacity:.5; } /* FF 4-18 */
.lrm-form input::-moz-placeholder { color:#1d1d1d; opacity:.5; } /* FF 19+ */
.lrm-form input:-ms-input-placeholder { color:#1d1d1d; opacity:.5; } /* IE 10+ */

.svg-icon {
  width: 1em;
  height: 1em;
}

strong {
	font-weight: bold;
}

input.dem-add-answer-txt {
	font-size:1rem;
	padding:5px;
}

.avatar {
	border-radius: 100%;
	vertical-align: middle;
	padding: 0 5px;
}

.lede-content a {
	color:#fff;
	font-weight: bold;
}

.dem-only-users a {
	text-decoration:none;
	color:#1d1d1d;
	font-weight: bold;
	font-size: 90%;
}

.dem-button {
	-webkit-appearance: none;
	border-radius: 3px !important;
}

.dem__collapser .arr {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 15px;
}

.dem__collapser.expanded .arr:before {
	content:"SEE LESS ▲" !important;
}

.dem__collapser.collapsed .arr:before {
	content: "SEE MORE ▼" !important;
}

#hero-ad {
	text-align: center;
	background-color: #eee;
}

#hero-ad > div[data-google-query-id] {
	padding:25px 0 0 0;
}

#hero-ad > div[data-google-query-id] + .ad-here {
	padding:5px 0 20px 0;
	display: block;
}

#hero-ad > div[style="display: none;"] + .ad-here {
	display: none;
}

#hero-ad .ad-here a {
	color:#1d1d1d;
	font-size: .75rem;
	text-decoration: none;
	font-weight: bold;
	opacity:.5;
	transition: opacity .3s ease-in-out;
}
#hero-ad .ad-here a:hover {
	opacity:1;
}

.dem-poll-shortcode input::-webkit-input-placeholder { color:#1d1d1d; opacity:.5; }
.dem-poll-shortcode input:-moz-placeholder { color:#1d1d1d; opacity:.5; } /* FF 4-18 */
.dem-poll-shortcode input::-moz-placeholder { color:#1d1d1d; opacity:.5; } /* FF 19+ */
.dem-poll-shortcode input:-ms-input-placeholder { color:#1d1d1d; opacity:.5; } /* IE 10+ */

.dem-poll-shortcode input:focus::-webkit-input-placeholder { color:transparent; }
.dem-poll-shortcode input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.dem-poll-shortcode input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.dem-poll-shortcode input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.lrm-login .nsl-button-label-container{
	margin: 0 24px 0 12px;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}

.dem-poll-info {
	display: none;
}

.dem-poll-shortcode.advertisement > div {
	margin:10px auto;
}

.dem-poll-shortcode.advertisement small {
	display: block;
	width:100%;
	text-align: center;
	font-size:.5rem;;
}

.identifyingInfoCopy{
	margin-top: .5rem;
	font-size: 20px;
	line-height: 28px;
}

.addValueContact{
	width: 100%;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 5px;
}

.loginButton{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.loginButton a{
	display: block;
	font-size: 90%;
	font-family: tahoma,arial,sans-serif;
	padding: .8em 1.6em !important;
	text-transform: uppercase;
	-webkit-appearance: none;
	border-radius: 3px !important;
	background-color: #A53281;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1400px) { 
	.navtop ul {
		width: 80%;
		margin: auto;
		padding-bottom: 20px;
	  }
}

@media (max-width: 700px) { 
	.navtop ul {
		flex-direction: column;
		font-size: 24px;
		margin: auto;
		text-align: center;
		line-height: 26px;
	}

	ul li, ol li {
		line-height: 26px;
		padding: 5px 0px;
	}
	#menu-menu-1 a {
		padding: 10px 0px;
	}
}