/**
 * Default Theme Stylesheet
 * 
 * @copyright  Copyright (c) Nuwave Software Ltd
 */


/*------------------------------------------------------------------------------
 * Import
 *----------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------
 * Main
 *----------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #fff;
}
a {
	color: #337ab7;
}
a:hover,
a:focus {
	color: #23527c;
}
h1 {
	color: #333;
}
h2 {
	color: #333;
}
h3 {
	color: #333;
}
h4 {

}
h5 {

}
h6 {

}
img {
	height: auto;
	max-width: 100%;
}
.component:last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/

.header {
	background-color: #262F36;
	border-bottom: 5px solid #515F6B;
	color: #FFFFFF;
}
.header p {
	margin: 0;
}
.header .header-toolbar {
	background: #337ab7;
	border-bottom: 1px solid #2e6da4;
	color: #FFFFFF;
}
.header .header-toolbar a {
	color: #FFFFFF;
	font-weight: bold;
}
.header .header-toolbar .container > * {
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}
.header .header-main {
	height: 95px;
}
.header .header-logo {
	padding-bottom: 15px;
	padding-top: 15px;
	height: 100%;
}
.header .header-logo > * {
	height: 100%;
}
.header .header-logo img {
	height: auto;
	max-height: 100%;
    max-width: 100%;
	width: auto;
}
.header .header-breadcrumbs {
	background: #337ab7;
	color: #FFF;
	display: none;
	font-size: 0.9em;
	height: 30px;
	padding: 8px 15px;
}
.header .header-breadcrumbs a {
	color: #FFF;
}

/* Main Menu */
.header .page-menu {
	font-size: 16px;
}
.header .page-menu a {
    color: #FFFFFF;
	font-weight: bold;
}
.header .page-menu a:hover {
	text-decoration: underline;
}
.header .page-menu > ul > li {
	color: #FFFFFF;
}
.header .page-menu > ul > li:first-child {
    list-style: none;
}
.header .page-menu > ul > li > a {
    height: 100px;
    line-height: 100px;
	padding: 0 15px;
	margin-bottom: -5px;
}
.header .page-menu > ul > li.current > a {
    border-bottom: 5px solid #337ab7;
}
.header .page-menu ul ul {
	background: #337ab7;
	border: 1px solid #286090;
	border-radius: 3px;
	margin-top: -1px;
	min-width: 100%;
} 
.header .page-menu ul ul li {
    border-bottom: 1px solid #286090;
}
.header .page-menu ul ul li:last-child {
    border-bottom: none;
}
.header .page-menu ul ul a {
	color: #FFFFFF;
	padding: 10px;
} 
.header .page-menu ul ul .current > a {
	color: #FFFFFF;
}
.header .page-menu ul ul ul {
	border-left: 1px solid #286090;
}

/* Mobile Menu */
.header .mobile-menu.menu-btn {
	background: none;
	border: none;
	display: none;
	float: right;
	line-height: 95px;
}
.header  .mobile-menu.menu-btn .menu-icon {
    display: inline-block;
	vertical-align: middle;
}
.header .mobile-menu.menu-btn .icon-bar {
	background: #FFFFFF;
}


/*------------------------------------------------------------------------------
 * Content
 *----------------------------------------------------------------------------*/

.main {
	margin: 30px 0;
}
.main .column {
	margin-bottom: 30px;
}
.main .component {
	margin-bottom: 20px;
}
.main .component:last-child {
	margin-bottom: 0;
}
.main .contentBlock > :first-child {
	margin-top: 0;
}
.main .contentBlock img {
	margin: 3px;
}
.main .content-featured {
	margin-bottom: 30px;
}


/*------------------------------------------------------------------------------
 * Footer
 *----------------------------------------------------------------------------*/

.footer {

}
.footer a {
	color: #FFFFFF;
}
.footer .footer-featured {
	background: #F7F7F7;
	border-top: 1px solid #DDD;
	/*display: none;*/
	text-align: center;
	padding: 20px 0;
}
.footer .footer-main {
	background: #337ab7;
	border-top: 3px solid #2e6da4;
	color: #FFFFFF;
	min-height: 200px;
	padding-top: 20px;
}
.footer .footer-column {
	margin-bottom: 20px;
}
.footer .footer-column:last-child {
	border-right: none;
}
.footer .footer-column .component {
	margin-bottom: 20px;
}
.footer .footer-column .component:last-child {
	margin-bottom: 0;
}
.footer .footer-copyright {
	background-color: #262F36;
	border-top: 1px solid #515F6B;
	color: #8B949C;
	font-size: 0.9em;
	padding: 10px 0 20px;
}


/*------------------------------------------------------------------------------
 * Banner
 *----------------------------------------------------------------------------*/

.banner {
	margin: 30px 0;
}


/*------------------------------------------------------------------------------
 * Widgets
 *----------------------------------------------------------------------------*/

.widgets {
	display: -ms-flexbox;
	display: flex;
}
.widgets .widget {
	margin-bottom: 20px;
}
.widgets .widget-wrapper {
	background: #F7F7F7;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding: 15px;
	height: 100%;
}


/*------------------------------------------------------------------------------
 * Tables/Lists
 *----------------------------------------------------------------------------*/

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
td,
th {
	padding: 8px;
	line-height: 1.42857143;
}
th {
	border-bottom: 2px solid #DDD;
	font-weight: bold;
	vertical-align: bottom;
}
td {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	vertical-align: top;
}


/*------------------------------------------------------------------------------
 * Forms
 *----------------------------------------------------------------------------*/

.form {
	float: none;
}
.form .ctrl {
	margin-bottom: 10px;
}
.form .ctrl-label {
	font-weight: bold;
}
.form .ctrl-input {
	font-size: 14px;
	height: 34px;
}
.form .ctrl-clear {
	line-height: 34px;
}
.form .ctrl .ctrl-option-list .ctrl-option-label {
	min-height: 34px;
}


/*------------------------------------------------------------------------------
 * Buttons
 *----------------------------------------------------------------------------*/

.btn {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn:focus,
.btn.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn:active,
.btn.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}


/*------------------------------------------------------------------------------
 * Search
 *----------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------
 * Other
 *----------------------------------------------------------------------------*/

#mapCanvas {
	width: 100% !important;
}


/*------------------------------------------------------------------------------
 * Responsive Media
 *----------------------------------------------------------------------------*/

/* Large devices */
@media (min-width: 1200px) {

}
/* Medium devices */
@media (max-width: 1199px) {

}
/* Small devices */
@media (max-width: 991px) {
	.header .page-menu {
		display: none;
	}
	.header .mobile-menu.menu-btn {
		display: block;
	}
	.widgets {
		display: block;
	}
}
/* Extra small devices */
@media (max-width: 767px) {

}