@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
	font-weight: 400;
	color: #152f63;
	position: relative;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrap {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-width {
	max-width: 1024px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (max-width: 768px) {
body {
	font-size: 1.4rem;
}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
}
h1 { font-size: 3.8rem; line-height: 1.2; margin-bottom: 15px; color: #202c84; font-family: 'Merriweather', serif; font-weight: 300; }
h2 { font-size: 3rem; line-height: 1.25; color: #202c84; font-family: 'Merriweather', serif; font-weight: 300; }
h3 { font-size: 2.6rem; line-height: 1.3; color: #202c84; }
h4 { font-size: 2rem; line-height: 1.35; color: #202c84; }
h5 { font-size: 1.6rem; line-height: 1.35; color: rgba(23,29,43,0.6); }
p { margin-top: 0; }

.text-para1 {
	font-size: 1.8rem;
}
.text-center {
	text-align: center;
}
.text-light {
	font-weight: 300;
}
.text-small {
	font-size: 1.3rem;
}
.text-xsmall {
	font-size: 1.2rem;
}
.text-xxsmall {
	font-size: 1rem;
}
.text-xxxsmall {
	font-size: 0.8rem;
}
.text-right-center {
	text-align: right;
}
@media (max-width: 768px) {
.text-para1 {
	font-size: 1.6rem;
}
.text-right-center {
	text-align: center;
}
}
@media (max-width: 480px) {
h1 { font-size: 3.0rem; line-height: 1.2; }
h2 { font-size: 2.4rem; line-height: 1.25; }
h3 { font-size: 2rem; line-height: 1.3; }
h4 { font-size: 1.7rem; line-height: 1.35; }
h5 { font-size: 1.4rem; line-height: 1.35; }
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #3848bb;
}
a:hover {
	color: #8bbb00;
}
a.whitelinks {
	color: #FFF;
}
a.whitelinks:hover {
	color: #999;
}
a.yellowlinks {
	color: #C79F00;
}
a.darkbluelinks {
	color: #152F63;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.column-feature {
	float: left;
	background: #FFF;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 20px 40px 20px 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	   -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
.column {
		width: 100% !important;
	}
	.column-feature {
		width: 90% !important;
		margin: 0 5% 30px 5%;
		padding: 20px 20px 20px 20px;
	}
}

@media (max-width: 480px) {
.column {
	overflow: hidden;
}
.listing .column {
	padding: 15px;
}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background: #FFF;
}
header.menu {
	display: none;
	background: #FFF;
}
header.social {
	width: 40%;
	position: absolute;
	right: 15px;
	top: 30px;
	line-height: 2;
	font-size: 1.8rem;
	text-align: right;	
}
main {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
	padding: 80px 0 80px 0;
}
section {
	overflow: hidden;
}
section.subtle {
	background: #EEE;
	position: relative;
	clear: both;
}
.row.style1 {
	position: relative;
	background: #171D2B;
	clear: both;
}
.row.style2 {
	position: relative;
	background: #152f63;
	clear: both;
	overflow: hidden;
}
.row.style2 .column.twelve {
	padding: 70px 0px 70px 0%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured-business {
	background: rgba(255,255,255,0.8);
	width: 50%;
	padding: 30px 30px 20px 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row.style3 {
	position: relative;
	background: #FFF;
	clear: both;
	overflow: hidden;
}
footer.main {
	background: #171d2b;
	clear: both;
	overflow: hidden;
	padding: 50px 0 50px 0;
	color: #FFF;
}
footer.main h5 {
	color: #FFF;
}

@media (max-width: 768px) {
header.social {
	display: none;
}
header.menu {
	display: block;
	background: #FFF;
}
main {
	padding: 30px 0 80px 0;
}
.row.style2 {
	text-align: center;
}
.row.style2 .column.twelve {
	padding: 30px 0px 30px 0%;
}
.featured-business {
	width: 60%;
	padding: 20px 20px 15px 20px;
	margin: 0 0 0 20px;
	font-size: 0.9rem;
}
footer.main {
	padding: 20px 0 20px 0;
}
}
@media (max-width: 480px) {
}

/* Sliders
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ---------- Hero Slider ---------- */
#hero-slider {
	height: 500px;
	position: relative;
	clear: both;
}
#hero-slider .slides li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
#hero-slider .slides .flex-caption {
	width: 60%;
	max-width: 1024px;
	margin: 0 auto 0 auto;
	height: 500px;
	text-align: center;
	position: relative;
	top: 130px;
}
#hero-slider .slides .flex-caption h1 {
	font-size: 5rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
#hero-slider .slides .flex-caption h3 {
	font-size: 3rem;
	font-weight: 400;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	margin-top: 24px;
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
/* for oldIE - IE9 */
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
a.btn-hero-slider {
	background: #C79F00;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 120px;
	display: block;
	font-size: 1.5rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
a.btn-hero-slider:hover {
	background: #152F63;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
@media only screen and (max-width:768px) {
#hero-slider {
	min-height: auto;
	height: 400;
}
#hero-slider .slides li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: inherit;
}
#hero-slider .slides .flex-caption {
	height: 400px;
	top: 100px;
}
#hero-slider .slides .flex-caption h1 {
	font-size: 4rem;
}
#hero-slider .slides .flex-caption h3 {
	font-size: 2rem;
}
}
@media only screen and (max-width:480px) {
#hero-slider {
	min-height: auto;
	height: 300;
}
#hero-slider .slides .flex-caption {
	height: 300px;
	top: 70px;
	width: 80%;
}
#hero-slider .slides .flex-caption h1 {
	font-size: 2.4rem;
}
#hero-slider .slides .flex-caption h3 {
	font-size: 1.5rem;
}
a.btn-hero-slider {
	font-size: 1.2rem;
}
}
/* control nav */
#hero .flex-control-nav {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 90;
	text-align: center;
}
#hero .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#hero .flex-direction-nav {
	text-align: left;
	display: inline-block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
	background: #FFF;
	width: 100px;
	float: left;
}
#hero .flex-direction-nav a {
	color: #000;
}
#hero .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #FFFFFF;
}
#hero .flex-control-paging li a:hover {
	background: #c8c8c8;
}
#hero .flex-control-paging li a.flex-active {
	background: #C79F00;
	cursor: default;
}

