﻿/* Global */
body {
	padding-top: 3.2rem;
	font-family: Arial, Helvetica, sans-serif;
}

.bg-white {
	background-color: #ffffff;
}

@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto","Source Sans Pro",Helvetica,Arial,sans-serif;
	font-weight: 900;
	line-height: 1.1;
}

h1 {
	font-size: 31px;
}

.h1-alt {
	font-size: 31px;
	font-weight: 400;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
}

/* Global CU Bar */
.global-bar {
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
}

	.global-bar .navbar-brand {
		font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
		font-size: 1.3rem;
		font-weight: 300;
		color: #333333;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-top: 5px;
	}

@media (max-width: 576px) {
	.global-bar .navbar-brand {
		padding-left: 10px;
	}
}

.global-bar .navbar-brand img {
	max-width: 30px;
	margin-top: -5px;
}

.global-bar .navbar-nav {
	padding-top: 0;
	padding-bottom: 0;
}

.global-bar .navbar-brand strong {
	font-weight: 700;
}

.global-bar li.nav-item a {
	font-size: 14px;
	color: #333333;
}

	.global-bar li.nav-item a:hover {
		text-decoration: underline;
	}

.global-bar.navbar a {
	display: inline-block;
}

.global-bar ul li:after {
	font-size: 14px;
	content: "|";
}

@media (max-width: 992px) {
	.global-bar ul li:after {
		content: "";
	}
}

.global-bar ul li:last-child:after {
	content: "";
}
.global-bar .fa-search {
	font-size: 20px;
}


/* Local Header */
.local-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
}

	.local-header h2 {
		margin: 25px 0 15px 0;
	}

		.local-header h2 span {
			color: #cfb87c;
			padding-left: 5px;
		}

	.local-header h3 {
		font-weight: 300;
		margin-bottom: 28px;
	}

/* Priority Plus Navigation */
.priority-plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #fff;
	color: #333333;
	border-color: #ddd;
	border-width: 0 0 1px 0;
	border-style: solid;
}
	.priority-plus a {
		color: #333333;
	}
	.priority-plus .dropdown-item {
		color: rgba(0,0,0,.7);
	}

		.priority-plus .dropdown-item.active, .priority-plus .dropdown-item:active {
			background-color: #fff;
			color: #000;
		}

@media (min-width: 768px) {
	.priority-plus {
		position: relative;
		border-color: #ddd;
		padding-top: 0;
		padding-bottom: 0;
	}

		.priority-plus ul li {
			border-color: #ddd;
			border-top-color: rgb(221, 221, 221);
			border-right-color: rgb(221, 221, 221);
			border-bottom-color: rgb(221, 221, 221);
			border-left-color: rgb(221, 221, 221);
		}

		.priority-plus li {
			float: left;
			border-width: 0 0 0 1px;
			border-style: solid;
		}

			.priority-plus li:last-child {
				float: left;
				border-width: 0 1px 0 1px;
				border-style: solid;
			}

			.priority-plus li a.nav-link {
				padding: 15px !important;
			}

			.priority-plus li:hover {
				background-color: #f5f5f5;
			}

			.priority-plus li.active {
				background-color: #f5f5f5;
				font-weight: 600;
			}

				.priority-plus li.active a {
					color: #333333;
				}
}


/* Side Navigation */
.localNav {
	padding: 0 15px 0 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin: 15px auto;
	font-weight: 600;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: transparent
}

