/****
	Author: Nate Look
	Email: nate@natelook.com
****/

:root {
	--dark: #163549;
	--red: #ac5b52;
	--yellow: #bb7e38;
	--purple: #4f5b71;
	--green: #048083;
	--blue: #3a98a9;
	--orange: #ac5b52;
	--red-hover: #782118;
	--yellow-hover: #b76406;
	--purple-hover: #3d4657;
	--green-hover: #0b6062;
	--tan: #cfc6bd;
}
.bronze {
	color: #ac5b52;
}

.mobile-jkbf-link {
	display: none;
}

.genre-link {
	display: block;
}


body { 
	font-family: 'calluna-sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
}

h1,h2,h3 {
	font-weight: 700;
}

h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
  color: #003147;
  font-weight: 700;
}

h2 {
  color: #a15f56;
  font-size: 1.8rem;
  font-weight: 700;
}

h3 {
  font-size: 1.625rem;
  margin: 10px 0 30px;
  color: #028099;
  font-weight: 700;
}

h4 {
  font-size: 1.375rem;
  margin: 15px 0 5px;
  padding: 15px 0px 5px;
  color: #178a9c;
  font-weight: 700;
}

.container {
  padding-left: 35px;
  padding-right: 35px;
}

a {
	color: var(--green);
	font-weight: 700;
}

a:hover {
	color: var(--red);
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0;
}

.btn.btn-primary {
	background-color: var(--red);
	border-color: var(--red);
	border-radius: 10px;
}

.btn.btn-primary:hover {
	background-color: var(--yellow);
	border-color: var(--yellow);
}

.background-white-transparent {
	background-color:rgba(255, 255, 255, 0.5);
	margin-top: -65px;
	margin-bottom: -50px;
	padding: 0 40px 50px;
	min-height: 80vh;
}

.background-white-transparent h1:first-child {
  padding-top: 40px;
}

.background-white-transparent h2:first-child {
  padding-top: 70px;
}

.read-more a {
	color: var(--red);
}

.read-more {
	color: var(--red);
}

#home-25 {
	display: none;
}

.show-mobile {
	display: none;
}

/******
Header
*******/

.site-header {
	height: 250px;
	background: repeat-x scroll left top transparent;
	padding: 10px 0;
	position: relative;
	z-index: 10;
}


.site-branding {
	display: flex;
	position: relative;
	align-items: center;
}

.nav-buttons-container {
	position: absolute;
	right: 0;
}

.header-subnav {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

.jkbf-link {
	text-align: right;
	text-transform: uppercase;
}

.sub-nav-button {
	padding: 5px 20px; 
	background-color: var(--blue);
	margin: 0 5px;
	text-transform: uppercase;
	border-radius: 10px;
}

.sub-nav-button.donate {
	background-color: var(--orange);
}

.sub-nav-button a {
	color: #fff;
}

.custom-logo-link {
	display: inline-block;
	height: 100%;
}

.custom-logo {
	width: 275px;
	height: 87px;
}


#site-navigation {
	margin-top: 5px;
	display: flex;
	position: relative;
}

#main-menu {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.top-nav-link:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.menu-item {
	margin: 0 20px;
	position: relative;
}

.menu-item-has-children:first-child {
	margin-left: 5px;
}

.menu-item a {
	color: #000;
	cursor: pointer;
	font-weight: 400;
}

.menu-item a:hover {
	text-decoration: none;
}

.sub-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color:#212529;
	text-align: left;
	list-style: none;
	background-color:	#fff;
	background-clip: padding-box;
	border: 1px solid	rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.sub-menu li {
	background-color: rgba(0, 127, 148, 0.9);
	border-bottom: 1px solid #0c7b8d;
	padding: 10px 15px;
	position: relative;
	outline: none;
	line-height: 1.2em;
	margin: 0;
}

.sub-menu li:hover {
	background-color: rgba(14, 149, 171, 0.9);
}

.sub-menu a {
	color: #fff;
}

.social-media-container {
	position: absolute;
	right: 0;
}

#menu-social-media {
	display: flex;
}

#menu-social-media li {
	position: relative;
	margin: 0 20px;
	cursor: pointer;
}

#menu-social-media li:hover {
	color: var(--green);
}

#menu-social-media a {
/* 	text-indent: 1000px; */
	width: 20px;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
}

.site-footer {
  height: 300px;
  color: #808080;
  font-size: 0.875rem;
  margin-top: -60px;
  position: relative;
  text-align: center;
  z-index: 99;
  font-kerning: none;
}

