/* Las Positas 2022 */

/* Default Styles */
* {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

header {
    min-height: 150px;
}

footer {
    min-height: 300px;
    background-color: #222;
}

a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
}

.header-one-row {
	text-align: center;
	padding: 1.0rem;
}

.callout-box {
	background-color: #f5f5f5;
	border: #ebccd1 solid 1px;
	padding: 0.75rem;
	font-weight: bold;
	color: #A80532;
	margin: 0.75rem auto;
}

.canvas-icon {
    max-width: 1.0rem;
    margin-right: 0.5rem;
}

.mobile-nav-btn-menu div {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mobile-nav-btn-menu div > a {
    color: #fff;
    font-size: 1.15em;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 0.85rem;
    font-weight: bold;
    padding: 0.5rem 0.25rem 0.75rem 0.25rem;
    /* box-shadow: 0px 0px 10px rgb(74,2,22, 0.75); */
    text-align: center;
}

.mobile-nav-btn-menu div:nth-child(1) > a > img {
    max-width: 45px;
    padding-top: 10px;
}

.mobile-nav-btn-menu div:nth-child(3) > a > img {
    max-width: 85px;
}

.mobile-nav-btn-menu div:nth-child(4) > a > img {
    max-width: 45px;
}

.mobile-nav-btn-menu div > a > img {
    max-width: 50px;
    margin-bottom: 0.5rem;
}

.search-sub-nav > ul.nav > li > a:before {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 100;
    margin-left: 0.45rem;
    margin-right: 0.6rem;
    font-size: 0.85em;
    max-width: 10%;
}

.search-sub-nav ul.nav > li:first-child > a:before {
    content: "\f279";
}

.search-sub-nav ul.nav > li:last-child > a:before {
    content: "\f2bd";
}

.search-sub-nav ul.nav > li:first-child > a {
    padding-left: 0;
}

img.bg-image {
    object-fit: cover;
    -o-object-fit: cover;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-image {
    position: relative;
    max-height: 465px;
}

.fullwidth-split {
    padding: 0;
}

.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.fullwidth-split-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem 0;
}

.fullwidth-split-text .text-wrapper{
    max-width: 85%;
}

.media-section {
    background-color: #eee;
    min-height: 200px;
}

.calendar-section > div, .athletics-section > div, .info-section > div {
    display: flex;
    flex-direction: column;
    margin: 2.25rem auto;
}

.calendar-section > div > div.post > div.post-head > h3 {
    color: #4a0216;
    font-weight: 700;
}

.lpc-message > h3 {
	color: #4a0216;
}

.athletics-section > div > h2, .calendar-section > div > h2, .info-section > div > h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
}

.athletics-section > div div.post, .calendar-section > div div.post {
    display: flex;
    flex-direction: column;
}

.post-head > h3 {
    font-size: 1.75em;
}

.post-head > p, .post-head > p > span, .post-head > span {
    color: #4a0216;
    font-weight: 700;
}

.post-content a {
    color: #4a0216;
}

.hawks {
    font-weight: 700;
    color: #4a0216;
}

.versus {
    font-size: 0.65em;
    font-style: italic;
    color: #4a0216;
}

.opponent {
    font-weight: 700;
    color: #4a0216;
}

/* Animation */

.animate {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
0% {
    transform: translateY(1rem);
    opacity: 0;
}

100% {
    transform: translateY(0rem);
    opacity: 1;
}

0% {
    transform: translateY(1rem);
    opacity: 0;
}
}

@-webkit-keyframes slideIn {
0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
}

100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
}

0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
}
}

.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}

/* Navigation */

.top-navigation {
    background-color: #222 !important;
    border-bottom: 0 !important;
}

.top-navigation ul.nav > li > a {
    color: #fff;
    text-decoration: underline solid transparent;
    -ms-transition: text-decoration 500ms ease !important;
    -webkit-transition: text-decoration 500ms ease !important;
    transition: text-decoration 500ms ease !important;
}

.top-navigation ul.nav > li > a:hover {
    text-decoration: underline solid #fff;
}

.top-nav-bar {
    padding-right: 0.5rem !important;
    margin-right: 0 !important;
}

