/*
Theme Name: Callison Tighe
Theme URI: https://callisontighe.com/
Description: A custom Wordpress theme developed for Callison Tighe.
Version: 1.0
Author: ADCO
Author URI: https://adcoideas.com/
Tags: blue, gray, #ffffff, two-columns, fixed-width
*/

/*
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/

body {
	color: #262626;
	font-family: 'Montserrat', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant', sans-serif;
	font-weight: 400;
	margin: 0;
}

.h2, h2 {
	font-size: 2.5rem;
}

p {
	line-height: 1.8;
}

a {
	color: #262626;
	text-decoration: none;
	transition: all .15s ease-in-out;
}

a:hover {
	color: #32567B;
}

/*a:hover {
	color: #CF9A3E;
}*/

.btn {
	font-size: 1.125rem;
	border: none;
	border-radius: 0;
	padding: .5rem .75rem;
}

.btn-primary {
	background-color: #A42F21;
}

.btn-primary:focus {
	background-color: #A42F21;
}

.btn-primary:hover {
	background-color: #A42F21;
}

.wp-block-image {
	margin: 0 0 1em;
}

img.aligncenter, div.aligncenter, .wp-block-image .aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignleft, div.alignleft, .wp-block-image .alignleft {
	float: left;
	margin: 30px 30px 30px 0 !important;
}

img.alignright, div.alignright, .wp-block-image .alignright {
	float: right;
	margin: 30px 0 30px 30px !important;
}

.wp-caption-text {
	margin: 1rem 0 0;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.topbar {
	background-color: #A42F21;
}

.topbar .nav-link {
	color: #ffffff;
	transition: all .15s ease-in-out;
}

.topbar .nav-link:hover {
	opacity: 0.75
}

.navbar {
	padding-top: 1.25rem;
}

.navbar-brand {
	margin-left: .5rem;
}

.navbar-brand img {
	max-width: 240px;
}

.navbar-dark .navbar-toggler {
	border: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
	color: #ffffff;
	padding: .5rem 1rem;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
	color: #BADAEC;
}

.navbar-nav .nav-link.active, body.single-practice-areas .nav-item-73 .nav-link, body.single-attorneys .nav-item-74 .nav-link, .navbar-nav .current-page-ancestor .nav-link, body.single-post .nav-item-108 .nav-link, body.archive .nav-item-108 .nav-link, body.search .nav-item-108 .nav-link {
	background-color: #A42F21;
}

.navbar-nav .nav-link.active:hover, body.single-practice-areas .nav-item-73 .nav-link:hover, body.single-attorneys .nav-item-74 .nav-link:hover, .navbar-nav .current-page-ancestor .nav-link:hover {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #262626;
	margin-top: 1rem;
	padding: .5rem 0;
}

.home-slider {
	padding: 80px 0 0;
}

.home-slider.topbar-padding {
	padding-top: 120px;
}

.home-slider .carousel {
	margin-bottom: -60px;
}

.home-slider .carousel-item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-slider .carousel-item img {
	width: 100%;
}

.home-slider .carousel-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.home-slider .carousel-item .content {
	position: relative;
	padding: 30px;
}

.home-slider .carousel-item .content h1 {
	color: #ffffff;
	font-size: 3rem;
	margin: 0;
}

.home-slider .carousel-item .content p {
	color: #ffffff;
	line-height: 2;
	margin: 20px 0 0;
}

.home-slider .carousel-item .content a {
	color: #BADAEC;
	font-weight: 600;
	border-bottom: 1px solid #BADAEC;
	padding-bottom: 2px;
}

.home-slider .carousel-item .content a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.home-slider .carousel-indicators {
	margin: 0 0 110px;
	justify-content: flex-start;
}

.home-slider .carousel-control-prev {
	width: auto;
	left: -80px;
	margin-bottom: 60px;
	display: none;
}

.home-slider .carousel-control-next {
	width: auto;
	right: -80px;
	margin-bottom: 60px;
	display: none;
}

.home-about {
	padding: 120px 0 60px;
}

.home-about .heading h2 {
	color: #A42F21;
}

.home-about p {
	margin-bottom: 0;
}

.home-announcement {
	color: #ffffff;
	background-color: #262626;
	padding: 60px 0;
}

.home-announcement h2 {
	margin-bottom: 20px;
}

.home-announcement a {
	color: #BADAEC;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid #BADAEC;
	padding-bottom: 2px;
}

.home-announcement a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.home-practice {
	background-color: #DDD9C8;
	padding: 60px 0;
}

.home-practice .heading {
	padding-bottom: 60px;
}

.practice-list .practice {
	color: #ffffff;
	background-color: #262626;
	height: 100%;
	position: relative;
}

.practice-list .practice .content {
	padding: 30px 30px 100px;
	position: relative;
}

.practice-list .practice .bar {
	background-color: #A42F21;
	position: absolute;
	top: -3px;
	left: 50px;
	height: 6px;
	width: 100px;
}

.practice-list .practice h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
}

