/*
Theme Name:   WebDevBar lank - Child
Theme URI:    http://webdevbar.com/
Description:  WDB Lank Child theme
Author:       WebDevBar Themes
Author URI:   http://webdevbar.com
Template:     wdblank
Version:      1.0.0
Tags:         bootstrap, woocommerce, bbpress, gravity forms
*/

/**
* Parent stylesheet is included by default unless you have
* dequeued it in your child themes function.php
*/

html {
	font-family: 'Raleway', sans-serif;
}

body {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	overflow: hidden;
}

#header {
	background: #f7f8fa;
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

#footer {
	background: #838589;
	color: white;
	border: none;
	z-index: 999;
}

#footer p {
	color: white;
}

.bg-red {
	background-color: #8C1918!important;
}

.bg-blue {
	background-color: #07006a!important;
}

.bg-gradient-blue {
	background-image: linear-gradient(to right, #000029, #07006a)!important;
}

.bg-gradient-red {
	background-image: linear-gradient(to right, #4a0100, #8C1918)!important;
}

.bg-transp-blue {
	background-color: rgba(7, 0, 106, 0.6)!important;
}

.bg-transp-red {
	background-color: rgba(140, 25, 24, 0.6)!important;
}

.txt-red {
	color: #8C1918!important;
}

.txt-blue {
	color: #07006a!important;
}

.border-red {
	border-color: #8C1918!important;
}

.border-blue {
	border-color: #07006a!important;
}

@media (min-width: 992px) {
	body {
		display: grid;
		grid-template-areas: 'menu main main main' 'footer footer footer footer';
		grid-gap: 0px;
		width: 100%;
		grid-template-columns: 320px 1fr;
	}
	header {
		grid-area: menu;
		/*position: relative!important;*/
		/*width: 320px;*/
	}
	.container {
		width: 90%;
		margin: auto;
	}
	header .container {
		width: auto;
		padding: 0px;
	}
	.admin-bar #header {
		top: 0px;
	}
	#main {
		grid-area: main;
	}
	footer {
		grid-area: footer;
	}
	.container>.navbar-collapse {
		padding: 0;
	}
	.navbar-default .search-form .form-group {
		display: block;
		margin: 0px;
		float: none;
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, small, div {
	font-family: 'Raleway', sans-serif;
}

p {
	color: #000029;
}

h1, h2, h3, h4, h5, h6 {
	color: #07006a;
	position: relative;
}

.theme-red h1, .theme-red h2, .theme-red h3, .theme-red h4, .theme-red h5, .theme-red h6, .theme-red a {
	color: #8C1918;
}

.maincont h1, .maincont h2, .maincont h3, .entry-content h1, .entry-content h2, .entry-content h3 {
	margin-bottom: 35px;
}

.maincont h4, .maincont h5, .maincont h6 {
	margin-top: 20px;
}

.maincont h1:after, .maincont h2:after, .maincont h3:after, .entry-content h1:after, .entry-content h2:after, .entry-content h3:after {
	content: "";
	width: 70px;
	border-top: solid 5px #fea501;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: -19px;
}

.maincont h1:first-child {
	margin-top: 0;
}

.openhtml {
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}

@media screen and (max-width: 991px) {
	.openhtml {
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}

.openhtml a, .btn {
	background-image: linear-gradient(to right, #01002a, #070068);
	color: white;
	padding: 14px 20px;
	padding-right: 35px;
	border-radius: 5px;
	position: relative;
	font-weight: 600;
}

.theme-red .openhtml a, .theme-red .btn {
	background-image: linear-gradient(to right, #4a0100, #8C1918);
	color: white;
}

.btn {
	display: inline-block;
	margin: 30px 0px;
}

.openhtml a:hover, .openhtml a:focus, .openhtml a:active, .btn:hover, .btn:focus, .btn:active {
	background-image: linear-gradient(to right, #ffa600, #ffa600);
	color: white;
}

.openhtml a:after, .btn:after {
	content: "\f101";
	font-family: "FontAwesome";
	color: white;
	font-weight: bold;
	width: 1em;
	position: absolute;
	right: 8px;
	top: 9px;
	font-size: 20px;
}

.openhtml ul {
	margin-bottom: 30px;
}

.maincont a {
	display: inline-block;
	margin-bottom: 30px;
}

.bluecont p {
	margin-bottom: 20px;
	color: white;
	line-height: 2;
}

.bluecont {
	background-image: linear-gradient(to right, #01002a, #070068);
	color: white;
	margin: 0;
	padding: 30px;
	padding-bottom: 20px;
}

.theme-red .bluecont {
	background-image: linear-gradient(to right, #4a0100, #8C1918);
}

.bluecont h2, .bluecont h3 {
	margin-top: 8px;
	margin-bottom: 5px;
	color: white;
}

.bluecont a {
	border: 2px solid white;
	display: inline-block;
	padding: 10px 20px;
	padding-right: 35px;
}

.bluecont a:after {
	top: 5px;
}

.ribbon-container {
	position: relative;
}

.ribbon {
	background: linear-gradient(to right, #848484, #9b9da1);
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}

.ribbon:after {
	content: "";
	display: inline-block;
	right: -32px;
	top: 0;
	position: absolute;
	border: 50px solid #9b9da1;
	border-left: 0;
	border-right: 23px solid transparent;
	width: 35px;
}

.ribbon p {
	color: white;
}

.dropdown-menu {
	position: inherit;
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
}

.navbar-nav>li {
	width: 100%;
	border-bottom: solid 1px #e4e6e5;
	z-index: 10;
}

.caret {
	right: 15px;
	position: absolute;
	top: 50%;
	color: #000029;
}

#menu-primary-items {
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #000029;
	padding: 15px 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current_page_parent>a, .navbar-default .navbar-nav>.current_page_parent>a:hover, .navbar-default .navbar-nav>.current_page_parent>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: transparent;
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
}

.navbar-default .navbar-toggle {
	border-color: #07006a;
	background: white;
}

.theme-red .navbar-default .navbar-toggle {
	border-color: #8C1918;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #07006a;
}

.theme-red .navbar-default .navbar-toggle .icon-bar {
	background-color: #8C1918;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: lightgray;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: #06006c;
	color: white;
}

.theme-red .navbar-default .navbar-nav>.active>a, .theme-red .navbar-default .navbar-nav>.active>a:hover, .theme-red .navbar-default .navbar-nav>.active>a:focus {
	background-color: #8C1918;
}

.open>.dropdown-menu {
	background: #e4e8eb;
}

.active .caret {
	color: white;
}

.navbar-nav>li.active>a {
	background-color: #06006c;
	color: white;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #06006c!important;
	font-weight: bold;
}

.theme-red .dropdown-menu>.active>a, .theme-red .dropdown-menu>.active>a:hover, .theme-red .dropdown-menu>.active>a:focus {
	color: #8C1918!important;
}

@media (max-width: 991px) {
	.admin-bar #header {
		top: 0px;
	}
	.container>.navbar-header {
		position: absolute;
		top: -90px;
		right: 20px;
	}
	.show-lg {
		display: none;
	}
	#header {
		box-shadow: none;
	}
	.active>.dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #e4e8eb;
		border: 0;
		box-shadow: none;
	}
	.active.open>.dropdown-menu {
		display: none;
	}
}

@media (max-width: 767px) {
	.ribbon:after {
		display: none;
	}
}

@media (max-width: 600px) {
	#header {
		position: inherit;
	}
}

@media (min-width: 992px) {
	.active>.dropdown-menu {
		display: block;
		background: #e4e8eb;
	}
}

#header .form-control {
	border-radius: 0px;
	border: none;
}

#header .form-group {
	position: relative;
	;
}

#header .form-group input[type="search"] {
	padding: 18px 40px 18px 20px;
	color: white;
	background: #06006c;
	height: auto;
}

.theme-red #header .form-group input[type="search"] {
	background: #8C1918;
}