.footer-container {
  height: 100%;
  position: relative;
}

.nav-footer-wrapper {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}

.footer-social {
	padding-left: 0;
}

#nav-menu-footer {
	margin: 0 auto;
	font-size: 1.1rem;
}

#footer-social-area-wrapper {
  margin: 20px 0;
}

#footer-social-area-wrapper .menu-item a {
  width: auto;
  overflow: auto;
  color: #008092;
  display: inline;
  padding-left: 10px;
  font-family: 'Calluna Sans', sans-serif;
}


#footer-social-area-wrapper .menu-item a:hover {
  color: #aa5b54;
}

#footer-social-area-wrapper .menu-item:before {
  color: #008092;
}



/******
Home Page
*******/

.home-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-section h2 {
	font-size: 2.8rem;
}

.home-section#home-2 {
	padding-top: 0;
}

.home-section:first-child {
	padding: 0;
}

.home-page-container .row {
	margin-right: 0;
}

.rainbow-wheel h2 {
	padding-bottom: 50px;
	color: var(--dark);
}

.rainbow-wheel h3 {
	color: #000;
}

.slider-container {
	position: relative;
	top: -50px;
}

.top-rainbow-row {
	margin-bottom: 10px;
}

.bottom-rainbow-row {
	margin-top: 10px;
}

.rainbow-text {
	padding-top: 10px;
	position: relative;
	height: 100%;
	text-align: center;
}

.rainbow-text h3 {
	margin-bottom: 10px;
}

.rainbow-text .btn.btn-primary {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.rainbow-one .btn.btn-primary {
	background-color: var(--red);
	border-color: var(--red);
}

.rainbow-two .btn.btn-primary {
	background-color: var(--yellow);
	border-color: var(--yellow);
}

.rainbow-three .btn.btn-primary {
	background-color: var(--purple);
	border-color: var(--purple);
}

.rainbow-four .btn.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
}

.rainbow-one .btn.btn-primary:hover {
	background-color: var(--red-hover);
	border-color: var(--red-hover);
}

.rainbow-two .btn.btn-primary:hover {
	background-color: var(--yellow-hover);
	border-color: var(--yellow-hover);
}

.rainbow-three .btn.btn-primary:hover {
	background-color: var(--purple-hover);
	border-color: var(--purple-hover);
}

.rainbow-four button:hover {
	background-color: var(--green-hover);
	border-color: var(--green-hover);
}

.rainbow-image img {
	display: block;
	width: 100%;
}

#home-3 {
	background-color: var(--tan);
}

#home-3 h2 {
	color: var(--dark);
	margin-bottom: 20px;
}

#home-3 h3 {
	color: var(--green);
	margin-bottom: 20px;
	font-weight: 500;
}

#home-3 .read-more-button .btn.btn-primary {
	font-size: 1.25rem;
}

#home-4.home-section {
	padding: 0;
}

.video-section {
	height: 220px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.video-section-item-container {
	position: relative;
}

.video-section-item-container h4 {
	color: #fff;
}

.video-section-item-container i {
	padding-top: 20px;
}

.video-section .fas {
	display: block;
	margin: 0 auto;
	font-size: 2.25rem;
}

.video-section-1 {
	background-color: var(--red);
}

.video-section-2 {
	background-color: var(--yellow);
}

.video-section-3 {
	background-color: var(--purple);
}

.video-section-4 {
	background-color: var(--green);
}

.video-section-1:hover {
	background-color: var(--red-hover);
}

.video-section-2:hover {
	background-color: var(--yellow-hover);
}

.video-section-3:hover {
	background-color: var(--purple-hover);
}

.video-section-4:hover {
	background-color: var(--green-hover);
}

.case-study-container, .talk-poba-container {
	height: 800px;
}

.case-study-container .col-md-5,
.talk-poba-container .col-md-5,
.case-study-container .row,
.talk-poba-container .row {
	height: 100%;
}

.home-page-highlight {
	height: 100%;
	background-size: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20%;
}

.highlight-item {
	height: 400px;
}

.highlight-item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
}

.highlight-item span {
	display: block;
	height: 20px;
}

.highlight-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: relative;
	cursor: pointer;
}

h5.highlight {
	color: var(--green);
	font-size: 2.5rem;
}

.home-page-highlight p {
	font-size: 2rem;
}

.highlight-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	color: #fff;
}

.highlight-title-1 {
	background-color: var(--red);
}