/* ---------- Category Slider ---------- */

#category-slider {
	height: 500px;
	position: relative;
}
#category-slider .slides li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
#category-slider .slides .flex-caption {
	width: 60%;
	max-width: 1024px;
	margin: 0 auto 0 auto;
	height: 500px;
	text-align: center;
	position: relative;
	top: 130px;
}
#category-slider .slides .flex-caption h1 {
	font-size: 5rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
#category-slider .slides .flex-caption h3 {
	font-size: 3rem;
	font-weight: 400;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	margin-top: 24px;
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
/* for oldIE - IE9 */
.oldie #category-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.oldie #category-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
a.btn-hero-slider {
	background: #C79F00;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 120px;
	display: block;
	font-size: 1.5rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
a.btn-hero-slider:hover {
	background: #152F63;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
@media only screen and (max-width:768px) {
#category-slider {
	min-height: auto;
	height: 400;
}
#category-slider .slides li {
	background-attachment: inherit;
}
#category-slider .slides .flex-caption {
	height: 400px;
	top: 100px;
}
#category-slider .slides .flex-caption h1 {
	font-size: 4rem;
}
#category-slider .slides .flex-caption h3 {
	font-size: 2rem;
}
}
@media only screen and (max-width:480px) {
#category-slider {
	min-height: auto;
	height: 300;
}
#category-slider .slides .flex-caption {
	height: 300px;
	top: 70px;
	width: 80%;
}
#category-slider .slides .flex-caption h1 {
	font-size: 2.4rem;
}
#category-slider .slides .flex-caption h3 {
	font-size: 1.5rem;
}
a.btn-hero-slider {
	font-size: 1.2rem;
}
}

/* ---------- Featured Business Slider ---------- */

#featured-business-slider {
	height: 400px;
	position: relative;
}
#featured-business-slider .slides li {
	height: 400px;
}
#featured-business-slider .slides .flex-caption {
	width: 600px;
	max-width: 1024px;
	text-align: left;
	position: relative;
	background: rgba(255,255,255,0.6);
	padding: 40px;
	left: 10%;
	height: 270px;
	top: 40px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#featured-business-slider .slides .flex-caption h2 {
	font-size: 2.6rem;
}
#featured-business-slider .slides .flex-caption p {
	font-size: 1.4rem;
	font-weight: 400;
}
#featured-business-slider .slides .flex-caption h2 a {
	color: #152F63;
}
#featured-business-slider .slides .flex-caption h2 a:hover {
	color: #3848BB;
}
a.btn-featured-business {
	background: #152F63;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 150px;
	display: block;
	font-size: 1.3rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	bottom: 40px;
}
a.btn-featured-business:hover {
	background: #C79F00;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
@media only screen and (max-width:768px) {
#featured-business-slider {
	min-height: auto;
	height: auto;
}
#featured-business-slider .slides .flex-caption {
	height: auto;
	top: 50px;
	width: 90%;
	margin: 0;
	left: 5%;
	padding-bottom: 80px;
}
#featured-business-slider .slides .flex-caption h1 {
	font-size: 4rem;
}
#featured-business-slider .slides .flex-caption h3 {
	font-size: 2rem;
}
}
@media only screen and (max-width:480px) {
}


