@charset "utf-8";

/*
Semi-Bold
font-family: 'freight-text-pro', serif;
font-weight: 600;
font-style: normal;

Light
font-family: 'neue-haas-unica', sans-serif;
font-weight: 300;
font-style: normal;

Regular
font-family: 'neue-haas-unica', sans-serif;
font-weight: 400;
font-style: normal;

Medium
font-family: 'neue-haas-unica', sans-serif;
font-weight: 500;
font-style: normal;

Medium Italic
font-family: 'neue-haas-unica', sans-serif;
font-weight: 500;
font-style: italic;
*/

body {
	background-color: rgb(16,61,94);
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 300;
	font-style: normal;
}
#page-wrap {
}
p {
	font-size: 18px;
	color: rgba(100,100,100,1.00);
}
strong {
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 500;
	font-style: italic;
}
#page-wrap h1, #page-wrap h2, #page-wrap h3 {
	font-family: 'freight-text-pro', serif;
	font-weight: 600;
	font-style: normal;
}
#screen {
	opacity: 0;
	transition: opacity ease-in-out .45s;
}
.backdrop {
	opacity: 1 !important;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	background-color: rgba(40,80,115,.65)
}

@media (max-width: 767px) {
.backdrop {
	display: none;
}
}
.navbar {
	border-radius: 0px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar-toggle {
	position: relative;
	float: right;
	font-size: 24px;
	margin-right: 15px;
	padding: 6.5px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(234,205,146);
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
	color: rgb(69,150,121);
}

@media (max-width: 767px) {
#page-wrap {
	padding-top: 50px;
}
}
.navbar-default {
	z-index: 100;
	background-color: rgba(255,255,255,1.00);
	border-bottom: 3px solid rgb(234,205,146);
}
.navbar-default.fix-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.navbar-default .navbar-brand {
	padding: 0;
	padding-left: 15px;
}
.navbar-default .navbar-nav > li > a {
	font: normal 600 'freight-text-pro', serif;
	color: rgb(40,80,115);
	transition: all ease-in-out .3s;
	background-position: center 30px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: rgb(184,155,96);
	background-image: url(../img/nav-indicator.svg);
	background-repeat: no-repeat;
	background-position: center 0;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	padding: 25px 15px 5px 40px;
	position: relative;
	transition: all ease-in-out .15s;
	border-bottom: 2px solid rgba(234,205,146,.5);
}
.navbar-default .navbar-nav > li {
	margin-left: 10px;
	margin-right: 10px;
}
.navbar-default .navbar-nav > li > a i {
	font-size: 22px;
	position: absolute;
	top: 23px;
	left: 12px;
	width: 50px;
	height: 50px;
	opacity: .75;
	transition: all ease-in-out .15s;
}
.navbar-default .navbar-nav > li > a:hover {
	background-image: none;
}
.navbar-default .navbar-nav:first-child {
	margin-bottom: 0;
}
.navbar-right {
	margin-top: 0;
}
}
li.nav-scroll {
	width: 0;
	xxxoverflow: hidden;
	height: 50px;
	opacity: 0;
	transition: all ease-in-out .6s;
	display: none;
}
.nav-scroll.appear {
	width: auto;
	height: 50px;
	opacity: 1;
	transition: all ease-in-out .6s;
	display: block;
}
.navbar-collapse {
	max-height: 320px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.navbar-collapse {
	max-height: 500px;
}
}
.navbar-collapse::-webkit-scrollbar {
 width: 12px;
}
 .navbar-collapse::-webkit-scrollbar-track {
 border-radius:0px;
 background-color: rgba(234,205,146,.2);
}
 .navbar-collapse::-webkit-scrollbar-thumb {
 border-radius:0px;
 background-color: rgb(234,205,146);
}

