
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Quicksand');

/* 
	Table of Contents

	01. Settings ----------------------------------
	02. Sprite ------------------------------------
	03. Generic -----------------------------------
	04. Base --------------------------------------
	05. Fonts -------------------------------------
	06. Helpers -----------------------------------
		 Clear ------------------------------------
		 Notext -----------------------------------
		 Hidden -----------------------------------
		 Alignleft --------------------------------
		 Alignright -------------------------------
		 Disabled ---------------------------------
		 Grid -------------------------------------
		 Responsive Helpers -----------------------
	07. Reset -------------------------------------
	08. Regions -----------------------------------
	09. Container ---------------------------------
		 Mobile -----------------------------------
	10. Content -----------------------------------
	11. Footer ------------------------------------
		 Mobile -----------------------------------
	12. Header ------------------------------------
		 Small Desktop ----------------------------
		 Tablet Portrait --------------------------
	13. Dropdown ----------------------------------
	14. Mobile Navigation -------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	15. Main --------------------------------------
	16. Shell -------------------------------------
	17. Sidebar -----------------------------------
	18. Wrapper -----------------------------------
		 Small Desktop ----------------------------
		 Mobile -----------------------------------
	19. Modules -----------------------------------
	20. Panel Group -------------------------------
		 Mobile -----------------------------------
	21. Border Items ------------------------------
	22. Box ---------------------------------------
		 Tablet Portrait --------------------------
	23. Button ------------------------------------
		 Button Block -----------------------------
	24. Form Elements -----------------------------
	25. Form --------------------------------------
	26. Intro -------------------------------------
		 Small Desktop ----------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	27. List --------------------------------------
		 Mobile -----------------------------------
	28. List Actions ------------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	29. List Location -----------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	30. Logo --------------------------------------
		 Small Desktop ----------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	31. Nav ---------------------------------------
		 Small Desktop ----------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
		 Mobile -----------------------------------
	32. Nav Bar -----------------------------------
	33. Section -----------------------------------
		 Small Desktop ----------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	34. Section Colors ----------------------------
		 Ornage -----------------------------------
		 Grey -------------------------------------
		 Images -----------------------------------
		 Orange -----------------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	35. Section Elements --------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	36. Section Informed --------------------------
		 Tablet Portrait --------------------------
	37. Section Testimonial -----------------------
		 Mobile -----------------------------------
	38. Section Comunities ------------------------
	39. Section Services --------------------------
	40. Section Info ------------------------------
		 Tablet Portrait --------------------------
	41. section--location -------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	42. Slider ------------------------------------
	43. Socials -----------------------------------
		 Small Desktop ----------------------------
		 Mobile -----------------------------------
	44. Table -------------------------------------
	45. Testimonial -------------------------------
		 Tablet Portrait --------------------------
		 Mobile -----------------------------------
	46. Widget ------------------------------------
	47. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-defaults {
	background-repeat: no-repeat;
	width: 176px;
	height: 174px;
	display: inline-block;
	vertical-align: middle;
}

.ico-default-hover {
	background-position: 0 100%;
}

.ico-calendar-orange, .ico-calendar {
	background-image: url(../grfx/ico-calendar.png);
}

.ico-news-orange, .ico-news {
	background-image: url(../grfx/ico-news.png);
}
.ico-person-orange, .ico-person {
	background-image: url(../grfx/ico-message.png);
}
.ico-question-orange, .ico-question {
	background-image: url(../grfx/ico-faq.png);
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	line-height: 1.3;
	color: #000 !important;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #23527c;
	text-decoration: none;
}

a[href^="tel"] {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.65em;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
	margin-bottom: 1.3em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	body .container {
		width: 1186px;
		padding: 0 15px;
	}
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
	content: '';
	display: block;
	clear: both;
}

/*  Notext  */