.practice-list .practice p {
	color: #888888;
	font-size: 0.875rem;
	margin-bottom: 30px;
}

.practice-list .practice .dropdown-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 30px;
}

.practice-list .practice .btn-primary {
	width: 100%;
}

.practice-list .practice .dropdown-toggle::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border: none;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0;
	padding: .5rem .75rem;
}

.practice-list .practice .dropdown-menu {
	background-color: #A42F21;
	font-size: 1.125rem;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: .75rem 0;
}

.practice-list .practice .dropdown-item {
	color: #ffffff;
	padding: .35rem 1.5rem;
	white-space: normal;
}

.practice-list .practice .dropdown-item:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.15);
}

.home-attorneys {
	padding: 60px 0;
}

.home-attorneys .heading {
	padding-bottom: 60px;
}

.home-attorneys .heading a {
	color: #A42F21;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid #A42F21;
	padding-bottom: 2px;
}

.home-attorneys .heading a:hover {
	color: #262626;
	border-bottom-color: #262626;
}

.attorney-list .attorney {
	color: #ffffff;
	background-color: #262626;
	height: 100%;
}

.attorney-list .attorney a {
	text-decoration: none;
}

.attorney-list .attorney .content {
	padding: 30px;
	position: relative;
}

.attorney-list .attorney .bar {
	background-color: #A42F21;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	transition: width 0.3s ease-out;
}

.attorney-list .attorney a:hover .bar {
	width: 100%;
}

.attorney-list .attorney h4 {
	color: #ffffff;
	font-size: 1.5rem;
	position: relative;
}

.attorney-list .attorney p {
	color: #888888;
	font-size: 0.875rem;
	margin: 4px 0 0;
	position: relative;
	transition: color .15s ease-in-out;
}

.attorney-list .attorney a:hover p {
	color: #ffffff;
}

.home-news {
	color: #ffffff;
	background-color: #32567B;
	padding: 60px 0;
}

.home-news .heading {
	padding-bottom: 60px;
}

.home-news .heading a {
	color: #BADAEC;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid #BADAEC;
	padding-bottom: 2px;
}

.home-news .heading a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.home-news .news-posts .post {
	background-color: #ffffff;
	height: 100%;
}

.home-news .news-posts .post .content {
	padding: 30px;
	position: relative;
}

.home-news .news-posts .post .bar {
	background-color: #A42F21;
	position: absolute;
	top: -3px;
	left: 30px;
	height: 6px;
	width: 100px;
}

.home-news .news-posts .post h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.home-news .news-posts .post h5 a {
	color: #A42F21;
	text-decoration: none;
}

.home-news .news-posts .post h5 a:hover {
	color: #262626;
}

.home-news .news-posts .post h4 {
	font-size: 2rem;
}

.home-news .news-posts .post h4 a {
	color: #262626;
	text-decoration: none;
}

.home-news .news-posts .post h4 a:hover {
	color: #A42F21;
}

.home-news .news-posts .post p {
	color: #888888;
	font-size: 0.875em;
	margin: 20px 0 0;
}

.page-header {
	background-color: #32567B;
	padding: 100px 0 50px;
}

.page-header.topbar-padding {
	padding-top: 140px;
}

.page-header h1 {
	color: #ffffff;
	font-size: 3.5rem;
}

.page-content {
	padding: 60px 0;
}

body.page-id-3289 .page-content h2 {
	margin-bottom: 30px;
}

.attorney-top .box {
	background-color: #DDD9C8;
	height: 100%;
}

.attorney-top .content {
	font-size: 1.125rem;
	padding: 30px;
}

