/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

section#header .logo img {
	max-height: 42px;
}
section#header {
	padding: 13px 0;
}
ul.top-nav {
	margin-top: 4px;
}
ul.top-nav > li.cta-menu > a {
	border: 2px solid #e74c3c;
	color: #e74c3c;
	padding: 3px 0;
	margin: 0 0 0 15px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 6px 12px;
}
ul.top-nav > li.cta-menu > a:hover {
	background: #e74c3c;
	color: #fff;
}
ul.top-nav > li > ul {
	display: none;
	position: absolute;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	z-index: 100;
}
ul.top-nav > li:hover > ul {
	display: block;
}
ul.top-nav > li > ul > li > a {
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	display: block;
	text-decoration: none;
	color: #5f5f5f;
}
ul.top-nav > li > ul > li > a:hover {
	background: rgba(0,0,0,0.06);
}
ul.top-nav li.has-submenu > a {
	padding-right: 20px;
}
ul.top-nav li.has-submenu:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -2px;
	border-top: 5px solid #444;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	opacity: .6;
}
ul.top-nav>li:active>a, ul.top-nav>li:focus>a, ul.top-nav>li:hover>a, ul.top-nav>li>a:focus {
	color: #298eea;
}
ul.top-nav li.has-submenu:hover:after {
	border-top-color: #298eea;
}
.home-boxes {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home-boxes > a {
	width: 23%;
	display: block;
	padding: 25px 20px;
	border: 1px solid #ddd;
	text-align: center;
	text-decoration: none;
	margin: 1%;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-boxes > a:hover {
	border-color: #298eea;
}
.home-boxes > a > img {
	width: 80%;
	display: block;
	margin: 0 auto 20px;
}
.home-boxes > a > span.box-text {
	color: #555;
	font-weight: normal;
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.65;
}
.home-boxes > a > span.box-button {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1;
	background: #298eea;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-boxes > a:hover > span.box-button {
	background: #267ed1;
}

section#footer {
	background: #1c2733;
	border: 0 none;
	color: rgba(255,255,255,.6);
	text-align: center;
	padding: 30px;
}
section#footer .back-to-top {
	float: none;
	margin: 0 0 10px;
	display: inline-block;
}
section#footer .back-to-top i {
	padding: 0;
	background-color: transparent;
	color: rgba(255,255,255,0.5);
	border-radius: 0;
	opacity: 1;
	font-size: 20px;
}
section#footer a {
	color: rgba(255,255,255,.6);
	text-decoration: none;
}
section#footer .back-to-top:hover i, section#footer a:hover {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar-main {
	background: #216fb8;
}
section#home-banner, .navbar-main li.account, .navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
	background: #1c5f9e;
}
#frmConfigureProduct textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
}

