/* @override http://lee3team.com/css/main.css */

/* breakpoints */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?g04bd1");
	src: url("../fonts/icomoon/icomoon.eot?g04bd1#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?g04bd1") format("truetype"), url("../fonts/icomoon/icomoon.woff?g04bd1") format("woff"), url("../fonts/icomoon/icomoon.svg?g04bd1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-triangle:before {
	content: "\e901";
}

.icon-facebook:before {
	content: "\e900";
}

.icon-twiter:before {
	content: "\e90b";
}

.icon-linkedin2:before {
	content: "\eac9";
}

.icon-youtube:before {
	content: "\e902";
}

#header,
#nav,
#nav > li ul,
.social-networks,
#footer .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .wrap:after,
.top-bar:after,
.header-pannel:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	height: 100
	;
}

body {
	min-width: 320px;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #dddbd6;
}

body#noTaupe {
	min-width: 320px;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
}

/*Kelty added to change default selector color*/

::selection {
  background: #95b4b6; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #95b4b6; /* Gecko Browsers */
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	display: table-cell;
}

.text p{
	line-height: 24px;}
	
#main p{
	/*line-height: 24px;*/
}


a:focus {
	outline: none;
}

/* TEXT LINK STYLES - added by Kelty */

a.text{
	color: #007d9c;
	text-decoration: underline;
	font-weight: bold;
}

a.text:hover{
	color: white;
	background: #aa8639;
	
}

.text h3{
	font-size: 22px;
	}

.btn {
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	border-radius: 10px;
	font-family: "sofia-pro";
	text-transform: uppercase;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	position: relative;
	border: 3px solid transparent;
}

/* header styles */

/*header diagonal bar is here*/

#header {
	border-bottom: 25px solid #1B4B4D;
	position: relative;
	background: #fff;
}

#header:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: -9999px;
	right: 18.5%;
	height: 25px;
	background: #46797B;
}

#header:before {
	height: 0;
	width: 0;
	border-top: 20px solid #1B4B4D;
	border-left: 20px solid transparent;
	border-width: 25px 0 0 36px;
	content: "";
	position: absolute;
	bottom: -25px;
	z-index: 1;
	right: 18.5%;
}

#header .wrap {
	max-width: 892px;
	padding: 0 10px;
	margin: 0 auto;
}

.nav-pannel {
	position: relative;
	min-height: 27px;
	float: right;
	width: 100%;
	padding: 2px 0 0;
}

.nav-pannel:before {
	content: "";
	height: 27px;
	position: absolute;
	top: 0;
	right: -10px;
	background: #46797B;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	width: 105px;
}

.nav-pannel:after {
	height: 0;
	width: 0;
	border-top: 20px solid #46797B;
	border-left: 20px solid transparent;
	border-width: 27px 0 0 36px;
	content: "";
	position: absolute;
	right: 95px;
	top: 0;
	z-index: 1;
}

.header-pannel {
	text-align: center;
	padding: 10px 0 9px; /* page logo styles */
}

.header-pannel .logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 16px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	width: 148px;
}

.header-pannel .logo:hover {
	margin: -5px 0 21px;
}

.header-pannel .logo img {
	height: auto;
	width: 100%;
}

.header-pannel .slogan {
	overflow: hidden;
}

.header-pannel .slogan h1 {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	background: url(../images/slogan-text.svg) no-repeat;
	margin: 0 auto;
	width: 257px;
}

.nav-opener {
	width: 26px;
	height: 20px;
	float: right;
	position: relative;
	z-index: 3;
	margin: 1px 0 0;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 9px;
	left: 2px;
	right: 2px;
	height: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 3px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.nav-opener:after {
	top: auto;
	bottom: 3px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-content .logo-holder {
	background: #fff;
	text-align: center;
	padding: 15px 0 0;
}

.nav-content .logo {
	display: block;
	margin: 0 0 10px;
	float: none;
}

.nav-content .slogan h1 {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	width: 254px;
	height: 30px;
	margin: 0 0 15px;
	background: url(../images/slogan-text.svg) no-repeat;
	background-size: 100%;
}

/* main navigation style */

#nav {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	font-family: "sofia-pro";
	text-transform: uppercase;
	position: relative;
}

#nav > li {
	position: relative;
}

