/* This is an empty scss file for your custom styles - Please add your super duper awesome mega design styles here*/

p {
	margin-top: 1em;
}

h2 {
	margin: 3rem 0 1rem 0;
}

body {
	background-color: #f5f5f5 !important;
}

.aligncenter {
	display: block;
}

.text-orange {
	color: #FF6200;
}

.text-orange:hover {
	color: #FF6200;
}

.text-cyan {
	color: #00C8DC;
}

.text-cyan:hover {
	color: #00C8DC;
}

.btn-success:hover {
	background-color: #a9cc5c;
	border-color: #a9cc5c;
}

.logo-container {
	height: 90px;
}

.logo-container .beta-button {
	margin-top: 25px;
}

#wrapper-navbar-bottom {
	height: 4px;
	background: url("../img/header-bar.jpg") repeat-x;
	background-position: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-toggler-icon {
	background-image: none;
}

.navbar-toggler-icon {
	line-height: 3.5em !important;
	height: 50px;
	width: 50px;
	text-align: center;
}

#callout {
	text-align: center;
}

#callout .callout-title {
	background-color: #FF6200;
	color: #fff;
	padding: 5px 0;
}

#callout .card-title {
	color: #FF6200;
}

#callout img {
	max-width: 35%;
	margin: 30px auto;
}

.dropdown-toggle::after {
	display: inline;
	width: 0;
	height: 0;
	margin-left: 0;
	vertical-align: inherit;
	content: "";
	border-top: none;
	border-right: none;
	border-left: none;
}

.dropdown-toggle-button::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}

.search-wrapper {
	background-color: #fff;
	border-bottom: solid 1px rgba(39, 32, 32, 0.28);
	height: 50px;
}

.search-wrapper #searchform #s {
	border: none;
}

.search-wrapper #searchform #dropdownMenuButton {
	height: 49px;
	background-color: #fff;
	border-left: solid 1px rgba(39, 32, 32, 0.28);
	border-right: solid 1px rgba(39, 32, 32, 0.28);
}

.search-wrapper #searchform .fa-search {
	color: rgba(39, 32, 32, 0.5);
	position: relative;
	top: 10px;
}

.search-wrapper #searchform .fa-search::before {
	position: absolute;
	bottom: 25px;
}

#search-wrapper ul.search-cat-list {
	list-style: none;
	padding: 0;
}

#search-wrapper ul.search-cat-list li {
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
}

#search-wrapper ul.search-cat-list li a {
	color: #FF6200;
}

#catMenuDropdown a {
	display: block;
	color: #111111;
	text-decoration: none;
}

#catMenuDropdown ul.dropdown-menu {
	width: 100%;
}

#catMenuModal .modal-header {
	border-bottom: 3px solid #ced4da;
}

#catMenuModal .modal-body {
	padding-top: 0;
}

#catMenuModal .modal-body ul {
	list-style: none;
	padding: 0;
}

#catMenuModal .modal-body ul li {
	display: block;
	border-bottom: 1px solid #ced4da;
	margin: 0 -15px;
	padding: 0 15px;
}

#catMenuModal .modal-body ul li label {
	margin: 0;
	padding: 0;
	display: block;
	margin: 10px 0;
}

#catMenuModal .modal-body ul li label input {
	margin-right: 10px;
}

#catMenuModal .modal-body button#modal-search-apply {
	margin-top: 30px;
}

#wrapper-footer-full,
#wrapper-static-hero {
	background-color: #fff;
}

#wrapper-footer-full ul,
#wrapper-static-hero ul {
	list-style: none;
	padding-left: 0;
}

#wrapper-footer-full a,
#wrapper-static-hero a {
	color: #FF6200;
}

#wrapper-footer-full {
	border-top: solid 4px #00C8DC;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.card-deck {
		column-count: 3;
	}
}

@media (min-width: 1200px) {
	.card-deck {
		column-count: 3;
	}
}

.card {
	margin-bottom: 20px;
	min-height: 100%;
}

.card .card-body {
	padding: 30px 30px 0 30px;
}

