#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}

/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
 border: 1px solid #b2b2b2;
 background-color: #fff;
 height: 100%;
}
.sePage .sePageLayout .se-feature-card-section .editContent img {
 border-bottom: 1px solid #b2b2b2;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content .btn {
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-card-section .col-margin-bottom {
 margin-bottom: 30px;
}


.sePage .sePageLayout .se-accordian-section .content-block-column {
 height: 100% !important;
}
.sePage .sePageLayout .se-accordian-section .se-accordion {
 text-align: left;
}
.sePage .sePageLayout .se-accordian-section .se-accordion .card {
 padding: 0;
 border: 1px solid #d2d2d2;
 border-width: 1px 0;
 margin-bottom: -1px;
 -webkit-column-break-inside: avoid;
 break-inside: avoid-column;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 .card-body {
 padding-bottom: 22px;
}

.sePage .sePageLayout .se-accordian-section .se-accordion h3.mb-0 {
 margin: 0;
 font-size: 18px;
}


.sePage .sePageLayout .se-accordian-section .se-accordion button {
 margin: 0;
 font-size: 18px;
 padding: 11px 0;
 text-decoration: none;
 white-space: normal;
 text-align: left;
 width: 100%;
 position: relative;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button:focus {
 outline: none;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button:after {
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 font-size: 16px;
 content: "\f068";
 position: absolute;
 right: 0;
 top: 50%;
 -webkit-transform: translateY(-50%) rotate(0deg);
 -ms-transform: translateY(-50%) rotate(0deg);
 transform: translateY(-50%) rotate(0deg);
 -webkit-transition: all 0.25s 0s;
 transition: all 0.25s 0s;
 -webkit-animation: fadeIn ease 0.25s;
 animation: fadeIn ease 0.25s;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-accordian-section
 .se-accordion
 button.collapsed:after {
 content: "\f067";
 -webkit-transition: all 0.25s 0s;
 transition: all 0.25s 0s;
 -webkit-transform: translateY(-50%) rotate(-90deg);
 -ms-transform: translateY(-50%) rotate(-90deg);
 transform: translateY(-50%) rotate(-90deg);
}


.se-2col-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
.sePage .sePageLayout .se-btn-group .btn:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-bottom: 3px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0;
}
.sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 border-bottom: 1px solid #d2d2d2;
}

.sePage .sePageLayout .se-btn-group.top .btn,
.sePage .sePageLayout .content-block-column .se-btn-group.top .btn {
 margin-bottom: 3px;
}
.sePage .sePageLayout .se-btn-group.full-width .btn,
.sePage .sePageLayout .content-block-column .se-btn-group.full-width .btn {
 flex: 1;
}
.sePage .sePageLayout ul.se-btn-group,
.sePage .sePageLayout .content-block-column ul.se-btn-group {
 margin-bottom: 0;
 padding-left: 0;
 list-style-type: none;
}
.sePage .sePageLayout ul.se-btn-group li,
.sePage .sePageLayout .content-block-column ul.se-btn-group li {
 flex: 1;
 width: 100%;
}
.sePage .sePageLayout ul.se-btn-group li .btn,
.sePage .sePageLayout .content-block-column ul.se-btn-group li .btn {
 display: list-item;
 margin-bottom: 22px;
 flex: 1;
}
.sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn,
.sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn {
 margin-bottom: 3px;
}
.sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn.btn-link,
.sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn.btn-link {
 border-bottom: 1px solid #d2d2d2;
}



p {
font-size: 1.15em;
}

.center-image {
 display: flex;
 justify-content: center;
}

.center-text {
padding-top: 50px;
text-align: left;
}

.flex-item {
 display: flex;
 align-items: center;
}

.new-section {
padding-top: 100px;
}

.iframe-container {
position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}

.outer-box {
background: #F5F5F5;
border-radius: 15px;
}

.inner-box {
padding: 15px 15px 15px 35px;
}


p.anchor {
	margin-bottom: 4em;
	position:relative;
	display: block;
}

.sticky .dropdown {
 	width: 100% !important;
	background-color: #555;
}

.sticky .dropdown .dropdown-menu {
 	width: 100% !important;
	background-color: #eee;
}

#stickyNav a {
	z-index:20001;
	padding: 0.5em;
	background: #0090ce;
	color: #fff;
	text-decoration: none;
	transition: 0.65s;
	display: inline-block;
	margin: 0.5em;
}
 
#stickyNav {
	text-align: center;
	background: #fff;
	padding: 0 0.25em 0.5em;
	margin-top: 0;
	z-index:20000;
	border-bottom: 1px solid #efefef;
}
 
#stickyNav a:hover {
	background: #AEA184;
}
 
@media only screen and (min-width: 768px) {
	#sticky-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	ol {
		padding-left: 18px;
	}
	
	.show-xs {
		display: none;
	}
	
	.hide-xs {
		display: inline-block;
	}
}

@media (min-width: 768px) {
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 justify-content: flex-start;
 }
 .sePage .sePageLayout .se-btn-group .btn:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-right: 3px;
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-btn-group .btn,
 .sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
 .sePage .sePageLayout .se-btn-group.top .btn,
 .sePage .sePageLayout .se-btn-group.btn.btn-link:not(:last-child),
 .sePage .sePageLayout .content-block-column .se-btn-group.top .btn,
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group.btn.btn-link:not(:last-child) {
 margin-bottom: 3px;
 }
 .sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn {
 margin-right: 3px;
 margin-bottom: 22px;
 }
 .sePage .sePageLayout ul.se-btn-group.top .btn,
 .sePage .sePageLayout ul.se-btn-group.top li:not(:last-child) .btn,
 .sePage .sePageLayout .content-block-column ul.se-btn-group.top .btn,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group.top
 li:not(:last-child)
 .btn {
 margin-bottom: 3px;
 }
 .sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn.btn-link,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn.btn-link {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
}


@media only screen and (max-width: 767px) {
	a.dropdown-item {
		width: 100%;
		display: block; clear: both;
		line-height: 2.25em;
	}

	.btn.btn-secondary.dropdown-toggle {
		width:100%;
		text-align: left;
		color: #fff;
		background-color: #555;
	}

	.dropdown-menu {
		margin-top: 0;
		padding-left: 0.5em;
	}
	
	.sticky {
		width: 100% !important;
		left: 0 !important;
	}
	
	.dropdown-menu,
	.dropdown {
		width : 100% !important;
	}
	
	.show-xs {
		display: inline-block
	}
	
	.hide-xs {
		display: none;
	}
}

@media only screen and (min-width:960px)
{.center-text {
 width: 63%;
margin: 0 auto;
}
}

@media only screen and (min-width:1250px){.section.sePageSection.sePageSectionResponsive.putclasshere .content-block-column.full-width-block.block-bg-img {
 padding-top: 200px !important;
 padding-bottom: 200px !important;
}
}