#nav > li .hover,
#nav > li:hover > a,
#nav > li > a:hover {
	background: #a98538;
}

#nav > li a {
	color: white;
	padding: 8px 20px 8px 25px;
	display: block;
}

#nav > li ul {
	max-height: 0;
	font-weight: 400;
	overflow: hidden;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	font-weight: 400;
}

#nav > li ul li a:hover {
	background: #a98538;
	color: #fff;
	position: relative;
}

#nav > li ul li a:hover:after {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	content: "\e901";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	font-family: "icomoon";
}

#nav > li ul li a {
	padding: 6px 20px 6px 50px;
	display: block;
}

#nav li.hover > ul,
#nav li:hover > ul {
	max-height: 1000px;
}

/* main content styles */

#content {
	padding: 24px 0;
}

#content .text {
	margin: 0 0 20px;
	padding: 0 18px;
}

.two-cols {
	margin: 0 -16px 13px;
}

.two-cols .grid-item {
	padding: 0 8px;
	float: left;
	width: 100%;
}

.two-cols .grid-item.lg {
	width: 100%;
}

/* cycle carousel basic styles */

.banner {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}

.banner .mask {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 5px solid #fff;
	height: 230px;
	width: 304px;
	margin: 0 auto;
}

.banner .slideset {
	width: 100%;
	float: left;
}

.banner .slide {
	width: 100%;
	float: left;
}

.banner .slide.active {
	z-index: 1;
}

.banner .slide img {
	width: 100%;
	height: auto;
}

.banner .btn-next,
.banner .btn-prev {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 53px;
	height: 53px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	z-index: 2;
	background: url(../images/ico-btn.png) no-repeat;
}

.banner .btn-next.btn-prev,
.banner .btn-prev.btn-prev {
	background-position: 0 0;
}

.banner .btn-next.btn-prev:hover,
.banner .btn-prev.btn-prev:hover {
	background-position: 0 -72px;
}

.banner .btn-next.btn-next,
.banner .btn-prev.btn-next {
	background-position: -76px 0;
	left: auto;
	right: 10px;
}

.banner .btn-next.btn-next:hover,
.banner .btn-prev.btn-next:hover {
	background-position: -76px -72px;
}

.banner .btn-holder {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
	padding: 0 10px;
}

.banner .btn-holder .btn {
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	white-space: normal;
	border: 1px solid #fff;
	padding: 5px 30px 8px 10px;
	letter-spacing: -1px;
}

.banner .btn-holder .btn:after {
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	color: #fff;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
}

.banner .btn-holder .btn:hover{
	background: #aa8639;
}

.banner .btn-holder .btn:hover:after {
	right: 10px;
}

.search-form {
	background: #1B4B4D;
	border: 4px solid #fff;
	font-family: "chaparral-pro";
	width: 304px;
	margin: 0 auto 10px;
	padding: 24px 21px;
}

.search-form .fake-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.search-form .fake-select select::-ms-expand {
	display: none;
}

.search-form .fake-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.search-form .fake-select select {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	font-family: "chaparral-pro";
	display: inline-block;
	border: none;
	padding: 2px 13px 2px;
	border: 1px solid #fff;
	color: #6d6e71;
	margin: 0;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
	width: 100%;
	position: relative;
}

.search-form .form-group {
	margin: 0 0 14px;
}

.search-form .cols {
	margin: 0 -4px;
	letter-spacing: -5px;
}

.search-form .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 4px;
}

.search-form .btn {
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	width: 100%;
	padding: 3px 19px 7px 4px;
	white-space: normal;
}

.search-form .btn:after {
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	color: #fff;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
}

.search-form .btn:hover {
	border-color: #876728;
	background: #99762c;
}

.search-form .btn:hover:after {
	right: 5px;
}