/* Navigation - MAIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.topmenu {
	position: absolute;
	right: 0;
	top: 80px;
}
nav.topmenu ul {
	list-style: none;
	margin: 0;
}
nav.topmenu ul li {
	float: left;
}
nav.topmenu ul li a {
	color: #0051B0;
	margin: 0 25px 0 25px;
	display: block;
	font-weight: 700;
}
nav.topmenu ul li a:hover {
	color: #3848bb;
}

.trigger, .trigger-close {
	display: none;
}
nav.menu {
	max-width: 100%;
	margin: 0 auto;
	height: 50px;
	position: relative;
	z-index: 400;
}
.cbp-hrmenu-main {
	width: 100%;
	clear: both;
	position: relative;
	height: 50px;
	z-index: 100;
}
.cbp-hrmenu-main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cbp-hrmenu-main > ul, .cbp-hrmenu-main .cbp-hrsub-inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.cbp-hrmenu-main > ul > li, .cbp-hrmenu-main > li {
	display: block;
	float: left;
	width: 20%;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 60px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cbp-hrmenu-main > ul > li > a, .cbp-hrmenu-main > li > a {
	color: #193260;
	display: block;
	text-align: center;
}
.cbp-hrmenu-main > ul > li > a:hover, .cbp-hrmenu-main > ul > li > a:focus, .cbp-hrmenu-main > li > a:hover, .cbp-hrmenu-main > li > a:focus {
	color: #FFF;
	background: #3848bb;
}
.cbp-hrmenu-main > ul > li.cbp-hropen a, .cbp-hrmenu-main > ul > li.cbp-hropen > a:hover, .cbp-hrmenu-main > li.cbp-hropen a, .cbp-hrmenu-main > li.cbp-hropen > a:hover {
	color: #FFF;
}
li.events {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/* sub-menu */
.cbp-hrmenu-main .cbp-hrsub h3 {
	font-size: 1.8rem;
}
.cbp-hrmenu-main .cbp-hrsub {
	display: none;
	position: absolute;
	background: #EEE;
	width: 100%;
	left: 0;
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	width: 100%;
	position: absolute;
	padding: 40px 40px 10px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li, .cbp-hrmenu-main .cbp-hrsub-inner > li {
	float: left;
	width: 25%;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.2;
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li:before, .cbp-hrmenu-main .cbp-hrsub-inner > li:before {
	content: "\f105";
  	font-family: FontAwesome;
	color: #202c84;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
    
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li:nth-child(1), .cbp-hrmenu-main .cbp-hrsub-inner > li:nth-child(1) {
	width: 100%;
	border-bottom: solid 1px #DDD;
	margin-bottom: 20px;
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li:nth-child(1):before, .cbp-hrmenu-main .cbp-hrsub-inner > li:nth-child(1):before {
	content: none !important;
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li a, .cbp-hrmenu-main .cbp-hrsub-inner > li a {
	display: block;
	padding: 0;
	background-image: url(../images/icon-arrow-right.png) no-repeat;
	background-position: right 20px center;
	background-size: 8px 8px;
	color: #152f63;
	font-weight: bold;
    
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li a:hover, .cbp-hrmenu-main .cbp-hrsub-inner > li a:hover {
	background-image: url(../images/icon-arrow-right.png) no-repeat;
	background-position: right 20px center;
	background-size: 8px 8px;
	color: #2d3b9f;
}
.cbp-hrmenu-main .cbp-hrsub-inner:before, .cbp-hrmenu-main .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu-main .cbp-hrsub-inner:after {
	clear: both;
}

@media only screen and (max-width:768px)  {
nav.topmenu {
	display: none;
}
nav.menu {
	position: fixed;
	z-index: 200;
	background: #FFF;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
nav.menu-slide {
	height: 100%;
	overflow-y: auto;
	top: 0;
	width: 80%;
	left: 0;
	background: #FFF;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
nav.menu-slide.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.cbp-hrmenu-main > ul > li, .cbp-hrmenu-main > li {
	width: 100%;
}
.cbp-hrmenu-main > ul > li > a {
	text-align: left;
	padding: 0 20px 0 20px;
	background: url(../images/../images/icon-arrow-down-blue.png) no-repeat;
	background-position: right 20px center;
	background-size: 8px 8px;
	line-height: 50px;
}
.cbp-hrmenu-main > ul > li > a:hover, .cbp-hrmenu-main > ul > li > a:focus {
	text-align: left;
	padding: 0 30px 0 30px;
	background: #3848bb url(../images/icon-arrow-down.png) no-repeat;
	background-position: right 20px center;
	background-size: 8px 8px;
}
.cbp-hrmenu-main > li > a {
	text-align: left;
	padding: 0 20px 0 20px;
	line-height: 50px;
}
.cbp-hrmenu-main > li > a:hover, .cbp-hrmenu-main > li > a:focus {
	text-align: left;
	padding: 0 30px 0 30px;
	background: #3848bb;
}
.cbp-hrmenu-main .cbp-hrsub-inner > ul > li, .cbp-hrmenu-main .cbp-hrsub-inner > li {
	width: 100%;
	float: left;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 40px;
}
.cbp-hropen .cbp-hrsub {
	width: 100%;
	margin: 0;
	border-radius: 0;
	padding: 30px;
	position: relative;
}
.trigger {
	position: absolute;
	right: 10px;
	top: 20px;
	display: block;
	color: #FFF;
	background: url(../images/icon-menu.png) #FFF no-repeat;
	background-size: 25px 25px;
	background-position: center center;
	border: none;
	width: 50px;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 0;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	display: none;
	color: #FFF;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/icon-close.png) #FFF no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	border: none;
	line-height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger-close:focus {
	outline: none;
}
}

/* Navigation - FEATURE ITEMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cbp-hrmenu {
	width: 100%;
	clear: both;
	position: relative;
	height: 125px;
	background: #171D2B url(../images/bg-row.png) no-repeat center center;
	background-size: cover;
	z-index: 10;
}
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.cbp-hrmenu > ul > li {
	display: block;
	float: left;
	width: 16.666%;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-size: 45px 45px;
	background-position: top 15px center;
	background-repeat: no-repeat;
	padding: 5px 20px 5px 20px;
}
.cbp-hrmenu > ul > li > a {
	color: #FFF;
	display: block;
	padding: 60px 0 5px 0;
	height: 50px;
	text-align: center;
}
.cbp-hrmenu > ul > li > a:hover {
	color: #FFF;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #FFF;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #FFF;
	width: 100%;
	left: 0;
}
.cbp-hropen .cbp-hrsub {
	display: block;
}
.cbp-hrmenu .cbp-hrsub-inner > ul {
	width: 100%;
	float: left;
	padding: 0 20px 25px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cbp-hrmenu .cbp-hrsub-inner > ul > li:first-child {
	font-size: 2.5rem;
    width: 100%;
}
.cbp-hrmenu .cbp-hrsub-inner > ul > li {
	width: 50%;
	float: left;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.5;
}
.cbp-hrmenu .cbp-hrsub-inner > ul > li a {
	display: block;
}
.cbp-hrmenu .cbp-hrsub-inner > ul > li a:hover {
	text-decoration: underline;
}
.cbp-hrmenu .cbp-hrsub-inner:before, .cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

@media screen and (max-width: 1024px) {
.cbp-hrmenu > ul > li {
	font-size: 1.3rem;
	min-height: 130px;
}
.cbp-hrmenu > ul > li > a {
	color: #FFF;
	height: auto;
}
}
@media screen and (max-width: 768px) {
.cbp-hrmenu {
	border-bottom: none;
}
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0;
	padding: 0;
}
.cbp-hrmenu > ul > li {
	display: block;
	float: left;
	width: 100%;
	min-height: 40px;
	background-size: 30px 30px;
	background-position: left 10px center;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
}
.cbp-hrmenu > ul > li > a {
	width: 100%;
	line-height: 3;
	font-size: 1.2rem;
	display: block;
	color: #FFF;
	text-align: left;
	padding: 5px 0 5px 40px;
}
.cbp-hrmenu .cbp-hrsub {
	position: relative;
	background: #47a3da;
	width: 100%;
	left: 0;
}
.cbp-hrmenu .cbp-hrsub-inner > ul {
	width: 100%;
	padding: 0;
    margin: -20px 0 0 0;
}
.cbp-hrmenu .cbp-hrsub-inner > ul > li:first-child {
	font-size: 2rem;
    width: 100%;
    border-top: solid 1px #FFF;
}
.cbp-hrmenu .cbp-hrsub-inner > ul > li {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.5;
	padding: 0 15px 0 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
ul.no-bullets {
	list-style: none;
	margin: 0;
}
ul.no-bullets li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
}
ul.featitems {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 20px;
	width: 100%;
	max-width: 1024px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li {
	width: 29.333%;
	float: left;
	margin: 0 2% 20px 2%;
	background: #171d2b;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.2;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li:nth-child(3n+1) {
	clear: left;
}
ul.featitems li:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.featitems li img  {
	width: 100%;
	height: auto;
	display: block;
}
ul.featitems li a {
	color: #FFF;
	display: block;
}
ul.featitems li p {
	padding: 20px;
}
ul.featitems li strong {
	display: block;
	font-size: 2rem;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	ul.featitems li {
		width: 46%;
	}
	ul.featitems li:nth-child(3n+1) {
	clear: none;
	}
	ul.featitems li:nth-child(2n+1) {
	clear: left;
	}
}
@media (max-width: 480px) {
	ul.featitems li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	ul.featitems li:nth-child(3n+1) {
		clear: none;
	}
	ul.featitems li:nth-child(2n+1) {
		clear: none;
	}
}

ul.section-navigation {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: solid 1px #EEE;
	border-top: solid 1px #EEE;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.section-navigation li {
	width: 33.333%;
	float: left;
	line-height: 2;
	font-weight: bold;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.section-navigation li:before {
	content: "\f105";
  	font-family: FontAwesome;
	color: #202c84;
}
ul.section-navigation li a {
	color: #202c84;
	padding: 8px 5px;
	display: inline-block;
}
ul.section-navigation li a:hover {
	color: #3848bb;
	text-decoration: underline;
}
ul.list-columns-3 {
	margin: 0 0 0 20px;
	overflow: hidden;
	list-style: none;
	background: #EEE;
	border-radius: 5px;
}
ul.list-columns-3 li {
	width: 50%;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 20px;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: solid 1px #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.list-columns-3 li:before {
	content: "\f046";
  	font-family: FontAwesome;
	margin-right: 5px;
}
ul.events-calendar {
	margin: 0 0 20px 0;
	overflow: hidden;
	list-style: none;
}
ul.events-calendar li {
	width: 31.333%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
	margin: 0 2% 15px 0;
	background: #152F63 url(../images/border.png) no-repeat;
	background-position: top;
	background-size: contain;
	min-height: 330px;
	color: #FFF;
}
ul.events-calendar li img {
	width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
	display: block;
}
ul.events-calendar li a {
	font-size: 2rem;
	color: #FFF;
	font-weight: 100;
}
ul.events-calendar li a:hover {
	text-decoration: underline;
}
ul.plain-columns-2 {
	margin: 0 0 20px 0;
	overflow: hidden;
	list-style: none;
}
ul.plain-columns-2 li {
	width: 46%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	margin: 0 2% 50px 2%;
	background: #EEE;
	background-position: top;
	background-size: contain;
	color: #171D2B;
	border: solid 1px #DDD;
	height: 350px;
	border-radius: 10px;
}
ul.images {
	list-style: none;
	margin: 0 0 30px 0;
	overflow: hidden;
}
ul.images li {
	width: 100%;
	float: left;
	margin: 0 1% 15px 1%;
}
ul.images li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.footer-sitemap {
	list-style: none;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
}
ul.footer-sitemap li {
	float: left;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #FFF;
}
ul.footer-sitemap li:last-child {
	border: none;
}
ul.footer-sitemap li a {
	padding: 5px 20px 5px 20px;
	display: block;
	color: #FFF;
	font-size: 1.1rem;
}
ul.footer-sitemap li a:hover {
	opacity: 0.7;
}
ul.sitemap {
	list-style: none;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.sitemap li {
	padding: 5px 0 5px 0;
	font-size: 1.2rem;
}
ul.sitemap li a {
	color: #171D2B;
}
ul.sitemap li a:hover {
	color: #8BBB00;
}
@media (max-width: 768px) {
ul.section-navigation li {
	width: 50%;
	font-size: 1.2rem;
	padding: 5px 0 5px 0;
	line-height: 1.5;
}
ul.section-navigation li a {
	color: #202c84;
	padding: 2px 5px;
	display: inline-block;
}
ul.upcoming-events-home li {
	width: 90%;
	min-height: auto;
	margin: 0 5% 15px 5%;
}
ul.events-calendar li {
	width: 48%;
}
ul.events-calendar li a {
	font-size: 1.7rem;
}
ul.events-calendar-bike li {
	width: 100%;
	min-height: auto;
}
ul.plain-columns-2 li {
	width: 100%;
}
ul.list-columns-3 li {
	width: 100%;
}
ul.images {
	list-style: none;
	margin: 0 0 30px 0;
	overflow: hidden;
}
ul.images li {
	width: 48%;
	float: left;
	margin: 0 4% 10px 0;
}
ul.images li:nth-child(2) {
	margin: 0 0 10px 0;
}
ul.images li:last-child {
	width: 100%;
}
}
@media (max-width: 480px) {
ul.section-navigation {
	width: 100%;
	padding: 10px 0 10px 0;
}
ul.section-navigation li {
	width: 100%;
}
ul.events-calendar li {
	width: 100%;
	height: 100px;
}
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tab {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
.tabs {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.tabs li {
	float: left;
	line-height: 38px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 10px;
}
.tabs a {
	background-color: #eff0f2;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 10px 50px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #152f63;
	border-radius: 10px;
}
.tabs a:hover {
	background-color: #2d3b9f;
	color: #FFF;
}
.tabs_item {
	display: block;
	padding: 30px 0;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.tabs_item h4 {
	font-weight: bold;
	color: #2d3b9f;
	font-size: 3rem;
	margin-bottom: 20px;
}
.tabs_item h3 {
	font-weight: none;
	color: #2d3b9f;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.tabs_item:first-child {
	display: block;
}
.current a {
	color: #fff;
	background: #152f63;
}
.tab hr.style3 {
	margin: 40px 0;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	margin: 20px 10px 20px 10px;
}
img.logo-footer {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
img.listing-gallery-lrg {
	width: 48%;
	height: auto;
	display: block;
	float: left;
	margin: 0 2% 15px 0;
	border-radius: 3px;
}
img.listing-gallery-sm {
	width: 23%;
	height: auto;
	display: block;
	float: left;
	margin: 0 2% 15px 0;
	border-radius: 3px;
}
img.full {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 3px;
}
img.page-full {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0 30px 0;
	border-radius: 3px;
}
img.full300 {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}
img.right {
	width: 40%;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 15px 20px;
}
img.divide {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

/* Image Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image {
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
	width: 100%;
}
.image:hover {
	opacity: 0.7;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
}
/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}
/*Caption of Modal Image*/
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}
/*Animation*/
.modal-content, #caption {
	-webkit-animation-name: zoom;
	animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
 from {
transform: scale(0)
}
 to {
transform: scale(1)
}
}
@keyframes zoom {
 from {
transform: scale(0)
}
 to {
transform: scale(1)
}
}
/* Close Button*/
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover, .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 768px) {
img.logo {
	width: 120px;
	height: auto;
	margin: 5px 10px 5px 10px;
}
.modal-content {
	width: 100%;
}
}
@media (max-width: 480px) {
img.listing-gallery-lrg {
	width: 98%;
}
img.listing-gallery-sm {
	width: 48%;
}
img.right {
	width: 100%;
	height: auto;
	display: block;
	float: right;
}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
	margin: 0;
	list-style: none;
}
ul.form li {
	width: 98%;
	float: left;
	margin-bottom: 5px;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 3px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid red;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 0 auto 20px auto;
	background: #233063;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 5px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-style1 {
	background: #152F63;
	padding: 5px 20px 5px 20px;
	line-height: 2;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
    margin-bottom: 5px;
}
a.btn-style1:hover {
	background: #3848BB;
}
a.btn-style2 {
	background: #C79F00;
	padding: 5px 20px 5px 20px;
	line-height: 2;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
}
a.btn-style2:hover {
	background: #3848BB;
}
a.btn-style3 {
	background: #152F63;
	padding: 5px 20px 5px 20px;
	line-height: 2;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
}
a.btn-style3:hover {
	background: #3848BB;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 15px;
	font-size: 5rem;
	z-index: 100;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .7;
}
.cd-top:hover {
	color: #202c84;
	opacity: 1;
}
.no-touch .cd-top:hover {
	color: #202c84;
	opacity: 1;
}

@media (max-width: 768px) {
	.cd-top {
		display: none;
	}
}
@media (max-width: 480px) {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.border {
	height: 8px;
	background: url(../images/border.png) no-repeat;
	background-size: cover;
}
hr.style1 {
	margin: 60px 0 60px 0;
	border-top: solid 1px #DDD;
	border-bottom: none;
}
hr.style2 {
	margin: 40px 0 40px 0;
	border-top: solid 1px #DDD;
	border-bottom: none;
	clear: both;
}
hr.style3 {
	margin: 20px 0 20px 0;
	border-top: solid 1px #DDD;
	border-bottom: none;
	clear: both;
}
.clearfix {
	clear: both;
}
.map {
	margin: 20px 0;
}
.video {
	width: 100%;
	max-width: 768px;
	height: 350px;
	display: block;
	margin: 0 auto 20px auto;
}
.video-home {
	width: 100%;
	max-width: 768px;
	height: 350px;
	display: block;
	margin: 30px auto 0 auto;
}
table {
	margin: 0 0 20px 0;
	font-size: 1.3rem;
}
th {
	padding: 10px;
	border: solid 1px #FFF;
}
td {
	padding: 5px 10px 5px 10px;
	border: solid 1px #FFF;
}
tr {
	border: solid 1px #FFF;
}
.display-sm-only {
	display: none !important;
}
i {
	margin: 0 10px 0 0;
}
i.stars {
	margin: 0 3px 0 0 !important;
}
i.icon-lrg {
	font-size: 3rem;
	float: left;
	margin: 7px 10px 0 0;
}
.map-full {
	width: 100%;
	height: 250px;
	margin: 0 0 15px 0;
	border-radius: 5px;
}
.map-full-lrg {
	width: 100%;
	height: 330px;
	margin: 0 0 15px 0;
	border-radius: 5px;
}
.movie {
	width: 100%;
	height: 340px;
}
blockquote {
	border-left: solid 3px #171D2B;
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 1.2rem;
}
.accord {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 768px;
}
.accord-child {
	margin: 10px;
}
.accord-head {
	background: #EEE url(../images/icon-arrow-down-blue.png) no-repeat right 25px center;
	background-size: 20px 20px;
	padding: 20px 50px 20px 20px;
	margin-bottom: 15px;
	border: solid 1px #DDD;
	border-radius: 10px;
}
.accord-head.featured {
	background-color: rgba(56,72,187,0.2);
    border: solid 1px rgba(56,72,187,0.5);
}
.accord-head h3 {
	font-size: 1.8rem;
	margin: 0;
}
.accord-head h5 {
	font-size: 1.4rem;
	margin: 0 0 5px 0;
}
.accord-content{
	background-color: #FFF;
	border-radius: 10px;
	margin: -5px 0 30px 0;
	padding: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: none;
}
@media (max-width: 768px) {
	.accord-head h3 {
		font-size: 1.5rem;
	}
	.accord-head h5 {
		font-size: 1.2rem;
		margin: 0 0 5px 0;
	}
	.accord-content{
	padding: 0;
}
}

@media (max-width: 768px) {
.display-sm-only {
	display: inline-block !important;
}
i.right {
	position: absolute;
	top: 15px;
	right: 15px;
}
}
@media (max-width: 480px) {
.accord-content{
	padding: 20px;
}
.video-home {
	width: 100%;
	max-width: 768px;
	height: 200px;
	display: block;
	margin: 0 auto 0 auto;
}
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*Removes default x in search fields (webkit only)*/
  input[type=search]::-webkit-search-cancel-button{-webkit-appearance: none;}
  /*Changes the color of the placeholder*/
  ::-webkit-input-placeholder{color: #0d2840; opacity: .5;}
  :-moz-placeholder{color: #0d2840; opacity: .5;}
  ::-moz-placeholder{color: #0d2840; opacity: .5;}
  :-ms-input-placeholder{color: #0d2840; opacity: .5;}
  
div.gsc-control-cse.gsc-control-cse-en {
    width: 40%;
    border: 0;
    padding: 0;
    margin: 0;
}
#gs_tti50 input {
    /*border: 2px solid #777 !important;*/
    outline: none!important;
    width: 50px !important;
    height: 100% !important;
    border-radius: 0!important;
    margin: -3px 0 auto!important;
    cursor: pointer;
    font-size: 1em;
    color: #0d2840!important;
    padding: 14px 14px 14px 14px!important;
    -moz-transition: all .3s cubic-bezier(0,0,.5,1.5)!important;
    -webkit-transition: all .3s cubic-bezier(0,0,.5,1.5)!important;
    -o-transition: all .3s cubic-bezier(0,0,.5,1.5)!important;
    -ms-transition: all .3s cubic-bezier(0,0,.5,1.5)!important;
    transition: all .3s cubic-bezier(0,0,.5,1.5)!important;
    background: #FFF url(../images/icon-search.png) no-repeat right 10px center!important;
    background-size: 22px!important;
}

/*expands when search icon is clicked*/
input#gsc-i-id1:focus{
    width: 295px !important; 
    -webkit-background-position: 190px right !important; 
    -moz-background-position: 190px right !important; 
    -o-background-position: 190px right !important; 
    -ms-background-position: 190px right !important; 
    background-position: 190px right !important; 
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.1)!important;
    color: #000000;
}
table.gsc-search-box td {
    vertical-align: top !important;
}

/** Google Original Style **/
/*googles input text box*/
.gsc-input div.gsc-input-box {
    width: 0;
    height: 25px;
    margin: 2% 0 0 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
	position: absolute;
	top: 10px;
	right: 320px;
	z-index: 100;
}
.gsc-input-box-focus, .gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    /*
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    */
    box-shadow: none !important;
    outline: none;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: none !important;
}
/*Hide Googles search button*/
.gsib_a { padding: 0 !important; margin: 0 !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important; 
    margin: 0 !important;
}
td.gsc-search-button, .gsc-search-box-tools .gsc-clear-button { 
  display: none; 
}
/*Hide googles delete font box*/
td.gsib_b {
  display: none;
}
/*Hide Googles search content style*/
.cse .gsc-control-cse, .gsc-control-cse {
  width: 0 !important;
  padding: 0 !important;
  background-color: none;
}

@media (max-width: 768px) {
input#gsc-i-id1:focus{
    width: 195px !important; 
	position: absolute;
	left: -145px;
}
	.gsc-input div.gsc-input-box {
		width: 0;
		height: 25px;
		margin: 0 0 0 0;
		border-left: 0;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		position: absolute;
		top: 9px;
		right: 110px;
		z-index: 100;
		padding: 10px 0;
	}
}








/* Filter
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix {
 *zoom: 1;
/* Für den IE6 und IE7 */
}
.vh, .filter input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 1px;
}
.show-item, input[type="checkbox"]#all:checked ~ .filter__content .filter__item[data-filter] {
    visibility: visible;
    width: 100%;
    transition: 0s;
}
.show-item span, input[type="checkbox"]#all:checked ~ .filter__content .filter__item[data-filter] span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hide-item, input[type="checkbox"]#january:checked ~ .filter__content .filter__item:not([data-filter*="january"]), 
input[type="checkbox"]#february:checked ~ .filter__content .filter__item:not([data-filter*="february"]), 
input[type="checkbox"]#march:checked ~ .filter__content .filter__item:not([data-filter*="march"]), 
input[type="checkbox"]#april:checked ~ .filter__content .filter__item:not([data-filter*="april"]), 
input[type="checkbox"]#may:checked ~ .filter__content .filter__item:not([data-filter*="may"]), 
input[type="checkbox"]#june:checked ~ .filter__content .filter__item:not([data-filter*="june"]),
input[type="checkbox"]#july:checked ~ .filter__content .filter__item:not([data-filter*="july"]),
input[type="checkbox"]#august:checked ~ .filter__content .filter__item:not([data-filter*="august"]),
input[type="checkbox"]#september:checked ~ .filter__content .filter__item:not([data-filter*="september"]),
input[type="checkbox"]#october:checked ~ .filter__content .filter__item:not([data-filter*="october"]),
input[type="checkbox"]#november:checked ~ .filter__content .filter__item:not([data-filter*="november"]),
input[type="checkbox"]#december:checked ~ .filter__content .filter__item:not([data-filter*="december"]){
    visibility: hidden;
    width: 0;
    transition: 0s .2s;
}
.hide-item span, 
input[type="checkbox"]#january:checked ~ .filter__content .filter__item:not([data-filter*="january"]) span, 
input[type="checkbox"]#february:checked ~ .filter__content .filter__item:not([data-filter*="february"]) span, 
input[type="checkbox"]#march:checked ~ .filter__content .filter__item:not([data-filter*="march"]) span, 
input[type="checkbox"]#april:checked ~ .filter__content .filter__item:not([data-filter*="april"]) span, 
input[type="checkbox"]#may:checked ~ .filter__content .filter__item:not([data-filter*="may"]) span, 
input[type="checkbox"]#june:checked ~ .filter__content .filter__item:not([data-filter*="june"]) span,
input[type="checkbox"]#july:checked ~ .filter__content .filter__item:not([data-filter*="july"]) span, 
input[type="checkbox"]#august:checked ~ .filter__content .filter__item:not([data-filter*="august"]) span, 
input[type="checkbox"]#sepember:checked ~ .filter__content .filter__item:not([data-filter*="september"]) span, 
input[type="checkbox"]#october:checked ~ .filter__content .filter__item:not([data-filter*="october"]) span, 
input[type="checkbox"]#november:checked ~ .filter__content .filter__item:not([data-filter*="november"]) span, 
input[type="checkbox"]#december:checked ~ .filter__content .filter__item:not([data-filter*="december"]) span {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* Filter  */
.filter {
    display: flex;
    margin-top: 50px;
}

.filter__control {
    width: 20%;
    padding: 20px 0 0 0;
}
.filter__button {
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    color: #333;
    position: relative;
    overflow: hidden;
    transition: .2s ease-in-out;
    border: solid 1px #DDD;
    border-radius: 50px;
    margin-bottom: 5px;
}
.filter__button:before {
    content: '';
    display: block;
    background: #FFF;
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: .2s ease-in-out;
}
.filter__button:hover {
    padding-left: 25px;
}
.filter__button:hover:before {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.filter__button.disabled, input[type="checkbox"]#all:checked ~ .filter__control .filter__button:not([for="all"]) {
    color: #ccc;
    padding-left: 20px !important;
    background: none !important;
    cursor: default;
    pointer-events: none;
}
.filter__button.disabled:before, input[type="checkbox"]#all:checked ~ .filter__control .filter__button:not([for="all"]):before {
    background: #ccc;
    opacity: 1;
    -webkit-transform: translateX(-10px) !important;
    transform: translateX(-10px) !important;
}

/* Filter Content */
.filter__content {
    width: 100%;
}
.filter__list {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.filter__item {
    position: relative;
    width: 100%;
    background: #152F63;
    height: 180px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    background-image:  url(../images/border.png);
	background-position: top -10px center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.filter__item:before {
    content: '';
    display: block;
}
.filter__item img {
    width: 160px;
    height: auto;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 3px;
}
.filter__item p.tag {
    border: solid 1px #FFF;
    border-radius: 50px;
    font-size: 1.1rem;
    display: table;
    padding: 3px 10px;
}
.filter__item p.date {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 10px 30px 10px 20px;
    font-size: 1.3rem;
    background-color: #3848BB;
    border-radius: 3px 0 0 3px;
}
.filter__item span {
    position: absolute;
    color: #fff;
    width: 100%;
    border-radius: 2px;
    transition: .2s;
    padding: 40px 0 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 5px;
    top: -1px;
}

input[type="checkbox"]#all:checked ~ input[type="checkbox"] { display: none;}
input[type="checkbox"]#all:checked ~ .filter__control .filter__button[for="all"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#all:checked ~ .filter__control .filter__button[for="all"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#january:checked ~ .filter__control .filter__button[for="january"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#january:checked ~ .filter__control .filter__button[for="january"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#february:checked ~ .filter__control .filter__button[for="february"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#february:checked ~ .filter__control .filter__button[for="february"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#march:checked ~ .filter__control .filter__button[for="march"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#march:checked ~ .filter__control .filter__button[for="march"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#april:checked ~ .filter__control .filter__button[for="april"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#april:checked ~ .filter__control .filter__button[for="april"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#may:checked ~ .filter__control .filter__button[for="may"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#may:checked ~ .filter__control .filter__button[for="may"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#june:checked ~ .filter__control .filter__button[for="june"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#june:checked ~ .filter__control .filter__button[for="june"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#july:checked ~ .filter__control .filter__button[for="july"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#july:checked ~ .filter__control .filter__button[for="july"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#august:checked ~ .filter__control .filter__button[for="august"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#august:checked ~ .filter__control .filter__button[for="august"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#september:checked ~ .filter__control .filter__button[for="september"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#september:checked ~ .filter__control .filter__button[for="september"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#october:checked ~ .filter__control .filter__button[for="october"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#october:checked ~ .filter__control .filter__button[for="october"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#november:checked ~ .filter__control .filter__button[for="november"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#november:checked ~ .filter__control .filter__button[for="november"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

input[type="checkbox"]#december:checked ~ .filter__control .filter__button[for="december"] { background: #fff; padding-left: 30px; border: solid 1px #152F63; }
input[type="checkbox"]#december:checked ~ .filter__control .filter__button[for="december"]:before { -webkit-transform: translateX(0px); transform: translateX(0px); }

@media screen and (max-width: 768px) {
    .filter {
        display: block;
    }
    .filter__control {
        width: 100% !important;
        max-width: 550px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    .filter__content {
        width: 100%;
    }
    .filter__button {
        display: inline-block;
        padding: 5px 20px;
    }
    .filter__item {
        width: 100%;
        max-width: 480px;
        height: 200px;
        margin: 0 auto 20px auto;
        background-position: top -5px center;
    }
    .filter__item p.tag {
        position: absolute;
        top: 30px;
        left: 20px;
    }
    .filter__item p.date {
        font-size: 1.1rem;
        padding: 5px 15px;
        top: 30px;
    }
    .filter__item span {
        position: absolute;
        color: #fff;
        width: 100%;
        border-radius: 2px;
        transition: .2s;
        padding: 70px 20px 70px 20px;
    }
}

@media screen and (max-width: 480px) {
    .filter {
        flex-direction: column;
    }
    .filter__control {
        padding: 40px 0 20px;
    }
    .filter__button {
        display: inline-block;
    }
    .filter__content {
        width: 100%;
    }
    .filter__item {
        width: 100%;
        height: 160px;
        background-position: top 0 center;
    }
    .filter__item p.tag {
        font-size: 0.9rem;
    }
    .filter__item p.date {
        font-size: 0.9rem;
    }
    .filter__item img {
        width: 80px;
        margin: 0 15px 0 0;
    }
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal,
.modal-box {
  z-index: 900;
}
.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(23,29,43,0.9);
  overflow: auto;
}
.modal-box {
  position: relative;
    overflow: hidden;
    background: #FFF;
    padding: 30px;
    color: #6D7079;
  width: 80%;
  max-width: 1024px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
    border-radius: 5px;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.modal-box .column.four {
    background-color: #EEE;
    margin: 30px 0 0 0;
    padding: 40px 30px;
    border-radius: 3px;
    background-image: url(../images/border.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.modal-box h2 {
    font-size: 4rem;
}
.modal-box h5 {
    color: #152F63;
}
.modal-box img {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: block;
}
.modal-trigger {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease .2s;
}
a.modal-trigger {
  color: #FFF;
  text-decoration: none;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
}
a.modal-trigger:hover {
    color: #C8A000;
}
.close-modal {
  text-align: right;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
    .modal-box .column.eight {
        padding: 10px;
    }
    .modal-box h2 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 480px) {
    .modal-box .column.eight {
        padding: 0;
    }
    a.modal-trigger {
        font-size: 1.7rem;
    }
}

/* Animation */
@-webkit-keyframes modalbox {
  0% { top: -250px; opacity: 0; }
  100% { top: 0;  opacity: 1; }
}
@keyframes modalbox {
  0% { top: -250px;  opacity: 0; }
  100% { top: 0;  opacity: 1; }
}



/* Featured Listing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.featured-listings {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.featured-listings li {
    box-sizing: border-box;
    width: 33.333%;
    background-size: 100px 100px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 120px;
    margin-bottom: 15px;
}
ul.featured-listings li h4 {
    font-size: 1.6rem;
    margin: 0 0 5px 0;
}
ul.featured-listings li p {
    font-size: 1.2rem;
    margin: 0;
}

@media screen and (max-width: 768px) {
    ul.featured-listings li {
        width: 100%;
    }
    ul.featured-listings li h4 {
        font-size: 1.4rem;
        margin: 0 0 5px 0;
    }
    ul.featured-listings li p {
        font-size: 1.1rem;
        margin: 0;
    }
}