.glyphicon.show-lg {
	position: absolute;
	right: 15px;
	bottom: 20px;
	color: white;
}

button.search-submit.glyphicon.glyphicon-search {
	display: inline-block!important;
	position: absolute;
	right: 10px;
	top: initial;
	bottom: 15px;
	z-index: 99;
	box-shadow: none;
	border: none;
	background: no-repeat;
	color: white;
}

.sidebar-items {
	padding: 20px;
}

.sidebar-items h4 {
	color: #777;
}

.sidebar-contact a {
	display: flex;
	color: #777;
	margin-bottom: 10px;
}

.sidebar-contact .fa {
	padding-right: 5px;
}

.socials {
	margin: 25px 0px 20px 0px;
}

.socials .fa {
	font-size: 18px;
	border-radius: 50%;
	border: solid 2px;
	height: 40px;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #07006a;
}

.theme-red .socials .fa {
	color: #8C1918;
}

.socials .fa:hover, .socials .fa:focus, .socials .fa:active {
	color: white;
	background: #07006a;
	border: solid 2px #07006a;
}

.theme-red .socials .fa:hover, .theme-red .socials .fa:focus, .theme-red .socials .fa:active {
	background: #8C1918;
	border: solid 2px #8C1918;
}

.sidebar-content p {
	font-style: italic;
	color: #777;
	padding: 10px 0px;
}

.sidebar-credit {
	color: #000029;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px;
}

#page-banner {
	background-color: #06006c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0px;
}