.quick-links {
    display: flex;
}

.quick-links > ul.dropdown-menu {
    background-color: #4a0216 !important;
}

.quick-links > a {
    padding: 0 !important;
    background-color: #222 !important;
    border: 0 !important;
    margin-top: 0.5rem !important;
}

.quick-links > ul.dropdown-menu > li a:hover {
	background-color: transparent !important;
}

.navbar-brand > img {
    max-height: 95px;
}

.main-navigation {
    background-color: #fff !important;
    min-height: 8.5rem;
}

.main-nav-dropdown > a, .pa-link > a, .athletics-link > a {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.header-search > input {
    border-radius: 0px;
	-webkit-appearance: none;
}

.header-search > button {
    border-radius: 0px;
    background-color: #222 !important;
    border-color: #ddd !important;
}

.utility-nav {
    padding-right: 0;
    margin-left: auto;
}

.utility-nav > li:last-child {
    margin-right: 0;
}

/* Footer */

.socialmedia-footer {
    color: #fff;
    background-color: #A80532;
    min-height: 20px;
	margin-top: 1.5rem;
}

.social-icons {
    text-align: center;
    margin-top: 15px;
}

.social-icons > ul li {
    list-style: none;
    display: inline-block;
}

.social-icons > ul li:last-child {
    margin-right: 0;
}

.social-icons > ul > li > a > svg > path {
    fill: #fff;
}

.main-footer {
    color: #fff;
    background-color: #222;
    min-height: 20px;
}

.main-footer ul {
    padding: 0;
}

.main-footer ul li {
    list-style: none;
}

.main-footer ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 1.95em;
    text-decoration: underline solid transparent;
    -ms-transition: text-decoration 500ms ease !important;
    -webkit-transition: text-decoration 500ms ease !important;
    transition: text-decoration 500ms ease !important;
}

.main-footer ul li a:hover {
    text-decoration: underline solid #fff;
}

.district-footer {
    color: #fff;
    background-color: #222;
    min-height: 20px;
    
}

.district-footer > div.row {
    max-width: 1320px;
    margin: 0 auto;
}

.copyright-footer {
    color: #fff;
    background-color: #222;
    min-height: 20px;
    text-align: center;
    padding: 0.85rem;
}

.copyright-footer a {
    text-decoration: none;
    color: #fff;
    font-size: 1.0em;
}

.copyright-footer a:hover {
    text-decoration: underline;
}

.address > div {
    margin: 0 auto;
    max-width: 190px;
}

.address > div > img {
    margin-bottom: 1.0rem;
}

#de:hover {
    text-decoration: none;
}

/* Home Page Slider */
.slider-wrapper {
position: relative; 
    overflow: hidden;
}
.hero-slider {
    position: relative;
}
.hero-slider .slide {
    width: 100vw;
    height: 79vh;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.interior-hero-slider .slide {
    height: 50vh;
}
.hero-slider .slide .slider-img {  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slider .carousel-caption {
    margin: 0 auto;
    left: 50px;
    right: initial;
    bottom: 100px;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    background-color: rgba(71,71,71,.6);
    padding: 30px;
    position: absolute;
    color: #fff;
}

.hero-slider .carousel-caption h1 {
    font-size: 52px;
    line-height: 52px;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}

.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,.5)), color-stop(100%, rgba(0,0,0,0.75))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.hero-slider .carousel-caption a {
    color: #fff;
    text-decoration: none;
    line-height: revert;
}

.hero-slider .carousel-caption a:hover, .hero-slider .carousel-caption a:focus {
    color: #fff;
    background-color: #A80532;
}

/* Left Navigation */

.left-navigation {
	padding: 0;
}

.left-navigation ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
}

