#PageMain {
 margin-top: 0;
}

#PageFooter {
 margin-top: 0;
}

.sePageLayout .btn-link {
 color: #e71e18;
}

.circle {
 border-radius: 50%;
 width: 100px;
 height: 100px;
 background: #4db8bc;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
 color: #000;
 text-align: center;
 font-weight: bold;
 font-size: 18px;
margin-bottom: 5px;
}

/* ACCORDION SECTION */
.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 5 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);
}

/* FEATURE BUTTON SECTION */
.sePage .sePageLayout .wrc-feature-btn-section .container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 29px;
 padding-right: 29px;
 padding-bottom: 44px;
}
.sePage .sePageLayout .wrc-feature-btn-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 44px;
 padding-right: 44px;
 padding-bottom: 44px;
}
.sePage .sePageLayout .wrc-feature-btn-section.row {
 padding: 0.5px;
}
.sePage .sePageLayout .wrc-feature-btn-section .col-margin-bottom,
.sePage .sePageLayout .wrc-feature-btn-section .col-xs-12 {
 margin-bottom: 0;
 padding: 0.5px;
}
.sePage .sePageLayout .wrc-feature-btn-section.top .container-fluid {
 padding-bottom: 0;
}
.sePage .sePageLayout .wrc-feature-btn-section.top .row {
 padding: 0.5px 0.5px 0;
}

.sePage .sePageLayout .wrc-feature-btn-section.middle .container-fluid {
 padding-bottom: 0;
}
.sePage .sePageLayout .wrc-feature-btn-section.middle .row {
 padding: 0 0.5px 0;
}

.sePage .sePageLayout .wrc-feature-btn-section.bottom .row {
 padding: 0 0.5px 0.5px;
}

.sePage .sePageLayout .five-column a.btn.btn-primary {
 width: 100%;
 margin-bottom: 0;
 white-space: normal;
}

/* BUTTON GROUP */
.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 flex-direction: column;
 margin-bottom: 20px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0px;
 margin-bottom: 1px;
}
.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,
.sePage .sePageLayout .content-block-column .se-btn-group.top {
 margin-bottom: 0;
}

@media (min-width: 992px) {
 .five-column .col-md-2 {
 width: 25%;
 }

 /* BUTTON GROUP */
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 }
 .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: 1px;
 }
 .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: 4px;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
}