.highlight-title-2 {
	background-color: var(--yellow);
}

.highlight-title-3 {
	background-color: var(--purple);
}

.highlight-title-4 {
	background-color: var(--green);
}

.highlight-title-1:hover {
	background-color: var(--red-hover);
}

.highlight-title-2:hover {
	background-color: var(--yellow-hover);
}

.highlight-title-3:hover {
	background-color: var(--purple-hover);
}

.highlight-title-4:hover {
	background-color: var(--green-hover);
}

#case-study-1 .modal-content,
#testimonial-1 .modal-content {
  border: 5px solid #ac5b52;
}

#case-study-2 .modal-content,
#testimonial-2 .modal-content {
  border: 5px solid #bb7e38;
}

#case-study-3 .modal-content,
#testimonial-3 .modal-content {
  border: 5px solid #4f5b71;
}

#case-study-4 .modal-content,
#testimonial-4 .modal-content {
  border: 5px solid #048083;
}

.modal-content {
  padding: 20px 60px;
  text-align: center;
}

.support-poba {
	background-color: var(--red);
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.support-poba .btn.btn-primary {
	background-color: var(--yellow);
	font-size: 2.5rem;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}

.support-poba .btn.btn-primary:hover {
	background-color: var(--green);
	border-color: var(--green);
}

#home-8 {
	background-color: #fff;
	height: 660px;
}

#home-8 .row {
	height: 100%;
}

.latest-news-section {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 40px;
	height: 100%;
}

.latest-news-title {
	font-size: 2.5rem;
	color: var(--dark);
}

.latest-news-section .post-title {
	font-weight: 500;
	font-size: 2rem;

}

.latest-news-list {
	list-style: none;
	display: grid;
	grid-template-columns: 50% 50%;
	height: 100%;
}

.latest-news-item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.latest-news-item a {
	text-decoration: none;
}

.latest-news-img-overlay {
	display: flex;
	opacity: 0;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: white;
	background-color: rgba(4, 128, 153, 0.5);
	transition: 350ms;
}

.latest-news-img-overlay:hover {
	opacity: 1;
}

/******
FAQ Page
*******/


.faq-page h2 {
  padding-top: 20px !important;
}

.faq-container {
  margin-top: 5px;
}

.faq-title {
  padding: 0px 0px 4px;
}

.faq-title a {
  text-decoration: none !important;
  padding: 0px 0px 2px 30px;
  background: url(https://pantheon.l3kdxr55-liquidwebsites.com/wp-content/uploads/2019/04/faq.png)
    no-repeat;
  font-weight: bold;
}



.partner-and-affilate-row {
  padding: 10px 0;
  border-bottom: 5px solid white;
}

.partner-affilate-img-container {
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  align-items: center;
}

.partner-affilate-img-container img {
  width: 100%;
}

.partner-and-affilates .title {
  font-weight: bold;
  color: #008092;
}


.artist-listing {
	padding: 0px 0px 15px;
	border-bottom: 1px solid #d6ccc2;
	margin: 0px 0px 15px;
}

.artist-listing .image a {
	display: block;
	font-size: 0.75rem;
}

.artist-listing .image img {
	display: block;
	max-width: 100%;
}

.artist-listing .bio {
	position: relative;
}

.artist-listing .artist-name {
	font-size: 1.125rem;
	font-weight: bold;
}

.artist-listing p {
	padding-right: 40px;
}

.artist-listing .read-more {
	display: block;
	text-align: right;
}

#artist-list .portfolio-item img {
	width: 100%;
}


.breadcrumb {
  font-size: 1rem;
  display: -webkit-inline-box;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
  top: 50px;
}

.breadcrumb-container .breadcrumb {
  top: 0;
}

.portfolio-page {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.portfolio-item {
  padding: 5px 10px;
  margin: 10px;
  transition: 300ms;
}

.portfolio-item:hover {
  opacity: 0.6;
}

.portfolio-item.remove-hover:hover {
  opacity: 1;
}

.portfolio-page span.title {
  line-height: initial;
  display: block;
  margin-top: 10px;
	font-weight: bold;
	line-height: 100%;
}

.single-artist-heading {
  display: flex;
  display:-webkit-flex;
  align-items: center;
  justify-content: space-between;
}

a.portfolio-link {
  font-size: 1rem;
  display: block;
  margin: 0 10px;
  color: #008092;
}

.portfolio-links {
  position: relative;
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}

.portfolio-link h2 {
  padding-top: 0 !important;
}


.artists-link .breadcrumb {
  top: 0;
}

.portfolio-item img {
  display: block;
  max-width: 100%;
	height: auto;
	/* width: 100%; */
}

#single-view .graphic {
  display: block;
  margin: 0 0 5px;
}

