/**
 * Main Stylesheet
 * 
 * @package    Simpli
 * @category   Theme
 * @author     GoCouncil Team
 * @copyright  Copyright (c) GoCouncil Ltd
 */

/*------------------------------------------------------------------------------
 * Import
 *----------------------------------------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Oswald%7CLato:300,300italic,700);


/*------------------------------------------------------------------------------
 * Main
 *----------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #fff;
}
a {
	color: #008f9a;
}
a:hover,
a:focus {
	color: #006067;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "FuturaSH-Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1,
h1 a {
	color: #008f9a;
	margin-bottom: 20px;
	text-transform: lowercase;
}
h2,
h2 a {
	color: #008f9a;
}
h3,
h3 a {
	color: #58585a;
}
h4,
h4 a {
	color: #e3a729;
}
h5,
h5 a {
	color: #e3a729;
}
h6,
h6 a {
	color: #e3a729;
}
img {
	height: auto;
	max-width: 100%;
}
.component:last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/

#header {
	background-color: #008f9a;
	color: #FFF;
}
#header a {
	color: #FFFFFF;
}
#header p {
	margin: 0;
}
#header .header-toolbar {
	background: #006067;
}
#header .header-toolbar .container > * {
	float: right;
	margin-left: 10px;
	padding: 5px 0;
}
#header .header-toolbar .container > *:last-child {
	margin-left: 0;
}
#header .header-toolbar .toolbar-login p {
	float: left;
	margin-right: 10px;
}
#header .header-toolbar .toolbar-login p:last-child {
	margin-right: 0;
}
#header .header-main {
	height: 95px;
}
#header .header-logo {
	padding-bottom: 10px;
	padding-top: 10px;
	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: #EEEEEE;
	display: none;
	font-size: 0.9em;
	height: 30px;
	padding: 8px 15px;
}
#header .header-breadcrumbs a {
	color: #FFF;
}


#header .is-sticky #headerWrapper {
	background: #008f9a;
	z-index: 9999;
}
#header .is-sticky .header-main {
	height: 75px;
}
#header .is-sticky .page-menu > ul > li > a {
	height: 80px;
	line-height: 80px;
}
#header .is-sticky .mobile-menu.menu-btn {
	line-height: 60px;
}


/* Main Menu */
#header .page-menu {
	float: right;
	font-size: 16px;
/*	margin-top: 40px;*/
}
#header .page-menu a {
    color: #FFF;
	font-weight: bold;
	text-transform: lowercase;
}
#header .page-menu a:hover {
	text-decoration: underline;
}
#header .page-menu > ul > li {
	color: #e3a729;
}
#header .page-menu > ul > li:first-child {
    list-style: none;
}
#header .page-menu > ul > li > a {
    height: 95px;
    line-height: 95px;
	padding: 0 15px;
	margin-bottom: 0;
	z-index: 100;
}
#header .page-menu > ul > li.current > a {
    border-bottom: 5px solid #e3a729;
}
#header .page-menu ul ul {
	background: #58585a;
	border: 1px solid #404042;
	border-radius: 3px;
	margin-top: -1px;
	min-width: 100%;
} 
#header .page-menu ul ul li {
    border-bottom: 1px solid #404042;
}
#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 #404042;
}

/* Mobile Menu */
#header .mobile-menu-nav {
	display: none;
}
#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 {
	background: #008f9a;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #e3a729;
}
#footer h3 {
	border-bottom: 2px solid #e3a729;
	color: #FFF;
	padding-bottom: 3px;
}
#footer .footer-featured {
	display: none;
	text-align: center;
	padding: 20px 0;
}
#footer .footer-main {
	background: #008f9a;
	color: #FFF;
	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: #006067;
	color: #FFF;
	font-size: 0.9em;
	padding: 10px 0 20px;
}


/*------------------------------------------------------------------------------
 * Banner
 *----------------------------------------------------------------------------*/