@media (max-width: 767px) {
li.nav-scroll {
	display: block;
	width: auto;
	height: auto;
	opacity: 1;
	transition: all ease-in-out .6s;
}
}
.navbar-inverse {
	margin-top: 52px;
	background-color: rgba(27,60,94,1.00);
	min-height: 130px;
	border-bottom: 1px solid rgba(10,43,86,1.00);
}
.navbar-inverse .navbar-brand {
	float: left;
	padding: 0px;
	font-size: 18px;
	height: 130px;
	color: white;
	margin-left: 0 !important;
	transition: all ease-in-out .15s;
}
.navbar-inverse .navbar-brand:hover {
	opacity: .6;
}
.navbar-inverse .navbar-nav > li > a {
	padding-top: 55px;
	padding-bottom: 55px;
	font-size: 22px;
	color: rgba(255,255,255,1.00);
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 500;
	font-style: italic;
	transition: all ease-in-out .15s;
}
.navbar-inverse .navbar-nav > li > a:hover {
	opacity: .7;
}
.navbar-inverse .navbar-nav > li:last-child > a {
	color: rgba(234,205,146,1.00);
}
.dropdown-menu {
	border-top: 3px solid rgb(234,205,146);
	border-radius: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: white;
	color: #555555;
	background-image: url(../img/nav-indicator.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.dropdown-menu li a {
	color: rgba(27,60,94,1.00);
	font-size: 16px;
	padding: 6px 20px;
	transition: all ease-in-out .15s;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-image: none;
}
}
#header-wrap {
	position: relative;
	height: auto;/*	padding: 90px 0;
	color: white;
	background-image: url(../img/main-header-bg.jpg);
	background-position: center -380px;
	background-repeat: no-repeat;
	background-size: 1920px 1280px;
	position: relative;
	background-attachment: fixed;*/
}
#header-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 90px 0;
}
#carousel-jm .item {
	background-repeat: repeat-x;
	background-size: 1920px 1280px;
	background-attachment: fixed;
 	width: 100%;
	height: 640px;
}
.bg-one {
	background-image: url(/img/banner-2017-01.jpg);
	background-position:0 0;
	
}
.bg-two {
	background-image: url(/img/banner-2017-02.jpg);
	background-position:0 0px ;
}
.bg-three {
	background-image: url(/img/banner-2017-03.jpg);
	background-position:0 -200px ;
}
.bg-four {
	background-image: url(/img/banner-2017-04.jpg);
	background-position:0 0px ;
}
.carousel-indicators {
	opacity: .5;
}


@media (max-width: 1199px) {
	
	
	#carousel-jm .item {
	background-size:1200px 800px;
	background-position:0 0;
   }
	
 
}




@media (max-width: 1199px) {
	
	
	#carousel-jm .item {
	background-size:1200px 800px;
	background-position:0 0;
   }
	
 
}


@media (max-width: 767px) {
#header-content {
	padding: 40px 0;
}
#carousel-jm .item {
	height: 850px;
}
.bg-one {
	background-image: url(../img/bg-one-v1.jpg);
	background-position: center top;
}
.bg-two {
	background-image: url(../img/bg-two-v2.jpg);
	background-position: center top;
}
.bg-three {
	background-image: url(../img/bg-three-v2.jpg);
	background-position: center top;
}
.bg-four {
	background-image: url(../img/bg-four-v2.jpg);
	background-position: center top;
}
}
#page-wrap #header-content h1 {
	font-size: 55px;
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
#page-wrap #header-content h2 {
	font-size: 40px;
	color: rgb(234,205,146);
	margin-top: 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
#page-wrap #header-content h3 {
	font-size: 24px;
	color: rgb(234,205,146);
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
#page-wrap #header-content p {
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}

@media (max-width: 991px) {
#page-wrap #header-content h1 {
	font-size: 34px;
	margin-top: -10px;
}
#page-wrap #header-content h2 {
	font-size: 28px;
}
#page-wrap #header-content h3 {
	font-size: 20px;
}
#page-wrap #header-content p {
	font-size: 16px;
}
}
.header-about {
	margin-top: 110px;
}
#page-wrap #header-content p a {
	color: white;
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 500;
	font-style: italic;
	transition: all ease-in-out .15s;
}
#header-btn {
	text-align: center;
	margin-top: 95px;
}
#page-wrap #header-btn .btn-primary:hover {
	background-color: rgb(234,205,146);
	color: rgb(40,80,115) !important;
}

@media (max-width: 767px) {
#header-btn {
	margin-top: 60px;
	margin-bottom: 50px;
}
}
#header-btn a {
	margin: 0 20px;
	width: 200px;
}