.search-form .btn span {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

.search-form .form-control {
	font-size: 23px;
	line-height: 26px;
	font-weight: 400;
	border: none;
	border-radius: 7px;
	text-transform: uppercase;
	text-align: center;
	height: 38px;
	padding: 6px 10px 3px;
}

.team-link {
	border: 4px solid #fff;
	display: block;
	overflow: hidden;
	width: 304px;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	background: #fff;
}

.team-link:after {
	content: "";
	background: rgba(28, 75, 77, .4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.team-link .caption {
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background: rgba(70, 121, 123, .75);
	padding: 10px 10px 13px;
	text-align: center;
	font-family: "sofia-pro";
	color: #fff;
	text-shadow: 5px 5px 10px rgba(34, 31, 31, .8);
	z-index: 1;
}

.team-link img {
	width: 100%;
	height: auto;
}

.three-cols {
	margin: 0 0 20px;
}

.thumbnail {
	padding: 20px 20px 10px;
	border: 5px solid #1B4B4D;
	border-radius: 14px;
	margin-bottom: 14px;

	
}

.thumbnail:hover{
	background-color: #95b4b6 ;
	}

.thumbnail h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	max-width: 80%;
	font-family: "chaparral-pro";
	margin: 0 0 15px;
	padding: 0 0 6px;
	border-bottom: 1px solid #95b4b6;
	position: relative;
}

/*Kelty added this*/
.thumbnail h2.padding15{
	padding: 15px 0 0;
	}
	
.thumbnail p.padding10{
	padding: 0 0 15px;
	}

.thumbnail h2:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: #95b4b6;
}

.thumbnail p {
	margin: 0 0 15px;
}

.thumbnail .btn {
	white-space: normal;
	padding: 5px 30px 8px 10px;
}

.thumbnail .btn:after {
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	color: #fff;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
}

.thumbnail .btn:hover {
	border-color: #1B4B4D;
	background: #1B4B4D;
}

.thumbnail .btn:hover:after {
	right: 10px;
}

.thumbnail .btn span {
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 0 5px;
}

.thumbnail .btn.btn-default:hover {
	background: #1B4B4D;
	border-color: #1B4B4D;
}

.social-networks {
	overflow: hidden;
}

.social-networks li {
	float: left;
	margin: 0 6px 5px;
}

.social-networks li a {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	text-align: center;
	display: block;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transition: border .25s linear;
	transition: border .25s linear;
	color: #fff;
}

.social-networks li a:hover {
	border-color: #ab873a;
}

.social-networks li a.icon-twiter {
	background: #80a3bb;
}

.social-networks li a.icon-facebook {
	background: #34599b;
	font-size: 15px;
}

.social-networks li a.icon-linkedin2 {
	background: #221f1f;
	font-size: 16px;
}

.social-networks li a.icon-linkedin2 {
	background: #221f1f;
	font-size: 16px;
}

.social-networks li a.icon-youtube {
	background: #c8302a;
	font-size: 20px;
}

.connect-pannel {
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	text-align: center;
}

.connect-pannel h3 {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	font-family: "sofia-pro";
	color: #005371;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.connect-pannel .social-networks {
	display: inline-block;
	vertical-align: middle;
}

.about-block h1,
.team-block h1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 27px;
	text-transform: uppercase;
	color: #1B4B4D;
	font-family: "sofia-pro";
	position: relative;
}

.about-block h1 span,
.team-block h1 span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	position: relative;
	z-index: 1;
}

.about-block {
	padding: 30px 10px;
	background: #fff;
}

.about-block .two-col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.team-block .two-col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.about-block p {
	margin: 0 0 20px;
}

.team-block {
	background: #dddbd6;
	padding: 43px 0 30px;
}

.team-block h1 {
	margin: 0 0 41px;
}

.team-block h1 span {
	background: #dddbd6;
}

.team-block .col {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 27px;
	width: 243px;
}

/*team page circle blocks*/

.team-block .img-holder {
	width: 185px;
	height: 185px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	border: 5px solid #a98538;
	margin: 0 0 7px;
	overflow: hidden;
	position: relative;
}

.team-block .img-holder:hover .caption {
	visibility: visible;
	opacity: 1;
}

.team-block .img-holder .caption {
	white-space: nowrap;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: "chaparral-pro";
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(28, 75, 77, .6);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	border-radius: 50%;
}

.team-block .img-holder .caption:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.team-block .img-holder .caption > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.team-block .img-holder .caption .text {
	position: relative;
}

