/*
Theme Name: Bold Park
Description: Custom Wordpress theme
Author: Clever Starfish

font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html { overflow-y: scroll; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
.touch body { -webkit-text-size-adjust: none; }
:focus { -moz-outline-style: none; outline: none; }

* {
	box-sizing: border-box;
}

html, body {
    height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
p, ul, ol {
    margin: 0 0 20px;
}
ul, ol {
    padding: 0 0 0 1.8em;
}
body {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Gotham A', 'Gotham B',Helvetica,Arial,sans-serif; 
	font-weight: 400; 
	font-style: normal;	
	color: #406871;
}
a {
    color: #27b6b5;
	text-decoration: none;
    outline: 0 none;
}
a:hover, a:focus {
	text-decoration:none;
	color: #5d8e98;
	transition: all 0.2s ease 0s;
}
p a {
    line-height: inherit;
}
a img {
	border: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
.small, .small p {
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #284650;
    text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
.palatino{
	font-family: 'Palatino W01',Georgia,serif;
	font-weight: 200;
	text-transform: none;
}
span.small {
	font-size: 12px;
}
.somefont strong {
    font-weight: 500;
}
h1 {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 14px;
    letter-spacing: -1px;
}
h2 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}
h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
}
h4 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol {
    margin: 0 0 20px;
}
ul {
    list-style: disc outside none;
}
ol {
    list-style: decimal outside none;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 26px;
    margin-bottom: 10px;
}
blockquote, blockquote p {
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
}
blockquote {
	font-family: 'Palatino W01',Georgia,serif;
    border-left: 1px solid #ddd;
    margin: 30px 0 30px 20px;
    padding: 3px 20px 0 19px;
}
hr {
	margin: 30px 0;
	 border: 0; 
	 height: 0; 
	 border-top: 1px solid rgba(0, 0, 0, 0.1); 
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}
/* ------------------------------------
HEADER
------------------------------------ */
.page-wrap {
	min-width: 1320px;
}
header {
}
#top-bar {
	height: 65px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	position: relative;
}
#top-bar nav {
	float: left;
}
#top-bar .menu > ul > li{
	float: left;
}
.login {
	float: right;
	margin-top: 9px;
}
.login a.button {
	background: #d7eeda url(_inc/img/locked.png) no-repeat 17px center;
	padding: 10px 19px 10px 40px;
}
#header-banner {
	background: url(_inc/img/header-bg.jpg) repeat-x 0 top;
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.1);
    height: 160px;
}
#header-banner .wrapper {
	background: url(_inc/img/header-hex.png) no-repeat center top;	
	height: 160px;
	
}
#header-banner .inner {
	width: 1030px;
}
a.logo {
	position: absolute;
	width: 169px;
	height: 143px;
	background: url(_inc/img/logo_home2.png) no-repeat;
	text-indent: -9999px;
	top:0;
	left: 0;
}
a.logo:hover {
	background-position: 0 -143px;
	transition: none;
}
header h1{
	font-family: 'Palatino W01',Georgia,serif;
	font-weight: normal;
    font-size: 49px;
    line-height: 50px;
    text-transform: none;
	position: absolute;
	top: 102px;
	left:151px;
}
#search {
	display: none;
}
.banner-image {
	position: absolute;
	top:0;
	right: 0;
	width:597px;
	height: 150px;
}
img.purple-hex {
	position: absolute;
	top:42px;
	left:-125px;
}
/* ------------------------------------
HOMEPAGE
------------------------------------ */
#banner {
	background: #f8f6e1 url(_inc/img/home-header.jpg) repeat-x 0 top;
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.1);
	height: 359px;
}
#banner .inner {
	width: 1320px;
	margin: 0 auto;
}
.home #content {
	background:#f8f6e1 url(_inc/img/home-hex-white.png) no-repeat center bottom;
	padding:50px 0 0;	
}
.home #header-banner .wrapper {
	background: none;
}
.home a.logo {
	position: absolute;
	width: 264px;
	height: 228px;	
	background: url(_inc/img/logo-home.png) no-repeat;
	text-indent: -9999px;
	top:66px;
	left: 179px;
	z-index:10;
}
#banner .overlay {
	position: absolute;
	top: 0px;
}
#banner .slides img {
	position: relative;
	left: 440px;
	display: block;
}
#banner .slides li {
	margin-bottom: 0px;
}
#banner .flex-control-nav, .flex-direction-nav {
	display: none;
}
#home-main {
	width: 697px;
	border-right: 1px solid #b3e6d3;
	padding:0 20px 0 0;
}
#home-main h1, .home-heading h1{
	text-transform: none;
	font-weight: 400;
}
#home-main .left {
	width: 454px;
}
.home-cta a.button {
	width: 154px;	
}
.darkgreen a.button  {
	background: #305868 !important;
}
#content .address {
	background: url(_inc/img/icon-addressblue.png) no-repeat left 2px;
}
#content .phone {
	background: url(_inc/img/icon-phoneblue.png) no-repeat left 1px;
}
#content .email {
	background: url(_inc/img/icon-emailblue.png) no-repeat left 3px;
}
#content .facebook {
	background: url(_inc/img/icon-facebookblue.png) no-repeat left 2px;
}
#content .twitter {
	background: url(_inc/img/icon-twitterblue.png) no-repeat left 3px;
}
.home .message {
	margin: 25px 0;
}
.item .program-info h2 {
	background:none;
	padding: 0px;
	text-align: center;
    position: relative;
    bottom:0px;
    left:0px;
    margin-bottom: 1px;
}
.item .program-info h4 {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
.home .item {
	margin-bottom: 0;
}
#whatson, #home-blog {
	padding: 45px 0 0;
}
#whatson .inner {
	border-bottom: 1px solid #b3e6d3;	
	padding: 0 0 40px 0;
}
#whatson .blue-btn, #home-blog .green-btn {
	position: absolute;
	right: 0;
	top:0;
}
.grey {
	color: #71858c;
}
.blue-btn a.button{
	background: #0f6cb6 !important;
	color: #fff;
}
#home-blog .green-btn a.button, #whatson .blue-btn a.button {
	margin-top: 0;
} 
#whatson h1, #home-blog h1 {
	font-size: 48px;
}
.home article {
	padding: 10px 0;
}
.home #sidebar {
	width: 213px;
	margin-right: 0;
}
.home #right-col {
	width: 715px;
}
.blue {
	color: #0f6cb6;
}
.blue span {
	color: #ffffff;
}
a.blue:hover{
	color: #1482d9;
}
.green-btn a.button {
	background: #99ca3c !important;
	padding: 14px 24px !important;
}
.home article.blog-list {
	padding-top: 16px;
}
.home article.blog-list h2 a {
	font-size: 17px;
}
.home article.blog-list .text {
	width: 437px;
}
#content .contact-details {
	width: 194px;
	margin: 0 0 0 40px;
}
#content .contact-details  h4 {
	margin-bottom: 11px;
}
.home-cta .aqua a.button {
	 padding: 20px 19px;
 }