#banner-image {
	height: 0px;
	padding-bottom: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#page-banner-container {
	position: relative;
	z-index: 399;
	margin-bottom: 40px;
	min-height: 88px;
}

#page-banner .grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
}

.breadcrumb-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-title {
	margin: 10px 0px;
	font-size: 26px;
}

.breadcrumb-bar, .breadcrumb {
	background: transparent;
}

.breadcrumb {
	text-align: right;
}

.breadcrumb>.active, .breadcrumb>li+li:before, .breadcrumb a {
	color: white;
	font-weight: 100;
	font-size: 12px;
}

.breadcrumb>li+li:before {
	content: "> "
}

@media (max-width: 1200px) {
	#banner-image {
		padding-bottom: 50%;
	}
}

@media (max-width: 767px) {
	#banner-image {
		padding-bottom: 50%;
	}
	#page-banner .grid {
		grid-template-columns: 1fr 0fr;
	}
}

@media (max-width: 550px) {
	#banner-image {
		padding-bottom: 70%;
	}
	.page-title {
		font-size: 20px;
	}
}

.logo-lg {
	height: 120px;
	padding: 10px;
}

.logo-lg a {
	display: flex;
	align-items: baseline;
	flex-direction: row;
	overflow: hidden;
}

.logo-lg img {
	height: 100px;
	width: auto;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #000029;
		font-weight: bold;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000029;
	}
	.footer-button {
		text-align: center;
		left: 0!important;
	}
}

.footer-button {
	display: none;
}

.circle {
	position: relative;
	display: block;
	margin: 1em;
	background-color: transparent;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.circle:after {
	display: block;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	border-radius: 50%;
	content: "";
}

.circle__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.circle__wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.circle__content {
	display: table-cell;
	padding: 1em;
	vertical-align: middle;
	color: white;
}

a.circle:hover {
	color: white;
}

@media (min-width: 1650px) {
	.circle {
		margin: 2em;
	}
}

#page-content section {
	margin-bottom: 20px;
	margin-top: 40px;
}

.browse-title {
	color: #858585;
	font-size: 26px;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

.browse-title .blue {
	color: #06006c;
}

.browse-grid {
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
}

@media (max-width: 767px) {
	.browse-grid {
		-webkit-column-count: 2;
		/* Chrome, Safari, Opera */
		-moz-column-count: 2;
		/* Firefox */
		column-count: 2;
	}
	.browse-title {
		font-size: 22px;
	}
	.circle__content {
		font-size: 14px;
	}
}

.browse-grid a {
	color: #858585;
	display: block;
	font-size: 18px;
}

.search-box {
	color: white;
	padding: 35px 10% 50px 10%;
	max-width: 800px;
	margin: auto;
	margin-bottom: 45px;
	text-align: center;
}

.search-box input, .search-box select {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid white;
	background: transparent;
	color: white;
	margin-right: 10px;
	text-align: center;
}

.search-box ::-webkit-input-placeholder, #top-searchbar ::-webkit-input-placeholder {
	/* Edge */
	color: white;
}

.search-box :-ms-input-placeholder, #top-searchbar {
	/* Internet Explorer 10-11 */
	color: white;
}

.search-box ::placeholder, #top-searchbar ::placeholder {
	color: white;
}

#top-searchbar .form-group a.btn {
	border: solid 1px white;
	margin: 0px 0px 0px 10px;
}

.search-box select {
	text-align-last: center;
	border-radius: 4px;
}

.search-box select option {
	color: #070068;
}

.search-box button {
	height: 50px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 5px;
	background: orange;
	font-size: 25px;
}

.search-box h2 {
	color: white;
	margin: 10px 0px 20px 0px;
}

.search-box .fa {
	font-size: 44px;
}

@media (max-width: 600px) {
	.search-box .fa {
		font-size: 30px;
	}
	.search-box h2 {
		font-size: 22px;
	}
	.search-box button {
		font-size: 22px;
		height: 45px;
	}
}

.browse-by {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1200px;
	margin: auto;
}

.browse-by .item {
	border: solid 1px #dbdcdc;
	padding: 15px;
}

.browse-by p {
	margin: 5px 0px;
}

.browse-by h3, .browse-by p {
	color: #07006a;
	text-align: center;
}

.browse-by h3 {
	margin: 0px 0px 20px 0px;
	position: relative;
	text-transform: uppercase;
}

.browse-by h3:after {
	content: "";
	width: 70px;
	border-top: solid 5px #fea501;
	height: 1px;
	position: absolute;
	left: calc(50% - 35px);
	bottom: -10px;
}

.browse-by a {
	display: block;
	text-align: center;
	color: black;
}

.browse-by .items {
	padding: 10px 0px 50px 0px;
}

@media (max-width: 600px) {
	.browse-by {
		grid-template-columns: 1fr;
	}
}