.team-block .img-holder .caption .text:after {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #98a4a9;
	border-bottom: 1px solid #98a4a9;
	z-index: 2;
}

.team-block .img-holder img {
	width: 100%;
	height: auto;
}

.team-block .name {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	font-family: "sofia-pro";
	margin: 0;
	}

.team-block .degination {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	font-family: "chaparral-pro";
	font-style: italic;
}

/* footer styles */

#footer {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #6d6e71;
	font-family: "sofia-pro";
	text-align: center;
	display: table-footer-group;
	height: 1%;
	overflow: hidden;
	background: #fff;
}

#footer .inner-holder {
	padding: 30px 0;
	border-top: 17px solid #46797B;
}

#footer .footer-logo {
	margin: 0 0 20px;
}

#footer .footer-nav {
	text-transform: uppercase;
}

#footer .footer-nav h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 5px 20px;
}

#footer .footer-nav ul li {
	overflow: hidden;
	margin: 0 0 5px 20px;
}

#footer .footer-nav ul li a {
	color: #6d6e71;
}

#footer .footer-nav ul li a:hover {
	color: #86878b;
	text-decoration: underline;
}

#footer .contact-box {
	text-align: center;
}

#footer .contact-box .social-networks {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

#footer .contact-box .social-networks li {
	margin: 0 4px 5px;
}

#footer .contact-box .btn {
	white-space: normal;
	padding: 5px 30px 8px 10px;
}

#footer .contact-box .btn:after {
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	color: #fff;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
}

#footer .contact-box .btn:hover {
	border-color: #876728;
	background: #99762c;
}

#footer .contact-box .btn:hover:after {
	right: 10px;
}

#footer .contact-box .btn span {
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
}

.modal-dialog .close {
	font-size: 25px;
	line-height: 45px;
	font-weight: normal;
}

.modal-body {
	padding: 20px;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-content .contact-info {
	overflow: hidden;
	margin: 0 0 20px;
}

.modal-content .img-holder {
	width: 185px;
	height: 185px;
	border-radius: 50%;
	border: 5px solid #a98538;
	overflow: hidden;
	margin: 0 auto 20px;
}

.modal-content .img-holder img {
	width: 100%;
	height: auto;
}

.modal-content .desc {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	padding: 0 0 15px;
	border-bottom: 1px solid #d4c29c;
	position: relative;
}

.modal-content .desc:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #d4c29c;
	bottom: 5px;
	left: 0;
	right: 0;
}

.modal-content .desc h3 {
	font-size: 35px;
	line-height: 39px;
	font-weight: 400;
	color: #335b6e;
	margin: 0 0 8px;
	font-family: "sofia-pro";
	text-transform: uppercase;
}

.modal-content .desc .post {
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	font-family: "chaparral-pro";
	font-style: italic;
}

.modal-content .desc p {
	margin: 0;
}

.modal-header {
	overflow: hidden;
	background: #46797B;
	border: none;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
}

/* disabling phone numbers on desktop */