.notext {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

/*  Hidden  */

[hidden],
.hidden {
	display: none !important;
}

/*  Alignleft  */

.alignleft {
	float: left;
}

/*  Alignright  */

.alignright {
	float: right;
}

/*  Disabled  */

[disabled],
.disabled {
	cursor: default;
}

/*  Grid  */

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.col {
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.col--1of2 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 998px) and (max-width: 1200px) {
	.hidden-md {
		display: none !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1201px) {
	.hidden-lg {
		display: none !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}

template {
	display: none;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
	max-width: 100%;
}

img,
iframe {
	border: 0 none;
}

img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

svg:not(:root) {
	overflow: hidden;
}

nav ul,
nav ol {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

@media (min-width: 1200px) {
	.container {
		width: 1186px;
		padding: 0 15px;
	}
}

/* Mobile */

@media (max-width: 767px) {

}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
	color: #fff;
	font-size: 14px;
	padding: 16px 0 25px;
}

.footer a {
	color: #fff;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.footer a:hover {
	color: #9BB2C2;
	text-decoration: none;
}

.footer .copyright {
	padding-left: 10px;
	font-family: 'Quicksand', sans-serif;
}

/* Mobile */

@media (max-width: 767px) {
	.footer {
		font-size: 11px;
	}
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.navbar-header {
	display: none;
}
.navbar {
	margin-bottom: 0;
}
.collapse {
	visibility: visible;
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 7px solid #486A80;
	background-color: #fff;
	z-index: 21;
	padding-bottom: 14px;
	padding-top: 26px;
}

.header:after {
	content: '';
	display: block;
	clear: both;
}

.header .container:after {
	content: '';
	display: block;
	clear: both;
}

.header .header__inner {
	float: left;
	padding-top: 24px;
	width: 32%;
}

.header .link-access {
	color: #486A80;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding-top: 3px;
}

.header .header__aside {
	float: right;
	width: 68%;
}
.header .navbar-default {
	background-color: #fff;
	border: 0;
	margin-right: -15px;
}

.header .navbar-collapse {
	padding-right: 9px !important;
}

.header .navbar-text {
	float: none;
	margin-right: 0;
	margin-left: 0;
}

.header .navbar-nav {
	float: none;
}

.header .header__logo {
	float: none;
	padding: 0;
}

.header .navbar-default .navbar-nav > .active > a {
	background: none;
}

.header .navbar-header {
	float: left;
	padding-top: 47px;
}

.header .navbar-collapse {
	float: right;
}

.header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.header .nav > li > a {
	padding: 10px 0;
}

.header .nav {
	margin-top: 18px;
}

.header .navbar .navbar-toggle:focus {
	background: transparent;
}

.header .navbar .navbar-toggle:hover {
	background: transparent;
}

.header .navbar-default .navbar-toggle:hover {
	background: transparent;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.header .header__logo span {
		font-size: 23px;
	}

	.header .navbar-brand {
		padding: 15px 15px;
	}
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.header .navbar-brand span {
		font-size: 15px;
		margin-left: 3px;
		top: 13px;
		line-height: 21px;
		max-width: 170px;
	}

	.header .navbar .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.header .link-access {
		font-size: 26px;
	}
	.header .header__inner {
		width: 80%;
	}
}

.header-inner {
	background: url(../grfx/header-inner.jpg) no-repeat top center;
	background-size: cover;
	height: 250px;
}

.header-inner .inner-title {
	float: left;
	width: 35%;
	z-index: 20;
	position: relative;
	padding-top: 55px;
	padding-left: 9px;
	position: relative;
}

.header-inner .inner-aside {
	float: right;
	width: 65%;
	padding-left: 20px;
	position: relative;
	z-index: 19;
	height: 250px;
}

.header-inner .inner-aside::before {
	content: '';
	position: absolute;
	background: rgba(105, 105, 105, .6);
	height: 100%;
	width: 300%;
	right: 103%;
	top: 0;
	bottom: 0;
	-webkit-box-shadow: 20px 0 20px rgba(0, 0, 0, .1);
	box-shadow: 20px 0 20px rgba(0, 0, 0, .1);
}

/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */

.header .navbar-nav > li > .dropdown-menu {
	background-color: #f0f0f0;
	border: 0;
	margin-left: -5px;
	padding: 0;
	border-radius: 0;
}

.header .navbar-nav > li > .dropdown-menu li + li {
	margin-left: 0;
}

.header .dropdown-menu > li > a {
	padding: 4px 42px 4px 11px;
	font-size: 24px;
	color: #486A80;
}

.header .dropdown-menu > li {
	border-top: 0;
}

.header .dropdown-menu > li:hover {
	border-top: 0;
}

.header .dropdown-menu > li:hover a {
	color: #fff;
	background-color: #9BB2C2;
}

.header .navbar-default .navbar-nav > .open > a {
	background: none;
}

.header .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: none;
}

.header .navbar-default .navbar-nav > .open > a:hover {
	background: none;
}

/* ------------------------------------------------------------ *\
	Mobile Navigation
\* ------------------------------------------------------------ */

nav a {
	text-decoration: none;
}

@media (min-width: 992px) {
	.open > .dropdown-menu {
		display: none;
	}
	.nav li:hover ul {
		display: block;
	}
}

.header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}

.header .navbar-toggle {
	position: relative;
	width: 37px;
	height: 30px;
	padding: 0;
	background: none;
	border-radius: 0;
	border: 0;
	margin-top: 13px;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.header .navbar-toggle span {
	position: absolute;
	display: block;
	height: 3px;
	width: 78%;
	left: 4px;
	border-radius: 4px;
	background: #9BB2C2;
	-webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
	transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
	-o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
	transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
	transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.header .navbar-default .navbar-toggle .icon-bar {
	background-color: #9BB2C2;
}

.header .navbar-default .navbar-toggle:focus {
	background-color: #9BB2C2;
}

.header .navbar-default .navbar-toggle:hover {
	background-color: #9BB2C2;
}

.header .navbar-toggle span:nth-child(1) {
	top: 5px;
}

.header .navbar-toggle span:nth-child(2) {
	top: 9px;
}

.header .navbar-toggle span:nth-child(3) {
	top: 17px;
}

.header .navbar-toggle {
	border: 1px solid #ccbebe;
}

.header .navbar-toggle:focus {
	background: #9BB2C2;
}

.header .navbar-toggle:focus span {
	background: #fff;
}

.header .navbar-toggle:active {
	background: #9BB2C2;
}

.header .navbar-toggle:active span {
	background: #fff;
}

.header .navbar-toggle.rotate span {
	-webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
	transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
	-o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
	transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
	transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s;
}

.header .navbar-toggle.rotate span:nth-child(3),
.header .navbar-toggle.rotate span:nth-child(1) {
	top: 11px;
}

.header .navbar-toggle.rotate span:nth-child(2) {
	opacity: 0;
}

.header .navbar-toggle.rotate span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}

.header .navbar-toggle.rotate span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

.header .collapse {
	display: block !important;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.header .dropdown-menu > li > a {
		font-size: 17px;
	}

	.header .header__logo img {
		padding: 15px 0;
	}
}

/* Mobile */

@media (max-width: 991px) {
	.header .link-access {
		font-size: 23px;
	}

	.header .header__logo span {
		font-size: 21px;
		width: 79%;
		margin-left: 7px;
		top: 19px;
	}

	.header .navbar-default {
		margin-right: 0;
	}

	.header .header__inner {
		padding-top: 5px;
	}

	.header .navbar-toggle {
		position: absolute;
		top: 29px;
		right: 0;
		margin-top: 0;
	}

	.header {
		padding: 0 0 25px;
		position: absolute;
	}

	.header .navbar-default .navbar-collapse {
		border: 0;
		margin-right: 0;
	}

	.header .navbar .navbar-collapse.in {
		max-height: 76vh !important;
		overflow-y: scroll !important;
		overflow-x: hidden !important;
	}

	.header .navbar-header {
		float: none;
		padding-top: 20px;
	}

	.header .navbar-collapse {
		float: none;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 10px;
	}

	.header .navbar-nav {
		margin: 0;
		padding: 0px 15px 0;
	}

	.header .header__aside.collapse {
		display: none !important;
	}

	.header .collapse.in {
		display: block !important;
	}

	.header .dropdown-menu > li > a {
		font-size: 17px;
	}

	.header .navbar-nav > li > .dropdown-menu {
		background-color: #fff;
		padding: 10px 0 0 0;
	}

	.header .dropdown-menu > li > a {
		padding: 20px 0;
	}

	.header .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 5px;
	}

	.header .nav > li > a {
		padding: 10px 0 0;
	}

	.header .navbar-brand span {
		font-size: 14px;
		top: 10px;
		line-height: 19px;
	}

	/* .header .header__aside { position: absolute; width: 100%; top: 100%; left: 0; display: flex; flex-direction: column; background-color: #fff;  } */
	.header .header__bar {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header .header__aside {
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #fff;
		top: 100%;
		border-bottom: 7px solid #486A80;
	}

	.header .header__aside {
		float: none;
	}

	.header .header__aside-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding-bottom: 15px;
	}
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
	max-width: 1220px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.shell--fluid {
	max-width: none;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
	min-height: 100vh;
	margin-top: 158px;
	overflow: hidden;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.wrapper {
		margin-top: 134px;
	}
}

/* Mobile */

@media (max-width: 991px) {
	.wrapper {
		margin-top: 129px;
	}
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */

.box .box__head {
	position: relative;
	padding-bottom: 23px;
}

.box .box__inner:hover {
	text-decoration: none;
	cursor: pointer;
}

.box .box__inner:hover img {
	opacity: .7;
}

.box .box__inner:hover .box__head:after {
	width: 70%;
}

.box .box__inner img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.box .box__inner {
	color: inherit;
}

.box .box__head h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #486A80;
}

.box a i {
	color: #9BB2C2;
	font-size: 30px;
	padding-left: 5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.box a i:hover {
	text-shadow: 2px 1px 1px #486A80;
}

.box .box__body p {
	margin-bottom: 9px;
}

.box .box__body {
	padding-right: 20px;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.box .box__head h3 {
		font-size: 24px;
	}
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*  Button Block  */

.btn--block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
	position: relative;
	height: 800px;
	background-repeat: no-repeat;
	font-size: 20px;
	background-position: 0px 59%;
	background-size: cover;
}

.intro .intro__aside:before {
	content: '';
	position: absolute;
	width: 300%;
	background: rgba(255, 255, 255, .6);
	height: 100%;
	z-index: 5;
	top: 0;
	right: 103%;
}

.intro .intro__content {
	max-width: 340px;
	position: relative;
	z-index: 20;
	padding-top: 49px;
	padding-left: 9px;
	padding-right: 5px;
	float: left;
	width: 35%;
	color: #000;
}

.intro .intro__aside {
	float: right;
	width: 65%;
	height: 864px;
	position: relative;
}

.intro .intro__content h1 {
	text-transform: uppercase;
	color: #486A80;
	font-size: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 50px;
	margin-bottom: 0;
	line-height: 70px;
}

.intro .intro__content h1 strong {
	display: block;
}

.intro p {
	line-height: 1.2;
	margin-bottom: 25px;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.intro {
		background-position: 50% 50%;
	}

	.intro .intro__content {
		padding-left: 0;
		width: 30%;
	}

}

/* Tablet Portrait */

@media (max-width: 991px) {

	.intro .intro__content {
		float: none;
		width: 100%;
		padding: 50px 15px;
	}

	.intro .intro__aside {
		float: none;
		width: 100%;
	}

	.intro:before {
		content: '';
		position: absolute;
		width: 100%;
		background: rgba(255, 255, 255, .6);
		height: 100%;
		z-index: 5;
		top: 0;
		left: 0;
	}

	.intro .intro__content h1 {
		font-size: 60px;
	}

	.intro .intro__aside:before {
		display: none;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.intro .intro__content h1 {
		font-size: 50px;
	}

	.intro {
		font-size: 15px;
		height: 700px;
		background-size: cover;
	}

	.intro {
		background-position: 76% 50%;
	}
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
	list-style: none outside none;
}

.list-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 44px 10px 62px 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-boxes li {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(33.33% - 20px);
	flex-basis: calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
}

.list-boxes img {
	margin-bottom: 5px;
}

.list-boxes--sm li {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% - 11px);
	flex-basis: calc(50% - 11px);
	max-width: calc(50% - 11px);
	margin-bottom: 29px;
}

.list-boxes--sm {
	padding: 0;
	margin-left: -8px;
}

.list-boxes--sm .box .box__head {
	padding-bottom: 24px;
}

.list-boxes--sm {
	line-height: 1.4;
}

/* Mobile */

@media (max-width: 767px) {
	.list-boxes li {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.list-boxes {
		padding: 20px 15px 20px 15px;
	}

	.list-boxes--sm {
		padding: 20px 0;
		margin-left: 0;
	}

	.list-boxes img {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	List Actions
\* ------------------------------------------------------------ */

.list-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
}

.list-actions li {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% - 56px);
	flex-basis: calc(50% - 56px);
	max-width: calc(50% - 56px);
	margin-bottom: 42px;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-align: center;
}

.list-actions li i {
	margin-bottom: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.list-actions li h3 {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	margin-top: 0;
}

.list-actions li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.list-actions li .icon {
	position: relative;
	height: 174px;
	display: inline-block;
	font-size: 85px;
}

.list-actions li .icon i {
	position: absolute;
	left: 0;
	top: 0;
}

.list-actions li:hover a {
	text-decoration: none;
}

.list-actions li:hover h3 {
	text-shadow: 2px 2px 6px #000;
}

.list-actions li:hover a, .list-actions li:hover h3 {
	color: #9BB2C2;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.list-actions li {
		text-align: center;
	}
	.list-actions li .icon i {
		margin: 0 auto;
	}

	.list-actions li .icon i {
	}

	.list-actions li {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 59px;
	}

	.list-actions li h3 {
		font-size: 30px;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.list-actions li {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 59px;
		text-align: center;
	}
}

/* ------------------------------------------------------------ *\
	List Location
\* ------------------------------------------------------------ */

.list-location {
	padding-left: 10px;
	padding-bottom: 4px;
}

.list-location li {
	font-size: 24px;
	margin-bottom: 38px;
	padding-right: 94px;
}

.list-location li h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 21px;
	color: #486A80;
}

.list-location li p {
	margin-bottom: 10px;
}

.list-location li p span {
	padding: 0 24px 0 20px;
}

.list-location li a {
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.list-location li a:hover {
	text-decoration: none;
	color: #9BB2C2;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.list-location li {
		font-size: 20px;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.list-location li h3 {
		font-size: 30px;
	}

	.list-location li {
		font-size: 15px;
		padding-right: 30px;
	}

	.list-location li p span {
		padding: 0 3px 0 3px;
	}
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
	margin-left: 8px;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.logo-sm {
		width: 58px;
		height: 50px;
	}

}

/* Tablet Portrait */

@media (max-width: 991px) {
	.logo-sm {
		width: 51px;
		height: 45px;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.logo-sm {
		width: 42px;
		height: 37px;
	}
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav li {
	border-top: 3px solid transparent;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}

.nav li a {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 10px
}

.nav .current,
.nav li:hover {
	border-top: 3px solid #9BB2C2;
}

.nav li + li {
	margin-left: 30px;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.nav li a {
		font-size: 20px;
	}

	.nav li + li {
		margin-left: 20px;
	}
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.nav li + li {
		margin-left: 8px;
	}

	.nav li a {
		font-size: 19px;
	}

}

/* Mobile */

@media (max-width: 991px) {
	.nav li + li {
		margin-left: 0px;
	}

	.nav li {
		margin-bottom: 10px;
	}

	.nav li a {
		padding-top: 2px;
	}

	.nav li ul li {
		padding-left: 25px;
	}

}

.nav-trigger {
	display: none;
	width: 40px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 52px;
	z-index: 19;
	right: 0;
}

.nav-trigger span {
	width: 100%;
	height: 4px;
	background: #9BB2C2;
	position: absolute;
	left: 0;
	border-radius: 4px;
	-webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
	transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
	-o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
	transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
	transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s;
}

.nav-trigger span:first-child {
	top: 0;
}

.nav-trigger span:nth-child(2) {
	top: 14px;
}

.nav-trigger span:last-child {
	bottom: 0;
}

.nav-trigger.active span {
	-webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
	transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
	-o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
	transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
	transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s;
}

.nav-trigger.active span:first-child {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-trigger.active span:nth-child(2) {
	opacity: 0;
}

.nav-trigger.active span:last-child {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Mobile */

@media (max-width: 767px) {
	.nav-trigger {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Nav Bar
\* ------------------------------------------------------------ */

.navbar-text {
	float: none;
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

section.homeContent {
	padding: 55px 0;
}

.section {
	position: relative;
	font-size: 20px;
	line-height: 1.2;
}

.section p {
	margin-bottom: 25px;
}

.section h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 55px;
	margin-top: 0;
	line-height: 57px;
}

.section strong {
	display: block;
}

.section i {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.section a:hover i {
	text-shadow: 2px 1px 1px #486A80;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.section h2 {
		font-size: 51px;
	}
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section {
		font-size: 17px;
	}

	.section h2 {
		font-size: 41px;
		line-height: 50px;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.section {
		font-size: 15px;
	}

	.section h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

/* ------------------------------------------------------------ *\
	Section Colors
\* ------------------------------------------------------------ */

/*  Ornage  */

.section--orange {
	color: #fff;
}

.section--orange .section__aside:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, .1);
	height: 100%;
	width: 300%;
	right: 103%;
	top: 0;
	bottom: 0;
}

/*  Grey  */

.section--grey .section__aside:before {
	content: '';
	position: absolute;
	background-color: #e5e5e5;
	height: 100%;
	width: 300%;
	right: 103%;
	top: 0;
	bottom: 0;
}

.section--grey h2 {
	color: #486A80;
}

/*  Images  */

.section--image {
	color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.section--image .section__aside:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, .25);
	height: 100%;
	width: 300%;
	right: 103%;
	top: 0;
	bottom: 0;
	-webkit-box-shadow: 20px 0 20px rgba(0, 0, 0, .1);
	box-shadow: 20px 0 20px rgba(0, 0, 0, .1);
}

.section--image {
	position: relative;
}

.section--image:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .45);
	height: 100%;
	width: 300%;
	left: 0;
	top: 0;
	bottom: 0;
}

/*  Orange  */

.section .section__aside--orange:before {
	content: '';
	position: absolute;
	background-color: #9BB2C2;
	height: 100%;
	width: 300%;
	right: 103%;
	top: 0;
	bottom: 0;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section--image {
		background-attachment: unset;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.section .section__aside:before {
		display: none !important;
	}

	.section--grey .section__inner {
		background-color: #f0f0f0;
	}

	.section .section__aside--orange:before {
		display: none;
	}

}

/* ------------------------------------------------------------ *\
	Section Elements
\* ------------------------------------------------------------ */

.section .section__aside {
	float: right;
	width: 65%;
	padding-left: 20px;
	position: relative;
	z-index: 18;
}

.section .section__inner {
	float: left;
	width: 35%;
	z-index: 19;
	position: relative;
	padding-top: 55px;
	padding-left: 9px;
	position: relative;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section .section__inner {
		padding-left: 0;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.section .section__inner {
		float: none;
		width: 100%;
		padding: 20px 15px !important;
	}

	.section .section__aside {
		float: none;
		width: 100%;
		padding: 20px 15px 20px !important;
	}
}

/* ------------------------------------------------------------ *\
	Section Informed
\* ------------------------------------------------------------ */

.section--informed .section__aisde:after {
	content: '';
	display: block;
	clear: both;
}

.section--informed .section__aside-inner {
	float: left;
	width: 50%;
}

.section--informed .section__aside {
	padding-top: 69px;
	padding-bottom: 44px;
	min-height: 558px;
}

.section--informed .section__aside-inner {
	padding-right: 37px;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section--informed .section__aside-inner {
		float: none;
		width: 100%;
	}

	.section--informed .section__aside {
		padding-top: 40px;
		min-height: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Section Testimonial
\* ------------------------------------------------------------ */

.section--testimonial .section__aside {
	padding-top: 61px;
	padding-left: 25px;
	padding-bottom: 76px;
}

/* Mobile */

@media (max-width: 767px) {
	.section--testimonial .section__aside {
		padding-top: 20px;
		padding-left: 15px;
	}
}

/* ------------------------------------------------------------ *\
	Section Comunities
\* ------------------------------------------------------------ */

.section--comunities .section__inner {
	padding-top: 63px;
}

.section--comunities .section__aside {
	position: relative;
	padding-top: 67px;
	padding-bottom: 53px;
	z-index: 18;
}

.section--comunities .section__aside p:nth-child(3) {
	margin-bottom: 8px;
}

.section--comunities .bordered-top {
	padding-top: 28px;
}

.section--comunities a i {
	color: #9BB2C2;
	font-size: 30px;
}

/* ------------------------------------------------------------ *\
	Section Services
\* ------------------------------------------------------------ */

.section--services .section__inner {
	padding-top: 66px;
}

.section--services .section__aside {
	padding: 62px 0px 10px 2px;
}

/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */

.section--info .section__aside {
	padding: 53px 20px 16px;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section--info .section__aside {
		padding: 53px 10px 16px 30px;
	}
}

/* ------------------------------------------------------------ *\
	section--location
\* ------------------------------------------------------------ */

.section--location .section__aside {
	padding: 62px 10px 0px 81px;
}

.section--location .logo {
	margin-bottom: 17px;
}

.section--location .map {
	width: 175%;
	height: 380px;
	margin-left: -104px;
	overflow: hidden;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section--location .section__aside {
		padding: 62px 10px 0px 50px;
	}

	.section--location .map {
		margin-left: -70px;
	}

}

/* Mobile */

@media (max-width: 767px) {
	.section--location .section__inner {
		background-color: #9BB2C2;
	}

	.section--location .map {
		width: 100%;
		margin-left: 0;
		height: 200px;
	}
	.section--location .map iframe {
		height: 200px !important;
	}
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.loginExtraClass {
	display: inline;
	margin-right: 7px;
}
.loginLinBreak {
	margin-right: 7px;
}
.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
.login-links > div {
	text-align: right !important;
	display: inline;
}
.socials {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
	padding-top: 3px;
	color: #486A80;
}

.socials {
	text-align: right;
	padding-right: 11px;
}

.socials ul {
	font-size: 0;
	line-height: 0;
	margin-left: 22px;
}

.socials li {
	display: inline-block;
}

.socials li i {
	font-size: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.socials li + li {
	margin-left: 10px;
}

.socials ul a {
	background-color: #9BB2C2;
	color: #fff;
	font-size: 25px;
	height: 38px;
	width: 38px;
	border: 2px solid #9BB2C2;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.socials ul li:hover a {
	background-color: #fff;
}

.socials ul li:hover a i {
	color: #9BB2C2;
}

.socials span {
	display: inline-block;
}

.socials ul {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
}

.socials .fa-facebook {
	position: relative;
	font-size: 31px;
	left: 4px;
	top: 4px;
}

/* Small Desktop */

@media (max-width: 1200px) {
	.socials span {
		font-size: 22px;
	}

	.socials ul a {
		font-size: 20px;
		height: 30px;
		width: 30px;
		line-height: 29px;
	}

	.socials span {
		padding-top: 0;
	}

	.socials a i {
		font-size: 20px;
	}

	.socials .fa-facebook {
		font-size: 20px;
		left: 0;
		top: 0;
	}

	.socials {
		padding-right: 0;
	}
}

/* Mobile */

@media (max-width: 991px) {
	.socials {
		text-align: left;
		padding: 0 15px;
	}

	.socials ul {
		margin-left: 10px;
	}
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.testimonial blockquote {
	font-size: 42px;
	border-left: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 21px;
}

.testimonial strong {
	display: inline-block;
}

.testimonial cite {
	font-style: normal;
	font-size: 30px;
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.testimonial blockquote {
		font-size: 27px;
	}

	.testimonial cite {
		font-size: 20px;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.testimonial blockquote {
		font-size: 20px;
	}

	.testimonial cite {
		font-size: 15px;
	}
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/*********************************/
/*** Central Styles ****/
/*********************************/

.primaryColorBg, .calendarhead, .dirviewtitle, .accordion-section-title.active, .accordion-section-title:hover {
	background-color: #9BB2C2;
}

.primaryColorText, .primaryColorText a {
	color: #9BB2C2;
}

.secondaryColorBg, .accordion-section-title {
	background-color: #486A80;
}

.secondaryColorText, .secondaryColorText a {
	color: #486A80;
}

.tertiaryColorBg {
	background-color: #486A80;
}

.quaternaryColorText {
	color: #fff;
}

.tertiaryColorText, h2, h3, h1 {
	color: #486A80;
}

.contentPad {
	padding: 40px 0;
}
h1.title {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 0 30px;
	padding: 0
}
.title {
	font-size: 55px;
}
.titleLine, .titleLine2 {
	height: 7px;
	margin-bottom: 30px;
}
.titleLine2 {
	margin-bottom: 0;
}

.title2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.boldtext {
	color: #37a4d7;
	font-weight: bold;
}

.boldtext2 {
	color: #8b776c;
	font-weight: bold;
}

.colortext {
	color: #37a4d7;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*********************************/
/*** Home Page Boxes ****/
/*********************************/

.homebox .title2 {
	color: #fff;
	background-color: #6c5043;
	padding: 10px 0;
}

.homebox {
	border: 1px solid #6c5043;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.three-boxes-element {
	margin-bottom: 35px;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion {
	background-color: transparent;
}
.accordion .calendarhead {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	padding: 15px 15px 10px 45px;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead  {
	text-decoration: none;

}
.accordion-section-title.active, .accordion-section-title:hover {
	color: #fff;
}

.accordion-section-title {
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
}
.accordion-section-title::before {
	content: "+";
	font-family: 'Open Sans', sans-serif !important;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	color: #9BB2C2;
	left: 17px;
	top: 7px;
}
.accordion-section-title.active::before {
	content: '-';
	color: #fff;
}
.accordion-section-content {
	background-color: #f0f0f0;
	color: #000;
}

.accordion-arrow {
	display: none;
	float: left !important;
	margin-right: 10px;
	background-image: none;
}

.accordion-arrow.active {
	background-image: none;
}


/*********************************/
/*** Call to Action Form ****/
/*********************************/

.cta-header {
	font-size: 24px;
	margin-bottom: 15px;
}

.cta-wrapper label {
	font-weight: normal;
	margin: 5px 0 7px;
	font-size: 18px;
}

.cta-wrapper input[type="text"], .cta-wrapper input[type="password"], .cta-wrapper textarea {
	border-radius: 0;
	background: #fff;
}

.cta-wrapper #submit {
	margin-top: 7px;
}

@media (max-width: 991px) {
	.mnw-sidebar {
		margin-top: 30px;
	}

	.contact-img {
		margin: 20px auto;
	}
}

/*********************************/
/*** Styles ****/
/*********************************/
.day strong, .dirviewtitle strong, .calendarhead th, .calendarhead strong {
	font-weight: normal;
}
