@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

/* Basic element styling */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body div.st-container {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #222;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #222;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

h1,
.content h1,
.h1,
h2,
.content h2,
.h2,
h3,
.content h3,
.h3,
h4,
.content h4,
.h4,
h5,
.content h5,
.h5 {
	color: #004e72;
}

h2,
.content h2,
h3,
.content h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}

h4,
.content h4,
h5,
.content h5 {
	margin-top: 18px;
	margin-bottom: 9px;
	font-weight: 500;
}

h1,
.content h1,
.h1 {
	font-size: 75px;
	font-weight: 300;
	margin-top: 24px;
	margin-bottom: 21px;
}

h2,
.content h2,
.h2 {
	font-size: 45px;
	font-weight: 300;
}

h3,
.content h3,
.h3 {
	font-size: 30px;
	font-weight: 400;
}

h4,
.content h4,
.h4 {
	font-size: 24px;
}

h5,
.content h5,
.h5 {
	font-size: 21px;
}

.content ol,
.content ul {
	margin-top: 12px;
	margin-bottom: 0;
	padding-bottom: 18px;
}

.content li {
	margin: 3px 0;
}

p {
	margin: 9px 0;
}

p.lead {
	color: #004e72;
	font-size: 24px;
	margin: 15px 0 24px;
}

cite {
	color: #444;
}

dd,
dt,
address {
	line-height: 1.62;
}

.table {
	margin-bottom: 60px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 12px;
	border-top: 1px solid #E8E8E8;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2.1px solid #E8E8E8;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F5F6F6;
}

a {
	color: #0071CF;
	display: inline;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

a::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #006f9e;
	opacity: 0;
	transition: opacity 0.15s;
}

a:hover,
a:focus,
a:after {
	text-decoration: none;
}

a:hover::after,
a:focus::after,
a:active::after {
	opacity: 1;
}

.dark-bg-anchor {
	color: #fff;
	font-weight: 400;
}

.dark-bg-anchor::after {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 1;
	transition: opacity 0.15s;
}

.dark-bg-anchor:hover,
.dark-bg-anchor:focus,
.dark-bg-anchor:after {
	color: #F5F6F6;
	text-decoration: none;
}

.dark-bg-anchor:hover::after,
.dark-bg-anchor:focus::after,
.dark-bg-anchor:active::after {
	opacity: 0.3;
}

.dropdown a {
	text-decoration: none;
}

sup {
	text-decoration: none !important;
}

.disclaimer {
	margin: 24px 0 12px;
}

.img-pad {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.img-body {
	margin: 20px;
	max-width: 30%
}

.img-body.pull-left {
	margin-left: 0;
}

.img-body.pull-right {
	margin-right: 0;
}

.pad-top {
	padding-top: 20px;
}

.pad-bottom {
	padding-bottom: 20px;
}

@media (max-width: 992px) {
	br {
		display: none;
	}
}

/* Utility */
.h1-hr {
	border-top: 3px solid #FF8400;
	margin: 0 0 3rem;
	width: 27rem;
}

.xl-h1,
.content .xl-h1 {
	font-size: 120px;
}

.xl-h1-hr {
	border-top: 6px solid #FF8400;
	margin: 3rem 0;
	width: 36rem;
}

.brand-orange-heading {
	color: #E07400 !important;
}

@media (max-width: 767px) {

	.xl-h1,
	.content .xl-h1 {
		font-size: 90px;
	}

	.xl-h1-hr {
		border-top: 4.5px solid #FF8400;
		margin: 3rem 0;
		width: 27rem;
	}
}

/* Button Styling */
.btn {
	letter-spacing: 0.9px;
}

.btn-none {
	display: none;
}

.banner .btn-primary {
	font-size: 19px;
	text-decoration: none !important;
}

.btn-primary,
.btn-info,
.btn-default,
.btn-success,
.btn-danger {
	border: none;
	border-radius: 0;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 7.5%);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.9px;
	margin: 15px 0;
	min-width: 171px;
	padding: 15px 30px;
	transition: 0.36s ease-in-out;
	background-size: 201% auto;
	text-decoration: none !important;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	background-position: right center;
}

.btn-primary.active,
.btn-primary:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-success.active,
.btn-success:active,
.btn-danger.active,
.btn-danger:active {
	box-shadow: none;
}