@media (max-width: 1199px) {
#header-btn a {
	margin: 0 10px;
	width: 200px;
}
}

@media (max-width: 991px) {
#header-btn {
	text-align: center;
	margin-top: 55px;
}
#header-btn a {
	margin: 0 10px;
	width: 150px;
	transition: all ease-in-out .15s;
}
#header-btn .btn {
	font-size: 14px !important;
}
.header-about {
	margin-top: 0px;
}
}
#secondary-header-content {
	padding: 90px 0;
	background-image: url(../img/secondary-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -150px;
	border-bottom: 3px solid rgb(234,205,146);
}
#page-wrap #secondary-header-content h2 {
	font-size: 40px;
	color: rgb(234,205,146);
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
#feed-wrap {
	background-color: rgb(239,232,216);/*	background: #285073;
	background: -moz-linear-gradient(left, #285073 0%, #285073 25%, #efe8d8 25%, #efe8d8 25%, #efe8d8 100%);
	background: -webkit-linear-gradient(left, #285073 0%, #285073 25%, #efe8d8 25%, #efe8d8 25%, #efe8d8 100%);
	background: linear-gradient(to right, #285073 0%, #285073 25%, #efe8d8 25%, #efe8d8 25%, #efe8d8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#285073', endColorstr='#efe8d8', GradientType=1 );*/
}

@media (min-width: 2350px) {
#feed-wrap {
	background: none;
	background-color: rgb(239,232,216);
}
}
.feed-item-wrap {
	padding: 25px 0px 25px 0px;
	background-color: rgb(239,232,216);
}
.feed-item-wrap .feed-area a {
	display: block;
	padding: 0 25px;
	z-index: 1;
	min-height: 140px;
}