.left-navigation ul li {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0.5rem 1.0rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.left-navigation ul li:last-child {
	border-bottom: 0px;
}

.left-navigation a {
	color: #222;
	text-decoration: none;
}

/* Buttons */

.red-btn {
    background-color: #97052e;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    padding: 12px 15px;
    margin: 15px auto;
    border-radius: 0;
    border: none;
    min-width: 140px;
    transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    position: relative;
    z-index: 3;
}

.red-btn:hover {
    color: #fff !important;
    background-color: #A80532 !important;
}

.slider-wrapper .slick-prev, .slider-wrapper .slick-next {
    z-index: 1;
    color: #fff;
    background-color: #97052e;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.slider-wrapper .testimonial-slider .slick-prev, .slider-wrapper .testimonial-slider .slick-next {
    z-index: 1;
    color: #747272;;
    background-color: transparent;
    width: 100px;
    height: 100px;
    border: none
}
.slider-wrapper .slide-controllers {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50px;
    bottom: 25px;
}
.slider-wrapper .slide-controllers .pause-play {
    color: #fff;
    background-color: #97052e;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before {
    font-family: "Font Awesome 5 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.paused:before {
    content: "\f04b";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover {
    color: #fff !important;
    background-color: #A80532 !important;
}
.slider-wrapper .testimonial-slider .slick-prev:hover, .slider-wrapper .testimonial-slider .slick-prev:focus, .slider-wrapper .testimonial-slider .slick-next:hover, .slider-wrapper .testimonial-slider .slick-next:focus {
    color: #000 !important;
    background-color: transparent !important;
}
.slider-wrapper .slick-prev {
    left: 0;
    bottom: 0;
}
.slider-wrapper .slick-next {
    right: 0;
    bottom: 0;
}
.slider-wrapper .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
}
.slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f104" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
}
.slider-wrapper .testimonial-slider .slick-next:before, .slider-wrapper .testimonial-slider .slick-prev:before {
    font-size: 100px !important;
    color: #939191;
}

/* Icons */
.icons-section {
    background-color: #A80532;
    color: #fff;
    padding-top: 2.85em;
    padding-bottom: 2.85em;
}

.icon > a {
    color: #fff;
    text-decoration: none;
}

.icon > a:hover {
    text-decoration: none;
}