#banner {
	max-height: 650px;
	overflow: hidden;
	width: 100%;
}
#banner img {
	width: 100%;
}
#banner .bx-slider {
	min-height: 100px;
}
#banner .bx-slider .bx-viewport {
	max-height: 650px;
}
#banner .bx-slider .bx-slider-container {
	position: static !important;
}
#banner .bx-slider li {
	bottom: 0;
	width: 100% !important;
}
#pageTitle {
	background: #f8f9f9;
	background-image: url(/uploads/themes/default_theme/images/Simpli-wood-texture-small.jpg);
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	margin: 0;
	padding: 30px 0;
}
#pageTitle .title {
	margin: 0;
}



/*------------------------------------------------------------------------------
 * Widgets
 *----------------------------------------------------------------------------*/

.widgets {
	display: -ms-flexbox;
	display: flex;
}
.widgets .widget {
	margin-bottom: 20px;
}
.widgets .widget-wrapper {
	padding: 0 0 34px;
	position: relative;
	height: 100%;
}
.widgets .featured-content {
	margin-bottom: 0 !important;
	height: auto;
	padding-bottom: 0;
	position: static;
}
.widgets .featured-content::before {
	content:"";
	background-color: #e3a729;
	display: block;
	height: 6px;
	width: 50px;
}
.widgets .featured-content .title {
	color: #58585a;
	margin-top: 5px;
}
.widgets .featured-content .featured-footer {
	left: 0;
	bottom: 0;
	right: 0;
}
.widget-popup {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
}
.widget-popup p {
	margin: 0;
}
.widget-popup a {
    background-color: #e3a729;
    border-color: #e3a729;
    color: #fff;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.widget-popup a:hover {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
 * 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 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;
}

.form .form-title {
	margin-bottom: 20px;
}
.form .oc-steps {
	margin-bottom: 20px;
}
.form .ctrl.ctrl-heading {
	margin-bottom: 15px;
}
.form .form-footer {
	margin-top: 20px;
	border-top: 1px solid #CCC;
	padding: 20px 0;
}

/*------------------------------------------------------------------------------
 * Buttons
 *----------------------------------------------------------------------------*/

.btn {
	color: #fff;
    background-color: #e3a729;
    border-color: #e3a729;
    border-radius: 1px;
    font-weight: bold;
}
.btn:focus,
.btn.focus {
	color: #fff;
	background-color: #e3a729;
	border-color: #e3a729;
}
.btn:hover {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}
.btn:active,
.btn.active {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}


#header .btn {
	color: #FFF;
    background: none;
    border-color: #FFF;
    width: 100%;
}
#header .btn:focus,
#header .btn.focus {
	color: #e3a729;
	background-color: none;
	border-color: #e3a729;
}
#header .btn:hover {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}
#header .btn:active,
#header .btn.active {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}
#header .btn:active:hover,
#header .btn.active:hover,
#header .btn:active:focus,
#header .btn.active:focus,
#header .btn:active.focus,
#header .btn.active.focus {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}

#footer .btn {
	color: #FFF;
    background: none;
    border-color: #FFF;
	text-decoration: none;
    width: 100%;
}
#footer .btn:focus,
#footer .btn.focus {
	color: #e3a729;
	background-color: none;
	border-color: #e3a729;
}
#footer .btn:hover {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}
#footer .btn:active,
#footer .btn.active {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}
#footer .btn:active:hover,
#footer .btn.active:hover,
#footer .btn:active:focus,
#footer .btn.active:focus,
#footer .btn:active.focus,
#footer .btn.active.focus {
	color: #fff;
	background-color: #bb8a22;
	border-color: #bb8a22;
}



/*------------------------------------------------------------------------------
 * 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;
	}
	#header .is-sticky .header-main {
		height: 60px;
	}
	#banner .bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.widgets {
		display: block;
	}
	.responsive-table thead,
	.responsive-table th {
		display: none;
	}
	.responsive-table,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display: block;
	}
	.responsive-table td {
		border-top: none;
		border-bottom: 1px solid #DDD;
		width: 100% !important;
	}
	.responsive-table tr:first-child td:first-child {
		border-top: 1px solid #DDD;
	}
}
/* Extra small devices */
@media (max-width: 767px) {
	#header .header-toolbar .toolbar-login p {
		margin-right: 3px;
	}
}