.btn-primary {
	background: linear-gradient(to right, #fff 0%, #fff 50%, #E07400 50%, #E07400 100%);
	background-position: 100% 0;
	background-size: 201% 100%;
	border: 1px solid #E07400;
	color: #fff;
}

.btn-primary:hover {
	background-position: 0 0;
	border: 1px solid #E07400;
	color: #E07400;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary {
	background: #fff;
	border: 1px solid #E07400;
	color: #E07400;
}

.btn-info {
	background: linear-gradient(to right, #CCE3F5 0%, #CCE3F5 50%, #fff 50%, #fff 100%);
	background-position: 100% 0;
	background-size: 201% 100%;
	color: #004e72;
	padding: 16px 30px;
}

.btn-info:hover {
	background-position: 0 0;
	color: #004e72;
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.open>.dropdown-toggle.btn-info {
	background: #CCE3F5;
	color: #004e72;
}

.btn-default {
	background: linear-gradient(to right, #fff 0%, #fff 50%, #004e72 50%, #004e72 100%);
	background-position: 100% 0;
	background-size: 201% 100%;
	border: 1px solid #004e72;
	color: #fff;
}

.btn-default:hover {
	background-position: 0 0;
	border: 1px solid #004e72;
	color: #004e72;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.open>.dropdown-toggle.btn-default {
	background: #fff;
	border: 1px solid #004e72;
	color: #004e72;
}

.btn-success {
	background: linear-gradient(to right, #fff 0%, #fff 50%, #65A01C 50%, #65A01C 100%);
	background-position: 100% 0;
	background-size: 201% 100%;
	border: 1px solid #65A01C;
	color: #fff;
}

.btn-success:hover {
	background-position: 0 0;
	border: 1px solid #65A01C;
	color: #65A01C;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.open>.dropdown-toggle.btn-success {
	background: #fff;
	border: 1px solid #65A01C;
	color: #65A01C;
}

.btn-danger {
	background: linear-gradient(to right, #fff 0%, #fff 50%, #D4403A 50%, #D4403A 100%);
	background-position: 100% 0;
	background-size: 201% 100%;
	border: 1px solid #D4403A;
	color: #fff;
}

.btn-danger:hover {
	background-position: 0 0;
	border: 1px solid #D4403A;
	color: #D4403A;
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.open>.dropdown-toggle.btn-danger {
	background: #fff;
	border: 1px solid #D4403A;
	color: #D4403A !important;
}

/* Modal styling */
@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
	}
}

.modal-body {
	padding: 40px;
}

/* Tab styling */
.tab-pane {
	padding-top: 40px;
}

/* Styling for navigation menu */
.top-header {
	background-color: #E8E8E8;
	font-size: 16px;
}

.top-header .btn,
.top-header #login-li .btn {
	border-top: 2.1px solid #E8E8E8;
	padding: 9px;
	color: #004e72;
	font-size: 15px;
	font-weight: 500;
	transition: background-color 0.24s ease-in-out;
}

.top-header .btn.active,
.top-header .btn.focus,
.top-header .btn:active,
.top-header .btn:focus,
.top-header .btn:hover,
.top-header #login-li .btn.active,
.top-header #login-li .btn.focus,
.top-header #login-li .btn:active,
.top-header #login-li .btn:focus,
.top-header #login-li .btn:hover {
	background-color: #fff;
	border-top: 2.1px solid #FF8400;
	color: #222;
	text-decoration: none;
}

.top-header .active,
.top-header #login-li .active {
	background-color: #fff;
	border-top: 2.1px solid #FF8400;
	text-decoration: none;
}

.menu-block {
	display: block;
	color: #222;
}

.menu-block ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.menu-block li {
	display: inline;
	margin: 0;
	padding: 0;
}

.top-header .sub-nav .btn.active,
.top-header .sub-nav .btn.focus,
.top-header .sub-nav .btn:active,
.top-header .sub-nav .btn:focus,
.top-header .sub-nav .btn:hover {
	background-color: #E8E8E8;
	border-top: 2.1px solid #E8E8E8;
	color: #004e72;
	text-decoration: none;
}

.top-header .sub-nav .active {
	background-color: #E8E8E8;
	border-top: 2.1px solid #E8E8E8;
	text-decoration: none;
}

.uil-search {
	color: #004e72;
	font-size: 30px;
	padding: 0 0 0 15px;
	position: relative;
	right: 0;
	top: 21px;
}

#login-dp {
	margin-left: -170px;
	padding: 20px;
}

#login-dp .btn-primary {
	color: #fff;
}