/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#content {
	padding: 50px 0;
	background: url(_inc/img/green-hex.png) no-repeat center center;
}
.link, #sidebar ul li a, .sidebar-department, .sidebar {
	font-family: 'Gotham A', 'Gotham B',Helvetica,Arial,sans-serif; 
	font-weight: 700; 
	font-style: normal;
    color: #305868;
    font-size: 13px;
    letter-spacing: 0.4px;
	text-transform: uppercase;
}
a.button {
	background: #d7eeda;
	border-radius: 5px;
	text-align: center;
	padding: 10px 22px;
	transition-duration: 0.35s;
	position: relative;
	top: 0px;
}
a.button:hover {
	background-color: #d1f7d6;
	transition-duration: 0.15s;
	top: -3px;

}
.login a.button:hover {
	transform: none;
}
.aqua a.button:hover, #sidebar .item-excerpt a.button:hover {
	/*background-color: #26cecd;*/
}

.darkgreen a.button:hover {
	/*background-color: #3f788e !important;*/
}
.blue-btn a.button:hover {
	/*background-color: #1482d9 !important;*/
}
.green-btn a.button:hover {
	/*background-color: #a5df38 !important;*/
}
article.blog-list h2 a:hover, #blog-feature h3 a:hover, .post-nav a:hover {
	/*color: #a5df38;*/
}
a.post-link:hover, input[type="submit"]:hover {
	opacity: 0.8;
}
#right-col, article.feature-event .text {
	width:680px;
	float: right;
}
#right-col.nomenu {
	width: 840px;
}
#sidebar {
	float: left;
	width: 240px;
	margin-right: 40px;
}
#sidebar ul, #sidebar ul li {
	list-style-type: none;
	padding-left: 0;
	line-height: 17px;
	margin-bottom: 17px;
}
#sidebar ul li a {
	color: #27b6b5;
}
#sidebar ul li.current_page_item a {
	color: #5d8e98;
} 
.intro {
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 29px;
	color: #5d8e98;
}
.message {
	padding:20px 50px;
	background: #d7eeda;
	color: #284650;
	text-align: center;
	box-shadow: inset 0px 0px 13px -2px #C7D9C1;
}
.message p{
	margin: 0;
}
#right-col h1 {
	font-size: 38px;
}
.indent {
	padding-left: 120px;
}
/* ------------------------------------
PEOPLE
------------------------------------ */
.people-list {
	margin-bottom: 30px;
}
.people-list h2 span {
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	margin-top: 4px;
}
.department-headline {
	margin-bottom: 18px;
}
.department-headline h2 {
	font-size: 27px;
}
a.sidebar-department, a.sidebar category {
	color: #27b6b5;
	display: block;
	margin-bottom: 14px;	
}
.people-list .item h2:hover, .program-list .item h2:hover {
	background: #3f788e;
    transition: background-color 0.2s ease-in-out 0s;
}
.row span {
	line-height: 17px;
}
/* ------------------------------------
EVENTS
------------------------------------ */
#events-summary {
	padding: 30px 0;
}
#feature-events {
	margin: 10px 0 0 0
}
#events-summary h2 {
	margin-bottom: 17px;
}
article.feature-event a.post-link {
	background: url(_inc/img/event-btn.png) no-repeat;
}
.event-list h3 {
	margin-bottom: 3px;
	font-size: 14px;
}
.event-list h3 a {
	font-size: 15px;
}
.event-list h3 a:hover, article.feature-event .text h2 a:hover {
	color: #1482d9;
}
.event-list .event-item {
	border-bottom: 1px solid #dfdfdf;
}
.event-item {
    margin-bottom: 11px;
}
#sidebar article.feature-event {
	padding:0  0 15px;
	margin-bottom: 15px;
}
#sidebar .event-item h3 a, #sidebar .event-item h3 {
	font-size: 13px;	
	line-height: 17px;
}
#sidebar .event-item {
	border-bottom: none;
	margin-bottom: 17px;
}
.single-events #right-col a, #sidebar .event-item h3 a, #sidebar .event-item h3, .event-list h3 a, article.feature-event .text a, article.feature-event .text h2 a {
	color: #0f6cb6;	
}
#sidebar .event-item h3 a.current {
	color: #1482d9;
}
#sidebar.event-sidebar a.button {
	background: #0f6cb6;
}
#sidebar.event-sidebar h3 {
	margin-bottom: 17px;
}
/* ------------------------------------
PROGRAMS
------------------------------------ */
.program-list, .people-list{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.item {
    width: 239px;
    margin-right: 1px;
    margin-bottom: 15px;
    float: left;
    position: relative;
    background: #f7efdf;
}
.item:nth-child(4n){
    padding-right: 0;
}
.item:nth-child(4n+1){
    clear:both;
}
#content .item img {
	border: none;
	box-shadow: none;
    left: 0;
    position: absolute;
    top: 0;
}
.item a.program-link {
	display: block;
	height: 240px;
	position: relative;
}
.item h2, .item .program-info  {
	background: #305868;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	width: 185px;
    position: absolute;
    z-index: 1;
    bottom:0px;
    left:17px;
	line-height: 15px;
	font-size: 14px;
}
.item h2.pink, .item .pink {
	background: #ff575e;	
}
.item h2.purple, .item .purple {
	background: #9f4d9d;	
}
.item h2.green, .item .green {
	background: #99ca3c;	
}
.item h2.blue, .item .blue {
	background: #0f6cb6;	
}
.item h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.item-excerpt {
	padding: 20px;
	line-height: 19px;
	font-size: 14px;
}
#sidebar .item{
	background: #305868;
	color: #ffffff;
	margin-right: 0;
	text-align: left;
	margin-bottom: 20px;
}
#content #sidebar .item img {
	display: block;
	height: 240px;
	position: relative;
}
 #sidebar .item h2 {
	 font-size: 17px;
	 margin-bottom: 15px;
 }
 #sidebar .item h2,  #sidebar .item h4 {
	 position: inherit;
	 background: none;
	 padding: 0;
	 text-align: left;
	 color: #fff;
 }
 #sidebar .item h4{
	 width: 113px;
	 font-size: 14px;
	 margin-bottom: 8px;
 }
