#PageMain, #PageFooter {
	margin-top: 0;
 }
 
 .sePageMain .container-fluid {
	margin: 0 auto;
	padding: 0 15px;
 }


 }
 /* 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 #cccccc;
	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 #033B75;
 }
 
 .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 #cccccc;
	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 .sePageMain .btn:not(.btn-link),
 .sePage .sePageLayout .sePageMain .btn-primary,
 .sePage .sePageLayout .sePageMain a.btn.btn-primary {
	border-color: #033B75;
	background: transparent;
	color: #033B75;
	margin-bottom: 0;
	border-radius: 0;
	border-width: 2px;
	padding: 12px 24px;
	font-size: 15px;
	font-family: "Titillium Web", sans-serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: normal;
	cursor: pointer;
 }
 
 .sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
 .sePage .sePageLayout .sePageMain .btn-primary:visited,
 .sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
	color: #033B75;
 }
 
 .sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):hover,
 .sePage .sePageLayout .sePageMain .btn-primary:hover,
 .sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
 .sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
 .sePage .sePageLayout .sePageMain .btn-primary:active,
 .sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
 .sePage .sePageLayout .sePageMain .btn:not(.btn-link):focus,
 .sePage .sePageLayout .sePageMain .btn-primary:focus,
 .sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
	border-color: #033B75;
	background: #033B75;
	color: #fff;
	text-decoration: none;
 }
 
 /* BUTTON GROUP */
 .se-btn-group {
	display: inline-flex;
	flex-direction: column;
 }
 
 .sePage .editContent .se-btn-group a.btn.btn-primary:not(:last-child) {
	margin-bottom: 4px;
 }
 
 .sePage .editContent .se-btn-group a.btn.btn-primary {
	margin-top: 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;
 }
 
 .sePage .sePageLayout .se-lib-divider .divider {
	border-color: #e2e2e2;
 }
 
 @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: #cccccc;
	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;
	}
 }