.btn-login {
	font-weight: 500;
	color: #004e72 !important;
	padding: 3px 0 !important;
	padding-left: 10px !important;
	font-size: 14px;
}

.btn-reg {
	font-weight: 500;
	color: #004e72 !important;
	padding: 3px 0 !important;
	font-size: 14px;
}

.sub-nav .inc-dec-text {
	border-top: 2.1px solid #E8E8E8;
	color: #004e72;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 7.5px 0 9px 9px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.sub-nav .increase-font {
	padding: 9px 0;
}

.sub-nav .decrease-font {
	padding: 9px 9px 9px 0;
}

.no-pad {
	padding: 0;
}

@media (max-width: 767px) {
	.uil-search {
		font-size: 33px;
		padding: 0;
		right: 138px;
		top: 16.2px;
	}

	.uil-user-circle {
		color: #004e72;
		font-size: 33px;
		position: relative;
		right: 42px;
		top: 16.2px;
	}
}

/* Style the dropdown menu */
.dropdown-menu {
	background-color: #F5F6F6;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: none;
	min-width: 210px;
	padding: 24px;
	z-index: 1;
}

.dropdown-menu>li>a {
	color: #004e72;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 18px;
	transition: background-color 0.3s ease;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #fff;
	border: none;
	color: #004e72;
	text-decoration: none;
}

.navbar-default {
	background-color: #fff;
	border-bottom: 2.1px solid #F5F6F6;
	margin-bottom: 0;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle>.icon-bar {
	background-color: #0071CF;
}

.navbar-brand {
	height: 90px;
}

.navbar-default .navbar-brand {
	margin-right: 60px;
	padding-top: 22px;
}

.navbar-default .navbar-brand img {
	max-width: 180px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}

.navbar-default .navbar-nav>li>a {
	color: #004e72;
	font-weight: 500;
	font-size: 18px;
	padding: 36px 30px 24px 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #004e72;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #004e72;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #fff;
	color: #004e72;
}

.navbar-form {
	padding-top: 18px;
	padding-bottom: 14px;
}

.navbar-form input {
	min-width: 250px;
}

.navbar-form button {
	padding: 6px 12px;
	padding-right: 15px;
	font-size: 14px;
}

/* Fix to enable mobile menu to appear at md resolution enabling searchbar to visible */
@media (max-width: 1200px) {
	body {
		padding-top: 84px;
	}

	.navbar-default .navbar-brand {
		margin-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
        padding-top: 18px;
	}

	.navbar-default .navbar-brand img {
		max-width: 220px;
	}

	nav#cbcnavdesign.mobile-left {
		text-align: left;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		background-color: #fff;
        border: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}
}

/* Tablet styling for header */
@media (max-width: 1080px) {
	.top-header .container,
	.navbar-default #stNavContainer {
		padding-left: 12px;
		padding-right: 12px;
		position: relative;
	}

	.top-header .btn, .top-header #login-li .btn {
		padding: 9px 3px;
	}

	.top-header .inc-dec-text, 
	.top-header .increase-font,
	.top-header .decrease-font,
	.top-header .register {
		display: none;
	}

	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
		padding: 15px 0;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 36px 6px 24px 6px;
		font-size: 17.1px;
	}

	.uil-search {
		padding: 0 0 0 6px;
	}
}


/* Mobile styling for header */
@media (max-width: 767px) {
	body {
		padding-top: 84px;
	}

	.no-hamburger {
		margin-top: 0px !important;
	}

	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
		padding: 15px 15px;
	}

	.navbar-default {
		border-bottom: 1px solid #e7e7e7;
	}

	.navbar-default .navbar-brand {
		height: auto;
		margin-right: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-default .navbar-brand img {
		max-width: 220px;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		background-color: transparent;
		border-bottom: none;
		font-size: 21px;
		font-weight: 500;
		padding: 15px 24px;
	}

	.navbar-default .navbar-nav .dropdown-menu>li>a {
		color: #222;
		font-size: 18px;
		font-weight: 500;
		padding: 9px 60px;
	}

	.navbar-nav,
	.navbar-form {
		margin-top: 0;
		margin-bottom: 0;
	}

	.mobile-left {
		text-align: left;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		background-color: #f2f2f2;
	}

	.top-header {
		display: none;
	}
}