@media (max-width: 991px) {
.feed-item-wrap {
}
.feed-item-wrap .row {
	padding: 0;
	margin: 0;
}
.feed-item-wrap .row .col-lg-6, .feed-item-wrap .row .col-md-6, .feed-item-wrap .row .col-sm-6, .feed-item-wrap .row .col-xs-12 {
	padding: 0;
	margin: 0;
}
.feed-item-wrap .feed-area a {
	min-height: 100px;
}
}
.feed-item-wrap a:hover {
	text-decoration: none !important;
}
.feed-item-wrap h3 {
	margin-top: 0;
	font-size: 22px;
	color: rgb(40,80,115);
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(199,190,167,1.00) !important;
	/*margin-right: 10px;*/
	margin-right: 5px;
	margin-left: 5px;
}
/*.feed-item-wrap a h3 {
	margin-top: 0;
	font-size: 24px;
	color: rgb(40,80,115);
}*/
.feed-item-wrap h3 a {
	/*margin-top: 0;
	font-size: 24px;*/
	color: rgb(40,80,115);
}
.feed-item-wrap a p {
	font-size: 13px;
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.feed-item-wrap a:hover p {
	color: rgb(40,80,115);
}

@media (max-width: 1199px) {
.feed-item-wrap p {
	font-size: 12px;
}
.feed-item-wrap h3 {
	font-size: 16px !important;
}
}

@media (max-width: 991px) {
.feed-item-wrap p {
	font-size: 12px;
}
.feed-item-wrap h3 {
	font-size: 16px !important;
}
}
.feed-date {
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 500;
	font-style: italic;
	color: rgb(40,80,115);
}
.feed-featured {
	background-color: rgb(40,80,115);
	color: white;
	position: relative;
}
.feed-featured a {
	color: rgb(234,205,146);
	transition: all ease-in-out .15s;
}
.feed-featured a:hover {
	text-decoration: none !important;
}
.feed-featured a p {
	color: white;
}
.feed-featured a:hover p {
	color: rgb(234,205,146);
}
.feed-featured h3 {
	color: rgb(234,205,146);
}
.feed-featured a h3 {
	color: rgb(234,205,146);
}
.feed-featured a .feed-date {
	color: rgb(234,205,146);
}
.feed-arrow {
	width: 60px;
	height: 15px;
	background-image: url(../img/main-header-bg.jpg);
	background-position: center -380px;
	background-repeat: no-repeat;
	background-size: 1920px 1280px;
	position: absolute;
	background-attachment: fixed;
	top: 0;
	right: -30px;
	z-index: 10;
}
.feed-arrow-btm {
	width: 60px;
	height: 15px;
	background-image: url(../img/city-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -240px;
	background-size: 1500px 1000px;
	position: absolute;
	bottom: 0;
	right: -30px;
	z-index: 10;
}

@media (max-width: 991px) {
.feed-arrow, .feed-arrow-btm {
	display: none;
}
}
.img-thumbnail {
	padding: 5px;
	border: 2px solid rgb(234,205,146);
	border-radius: 0;
	box-shadow: 4px 4px 0px rgba(139,130,116,.25);
}
.btn {
	font-family: 'neue-haas-unica', sans-serif;
font-weight: 500;
 
	border: none;
	border-radius: 0;
	color: white;
	padding: 10px 25px 12px 25px;
	font-size: 16px;
	xxxtext-shadow: 1px 1px 0 rgba(0,0,0,.35);
	transition: all ease-in-out .15s;
}
.btn-primary {
	background-color: rgb(40,80,115);
}
.btn-staff {
	background-color: white;
	color: rgb(40,80,115);
	border: 2px solid rgb(234,205,146);
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-staff:hover {
	background-color: rgb(234,205,146);
	color: white;
	border: 2px solid rgb(234,205,146);
	margin-top: 10px;
}
.btn-cta-white {
	background-color: transparent;
	border: 2px solid white;
}
.btn-cta-white:hover {
	background-color: white;
	border: 2px solid white;
	color: rgb(69,150,121);
}
.btn-cta {
	background-color: rgb(69,150,121);
}
#page-wrap .btn-cta:hover {
	background-color: rgb(234,205,146);
	color: rgb(40,80,115) !important;
}
#page-wrap .btn-primary:hover {
	background-color: rgb(69,150,121);
	color: rgb(255,255,255) !important;
}
.border-left {
	border-left: 1px solid rgba(199,190,167,1.00);
}
#content-bg {
	background-image: url(../img/sidebar-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#content-wrap {
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+51,ffffff+51,ffffff+51&1+51,0+52 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#content-wrap.secondary-wrap {
	background: none;
	filter: none;
	background-color: rgb(239,232,216);
	padding-bottom: 45px;
}

@media (max-width: 991px) {
#content-bg {
	background-image: none;
	background-color: white;
}
#content-wrap {
	background: none;
	background-color: white;
}
}
#content {
	background-color: white;
}
#content.secondary-content {
	background-color: transparent;
}
#left-col {
	padding: 0;
	background-color: rgba(255,255,255,1);
	height: auto;
	margin-top: -35px;
	border-top: 3px solid rgb(234,205,146);
	box-shadow: 4px 4px 0px rgba(139,130,116,.25);
}

@media (max-width: 767px) {
#left-col {
	margin-top: -3px;
}
}
#right-col {
	height: auto;
}
.border-top {
	border-top: 3px solid rgb(234,205,146);
}
#content-wrap h2 {
	font-size: 32px;
	color: rgb(40,80,115);
}
#content-wrap h3 {
	xxxfont-size: 32px;
	color: rgb(27,60,94);
	margin-top: 0;
}
#content-wrap h4 {
	font-family: 'freight-text-pro', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: rgb(27,60,94);
	margin-top: 0;
}
#content-wrap .sec-blue h4 {
	color: rgb(234,205,146);
}
#content-wrap #left-col ul {
	padding: 0;
	padding-left: 30px;
	margin-top: 15px;
}
#content-wrap #left-col ol {
	padding: 0;
	padding-left: 30px;
	margin-top: 15px;
}
#content-wrap #left-col ul li {
	margin-bottom: 13px;
	color: rgba(100,100,100,1.00);
	font-size: 17px;
}
#content-wrap #left-col ol li {
	margin-bottom: 13px;
	color: rgba(100,100,100,1.00);
	font-size: 17px;
}
#content-wrap #left-col .sec-blue ul li {
	margin-bottom: 13px;
	color: rgb(234,205,146);
	font-size: 17px;
}
#content-wrap #left-col .sec-blue ul li span {
	color: rgb(255,255,255);
}
#content-wrap #left-col ul li:last-child {
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
#content-wrap #left-col ul {
	padding-left: 20px;
}
#content-wrap #left-col ul li {
	margin-bottom: 7px;
	font-size: 15px;
}
#content-wrap h2 {
	font-size: 24px;
}
#content-wrap h3 {
	font-size: 24px;
}
#content-wrap h4 {
	font-size: 20px;
}
#content-wrap #left-col p {
	font-size: 16px;
}
}
#content-wrap #left-col ul.list-striped {
	padding-left: 0;
}
#content-wrap #left-col ul.list-striped li {
	padding: 0;
	margin: 0;
	padding: 10px 10px 10px 20px;
	list-style: none;
}
#content-wrap #left-col ul.list-striped li:nth-child(even) {
	background-color: rgba(242,242,242,.5)
}
#overview-wrap {
	padding: 0;
}
.overview {
	padding: 20px 80px 20px 20px;
}
#page-wrap .overview p {
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 300;
	font-style: normal;
}

