
@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Regular.woff2') format('woff2'),
        url('webfonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('webfonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Thin.woff2') format('woff2'),
        url('webfonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Light.woff2') format('woff2'),
        url('webfonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Medium.woff2') format('woff2'),
        url('webfonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('webfonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-LightItalic.woff2') format('woff2'),
        url('webfonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Italic.woff2') format('woff2'),
        url('webfonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Bold.woff2') format('woff2'),
        url('webfonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Black.woff2') format('woff2'),
        url('webfonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('webfonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('webfonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


@media (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	.divBannerAlertTextWrapper, .divMainCalloutTextInner, .divPageTitle h1 {
	  max-width: 1366px !important;
	  margin:auto !important;
	}
}

H1, h1 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:45px;
	margin-bottom:1.2rem;
}

H2, h2 a{
	font-family:'Roboto', sans-serif;	
	font-weight:500;
	font-size:36px;
	margin-bottom:1.2rem;
}

H3, h3 a, h4{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:26px;
	margin-bottom:1.2rem;
}

p, html, li, ul, body, ol, tr, td, p a, p ol, p ul, p li, table, table ol, table li, table ul{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	margin-bottom:1.2rem;
}

a{
	font-family:'Roboto', sans-serif;
	font-size:18px;
}

html {
	margin:0;
}



header {
	position:relative;
    z-index: 11;
    border-bottom:0px solid #dddddd;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#98002E;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#98002E;
}


.divBannerAlertWrapper {
    background: #222222;
    height: auto;
}

.divBannerAlertWrapper * {
	color:#ffffff;
}

.divBannerAlertWrapper a {
	color:#ffffff;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divBannerAlertWrapper a:hover {
	color:#dddddd;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.divNavigation-super{
	background:#53010C;
	width:100%;
}

.busIcon {
	display: inline-block;
	width: 20px;
	height: 33px;
	background: url(../images/busIcon.png) center no-repeat; 
	margin-left: 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.busIcon:hover {
	background: url(../images/busIcon2.png) center no-repeat;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease; 
}

.progressIcon {
	display: inline-block;
	width: 35px;
	height: 33px;
	background: url(../images/ProgressbookIcon.png) center no-repeat;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease; 
}
.progressIcon:hover {
	background: url(../images/ProgressbookIcon2.png) center no-repeat; 
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

#social-networking-small {
	gap:5px;
}

.ezIcon {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/ezPay.png) center no-repeat; 
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.ezIcon:hover {
	background: url(../images/ezPay2.png) center no-repeat; 
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.nineeighteight {
	display: inline-block;
	width: 40px;
	margin-bottom:3px;
	height: 26px;
	background: url(../images/988.png) center no-repeat; 
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	background-size:contain;
}
.nineeighteight:hover {
	background: url(../images/9882.png) center no-repeat; 
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	background-size:contain;
}

.peachjarIcon {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/peachjaricon.png) center no-repeat; 
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.peachjarIcon:hover {
	background: url(../images/peachjaricon2.png) center no-repeat;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease; 
}

.divSiteInfoInner-social,
#social-networking-small {
	width:100%;
	display:flex;
	align-items:center;
}

#social-networking-small {
	margin:0;
}

.fa-search {
	color:#ffffff;
}

.divNavigation-super .divNavigationInner {
	flex-direction:row-reverse;
	padding:0;
}

.divNavFields-super {
	padding:0;
}

.divNavFields-super .anchNavigation{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:17px !important;
	color:#ffffff;
	height:80px;
	line-height:80px;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-super .anchNavigation:hover,
.divNavFields-super .anchNavigation.current{
	background:#98002E;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-super.divNavigation-split .divLogoWrapper {
	margin-top: 80px;
}

.divSiteInfoWrapper-contact,
.divSiteInfoInner-contact,
.divSiteInfoWrapper-social,
.divSiteInfoInner-social {
	width:fit-content;
	max-width:fit-content;
}


.divNavigation-main{
	background:#ffffff;
}

.divLogoWrapper{
	text-align:left;
	margin-top: 25px;
}

.divNavFields-main{
	text-align:center;	
	align-items:end;
}

.divNavFields-main .anchNavigation{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:normal;
	background:#ffffff;
	color:#222222;
	padding:0;
	margin:0 15px;
	border-bottom:5px solid transparent;
	height:75px;
	line-height:75px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAnchDDWrapper {
	height:75px;
	line-height:75px;
}

.divNavFields-main .anchNavigation:hover,
.divNavFields-main .anchNavigation:active,
.divNavFields-main .anchNavigation:focus,
.divNavFields-main .anchNavigation.current{
	background:#ffffff;
	color:#222222;
	border-bottom:5px solid #53010C;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}



.divNavigation-main.divNavigation-split a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	height:140px;
	line-height:140px;
	background:#ffffff;
	color:#222222;
	margin:0 !important;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-main.divNavigation-split a:hover,
.divNavigation-main.divNavigation-split a:active,
.divNavigation-main.divNavigation-split a:focus,
.divNavigation-main.divNavigation-split a.current {
	background:#98002E;
	color:#ffffff;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
}


.divAnchCatDD {
    border: 1px solid #ffffff !important;
    background: #98002E;
    line-height: normal;
    border-bottom: 0px solid #98002E;
	padding:15px 0;
	margin-top:75px;
	margin-left:15px;
    animation: fadeIn linear 600ms;
    -webkit-animation: fadeIn linear 600ms;
    -moz-animation: fadeIn linear 600ms;
    -o-animation: fadeIn linear 600ms;
    -ms-animation: fadeIn linear 600ms;
}

.divAnchCatDD .anchDDNavigation {
    border-bottom: 1px solid #98002E;
    padding: 10px 25px;
    display: block;
    height: 100%;
}

.divAnchCatDD .anchDDNavigation-category {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    font-weight:normal;
	background:#98002E;
    color:#ffffff;
	text-align:left;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAnchCatDD .anchDDNavigation-category:hover,
.divAnchCatDD .anchDDNavigation-category.current {
	background:#ffffff;
    color:#98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    font-weight:normal;
    color:#222222;
	text-align:left;
    text-indent: 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory:hover,
.anchDDNavigation-subcategory.current {
    background:#98002E;
    color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper .btn-dropdown{
	background:#98002E;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:4px solid #ffffff;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	background:#ffffff;
	color:#222222;
}

.divMenuWrapper-side .anchMenuItem + .anchMenuItem, .divMenuWrapper-side .anchMenuItem + .divMenuCategoryWrapper .anchMenuItem, .divMenuWrapper-side .anchMenuItem + .divMenuSubcategoryWrapper .anchMenuItem, .divMenuWrapper-side .divMenuCategoryWrapper + .divMenuCategoryWrapper, .divMenuWrapper-side .divMenuCategoryWrapper + .anchMenuItem {
	border-top:0;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#ffffff;
	color:#222222;
	font-weight:bold;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	background:#f5f5f5;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:#222222;
	color:#ffffff;
}


.divAlbumCoverInner {
	background:#000000;
}

.divMenuWrapper-album .divAlbumCoverInner .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.001);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.6);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAlbumCaption .categoryCaption {
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
    position: absolute;
    max-width: none !important;
    width: 100%;
    height: 100%;
    object-fit:cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity:.7;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .divAlbumMedia img {
	opacity:1;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.btn-sandwich .icon-bar + .icon-bar {
    margin-top: 6px;
}

.divNavigation-sandwich .btn-sandwich .icon-bar{
	background:#98002E;
	height: 4px;
    border-radius: 2px;
}

.body-home .divNavigation-sandwich .btn-sandwich .icon-bar{
	background:#ffffff;
	height: 4px;
    border-radius: 2px;
}

.btn-sandwich .icon-bar-1,
.btn-sandwich[aria-expanded="true"] .icon-bar-1 {
	top: 11px;
}

.divToggleContainer-links{
	top:unset;
	max-height: 250px;
	overflow: scroll;
	background:#98002E;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:0px solid #98002E;
	border-left:4px solid #98002E;
	background:#98002E;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:normal;
}

.divToggleContainer-links .anchNavigation.current,
.divToggleContainer-links .anchNavigation:hover,
.divToggleContainer-links .anchNavigation:focus,
.divToggleContainer-links .anchNavigation:active{
	background:#ffffff;
	color:#98002E;
	border-left:4px solid #222222 !important;
}


.mainSlideshowVideo {
	object-fit:cover;
}

.divMainCalloutWrapper > .container {
	width:100%;
	max-width:100% !important;
	padding:0;
}

.divMainCalloutWrapper {
	clear:both;
	width:100%;
	height:765px;
}

.divMainCalloutInner .divBlockMedia img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
	padding:0 15px;
	margin:0 auto !important;
}

.divMainCalloutTextInner h1{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:45px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner h2{
	font-family:'Roboto', sans-serif;
	font-weight:500;
	color:#ffffff !important;
	font-size:50px;
	margin:0;
}

.divMainCalloutTextInner h3{
	font-family:'Roboto', sans-serif;
	font-weight:500;
	color:#ffffff !important;
	font-size:30px;
	margin:0;
}

.divMainCalloutTextInner p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:26px;
}

.divMainCalloutTextInner a {
	color:#222222;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a:hover {
	color:#98002E;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	color:#ffffff !important;
	background:#98002E;
	padding: 5px 15px;
	border:0px solid #98002E;
	border-radius:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton:hover{
	background:#222222;
	color:#ffffff;
	border:0px solid #98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchButton {
	border-radius:0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
	font-size:40px;
	color:#ffffff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
	font-size:40px;
	color:#ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    height:30px;
    background:#222222;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin:6px 6px !important;
    display: inline-block;
    border-radius: 100%;
    background: #f5f5f5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #98002E;
    opacity: 1;
}



.divMainCalloutWrapper {
	background:#000000;
}

.divMainCalloutWrapper .divMainCalloutTextWrapper{
	background:rgba(0,0,0,.001);
	width:100%;
	padding:0% 15%;
	bottom: 15%;
}


.divMainCalloutWrapper-static .divMainCalloutInner .divBlockMedia img{
	opacity:1;
}

.divMainCalloutWrapper-static .divMainCalloutTextWrapper{
	background: rgba(28, 28, 28, 10.09);
	background: linear-gradient(90deg,rgba(28, 28, 28, .89) 0%, rgba(255, 255, 255, 0) 88%);
	width:100%;
	padding:0;
	bottom: 0;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
    position: absolute;
	width:100%;
	display:flex;
	align-items:end;
    top: unset;
	bottom:0;
    left: 0;
    height: 100%;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
	padding:20px;
	padding-bottom:480px;
}


.divMenuLinks .divMenuLink a {
	display: block;
	font-family:'Roboto', sans-serif;
	text-align:center;
	font-size: 18px;
	line-height: 2;
	color:#ffffff;
	background: #98002E;
	padding: 0.5em;
	margin:0;
	border: 3px solid #98002E;
	min-width:316px;
	width: auto;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuLinks .divMenuLink a:hover{
	color:#98002E;
	background:#ffffff;
	border: 3px solid #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout{
	height:100%;
}

.divMiniCalloutWrapper{
	padding:15px;
}

/* //keep this if you want text over image */
.divMiniCallout .divMiniCalloutTextWrapper{
	position:absolute;
}

.divMiniCallout figcaption {
	display:none;
}

.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#ffffff;
	text-align:center;
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background:rgba(34,34,34,.9);
	bottom:0;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper{
	background:#98002E;
	bottom:20px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}



.divSiteContentInnerAdditionals {
	padding:60px 0;
}

.div-additional-block-1 .divBlockInner-media-right .spnBlockContent{
	padding-right:4%;
}
.div-additional-block-1 .divBlockInner-media-left .spnBlockContent{
	padding-left:4%;
}



.divNewsAnnounceWrapper {
	background:#53010C;
	text-align:center;
}

.body-home .divBlogWrapper .divBlogDetails-top .divBlogDateDetail-date {
	background:#53010C;
	border-radius:15px;
	color:#ffffff;
	font-size:17px;
	padding:3px 15px;
	font-weight:600;
}

.divSiteContentInnerNews {
	width:100%;
	flex:0 0 100%;
	padding-bottom:60px;
}

.divNewsHeader {
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.body-home .divBlogWrapper-synopsis + .divBlogWrapper-synopsis {
	border-top:0;
}

.divNewsHeader h3 {
	padding-bottom:0;
	font-weight:500;
}

.body-home .divBlockWrapper-text .anchSynopsisCTA.anchSynopsisCTA-more {
	color:#98002E !important;
	text-decoration:underline !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	background:transparent !important;
	padding:0;
	font-size:18px;
	left:0;
	width:fit-content;
	border:0 !important;
}
.body-home .divBlockWrapper-text .anchSynopsisCTA.anchSynopsisCTA-more:hover {
	color:#585858 !important;
	text-decoration:none !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	background:transparent !important;
	padding:0;
	font-size:18px;
	border:0;
}

.divNewsHeader p a {
	color:#ffffff;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divNewsHeader p a:hover {
	color:#dddddd;
	text-decoration:none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPullingFromPageWrappe .divBlogWrapper-synopsis .divBlogInner .divBlockWrapper-media{
	order:1;
	padding-right:15px;
}
.divPullingFromPageWrappe .divBlogWrapper-synopsis .divBlogInner .divBlockWrapper-text{
	order:2;
	padding-left:15px;
	width:100%;
	max-width:100%;
	flex:unset;
}

.divBlogWrapper-synopsis .divBlogInner {
	flex-wrap:nowrap;
}

.divNewsHeader h3,
.divNewsHeaderWrapper h2 {
	margin:0;
	font-weight:500;
	width:fit-content;
	border-bottom:3px solid #98002E;
	padding-bottom:6px;
	margin-bottom:8px;
}

.divNewsHeaderWrapper p a {
	color:#98002E;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divNewsHeaderWrapper p a:hover {
	color:#585858;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.body-school .divNewsAnnounceWrapper {
	background:#ffffff;
	padding-top:90px;
	padding-bottom:30px;
}
.body-school .divNewsHeader {
	align-items:start;
}
.body-school .divNewsHeader h3 {
	text-align:left;
	color:#222222;
	width:fit-content;
	padding-bottom:6px;
	margin-bottom:8px;
	padding-left:0;
	padding-right:0;
}

.body-school .divMainCalloutInner .divBlockMedia img{
	width:auto;
	height:100%;
	object-fit:cover;
}

.body-school .divMainCalloutWrapper-sidetext .divBlockInner {
	background: #E9E9E9;
}

.body-school .divBlogWrapper-synopsis + .divBlogWrapper-synopsis {
	border-top:0;
}

.divMainCalloutWrapper-statictext .divMainCalloutTextWrapper {
	z-index:9;
}

.divDistrictEventWrapper,
.divCalenderWrapper {
	width:47%;
	max-width:47%;
	flex:0 0 47%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	background:#DEDEDE;
}

.divSiteContentInnerPulls1 {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
	background:url(../images/homeEventsBg.jpg);
	background-position:center;
	background-size:cover;
	padding:60px 15px;
}

.divSiteContentInnerPulls1 > .container {
	display:flex;
	justify-content:space-between;
}

.divCalenderWrapper iFrame {
	width:100% !important;
	padding:15px;
}

.body-home .divBlogDatePrefix {
	display:none;
}

.divNewsHeaderWrapper {
	width:100%;
	padding-top:60px;
}

.divMenuLinkWrapper {
	position:absolute;
	top:445px;
	background:transparent;
	width:100%;
}

.divLinkContainer {
	width:75% !important;
}

.divMenuLinks-bottom .divLinkContainer {
	justify-content:start;
	gap:35px;
}

.divTestimonial-slider,
.divPullingFromPageWrappe,
.divBlockWrapper-testimonial.carded {
	max-width:100%;
}

.divBlogWrapper-synopsis .divBlockWrapper-media .divBlockInner{
	padding:0;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	padding:15px;
}


.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	height:300px;
}
.divPullingFromPageWrapper .divBlogWrapper-synopsis .divBlogInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia{
	margin-top:0;
	height:100%;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner,
.divBlockWrapper-text,
.divBlockWrapper-text .divBlockInner{
	height:auto;	
} 

.divPullingFromPageWrapper .divBlogDetails,
.divPullingFromPageWrapper .divBlogDetails h3,
.divPullingFromPageWrapper .divBlogDetails div{
	padding-bottom:0;
	margin:0;
}
.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody{
	margin:5px auto;
}

.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody p{
	font-size:12px;
}



.divSponsorSlideWrapper {
    padding: 0;
	padding-bottom:30px;
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
	margin: 0;
}

.divSponsorHeaderWrapper {
	background:#222222;
	padding:20px 0px;
}

.divSponsorHeaderWrapper h2 {
	color:#ffffff;
	margin-bottom:0;
}

.divSponsorSlideWrapper .swiper-container-horizontal>.swiper-pagination-bullets, 
.divSponsorSlideWrapper .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background:transparent;
}

.divSponsorSlideWrapper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
	margin:4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #222222;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #98002E;
    opacity: 1;
}


footer{
	margin-top:0;
	background:#393939;
}

footer .fa-circle {
	color:#ffffff;
}

footer a.anchButton {
	border:1px solid #98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
footer a.anchButton:hover {
	border:1px solid #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

footer .clearfix {
	display:none !important;
}

#divSiteWrapper > footer > div.divFooterRow.divFooterRow-bottom > div > div:nth-child(1) {
	display:flex;
	gap:30px;
	justify-content:start;
	padding-top:30px;
	padding-bottom:45px;
}

.divFooterColumn-copyright {
	align-items:end;
}

.divFooterRow-top{
	height:auto;
	background:#393939;
	padding: 0;
	padding-top:15px;
}

.divFooterRow-top > .container {
	display:flex;
	justify-content:space-between;
}

.divFooterRow-top .row {
	margin:0;
	flex-direction:row-reverse;
}

.divSiteInfoWrapper-directions,
.divSiteInfoWrapper-tagline {
	display:none;
}

.divFooterColumn-nav {
	width:80%;
	max-width:80%;
	flex:0 0 80%;
	padding-top:30px;
	padding-bottom:30px;
}

.divNavFields-topFooter a:hover{
	background:#222222;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:80px;
	line-height:80px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer-super:hover,
.anchNavigation-footer-super.current {
	background:#98002E;
	color:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a {
    font-size: 23px;
    color: #ffffff;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a:hover {
    color: #F59FB9;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:transparent;
	color:#ffffff;
	padding:0px 15px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divNavigation-super .divSiteInfoInner-contact a {
	height:80px;
	line-height:80px;
}

.divSiteInfoInner-contact a:hover {
	color:#ffffff;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

#gsc-i-id1 {
	padding:0 15px !important;
}

.divSiteInfo-AdditionalField {
	color:#ffffff;
}

.divFooterRow-middle{
	background:#393939;
	padding:10px 0px;
	padding-bottom:0px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
}

.divFooterRow-middle *{
	color:#ffffff;
}

.anchNavigation-footer {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	margin:0px 0px;
	background:transparent;
	color:#ffffff;
	border-bottom: 4px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer:hover,
.anchNavigation-footer.current {
	color:#ffffff;
	text-decoration:underline;
	border-bottom: 4px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
} 

.divNavigationInner-footer {
	justify-content:space-between;
}

.divNavigation-footer .divFooterColumn-1 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:start;
	width:55%;
	max-width:55%;
	flex:0 0 55%;
}

.divFooterColumn-2 {
	width:fit-content;
	max-width:fit-content;
}

.divNavigation-footer .divFooterColumn-1 h3 {
	width:100%;
}

.divNavigation-footer .divFooterColumn-1 .anchNavigation {
	width:33%;
	margin:0;
}

.divFooterRow-bottom {
    background: #53010C;
}

.divFooterRow-bottom > .container {
	display:flex;
	justify-content:space-between;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Roboto', sans-serif;
   	color:#ffffff;
   	font-size:16px;
	text-align: center;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterColumn-copyright p a:hover,
.divFooterColumn-adaprivate p a:hover{
   	color:#dddddd;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


@media (min-width: 992px) {
	.divMenuWrapper-side-left{
		padding-left: 15px;
	}
}

.divContactScreenDetail-logo {
	padding-bottom:15px;
}

.divPseudoTD {
	gap:15px;
}

.divSiteContentInner-darksite {
	padding-top:75px !important;
}
.divDarkSiteMessageWrapper {
	padding:15px !important;
}
.divDarkSiteUpdatesWrapper {
	padding:30px 15px !important;
}

.divBlogWrapper-synopsis + .divBlogWrapper-synopsis {
	border-top:1px solid #98002E;
}

.divBlockWrapper-text ~ .divBlockWrapper-text {
	border-top:1px solid #98002E;
}

.body-school .divSiteContentInnerAdditionals {
	background:#eeeeee !important;
	padding:30px !important;
}

.body-school .div-additional-block-1 .spnBlockContent {
	display:flex !important;
}

.divSchoolTextColumn {
	width:50% !important;
}

.body-school .divMainCalloutWrapper {
	display:flex !important;
	flex-direction:row-reverse !important;
	height: auto !important;
	background:#ffffff !important;
}
.body-school .divMainCalloutTextWrapper {
	position:relative !important;
	padding:15px !important;
	background:#E9E9E9 !important;
	width:133% !important;
	bottom:0 !important;
	display:flex !important;
	flex-direction:column !important;
	align-items:center !important;
	justify-content:center !important;
}
.body-school .divMainCalloutTextWrapper p,
.body-school .divMainCalloutTextWrapper h2,
.body-school .divMainCalloutTextWrapper h3,
.body-school .divMainCalloutTextWrapper * {
	color:#222222 !important;
	text-align:left !important;
}
.body-school .divMainCalloutWrapperInner {
	width:100% !important;
	height: auto !important;
}

.swiper-slide {
	height: 100% !important;
}

.body-school .divMainCalloutTextInner h2 {
	font-size:36px !important;
	margin-bottom:15px !important;
}

.swiper-container-autoheight .swiper-wrapper {
	height: 100% !important;
}

.swiper-button-play {
	left:37px;
}
.swiper-button-pause {
	left:5px;
}

.body-school .swiper-container-horizontal>.swiper-pagination-bullets, .body-school .swiper-pagination-custom, .body-school .swiper-pagination-fraction {
	bottom:10px !important;
	background:transparent !important;
}

.divSiteContentInner-schoolHome {
	padding-top:60px !important;
}

.swiper-pagination-bullet {
	background:#ffffff;
	border:1px solid #222222;
}
.swiper-pagination-bullet-active {
	background:#222222;
}

.body-school .divRightAdsWrapper {
	display:none;
}

.body-school .col-3 {
	flex:0 0 20%;
	max-width:20%;
	width:20%;
}
.body-school .col-7 {
	flex:0 0 80%;
	max-width:80%;
	width:80%;
}

.body-school .divMainCalloutTextInner p {
	font-size:18px !important;
}

.divHomePagePullWrapper {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
}

.divHomePagePullWrapper .divBlogWrapper-synopsis .divBlogDatePrefix {
	display:none;
}

.divContactScreenDetail-logo img{
	padding:5px;
	background:#ffffff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#98002E;
}

.main-pagedirectory-testimonials .divBlockWrapper-block-double {
	margin-top:15px;
}

.divSearchWrapper-directory .divSearchInner {
	flex-direction:column;
	align-items:end;
}

.divContactFormInput .inpProperty-select {
	height:50px;
}

.anchBackToTop {
	color: #ffffff;
}
.anchBackToTop:hover {
	color: #ffffff;
	text-decoration:underline;
}

.divPageTitle {
	min-height: 140px;
	height:auto;
	padding-top:0;
	padding-bottom:0;
	background: url(../images/pageTitleBg.jpg);
	background-size:cover;
	text-align:center;
}

.divPageTitle > .container {
	max-width:100% !important;
	background: rgba(28, 28, 28, 10.09);
	background: linear-gradient(90deg,rgba(28, 28, 28, .89) 0%, rgba(255, 255, 255, 0) 88%);
	height:214px;
	display:flex;
	align-items:center;
	padding-top:65px;
	padding-bottom:20px;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    font-size:50px;
    font-weight:500;
	text-align:start;
	width:100%;
}

button {
	background:transparent;
	border: none;
}

.divAdminLoginSubmitWrapper .ResetButton{
	padding:5px 15px;
}

.divAdminLoginSubmitWrapper .ResetButton,
.divContactFormInput .inpProperty-submit,
.divContactScreenDetail-directions button,
.anchBlockAction,
.divBlockWrapper-text .anchSynopsisCTA,
.divSearchInput-submit input,
.divContactScreenDetail-cta a,
.anchBtn,
button a,
.body-login .divSiteContentInner-sitewidth a,
a.anchButton,
.divExpandOptions .anchExpandWrapper,
.divExpandWrapper .anchExpandLink{
	font-family:'Roboto', sans-serif;
	background:#98002E !important;
	font-weight:normal;
	color:#ffffff !important;
	border:1px solid #98002E !important;
	text-decoration:unset !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAdminLoginSubmitWrapper .ResetButton:hover,
.divAdminLoginSubmitWrapper .ResetButton:focus,
.divContactFormInput .inpProperty-submit:focus,
.divContactFormInput .inpProperty-submit:hover,
.divContactScreenDetail-directions button:hover,
.anchBlockAction:hover,
.divBlockWrapper-text .anchSynopsisCTA:hover,
.divSearchInput-submit input:hover,
.divContactScreenDetail-cta a:hover,
.body-login .divSiteContentInner-sitewidth a:hover,
.anchBtn:hover,
button a:hover,
a.anchButton:hover,
.divExpandOptions .anchExpandWrapper:hover,
.divExpandOptions .anchExpandWrapper.open,
.divExpandWrapper .anchExpandLink:hover{
	background:#ffffff !important;
	color:#98002E !important;
	border:1px solid #98002E !important;
	text-decoration:unset !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.body-login .divSiteContentInner-sitewidth a {
	padding:5px 15px;
}

.divBlockWrapper-text .anchSynopsisCTA {
	text-decoration:none;
	text-transform:unset;
}

.anchBtn {
	padding: 5px 10px;
}

.divBlockMedia figcaption {
	color: #222222;
	text-decoration:none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 {
	color:#222222;
}

.divBlockWrapper h2 a {
	font-family:'Roboto', sans-serif;
	font-size:36px;
	font-weight:500;
	color:#98002E;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 a:hover {
	color:#585858;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h3 {
	color:#222222;
}

.divBlockWrapper h3 a {
	color:#98002E;
	font-size:26px;
	font-weight:normal;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h3 a:hover {
	color:#585858;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper p {
	color:#222222;
}

.divBlockWrapper a,
.divBlockMedia .anchImageLink figcaption,
.divUserLoginResetWrapper a {
	color:#98002E;
	text-decoration:underline;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper a:hover,
.divBlockMedia .anchImageLink:hover figcaption,
.divUserLoginResetWrapper a:hover {
	color:#585858;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper td {
	font-family:'Roboto', sans-serif;
	font-size:18px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family:'Roboto', sans-serif;
	font-size: 18px;
}

.divBlockWrapper ul {
	padding-left:40px;
}

.divBlockWrapper li {
	list-style-position: outside;
}

.divBlockWrapper-testimonial.carded {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: 35px;
    margin-bottom: 30px;
}

.divBlockWrapper-testimonial.carded .divBlockInner {
    border: 1px solid #dddddd;
    border-top: 4px solid #98002E;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff;
}

.author {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#222222;
}

.divBlockWrapper-faq .divBlockInner-question {
    background: #ffffff;
	flex-direction:row-reverse;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question.open, 
.divBlockWrapper-faq .divBlockInner-question:hover {
    background: #dddddd;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanStateFAQ {
	color:#98002E;
}

.divBlockWrapper-faq .divBlockInner-question > *:not(span) {
	font-family:'Roboto', sans-serif;
    font-weight:bold;
    font-size: 18px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #98002E !important;
}

.divBlockWrapper-gallery .divBlockImageHoverText {
	padding:15px;

}

.divBlock-1503 iframe {
	max-width: 550px !important;
}

.divBlockInner-media-right, .divBlockInner-media-left {
	display: block;
}


.divEventDetails, 
.divEventDetail {
	display:inline-block;
}

.divEventWrapper-synopsis {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.divShareInner a i {
	margin-right:8px;
}

.divShareInner a {
	margin-right:20px;
	border:0px solid #98002E;
	color:#98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divShareInner a:hover {
	color:#393939;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchBlockAction {
 	display:inline-block;
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
}

.btnSubmitSearchTerm-entry {
padding: 0 15px !important;
}


#main > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div > div > div > div.divBlogDetails.divBlogDetails-top.col-12.col-xl-9 > h2 {
	Display: none;
}

.anchShowMore {
	color:#222222;
}

.anchShowMore:hover {
	color:#222222;
}

.divExpandWrapper .anchExpandLink {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
	background:#f5f5f5;
    color: #98002E;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandWrapper .anchExpandLink:hover {
	background:#dddddd;
    color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList {
	color:#98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList:hover {
	color:#222222;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContentState h1, 
.divContentState h2, 
.divContentState h3 {
font-size: 30px;
}

.divBlogWrapper-detail .divBlogDetails-top {
border-top: 3px solid #98002E;
width:100%;
max-width:100%;
flex:0 0 100%;
}

.divDetailList .anchDetailList {
	color: #222222;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divDetailList .anchDetailList:hover {
	color: #98002E;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPaginationWrapper {
width:100%;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	border-bottom: 0 solid transparent;
}

.divContentState-blog {
	display: none;
}


.anchViewListingDetails {
	font-size:18px !important;
}

.anchViewListingDetails i {
	position: relative;
	display: inline-block;
    font-size: 18px !important;
    top: 2px;
}

.divListingDetail a,
.divListingDetail-value a {
	color:#98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divListingDetail a:hover,
.divListingDetail-value a:hover {
	color:#393939;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue {
	font-family:'Roboto', sans-serif;
	font-size:16px;
}

.spanDataValue a {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#98002E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue a:hover {
	color:#393939;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContactScreenDetail-top {
	padding-left:0px;
}

.divContactFormInput-submit {
	margin-bottom:30px;
}

.divContactScreenDetail-bottom {
	margin:0 !important;
}

.SearchWrapper {
    flex: 0 0 35%;
    max-width: 35%;
	display: flex;
    justify-content: flex-end;
}

.divSocialFields {
	flex: 0 0 15%;
    max-width: 15%;
}

.newsHeader:before {
    content: '';
    display: block;
    height: 3px;
    width: 1000px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.newsAnchor {
	color: #98002E;
	text-decoration: underline;
}

.newsAnchor:hover {
	color: black;
	text-decoration: none;
}



@media (min-width:991px) and (max-width:1440px) {
	.body-school .divMainCalloutWrapper-sidetext .divBlockInner {
		background:#E9E9E9 !important;
	}
}

@media (max-width:1440px) {
	.divNavFields-main {
		display:none !important;
	}
	.divNavigation-sandwich {
		display:block !important;
	}
	
	header {
		background:rgba(0,0,0,0.5);
		position:fixed !important;
	}
	.divNavigation-main {
		background:transparent;
	}
	
	.divContactScreen-form .divContactScreenInner {
		max-width:100%;
	}
	
	.divMenuSubcategoryWrapper .anchMenuItem-side {
		font-size:13px;
	}
	
	#main {
		margin-top:140px;
	}
}

@media (max-width:1439px) {
	.divMenuLinkWrapper {
		position:relative;
		top:unset;
		background:#53010C;
	}
}
@media (min-width:991px) and (max-width:1199px) {
	.spanDataValue {
		text-align:left !important;
	}
	
	.body-school .divMainCalloutWrapper-sidetext .divBlockInner {
		flex-direction:column;
	}
	.body-school .divMainCalloutInner .divBlockMedia img {
		width:100%;
		height:auto;
	}
	.body-school .divMainCalloutTextWrapper {
		width:100%;
		max-width:100%;
	}
}

@media (min-width:768px) and (max-width:1439px) {

	.divSiteContentInner-sitewidth.container {
		padding:15px !important;
		flex:0 0 100%;
	}
	
	.divPageTitle {
		background: url(../images/pageTitleBgTablet.png);
		background-size:cover;
	}
	
	.body-school .divNewsAnnounceWrapper {
		padding-top:30px;
	}
	
	.divSiteContentInnerNews.divSiteContentInner-sitewidth.container {
		max-width:100%;
		width:100%;
	}
	
	.divMainCallMenuWrapper {
		background:#53010C;
	}
	
	.divNavFields-super .anchNavigation {
		height:70px;
		line-height:70px;
	}
	
	.spanDataValue {
		text-align:right;
	}
	
	.divPageTitle > .container {
		padding-bottom:0;
		justify-content:end;
		padding-left:0;
		padding-right:0;
		height:400px;
	}
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
		position:relative;
		background:#53010C;
		text-align:center;
		bottom:0;
		margin:0;
		padding:15px;
	}
	
	.divSiteContentInnerNews.divSiteContentInner-sitewidth.container {
		padding-bottom:60px !important;
	}
	
	.divMainCallMenuWrapper {
		overflow:hidden;
	}

	.divNavigation-split nav {
		display:none !important;
	}
	.divNavigation-split nav.divNavigation-sandwich {
		display:block !important;
	}

	.divEventSummary-mobile {
		display:none !important;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}

	header .divNavFields-main {
		display:none !important;
	}
	.divNavigation-sandwich {
		display:block !important;
	}
		
	.body-home header {
		position:absolute;
		border-bottom:0px solid #dddddd;
		background:rgba(0,0,0,0.5);
	}
	.body-home .divNavigation-main {
		background:transparent;
	}
	
	#main {
		margin-top:0px;
	}	
	.body-home #main{
		margin-top:0;
	}			
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}		

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: 100%;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 450px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}		
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
		display:none !important;
	}	
	
	.divFooterRow-middle {
		
	}	
	
	.divNavigation-footer .divFooterColumn-1 .anchNavigation {
		width:50%;
	}
	.divNavigation-footer .divFooterColumn {
		display:flex;
		justify-content:start;
	}
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: row;
	}
	
	.divNavigation-super {
		height:auto;
		background:#E8E4E4;
	}
	.fa-search,
	.divSiteInfoWrapper-social a,
	.divNavFields-super .anchNavigation {
		color:#222222;
	}
	
	.divSiteInfoWrapper-contact,
	footer .divSiteInfoWrapper-text {
		display:flex;
		align-items:center;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}			
	
	.divMenuWrapper-side,
	.divContentWrapper {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 120%;
	}	
	
	.divSearchWrapper-directory {
	    margin-top: 0px;
	}
	
	.divSearchWrapper {
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}	

	.divContactScreenDetail-top {
		padding-right:0;
	}	
	
	.divContactScreenDetails {
		margin:0;
	}
	
	.g-recaptcha > div,
	.divContactScreenDetail-bottom .divContactFormInput-submit button {
		margin:auto;
	}
	
	.divBlogWrapper-synopsis .divBlogInner {
		gap:15px;
	}
	
	.user-frontend #main {
	margin-top:0;
	}
	
	.mainSlideshowVideo {
		width:102%;
		max-width:102% !important;
		margin-left:-1%;
	}
	
	.body-home .divBlockWrapper-text .divBlockInner {
		flex-direction:column;
	}
	
	.divContactScreen-form .divContactScreenInner {
		max-width:100%;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		padding:15px !important;
		position:relative;
		background:#53010C;
		height:auto;
	}
	.divMainCalloutWrapper {
		display:table-cell;
	}
	.divLinkContainer {
		width:100% !important;
	}
	
	.divSiteContentInnerPulls1 > .container {
		flex-direction:column;
		height:100%;
	}
	.divDistrictEventWrapper, .divCalenderWrapper {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divSchoolTextColumn {
		width:100%;
	}
	.body-school .div-additional-block-1 .spnBlockContent {
		flex-direction:column !important;
	}
	
	.body-school .divMainCalloutWrapper {
		height:auto !important;
		flex-direction:column !important;
	}
	.body-school .divMainCalloutInner .divBlockMedia img {
		height:367px !important;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-bottom > div > div:nth-child(1) {
		justify-content:center;
	}

	.divFooterRow-top{
		padding-bottom:15px;
	}
	
	.divFooterRow-top-contact {
		height:379px !important;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(1) {
		width:100%;
		justify-content:center;
	}
	.divFooterRow-top > .container {
		flex-wrap:wrap;
		justify-content:center;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(2) {
		flex-direction:row-reverse;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(2) > div.divSiteInfoWrapper.divSiteInfoWrapper-text.col-12.col-md {
		padding-right:45px;
	}
	.divSiteInfo-AdditionalField,
	footer .fa-circle,
	.divSiteInfoInner-contact a {
		color:#222222;
	}
	.divFooterRow-top {
		background:#E8E4E4;
	}
	
	.divMenuLinks-bottom .divLinkContainer {
		justify-content:center;
	}
	
	.divMenuLinkWrapper {
		padding-bottom:45px;
	}
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		padding-top:30px !important;
	}
	
	.divNavigation-super .divNavigationInner {
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
	}
	.divSocialFields {
		justify-content:start;
		flex:unset;
		width:50%;
		max-width:50%;
		margin:0 !important;
	}
	.divNavFields-super {
		width:100%;
		max-width:100%;
		flex:unset !important;
		display:flex;
		justify-content:center;
	}
	
	.divSiteContentInnerAdditionals.divSiteContentInner-sitewidth.container {
		padding-top:45px !important;
	}
	
	.body-home .divDistrictEventWrapper {
		display:none;
	}
	
	.busIcon {
		background: url(../images/busIconalt.png) center no-repeat; 
	}
	
	.progressIcon {
		background: url(../images/ProgressbookIconalt.png) center no-repeat; 
	}
	
	.ezIcon {
		background: url(../images/ezPayalt.png) center no-repeat; 
	}
	
	.nineeighteight {
		background: url(../images/988alt.png) center no-repeat; 
		background-size:contain;
	}
	
	.peachjarIcon {
		background: url(../images/peachjariconalt.png) center no-repeat; 
	}
	
	header,
	.body-home header {
		position:fixed !important;
	}
	
	.SearchWrapper {
		padding:15px 0;
	}
	
	.divBlockWrapper h2,
	.divBlockWrapper h3,
	.divBlockWrapper p {
		overflow-wrap:break-word;
	}
	
	.divMainCalloutTextInner h2,
	.divMainCalloutTextInner h3,
	.divMainCalloutTextInner p,
	.divMainCalloutTextInner h1 {
		text-align:center;
	}
}
@media (min-width:991px) and (max-width:1024px) {
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		max-width:1024px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.divBlogWrapper-synopsis .divBlogInner {
		flex-wrap:wrap;
	}
	
	.divBlockWrapper h2,
	.divBlockWrapper h3,
	.divBlockWrapper p {
		overflow-wrap:break-word;
	}
	
	.body-school .divMainCalloutInner .divBlockMedia img {
		height:367px !important;
		width:100% !important;
	}
	
	.body-school .divMainCalloutWrapperInner {
		width:100% !important;
		margin:0 !important;
	}
	
	.body-school .divMainCalloutWrapper-sidetext .divBlockInner {
		flex-direction:column-reverse !important;
	}
	
	.body-school .divMainCalloutTextWrapper {
		width:100% !important;
	}
	
	.divPageTitle {
		background: url(../images/pageTitleBgTablet.png);
		background-size:cover;
	}
}

@media (max-width:767px){

	.mainSlideshowVideo {
		width:102%;
		max-width:102% !important;
		margin-left:-1%;
	}
	
	.divPageTitle {
		background: url(../images/pageTitleBgMobile.png);
		background-size:cover;
	}
	
	table tr,
	table {
		max-width:100% !important;
	}
	table tr {
		display:flex;
		flex-wrap:wrap;
	}
	
	.main-pagedirectory-district-calendars .divContentWrapper {
		padding:0;
	}
	
	.body-school .divMainCalloutTextWrapper {
		width:100% !important;
	}
	
	.body-school .divMainCalloutWrapper-sidetext .divBlockInner {
		flex-direction:column-reverse !important;
	}
	
	.divSiteContentInner-schoolHome {
		padding-top:15px !important;
	}
	
	.divContentWrapper-hasSideMenu {
		padding:0;
	}
	
	.SearchWrapper {
		align-items:center;
		justify-content:center;
	}
	
	.divFooterColumn-nav {
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.divMenuWrapper-side {
		width:55%;
		max-width:55%;
		margin:auto;
		margin-left:7.5px;
	}
	
	.divBlockWrapper a {
		word-break:break-word;
	}
	
	.body-home .divDistrictEventWrapper {
		display:none;
	}
	
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
		position:relative;
		background:#53010C;
		text-align:center;
		bottom:0;
		margin:0;
		padding:15px;
	}
	
	.SearchWrapper {
		width:99%;
		max-width:99%;
		flex:unset;
		padding-top:20px !important;
		padding-bottom:0 !important;
	}
	
	.body-school .divSiteContentWrapper {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.divNavFields-super {
		padding-top:15px;
	}
	
	.body-school .divNewsAnnounceWrapper {
		padding-top:15px;
	}
	
	.divNavFields-super .anchNavigation {
		height:50px;
		line-height:50px;
	}
	
	.divSiteContentInnerPulls1 > .container {
		gap:30px;
	}
	
	.divDistrictEventWrapper iFrame {
		margin-top:15px;
	}
	
	.divSiteContentInnerAdditionals {
		padding:30px 0;
	}
	
	.divPageTitle > .container {
		padding-bottom:0;
		justify-content:end;
		padding-left:0;
		padding-right:0;
		height:300px;
	}
	
	.divSiteContentWrapper {
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.relative.block-box {
		width:100%;
		padding:0 !important;
	}
	
	.divBlockWrapper h2,
	.divBlockWrapper h3,
	.divBlockWrapper p {
		overflow-wrap:break-word;
	}
	
	
	.divBlogWrapper-synopsis .divBlogInner {
		flex-wrap:wrap;
	}
	
	.SearchWrapper {
		padding:15px 0;
	}
	
	header,
	.body-home header {
		position:fixed !important;
	}
	
	.busIcon {
		background: url(../images/busIconalt.png) center no-repeat; 
	}
	
	.progressIcon {
		background: url(../images/ProgressbookIconalt.png) center no-repeat; 
	}
	
	.ezIcon {
		background: url(../images/ezPayalt.png) center no-repeat; 
	}
	
	.nineeighteight {
		background: url(../images/988alt.png) center no-repeat; 
		background-size:contain;
	}
	
	.peachjarIcon {
		background: url(../images/peachjariconalt.png) center no-repeat; 
	}
	
	.divNavFields-super {
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
	}
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
		padding:0;
	}
	
	.divMenuLinks .divMenuLink a {
		padding:5px 25px;
	}
	.divMenuLinks-bottom .divLinkContainer {
		gap:15px;
	}
	
	.divNavigation-super .divNavigationInner {
		flex-direction:column;
		align-items:center;
	}
	.divSocialFields {
		justify-content:center;
		flex:unset;
	}
	.divNavFields-super {
		width:100%;
		max-width:100%;
		flex:unset !important;
	}
	
	.divMenuLinkWrapper {
		padding-bottom:45px;
	}
	
	.divMenuLinks-bottom .divLinkContainer {
		justify-content:center;
	}
	
	.divNavigation-footer .divFooterColumn-1 .anchNavigation {
		width:50%;
	}
	.divNavigation-footer .divFooterColumn {
		display:flex;
		justify-content:start;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-bottom > div > div:nth-child(1) {
		flex-direction:column;
		width:50%;
		margin:auto;
	}

	.divFooterColumn-copyright {
		align-items:center;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(1) {
		width:100%;
		justify-content:center;
	}
	.divFooterRow-top > .container {
		flex-wrap:wrap;
		justify-content:center;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(2) {
		flex-direction:column-reverse;
	}
	.divSiteInfo-AdditionalField,
	.divSiteInfoInner-contact a {
		color:#222222;
	}
	.divFooterRow-top {
		background:#E8E4E4;
	}
	footer .fa-circle {
		display:none;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(2) {
		justify-content:center;
	}
	
	.divFooterRow-top-contact {
		height:379px !important;
	}
	
	.divNavigation-super {
		height:auto;
		background:#E8E4E4;
	}
	.fa-search,
	.divSiteInfoWrapper-social a,
	.divNavFields-super .anchNavigation {
		color:#222222;
	}
	
	.divFooterRow-top{
		padding-bottom:15px;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-bottom > div > div:nth-child(1) {
		justify-content:center;
	}
	
	.divFooterRow-top > .container {
		flex-direction:column;
	}
	
	.divSiteContentInner-schoolHome {
		flex-direction:column;
	}
	
	.body-school .col-7,
	.body-school .col-3 {
		width:100%;
		flex:0 0 100%;
		max-width:100%;
	}
	
	.body-school .divMainCalloutWrapper {
		height:auto !important;
		flex-direction:column !important;
	}
	.body-school .divMainCalloutInner .divBlockMedia img {
		height:367px !important;
		width:100% !important;
	}
	
	.body-school .divMainCalloutWrapperInner {
		width:100% !important;
		margin:0 !important;
	}
	
	.divSchoolTextColumn {
		width:100% !important;
	}
	.body-school .div-additional-block-1 .spnBlockContent {
		flex-direction:column !important;
	}
	
	.divSiteContentInnerPulls1 > .container {
		flex-direction:column;
		height:100%;
	}
	.divDistrictEventWrapper, .divCalenderWrapper {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		padding:15px !important;
		padding-top:30px !important;
		position:relative;
		background:#53010C;
		height:auto;
	}
	.divMainCalloutWrapper {
		display:table-cell;
	}
	.divLinkContainer {
		width:100% !important;
	}
	
	.body-home .divBlockWrapper-text .divBlockInner {
		flex-direction:column;
	}
	
	.divContactFormInput .labelPropertyLabel {
			top:23%;
	}

	.user-frontend #main {
		margin-top:0;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}
	
	.body-home header {
		position:absolute;
		border-bottom:0px solid #dddddd;
		background:rgba(0,0,0,0.5);
	}
	.body-home .divNavigation-main {
		background:transparent;
	}
	
	.divBlockInner-media-right, .divBlockInner-media-left {
		flex-direction:column;
	}
	
	#main {
		margin-top:0px;
	}	
	.body-home #main{
		margin-top:0;
	}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}	

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	
	.divSiteInfo-AdditionalField {
		text-align:center;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 350px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}	
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		display:none !important;
	}
	
	.divNavigation-footer {
		display:block !important;
	}	
	
	.divNavigation-footer .divFooterColumn-1 {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	.divNavigationInner-footer {
		flex-direction:column;
		gap:30px;
	}
	.divFooterRow-bottom > .container {
		flex-direction:column;
	}
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
		align-items:center;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}	
	
	.body-home .divBlockWrapper-text .divBlockInner {
		display: flex;
	}
	
	.divMenuWrapper-side,
	.divContentWrapper-hasSideMenu {
		margin-top:15px;
		margin-bottom:15px;
	}	
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 121%;
	}	
	
	.divSearchWrapper .divMobileOptions .dropdownMobileOptions {
	    padding: 0;
	    background: #ffffff;
	    color: #98002E;
	    border: 1px solid #98002E;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family:'Roboto', sans-serif;
	    font-size: 16px;
	    text-align: right;
	}	
	
	.anchListingDetail,
	.anchListingDetail img {
		width:100%;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}

	.divContactScreenDetail-top {
		padding-right:0;
	}
	
	.divContactScreenDetails {
		margin:0;
	}
	
	.g-recaptcha > div,
	.divContactScreenDetail-bottom .divContactFormInput-submit button {
		margin:auto;
	}
	
	.divBlogWrapper-synopsis .divBlogInner {
		gap:15px;
	}
	
	#gs_tti50 {
		margin-bottom:0 !important;
	}
	
	.divSocialFields {
		order:1;
		padding-top:30px;
	}
	.SearchWrapper {
		order:2;
	}
	.divNavFields-super {
		order:3;
	}

}

@media (max-width:767px) {
	
	.divPageTitle {
	    min-height: 80px;
	}	
	
	.divPageTitle h1, 
	.divPageTitle h2, 
	.divPageTitle h3 {
	    font-size:34px;
	}		
	
	h1{
		font-size:34px;
	}
	
	.divMainCalloutTextInner h1{
		font-size:34px;
	}	
	
	h2{
		font-size:24px;
	}
	
	.divMainCalloutTextInner h2{
		font-size:30px;
	}
	
	.divBlockWrapper h2 a {
		font-size:30px;
	}	
	
	.divContentState h1, 
	.divContentState h2, 
	.divContentState h3 {
	    font-size: 30px;
	}	
	
	h3, h4{
		font-size:26px;
	}
		
	.divMainCalloutTextInner h3{
		font-size:26px;
	}	
	
	.divMiniCallout .divMiniCalloutTextWrapper h3, 
	.divMiniCallout .divMiniCalloutTextWrapper p{
		font-size:26px;
	}	
	
	.divBlockWrapper h3 a {
	    font-size: 26px;
	}	

	.divContactScreenDetails,
	.divContactScreenInner {
		padding:0;
	}
	
}	

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus,
.divContactFormInput .inpProperty:focus,
.anchLogoLink:focus {
    outline: 5px solid black !important;
	outline-offset: -2px;
}
.anchLogoLink {
	width:100%;
	height:178px;
	display:block;
}
.divCopiedToClipboard {
	display: none;
}
<br />
<b>Warning</b>:  Undefined variable $darkergray in <b>/home/lebanon/www/www/layout/css/_design.css.php</b> on line <b>3365</b><br />

.divFooterRow-top-contact > div:nth-child(1),
.divFooterRow-top-contact > div.divPulledContactScreenInner.container.p-0{
	width:32%;
	margin:0 60px !important;
}

.divFooterRow-top-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:60px;
	height:511px;
	background-color:rgba(0,0,0,0.1);
	background-image: url('../images/footerContactImgFilter.jpg');
	overflow:auto;
	background-size: cover;
}

.divFooterRow-top-contact > h2,
.divFooterRow-top-contact > p{
	display: none;
}

.divFooterRow-top-contact h2,
.divFooterRow-top-contact p{
	color:#ffffff;
	text-align:center;
}

.divFooterRow-top-contact p {
	font-weight:500;
}

.divFooterRow-top-contact p a {
	min-width:316px;
	text-align:center;
	border-radius:0;
	min-height:59px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.divFooterRow-top-contact .divContactScreenDetail-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

.divFooterRow-top-contact .divContactFormInput-text,
.divFooterRow-top-contact .divContactFormInput-textarea {
	width:100%;
	margin:5px;
}

.divFooterRow-top-contact .inpProperty {
	border-radius: 0;
}

.divFooterRow-top-contact .inpProperty-textarea {
	min-height:60px !important;
}

.divFooterRow-top-contact .divContactScreenDetail-bottom{
	padding:0;
}

.divFooterRow-top-contact .divContactFormInput-submit{
	margin:0;
	padding:0 5px 0;
}

.divFooterRow-top-contact .inpProperty-submit {
	border:2px solid #ffffff;
	color:#ffffff;
	background:#98002E;
	right:0 !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-submit:hover {
	background:;
	color:#ffffff;
	border:2px solid #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-textarea ~ .labelPropertyLabel {
	top:20%;
	border:0;
}

.divFooterRow-top-contact .divContactFormInput-email,
.divFooterRow-top-contact .divContactFormInput-phone {
	width:50%;
	padding:15px 5px;
}

.divFooterRow-top-contact .g-recaptcha{
	margin:10px 0 0 !important;
	padding:0 5px;
}

.divFooterRow-top-contact .divPulledContactScreenInner {
	margin:0 !important;
	width:50%;
}

form.gsc-search-box,
table.gsc-search-box {
    margin-bottom: 0 !important;
}
.gcse-search-box {
    border: 0 !important;
    background: #387deb !important;
}
.gcse-search-box-tools .gcse-search-box .gcse-input {
    padding-right: 0 !important;
}
#gs_tti50 {
    padding: 6px 0 !important;
}
#gsc-i-id1 {
    color: #000 !important;
    text-indent: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    background: none !important;
	border: none !important;
	border-radius: 50px;
	height: 41px !important;
}
#gsc-i-id1::-webkit-input-placeholder {
    color: #000 !important;
}
#gsc-i-id1::-as-input-placeholder {
    color: #fff;
}
#gsc-i-id1::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#gsc-i-id1::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.gsib_b {
    display: none !important;
}
.gsc-search-button -v2 {
    padding: 7.5px !important;
    margin-left: !important;
    outline: none !important;
    border: !important;
    cursor: pointer;
}

.gsc-search-button {
	display: block;
	height: 41px;
	width:41px !important;
}

.gsc-control-cse {
	line-height: normal !important;
	background: none !important;
	border: none !important;
	padding: 0px !important;
}

.gsc-input-box {
	background: none !important;
	border: none !important;
}

.gsc-search-button-v2 {
	border-radius: 100% !important;
	background:#98002E !important;
	padding: 10px !important;
	border: none !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.gsc-search-button-v2:hover {
	background:#222222 !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

#gsc-i-id1 {
	background: white !important;
	color: black !important;
}

.gsc-search-button-v2,gsc-search-button-v2: hover {
    cursor: pointer;
}
.gsc-search-button-v2,gsc-search-button-v2: hover {
    background-color: transparent !important;
    background-image: none !important;
}
.gsc-search-button -v2:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
}
.gsc-search-button -v2:focus {
    outline: none !important;
    box-shadow: none !important;
}

#___gcse_0 {
	height: 41px !important;
	width: 370px !important;
	align-self: center;
	position: relative;
}
	
#gs_tti50 {
	position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
	max-width: 300px;
}

.gsc-control-cse {
	height: 41px;
    display: block;
}

.gsc-search-button {
	position: absolute;
    right: 5px;
}