.card .card-footer {
	background-color: #fff;
	border-top: none;
	padding: 10px 30px 30px 30px;
}

.card a {
	color: #111111;
	text-decoration: none;
}

.card a:hover {
	color: #111111;
}

@media (min-width: 576px) {
	.card {
		min-height: 550px;
	}
}

.jumbotron {
	min-height: 550px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.jumbotron .container {
	margin-top: auto;
}

.jumbotron a,
.jumbotron h1 {
	color: #111111;
	font-weight: 700;
	text-decoration: none;
}

.jumbotron.dark a,
.jumbotron.dark h1,
.jumbotron.dark p {
	color: #fff;
}

#wrapper-footer-full img {
	max-width: 20%;
}

#wrapper-footer-full .media {
	margin-top: 20px;
}

#single-wrapper {
	padding: 70px 0;
}

#single-wrapper ul.post-categories {
	list-style: none;
	padding: 0;
}

#single-wrapper ul.post-categories li {
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
}

#single-wrapper ul.post-categories li a {
	color: #FF6200;
}

.birdseed a {
	color: #fff;
}

.birdseed .footer-links a {
	border-right: solid 1px #fff;
}

.birdseed .footer-links a:last-child {
	border-right: none;
}

#social-sharing-aside {
	text-align: center;
}

#social-sharing-aside>DIV>DIV {
	float: left;
}

#social-sharing-aside .like-button.liked svg {
	fill: #dc3545;
}

#social-sharing-aside .a2a_button_copy span {
	background-color: rgba(85, 197, 211, 0.7);
	width: 40px;
	line-height: 40px;
	height: 40px;
}

#social-sharing-aside .a2a_button_copy svg {
	top: 10px;
	left: 10px;
}

#social-sharing-aside .a2a_svg {
	border-radius: 25px !important;
}

#social-sharing-aside .add-to-any a {
	padding-left: 12px;
	margin-bottom: 20px;
}

#social-sharing-aside .add-to-any hr {
	margin-bottom: 20px;
}

#social-sharing-aside .sticky-top {
	top: 145px;
	overflow: hidden;
}

@media (max-width: 768px) {
	#blog-sidebar {
		display: none;
	}
}

#blog-sidebar aside ul {
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 35px;
}

#blog-sidebar aside ul li {
	padding-bottom: 10px;
}

.addtoany_list a>span {
	border-radius: 25px !important;
}

.card-social-share {
	position: absolute;
	top: 110px;
	left: 30px;
}

.card-social-share .share-label {
	margin: 0 0 10px 5px;
}

.card-social-share .share-close,
.card-social-share .share-start,
.card-social-share .addtoany_shortcode {
	display: inline-block;
}

.card-social-share .share-close {
	color: #fff;
}

.card-social-share .a2a_default_style a {
	margin-right: 10px;
}

.card-social-share .a2a_default_style .a2a_svg {
	border-radius: 25px;
}

.card-social-share .a2a_button_share svg {
	left: 7px;
	top: 8px;
}

.card-social-share .a2a_button_share:hover .a2a_svg {
	background-color: rgb(85, 197, 211) !important;
	opacity: 1 !important;
}

.card-social-share .a2a_button_share,
.card-social-share .a2a_button_close,
.card-social-share .a2a_button_copy {
	float: left;
	width: 36px;
}

.card-social-share .a2a_button_share span,
.card-social-share .a2a_button_close span,
.card-social-share .a2a_button_copy span {
	border-radius: 25px;
}

.card-social-share .a2a_button_share svg,
.card-social-share .a2a_button_close svg,
.card-social-share .a2a_button_copy svg {
	width: 32px;
}

.card-social-share .a2a_button_copy span {
	background-color: rgba(85, 197, 211, 0.7);
}

.card-social-share .a2a_button_copy svg {
	top: 8px;
	left: 8px;
}

.card-social-share .share-label {
	visibility: hidden;
}

.card-social-share .a2a_kit,
.card-social-share .a2a_button_close,
.card-social-share .a2a_button_copy {
	display: none;
}