@media (max-width: 991px) {
.overview {
	padding: 20px 15px 60px 15px;
}
}

@media (max-width: 767px) {
.overview {
	padding: 20px;
}
}
#overview-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1200px;
	height: 280px;
	background-image: url(../img/city-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -250px;
	background-size: 1500px 1000px;
}

@media (min-width: 2027px) {
#overview-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1500px;
	height: 280px;
	background-image: url(../img/city-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -350px;
	background-size: 1920px 1280px;
}
}

@media (min-width: 2627px) {
#overview-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1900px;
	height: 280px;
	background-image: url(../img/city-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -350px;
	background-size: 1920px 1280px;
}
}

@media (max-width: 1250px) {
#overview-img {
	width: 900px;
}
}

@media (max-width: 991px) {
#overview-img {
	width: 100%;
}
}

@media (max-width: 767px) {
#overview-img {
	width: 100%;
	height: 180px;
	background-image: url(../img/city-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -300px;
	background-size: 1500px 1000px;
}
}
#sidebar {
	background-color: rgb(239,232,216);
	padding: 0;
	padding-bottom: 140px;
	margin-top: -280px;
	z-index: 10;
}
#content-wrap #locations-sidebar h4, #content-wrap #locations-sidebar p {
	padding-left: 20px !important;
}
#content-wrap #locations-sidebar h4 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 15px;
}
#content-wrap #locations-sidebar p {
	font-size: 14px;
	margin-bottom: 5px;
}
.p-b-30 {
	padding-bottom: 30px;
}

@media (max-width: 991px) {
#sidebar {
	padding-bottom: 30px;
	margin-top: 0;
	z-index: 10;
}
}
#sidebar-header {
	background-color: rgb(40,80,115);
	display: block;
	width: 100%;
	padding: 24px;
	position: relative;
}
.header-arrow-right {
	width: 15px;
	height: 60px;
	background-image: url(../img/city-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -290px;
	background-size: 1500px 1000px;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 10;
}

@media (max-width: 991px) {
.header-arrow-right {
	display: none;
}
}
#sidebar h3 {
	margin: 0;
	color: rgb(234,205,146);
}
#page-wrap p.sidebar-subheader {
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 500;
 	font-size: 14px !important;
	margin-bottom: 0 !important;
	color: rgb(40,80,115) !important;
}
.sidebar-list {
	list-style: none;
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 15px;
}
.sidebar-list li {
	margin-bottom: 3px;
}

@media (max-width: 767px) {
.sidebar-list li {
	font-size: 18px;
}
}
#side-nav {
	margin-top: 20px;
	padding-left: 15px;
	margin-bottom: 45px;
}
#side-nav li {
	font-size: 16px;
}
#side-nav > li > a:link, #side-nav > li > a:visited {
	color: rgba(41,48,51,.65);
	padding: 12px 0 5px 0;
}
#side-nav > li > a:active, #side-nav > li > a:hover, #side-nav > li > a:focus {
	background-color: transparent;
	color: rgba(41,48,51,1.00);
}
#side-nav > li {
	text-decoration: none;
	border-bottom: 2px solid rgb(234,205,146);
	width: 20px;
	transition: all 1s ease;
	white-space: nowrap;
}
#side-nav > li:hover {
	border-bottom: 2px solid rgb(234,205,146);
	width: 100%;
}