.resources-section {
	padding: 50px 0px;
}

.resources-section h1 {
	margin-bottom: 40px;
	text-transform: uppercase;
}

.resources-section h1:after {
	content: "";
	height: 3px;
	width: 120px;
	background-color: #fea501;
	position: absolute;
	bottom: -18px;
	left: calc(50% - 60px);
}

.resource-listing {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.resource-details {
	flex: 1 0 15%;
	margin: 5px;
	text-align: center;
	margin-bottom: 20px;
}

.resource-details img {
	height: 90px;
	margin: auto;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.resource-details {
		flex: 1 0 30%;
	}
}

@media (max-width: 550px) {
	.resource-details {
		flex: 1 0 45%;
	}
}

.header-agency {
	background: #07006b;
	color: white;
	padding: 10px 0px 4px 0px;
}

.header-agency .login {
	width: 200px;
	display: inline-block;
	color: #ffa600;
	text-transform: uppercase;
}

.header-agency .login a {
	color: #ffa600;
}

.flex-space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.search-social .form-group {
	margin: 0;
	position: relative;
}

.search-social {
	display: flex;
}

.search-social .form-group input[type="search"] {
	background: transparent;
	border-radius: 0px;
	color: white;
	padding-right: 25px;
}

.search-social .form-group button {
	position: absolute;
	right: 13px;
	top: 5px;
	background: transparent;
	border: none;
}

.search-social .social-icons-header {
	display: flex;
	align-items: center;
}

.search-social .social-icons-header a {
	color: white;
	padding-left: 20px;
	font-size: 20px;
}

#questions-list .question-text {
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0.25em;
	padding-left: 1.6em;
	position: relative;
}

#questions-list .question-text>span.question-number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	font-weight: bold;
}

#questions-list .radio-wrap {
	padding: 0.25em 0.5em;
	position: relative;
	margin-bottom: 0.25em;
}

#questions-list .radio-wrap>input, #questions-list .radio-wrap>label {
	cursor: pointer;
}

#questions-list .radio-wrap>label {
	font-size: 1.2em;
	padding-left: 1em;
	margin: 0;
}

#questions-list .radio-wrap>input {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1em;
	height: 1em;
	margin: 0;
	transform: translateY(-50%);
	z-index: 9;
}

#questions-list .radio-wrap-inline+.radio-wrap-inline {
	margin-left: 0.5em;
}

.theme-red #questions-result {
	border: 2px solid #8C1918;
	background: #8C1918;
	background-image: linear-gradient(to right, #4a0100, #8C1918);
	color: #fff;
	font-weight: 600;
	padding: 0.5em 1em 1em;
	border-radius: 0.5em;
	text-align: justify;
}

#questions-result {
	border: 2px solid #070068;
	background: #070068;
	background-image: linear-gradient(to right, #01002a, #070068);
	color: #fff;
	font-weight: 600;
	padding: 0.5em 1em 1em;
	border-radius: 0.5em;
	text-align: justify;
}

#questions-result * {
	color: #fff;
}

.listNav, .ln-letters {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 10px;
	overflow: visible!important;
}

.ln-letters .ln-last, .ln-letters a {
	border: none!important;
}

.ln-letters a:hover, .ln-letters .ln-selected {
	background-color: transparent!important;
	color: #07006a!important;
	text-decoration: underline!important;
}

.ln-letters a {
	color: #07006a;
	font-size: 18px!important;
}

.theme-red .ln-letters a:hover, .theme-red .ln-letters .ln-selected {
	color: #8C1918!important;
}

.theme-red .ln-letters a {
	color: #8C1918;
}

.theme-red .ln-letters .ln-disabled {
	color: #ccc;
}

.listNavHide {
	position: absolute!important;
}

#filters {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

h4.filter-title {
	margin: 0px 0px 20px 0px;
}

#filters .item {
	flex-grow: 1;
	padding: 10px;
	color: #868789;
	margin: 0px 10px 10px 0px;
	border-radius: 4px;
	border: solid 1px #868789;
	background: white;
	position: relative;
	padding-right: 20px;
	font-size: 16px;
	display: block;
	align-self: center;
}

#filters .item:nth-child(1) {
	background: #06006c;
	border-color: #06006c;
	color: white;
}

#filters .item .fa {
	position: absolute;
	right: 5px;
	color: #868789;
	top: 14px;
	font-size: 12px;
}

#filters form.item {
	padding: 0px;
	border: none;
}

#filters form.item select {
	border-radius: 4px;
	border: solid 1px #868789;
	padding: 11px;
	width: 100%;
	font-size: 16px;
}

form#sortby {
	margin-right: 0px!important;
}

@media (max-width: 767px) {
	#filters {
		display: block;
	}
	.listNav, .ln-letters {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.ln-letters a {
		padding: 5px 10px;
	}
	#filters .item {
		margin-right: 0px!important;
	}
}