.icon span {
    line-height: 1;
    font-size: 3.25em;
    text-align: center;
    display: block;
    font-weight: bold;
}
.icon span:first-child{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.icon span:last-child {
    display: block;
    font-size: 1.1em;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.5;
}

.icon span.icon-description {
    font-size: 2.15em;
    font-weight: bold;
}

/* Video Wrapper */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-bg-color {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.foundation-logo > a > img {
    max-width: 165px;
}

.info-section h3 {
    font-weight: 700;
}

.info-section > div div:first-child {
    padding-top: 0 !important;
}

.lpc-message {
    padding: 0.5rem;
    margin-bottom: 0.75rem;
}

.lpc-message a {
    color: #4a0216;
}

.lpc-red-message {
    padding: 0.75rem;
    background-color: #A80532;
    text-align: center;
    max-width: 85%;
    margin: 0 auto 1.0rem auto;
}

.lpc-red-message > div > a {
    text-decoration: none;
    color: #fff;
}

.lpc-red-message > div > a > h3 {
    font-weight: 700;
    font-size: 1.35em;
}

.lpc-red-message > div > a > p {
    font-size: 1.15em;
}

.alert-section {
    background-color: #A80532;
    color:#fff;
    text-align: center;
    font-size: 1.1em;
    display: none;
}

.alert-section a {
    color: #fff;
}

/* Main Content Area */

.breadcrumb a {
	color: #222;
}

.accordion {
	margin: 0.5rem auto;
}

.accordion-item {
	border-radius: 0 !important;
}

.accordion-button {
	border-radius: 0 !important;
	color: #fff;
	background-color: #A90533;
	font-weight: bold;
	line-height: 1.45rem;
}

.accordion-button::after {
	color: #fff;
	font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 1.35em;
	background-image: none !important;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #222;
}

.interior-bg-image {
		background-repeat: no-repeat;
}

.banner-text {
    color: #fff;
    display: flex;
    flex-grow: 1;
}

.banner-text > span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2.95em;
    flex-grow: 1;
    justify-content: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 54px 55px, rgba(0, 0, 0, 0.5) 0px -12px 30px, rgba(0, 0, 0, 0.5) 0px 4px 6px, rgba(0, 0, 0, 0.5) 0px 12px 13px, rgba(0, 0, 0, 0.5) 0px -3px 5px;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {

}

@media (min-width: 1400px) {
    .lpc-logo-md {
        display: flex;
    }

    .main-navigation ul.navbar-nav > li.nav-item {
        margin-left: 0.85rem;
        margin-right: 0.85rem;
    }

    .main-navigation ul.navbar-nav > li.nav-item:first-child {
        margin-left: 0;
    }

    .main-navigation ul.navbar-nav > li.nav-item:last-child {
        margin-right: 0;
    }

    .main-navigation .nav-item > a {
        font-size: 1.25em !important;
    }

    .offcanvas-body > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-navigation a.navbar-brand > img {
        display: none;
    }

    .main-navigation ul.navbar-nav {
        justify-content: space-between !important;
    }

    .lpc-logo-md {
        display: flex;
    }

    .lpc-logo-md > img {
        max-height: 95px;
    }

    .main-navigation div.offcanvas-body > div {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .icon-title {
        font-size: 2.15em !important;
    }

    .icon-description {
        font-size: 1.55em !important;
    }
}

@media (min-width: 1200px) {
    .main-navigation .nav-item > a {
        font-size: 1.25em !important;
    }

    .mega-content ul li > a {
        font-size: 1.25em;
    }
	
	.interior-bg-image {
		background-position: center top;
	}
}

@media (min-width: 992px) and (max-width: 1440px) {
    
}

@media (min-width: 1089px) {
    .utility-nav > li > a {
        justify-content: flex-end !important;
    }

    .utility-nav > li:nth-child(2) {
        margin-left: auto !important;
    }
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-navigation a.navbar-brand > img {
        display: none;
    }

    .main-navigation ul.navbar-nav {
        justify-content: space-between !important;
    }

    .lpc-logo-md {
        display: flex;  
    }

    .lpc-logo-md > img {
        max-height: 95px;
    }

    .main-navigation div.offcanvas-body > div {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
	
	.icon-title {
        font-size: 2.15em !important;
    }

    .icon-description {
        font-size: 1.55em !important;
    }
	
}


@media (min-width: 992px) {

    /* Navigation Styles */

    .main-navigation .nav-item > a {
        font-size: 1.1em;
        color: #222;
    }

    .main-navigation .nav-link {
        line-height: 1.75em;
    }

    .main-navigation .nav-link:focus, .main-navigation .nav-link:hover {
        background-color: #A80532;
        color: #fff;
        -webkit-transition: background-color 500ms ease !important;
        -ms-transition: background-color 500ms ease !important;
        transition: background-color 500ms !important;
    }

    .main-navigation .dropdown-menu.show {
        background-color: #fff;
        -webkit-transition: background-color 1500ms ease !important;
        -ms-transition: background-color 1500ms ease !important;
        transition: background-color 1500ms ease !important;
    }

    .main-navigation .navbar-nav .dropdown {
        display: inline-block;
        float: none;
        position: static;
        /* width: 90%;
        left: 5%; */
    }

    .main-navigation ul.dropdown-menu-dark, .main-navigation div.dropdown-menu-dark {
        border-left: none;
        border-right: none;
        border-top: 4px solid #A80532;
        background-color: #fff;
        color: #222;
        width: 90%;
        font-size: /*16px;*/ 0.8em;
        list-style: outside none none;
        margin-top: -0.75em;
        padding: 5px 0;
        text-align: left;
        z-index: 3;
        position: absolute;
        left: 0 !important;
        top: 100%;
        border-radius: 0;
        margin-left: 5%;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .utility-nav > li > a {
        display: flex;
        justify-content: flex-start;
    }

    .utility-nav > li {
        margin-right: 0.25rem;
        min-width: 115px;
    }

    .utility-nav > li:nth-child(2) {
        margin-left: -1.75rem;
    }

    .header-search {
        display: flex;
        justify-content: flex-end;
        margin-top: 1.0rem;
        width: 500px;
        margin-bottom: 0.5rem;
    }

    .header-search > input {
        max-width: 300px;
    }

    .header-search > button.btn:hover {
        background-color: #A80532 !important;
        -webkit-transition: background-color 500ms !important;
        -ms-transition: background-color 500ms !important;
        transition: background-color 500ms !important;
    }

    .search-wrapper {
        flex-direction: column;
    }

    .search-sub-nav {
        flex-direction: row;
        justify-content: flex-end;
    }

    .search-sub-nav ul.nav {
        padding-right: 0;
    }

    .search-sub-nav ul.nav > li > a {
        color:#222;
        font-size: 1.1em !important;
        padding: 0.5rem 1rem;
        text-decoration: underline solid transparent;
        -ms-transition: text-decoration 500ms ease !important;
        -webkit-transition: text-decoration 500ms ease !important;
        transition: text-decoration 500ms ease !important;
    }

    .search-sub-nav ul.nav > li:last-child > a {
        padding-right: 0.3rem;
    }

    .search-sub-nav ul.nav > li > a:hover {
        color: #222;
        text-decoration: underline solid #222;
        background-color: transparent !important;
    }

    .dropdown-image {
        text-align: center;
    }

    .dropdown-image a > img {
        margin-top: 0.85rem;
        border: #ddd solid 1px;
        box-shadow: 5px 5px 5px #ddd;
    }

    .dropdown-image > a {
        text-decoration: none;
        padding: 0.85rem;
        display: flex;
        flex-direction: column;
    }

    .dropdown-image > a span {
        display: block;
        color: #4a0216;
        font-size: 1.65em;
        line-height: 1.65em;
        margin: 0.5rem auto;
        max-width: 13rem;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }

    .dropdown-image > a::after {
        border: #4a0216 solid 1px;
        width: 65px;
        content: '';
        margin: -7px auto 0 auto;
    }

    .mega-content {
        padding-bottom: 1.15rem;
    }

    .mega-content ul {
        padding: 0.85rem 0 0 0;
    }

    .mega-content div.col-lg-3:last-child ul {
        padding-right: 0.85rem;
    }

    .mega-content ul li {
        list-style: none;
        padding: 0.25rem 0;
    }

    .mega-content ul li > a {
        color: #222;
        font-size: 1.35em;
        line-height: 1.5em;
        white-space: break-spaces;
        text-decoration: underline solid transparent;
        -ms-transition: text-decoration 500ms ease !important;
        -webkit-transition: text-decoration 500ms ease !important;
        transition: text-decoration 500ms ease !important;
    }

    .mega-content ul li > a:hover, .mega-content ul li > a:active, .mega-content ul li > a:focus {
        text-decoration: underline solid #222;
        color:#222!important;
        background-color: #fff;
    }

    .social-icons > ul li {
        margin-right: 5.0rem;
    }

    .lpc-logo-md > img {
        max-height: 95px;
    }

    .fullwidth-split-text .text-wrapper {
        margin-top: -1.95em;
    }
	
	.interior-bg-image {
		background-size: cover;
	}

}

/* Portrait tablets and small desktops: MD */
@media (max-width: 991px) {
    .main-navigation div.dropdown-menu-dark a {
        color: #fff;
        font-size: 1.2em;
        padding-left: 0;
        white-space: normal;
    }
	
	.main-navigation div.dropdown-menu-dark a:hover {
		background-color: transparent !important;
	}

    .main-navigation li.dropdown > a {
        color: #fff;
        font-size: 1.4em;
        font-weight: bold;
        border-top: solid 1px rgba(255, 255, 255, .25);
        font-family: 'Roboto', sans-serif;
    }

    .main-navigation div.offcanvas {
        background-color: #64031e !important;
    }

    .main-navigation .nav-item > a {
        color: #fff;
        font-size: 1.45em;
        font-weight: bold;
        border-top: solid 1px rgba(255, 255, 255, .25);
    }

    .main-navigation .navbar-nav > li.nav-item .dropdown-menu-dark {
        background-color: #4a0216;
        border-radius: 0;
        padding: 0;
    }

    .header-search > input {
        display: inline-block;
        width: 17.5rem;
        height: 2.65rem;
        border: 0px;
        padding-top: 1px;
    }

    .header-search > button {
        display: inline-block;
		height: 2.7rem;
    }

    .header-search > button > .fa-magnifying-glass {
        font-size: 1.1em;
    }

    .utility-nav > li > a {
        display: flex;
        justify-content: flex-start;
    }

    .utility-nav > li:first-child {
        width: 90px;
        margin-right: 0;
    }

    .utility-nav > li {
        margin-right: 0.5rem;
        width: 115px;
    }

    .utility-nav > li:last-child {
        margin-right: 0;
        margin-left: -1.0rem;
    }

    .search-wrapper {
        flex-direction: column;
    }

    .search-sub-nav {
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .search-sub-nav ul.nav {
        padding-right: 0;
    }

    .search-sub-nav ul.nav > li > a {
        color:#fff;
        font-size: 1.1em !important;
        padding: 0.5rem 1rem;
        border: 0;
    }

    .search-sub-nav ul.nav > li:last-child > a {
        padding-right: 0.3rem;
    }

    .search-sub-nav ul.nav > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent !important;
    }

    .lpc-logo-md {
        display: none;  
    }

    .dropdown-image a {
        display: none;
    }

    .mega-content ul li {
        list-style: none;
        border-bottom: #64031e solid 1px;
        padding: 0.35rem 0;
    }

    .mega-content ul li:first-child {
        border-top: #64031e solid 1px;
    }

    .mega-content ul li:last-child {
        border-bottom: none;
    }

    .mega-content-ul-li > ul > li:first-child {
        border-top: none !important;
    }

    .mega-content ul {
        padding: 0;
    }

    .has-divider {
        display: none;
    }

    .btn-close:hover {
        opacity: 1.0 !important;
    }

    .navbar-toggler {
        padding: 0;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0;
        border: 2px solid #444;
    }

    .navbar-toggler-icon {
        width: 2.0em;
        height: 2.0em;
    }

    .top-nav-bar {
        display: none;
    }

    .utility-nav {
        order: 1;
        margin-left: 0 !important;
    }

    .quick-links {
        order: 2;
    }

    .discover-lpc-link {
        order: 6;
    }
	
	.mobile-white-logo {
        max-width: 80%;
    }

    .offcanvas-title {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .social-icons > ul li {
        margin-right: 3.0rem;
    }

    .fullwidth-split-text {
        margin-top: -1.95em;
    }
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
    .hero-slider .carousel-caption h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .hero-slider .carousel-caption {
        left: 0;
        right: 0px;
        bottom: 0;
        padding: 15px 15px 60px;
    }
    .slider-wrapper .slide-controllers {
        left: 15px;
    }
    .hero-slider .slide {
        height: 500px;
    }
    .slider-wrapper .testimonial-slider .slick-prev, .slider-wrapper .testimonial-slider .slick-next {
        width: 70px;
    }
    .slider-wrapper .testimonial-slider .slick-next:before, .slider-wrapper .testimonial-slider .slick-prev:before {
        font-size: 70px !important;
    }
    .slider-wrapper.interior-slider {
        margin-bottom: -30px;
    }
    .icon {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .social-icons > ul li {
        margin-right: 2.5rem;
    }

}

@media (max-width: 575px) {

    .fa-wpexplorer:before {
        font-size: 2.0em;
    }

    .fa-clipboard-list:before, .fa-trophy:before, .fa-handshake-angle:before {
        font-size: 1.85em;
    }

    .fa-comment-dollar:before, .fa-headset:before {
        font-size: 2.0em;
    }

    .icon-description {
        font-size: 1.15em !important;
    }

    .icon-title {
        font-size: 2.35em !important;
    }
	
	.utility-nav {
		width: 345px;
    	justify-content: space-around;
	}

    .utility-nav > li:first-child {
        width: 80px;
    }

    .utility-nav > li {
        width: 110px;
		margin-right: 0 !important;
    }

    .utility-nav > li > a {
/*         font-size: 0.90em; */
    }

    .quick-links > a {
/*         font-size: 0.9em; */
    }
	
	.top-navigation > div.d-flex {
		flex-direction: column !important;
		align-items: center !important;
	}

}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {

    .navbar-brand > img {
        max-height: 80px;
    }

    .social-icons > ul li {
        margin-right: 1.5rem;
    }

}

@media (max-width: 374px) {
    .navbar-brand > img {
        max-height: 60px;
    }
}