@media (max-width: 1199px) {
#side-nav {
	padding-left: 0px;
}
#side-nav li {
	font-size: 14px;
}
#side-nav > li > a:link, #side-nav > li > a:visited {
	padding: 15px 0 3px 0;
}
}
@media (max-width: 991px) {
  #side-nav li {
	font-size: 13.5px;
}
#side-nav > li > a:link, #side-nav > li > a:visited {
	padding: 13.5px 0 3px 0;
}
}
 
.well {
	background-color: white;
	border: none;
	border-top: 3px solid rgb(234,205,146);
	border-radius: 0;
	box-shadow: none;
	box-shadow: 3px 3px 0px rgba(139,130,116,.25);
	margin-bottom: 45px;
}
.border-well {
	background-color: white;
	border: none;
	border: 1px solid rgb(234,205,146);
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 15px;
}
.well-header {
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 500;
 	color: rgb(40,80,115);
	font-size: 17px;
}
#right-col .well {
	margin-left: 15px;
}
.well .btn {
	width: 100%;
	margin-top: 10px;
}

@media (max-width: 1199px) {
#right-col .well {
	padding: 8px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 15px
}
.well-header {
	font-size: 14px;
}
.well .btn {
	font-size: 12px;
	padding: 10px;
	margin-top: 0;
}
}
#social-side-nav {
	margin: 0;
}
#social-side-nav li {
	font-size: 25px;
}
#social-side-nav li a:link, #social-side-nav li a:visited {
	color: rgba(41,48,51,.75);
}
.text-blue {
	color: rgb(40,80,113);
}
.text-white {
	color: rgb(255,255,255);
}
.border-top-y {
	border-top: 3px solid rgb(234,205,146);
}
.border-bottom-y {
	border-bottom: 3px solid rgb(234,205,146);
}
.sec {
}
.p-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pw-24 {
	padding: 24px;
}
.p-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.p-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.m-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-x-30 {
	margin-left: 30px;
	margin-right: 30px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-t-45 {
	margin-top: 45px;
}
.m-l-15{
	margin-left:15px;
	}
.p-xy-30 {
	padding: 30px;
}
.p-x-45 {
	padding-left: 45px;
	padding-right: 45px;
}
.p-x-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.p-y-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-y-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-b-15 {
	padding-bottom: 15px;
}

@media (max-width: 1199px) {
.p-x-45 {
	padding-left: 30px;
	padding-right: 30px;
}
.p-y-30 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.sec-blue {
	background-color: rgb(40,80,115);
	color: white;
}
.sec-green {
	background-color: rgb(69,150,121);
	color: white;
}
.sec-grey {
	background-color: rgba(242,242,242,1.0);
}
.sec-l-grey {
	background-color: rgba(242,242,242,.65);
}
.sec-blue p {
	color: white;
}
.practice-category a {
	display: block;
	width: 100%;
	height: 50px;
	margin: 10px 0;
	transition: all ease-in-out .15s;
}
.practice-category a:hover {
	text-decoration: none;
}
.icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: relative;
	float: left;
	margin-right: 8px;
	background-color: rgb(40,80,115);
	transition: all ease-in-out .15s;
}
.practice-category a:hover .icon-circle {
	background-color: rgb(69,150,121);
}
.icon-circle i {
	font-size: 24px !important;
	position: absolute;
	top: 11.5px;
	left: 16px;
	margin: 0 auto;
	color: rgba(243,243,243,1.00);
	transition: all ease-in-out .15s;
}
#page-wrap .practice-category p {
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
	font-size: 12px;
	margin-bottom: 0;
	color: rgb(40,80,115);
	transition: all ease-in-out .15s;
}
#page-wrap .practice-category a:hover p {
	color: rgb(69,150,121);
}
p.single {
	padding-top: 15px;
}
p.double {
	padding-top: 7px;
}