.attorney-top .content ul {
	margin-bottom: 30px;
}

.attorney-top .content li {
	line-height: 1.8;
}

.attorney-top .content li a {
	color: #262626;
}

.attorney-top .content li a:hover {
	color: #A42F21;
}

.attorney-top .content .btn {
	color: #262626;
	background-color: rgba(0, 0, 0, 0.15);
}

.attorney-top .content .btn:hover {
	color: #ffffff;
	background-color: #A42F21;
}

.attorney-top .content .quote {
	margin-top: 50px;
	position: relative;
}

.attorney-top .content .quote .bar {
	background-color: #A42F21;
	position: absolute;
	top: 0;
	left: -53px;
	height: 100%;
	width: 6px;
}

.attorney-top .content .quote blockquote {
	color: #888888;
	font-size: 1.125rem;
	line-height: 1.8;
	margin-bottom: 0;
}

.attorney-main {
	margin-top: 50px;
}

.attorney-bio {
	font-size: 1.125rem;
}

.attorney-bio h4 {
	color: #32567B;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}

.attorney-list h3 {
	font-size: 2.625rem;
	margin: 20px 0 30px;
}

.attorney-top .attorney-list h3, .attorney-main .attorney-practice-list h3 {
	background-color: #DDD9C8;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	margin: 0 0 20px;
	padding: 12px 16px;
}

.attorney-practice-list h3 {
	font-size: 2.625rem;
	margin-bottom: 30px;
}

.attorney-list .nav-link, .attorney-practice-list .nav-link {
	color: #262626;
	font-size: 1.125rem;
}

.attorney-list .nav-link:hover, .attorney-practice-list .nav-link:hover {
	color: #A42F21;
}

.attorney-list .nav-link.active {
	color: #ffffff;
	background-color: #A42F21;
}

.attorney-accordion {
	margin-top: 50px;
}

.attorney-accordion .accordion-item {
	border: none;
	margin-bottom: 20px;
}

.attorney-accordion .accordion-header {
	border: 2px solid #dddddd;
}

.attorney-accordion .accordion-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	padding-left: 86px;
}

.attorney-accordion .accordion-button::after {
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	border: none;
	margin: 0;
	padding: 1rem 1.25rem;
	background: none;
	background-color: #A42F21;
	transition: none;
}

.attorney-accordion .accordion-button:not(.collapsed) {
	color: #262626;
	background: none;
	box-shadow: none;
}

.attorney-accordion .accordion-body {
	font-size: 1.125rem;
	padding: 30px 0 10px;
}

.attorney-badges {
	margin-top: 80px;
}

.attorney-badges .list-inline-item {
	margin: 1rem;
}

.attorney-badges img {
	max-height: 80px;
}

.page-content .main .featured-photo {
	margin-bottom: 50px;
}

.page-content .main p:last-of-type {
	margin-bottom: 0;
}

.page-content .practice-area .featured-photo {
	margin-bottom: 50px;
}

.page-content .archive-title h2 {
	font-size: 3rem;
}

.page-content .news-posts .featured-post {
	background-color: #DDD9C8;
}

.page-content .news-posts .featured-post .content {
	font-size: 1.125rem;
	padding: 50px;
}

.page-content .news-posts .featured-post h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}

.page-content .news-posts .featured-post h2 a {
	color: #32567B;
}

.page-content .news-posts .featured-post h2 a:hover {
	color: #262626;
}

.page-content .news-posts .featured-post .postmetadata {
	color: #888888;
	margin-top: 20px 0 0;
}

.page-content .news-posts .featured-post .postmetadata a {
	color: #A42F21;
}

.page-content .news-posts .post {
	margin-top: 50px;
}

.page-content .news-posts .post h2, .page-content .news-post h2 {
	margin-bottom: 20px;
}

.page-content .news-posts .post h2 a {
	color: #32567B;
}

.page-content .news-posts .post h2 a:hover {
	color: #262626;
}

.page-content .news-posts .post .postmetadata, .page-content .news-post .postmetadata {
	color: #888888;
}

.page-content .news-posts .post .postmetadata a, .page-content .news-post .postmetadata a {
	color: #A42F21;
}

.page-content .news-post .post-photo {
	float: right;
	max-width: 50%;
	margin: 0 0 30px 30px;
}

