#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
.se-lib-content-hero .block-bg-img {
 padding: 45px 15px;
}

/* FLEX GRID NAV */
.se-lib-flex-grid-3 {
 display: flex;
 justify-content: space-around;
}

.se-lib-flex-grid-3 .col {
 width: 33%;
 margin: 0;
}

.se-lib-flex-grid-3 .btn {
 white-space: pre-wrap;
 display: block;
}

.se-lib-flex-grid-3 {
 display: flex;
 justify-content: space-around;
}

/* Outlined Content Block */
.se-outlined-block-section .editContent {
 border: 1px solid #707070;
 text-align: center;
}

.se-outlined-block-section:not(.header-background) .editContent {
 padding: 20px 10px;
}

.se-outlined-block-section.header-background h4 {
 background-image: url(https://www.sefiles.net/files/library/site/field-guide-category-header-bkg.jpg);
 background-repeat: no-repeat;
 background-position-y: center;
 background-position-x: center;
 background-size: cover;
 padding: 25px 10px;
 margin: 0;
 border-bottom: 3px solid #0c6432;
}

.se-outlined-block-section.header-background .content-wrapper {
 padding: 20px;
}

.se-outlined-block-section.header-background .content-wrapper .btn {
 margin: 0;
}

/* Outlined Flex Bar Block */
.se-outlined-flex-section .editContent {
 border: 1px solid #707070;
 padding: 5px 10px;
 text-align: center;
}

/* FULL-WIDTH 2 COL */
.sePage .sePageLayout .sePageMain .se-lib-fw-2col .se-lib-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 150px 60px;
}

.sePage .sePageLayout .sePageMain .se-lib-fw-2col .seContentEmpty {
 min-height: 300px;
}

/* BUTTONS */
.sePage .sePageLayout .se-lib-btn .btn-primary,
.sePage .sePageLayout .se-lib-btn a.btn.btn-primary,
.sePage .sePageLayout .se-lib-btn .btn:not(.btn-link) {
 color: #1f1f1f;
 background: transparent;
 border-color: #707070;
 border-width: 0;
 margin: 22px auto;
 padding: 2px 20px;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: .5px;
}

.sePage .sePageLayout .se-lib-btn .btn-primary:hover,
.sePage .sePageLayout .se-lib-btn a.btn.btn-primary:hover,
.sePage .sePageLayout .se-lib-btn .btn:not(.btn-link):hover {
 color: #1f1f1f;
 background: transparent;
 border-color: #707070;
 text-decoration: underline;
}

.sePage .sePageLayout .se-lib-btn .btn-primary:visited,
.sePage .sePageLayout .se-lib-btn a.btn.btn-primary:visited,
.sePage .sePageLayout .se-lib-btn .btn:not(.btn-link):visited {
 color: #1f1f1f;
 text-decoration: none;
}

.sePage .sePageLayout .se-lib-btn .btn:not(.btn-link):focus,
.sePage .sePageLayout .se-lib-btn .btn-primary:focus,
.sePage .sePageLayout .se-lib-btn a.btn.btn-primary:focus {
 color: #1f1f1f;
 text-decoration: none;
}

.sePage .sePageLayout .se-lib-flex .se-lib-btn:not(:last-child) .btn-primary,
.sePage .sePageLayout .se-lib-flex .se-lib-btn:not(:last-child) a.btn.btn-primary,
.sePage .sePageLayout .se-lib-flex .se-lib-btn:not(:last-child) .btn:not(.btn-link) {
 border-width: 0 1px 0 0;
}

/* FOOTER */
.sePage .sePageLayout .se-lib-footer h2 {
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
}

.sePage .sePageLayout .se-lib-footer p {
 font-style: normal;
 font-size: 22px;
 color: #ffffff;
}

.sePage .sePageLayout .sePageMain .se-lib-footer .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 12% 10%;
}

.sePage .sePageLayout .sePageMain .se-lib-footer::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.3);
 padding: 0 15px;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-lib-footer {
 position: relative;
 overflow: hidden;
}

@media only screen and (min-width: 768px) {
 .se-outlined-flex-section .editContent {
 margin: 22px auto;
 }

 .se-outlined-block-section+.se-outlined-block-section {
 margin-top: 30px;
 }

 .se-outlined-block-section .content-block-column:nth-child(-n+2) {
 margin-bottom: 30px;
 }
}

@media only screen and (max-width: 991px) {
 .se-lib-flex-grid-3 {
 display: block;
 }

 .se-lib-flex-grid-3 .col {
 width: 100%;
 }
}

@media only screen and (max-width: 991px) {

 .sePage .sePageLayout .se-lib-btn .btn-primary,
 .sePage .sePageLayout .se-lib-btn a.btn.btn-primary,
 .sePage .sePageLayout .se-lib-btn .btn:not(.btn-link) {
 margin: 0 30px;
 padding: 10px 0;
 background-color: transparent;
 border-color: #707070;
 border-width: 0;
 color: black;
 }

 .sePage .sePageLayout .se-lib-flex .se-lib-btn:not(:last-child) .btn-primary,
 .sePage .sePageLayout .se-lib-flex .se-lib-btn:not(:last-child) a.btn.btn-primary,
 .sePage .sePageLayout .se-lib-flex .se-lib-btn:not(:last-child) .btn:not(.btn-link) {
 border-width: 0 0 1px 0;
 }
}

@media only screen and (min-width: 992px) {

 .sePage .sePageLayout .se-lib-flex .se-lib-btn .btn-primary,
 .sePage .sePageLayout .se-lib-flex .se-lib-btn a.btn.btn-primary,
 .sePage .sePageLayout .se-lib-flex .se-lib-btn .btn:not(.btn-link) {
 margin: 22px auto;
 }
}

@media only screen and (min-width: 992px) {
 .se-outlined-block-section .editContent {
 height: 100%;
 }

 .se-outlined-block-section .content-block-column:nth-child(-n+2) {
 margin-bottom: 0;
 }
}

@media only and (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-lib-fw-2col .se-lib-fw-2col- content {
 padding: 45px;
 }
}