@media (max-width: 767px) {
.icon-circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 6px;
}
.icon-circle i {
	font-size: 20px !important;
	top: 10px;
	left: 12.5px;
}
#page-wrap .practice-category p {
	font-size: 12px;
}
p.single {
	padding-top: 11px;
}
p.double {
	padding-top: 2px;
}
}
#footer-wrap {
	padding: 50px 0 90px 0;
	background-color: rgb(16,61,94);
	border-top: 3px solid rgb(234,205,146);
}
#footer-wrap img {
	margin-bottom: 20px;
}
#footer-wrap p {
	color: white;
	font-size: 14px;
}
#footer-wrap p a {
	color: white;
	opacity: .7;
}
#footer-wrap p strong {
	font-size: 13px;
	opacity: .7;
	margin-bottom: -16px;
	display: block;
}
#footer-wrap p i {
	opacity: .7;
}
#footer-wrap p.phn {
	font-size: 16px;
}
.footer-nav {
	padding: 0;
	margin: 0;
	list-style: none !important;
}
.footer-nav li a {
	color: white;
	font-size: 17px;
	display: block;
	padding: 2px 0px 2px 0px;
	transition: all ease-in-out .15s;
}

@media (max-width: 991px) {
.footer-nav li {
	text-align: center;
}
}

@media (max-width: 767px) {
#footer-wrap img {
	margin: 0 auto;
	margin-bottom: 15px;
}
#footer-wrap p strong {
	font-size: 18px;
}
#footer-wrap p {
	text-align: center;
	font-size: 20px;
}
#footer-wrap .m-t-45 {
	margin: 0;
}
#footer-wrap h2 {
	color: rgb(234,205,146);
	margin-bottom: 30px;
	margin-top: 45px;
}
#footer-wrap p.phn {
	font-size: 24px;
}
.footer-nav li {
	text-align: center;
	margin-bottom: 8px;
}
.footer-nav li a {
	border: 1px solid rgba(255,255,255,0.48);
	padding: 10px;
	transition: all ease-in-out .15s;
}
.footer-nav li a:hover, .footer-nav li a:focus {
	text-decoration: none;
	background-color: rgb(69,150,121);
	border-color: rgb(69,150,121);
	color: white;
}
#footer-wrap hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid rgba(255,255,255,0.44);
}
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid rgb(234,205,146);
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
label {
	color: rgb(40,80,115);
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
}
.form-label {
	font-size: 14px;
	color: rgb(40,80,115);
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
}
.form-intro {
	font-size: 15px;
	margin-bottom: 20px;
}
.form-description {
	color: rgba(100,100,100,1.00);
	font-family: 'neue-haas-unica', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
form .btn {
}
.staff-img {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}
.staff-links {
	float: right;
	color: rgba(216,216,216,1.00);
}
.staff-links a {
	color: rgba(132,132,132,1.00);
	font-size: 14px;
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid rgba(213,213,213,1.00);
}
.staff-links a:hover {
	text-decoration: none;
	background-color: rgba(132,132,132,1.00);
	color: white;
}

@media (max-width: 767px) {
.staff-img {
	margin: 15px auto;
	float: none;
}
.staff-links {
	float: none;
	text-align: center;
	padding-bottom: 10px;
}
.staff-links a {
	display: block;
	padding: 10px 15px;
	margin-bottom: 8px;
	border: 1px solid rgba(213,213,213,1.00);
}
}
#page-wrap .post {
	margin-bottom: 45px;
}