/* Custom Nav styles */
.mobile-nav {
	display: none;
}

.burger-menu {
	cursor: pointer;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 24%;
	position: absolute;
	top: 36%;
	right: 3%;
	z-index: 10;
}

.burger-menu .patty {
	background-color: #004e72;
	border-radius: 3px;
	height: 3px;
	width: 100%;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.burger-menu.active .patty:nth-child(1) {
	transform: translateY(10.35px) rotate(45deg);
}

.burger-menu.active .patty:nth-child(2) {
	opacity: 0;
}

.burger-menu.active .patty:nth-child(3) {
	transform: translateY(-7.8px) rotate(-45deg);
}

.sidebar-menu {
	position: absolute;
	left: 0;
	width: 100.33vw;
	background-color: #fff;
	opacity: 0;
	z-index: 4;
	display: none;
	overflow-y: auto;
}

.sidebar-menu.show {
	opacity: 1;
	display: block;
}

.sidebar-menu .top-header {
	align-items: center;
	display: flex;
	font-size: 21px;
	justify-content: space-around;
	padding: 0 24px;
}

.sidebar-menu .top-header>a,
.sidebar-menu .top-header>a:hover,
.sidebar-menu .top-header>a:focus {
	color: #004e72;
	margin: 18px 0;
}

.sidebar-menu .main-menu-content {
	padding: 12px 24px 18px;
}

.sidebar-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu li {
	margin: 1.2em 0;
}

.sidebar-menu .dropdown-menu li,
.desktop-nav .dropdown-menu li {
	opacity: 0;
	transform: translateY(21px);
	animation: linkFadeIn 0.6s ease forwards;
}

.sidebar-menu .dropdown-menu li:nth-child(1),
.desktop-nav .dropdown-menu li:nth-child(1) {
	animation-delay: 0.0375s;
}

.sidebar-menu .dropdown-menu li:nth-child(2),
.desktop-nav .dropdown-menu li:nth-child(2) {
	animation-delay: 0.075s;
}

.sidebar-menu .dropdown-menu li:nth-child(3),
.desktop-nav .dropdown-menu li:nth-child(3) {
	animation-delay: 0.1125s;
}

.sidebar-menu .dropdown-menu li:nth-child(4),
.desktop-nav .dropdown-menu li:nth-child(4) {
	animation-delay: 0.15s;
}

.sidebar-menu .dropdown-menu li:nth-child(5),
.desktop-nav .dropdown-menu li:nth-child(5) {
	animation-delay: 0.1875s;
}

.sidebar-menu .dropdown-menu li:nth-child(6),
.desktop-nav .dropdown-menu li:nth-child(6) {
	animation-delay: 0.225s;
}

.sidebar-menu .dropdown-menu li:nth-child(7),
.desktop-nav .dropdown-menu li:nth-child(7) {
	animation-delay: 0.2625s;
}

.sidebar-menu .dropdown-menu li:nth-child(8),
.desktop-nav .dropdown-menu li:nth-child(8) {
	animation-delay: 0.3s;
}

.sidebar-menu .dropdown-menu li:nth-child(9),
.desktop-nav .dropdown-menu li:nth-child(9) {
	animation-delay: 0.3375s;
}

.sidebar-menu .dropdown-menu li:nth-child(10),
.desktop-nav .dropdown-menu li:nth-child(10) {
	animation-delay: 0.375s;
}

.sidebar-menu .dropdown-menu li:nth-child(11),
.desktop-nav .dropdown-menu li:nth-child(11) {
	animation-delay: 0.4125s;
}

.sidebar-menu .dropdown-menu li:nth-child(12),
.desktop-nav .dropdown-menu li:nth-child(12) {
	animation-delay: 0.45s;
}

@keyframes linkFadeIn {
	from {
		opacity: 0;
		transform: translateY(21px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sidebar-menu .sub-menu-content {
	background-image: linear-gradient(to top, #10213f 0%, #004e72 78%, #004e72 100%);
	padding: 24px 24px 114px;
}

.sub-menu-content .navbar-nav>li>a,
.sub-menu-content .navbar-nav>li>a:hover,
.sub-menu-content .navbar-nav>li>a:focus,
.sub-menu-content .navbar-nav>.active>a,
.sub-menu-content .navbar-nav>.active>a:hover,
.sub-menu-content .navbar-nav>.active>a:focus,
.sub-menu-content .navbar-nav>.open>a,
.sub-menu-content .navbar-nav>.open>a:hover,
.sub-menu-content .navbar-nav>.open>a:focus {
	color: #FFC72A;
	font-weight: 300;
}

.sub-menu-content .navbar-nav .dropdown-menu>li>a,
.sub-menu-content .navbar-nav .dropdown-menu>li>a:hover,
.sub-menu-content .navbar-nav .dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #fff;
	font-weight: 300;
}

.sidebar-menu .sub-menu-content .uil {
	color: #FFC72A !important;
}

.sidebar-menu .sub-menu-content .social {
	margin: 0;
	padding: 0 24px;
}

.sidebar-menu .sub-menu-content .social h4 {
	color: #FFC72A;
	font-size: 21px;
	font-weight: 300;
}

.sidebar-menu .sub-menu-content .social em {
	color: #fff;
	font-size: 30px;
	margin: 6px 12px 0 0;
}

.sidebar-menu .sub-menu-content .social svg {
	fill: #fff;
	font-size: 30px;
	margin: 6px 12px 0 0;
}

.sidebar-menu .sub-menu-content .disclaimer {
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 36px 24px 0;
}

.no-scroll {
	overflow: hidden;
}

@media (max-width: 767px) {
	.mobile-nav {
		display: block;
	}

	.burger-menu {
		display: flex;
	}

	.sidebar-menu .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* Global page structures */
.content {
	padding: 30px 0 60px;
}

.bread-wrap {
	background: #fff;
	padding: 3px 0;
}

.bread-wrap .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	color: #222;
	padding-left: 0;
	font-weight: 700;
}

.banner {
	background-position: center top;
	background-size: cover;
	color: #fff;
	background-color: #000;
}

.vid-banner {
	background-color: transparent;
}

.banner .container {
	min-height: 520px;
	padding-bottom: 50px;
}

.banner .container.tall {
	min-height: 580px;
}

.banner.home-retail .container {
	min-height: 450px;
	padding-top: 130px;
	margin-top: 70px;
}

.banner h1 {
	color: #fff;
	margin-top: 50px;
	margin-bottom: 18px;
}

.banner .container.short {
	min-height: auto;
}

.no-height {
	min-height: auto !important;
	padding-bottom: 0 !important;
	background-color: transparent !important;
}

@media (max-width: 992px) {
	.banner h1 {
		text-align: center;
		margin-top: 100px;
	}

	.banner p {
		text-align: center;
	}

	.banner .container,
	.banner .container.tall {
		background-color: rgba(0, 0, 0, 0.35);
		min-height: 280px;
		width: 100%;
		padding-top: 0;
	}
}

.panel-group {
	margin: 0 auto 9px;
	max-width: 1002px;
}

.panel-group .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.panel-default>.panel-heading {
	background-color: #fff;
	padding: 0;
}

.panel-heading>.panel-title {
	background-color: #E8E8E8;
	font-size: 24px;
	font-weight: 400;
	padding: 27px;
}

.panel-heading.collapsing-panel {
	cursor: pointer;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.panel-body {
	padding: 15px 30px;
}

.collapseicon {
	color: #004e72 !important;
}

.uil-plus:before {
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	color: #004e72 !important;
}

.uil-plus-45:before {
	transform: rotate(45deg);
	content: '\e98c';
	color: #004e72 !important;
	font-family: unicons-line;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.uil-angle-down,
.uil-angle-down-180 {
	bottom: 3px;
	position: relative;
}

.uil-angle-down:before {
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	float: right;
	font-size: 30px;
}

.uil-angle-down-180:before {
	float: right;
	font-size: 30px;
	transform: rotate(180deg);
	content: '\eb3a';
	font-family: unicons-line;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

form {
	max-width: 1200px;
	margin: 6% auto;
}

label {
	color: #004e72;
	font-weight: 500;
	letter-spacing: 0.45px;
	margin: 0;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-bottom: 2.1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	font-size: 16px;
	padding: 24px 12px;
	color: #004e72;
	letter-spacing: 0.9px;
	transition: border-color 0.45s;
}

.form-control:focus {
	border-color: #99B8C7;
	border-top: 1px solid #E8E8E8 !important;
	border-left: 1px solid #E8E8E8 !important;
	border-right: 1px solid #E8E8E8 !important;
	box-shadow: 0 0.3em 0.3em -0.45em rgba(0, 0, 0, .9)
}

@media (max-width: 767px) {

	.uil-angle-down,
	.uil-angle-down-180 {
		bottom: -5.1px;
		position: relative;
	}

	.uil-angle-down:before,
	.uil-angle-down-180:before {
		float: none;
	}
}

/* Global Footer */
footer {
	background-image: linear-gradient(to top, #10213f 0%, #004e72 78%, #004e72 100%);
	color: #fff;
	font-size: 13px;
	padding: 75px 0;
}

footer h4 {
	color: #FFC72A;
	font-weight: 400;
}

footer a {
	color: #fff;
	font-weight: 400;
	transition: 0.3s ease-in-out;
}

footer a::after {
	opacity: 0;
}

footer a:hover,
footer a:focus,
footer a:after {
	color: #fff;
	text-decoration: none;
}

footer a:hover::after,
footer a:focus::after,
footer a:active::after {
	opacity: 0;
}

footer .information p {
	line-height: 2.1;
	font-size: 15px;
	margin: 0;
}

.footer-one {
	padding-top: 20px;
	font-size: 21px;
	font-weight: 300;
}

.footer-links {
	padding: 15px 0;
	line-height: 24px;
}

footer .row {
	padding: 0 0 30px;
}

footer .social {
	float: right;
}

footer .social a {
	display: inline-block;
	font-size: 30px;
	line-height: 1.8;
	margin: 0 12px 0 0;
}

.x {
	position: relative;
	top: 4.5px;
}

.copyright {
	margin: 12px 0 0;
}

@media (max-width: 992px) {
	footer .social {
		float: none;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 51px 0 60px;
	}

	footer,
	footer .information p {
		font-size: 16px;
		font-weight: 300;
	}

	footer h4,
	footer a {
		font-weight: 300;
	}

	footer .social a {
		font-weight: 300;
		margin: 0 12px 0 0;
	}
}

/* Login and Registration Process */
.login-bg {
	background: linear-gradient(to bottom, #F5F6F6 69%, #ffffff 69%);
	background-attachment: fixed;
	height: 100vh;
	padding: 24px 0;
	position: relative
}

.login-container {
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 3%);
	padding-bottom: 45px;
	background-color: #fff;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

.login-register {
	background-color: #004e72;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.login-register p {
	padding: 6px 0;
}

.login-content,
.login-form {
	margin: 0 auto;
	max-width: 420px;
}

.login-home {
	margin: 45px 0 24px;
}

.login-home a::after {
	display: none;
}

.login-form .input-icon,
.login-form .input-icon-eye {
	color: #004e72;
	position: relative;
	transform: translateY(-255%);
}

.login-form .form-group {
	margin: 0;
}

.login-form .form-control {
	font-size: 18px;
	padding: 30px 16px 30px 42px;
}

.login-form .input-icon {
	left: 3%;
}

.login-form .input-icon-eye {
	left: 89.1%;
}

.login-form .login-button {
	margin: 15px 0 0;
	text-align: right;
}

.login-help {
	font-size: 15px;
	margin: 9px auto 0;
}

.login-footer {
	margin: 30px auto 0;
	max-width: 450px;
}

.login-footer p {
	font-size: 12px;
}

.block-label {
	display: block;
}

.message-center {
	overflow: scroll !important;
	max-height: 350px;
	background-color: #F5F6F6;
}

.message-center li a {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.line-bar {
	border-left: 1px solid #ddd;
	padding-left: 0;
}

@media (max-width: 767px) {
	.login-bg {
		padding: 0px;
	}

	.login-container {
		height: 100vh;
	}

	.login-register p {
		margin-top: 0;
	}
}

/* Developer */
.section-divider {
	background-color: #F5F6F6;
	padding: 21px 12px;
	margin: 60px 0;
}

.placeholder {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #eeeeee;
	font-size: 12px;
}

.list-unstyled {
	padding-left: 0;
	list-style: none !important;
}

/* Error handling for forms */
.error {
	color: red;
}

input.error,
input:focus.error {
	border-color: red;
}

.container-sm {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

.tab-cmpnt ul.nav.nav-tabs {
	padding-bottom: 0;
}

.icon-grid-col .raised-links h3 {
	margin-top: 45px;
}

div.stHover .stControlHeader>div {
	display: table-row;
}

/* Start Card Style Tables */
@media screen and (max-width: 1200px) {
	.table-responsive {
		border: none;
	}

	.table-mobile {
		border: 0;
	}

	.table-mobile thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.table-mobile tr {
		display: block;
		border: 2px solid #eee;
		margin-top: 1em;
		margin-bottom: 1em;
		-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .10);
		box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .10);
	}

	.table-mobile td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: center !important;
		width: 100% !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		border-top: none !important;
		border-bottom-color: #F5F6F6 !important;
		text-align: right !important;
	}

	.table-mobile td a.btn {
		display: block;
	}

	.table-mobile td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}

	.table-mobile td:last-child {
		border-bottom: 0;
	}

	.table-mobile td.text-left {
		text-align: left !important;
	}

	.table-mobile td::before {
		width: 50%;
		text-align: left;
	}

	.table-clear-fix>div {
		width: 50%;
		float: right;
		text-align: right;
	}
}

.table-clear-fix::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

/* Enhanced tabs componet story */
.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li {
	margin: 0;
	position: relative;
	top: 1px;
}

.nav-tabs>li>a {
	background-color: #E8E8E8;
	border-radius: 0;
	border: 1px solid #E8E8E8;
	color: #004e72;
	padding: 18px 24px;
	transition: background-color 0.24s ease-in-out;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	color: #004e72;
	cursor: default;
}

.tab-content {
	border: 1px solid #E8E8E8;
}

.tab-content .tab-pane {
	background-color: #fff;
	line-height: 24px;
	border: none;
	padding: 30px 24px;
}

@media only screen and (max-width: 600px) {
	.nav-tabs>li {
		width: 100%;
	}

	.active>.nav-link {
		text-decoration: none;
	}

	.nav-tabs>li>a {
		text-decoration: underline;
	}
}

/* Alerts */
.alert-bar {
	background-color: #ffffcc;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.3px;
	max-height: 90px;
	opacity: 1;
	transition: max-height 0.6s ease, opacity 0.6s ease;
}

.ab-hide {
	max-height: 0 !important;
	opacity: 0 !important;
	overflow: hidden;
}

.danger-bar {
	background-color: #fef3f2;
	font-size: 13px;
	padding: 6px 0;
}

.message-center-alert {
	background-color: #91CA4E;
	padding: 6px 0;
	font-weight: 300;
	font-size: 22px;
}

div.message-center-alert a:link {
	color: #003E5B;
}

div.message-center-alert a:hover {
	color: #002F44;
}

div.message-center-alert a:visited {
	color: #001F2E;
}

@media (max-width: 1200px) {
	.alert-bar {
		font-size: 15px;
	}
}

/* Bootstrap Overrides */
.container {
	max-width: 1602px;
	padding-left: 39px;
	padding-right: 39px;
	width: 100%;
}

.caret {
	margin-left: 9px;
}

@media (max-width: 1200px) {
	.container {
		width: 100%;
	}
}

@media (max-width: 750px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Progress Arrow (bottom right of page) */
.progress-wrap {
	background-color: #F5F6F6;
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 54px;
	width: 54px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2.1px rgba(0, 0, 0, 0.21);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 201ms linear;
	transition: all 201ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap.active-progress:hover {
	background-color: #fff;
}

.progress-wrap::after {
	position: absolute;
	font-family: unicons-line;
	content: '\eb56';
	text-align: center;
	line-height: 54px;
	font-size: 36px;
	color: #004e72;
	left: 0;
	top: 0;
	height: 54px;
	width: 54px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 201ms linear;
	transition: all 201ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: unicons-line;
	content: '\eb56';
	text-align: center;
	line-height: 54px;
	font-size: 36px;
	opacity: 0;
	background-image: linear-gradient(298deg, #E07400, #E07400);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 54px;
	width: 54px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 201ms linear;
	transition: all 201ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #004e72;
	stroke-width: 4.2;
	box-sizing: border-box;
	-webkit-transition: all 201ms linear;
	transition: all 201ms linear;
}