#PageMain, #PageFooter {
 margin-top: 0;
}

.custom4-1 .editContent,
.custom3-1 .editContent {
 margin: 0 auto;
 max-width: 820px;
}

.se-hero-gradient .block-bg-img {
padding: 14% 15px;
}

.se-hero-gradient {
 background: linear-gradient(221deg, #65abba, #0a435e, #16778e);
 background-size: 800% 800%;

 -webkit-animation: gradient 15s ease infinite;
 -moz-animation: gradient 15s ease infinite;
 -o-animation: gradient 15s ease infinite;
 animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
 0% {
 background-position: 0% 2%
 }

 50% {
 background-position: 100% 99%
 }

 100% {
 background-position: 0% 2%
 }
}

@-moz-keyframes gradient {
 0% {
 background-position: 0% 2%
 }

 50% {
 background-position: 100% 99%
 }

 100% {
 background-position: 0% 2%
 }
}

@-o-keyframes gradient {
 0% {
 background-position: 0% 2%
 }

 50% {
 background-position: 100% 99%
 }

 100% {
 background-position: 0% 2%
 }
}

@keyframes gradient {
 0% {
 background-position: 0% 2%
 }

 50% {
 background-position: 100% 99%
 }

 100% {
 background-position: 0% 2%
 }
}

.se-divider-bottom-border::after {
 display: block;
 margin-top: 11px;
 background-color: #3E3E3D;
 width: 100%;
 height: 3px;
 content: '';
}

.se-section-border-bottom {
 border-bottom: 3px solid #3E3E3D;
}

/* IMAGE LINKS */
.sePage .sePageLayout .sePageMain .se-image-links .content-block-column a {
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 transition: 0.2s ease-in-out;
 background-color: rgba(0, 0, 0, 0.2);
 width: 100%;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column h3 {
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column h3:hover {
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column {
 position: relative;
 transition: 0.2s ease-in-out;
 min-height: 240px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column:hover {
 transform: translateY(-2px);
 transition: 0.2s ease-in-out;
}

.se-image-links .col-margin-bottom {
 margin-bottom: 30px;
}

/* SHOP CARDS */
.se-shop-cards .editContent {
 background-color: rgb(101, 171, 186);
}

.se-shop-cards .editContent img {
 border-bottom: 3px solid #fff;
}

.sePage .sePageLayout .se-shop-cards h3 {
 margin-top: 22px;
}

.seResponsive .se-shop-cards .content-block-column .btn {
 margin-bottom: 22px;
}

.se-shop-cards .content-block-content {
padding: 0px 22px;
}

.se-shop-cards .col-margin-bottom {
 margin-bottom: 30px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
 text-align: center;
}

/* TEXT WHITE */
.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited {
 color: #fff;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .se-text-white a h2:hover,
.sePage .sePageLayout .sePageMain .se-text-white a h2:focus {
 color: #ddd;
 text-decoration: underline;
}

/* FLEX GRID */
.se-flex-grid {
 display: block;
}

.se-flex-grid .col {
 width: 100%;
 margin-bottom: 4px;
}

.se-flex-btn {
 text-align: center;
}

.se-flex-grid .btn {
 white-space: pre-wrap;
}

.sePage .sePageLayout .se-flex-btn {
 font-weight: bold;
 font-size: 18px;
 color: #ffffff;
 margin: 0;
 padding: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #25778e;
 text-decoration: none;
 text-transform: uppercase;
}

.sePage .sePageLayout .se-flex-btn:focus,
.sePage .sePageLayout .se-flex-btn:active,
.sePage .sePageLayout .se-flex-btn:visited {
 color: #ffffff;
}

.sePage .sePageLayout .se-flex-btn:hover {
 background: #0a435e;
 color: #ffffff;
 text-decoration: none;
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 420px;
}

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 60px;
 }

 /* FLEX GRID */
 .se-flex-grid .col:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 4px;
 }

 .se-flex-grid {
 display: flex;
 justify-content: space-around;
 }
}