@media (min-width: 992px) {
#page-wrap .post:nth-child(odd) {
	padding-right: 35px;
}
#page-wrap .post:nth-child(even) {
	padding-left: 35px;
}
}
.event {
	padding-bottom: 40px;
	display: block;
	border-top: 1px solid rgba(234,205,146,.25);
}
.event-info {
	margin-top: 40px;
	margin-bottom: 30px;
}
.event:first-child, .event:nth-child(2) {
	border-top: none;
}
.event:nth-child(2n-1) {
	clear: both;
}
#page-wrap .event h4.event-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px;
}
#page-wrap .event p.event-date {
	color: rgba(234,205,146,1.00);
}
#page-wrap .event p.event-location {
	font-size: 14px;
}
#page-wrap .event p.event-description {
	font-size: 15px;
}
#page-wrap .event > a.btn-event {
	color: rgb(40,80,115);
	font-size: 13px;
	text-align: center;
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;;
	display: block;
	border: 1px solid rgba(234,205,146,.75);
	padding: 12px;
}
#page-wrap .event > a.btn-event:hover, #page-wrap .event > a.btn-event:active {
	background-color: rgba(234,205,146,1);
	border: 1px solid rgba(234,205,146,1);
	color: rgb(40,80,115);
	text-decoration: none;
}
#page-wrap .post h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page-wrap .post h5 {
	color: rgb(234,205,146);
	font-size: 13px;
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
	text-align: right;
	border-bottom: 1px solid rgba(234,205,146,.25);
	padding-bottom: 8px;
}
#page-wrap .post h5 span {
	color: rgb(40,80,115);
	float: left;
}
#page-wrap .post h5 span:before {
	font-family: 'Material-Design-Iconic-Font';
	src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
	margin-right: 5px;
	opacity: .7;
	font-size: 16px;
}
#page-wrap .post h5.category-articles span:before {
	content: '\f150';
}
#page-wrap .post h5.category-alerts span:before {
	content: '\f107';
}
#page-wrap .post h5.category-news span:before {
	content: '\f10c';
}
#page-wrap .post h5.category-spotlight span:before {
	content: '\f27a';
}
#page-wrap .post h5.category-updates span:before {
	content: '\f112';
}
#page-wrap .post p {
	font-size: 16px;
	line-height: 23px;
}
#page-wrap .post > a:link, #page-wrap .post > a:visited {
	color: rgb(40,80,115);
	font-size: 13px;
	text-align: center;
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
	display: block;
	border: 1px solid rgba(234,205,146,.75);
	padding: 12px;
}
#page-wrap .post > a:hover, #page-wrap .post > a:active {
	background-color: rgba(234,205,146,1);
	border: 1px solid rgba(234,205,146,1);
	color: rgb(40,80,115);
	text-decoration: none;
}
/* styles for '...' */ 
.post-description {
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 9.75em;
	padding-right: 20px;
	margin-bottom: 15px;
}
/* create the ... */
.post-description:before {
	content: '[...]';
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: white;
	color: rgba(234,205,146,1);
}
.post-description:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}
.post-description.not-found:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: white;
	color: rgba(234,205,146,1);
}
.post-description.not-found:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}
.page-end {
	margin-left: 0px;
	margin-right: 0px;
	padding: 30px;
	border-top: 3px solid rgb(234,205,146);
}
.page-end p {
	font-size: 14px;
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
	margin: 0;
}
.page-end p a:link, .page-end p a:visited {
	color: rgb(40,80,115);
}
.page-end p a:hover, .page-end p a:active {
	color: rgb(40,80,115);
}
.previous {
	text-align: left;
}
.next {
	text-align: right;
}
.post-header .post-date {
	color: rgb(234,205,146);
	font-family: 'neue-haas-unica', sans-serif;
    font-weight: 500;
    font-style: italic;
	text-align: right;
	font-size: 16px;
}
#page-wrap .post-content h3 {
	font-size: 24px;
}
#page-wrap .post-content h4 {
	font-family: 'freight-text-pro', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: rgba(41,48,51,.75);
}
#page-wrap .post-content h5 {
	font-family: 'freight-text-pro', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: rgb(234,205,146);
}
#page-wrap #left-col .post-content ul li {
	margin-bottom: 5px;
}
#page-wrap #left-col .post-content ol li {
	margin-bottom: 5px !important;
}
#search-wrap {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(17,38,61,.5);
}
#page-wrap .search-form label {
	font-family: 'freight-text-pro', serif;
	font-weight: 600;
	font-style: normal;
	margin-right: 15px;
	color: rgb(234,205,146);
}
#page-wrap .search-form {
	float: right;
}
#page-wrap .search-form .btn {
	padding: 6px 12px;
	color: rgb(16,61,94);
	background-color: rgb(234,205,146);
	margin-left: -2px;
}
#page-wrap .search-form .btn:hover {
	background-color: rgb(69,150,121);
}
#page-wrap .search-form .input-group-addon {
	color: rgb(16,61,94);
	background-color: rgb(234,205,146);
}
#page-wrap .search-results .well {
	box-shadow: none;
	margin-bottom: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