.wlb-radio-list {
	text-align: center;
	margin: 1.5em 0;
}

.wlb-radio-wrap+.wlb-radio-wrap {
	margin-left: 0.1em;
}

.wlb-radio-wrap {
	display: inline-block;
	font-size: 50px;
	width: 1em;
	height: 1em;
	position: relative;
}

label.wlb-check {
	font-size: 0.5em;
	line-height: 2em;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #838488;
	color: #838488;
	cursor: pointer;
	font-weight: 400;
}

.wlb-radio {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.wlb-radio:checked+label.wlb-check {
	background: #07006a;
	border-color: #07006a;
	color: #fff;
}

.wlb-desc-wrap {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	font-weight: 500;
}

.wlb-desc-wrap * {
	color: #07006a;
}

h2.wlb-cat-head {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
	position: relative;
}

h2.wlb-cat-head:before {
	content: '';
	display: block;
	width: 2.5em;
	height: 0.1em;
	background: #fea500;
	position: absolute;
	bottom: -0.25em;
	left: 50%;
	transform: translateX(-50%);
}

#chart-wrap {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
}

#chart-wrap * {
	pointer-events: none;
}

#chart-wrap .chart_grid {
	width: 10%;
	height: 10%;
	display: block;
	position: absolute;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	background: transparent;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

#chart-wrap .chart_grid-2 {
	width: 20%;
	height: 20%;
}

#chart-wrap .chart_grid-3 {
	width: 30%;
	height: 30%;
}

#chart-wrap .chart_grid-4 {
	width: 40%;
	height: 40%;
}

#chart-wrap .chart_grid-5 {
	width: 50%;
	height: 50%;
}

#chart-wrap .chart_grid-6 {
	width: 60%;
	height: 60%;
}

#chart-wrap .chart_grid-7 {
	width: 70%;
	height: 70%;
}

#chart-wrap .chart_grid-8 {
	width: 80%;
	height: 80%;
}

#chart-wrap .chart_grid-9 {
	width: 90%;
	height: 90%;
}

#chart-wrap .chart_grid-10 {
	width: 100%;
	height: 100%;
}

#chart-wrap .pie .pie__segment-wrap {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 9;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out;
	text-align: center;
}

#chart-wrap .pie .pie__segment {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#chart-wrap-outer .chart-wrap-padding {
	padding: 70px;
}

#chart-wrap-outer .chart-wrap-padding-fix {
	position: relative;
}

#chart-wrap .pie .pie_label {
	width: 100%;
	height: 100%;
}

#chart-wrap .pie_label {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

#chart-wrap .pie-label-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#chart-wrap .pie-label-pos {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#chart-wrap .pie-label-pos2 {
	position: absolute;
	width: 140px;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
}

#chart-wrap .pie-label-pos3 {
	position: relative;
}

#chart-wrap .pie-label-pos4 {
	position: relative;
}

#chart-wrap .pie_label_val {
	font-size: 1.2em;
	font-weight: bold;
}

#chart-wrap .pie_label_txt {
	font-size: 0.75em;
	text-transform: uppercase;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	text-align: right;
	background-color: transparent;
	color: #828689;
	font-size: 1.3em;
	font-weight: 400;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-]>a {
	opacity: 0!important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background: transparent;
}

#tribe-events-content .tribe-events-calendar td {
	height: 120px;
}

#tribe-events-content .tribe-events-calendar thead th {
	background-color: #07006a;
	border-color: #07006a;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	padding: 3% 5%;
	font-size: 1.2em;
}

#tribe-events-content .tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-] {
	color: #fff;
	font-size: 1em;
	padding-bottom: 0;
}

#tribe-events-content .tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-] a {
	background: #ffa500;
	text-decoration: none;
	color: #fff;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7em;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}

ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
	text-indent: 2em;
	white-space: nowrap;
	overflow: hidden;
	font-size: 30px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	border: 1px solid #848587;
	border-radius: 50%;
	float: left;
	position: relative;
	color: #fff;
}

ul.tribe-events-sub-nav .tribe-events-nav-next a:before, ul.tribe-events-sub-nav .tribe-events-nav-next a:hover:before {
	content: "\f105";
	width: 1.05em;
}

ul.tribe-events-sub-nav a:before, ul.tribe-events-sub-nav a:hover:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 1em;
	position: absolute;
	left: 0;
	top: 0;
	width: 0.85em;
	display: block;
	z-index: 9;
	color: #000;
	text-indent: 0;
	text-align: center;
	line-height: 0.9em;
	color: #848587;
}

ul.tribe-events-sub-nav a span, ul.tribe-events-sub-nav a:hover span {
	display: none;
}