button:focus {
	outline: none !important;
}

@media (min-width: 0px) {
	.flex-xs-column-reverse {
		flex-direction: column-reverse;
	}
}

.site-main#main .card-section-header {
	margin-top: 15px;
	font-weight: 700;
}

.site-main#main .card-section-header a {
	font-weight: initial;
}

.site-main#main .card-section-header:first-child {
	margin-top: 10px;
}

.dropdown-item {
	white-space: normal;
	font-size: 0.8rem;
	padding: 0.25rem 0.5rem 0.25em 0.5rem;
	cursor: pointer;
}

.dropdown-item,
button,
.alt-dropdown-menu label {
	cursor: pointer;
}

.alt-dropdown {
	position: relative;
	display: flex;
	align-items: center;
}

.alt-dropdown-menu {
	background: #fff;
	padding-left: 0;
	z-index: 2;
	border: 1px solid #ccc;
	width: 320px !important;
	position: absolute;
	top: 100%;
}

.alt-dropdown-menu [type=checkbox] {
	display: none;
}

.alt-dropdown-menu [type=checkbox]+label:before {
	content: "✓";
	opacity: 0;
}

.alt-dropdown-menu label {
	margin-bottom: 0;
	padding: 0.5em;
	display: block;
}

.alt-dropdown-menu .dropdown-item {
	padding: 0;
}

.alt-dropdown-menu .dropdown-primary {
	margin: 0.5em 1em 1em 1em;
}

.alt-dropdown-menu .dropdown-item:active {
	background: #fff;
	color: #1c1c1c;
}

.alt-dropdown-menu .dropdown-item:active label:before {
	opacity: 0.75;
}

.alt-dropdown-menu li:hover label:before {
	opacity: 0.5;
}

.alt-dropdown-menu li :checked+label:before {
	opacity: 1;
}

.alt-dropdown-toggle-button::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}

.toggled .alt-dropdown-toggle-button::after {
	border-bottom: 0.3em solid;
	border-top: 0;
}

.alt-dropdown-toggle {
	height: 49px;
	border-left: solid 1px rgba(39, 32, 32, 0.28);
	border-right: solid 1px rgba(39, 32, 32, 0.28);
}

.alt-dropdown-menu {
	display: none;
}

.toggled~.alt-dropdown-menu {
	display: block;
}

/* Single Post - Guest Author block */
article .contributor__block {
	border-top: 1px solid #ccc;
	padding: 25px 0 0 0;
	margin: 25px 0;
}

article .contributor__block .contributor {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

article .contributor__block .contributor:first-child {
	margin-top: 0;
}

article .contributor__block .contributor div:first-child {
	flex-basis: 90px;
}

article .contributor__block .contributor div:first-child .default__avatar {
	position: relative;
	display: block;
	width: 62px;
	height: 62px;
	background-color: #ccc;
	border-radius: 50%;
	margin: auto;
}

article .contributor__block .contributor div:first-child img {
	max-width: 62px;
	max-height: 62px;
	border-radius: 50%;
}

article .contributor__block .contributor div:last-child {
	flex-basis: calc(100% - 90px);
}

article .contributor__block .contributor div:last-child p {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

article .contributor__block .contributor div:last-child .author_name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

button.search {
	display: none;
}

.sw19b-header-logo-area .nav,
.sw19b-header-logo-area .nav a {
	padding-left: 3px;
	padding-right: 3px;
}

.sw19b-nav-panel.single-column .title {
	border-bottom: unset !important;
	margin-bottom: 0px !important;
}

.sw19b-nav-panel.single-column .links {
	margin-top: 10px !important;
}

.sw19b-nav-panel .filler h2 {
	margin-top: 0px !important;
}

.sw19b-nav-panel .filler img {
	object-fit: cover;
	object-position: top;
	max-height: 162.5px;
}

.sw19b-nav-panel .filler .learn-more {
	font-size: 14px !important;
}

.sw19b-nav-panel.multi-panel .links a {
	font-size: 14px;
}