.contact-form {
	background-color: #DDD9C8;
	padding: 50px;
	margin-bottom: 50px;
}

.contact-form p {
	margin-bottom: 30px;
}

.contact-form .form-control {
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.15);
}

.contact-info {
	margin-bottom: 50px;
}

.contact-info h3 {
	color: #32567B;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 30px;
}

.contact-info p {
	font-size: 1.125rem;
	margin-bottom: 0;
	position: relative;
}

.contact-info p.icon {
	padding-left: 24px;
}

.contact-info p.icon::before {
	font-family: "Font Awesome 5 Free";
	font-size: .875em;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
}
	
.contact-info p.icon.address::before {
	font-size: 1.125em;
	content: "\f3c5";
}

.contact-info p.icon.phone::before {
	content: "\f095";
}

.contact-info p.icon.email::before {
	content: "\f0e0";
}

.contact-notes p:last-of-type {
	margin-bottom: 0;
}

.page-map iframe {
	display: block;
}

.staff-list .staff {
	background-color: #262626;
	height: 100%;
}

.staff-list .staff .content {
	padding: 30px;
	position: relative;
	height: 100%;
}

.staff-list .staff .bar {
	background-color: #A42F21;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	transition: width 0.3s ease-out;
}

.staff-list .staff:hover .bar {
	width: 100%;
}

.staff-list .staff h4 {
	color: #ffffff;
	font-size: 1.75rem;
	position: relative;
}

.staff-list .staff p {
	color: #888888;
	margin: 4px 0 0;
	position: relative;
	transition: color .15s ease-in-out;
}

.staff-list .staff ul {
	margin: 20px 0 0;
	position: relative;
}

.staff-list .staff li {
	color: #888888;
	line-height: 1.8;
	transition: color .15s ease-in-out;
}

.staff-list .staff li a {
	color: #888888;
}

.staff-list .staff:hover p, .staff-list .staff:hover li, .staff-list .staff:hover li a {
	color: #ffffff;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget label {
	display: none;
}

.sidebar .searchform input {
	border: 1px solid #dddddd;
	height: 38px;
	width: calc(100% - 38px);
	padding: 0 10px;
	box-sizing: border-box;
}

.sidebar .searchform button {
	color: #ffffff;
	background-color: #A42F21;
	border: none;
	float: right;
	width: 38px;
	height: 38px;
	padding: 0;
}

.sidebar .searchform button .fa {
	line-height: 38px;
}

.sidebar .searchform button span {
	display: none;
}

.sidebar h4 {
	background-color: #DDD9C8;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	margin-bottom: 20px;
	padding: 12px 16px;
}

.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar li a {
	color: #262626;
	font-size: 1.125rem;
	display: block;
	padding: .5rem 1rem;
}

.sidebar li a:hover {
	color: #A42F21;
}

.sidebar .practice-area-list li.active a, .sidebar li.current-menu-item a, .sidebar li [aria-current] {
	color: #ffffff;
	background-color: #A42F21;
}

.sidebar .practice-area-list li.active a:hover, .sidebar li.current-menu-item a:hover, .sidebar li [aria-current]:hover {
	color: #ffffff;
}

.sidebar .widget_search {
	margin-top: 30px;
}

footer {
	color: #888888;
	background-color: #262626;
	padding: 60px 0;
}

footer a {
	color: #888888;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
}

footer .footer-1 img {
	max-width: 300px !important;
	margin-bottom: 40px;
}

footer .footer-1 p {
	margin-bottom: 24px;
}

footer .footer-1 #text-3 p:last-of-type {
	margin-bottom: 0;
}

footer .footer-1 a.line {
	border-bottom: 1px solid #555555;
	padding-bottom: 2px;
}

footer .footer-1 a.line:hover {
	border-bottom-color: #ffffff;
}

footer h4 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer .footer-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer li {
	margin-bottom: 8px;
}

.page-campaign-heading {
	color: #ffffff;
	background-color: #A42F21;
	padding: 30px;
}

.page-campaign-heading h2 {
	
}

.page-campaign-top, .page-campaign-feature, .page-campaign-content {
	padding: 60px 0;
}

.page-campaign-top h2, .page-campaign-content h2 {
	margin-bottom: 30px;
}