.row {
	 display: block;
 }
#sidebar a.button, .home-cta a.button, .blue-btn a.button, .green-btn a.button {
	background: #27b6b5;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Gotham A', 'Gotham B',Helvetica,Arial,sans-serif; 
	font-weight: 700; 
	font-style: normal;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 14px;
    margin-top: 10px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	padding: 14px 19px;
}
.sidebar-submenu .program-headings, .people-headings {
	border-top: 1px solid #b3e6d3;	
	padding: 20px 0;
}

.people-headings ul {
	margin-left: 20px;
}

#sidebar.people-info .item h4 {
	width: 127px;	
	margin-bottom: 0;
}
.qualification {
	margin-bottom: 7px;
}
.feature-programs {
	border-bottom: 1px solid #b3e6d3;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.feature-event .post-date, .event-item .post-date {
	font-size: 16px;
}
/* ------------------------------------
BLOG
------------------------------------ */
.blog #search, .single-post #search, .search-results #search {
	background: #ffffff;
	padding: 10px;
	width:338px;
	margin:0;
	display: block;
	top: 89px;
	right: 20px;
	position: absolute;
	border-radius: 5px;
}
#search form {
	padding: 0;
	background: none;
}
#search input[type="submit"]{
	margin-right: 0;
}
.post-date {
	font-size: 12px;
	margin-bottom: 17px;
	line-height: 13px;
}
.post-date span.link a{
	color: #71858c !important;
}
article.blog-list, article.feature-event {
	border-bottom: 1px solid #b3e6d3;
	padding: 30px 0;
}
article.blog-list h2 a, article.feature-event h2 a{
	font-size: 30px;
	color: #99ca3c;
}
article.blog-list .text a{
	color: #99ca3c;
}
article.blog-list .text {
	width: 560px;
	margin-right: 44px;
}
article.blog-list.no-image .text, article.evnet-list.no-image .text  {
	width: 100%;
	margin-right: 0px;
}
a.post-link {
	background: url(_inc/img/blog-btn.png) no-repeat;
	height: 40px;
	width: 47px;	
	display: block;
	text-indent: -9999px;
}
.new-link {
	float: left;
	width: 215px;
}
.next-post {
	float: right;
	width: 215px;
	text-align:right;
}
/* ------------------------------------
NAVIGATION
------------------------------------ */
.menu > ul {
	list-style:none;
	margin:0;
	padding:0;
}
.menu > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	position:relative;
	height:65px; /* Change this to match the exact size of your <a> element */
}
.menu > ul > li > a, .children a {
	font-family: 'Gotham A', 'Gotham B',Helvetica,Arial,sans-serif; 
	font-weight: 700; 
    color: #305868;
    font-size: 13px;
    letter-spacing: 0.4	px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 22px 10px 22px 8px;
	overflow: hidden;
}
.menu > ul > li > a:hover, .menu > ul > li:hover > a, .menu > ul > li.current_page_item > a, .menu > ul > li.current_page_parent > a, #sidebar ul li a:hover, .footer-nav .menu > ul > li a:hover{
	color: #5d8e98;
	transition: all 0.15s ease 0s;
}
.menu .children {
	display: none;
}
.menu ul li#menu-item-383 a{
	background: url(_inc/img/home-icon.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 27px;
	height: 23px;
	padding: 0;
	margin: 24px 10px 0 0px;
	transition: all 0.0s ease 0s;	
}
.menu ul li#menu-item-383 a:hover {
	background-position: 0 -23px;
	transition: all 0.00s ease 0s;
}
.ie7 .menu > ul > li > a, .ie7 .menu > ul > li { display:block;float:left; }
.ie10 input[type="text"] {
	padding: 10px 0;
}