#tribe-events-content-wrapper {
	position: relative;
}

@media screen and (min-width: 768px) {
	.tribe-events-title-bar {
		position: absolute;
		width: 100%;
		top: 60px;
	}
}

.wdb-evtt-top {
	display: table;
	width: 100%;
	font-size: 2em;
	margin-bottom: 0.5em;
}

.wdb-evtt-top>div {
	display: table-cell;
	vertical-align: bottom;
}

.wdb-evtt-date-wrap {
	display: table;
}

.wdb-evtt-date-wrap>div {
	display: table-cell;
	vertical-align: top;
}

.wdb-evtt-date-wrap>div>span {
	display: block;
}

.wdb-evtt-date-wrap .evtt-date-to {
	position: relative;
	padding-left: 0.2em;
}

.wdb-evtt-date-wrap .evtt-date-to .evtt-date-d {
	line-height: 1em;
	font-size: 0.8em;
	padding-top: 0.3em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

.wdb-evtt-date-wrap .evtt-date-from .evtt-date-d {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

.wdb-evtt-date-wrap .evtt-date-m {
	text-transform: uppercase;
	font-size: 0.55em;
	line-height: 1.2em;
}

.wdb-evtt-date-wrap .evtt-date-y {
	font-size: 0.5em;
}

.wdb-evtt-date-wrap .evtt-date-to .evtt-date-d:before {
	content: '—';
	position: absolute;
	font-size: 0.5em;
	left: -0.33em;
	top: 0.4em;
	transform: scaleX(0.55);
}

.wdb-evtt-top>.wdb-evtt-head {
	padding-top: 0.2em;
	vertical-align: top;
}

.wdb-evtt-tooltip * {
	color: #fff;
}

.tribe-events-tooltip.wdb-evtt-tooltip {
	background: rgba(7, 0, 106, 0.7)!important;
	padding: 2em 2.5em;
}

.wdb-evtt-tooltip.tribe-events-tooltip-flipdown {
	margin-bottom: 6em;
}

.wdb-evtt-tooltip.tribe-events-tooltip-flipdown:before, .wdb-evtt-tooltip .tribe-events-arrow {
	content: none!important;
	display: none!important;
	opacity: 0!important;
	width: 0!important;
	height: 0!important;
	overflow: hidden!important;
	visibility: hidden!important;
}

.wdb-evtt-tooltip .tribe-events-event-body>div, .wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-org>div {
	padding-left: 1.5em;
	position: relative;
}

.wdb-evtt-tooltip .tribe-events-event-body>div i.fa {
	position: absolute;
	left: 0;
	top: 0.1em;
}

.wdb-evtt-tooltip .tribe-events-event-body>div, .wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-org>div+div {
	margin-top: 0.5em;
}

.wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-loc>span.wdb-evtt-venue-name, .wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-loc>span.wdb-evtt-venue-address, .wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-loc>span.wdb-evtt-venue-country {
	display: block;
}

.wdb-evtt-tooltip .tribe-events-event-body>div.wdb-evtt-org {
	padding-left: 0;
}

#accordion-department {
	margin: 20px 0px;
}

.theme-red #accordion-department .panel-default>.panel-heading {
	color: white;
	background-color: #8C1918;
	border-color: #8C1918;
	padding: 20px;
}

.theme-red .panel-title, .theme-red .panel-title a {
	color: #fff !important;
}

#accordion-department .panel-default>.panel-heading {
	color: white;
	background-color: #06006c;
	border-color: #06006c;
	padding: 20px;
}

#accordion-department .panel-title>a {
	font-size: 20px;
	display: block;
	padding-right: 20px;
}

#accordion-department .panel-title>a:after {
	content: "\f068";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}

#accordion-department .panel-title>a.collapsed:after {
	content: "\f067";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}

#accordion-department h3 {
	margin: 10px 0px;
	color: #fea501!important;
	text-transform: uppercase;
	font-weight: normal;
}

#accordion-department .flex-cont {
	display: flex;
	font-size: 18px;
	color: #06006c;
}

.theme-red #accordion-department .flex-cont {
	color: #8C1918;
}

#accordion-department .flex-cont span:nth-child(1) {
	padding-right: 10px;
	font-size: 24px;
}

#accordion-department .panel, #accordion-department.panel-group .panel-heading+.panel-collapse>.panel-body, #accordion-department.panel-group .panel-heading+.panel-collapse>.list-group {
	border: none;
}

#accordion-department.panel-group .panel+.panel {
	margin-top: 10px;
}

.events-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1px;
}

.events-container .event-item {
	background: black;
	color: white;
	padding: 20px;
}

.events-container .event-item .startday {
	font-size: 20px;
	font-weight: bold;
}

.events-container .event-item .endday {
	font-size: 13px;
	align-self: center;
	font-weight: bold;
}