.ankle,
.t-horizontalNav .navbar,
nav.priorityPlus {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.localNav a::after,
.localNav a:hover::after,
.localNav li.active > a::after {
	content: " »";
	font-size: 22px;
	line-height: .8em;
	position: absolute;
	margin-top: 1px;
	margin-left: 4px;
}

	.t-localNav li {
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px
	}

.localNav a:focus,
.localNav a:hover,
.localNav li.active > a {
	border-width: 0 0 2px;
	text-decoration: none;
	border-style: solid;
}

.t-localNav li.active > a {
	border-color: #cfb87c;
}

.localNav.t-accordion-nav li.active .t-accordion-nav-item-contents > a,
.localNav.t-accordion-nav li.active > a {
	border: 0;
	box-shadow: 0 2px 0 0 #cfb87c;
}

	.localNav.t-accordion-nav li.active .t-accordion-nav-item-contents > a:hover::after {
		opacity: 0;
	}

.t-localNav li.active .t-accordion-nav-item-contents > a {
	border-color: #cfb87c;
}

.localNav.t-accordion-nav .menu-content a:focus,
.localNav.t-accordion-nav .menu-content a:hover {
	border: 0;
	box-shadow: 0 2px 0 0 #cfb87c;
}

.localNav.t-accordion-nav .sub-menu a:focus,
.localNav.t-accordion-nav .sub-menu a:hover {
	border: 0;
	box-shadow: 0 1px 0 0 #cfb87c
}

.localNav li.active > a::after {
	opacity: 1 !important;
}

.t-localNav a:focus,
.t-localNav a:hover {
	color: #000;
	border-color: #cfb87c;
}

.localNav a::after {
	opacity: 0;
}

.localNav a:hover::after {
	opacity: 1;
}

.secondLevel {
	margin-bottom: 0;
	margin-top: 15px;
}
	.secondLevel li {
		border: none;
		margin-bottom: 0 !important;
	}

	.secondLevel a {
		font-weight: 300;
	}

.t-localNav a {
	color: #333;
}

.localNav ul {
	list-style: none;
	padding-left: 15px;
}

.localNav li {
	margin: 0 0 15px;
}



/* Homepage 3 Diagonals */
.row.diagonals {
	overflow: hidden;
}

.wrapper {
	height: 700px;
	width: 38%;
	overflow: hidden;
	transform: skew(-0.25rad);
}

	.wrapper:first-child {
		left: -9%;
		position: relative;
	}

	.wrapper.center {
		margin: 0 -8%;
	}

	.wrapper:last-child {
		right: -9%;
		position: relative;
	}

.inner1 {
	background-image: url(../img/banner-1.jpg);
	background-size: cover;
	background-position: center;
	width: 120%;
	height: 100%;
	transform: skew(0.25rad);
}

.inner2 {
	background-image: url(../img/banner-2.jpg);
	background-size: cover;
	background-position: center;
	width: 140%;
	height: 100%;
	left: -20%;
	position: relative;
	transform: skew(0.25rad);
}

.inner3 {
	background-image: url(../img/banner-3.jpg);
	background-size: cover;
	background-position: center;
	width: 105%;
	height: 100%;
	position: relative;
	left: -19%;
	transform: skew(0.25rad);
}

@media (max-width: 1200px) {
	.wrapper {
		height: 650px;
		width: 39%;
	}

		.wrapper:first-child {
			left: -9%;
		}

		.wrapper.center {
			margin: 0 -10% 0 -8%;
		}

		.wrapper:last-child {
			right: -11%;
		}

	.inner1 {
		width: 123%;
	}

	.inner2 {
		width: 145%;
		left: -22%;
	}

	.inner3 {
		left: -23%;
	}
}

@media (max-width: 992px) {
	.wrapper {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.wrapper {
		height: 350px;
	}

		.wrapper:first-child {
			left: -10%;
		}

		.wrapper.center {
			margin: 0 -10% 0 -8%;
		}

		.wrapper:last-child {
			right: -12%;
		}

	.inner1 {
		width: 125%;
	}

	.inner2 {
		width: 151%;
		left: -25%;
	}
}

@media (max-width: 480px) {
	.wrapper {
		height: 300px;
	}

	.inner3 {
		left: -25%;
	}
}


/* Styles from Sitefinity - Diff Version Bootstrap */
.cu-footer-top .col-md-4 {
	float: left;
}

.cu-footer-top .col-md-8 {
	max-width: 100%;
}

.ankleLinkTitle {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}

.linkArea li {
	margin-bottom: 10px;
	font-weight: 300;
}

.linkArea a {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
}


/* Footer */
.cu-footer-top {
	background-color: #eeeeee;
	border-top: 1px solid #cfb87c;
	padding: 30px 0;
	color: hsl(0, 0%, 0%);
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

	.cu-footer-top a {
		color: #000000;
	}

	.cu-footer-top strong {
		font-weight: 900;
	}

	.cu-footer-top p {
		font-size: .9em;
		font-weight: 300;
		margin-bottom: 0;
	}

	.cu-footer-top .link-header {
		margin-bottom: 10px;
		font-weight: 800;
		font-size: 1.3em;
	}

	.cu-footer-top .address {
		border-bottom: 1px solid #ccc;
		padding-bottom: 7px;
		margin-bottom: 15px;
	}

	.cu-footer-top .social-area {
		margin-top: 25px;
	}

		.cu-footer-top .social-area span {
			background: #cfb87c;
			border: 1px solid transparent;
			color: #333;
			padding: 10px;
			margin-right: 15px;
			margin-bottom: 15px;
		}

.cu-footer-bottom {
	border-top: 1px solid #cfb87c;
	padding: 30px 0;
	color: #000000;
}

	.cu-footer-bottom a {
		color: #000000;
	}

		.cu-footer-bottom a:hover {
			text-decoration: underline;
		}

	.cu-footer-bottom p {
		font-size: .9rem;
		margin-bottom: 0;
	}

	.cu-footer-bottom hr {
		margin-top: 0;
		border-top: 1px solid #ddd;
	}