.popup-container {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 900;
  justify-content: center;
  align-items: center;
}

.interior-container {
  background-color: #fff;
  padding: 40px;
}

.interior-container img {
	height: 500px;
}

.category {
  display: none;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
  display:-webkit-flex;
}



.select-item {
  background-color: #fff;
  border: 1px solid #c5bdb5;
}

.select-item img {
  width: 90%;
}

.select-grid {
  display: grid;
	grid-template-columns: 33% 33% 33%;
	justify-content: center;
  text-align: center;
  grid-gap: 10px;
}

.select-container {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #aaa;
}

.select-container img {
  display: block;
  margin: 0 auto;
}

.select-container p {
  text-align: center;
}


.blog-row {
  padding: 20px 0;
  border-bottom: 4px solid #fff;
}

/*.thumbnail-image {
  height: 200px;
  width: auto;
  background-size: cover;
  background-position: center;
}*/

.blog-feed .date {
  display: block;
  font-size: 1rem;
  margin: 0px 0px 6px 0px;
}

.blog-feed .title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #028099;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.blog-feed p {
  line-height: 1.7em;
  margin: 0px;
  padding: 0px;
}

.blog-image img {
	vertical-align: top;
}

.title a {
	line-height: 130%;
}

/*.blog-thumbnail-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}*/

.top-dashboard {
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 90px;
}

.top-dashboard h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
}

.user-area {
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}

.user-avatar img {
  width: 30px;
  height: 30px;
}

.user-name p {
  margin: 0 0 0 10px;
}

.dashboard-content {
  margin-top: 50px;
}

.dashboard-portfolios h2 {
  padding-top: 0 !important;
}

.user-area-dropdown {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: none;
  position: absolute;
  top: 35px;
  padding: 10px 20px;
  width: 150px;
}

.user-area-dropdown a {
  display: block;
}

.dashboard {
  padding-bottom: 100px;
}

.dashboard-artist-links {
  margin-left: 10px;
}

.dashboard-artist-link {
  margin: 0 10px;
}

.terms-popup {
  color: #048083 !important;
  cursor: pointer;
}

.dashboard-artist-name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.hideme {
  display: none;
}

.oapg {
  font-size: 0.875rem;
  display: flex;
  display:-webkit-flex;
  align-items: center;
  margin: 10px 0;
}

.oapg a {
  width: auto;
  height: auto;
  color: #323b44;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
}

.oapg img {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0px 15px 0px 0px;
}

.oapg br {
  display: none;
}

.oapg a:last-child {
  color: #008092;
}

.fluid-width-video-wrapper {
	padding: 0 !important;
}


#home-video-player {
	height: 440px;
	width: 100%;
}

.poba_artists img.border-image {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.poba_artists p {
	margin: 20px 0;
}

.poba_artists p:last-child {
	margin-bottom: 40px;
}

.genre-breadcrumb {
	padding: 30px 0
}

.portfolio-title {
	margin-top: 10px;
	line-height: 100%;
	text-align: center;
}

.portfolio-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.blog-row img {
	width: 100%;
	height: auto;
}

.single-featured-image img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#artist-list .portfolio-image {
	height: auto;
}

.hamburger {
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	content: '';
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	margin-right: 20px;
}

.patty {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #000;
	top: 23px;
}

.patty:first-child {
	top: 13px;
}

.patty:last-child {
	top: 33px;
}

#mobile-main-menu {
	display: none;
}

.genre-icon {
	width: 50px;
	height: 50px;
}

.about-genre-rows {
	margin: 10px 0;
}

.popup-other .interior-container {
	height: 70vh;
	width: 60vw;
}

.interior-container .fluid-width-video-wrapper iframe {
	position: relative;
}

.interior-container .fluid-width-video-wrapper {
	height: 80%;
}
.featured-post-img {
	width: 100%;
}
.featured-post-img img {
	height: 100%;
	width: 100%;
	float: none;
}

.terms-dialog {
	padding: 15px 0;
	height: 80vh;
}

.terms-popup-content {
	height: 100%;
	overflow-x: scroll;
}

.bold {
	font-weight: 700;
}

.modal-header {
	display: -webkit-box;
}