.events-container .col-date-day {
	display: flex;
}

.events-container .col-date-month {
	font-size: 14px;
	position: relative;
	top: -4px;
	text-transform: uppercase;
}

.events-container .col-title {
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

.events-container .col-title a {
	color: #fff;
}

.events-container .event-details {
	font-size: 14px;
}

.events-container .event-details .fa {
	height: 15px;
	width: 15px;
	margin-bottom: 5px;
}

.events-container .event-item:nth-child(6n+1) {
	background-color: #06006b;
}

.events-container .event-item:nth-child(6n+2) {
	background-color: #afb2b9;
}

.events-container .event-item:nth-child(6n+3) {
	background-color: #01002b;
}

.events-container .event-item:nth-child(6n+4) {
	background-color: #848589;
}

.events-container .event-item:nth-child(6n+5) {
	background-color: #06006b;
}

.events-container .event-item:nth-child(6n+0) {
	background-color: #afb2b9;
}

#calendar-block .leftarrow, #calendar-block .rightarrow {
	position: relative;
	border: none;
	background: transparent;
	color: transparent;
}

#calendar-block form {
	display: flex;
	margin-bottom: 15px;
	align-items: baseline;
	position: relative;
}

#calendar-block form input {
	background: transparent;
	outline: none;
	border: none;
	width: 25px;
	margin-right: 5px;
}

#calendar-block form label {
	color: #7a7f82;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px;
	margin-right: 10px;
}

#calendar-block form a {
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 7px;
	color: #06006b;
	text-transform: uppercase;
	font-weight: bold;
}

.theme-red #calendar-block form a {
	color: #8C1918;
}

#calendar-block form a span {
	padding-left: 5px;
}

@media (max-width: 500px) {
	#calendar-block form a span {
		display: none;
	}
	#calendar-block form a {
		top: 0;
		font-size: 22px;
	}
}

#calendar-block .leftarrow:after {
	content: "\f053";
	font-family: 'FontAwesome';
	position: absolute;
	top: -3px;
	left: 0;
	background: white;
	z-index: 0;
	color: #7a7f82;
	border: 2px solid;
	border-radius: 50%;
	pointer-events: none;
	height: 25px;
	width: 25px;
	padding: 0px 3px;
}

#calendar-block .rightarrow:after {
	content: "\f054";
	font-family: 'FontAwesome';
	position: absolute;
	top: -3px;
	left: 0;
	background: white;
	z-index: 0;
	color: #7a7f82;
	border: 2px solid;
	border-radius: 50%;
	pointer-events: none;
	height: 25px;
	width: 25px;
	padding: 0px 5px;
}

@media (max-width: 1200px) {
	.events-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.events-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 450px) {
	.events-container {
		grid-template-columns: 1fr;
	}
}

.theme-red #acf-form>.acf-fields>.acf-field>.acf-label>label, .theme-red .acf-field-repeater>.acf-label>label {
	color: #8C1918;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.theme-blue #acf-form>.acf-fields>.acf-field>.acf-label>label, .theme-blue .acf-field-repeater>.acf-label>label {
	color: #07006a;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

#page-content .wp-editor-wrap {
	top: -20px;
}