@media (min-width: 768px) {
	#header:after {
		right: 30.5%;
	}

	#header:before {
		right: 30.5%;
	}

	.nav-pannel {
		text-align: right;
		min-height: 36px;
		font-weight: 400;
		width: 67%;
		padding: 0;
	}

	.nav-pannel:before {
		left: 0;
		width: auto;
		right: -9999px;
		height: 100%;
	}

	.nav-pannel:after {
		border-width: 36px 0 0 50px;
		left: -50px;
		right: auto;
	}

	.header-pannel {
		padding: 0 47px 20px;
		text-align: left;
	}

	.header-pannel .logo {
		float: left;
		margin: 0;
		width: 258px;
	}

	.header-pannel .logo:hover {
		margin: -10px 0 10px;
	}

	.header-pannel .slogan {
		padding: 99px 0 0;
		text-align: right;
	}

	.header-pannel .slogan h1 {
		width: 331px;
		height: 30px;
	}

	#nav {
		font-size: 22px;
		line-height: 25px;
		font-weight: 400;
		display: inline-block;
		vertical-align: top;
		letter-spacing: -4px;
	}

	#nav > li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		padding: 3px 15px 8px;
	}

	#nav > li .hover,
	#nav > li:hover > a,
	#nav > li > a:hover {
		color: #221f1f;
		background: none;
	}

	#nav > li a {
		padding: 0;
	}

	#nav > li ul {
		font-size: 16px;
		line-height: 18px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 150px;
		background: #46797B;
		font-weight: 700;
		z-index: 9999;
	}

	#nav > li ul li a {
		padding: 10px 15px;
	}

	#content {
		padding: 30px 0;
	}

	#content .text {
		padding: 0;
	}

	.two-cols .grid-item {
		width: 50%;
	}

	.banner .mask {
		width: 100%;
		height: 372px;
		margin: 0;
		height: 380px;
	}

	.banner .btn-holder .btn {
		letter-spacing: 0;
	}

	.search-form {
		margin: 0 0 10px;
		width: 100%;
	}

	.team-link {
		width: 100%;
		margin: 0;
	}

	.thumbnail {
		font-size: 15px;
		line-height: 19px;
		font-weight: 400;
		padding: 15px 8px 10px;
		border-radius: 10px;
	}

	.thumbnail h2 {
		max-width: none;
		font-size: 20px;
		line-height: 24px;
		font-weight: normal;
	}

	.connect-pannel {
		text-align: left;
		padding: 9px 20px 6px;
	}

	.connect-pannel h3 {
		padding: 4px 15px 0 0;
		float: left;
		overflow: hidden;
		margin: 0;
	}

	.connect-pannel .social-networks {
		padding: 3px 0 0;
	}

	.about-block h1 span,
	.team-block h1 span {
		padding: 0 15px;
	}

	.about-block {
		padding: 30px 0;
	}

	.about-block .two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.team-block .two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	#footer {
		text-align: left;
	}

	#footer .container {
		width: 700px;
	}

	#footer .footer-logo {
		margin: 0;
	}

	.modal-dialog {
		width: 577px;
	}

	.modal-body {
		padding: 35px;
	}

	.modal-content .img-holder {
		float: left;
		margin: 0;
	}

	.modal-content .desc {
		float: right;
		width: 308px;
		padding-left: 10px;
	}

	.modal-content .desc h3 {
		font-size: 40px;
		line-height: 44px;
		font-weight: 400;
	}
}

@media (min-width: 1024px) {
	.two-cols .grid-item {
		width: 27.7%;
	}

	.two-cols .grid-item.lg {
		width: 72.3%;
	}

	.banner {
		margin: 0;
	}

	.search-form {
		padding: 12px 14px;
		height: 185px;
	}

	.search-form .fake-select select {
		font-size: 17px;
		line-height: 21px;
		font-weight: 400;
	}

	.search-form .form-group {
		margin: 0 0 9px;
	}

	.search-form .btn {
		font-size: 19px;
		line-height: 20px;
		font-weight: 400;
	}

	.search-form .form-control {
		font-size: 17px;
		line-height: 21px;
		font-weight: 400;
		height: 29px;
		padding: 6px;
	}

	.team-link {
		height: 185px;
	}

	.team-link:hover:after {
		opacity: 1;
	}

	.team-link .caption {
		font-size: 25px;
		line-height: 29px;
		font-weight: 400;
	}

	.thumbnail {
		font-size: 17px;
		line-height: 20px;
		font-weight: 400;
	}

	.thumbnail h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: normal;
	}

	.about-block h1:after,
	.about-block h1:before,
	.team-block h1:after,
	.team-block h1:before {
		content: "";
		position: absolute;
		height: 1px;
		background: #d4c29c;
		left: -20px;
		right: -20px;
		top: 15px;
	}

	.about-block h1:before,
	.team-block h1:before {
		top: 22px;
	}

	.modal-dialog {
		width: 720px;
	}

	.modal-body {
		padding: 46px;
	}

	.modal-content .desc {
		width: 345px;
	}

	.modal-content .desc .post {
		font-size: 28px;
		line-height: 38px;
		font-weight: 400;
	}

	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 767px) {
	.header-pannel .slogan h1 {
		background-size: 250px;
	}

	.nav-content {
		margin: 28px -10px 0;
		position: static;
		overflow: hidden;
	}

	.nav-active .nav-content {
		visibility: visible;
	}

	.nav-content .drop {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .35s ease-in;
		transition: max-height .35s ease-in;
		background: #95b4b6;
	}

	.nav-active .nav-content .drop {
		max-height: 600px;
	}

	#nav > li + li:after {
		content: "";
		position: absolute;
		top: 0;
		left: 13px;
		right: 13px;
		background: #fff;
		height: 1px;
		z-index: -1;
	}

	.three-cols .row {
		max-width: 330px;
		margin: 0 auto;
	}

	.thumbnail {
		height: auto !important;
		min-width: 241px;
	}

	.thumbnail .btn {
		font-size: 26px;
		line-height: 27px;
		font-weight: normal;
	}

	.team-block .row {
		max-width: 250px;
		margin: 0 auto;
	}
}