/* ------------------------------------
DROPDOWN MENU
------------------------------------ */

.menu.login .children {
	top: 46px;
}

.children {
	list-style: none;
	position:absolute;
	display:none;
	width:215px;
	top:65px;
	left:0;
	padding: 0;
	margin: 0;
	background: #a4ce4e;
	z-index: 11;
	padding: 0 20px;
    transition: opacity 0.3s linear 0s;
}
.children li {
	position: relative;
	border-bottom: 1px solid #b8dc6e;
	margin-bottom: 0;
}
.children a {
	margin: 0;
	display:block;
	float:none;
	color: #ffffff;
	padding:11px 0;
	background: #a4ce4e;
	text-align:left;
	line-height: 15px;
}
.children a:hover {
	color:#406871;
	background: none;
	transition: all 0.2s ease 0s;
}
/*.children li.current_page_item > a{
	color: #000;
}*/

/*second level dropdown */
.children ul {
	position:absolute;
	top:0;
	left:200px;
	margin:0;
}
/*show/hide on hover*/
.menu ul li:hover ul ul, .menu ul li:hover ul ul ul, .menu ul li:hover ul ul ul ul {display:none;}
/*.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul, .menu ul li li li li:hover ul {display:block;}*/

/* ------------------------------------
FOOTER
------------------------------------ */