.theme-red .edit-agency-resources .btn-primary {
	margin: 30px 0px;
	padding: 10px 35px 10px 12px;
	color: white;
	background-image: linear-gradient(to right, #4a0100, #8C1918);
	border-radius: 5px;
	position: relative;
}

.edit-agency-resources .btn-primary {
	margin: 30px 0px;
	padding: 10px 35px 10px 12px;
	color: white;
	background-image: linear-gradient(to right, #01002a, #070068);
	border-radius: 5px;
	position: relative;
}

.edit-agency-resources .btn-primary:after {
	top: 6px;
}

#page-content .acf-form-submit {
	text-align: center;
	margin-bottom: 30px;
}

.theme-red .acf-form-submit input[type=submit], .theme-red .acf-button.button.button-primary {
	padding: 10px 35px !important;
	color: white !important;
	background-image: linear-gradient(to right, #4a0100, #8C1918) !important;
	border-radius: 5px !important;
	border: none !important;
	outline: none !important;
}

#page-content .acf-form-submit input[type=submit], #page-content .acf-button.button.button-primary {
	padding: 10px 35px;
	color: white;
	background-image: linear-gradient(to right, #01002a, #070068);
	border-radius: 5px;
	border: none;
	outline: none;
}

#page-content .acf-actions {
	margin: 20px 0px;
}

.admin-manage-events .btn-primary {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.admin-manage-events .btn-primary:after {
	display: none;
}
.theme-red .admin-manage-events button[type=submit] {
	display: block;
	margin: 20px auto;
	border: none;
	border-radius: 5px;
	outline: none;
	padding: 10px 35px;
	color: white;
	background-image: linear-gradient(to right, #4a0100, #8C1918) !important;
}
.admin-manage-events button[type=submit] {
	display: block;
	margin: 20px auto;
	border: none;
	border-radius: 5px;
	outline: none;
	padding: 10px 35px;
	color: white;
	background-image: linear-gradient(to right, #01002a, #070068);
}

.topsec .form-control {
	position: relative;
	background: transparent;
	border: 1px solid #414042;
	border-radius: 0;
	height: 50px;
	margin-top: 16px;
	color: #414042;
	padding-right: 40px;
	font-size: 16px;
}

.topsec .cbtn {
	background: transparent;
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.42857;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #414042;
}

.topsec form {
	max-width: 550px;
}

/* @media (min-width: 1600px) {
	.container {
		width: 1460px;
	}
} */

.audiojs .play-pause {
	border-right: none!important;
}

.audiojs .time {
	border-left: none!important;
	width: 70px!important;
}

.audiojs {
	margin-bottom: 20px;
	width: 100%!important;
}

.audiojs .scrubber {
	width: calc(100% - 145px)!important;
}

.audiojs+ol {
	padding-left: 20px;
}

.audiojs+ol li a {
	color: #07006a;
}

.theme-red .audiojs+ol li a {
	color: #8C1918;
}

.audiojs+ol li.playing {
	font-weight: bold;
}

.theme-red .banner, .theme-red .loop-meta {
	color: white;
	background-color: #8C1918
}

.theme-red .jumbotron p, .theme-red .jumbotron h1, .theme-red .jumbotron .h1 {
	color: white;
}

.city-filter {
	margin-bottom: 20px;
}

.city-filter a {
	color: #06006c;
	margin-right: 10px;
	font-size: 14px;
}

.theme-red .city-filter a {
	color: #8C1918;
}

.tribe-events-meta-group .tribe-events-single-section-title:after, .tribe-events-schedule h2:after {
	display: none;
}

h2.screen-reader-text {
	display: none !important;
}

.openhtml a:hover, .openhtml a:focus, .openhtml a:active, .btn.active, .btn:hover, .btn:focus, .btn:active {
	background-image: linear-gradient(to right, #ffa600, #ffa600);
	color: white;
}

/* News - blog page */

.read-more .btn {
	background-image: linear-gradient(to right, #01002a, #070068);
	color: white;
	padding: 14px 20px;
	padding-right: 35px;
	border-radius: 5px;
	font-weight: 600;
}

.news-post-item {
	padding-bottom: 20px;
}

.news-post-item .read-more a {
	margin-bottom: 0px !important;
}

.line-separator {
	width: 90%;
	padding: 1px;
	border-radius: 4px;
	background-color: #06006c;
	margin: 25px 0px;
}

#users table {
	margin-top: 40px;
}

.theme-red .pagination>.active>a, .theme-red .pagination>.active>a:hover, .theme-red .pagination>.active>a:focus, .theme-red .pagination>.active>span, .theme-red .pagination>.active>span:hover, .theme-red .pagination>.active>span:focus {
	background-color: #8C1918;
	border-color: #8C1918;
	color: #fff;
}

.theme-red .pagination>li>a, .theme-red .pagination>li>span {
	color: #8C1918;
}

.agency-report .logos {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: baseline;
	height: 150px;
}

.agency-report .logos img:nth-child(1), .agency-report .logos img:nth-child(3) {
	height: 85px;
}

.agency-report h2.agency-report-title {
	color: black;
	text-align: center;
}

.agency-report .text-black {
	color: #000000!important;
}

.agency-report .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 20px;
}

.agency-report .grid-single {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 20px;
}

.agency-report .grid-item {
	border: solid 1px black;
	padding: 10px 20px;
	position: relative;
	padding-bottom: 40px;
}

.agency-report .grid-sub-item {
	display: flex;
	justify-content: space-between;
}

.agency-report .border-solid {
	border: solid 1px black;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.agency-report .total {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 1200px) {
	.agency-report .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.agency-report .grid-single {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 991px) {
	.agency-report .grid {
		grid-template-columns: 1fr 1fr;
	}
	.agency-report .grid-single {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.agency-report .grid {
		grid-template-columns: 1fr;
	}
	.agency-report .grid-single {
		grid-template-columns: 1fr;
	}
}

.tooltip {
	opacity: 0.7 !important;
}

.tooltip-inner {
	white-space: pre-line !important;
}

.btn-small {
	height: 38px;
	padding: 10px 35px 10px 15px;
}

.btn-small:after {
	top: 5px;
}

#users .btn {
	margin: auto;
	padding: 5px 10px;
	background-image: none;
}

#users .btn:after {
	display: none;
}