/* Random Stuff Kelty Added */

.blue{
	color: #335b6e;
}

.quote{
	font-family: "chaparral-pro";
	font-style: italic;
	font-weight: 300;
	padding: 10px 0;
}

table a{
	color: #46797B;
	font-weight: bold;
}

table th{
	background: #aa8639;
	color: white;
}

/*form styling*/

#contact_res .btn {
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	width: 100%;
	padding: 3px 19px 7px 4px;
	white-space: normal;
	background-color: #1B4B4D;
	color: white;
}

#contact_res .btn:after {
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	color: #fff;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
}

#contact_res .btn:hover {
	background: #264452;
	border-color: #42768e;
}

#contact_res .btn:hover:after {
	right: 5px;
}

#contact_res .btn span {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

/*#contact_res .form-control {
	font-size: 23px;
	line-height: 26px;
	font-weight: 400;
	border: none;
	border-radius: 7px;
	text-transform: uppercase;
	text-align: center;
	height: 38px;
	padding: 6px 10px 3px;
}*/


/*STYLES ADDED BY KELTY!!!!*/

/*header photo spacing*/
.bodyHeaderPhoto{
	padding-bottom: 20px;
	width: 100%;
	height: auto;
	}

/*signature on homepage*/
#signature{
	
	}
	

/*listings page image blocks*/

.team-block .img-holder-listings {
	width: 222px;
	height: 165px;
	display: inline-block;
	vertical-align: top;
	/*border-radius: 50%;*/
	border: 3px solid #a98538;
	margin: 0 0 7px;
	overflow: hidden;
	position: relative;
}

.team-block .img-holder-listings:hover .caption {
	visibility: visible;
	opacity: 1;
}

.team-block .img-holder-listings .caption {
	white-space: nowrap;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: "chaparral-pro";
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 91, 110, .6);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	/*border-radius: 50%;*/
}

.team-block .img-holder-listings .caption:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.team-block .img-holder-listings .caption > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.team-block .img-holder-listings .caption .text {
	position: relative;
}

.team-block .img-holder-listings .caption .text:after {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #98a4a9;
	border-bottom: 1px solid #98a4a9;
	z-index: 2;
}

.team-block .img-holder-listings img {
	width: 100%;
	height: 100%;
}

/*listings page text blocks*/

.team-block .listing-address {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	font-family: "sofia-pro";
	margin: 0;
	padding-bottom: 7px;
	}

.team-block .listing-details {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-family: "chaparral-pro";
	color: #787474
}

.team-block .listing-active{
	display: inline-block;
	color: green;
	text-transform: uppercase;
	margin-top: 2px;
}

.team-block .listing-contingent{
	display: inline-block;
	color: orange;
	text-transform: uppercase;
	margin-top: 2px;
}

.team-block .listing-pending{
	display: inline-block;
	color: red;
	text-transform: uppercase;
	margin-top: 2px;
}

/*adding NestMsg styles on 9/19/17 - MOVE TO UPDATED COLOR CSS*/

div.nestMsg {
	background: white;
	padding: 10px 35px ;
	margin-bottom: 15px;
	border-radius: 12px;
}

div.nestMsg img {
	padding-top: 14px;
	
}

div.nestMsg a {
	color: #aa8639;
	text-decoration: underline;
	font-weight: bold;
}

@media (max-width: 767px) {
	div.nestMsg {
		max-width: 300px; margin: 15px auto;
	}
	
}