footer {
	padding: 40px 0 50px;	
}
#blog-feature .inner {
	border-top: 1px solid #b3e6d3;	
	padding: 30px 0 40px;
}
#blog-feature img, .blog-image img {
	border: 6px solid #f8f6e1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#blog-feature h3 a, .post-nav a {
	color: #99ca3c;
}
article.blog-list:nth-child(3n) {
	border: none;
}
.footer-article .post-date {
	margin-bottom: 11px;
}
.footer-article {
	padding-bottom: 9px;
	margin-bottom: 21px;
	border-bottom: 1px solid #b3e6d3;	
}
.home .footer-article, .page .footer-article {
	border-bottom: none;
}
.footer-article a.post-link {
	margin: 17px 0;
}
.col {
	float: left;
	width: 215px;
	margin-right: 25px;
}
#quote-feature {
	background:#d5ebd6 url(_inc/img/quote-bg.jpg) repeat-x;
	padding: 75px 0;
}
.quote-profile {
	width: 	110px;
	margin-right: 45px;
}
.quote-profile img {
	border: 6px solid #f8f6e1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.quote-content {
	width:800px;
	color: #284650;
}
.quote {
	font-weight: normal;
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 15px;
}
#newsletter-signup {
	background: #27b6b5 url(_inc/img/newsletter-bg.png) repeat-x;
	padding: 40px 0 20px;
	color: #284650;
}
#newsletter-signup h1 {
	color: #f8f6e1;
	font-size: 48px;
}
.footer-nav {
	margin-bottom: 20px;
}
.footer-nav .menu > ul > li {
	display: block;
	height: auto;
} 
.footer-nav .menu > ul > li a {
	display: block;
	color: #27b6b5;
	padding: 7px 0px 7px 0px;
	line-height: 15px;
}
.footer-nav .nav-about, .footer-nav .nav-approach,.footer-nav .nav-people {
	width: 125px;
	margin-right: 25px;
	float: left;
}
.footer-nav .nav-programs {
	width: 285px;
	float: left;
}
.footer-nav .nav-programs ul {
	float: left;
    columns:125px 2;
    -webkit-columns:125px 2;
    -moz-columns:125px 2;
    column-gap: 18px;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
}
.footer-nav .nav-programs .wrap {
	display: block;
}
.footer-nav h5 {
	margin-bottom: 13px;
	font-size: 13px;
}
.footer-nav h5 a {
	color: #284650;
}
.contact-details {
	width: 205px;
}
footer .contact-details a {
	color:#406871;
}
footer .contact-details .logo {
	position: relative;
	background: url(_inc/img/footer-logo.png) no-repeat;
}
footer .contact-details a.logo {
	display: block;
	width: 131px;
	height: 104px;
	margin-bottom: 15px;
	top:0;
	left:20px;
}
.contact-details p, .contact-details a{
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 7px;
	display: block;
}
.address {
	background: url(_inc/img/icon-address.png) no-repeat left 2px;
}
.phone {
	background: url(_inc/img/icon-phone.png) no-repeat left 3px;
}
.email {
	background: url(_inc/img/icon-email.png) no-repeat left 3px;
}
.facebook {
	background: url(_inc/img/icon-facebook.png) no-repeat left 3px;
}
.twitter {
	background: url(_inc/img/icon-twitter.png) no-repeat left 3px;
}
.icon {
	padding-left: 25px;
}
.footer-subnav .menu {
	float: left;
}
.footer-subnav .login a.button {
	background-color: #ffffff;
	padding-top: 0;
	background-position: 16px 3px;
}
.footer-subnav .menu > ul > li {
	height: 43px;
}
.footer-subnav .menu > ul > li a {
	padding:9px 10px 9px 8px;
}
.footer-note {
	border-top: 1px solid #b3e6d3;
	padding: 15px 0 35px;
}
a#starfish {
    background: url("_inc/img/starfish.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 23px;
    margin-left: 15px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    vertical-align: text-bottom;
    width: 84px;
}
a#starfish:hover { 
    background-position: bottom left; 
}
/* ------------------------------------
FORMS
------------------------------------ */
form {
	background: #f8f6e1;
	padding:35px 25px;
}
form ul, form ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
form#gform_1 {
	background: none;
	padding: 0;
}
#content form ul li {
	margin-bottom: 7px;
}
input[type='text'], select, .textarea, .selector{
    font-family: 'Gotham A','Gotham B',Helvetica,Arial,sans-serif;
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #c3dbcc;
    color: #406871;
	-webkit-appearance: none;
    font-size: 13px;
    line-height: 23px;
    /*transition: border-color 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;*/
	padding:10px 12px;
	width: 100%;
}
input[type="checkbox"] {
    -moz-appearance: checkbox !important;
}
input:focus, textarea:focus {
    /*border: 1px solid #284650 !important;
    box-shadow: 0 0 6px 0 #284650;*/
    outline: medium none;
}
label {
    cursor: pointer;
	font-weight: 700;
	color: #738b8c;
	display: inline-block;
	width: 150px;	
	vertical-align: top;
	margin-top: 10px;
}
form#gform_1 label {
	color: #f8f6e1;
	width: auto;
}
.ginput_container {
	display: inline-block;
}
input[type=submit] {
	background: #284650;
	border-radius: 5px;
	text-align: center;
	padding: 14px 34px;
	-webkit-appearance: none;
	border:0;
	outline:0;
    color: #ffffff;
    font-family: 'Gotham A','Gotham B',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 17px;
}
#content .gform_footer {
	text-align: right;
}
div.checker, div.checker span, div.checker input, div.radio, div.radio span, div.radio input{
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
#content .gform_wrapper div.selector {
	width: auto !important;
}
div.selector {
	background: #fff;
	background-image: none;
	width: 100% !important;	
}
div.selector, div.selector span, div.selector select {
    color: #29292b;
    line-height: 35px;
}
li#field_3_3  label{
	line-height: 17px;
}
div.selector span {
	background: url(_inc/img/dropdown-icon.png) no-repeat right 9px;
   display: block;
    line-height: 20px !important;
    padding: 3px 37px 5px 0;
    text-shadow: none;
    font-size: 13px;
    font-style: normal;
	color: #406871;
}
div.selector select {
	height:46px;
}
div.checker span {
	background: #ffffff;
    border: 2px solid #c3dbcc;
    vertical-align: top;
}
ul.gfield_checkbox li label {
	font-weight: normal;
	padding-left: 5px;
	margin-right: 22px;
}
#newsletter-signup div.checker span {
	background: #ffffff;
    border: 2px solid #2d8f8e;
    vertical-align: top;
}
#newsletter-signup div.checker span.checked {
	background: #fff 	url(_inc/img/check-icon.png) no-repeat 2px 2px;
}
#newsletter-signup ul li#field_1_5 {
	margin-bottom: 15px;
}
#newsletter-signup input[type='text'], #newsletter-signup select, #newsletter-signup textarea{
	border: 2px solid #2d8f8e;
}
#newsletter-signup input[type='text'] {
	margin-right: 18px;
	width: 200px;
	padding: 6px 15px;
	height:30px;
}
#newsletter-signup form {
	margin: 14px 0;
}
#newsletter-signup form ul, #newsletter-signup form ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#newsletter-signup form ul li {
	float: left;
}
#newsletter-signup input[type=submit]  {
	margin-top: 28px;
}
#newsletter-signup label {
	margin-top: 0;
}
#newsletter-signup .ginput_container {
	display: block;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: 0 none;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: 0 none;
}
#search input[type='text'] {
	border-radius: 5px;	
	text-transform: uppercase;
    font-family: 'Gotham A','Gotham B',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    width: auto;
	padding: 6px 15px;
	height:30px;
}
.validation_message, .validation_error {
	font-size: 14px;
}
.gform_confirmation_wrapper {
	background: #f8f6e1;
	padding:22px 25px;
}
/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.gallery {
	margin: 20px 0 30px !important;
}
#fancybox-title, #fancybox-title-main {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Gotham A', 'Gotham B',Helvetica,Arial,sans-serif; 
	font-weight: 400; 
	font-style: normal;	
	color: #406871;
}
#fancybox-title-main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    line-height: 21px;
    padding: 20px 15px;
    text-transform: none;
    font-size: 15px;
}
#content .gallery img {
    border: 6px solid #f8f6e1 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}
#fancybox-title-wrap span {
	height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
#sidebar .item-excerpt .left {
	/*width: 40%;*/
	margin-bottom: 15px;
}
h4.left {
	width: 80px !important;
}
.row span.left {
	width:119px;
}
#content img {
	border: 6px solid #f8f6e1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.alignright {
	clear: right;
	float: right;
	margin: 0px 0px 40px 40px;
}
.alignleft {
	clear: left;
	float: left;
	margin: 0px 40px 40px 0px;
}
.wp-caption-text {
	font-size: 13px;
	line-height: 16px;
	margin-top: 3px;
}
*::-moz-selection {background: none repeat scroll 0 0 #27b6b5; }
a {-webkit-tap-highlight-color:#27b6b5;}
::selection {background: #27b6b5;}



/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (max-width:959px) {
	
}

@media screen and (max-width:767px) {
	
}

@media screen and (max-width:480px) {
	
}
