#content.main-content,
#content.main-content > .container,
#content.main-content #container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#custom-layout li a,
#custom-layout p a,
.container a:not(.btn) {
    color: #004b85;
}
#custom-layout li a:hover,
#custom-layout p a:hover,
.container a:hover {
    color: #ffb700;
}
#custom-layout .btn.btn-light:hover {
	color:#000;
}
#custom-layout ul:not([class]) li {
	position: relative;
	padding: 4px 0 4px 20px;
}
#custom-layout ul:not([class]) {
  display: block; 
  margin: 10px 0px 25px 8px;
}
#custom-layout ul:not([class]) li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background: #ffc10e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 6px;
	position: absolute;
	left: 0px;
	top: 10px;
}
.single-section.align-center ul {
	text-align: left;
	width: 75%;
	margin: 20px auto !important;
}
/****** Custom Layouts ******/
.landing-nav li {
	padding: 36px 5px 0;
}
#custom-layout h1 {
	position: relative;
	color: #004b85;
	font: 65px/65px industry, sans-serif;
	font-style: normal;
	font-weight: 600;
	padding-bottom: 50px;
}
#custom-layout h1:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 86px;
	height: 5px;
	background: #004b85;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
}
#custom-layout .align-left h1:after {
	right: auto !important;
}
#custom-layout .align-right h1:after {
	left: auto !important;
}
#custom-layout .banner-text p {
	margin-bottom: 15px;
}
#custom-layout .pattern {
	background: url(../images/layout/bg-texture.png) #f3f3f0;
}
.section .mod-popup {
	display: none !important;
}
.mod-popup {
	background-color: #fff;
	padding: 25px;
}
.mod-popup .btn {
	margin-top: 20px;
}

/* Banner */
#custom-layout .banner {
	background-attachment: fixed;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#custom-layout .banner-text {
	position: relative;
}
#custom-layout .banner-text:after {
	content: "";
	display: block;
	background: url(../images/layout/underline.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;;
	margin: 0 auto;
	width: 124px;
	height: 16px;
}
#custom-layout .banner-text p:before,
#custom-layout .banner-text p:after {
	display: none;
}

/* Single Row */
#custom-layout .single-section {
	background-attachment: fixed;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 15px 60px;
}
#custom-layout .bgImage {
	padding: 200px 0;
}
#custom-layout .single-section h2 {
	color: #004b85;
	position: relative;
	margin-bottom: 25px;
}
#custom-layout .single-section h2:after {
	content: "";
	display: block;
	background: url(../images/layout/underline.png) no-repeat;
	margin: 15px auto;
	width: 124px;
	height: 16px;
}
#custom-layout h3 {
	font-size: 26px;
	line-height: 40px;
}
#custom-layout img + h3 {
	margin-top: 50px;
}

#custom-layout .single-buttom h2:after {
	display: none;
}
#custom-layout .cell > div > div {
	padding-bottom: 15px;
}
#custom-layout .single-buttom .cell > div > div {
	display: inline-block;
	padding: 0 15px 5px 0;
}

/* Two Rows */
#custom-layout .two-col .table .cell > div {
	display: flex;
	flex-wrap: wrap;
}
#custom-layout .two-col.opt-1 .table .cell > div > div:first-child,
#custom-layout .two-col.opt-2 .table .cell > div > div:nth-child(2) {
	width: 55%;
}

#custom-layout .two-col.opt-2 .table .cell > div > div:first-child,
#custom-layout .two-col.opt-1 .table .cell > div > div:nth-child(2) {
	width: 45%;
}

#custom-layout .two-col .table .cell > div > div {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 60px 100px;
	width: 50%;
}
#custom-layout .two-col h2 {
	position: relative;
	color: #004b85;
	font: 50px/50px industry, sans-serif;
	font-style: normal;
	font-weight: 600;
	padding-bottom: 50px;
}
#custom-layout .two-col h2:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 5px;
	background: #004b85;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 25px;
}
#custom-layout .file-link {
	font-size: 18px;
}
#custom-layout .file-link i {
	color: #ffb700;
	transition: all 0.3s ease 0s;
}
#custom-layout .file-link:hover i {
	color: #004b85;
}

/* Three Rows */
#custom-layout .three-col .flex {
	display: flex;
	flex-wrap: wrap;
}
#custom-layout .three-col .flex > *:not(style) {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
	position: relative;
	text-align: center;
	height: 400px;
	width: 33.33%;
	flex-grow: 1;
}
#custom-layout .three-col .flex > *:not(style):not(.bg-image):before {
	content: '';
	background-color: rgba(40, 40, 40, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
#custom-layout .three-col .flex > *:not(style):after {
	content: '';
	margin: 25px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: solid 3px rgba(255, 255, 255, 0);
	z-index: 2;
	transition: all 0.3s ease 0s;
}
#custom-layout .three-col .flex > *:not(style):not(.bg-color):hover:before {
	background: rgba(0, 112, 159, 0.4);
}
#custom-layout .three-col .flex > *:not(style):hover:after {
	border: solid 3px rgba(255, 255, 255, 1);
}
#custom-layout .three-col .flex > * h3,
#custom-layout .three-col .flex > * p,
#custom-layout .three-col .flex > * span,
#custom-layout .three-col .flex .text {
	color: #fff;
	position: relative;
	z-index: 3;
}
#custom-layout .three-col .flex .btn-light-blue {
	border-color: #fff;
	margin-top: 14px;
}
#custom-layout .three-col .flex .btn-light-blue:hover {
	
	border-color: #004b85;
}
#custom-layout .double-wide h2.content-header {
	width: 100%;
}
#custom-layout .double-wide h2.content-header:after {
	margin: 0 auto;
	right: 0;
	display: block;
}
#custom-layout .double-wide h2.align-left.content-header:after {
	right: auto !important;
}
#custom-layout .double-wide h2.align-right.content-header:after {
	right: 0 !important;
	left: auto !important;
}
.banner-overlay {
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.banner .flex {
	height: 100%;
	display: flex;
}
.banner-content {
	margin: auto;
}
#custom-layout .section > h1:first-child {
	padding-top: 60px;
}