.page-campaign-top h3 {
	color: #A42F21;
	line-height: 1.5;
	margin-bottom: 20px;
}

.page-campaign-feature {
	color: #ffffff;
	background-color: #32567B;
}

.page-campaign-feature h2 {
	margin-bottom: 20px;
}

.page-campaign-feature h3 {
	line-height: 1.5;
	margin-bottom: 50px;
}

.page-campaign-feature .box {
	color: #262626;
	background-color: #ffffff;
	padding: 40px 50px;
	height: 100%;
	position: relative;
}

.page-campaign-feature .box .bar {
	background-color: #A42F21;
	position: absolute;
	top: -3px;
	left: 30px;
	height: 6px;
	width: 100px;
}

.page-campaign-feature .box ul {
	margin-bottom: 0;
}

.page-campaign-content .box {
	background-color: #DDD9C8;
	padding: 30px;
}

.page-campaign-content .box h3 {
	font-size: 2.25rem;
	margin-bottom: 30px;
}

.page-campaign-content .box .form-control {
	background-color: rgba(255, 255, 255, 0.25);
	border: none;
	border-radius: 0;
	padding: 1rem 1.25rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.home-slider .carousel-item .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 30px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar-brand {
		margin-left: 0;
	}
	.navbar-brand img {
		max-width: 300px;
	}
	.home-slider {
		padding: 120px 0 0;
	}
	.home-slider.topbar-padding {
		padding-top: 160px;
	}
	.home-slider .carousel-item .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 50px;
	}
	.home-slider .carousel-item .content h1 {
		font-size: 5rem;
	}
	.home-slider .carousel-item .content p {
		font-size: 1.125rem;
	}
	.home-slider .carousel-control-prev, .home-slider .carousel-control-next {
		display: flex;
	}
	.home-about {
		padding: 140px 0 100px;
	}
	.home-about .heading h2 {
		font-size: 3.5rem;
		border-right: 1px solid #dddddd;
		padding-right: 50px;
	}
	.home-announcement {
		padding: 100px 0;
	}
	.home-practice {
		padding: 100px 0;
	}
	.home-practice .heading h2 {
		font-size: 4.25rem;
	}
	.practice-list .practice .content {
		padding: 40px 50px 110px;
	}
	.practice-list .practice .dropdown-container {
		padding: 0 50px 40px;
	}
	.home-attorneys {
		padding: 100px 0;
	}
	.home-attorneys .heading h2 {
		font-size: 4.25rem;
	}
	.home-news {
		padding: 100px 0;
	}
	.home-news .heading h2 {
		font-size: 4.25rem;
	}
	.home-news .news-posts .post .content {
		padding: 40px 50px;
	}
	.home-news .news-posts .post .bar {
		left: 50px;
	}
	.page-header h1 {
		font-size: 6.75rem;
	}
	footer {
		padding: 100px 0;
	}
	footer h4 {
		margin: 40px 0 40px;
	}
	footer li {
		margin-bottom: 16px;
	}
	.page-campaign-top, .page-campaign-feature, .page-campaign-content {
		padding: 100px 0;
	}
	.page-campaign-feature .box .bar {
		left: 50px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.home-slider .carousel-item .content h1 {
		font-size: 6rem;
	}
	.page-header {
		padding: 200px 0 50px;
	}
	.page-header.topbar-padding {
		padding-top: 240px;
	}
	.page-content .subheading h2 {
		font-size: 3.5rem;
	}
	.attorney-top .content {
		padding: 50px;
	}
	.attorney-top .content h2 {
		font-size: 3rem;
	}
	.page-content .news-posts .post h2, .page-content .news-post h2 {
		font-size: 3rem;
	}
	.page-campaign-heading h2 {
		font-size: 3rem;
	}
	.page-campaign-top h2, .page-campaign-feature h2 {
		font-size: 3.5rem;
	}
	.page-campaign-content h2 {
		font-size: 3rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar {
		padding: 0;
	}
	.navbar-brand img {
		max-width: 400px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 50px 20px 20px;
	}
	.navbar-collapse {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	.home-slider {
		padding: 150px 0 0;
	}
	.home-slider.topbar-padding {
		padding-top: 190px;
	}
	.home-slider .carousel-item .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 75%;
		padding: 100px;
	}
	.page-content {
		padding: 100px 0;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}