/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden,
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:focus, .visually-hidden:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.skip { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.skip:focus, .skip:active { clip: auto; color:#fff; height: auto; margin: 0; overflow: visible; padding:10px; text-align:center; background:#1f3b62; width:100%; border: 1px dashed #fff; z-index:1001;}

.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#1f3b62; color:#fff; padding:10px; border:1px dashed #fff; text-align:Center; z-index:1001;}
.a11y-instructions p:last-child {margin:0px;}

.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#ee0000 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.important { color:red; font-weight:bold; text-transform:uppercase; }



/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note {font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

.figure-right {display:table; float:right; margin:0 0 15px 20px; padding:5px 0; max-width:50%;}
.figure-left  {display:table; float:left; margin:0 20px 15px 0; padding:5px 0; max-width:50%;}
.figure-right figcaption,
.figure-left figcaption {margin-top:5px; display:table-caption; caption-side:bottom; font-size:0.9em;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;
}

@media only screen and (max-width:29.9rem){
	.figure-right,
	.figure-left {
		float:none;
		margin:0 auto 1rem auto;
		max-width:100%;
		text-align:center;
	}
}


/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#222; text-decoration:none; font-weight:normal; font-family: 'Futura PT';}
a:hover, a:active, a:focus { color:#222; text-decoration:underline; }
a:active, a:focus { outline:1px solid #78aeda; }

a.decor, a.decor:visited {text-decoration:underline;}
a.decor:hover, a.decor:active, a.decor:focus {text-decoration:none;}

.btnText { margin:0; padding:0; color:#222; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#222; text-decoration:none; }

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; padding: 0; max-width:100% !important;}

/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
    display: none;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 3px 2px #78aeda;
    transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
    transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
    display: block;
}

#focus-overlay.focus-overlay-animating::after {
    opacity: 1;
}

.focus-overlay-target {
    outline: none;
}

.skip a { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; text-align:center;}
.skip a:focus {position:static; width:auto; height:auto; background:#444444; color:#ffffff; font-weight:bold; display:block; padding:10px;}

iframe{width: 100%;}

/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {overflow-x:hidden;  color:#4d4d4d;}
body {background:#ededed; font-family: 'Futura PT Book'; color:#4d4d4d;}
.site-body { padding:15px 0; }
.home .site-body {padding-bottom:0;}
.landing .site-body {padding-bottom:0;}
.interior.one-column .site-body{padding:0 0 20px;}

.basic-interior .bas-int-left {padding:0;}
.basic-interior .bas-int-right {padding:0;}
.basic-interior .bas-int-full {}

.main-content {outline:none;}

.interior .main-content p {line-height:1.5;}
.interior.one-column .left-col {padding-top:30px;}
@media only screen and (min-width:48em) {
	.basic-interior .bas-int-left {font-size:18px; padding-right:30px;}
	.basic-interior .bas-int-right {font-size:18px; padding-left:30px;}
	.basic-interior .bas-int-full {font-size:18px;}

	.interior .main-content {font-size:18px;}
}	

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {color:#484846; font-family: 'Futura PT';}
h2 {font-size:24px; font-weight:normal; margin:0 0 .5em; color:#4d4d4d; font-family: 'Futura PT'; text-transform:uppercase;}
h3 {font-size:20px; font-weight:normal; margin:0 0 .5em; color:#4d4d4d; font-family: 'Futura PT';}
h4 {font-weight:normal; margin:0 0 .5em; color:#4d4d4d; font-family: 'Futura PT';}
h5 {font-weight:normal; margin:0 0 .5em; color:#4d4d4d; font-family: 'Futura PT';}
h6 {font-weight:normal; margin:0 0 .5em; color:#4d4d4d; font-family: 'Futura PT';}
@media only screen and (min-width:48em) {
	h2 {font-size:32px;}
	h3 {font-size:25px;}	
}	
@media only screen and (min-width:75em) {
	h2 {font-size:36px;}
	h3 {font-size:30px;}	
}

.hdng {margin:0 0 1em;}
.hdng2 {}

.dark {color:#484846; font-family: 'Futura PT';}

/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {}
.table-layout .table-cell {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.table-layout .table-cell .inner {padding:10px; }
.table-layout.with-overlay .table-cell {padding:10px;}
.table-layout.with-overlay .table-cell .inner {background:rgba(255,255,255,.7); padding:20px; }
.table-layout .table-cell img.set-as-background {display:none;}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod { position: relative; margin:0 0 1em;}

.title { position: relative; margin: 0 0 1em; }
.title a {text-decoration:none;}
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {position:absolute; right:0px; top:0px;}

.more-link {}

/* .mod-rail {border:1px solid #dddddd; } */
.mod-rail .mod-head {background:#eeeeee; border-bottom:1px solid #dddddd;}
.mod-rail .mod-head .title {padding:10px; margin:0;}
.mod-rail .mod-content { padding:10px;  font-size:.875em;}
.mod-rail .more {border-top:1px solid #dddddd;}
.mod-rail .more a {display:block; background:#eeeeee; padding:10px; text-decoration:none; text-align:center;}
.mod-rail .more a:hover,
.mod-rail .more a:focus {background:#dddddd;} 

/* Item Lists Content
   ========================================================================== */

.item-list { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {display:table-cell;}

.content .title { margin:0; }
.item-list .content p { margin: 0; }
.content .date { font-size:0.85em; margin:0; display:block;}


/* Item Media
   ========================================================================== */

.aside {
	text-align:center;
	padding:0 0 10px;
}

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
}

.date-icon .date {
	border:1px solid #888;
	background:#888;
	font-weight:bold;
	text-align:center;
	width:50px;
}
.date-icon .date .month {
	font-size:.875em;
	padding:5px;
	color:#fff;
}
.date-icon .date .day {
	padding:10px 5px;
	background:#fff;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1em 0; 
		width: 100%;
		border-top: 1px solid #ccc; 
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
	}
    .aside img {
        max-width:80px !important;
    }

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 20px 20px 5px;
	border: 1px solid #ccc;
	background: #dcdcdb;
    margin:0 0 2em;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter .btn {margin-bottom:10px;}

.filter .search-field {position:relative;}
.filter .search-field .search-button {
	position: absolute;
	right: 10px;
	top: 0;
	height: calc( (100%) - (15px) );
	width: 40px;
	text-align: center;
	cursor: pointer;
}
.filter .search-field .search-button svg {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.filter .search-field span.search-button {cursor:default;}
/* Pagination
   ========================================================================== */

.paging {
	
}

.sort-status {
    font-size:.875em;
    margin:0 0 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert-wrpr {background:#B30000;}
.alert { 		
	overflow:hidden;
	padding: 18px 10px;
	color: #000;
	background-color: #B30000;	
	display:block;
	text-align:center;
}

.alert .inner {display:inline-block; position:relative; padding-left:44px;}
.alertIcon {float:left; color:#fff; font-size:24px; position:absolute; top:0; left:0;}
.newsAlertTitle {color:#fff; font-size:16px; margin:0; font-family: 'Futura PT Book';}
.alert a { color:#fff; text-decoration:none; font-family: 'Futura PT Book';}
.alert a:hover,
.alert a:focus {text-decoration:underline;}
.alert-description {display:none;}

.alert.yellowAlert {display:table; width:100%; border: 1px solid #ccc; background: #f4f4c0; margin-bottom:1em; text-align:left; }
.alert.yellowAlert .newsAlertTitle {color:#484846; font-size:1.5em;}
.alert.yellowAlert .alertIcon {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
	position:static;
	float:none;
	width:60px;
}
.alert.yellowAlert .alertIcon img {width:40px;}
.alert.yellowAlert .alertContent {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.alert.yellowAlert a {color:#000; font-family: 'Futura PT';}
@media only screen and (min-width:48em){
	.newsAlertTitle {font-size:18px;}
}

.alert-space {height:0;}
@media only screen and (max-width:47.99em){
	.alert-space {display:none;}
}	

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #f8f8f8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; /* background:transparent url(/cms/images/global/field-req.gif) no-repeat center right; */}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.generic-pager {margin:0 0 1em;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}


/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#eee; padding:20px 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; display:none; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; color:#484846; font-family: 'Futura PT';}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; color:#767676; }
.breadcrumbs .seperator {margin:0 4px 0 8px; vertical-align:middle; padding:0px; display:inline-block; width:0px; height:0px; border-left:5px solid #484846; border-top:4px solid transparent; border-bottom:4px solid transparent; }
@media only screen and (max-width:47.99em){
	.breadcrumb-container {padding:7px 0;}
	.breadcrumbs {display:none;}
}
	
/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:0.875em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a { float:right; display:inline;  }
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

/* ## Page Heading ## */


.section-heading h1, 
.section-heading .h2 { color:#fff; text-transform:uppercase; margin:0;  font-size:30px; font-weight:normal; background:none; border:0; line-height: 1.0; font-family: 'Futura PT';}

.page-heading h1,
h1 {font-size:30px; color:#4d4d4d; text-transform: uppercase; font-weight:normal; padding:0; margin:0 0 .5em; }

@media only screen and (min-width:48em){
	.section-heading h1, 
	.section-heading .h2 {font-size:50px; padding:0; }

	.page-heading h1, 
	h1 {font-size:38px;}

	.one-column .page-heading h1 {text-align:center;}	
}	

@media only screen and (min-width:75em){
	.section-heading h1, 
	.section-heading .h2 {font-size:70px;}
	
	.page-heading h1,
	h1{font-size:46px;}
}


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }


/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}

/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:40px !important; }
.carousel .carousel-item {padding:0 5px; position:relative;}
.carousel .carousel-item img {width:100% !important;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; top:50%; width:40px; height:40px; background:#fff; border-radius:50%; border:1px solid #fff; line-height:0; font-size:0; color:transparent; margin-top:-20px;}
.carousel .slick-prev:hover,
.carousel .slick-next:hover,
.carousel .slick-prev:focus,
.carousel .slick-next:focus {border:1px solid #4C5D4E;}

.carousel .slick-prev {left:-10px; z-index:9;}
.carousel .slick-next {right:-10px;}

.carousel .slick-prev:after,
.carousel .slick-next:after {
	position:absolute;
	font-family: 'icomoon';
	font-size:20px;
	margin-left:-10px;
	color:#4C5D4E;
	font-weight:bold;
}
.carousel .slick-prev:after {
	content: "\e605";	
}
.carousel .slick-next:after {
	content: "\e604";
	margin-left:-9px;	
}


.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center; }
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}

.carousel .item-content {position:absolute; left:20px; bottom:20px; z-index:9; font-family: 'Futura PT';}

.carousel .item-title {font-size:20px; color:#fff; font-weight:normal; line-height:1; margin:0;}
.carousel .item-title  a {color:#fff; text-decoration:none; display:inline-block; padding-right:50px;}
.carousel .item-title a:after {
	display:inline-block;
	font-family: 'icomoon';
	font-size:.5em;	
	content: "\e604";
	font-weight:bold;
	bottom: .3em;
	margin-left: 3px;
}

.carousel .item-title:hover,
.carousel .item-title:focus {text-decoration:underline;}
.carousel .item-category {font-size:14px; color:#fff; text-transform:uppercase;}

.carousel .carousel-item {position:relative;}
.carousel .carousel-item:after {
	position:absolute;
	content:"";
	top:0;
	left:5px; right:5px;
	height:100%;
	background: rgba(0,0,0,.2);
}
.carousel .carousel-item:hover:after,
.carousel .carousel-item:focus:after {display:none;}

.carousel .carousel-item:hover .item-content,
.carousel .carousel-item:focus .item-content {text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);}

@media only screen and (min-width:48em){
	.carousel {margin-bottom:60px !important; }	
	.carousel .item-title {font-size:28px;}
	.carousel .item-category {font-size:16px;}
	
	.carousel .slick-prev,
	.carousel .slick-next {position:absolute; top:-135px; width:50px; height:50px; margin-top:0;}
	
	.carousel .slick-prev {left:0px;}
	.carousel .slick-next {right:0px;}
	
	.carousel .slick-prev:after,
	.carousel .slick-next:after  {
		font-size:24px;
		margin-left:-12px;		
	}
	.carousel .slick-next:after {
		margin-left:-11px;	
	}	
	
}
@media only screen and (min-width:80em){
	.carousel .item-title {font-size:36px;}
}	
@media only screen and (min-width:64em){
	.carousel {margin:0 -25%;}
	
	.carousel .slick-prev {left:25%;}
	.carousel .slick-next {right:25%;}
	
}	
/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	.secondary-nav,
	.footer-left-top,
	.footer-right,
	.footer-left-bottom,
	.sub-footer-links,
	.section-nav,
	.sunset,
	.page-top-img,
	.alert-wrpr,
	.email-signup-wrpr,
	.footer,
	.alert-space, 
	.btn-print,
	.truncateLink,
	.breadcrumb-container
	{
		display:none !important;
	}
	
	.site-header {
		border-bottom:1px solid #ccc;
		margin-bottom:1rem !important;
	}
	
	.footer-wrpr {
		border-top:1px solid #ccc;
	}
	
	.copyright {
		text-align:center;
	}
	
	.page-top-txt {
		position:relative !important;
		left:auto !important; 
		top:auto !important;
		-webkit-transform: translateY(0%) !important;
			-ms-transform: translateY(0%) !important;
				transform: translateY(0%) !important;		
	}
	
}

.btn-print {
	width:200px; 
	text-transform: uppercase;
}

/* ## Button Styles ## */

.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, a.btn { display:inline-block; margin:0; padding:18px 30px; font-weight:normal; color:#fff; background:#4C5D4E; border:1px solid transparent; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; font-family: 'Futura PT'; font-size:16px;}
.btn:hover,
.btn:focus {background:#333;}

.btn-alt {}
.btn-alt .btn{color:#333; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}


.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width {display:block;}
.btn-full-width .btn {display:block; padding-left:0; padding-right:0; }
.btn-full-width input.btn { width:100%; }

.btn.transp, a.btn.transp {background:transparent; border:1px solid #fff; }
.btn.transp:hover,
.btn.transp:focus {background:#333;}

.btn.white, a.btn.white {background:#fff; color:#566B57;}
.btn.white:hover,
.btn.white:focus {background:#333; color:#fff;}

.btn.brown, a.btn.brown {background:#d57800; color:#fff;}
.btn.brown:hover,
.btn.brown:focus {background:#333; color:#fff;}


[id*="pnlNavigation"] .btnWrapper + .btnWrapper {margin-left:10px;}

a.wysiwygBtn,
.register-button {
	display:inline-block; margin:0; padding:18px 30px; font-weight:normal; color:#fff; background:#4C5D4E; border:1px solid transparent; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; font-family: 'Futura PT'; font-size:16px;
}

a.wysiwygBtn:hover,
.register-button:hover, 
a.wysiwygBtn:focus,
.register-button:focus {
	color:#fff;
	background: #333;
	text-decoration:none;
}

a.wysiwygBtn {
	margin-bottom:10px;
}

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {overflow:auto; }
.data-table {
	width:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
}
.data-table tr:nth-child(odd) {background:#f7f7f7;}
.data-table th {background:#4C5D4E; padding:6px 15px; font-size:1em; border:1px solid #4C5D4E; border-bottom:3px solid #484846; color:#fff;}
.data-table th a {color:#fff; text-decoration:underline;}
.data-table td {vertical-align:top; padding:6px 15px; border:1px solid #ccc;}
.data-table td td {border-style:none;}


/* ## NEW Limit Text Box ## */

.limitTextBox {width:100% !important; margin:0 0 1em;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { vertical-align:top; margin:0px !important;}
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


.board-table td {width:50%; padding-right:1em; vertical-align: top;}
/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.page-tools-wrapper {display:none;}
	
    .responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display:block;
		width:100%;
	}

	.responsive-table tr {/* border:1px solid #E1E1E1; */}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}
	.responsive-table td ul {margin-bottom:0;}
    
	.board-table td {width:100%; padding-right:0;}
	.board-table td:first-child ul {margin-bottom:0;}
	
	
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    /* ==========================================================================
       Layouts
   ========================================================================== */

    .table-layout {display:table; width:100%; table-layout:fixed;}
    .table-layout .table-cell {display:table-cell; vertical-align:middle;}
    .table-layout .table-cell .inner {display:inline-block; width:100%; max-width:40em; /* half of container width */}
    .table-layout .table-cell:first-child {text-align:right;}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}

}

/* Custom Styles */

.heading {text-transform:uppercase; margin:0 0 .5em; line-height: 1.1;}
h2.heading {font-size:30px;}
h2.title {font-size:30px;}

.container-wide-wrpr {margin:0 -10px;}
.container.wide {max-width:120rem; } 				/* 1920px */

@media only screen and (min-width:48em){
	.leading {font-size:18px; margin:0 0 2em;}
	
}
@media only screen and (min-width:60em){
	h2.heading {font-size:36px;}
	h2.title {font-size:36px;}
}
@media only screen and (min-width:75em){
	h2.heading {font-size:46px;}
	h2.title {font-size:46px;}
}	
@media only screen and (min-width:82.5em) (max-width:120em){ 		/* 1320px-1920px */
	.container.wide {width:120em;}
}
@media only screen and (min-width:82.5em) {
	.container-wide-wrpr {margin:0 -5000em;}
}
@media only screen and (max-width:82.49em) {
	.interior .main-content {padding:0 10px;}
	.interior .breadcrumbs {padding:0 10px;}
	/* .interior .page-heading {padding:0 10px;} */
	.basic-interior .page-heading {padding:0;}	
}

.bkgd-full {position:relative;}
.bkgd-full:before {
    position: absolute;
    content: "";
    left: -5000em;
    top: 0;
    width: 10000em;
    height: 100%;
}
.bkgd-full.bkgd-grey:before {background: #e2e2e2;}
.bkgd-full.bkgd-white:before {background: #fff;}

	
.has-bkgd-img {
	padding-top:75%;
	background-repeat: no-repeat;
	background-size: cover;	
	background-position:center;
}
.bkgd-img {display:none;}

@media only screen and (max-width:47.99em) {
	.left-col, .right-col {margin-top:1em;}
}
/* Page Top Image */

.page-top {position:relative;}
.page-top-img {height:110px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
.page-top-img:after {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	width:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.4+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.page-top-img img {display:none;}
.page-top-img p {margin:0;}
.page-top-txt {
	position:absolute; 
	left:0; 
	top:50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

@media only screen and (min-width:48em){
	.page-top-img {height:320px;}
	.page-top-img:after {top:65px;}
	.page-top-txt {top:70%;}
}

/* Callouts	 */

.callouts-wrpr {background:rgba(72,72,70,0.9);}
.callouts {width:100%; max-width:1320px; margin:0 auto;}
.callouts a.callout {display:block; color:#fff; font-size:40px; text-decoration:none; padding:10px 10px 10px 20px; line-height:1; border-bottom:1px solid #767676; font-family: 'Futura PT Book' !important;}
.callouts a.callout:hover,
.callouts a.callout:focus {background:#333;}
.callouts a.callout svg {margin-right: 15px;}
.callouts a.callout span {font-size:18px; position: relative; top: -12px;}

@media only screen and (min-width:60em){
	.callouts-wrpr {position:absolute; bottom:0; left:0; width:100%;}
	.callouts  {display:table; width:100%; table-layout:fixed; border-collapse:collapse;}
	.callouts a.callout {display:table-cell; position:relative; border-bottom:0;}
	.callouts a.callout:after {
		position:absolute;
		content:"";
		width:1px;
		left:-3px;
		top:20px;
		bottom:20px;
		background:#767676;
	}
	.callouts a.callout:first-child:after {display:none;}	
	.callouts a.callout {font-size: 40px; text-align:center; padding:20px 7px;}
	.callouts a.callout svg {margin-right: 0;}
	.callouts a.callout span {display:block; top:0; font-size:16px;}
}	
@media only screen and (min-width:75em){
	.callouts a.callout {font-size: 50px; text-align:center; padding:30px 10px;}	
	.callouts a.callout:after {top:30px; bottom:30px;}
	.callouts a.callout span {font-size:18px;}
}
@media only screen and (min-width:100em){
	.callouts a.callout {font-size: 60px; text-align:center; padding:40px 10px;}	
	.callouts a.callout:after {top:40px; bottom:40px;}
}

/* Callouts	- No Icons */
.callouts.no-icons a.callout {padding:10px 10px 10px 20px;}
.callouts.no-icons a.callout span {top: -8px;}
.homepage .callouts.no-icons a.callout {text-transform:uppercase;}

@media only screen and (min-width:48em){
	.callouts.no-icons {table-layout:auto;}
	.callouts.no-icons a.callout {padding:22px 10px;}
	.callouts.no-icons a.callout:after {top:10px; bottom:10px; left:-1px;}
	.callouts.no-icons a.callout span {top: 0px;}

	.education .callouts.no-icons {table-layout:auto;}	
}

@media only screen and (min-width:60em){
	.callouts.no-icons {table-layout:fixed;}
}	


/* Slideshow Search */
.slideshow-search {position:absolute; top:90px; width:100%; padding:0 10px;}
.slideshow-search .site-search {position:static; width:100%; max-width:1020px; margin:0 auto;}
.slideshow-search .site-search .inner {display:block; background:transparent; position:relative; bottom:0;}
@media only screen and (min-width:30em){
	.slideshow-search {top:120px;}
}
@media only screen and (min-width:48em){
	.slideshow-search {top:50%;}
}





/* Where to Go */
.where-to-go {padding:30px 0 40px;}
.where-to-go:empty {display:none;}
.where-to-go .leading {color:#767676#; }
@media only screen and (min-width:48em){
	.where-to-go {padding:60px 0;}	
	.where-to-go .leading {padding:10px 60px 0;}
	.where-to-go .btn {width:240px;}
}
@media only screen and (max-width:29.99em){
	.where-to-go .btn {width: calc( (100%) - (10px) ); }	
}	



/* What to Do */
.what-to-do {margin:0 -10px 70px; }
.do-left {background:#fff; padding:20px 20px 0;}
.do-left .heading {margin-bottom:.5em; text-align:center;}
.do-left .btn {position:relative; bottom:-30px;}

.do-acc	{}
.acc-toggle {display:table; width:100%; margin-bottom:20px;}
.toggle-img {display:table-cell; width:80px; height:60px; vertical-align:bottom;
	background-position:50% 50%;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.toggle-img img {display:none;}
.toggle-txt {display:table-cell; padding-left:15px;  vertical-align:middle; position:relative;}
.toggle-txt a {display:inline-block; font-size:18px; margin-bottom:5px; position: relative; line-height:1;}
.toggle-txt a:after {
	position: absolute;
	font-family: 'icomoon';
	font-size: .5em;
	content: "\e604";
	font-weight: bold;
	bottom: .4em;
	margin-left: 3px;
}
.toggle-txt p {display:none; margin:0; padding-bottom:.5em; font-size:16px; line-height:1; }
.acc-toggle .toggle-txt:after {
	position:absolute;
	content:"";
	left:15px;
	right:0;
	bottom:0;
	height:1px;
	background:#ccc;
}


@media only screen and (min-width:48em){
	.what-to-do {margin:20px 10px 80px; position:relative;}
	.do-left {background:#fff; margin:30px 0; width:40%; padding:4% 4% 0 4%;}
	.do-left .heading {margin-bottom:.75em; text-align:left;}
	.do-left .center {text-align:left;}
	
	.do-acc	{}
	.acc-toggle.active + .acc-content {display:block;}

	.acc-toggle.active .toggle-txt:after {
		position:absolute;
		content:"";
		left:15px;
		right:-50%;
		bottom:0;
		height:2px;
		background:#4f9654;
		z-index:9;
	}	
	
	.acc-content {
		display:none;
		position:absolute;
		top:0;
		right:0;
		width:60%;
		height:100%;
		background-position:50% 50%;
		background-size:cover;
		background-repeat:no-repeat;		
	}
	.acc-content img {display:none;}
	.toggle-txt {vertical-align:bottom; cursor:pointer;}
	.toggle-txt a {font-size:20px;}
	.toggle-txt p {display:block;}
}
@media only screen and (min-width:75em){
	.toggle-txt a {font-size:22px;}
	.toggle-txt p {font-size:18px;}	
}	
@media only screen and (max-width:47.99em){
		.acc-content {display:none !important;}
}	
	
@media only screen and (max-width:29.99em){
	.what-to-do .btn {width: 100%; }	
}

/* Boxes: Plan Ahead, Education and Outreach */
.boxes {background: url(/cms/images/plan-ahead.jpg) no-repeat 50% 50%/cover; padding:35px 0 25px; position:relative;}
.boxes:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.3);
} 
.boxes .heading {color:#fff; text-align:center; margin:0 1em 1.25em;}
.boxes .box {background:#fff; padding:20px 20px 40px; margin:0 10px 50px 10px; position:relative;}
.box-icon {font-size:40px; color:#484846; float:right;}
.box-title {font-size:24px; text-transform:uppercase; padding-bottom:.5em; margin-bottom:.75em; position:relative;}
.box-title:after {
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	background:#4f9654;
}
.box .btn {position:absolute; bottom:-30px; padding: 19px 10px; left:20px; right:20px; line-height:1;}

@media only screen and (min-width:48em){
	.boxes {padding:75px 0 60px;}
	.boxes .box {padding:9%;}
	.box-icon {font-size:50px;}
	.box-title {font-size:30px;}
	.box-description {font-size:18px;}
	.box .btn {font-size:16px; left:9%; right:9%;}
}

@media only screen and (min-width:60em){
	.box-icon {font-size:60px;}	
	.box-title {font-size:36px;}
	.box .btn {font-size:20px;}
}	


/* Home Events */
.home .events-wrpr {padding:40px 10px 20px;}
.events-wrpr {padding:40px 0 20px;}
.events-summary .mod-content{padding:0;}
.events-summary.mod-rail {border:none;}
.events-summary.mod-rail .mod-content {font-size:16px;}
.events-summary .item-list {margin:20px 0 20px; min-height:250px;}
.events-summary .item {background:#fff; border-top:0; margin:15px 15px; padding:0;}

.events-summary .item > a {display:table; width:100%;}
.events-summary .item > a > .content {display: table-cell; width: 100%; vertical-align: top;font-family: 'Futura PT'; color:#484846;}
.events-summary .category {font-size:14px; text-transform:uppercase;}
.events-summary .title {font-size:20px;}
.events-summary .date {font-size:16px;}
.events-summary .duration {font-size:16px;}
.events-summary  svg {font-size:20px; margin:5px 10px -3px 0;; color:#4C5D4E;}

.events-summary .eventsHomeWidgetItemLink {line-height:1.1;}
.events-summary a:hover,
.events-summary a:focus {text-decoration:none;}
.events-summary a:hover .eventsHomeWidgetItemLink,
.events-summary a:focus .eventsHomeWidgetItemLink {text-decoration:underline;}

.events-summary .eventsHomeWidgetItemLink:after {
    position: absolute;
    font-family: 'icomoon';
    font-size: .5em;
    content: "\e604";
    font-weight: bold;
    bottom: .4em;
    margin-left: 3px;
}

.events-summary	.btn {width:240px;}

@media only screen and (min-width:48em){
	.home .events-wrpr {padding:60px 10px 30px;}
	.events-wrpr {padding:60px 0 30px;}	
	.events-summary .item-list {margin:30px 0; padding-left:50%; position:relative;}
	.events-summary .item-list .item  { margin: 0 0 30px 15px; width:100%;}

	.events-summary .aside {padding:0;}
	.events-summary .aside img {
		max-width: 183px !important;
	}
	/* .events-summary .item > a > .content {vertical-align:middle; padding:10px 20px 10px 20px;} */
	.events-summary .item .content {vertical-align:middle; padding:10px 20px 10px 20px;}	
	
	.events-summary .title {font-size:18px;}
	
	.events-summary .item-list .item:first-child {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width: calc( (50%) - (15px) );
		height: calc( (100%) - (30px) );
		margin:0 15px 0 0;
	}
	.events-summary .item-list .item:first-child .aside {
		display:block; 
		padding:0; 
		position:absolute; 
		top:0; 
		left:0; 
		width:100%; 
		height:100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.events-summary .item-list .item:first-child .aside:after {
		position:absolute;
		content:"";
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.2);
	}
	
	.events-summary .item-list .item:first-child .aside img {/* max-width:100% !important; */ display:none;}
	.events-summary .item-list .item:first-child .content {display:block;
		position:absolute;
		left:40px;
		right:30px;
		width:auto;
		bottom:30px;
		color:#fff;
		padding:0;
	}
	.events-summary .item-list .item:first-child .eventsHomeWidgetItemLink {color:#fff; font-size:36px;}
	.events-summary .item-list .item:first-child svg {color:#fff;}
	.events-summary .item-list .item:first-child .category {font-size:16px;}
}

@media only screen and (max-width:47.999em){
	.events-summary .item-list .item:first-child .aside {background:none !important;}
	.events-summary .item {margin:0; position:relative;}
	.events-summary .item .aside {display:block; padding:0;}
	.events-summary .item .aside:after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.2);
	}
	.events-summary .item .aside img {max-width: 100% !important; width:100%;}
	.events-summary .item .content {
		display:block; 
		padding:20px; 
		color:#fff !important;
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
	}
	.events-summary .item-list .item .eventsHomeWidgetItemLink {color:#fff;}
	.events-summary .item-list .item svg {color: #fff;}

	
	.annoncementSlider .slick-dots {margin:30px 0 0; padding:0px; list-style-type:none; text-align:center;}
	.annoncementSlider .slick-dots li {display:inline-block; margin:0 7px;}
	.annoncementSlider .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:17px; height:17px; padding:0px; background:#fff; border:1px solid #d1d1d1; 
		-webkit-border-radius: 20px; -moz-border-radius:20px; border-radius: 20px;
	}
	.annoncementSlider .slick-dots li.slick-active button {background:#4C5D4E; border:1px solid #4C5D4E; }
	.annoncementSlider .slick-dots li button:before {display:none;}

	.events-summary	.btn {width:280px;}
}	
@media only screen and (max-width:29.999em){
	.events-summary	.btn {width:100%;}
}	
	

/* Home News */
.home .news-wrpr {padding:30px 10px 40px;}
.home .news-wrpr .center {position:relative;}
.news-summary {}
.news-summary .mod-content {padding: 0;}
.news-summary .item-list {margin: 20px 0 30px;}
.news-summary .item {border:none; padding:0;}
/* .news-summary .aside {display:block; padding:0;}
.news-summary .aside img {max-width: 100% !important; width:100%;} */
.news-summary .aside {
	display:block; 
	padding-top:75%; 
	background:#666;
	background-image: url("/assets/1/18/EventDimensionMain/notfound.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news-summary .aside img {display:none;}

.news-summary .content {display:block; padding:15px 20px 15px 20px; background:#fff;}
.news-summary .title {font-size:18px; line-height: 1.2;}
.news-summary .title a:after {
	position: absolute;
	font-family: 'icomoon';
	font-size: .5em;
	content: "\e604";
	font-weight: bold;
	bottom: .4em;
	margin-left: 3px;	
}
.news-summary .title a:hover,
.news-summary .title a:focus {text-decoration:underline;}

.news-summary .btn {width:240px;}

@media only screen and (min-width:48em){
	.home .news-wrpr {padding:30px 10px 60px;}
	.news-summary .item-list {margin: 30px -15px 50px;}
	.news-summary .item{float:left; width:25%; padding:0 15px;}
}
@media only screen and (min-width:75em){
	.news-summary .content {padding:15px 60px 15px 20px;}
}	
@media only screen and (max-width:47.99em){
	.news-summary {padding:0;}
	.news-summary .btn {width:280px;}
}
@media only screen and (max-width:29.99em){
	.news-summary .btn {width:100%;}
}

/* News Summary Slider */

@media only screen and (max-width:47.99em){
	.news-summary .featured-events-slider {margin:20px -15px 30px;} 
	.news-summary .featured-events-slider .item{padding:0 15px;}
}	
@media only screen and (min-width:75em){
	.news-summary .featured-events-slider .content {padding:15px 20px 15px 20px;}
}	

/* Home Social */
.social-wrpr {padding:40px 10px;}

.social-wrpr .inner {position:relative; z-index:9;}
.social-wrpr .follow-us {padding-top:0;}
.social-wrpr .follow-us a {color:#4C5D4E; font-size: 1.75em;}
.social-wrpr .follow-us a:hover,
.social-wrpr .follow-us a:focus {color:#333;}

.social-wrpr .follow-us a.icon-linkedin {font-size:2em;}

.social-callouts {
	padding-top:30px;
	margin:0 auto;
}

.social-callout {
	position:relative;
	border:1px solid #ccc;
	overflow:hidden;
	width:294px;
}

.social-callout .text {
	padding:30px;
 }

.social-callout .text:empty {
	display:none;
}

.social-callout .image {
	 position: relative;
}

.social-callout .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.social-callout img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.social-callout .no-image {
	display:none;
}

.social-callout a[class*="icon-"] {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	font-size:1.75em;
	width:50px;
	height:50px;
	z-index:100;
}

.social-callout a[class*="icon-"]:hover,
.social-callout a[class*="icon-"]:focus {color:#ddd;}

.social-callout a[class*="icon-"]:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #4c5d4e;
    border-right: 50px solid transparent;
    z-index: -1;
	margin:0;
}

.social-callout a[class*="icon-"] svg {
	position:absolute;
	bottom:7px;
	left:7px;
	width:17px;
	height:17px;
}


@media only screen and (min-width:48em){
	.social-wrpr {
		padding:60px 10px;
	}
	
	.social-callouts {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;		
		justify-content: center; /* horizontal */ 
		max-width:100%;	
	}
	
	.social-callout {
		margin:10px;
	}
}


/* Locations List */

.location-item {margin-bottom:20px; display:none; max-height: none !important;}
.location-item:nth-of-type(-n+4) {display:block;}
.locations-list.show-all .location-item {display: block;}

.location-item .inner {background:#fff;}
.location-item .content {padding:15px 20px;}
.location-item h3 {font-size:18px; margin-bottom:20px;}

.location-item a {display:block;}
.location-item a.has-bkgd-img {
	padding-top:62%;
	background-repeat: no-repeat;
	background-size: cover;	
}
.location-item a img {width:100%;}
.location-item .map-btn {display: inline-block; margin-bottom:10px;}
.location-item svg.icon {font-size:20px; color:#4C5D4E; margin-right:7px; position:relative; top:3px;}
.location-item .info-btn svg.icon {display:none;}
.location-item .info-btn.facility svg.icon.icon-facility {display:inline-block;}
.location-item .info-btn.preserve svg.icon.icon-oak-tree {display:inline-block;}

.locations-wrpr .btn {width: 240px; margin:30px 0 0; font-family: 'Futura PT' !important;}
.locations-wrpr button.more {margin:10px auto 25px; width:240px; display:block;}

.shelter-list .location-item a.has-bkgd-img {
	padding-top:75%;	
}	
@media only screen and (max-width:29.99em) {
	.locations-wrpr button.more {margin:10px 0 20px; width:100%;}
}
@media only screen and (min-width:30em){
	.location-item:nth-of-type(-n+8) {display:block;}	
}
@media only screen and (min-width:48em){
	.location-item:nth-of-type(-n+9) {display:block;}	
}	
@media only screen and (min-width:60em){
	.location-item:nth-of-type(-n+12) {display:block;}
}


.locations-filter {padding: 20px 10px 5px; display:none;}
.locations-filter .search-field {padding:0 10px;}
.locations-filter .activity-field {padding:0 10px;}
.locations-filter .amenities-field {padding:0 10px;}
.locations-filter .button-field {padding:0 10px;}

.locations-filter .button-field .btn {width:100%; margin:15px 0 15px; padding: 14px 30px; text-transform:uppercase;}

.filter-results {
	border: 1px solid #ccc;
	background: #dcdcdb;
	font-size:20px;
	text-transform:uppercase;
	padding:18px 20px;
	color:#484846;
	width:100%;
	text-align:left;
	display:block;
	margin-bottom:32px;
}
.filter-results.active {margin-bottom:0;}
.filter-results:hover,
.filter-results:focus {text-decoration:none;}

.filter-results svg.icon {font-size:15px; float:right; position:relative; top:5px;}
.filter-results svg.icon-plus {display:inline-block;}
.filter-results svg.icon-minus {display:none;}
.filter-results.active svg.icon-plus {display:none;}
.filter-results.active svg.icon-minus {display:inline-block;}
	
@media only screen and (min-width:30em){
	.locations-list {margin:0 -15px;}
	.location-item {float:left; width:50%; margin-bottom:30px; padding:0 15px;}
}
@media only screen and (min-width:48em){
	.location-item {float:left; width:33.33%; padding:0 15px;}
	
	.locations-filter {display:block !important;}
	.locations-filter .search-field {float:left; width:30%; margin-top:29px;}
	.locations-filter .activity-field {float:left; width:25%;}
	.locations-filter .amenities-field {float:left; width:25%;}
	.locations-filter .button-field {float:left; width:20%;}
	
	.locations-filter .search-field input {height:56px;}
	
	.locations-filter .button-field .btn {width:100%; margin:29px 0 0; height:56px; padding:16px 30px;}
	
	.filter-results	{display:none;}
}
@media only screen and (min-width:60em){
	.location-item {float:left; width:25%; padding:0 15px;}

	.locations-filter .search-field {margin-top:0;}
	.locations-filter .activity-field {padding-left:100px; position:relative; width:27%;}
	.locations-filter .amenities-field {padding-left:100px; position:relative; width:27%;}
	.locations-filter .button-field {width:16%;}
	
	.locations-filter .activity-field label,
	.locations-filter .amenities-field label {
		position:absolute;
		left:10px;
		bottom:25px;
	}
	.locations-filter .activity-field label {margin-left:15px;}
	
	.locations-filter .button-field .btn {margin:0;}
}
@media only screen and (max-width:29.99em){
	.filter-results { margin:0 0 32px 0;  width:100%;}
	.locations-filter { margin: 0 0 2em;}
}


.shelters-filter {padding: 20px 10px 5px; display:none;}
.shelters-filter .search-field    {padding:0 10px;}
.shelters-filter .date-field      {padding:0 10px;}
.shelters-filter .preserve-field  {padding:0 10px;}
.shelters-filter .activity-field  {padding:0 10px;}
.shelters-filter .amenities-field {padding:0 10px;}
.shelters-filter .button-field    {padding:0 10px;}

.shelters-filter .date-field {position:relative;}
.shelters-filter .date-field input[type="text"] {padding-right:40px; cursor:default; width:100% !important;}
.shelters-filter .date-field img.ui-datepicker-trigger {display:none;}
.shelters-filter .date-field svg.icon{position:absolute; top:43px; right:22px; font-size:20px; color:#586b58;}

.shelters-filter .button-field .btn {width:100%; margin:15px 0 15px; padding: 14px 30px; text-transform:uppercase;}


.multiselect {
	width: 100%;
	position:relative;
}
.selectBox {
	position: relative;
}
.selectBox select {
	width: 100%;
}
.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#checkboxes {
	display: none;
	border: 1px #dadada solid;
	background: #fff;
	padding:0 0;
	position:absolute;
	top:56px;
	left:0;
	width:100%;
	margin-top:-1px;
}
#checkboxes label {
	display: block;
	position:static;
	text-transform:none;
	margin:0;
	padding:7px 10px;
	color:#767676;
}
#checkboxes label:hover {
	background-color: #0078d7;	
	/* background-color: #586b58; */
	color:#fff;
}



@media only screen and (min-width:48em){
	.shelters-filter {display:block !important;}
	.shelters-filter .search-field    {float:left; width:33.3%;}
	.shelters-filter .date-field      {float:left; width:33.3%;}
	.shelters-filter .preserve-field  {float:left; width:33.3%;}	
	.shelters-filter .activity-field  {float:left; width:33.3%;}
	.shelters-filter .amenities-field {float:left; width:33.3%;}
	.shelters-filter .button-field    {float:left; width:33.3%;}

	.shelters-filter .search-field input, 
	.shelters-filter .date-field input {height:56px;}
	
	.filter.shelters-filter .search-field .search-button {
		top: 29px;
		height: calc( (100%) - (44px) );
	}
	.shelters-filter .date-field svg.icon{top:47px;}
	
	#checkboxes label {font-size:18px;}
	
	.shelters-filter .button-field .btn {width:48%; margin:29px 0 0; height:56px; padding:16px 10px; float:left;}
	.shelters-filter .button-field .btn:first-child {margin-right:2%;}
	.shelters-filter .button-field .btn:last-child {margin-left:2%;}
}
@media only screen and (min-width:60em){
	.shelters-filter .search-field    {padding-left:120px; position:relative;}
	.shelters-filter .date-field      {padding-left:120px; position:relative;}
	.shelters-filter .preserve-field  {padding-left:120px; position:relative;}	
	.shelters-filter .activity-field  {padding-left:120px; position:relative;}
	.shelters-filter .amenities-field {padding-left:120px; position:relative;}
	.shelters-filter .button-field    {padding-left:120px;}	

	.shelters-filter .search-field label,
	.shelters-filter .date-field label,
	.shelters-filter .preserve-field label,	
	.shelters-filter .activity-field label,
	.shelters-filter .amenities-field label {
		position:absolute;
		left:10px;
		bottom:25px;
	}
	
	
	.shelters-filter .search-field label {margin-left:10px;}
	
	.shelters-filter .activity-field label {margin-left:25px;}
	.shelters-filter .preserve-field label {margin-left:15px; bottom:16px;}
	.shelters-filter .amenities-field label {margin-left:20px;}	
	
	.shelters-filter .preserve-field label span {display:block;}
	
	.filter.shelters-filter .search-field .search-button {
		top: 0;
		height: calc( (100%) - (15px) );
	}

	.shelters-filter .date-field svg.icon{top:18px;}
	
	#checkboxes label {font-size:20px;}
	
	.shelters-filter .button-field .btn {margin:0;}
}
@media only screen and (max-width:47.99em){
	.filter.shelters-filter .search-field .search-button {
		top: 29px;
		height: calc( (100%) - (44px) );
	}
}
@media only screen and (max-width:29.99em){
	.shelters-filter { margin: 0 0 2em;}
}


.shelters-filter .option-btn {color:#666; width:100%; text-align:left; margin:0 0 15px; font-family: 'Futura PT Book' !important; padding:14px 10px;
	height:51px;
	background-color:#fff;
	background-image: url("/cms/images/layout/arrow_down_black.gif");
	background-repeat:no-repeat;
	background-position: right 17px top 23px;
	background-size: 10px 6px;
	padding-right:35px;
}

.shelters-filter .dropdown-field {position:relative;}
.shelters-filter .dropdown-field table {display:none; }
.shelters-filter .dropdown-field table {
	/* display:block; */
	position:absolute;
	top:77px;
	background:#fff;
	padding:10px;
	z-index:9;
	right:10px;
	left:10px;
	border:1px solid #ccc;
	max-height:360px;
	overflow: auto;
}
.shelters-filter .dropdown-field table tbody {display:block; width:100%;}
.shelters-filter .dropdown-field table tr {display:block;}
.shelters-filter .dropdown-field table td {display:block; position:relative; padding:3px 0;}
.shelters-filter .dropdown-field table label {position:static; margin:0; padding-left:25px; cursor:pointer;}
.shelters-filter .dropdown-field table input {position:absolute; top:6px; left:0; cursor:pointer;}

.activity-active .shelters-filter .activity-field table {display:block;}
.amenities-active .shelters-filter .amenities-field table {display:block;}

@media only screen and (min-width:48em){
	.shelters-filter .option-btn {
		font-size:18px;
		height:56px;
		background-position: right 17px top 27px;	
	}
	
	.shelters-filter .dropdown-field table {top:85px; left:auto;}
}	
@media only screen and (min-width:60em){
	.shelters-filter .option-btn {font-size:20px;}	

	.shelters-filter .dropdown-field table {top:56px;}	
}

/* UI Datepicker */

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {font-family: 'Futura PT Book' !important;}
#ui-datepicker-div.ui-corner-all {border-radius:0;}
#ui-datepicker-div .ui-widget-header {
    border: none;
	background:#fff;
	color:#484846;
    font-weight: normal;
	font-size: 18px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span, 
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {background:none; width:20px; height:20px;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:after,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:after {
	position: absolute;
	font-family: 'icomoon';
	font-size: 18px;
	content: "\e605";
	left:50%;
	top:50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);	
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:after {
	content: "\e604";
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev.ui-state-hover, 
#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-state-hover {background:none; border-radius:50%;} 


#ui-datepicker-div.ui-datepicker table {text-align:center;}
#ui-datepicker-div.ui-datepicker th {font-weight:normal; font-size:15px;}
#ui-datepicker-div.ui-datepicker td span, 
#ui-datepicker-div.ui-datepicker td a {display:inline-block; width:25px; padding:.2em .3em;}

#ui-datepicker-div.ui-datepicker td a.ui-state-default {background:none; border:none;}
#ui-datepicker-div.ui-datepicker td a.ui-state-hover {color:#000;}
#ui-datepicker-div.ui-datepicker td a.ui-state-active {background:#586b58; color:#fff;}
#ui-datepicker-div.ui-datepicker td a.ui-state-highlight {color:#C10000;}
#ui-datepicker-div.ui-datepicker td a.ui-state-active.ui-state-highlight {color:#fff;}
@media only screen and (min-width:82.5em){
	#ui-datepicker-div.single-month {width:100%; max-width:295px;}
}	


/* Featured Preserve */
.featured-preserve {height:400px; margin:0 -20px 20px -20px; position:relative;
	background-position:center;
	background-size:cover;
}

.featured-preserve:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.6);
}
.featured-preserve img {display:none;}

.featured-preserve .description {text-align:center; padding:20px;
	position:absolute;
	left:0;
	width:100%;
	top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);	
}
.featured-preserve .heading {font-size:14px; text-transform:uppercase; color:#fff; font-family: 'Futura PT';}
.featured-preserve .title {font-size:30px; text-transform:uppercase; color:#fff; font-weight:500; margin:0 0 .5em;}
.featured-preserve .btn {width:280px;}
@media only screen and (min-width:48em){
	.featured-preserve {height:500px; margin:0 -20px 40px -20px;}
	.featured-preserve .heading {font-size:16px;}
	.featured-preserve .title {font-size:46px;}
	.featured-preserve .btn {width:240px;}
}
@media only screen and (min-width:82.5em){
	.featured-preserve {margin:0 0 40px 0;}
}	

	

a.arrow {display: inline-block; position:relative; padding-right:20px;}
a.arrow:after {
	position: absolute;
	font-family: 'icomoon';
	font-size: .5em;
	content: "\e604";
	font-weight: bold;
	bottom: .4em;
	margin-left: 3px;	
}	


/* Clear UI Tabs */
.tabModule.ui-tabs {padding:0;}
.tabModule.ui-corner-all, 
.tabModule .ui-corner-all,
.tabModule .ui-corner-top,
.tabModule .ui-corner-bottom,
.tabModule .ui-corner-left,  
.tabModule .ui-corner-right, 
.tabModule .ui-corner-tr  {border-radius:0;}
.tabModule.ui-widget-content {border:none; background:none;}
.tabModule.ui-tabs .ui-tabs-nav {padding:0;}
.tabModule.ui-tabs .ui-widget-header {border:0; background:none;}
.tabModule.ui-tabs .ui-tabs-nav li {margin:0;}
.tabModule.ui-tabs .ui-tabs-nav li.ui-tabs-active {margin-bottom: 0; padding-bottom: 0;}
.tabModule.ui-tabs .ui-tabs-panel {padding:0;}

.locations-tabs.ui-tabs {margin-bottom:40px; font-size: 16px;}
.locations-tabs.ui-tabs .ui-tabs-nav {margin-bottom:20px; }
.locations-tabs.ui-tabs .ui-tabs-nav li {float:none; border-bottom-width: 1px; display:inline-block; margin: 0 0 0 -5px !important;}
.locations-tabs.ui-tabs .ui-tabs-nav li a {padding:19px 30px;}
.locations-tabs.ui-tabs .ui-tabs-nav li a .icon{margin-right:10px; position:relative; top:2px;}

.locations-tabs.ui-tabs .ui-tabs-nav .ui-state-default a, 
.locations-tabs.ui-tabs .ui-tabs-nav .ui-state-default a:link, 
.locations-tabs.ui-tabs .ui-tabs-nav .ui-state-default a:visited {Background:#dcdcdc; color:#4d4d4d;}

.locations-tabs.ui-tabs .ui-tabs-nav .ui-state-active a, 
.locations-tabs.ui-tabs .ui-tabs-nav .ui-state-active a:link, 
.locations-tabs.ui-tabs .ui-tabs-nav .ui-state-active a:visited {background:#4C5D4E; color:#fff;}
@media only screen and (min-width:48em){
	.locations-tabs.ui-tabs .ui-tabs-nav{margin-bottom:35px; text-align:right;}
}
@media only screen and (max-width:29.99em){
	/* .locations-tabs.ui-tabs .ui-tabs-nav {padding-right:10px;} */
	.locations-tabs.ui-tabs .ui-tabs-nav li a {padding:19px 21px;}
}
@media only screen and (min-width:48em){
	.ordered-content { 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal; 
		-ms-flex-flow: column; 
		flex-flow: column; 
	}
    .featured-preserve { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    .locations-tabs { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	
}

.preserves-map-wrpr iframe {width:100%; height:500px;}

@media only screen and (min-width:48em){
	.preserves-map-wrpr iframe {height:800px;}
}

@media only screen and (min-width:100em){
	.preserves-map-wrpr iframe {height:1000px;}
}

/* Shelters */
.shelter-reservations-msg {display:none; background:#fff; color:#C10000; margin:0 0 40px; padding:1em; font-size:18px; font-family: 'Futura PT';}
@media only screen and (min-width:48em){
	.shelter-reservations-msg {display:block;}
}
/* Facility Reservation */
.reserve-facility {background: url(/cms/images/reserve-facility.jpg) no-repeat 50% 50%/cover; padding:95px 0 100px; position:relative; margin:0 -10px -15px -10px;}
.reserve-facility:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.5);
}

.reserve-facility {text-align:center; color:#fff; font-family: 'Futura PT';}
.reserve-facility .heading {margin:0 0 .75em; padding:0 20px; color:#fff;}
.reserve-facility p {line-height:1.4; margin:0 0 .75em;  padding:0 20px; text-transform:uppercase; letter-spacing:1px;} 
.reserve-facility .btn {width:280px;}

@media only screen and (min-width:48em){
	.reserve-facility {padding:140px 0 155px;}
	.reserve-facility p {font-size:18px;}	
	.reserve-facility .btn {width:240px;}
}
@media only screen and (min-width:82.5em){
	.reserve-facility {margin:0 0 -15px 0;}	
}	

.shelter-permits {margin:0 -10px; padding:20px 0 40px;}
.shelter-permits h2 {font-size:26px; text-transform:uppercase; font-weight:normal;}
.shelter-permits .grid-7 {margin-bottom:15px;}	
@media only screen and (min-width:48em){
	.shelter-permits {padding:40px 0;}
	.shelter-permits h2 {font-size:30px;}
	.shelter-permits p {font-size:18px;}
	.shelter-permits .grid-7 {padding-right:3%; margin:0;}
	.shelter-permits .grid-5 {padding-left:3%;}	
}	

/* LANDING PAGES */

/* GREENBELT */

/* Callouts	Landing */

.callouts .callout-box {display:block; color:#fff; font-size:16px; padding:10px 40px 10px 40px; line-height:1.5; border-bottom:1px solid #767676; vertical-align:middle; font-family: 'Futura PT'; vertical-align: top;}
.callouts .callout-box .inner {padding-left:50px; position:relative; word-wrap: break-word;}

.callouts .callout-box a {color:#fff; }
.callouts .callout-box svg {position:absolute; top:8px; left:0; font-size:30px;}

.callouts .callout-box .btn.white {padding: 15px 10px; width:100%; color:#566B57;}
.callouts .callout-box .btn.white:hover,
.callouts .callout-box .btn.white:focus {color:#fff;}

.callouts .callout-box .btn.brown {padding: 15px 10px; width:100%; color:#fff; background:#d57800;}
.callouts .callout-box .btn.brown:hover,
.callouts .callout-box .btn.brown:focus {color:#fff; background:#333;}

@media only screen and (min-width:60em){
	.callouts-wrpr {position:absolute; bottom:0; left:0; width:100%;}
	.callouts  {display:table; width:100%; table-layout:fixed; border-collapse:collapse;}
	.callouts .callout-box {display:table-cell;  position:relative; border-bottom:0;}
	.callouts .callout-box:after {
		position:absolute;
		content:"";
		width:1px;
		left:-3px;
		top:20px;
		bottom:20px;
		background:#767676;
	}
	.callouts .callout-box:first-child:after {display:none;}	
	.callouts .callout-box {padding:20px 20px;}
	
	.callouts .callout-box .inner {padding-left:35px;}
	.callouts .callout-box svg {font-size:20px;}
}
	
@media only screen and (min-width:75em){
	.callouts .callout-box { padding:30px 30px; font-size:18px;}	
	.callouts .callout-box:after {top:30px;	bottom:30px;}
	
	.callouts .callout-box .inner {padding-left:50px;}
	.callouts .callout-box svg {font-size:30px;}
}

/* More About Facility */
.about-facility {background: url(/cms/images/facility-bkgd.jpg) no-repeat 50% 50%/cover; padding:35px 0 25px; position:relative;}
.about-facility:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.3);
} 
.about-facility .heading {color:#fff; text-align:center; margin:0 1em 1.25em;}
.about-facility .box {background:#fff; padding:20px 20px 20px; margin:0 10px 20px 10px; position:relative;}

.box-description ul {padding-left:1em;}
.box-description a {text-decoration:underline;}
.box-description a:hover,
.box-description a:focus {text-decoration:none;}

@media only screen and (min-width:48em){
	.about-facility {padding:75px 0 40px;}
	.about-facility .box {padding:9% 9% 6%;}
	.box .box-description {height:250px; overflow:auto;}
	.dunn .box .box-description,
	.homepage .box .box-description	{height:auto;}	
}

/* Book Event */
.book-event {background: url(/cms/images/event-bkgd.jpg) no-repeat 50% 50%/cover; padding:75px 0 80px; position:relative;}
.book-event:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.5);
}

.book-event {text-align:center; color:#fff;}
.book-event .heading {margin:0 0 .5em; padding:0 20px; color:#fff;}
.book-event p {line-height:1.6; margin:0 0 2em;  padding:0 20px;} 
.book-event .btn {width:280px;}

@media only screen and (min-width:48em){
	.book-event {padding:125px 0 140px;}
	.book-event p {font-size:18px;}	
	.book-event .btn {width:240px;}
}
	
/* Next Event  */
.next-event-wrpr {margin:20px 0 0;}
.next-event-wrpr .heading {line-height:1.2; margin:0 0 .5em;}
.next-event-wrpr .description p{margin:0 0 1.6em; line-height:1.4;}
.next-event-wrpr .description p img {width:100%;}

.next-event-wrpr .form-wrpr {background:#fff; padding:20px 20px 30px;}
.next-event-wrpr .form-wrpr .grid-12-12 {margin:0; padding:0;}
.next-event-wrpr .form-wrpr .form-required-div {text-align:right;}
.next-event-wrpr .form-wrpr .form-required-div em.formee-req {color:#444; float:none; margin-right:0;}

.next-event-wrpr .form-wrpr h3 {text-transform:uppercase;}
.next-event-wrpr .form-wrpr p a {text-decoration:underline;}
.next-event-wrpr .form-wrpr p a:hover,
.next-event-wrpr .form-wrpr p a:focus {text-decoration:none;}
.next-event-wrpr .form-wrpr .form-required-div {text-align:right;}

.next-event-wrpr .form-wrpr #CT_Main_0_pnlNavigation, 
.next-event-wrpr .form-wrpr #CT_Event_Inquiry_Form_0_pnlNavigation {text-align:right;}
.next-event-wrpr .form-wrpr .btn {width:140px;}

@media only screen and (min-width:48em){
	.next-event-wrpr {margin:80px 0 60px;}
	
	.next-event-wrpr .grid-6:first-child {padding-right:30px;}
	.next-event-wrpr .grid-6:last-child	 {padding-left:30px;}
	.next-event-wrpr .description {font-size:18px;}
	
	.next-event-wrpr .form-wrpr {margin:0; padding:30px 30px 30px;}
	.next-event-wrpr .form-wrpr .grid-12-12 {padding:0 10px;}
	.next-event-wrpr .form-wrpr h3 {padding:0 10px;}
	.next-event-wrpr .form-wrpr p {padding:0 10px; font-size:18px;}
	
	.next-event-wrpr .form-wrpr #CT_Main_0_pnlNavigation {padding-right:10px;}
}
@media only screen and (max-width:29.99em){
	.next-event-wrpr .form-wrpr .btn {width:100%;}
}


/* Activities */

.activities-wrpr {padding:40px 0 20px;}

.activities-wrpr .title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .75em;
    position: relative;
}
.activities-wrpr .title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

.activities-wrpr .activities,
.activities-wrpr .amenities {margin-bottom:10px;}
.activities-wrpr ul {
	padding-left:1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.activities-wrpr ul li {margin-bottom:.5em;}	
.activities-wrpr ul li a.arrow {vertical-align:top;}

.activities-wrpr .photo-gallery-rating {display:none;}
.activities-wrpr .photo-gallery-toolbar {display:none;}

.activities-wrpr .container .grid-6 div:last-child {
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

@media only screen and (min-width:48em){
	.activities-wrpr {padding:80px 0 60px;}
	.activities-wrpr .grid-6:first-child {padding-right:30px;}
	.activities-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	.activities-wrpr .title {font-size: 30px;}	

	.activities-wrpr .activities,
	.activities-wrpr .amenities {border-bottom:1px solid #bbb; margin-bottom:30px; padding-bottom:30px; font-size:18px;}		
	.activities-wrpr .related-sites {font-size:18px;}
	
	.activities-wrpr ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}	
		
	.activities-wrpr ul li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;	
	}	
}

@media only screen and (min-width:60em){
	.activities-wrpr .title {font-size: 36px;}
}

/* Rooms */	
.rooms-wrpr {padding:30px 0 30px;}

.rooms {margin:20px 0 0;}
.room {text-align:center; padding:0 10px;}
.room .title {font-size:18px; margin-bottom:10px; line-height:1.2;}
.room .description {font-size:16px;}
.room img {margin-bottom:1em;}
@media only screen and (min-width:48em){
	.rooms-wrpr {padding:50px 0 10px;}
	.rooms {margin:40px -10px 20px;}
	.room {float:left; width:33.33%; padding:0 20px; margin-bottom:30px;}
	.room .title {font-size:22px;}
	.room .description {font-size:18px;}
	.room img {}	
}
@media only screen and (max-width:47.99em){
	.room.slick-slide img {display:inline-block;}
	.rooms-wrpr .annoncementSlider .slick-dots {margin:10px 0 0;}
}

/* Floorplan */
.floorplan-wrpr {padding:40px 0 40px;}
.florplan-txt .title {
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .75em;
    position: relative;
	text-align:center;
}
.florplan-txt .title:after {
    position: absolute;
    content: "";
    left: 50%;
	margin-left:-20px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

.florplan-txt {margin-bottom:40px;}
.florplan-txt p{margin:0 0 1.6em; line-height:1.4; }
.florplan-txt .btn {width:200px;}
.florplan-img img {width:100%;}

@media only screen and (min-width:48em){
	.floorplan-wrpr {padding:80px 0 60px;}
	.floorplan-wrpr .grid-6:first-child {padding-right:30px;}
	.floorplan-wrpr .grid-6:last-child	 {padding-left:30px;}	

	.florplan-txt .title {text-align:left;}
	.florplan-txt .title:after {	
		left: 0;
		margin-left:0;	
	}
	.florplan-txt {margin-bottom:0;}
	.florplan-txt p	{font-size:18px;}
	.florplan-txt .center {text-align:left;}
}

@media only screen and (max-width:29.99em){
	.florplan-txt .btn {width:100%;}
}


/* DUNN MUSEUM */
.callout-box .hours div {margin-bottom:5px; line-height:1;}
.callout-box .hours span {line-height:1;}
.callout-box .hours .day {width:60px; display:inline-block;}
.callout-box .hours .time {padding-left:10px;}

.dunn .events-summary .btn {background:#d57800;}
.dunn .events-summary .btn:hover,
.dunn .events-summary .btn:focus {background:#333;}

.dunn .boxes {background: url(/cms/images/education-bkgd.jpg) no-repeat 50% 50%/cover;}
.dunn .boxes:before {background: rgba(45,45,39,.5);}

@media only screen and (min-width:48em) and (max-width:59.99em){
	.callout-box .hours .day {width:100%;}
}

/* Support */
.support {background: url(/cms/images/support-bkgd.jpg) no-repeat 50% 50%/cover; padding:75px 0 80px; position:relative;}
.support:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.5);
}

.support {text-align:center; color:#fff;}
.support .heading {margin:0 0 .5em; padding:0 20px; color:#fff;}
.support p {line-height:1.6; margin:0 0 2em;  padding:0 20px;} 
.support .btn {width:280px;}

@media only screen and (min-width:48em){
	.support {padding:125px 0 140px;}
	.support p {font-size:18px;}	
	.support .btn {width:240px;}
}

/* Dunn Slogan */
.dunn-slogan {padding:15px 0 30px;}
.dunn-slogan .description {line-height:1.5; }
.dunn-slogan .img-wrpr {text-align:center;}
@media only screen and (min-width:48em){
	.dunn-slogan {padding:45px 0 60px;}
	.dunn-slogan .description {font-size:18px; padding-right:20px;}
	.dunn-slogan .img-wrpr {text-align:right;}	
}

/* Dunn Carousel */	
.dunn .where-to-go {padding:30px 0 10px;}
.dunn .where-to-go .center {position:relative;}
.dunn .view-exhibitions {margin-bottom:30px; background: #d57800; color: #fff;} 
.dunn .view-exhibitions:hover, 
.dunn .view-exhibitions:focus {background:#333;;}
@media only screen and (min-width:48em){
	.dunn .where-to-go {padding:60px 0 20px;}
	.dunn .view-exhibitions {margin-bottom:40px;} 
}

/* Meet Bess */
.meetbess-wrpr {padding:40px 0 20px;}

.meetbess-wrpr .title {
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .75em;
    position: relative;
	text-align:center;
}
.meetbess-wrpr .title:after {
    position: absolute;
    content: "";
    left: 50%;
	margin-left:-20px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

.meetbess-txt {margin-bottom:40px; }
.meetbess-txt p{margin:0 0 1.6em; line-height:1.4;}
.meetbess-txt .btn {width:200px;}
.meetbess-img img {width:100%;}

@media only screen and (min-width:48em){
	.meetbess-wrpr {padding:80px 0 60px;}
	.meetbess-wrpr .grid-6:first-child {padding-right:30px;}
	.meetbess-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	.meetbess-wrpr .title {text-align:left;}
	.meetbess-wrpr .title:after {
		left: 0;
		margin-left:0;
	}	
	.meetbess-txt {margin-bottom:0;}
	.meetbess-txt p	{font-size:18px;}
	.meetbess-txt .center {text-align:left;}
}
@media only screen and (max-width:47.99em){
	.meetbess-img {margin:0 -20px;}
}
@media only screen and (max-width:29.99em){
	.meetbess-txt .btn {width:100%;}
}

.collections {margin:0 -5px 1em;}
.collections img{width:100% !important; padding:5px;}
	
@media only screen and (min-width:30em){
	.collections img{float:left; width:50% !important;}	
}
@media only screen and (min-width:60em){
	.collections img{float:left; width:25% !important;}
}
/* Research */
.research {margin:0 -10px 0; }
.research-left {background:#fff; padding:20px 20px 0; margin:0; }
.research-left .heading {margin-bottom:.5em; text-align:center;}

.research-left .heading {
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .75em;
    position: relative;
	text-align:center;
}
.research-left .heading:after {
    position: absolute;
    content: "";
    left: 50%;
	margin-left:-20px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

.research-left p {margin: 0 0 1.6em; line-height: 1.4;}

.research-left .btn {margin:0 0 40px;}

.research-right img {width:100%;}

@media only screen and (min-width:48em){
	.research {margin:70px 10px 70px; position:relative;}
	.research-left {background:#fff; margin:30px 0; width:40%; padding:4% 4% 0 4%; float:left;}
	.research-left .heading {text-align:left;}
	.research-left .heading:after {
		left: 0;
		margin-left:0;
	}
	.research-left p {font-size: 18px;}
	.research-left .center {text-align: left; margin-top:2em;}	
	.research-right {float:left; width:60%; }

	.research-left .btn {position:relative; bottom:-30px; margin:0;}

}
@media only screen and (max-width:29.99em){
	.research .btn {width: 100%; }	
}

/* Dunn Social */
.dunn .social-wrpr .follow-us a {color:#d57800;}
.dunn .social-wrpr .follow-us a:hover,
.dunn .social-wrpr .follow-us a:focus {color:#333;}


/* ROLLINS SAVANNA */

.rollins .boxes {background: url(/cms/images/preserve-bkgd.jpg) no-repeat 50% 50%/cover;}

/* Birder's Field */
.birds-wrpr {padding:40px 0 40px;}

.birds-txt {margin-bottom:40px;}
.birds-txt h3 {text-transform:uppercase;}
.birds-txt p{margin:0 0 1.6em; line-height:1.4;}
.birds-img img {width:100%;}

@media only screen and (min-width:48em){
	.birds-wrpr {padding:80px 0 60px;}
	.birds-wrpr .grid-6:first-child {padding-right:30px;}
	.birds-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	.birds-txt {margin-bottom:0;}
	.birds-txt p	{font-size:18px;}
}

/* EDUCATION */

/* Programs */	

.program-boxes-wrpr {padding:30px 0 30px;}
.program-boxes-wrpr .heading {position:relative;}

.program-boxes {margin:20px 0 0; position:relative;}
.program-box {text-align:center; padding:0 10px; margin-bottom:20px;}
.program-box .title {font-size:18px; margin-bottom:10px; line-height:1.2;}
.program-box .description {font-size:16px; }
.program-box img {margin-bottom:1em;}
.program-box .btn {width:240px;}
@media only screen and (min-width:48em){
	.programs-wrpr {padding:50px 0 20px; }
	.program-boxes {margin:40px -10px 0;}
	.program-box {float:left; width:33.33%; padding:0 20px; margin-bottom:50px;}
	.program-box .title {font-size:22px;}
	.program-box .description {font-size:18px;}
	.program-box img {}	
}
@media only screen and (min-width:48em) and (max-width:59.99em){
	.program-box .btn {width:210px; padding:18px 15px;}
}	
@media only screen and (max-width:47.99em){
	.program-box.slick-slide img {display:inline-block;}
	.program-boxes-wrpr .annoncementSlider .slick-dots {margin:10px 0 0;}
	.program-box .btn {width:280px;}
}
@media only screen and (max-width:29.99em){
	.program-box .btn {width:100%;}
}


/* Testimonials */
.testimonials {background: url(/cms/images/testimonials-bkgd.jpg) no-repeat 50% 50%/cover; padding:75px 0 80px; position:relative; text-align:center; color:#fff;}
.testimonials .testimonials {background-image:none; padding:0px; position:relative;}
.testimonials .testimonials:before {
	display:none;
}
.testimonials:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(45,45,39,.5);
}

.testimonials .testimonials-body {position:relative;}
.testimonials .heading {margin:0 0 .5em; padding:0 20px; color:#fff;}
.testimonials .testimonialsbox p {line-height:1.6; margin:0 auto 1.25em;  padding:0 20px; max-width:680px;} 
.testimonials .testimonialsbox a {color:#fff; font-family: 'Futura PT Book';}

.testimonials .testimonialsign p {line-height:1.6; margin:0 0 2em;  padding:0 20px; font-family: 'Futura PT';}

.testimonials .btn {width:280px; background:#fff; color:#4C5D4E;}
.testimonials .btn:hover,
.testimonials .btn:focus {background:#333; color:#fff;}

@media only screen and (min-width:48em){
	.testimonials {padding:100px 0 115px;}
	.testimonials p {font-size:18px;}	
	.testimonials-wrpr .btn {width:240px;}
}

/* Happening */
.happening-wrpr {padding:40px 0 40px;}

.happening-txt {margin-bottom:40px; }
.happening-txt h3 {text-transform:uppercase;}
.happening-txt p{margin:0 0 1.6em; line-height:1.4;}

.happening-txt .btn {font-size:16px; width:240px;}
.happening-img img {width:100%;}

@media only screen and (min-width:48em){
	.happening-wrpr {padding:80px 0 60px;}
	.happening-wrpr .grid-6:first-child {padding-right:30px;}
	.happening-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	.happening-txt {margin-bottom:0;}
	.happening-txt p {font-size:18px;}
	.happening-txt p.center {text-align:left;}
}
@media only screen and (max-width:29.99em){
	.happening-txt .btn {width:100%;}
}


/* RECREATION */
@media only screen and (min-width:48em){
	.home.landing.recreation .news-wrpr {
		padding: 50px 10px 60px;
	}
}

.recreation-activities-wrpr {padding:0 0 40px;}

.recreation-top {padding:10px 10px 10px;}
.recreation-top .leading {font-weight:300;}

.recreation-activities {padding:0 20px;}
.recreation-activities .unit {
	position:relative;
	margin:0 0 20px;
	background-repeat: no-repeat;
	background-size: cover;
}
.recreation-activities .unit.grid-6,
.recreation-activities .unit.grid-3 {padding:75% 0 0;}
.recreation-activities .unit img {display:none;}

.recreation-activities a.unit, 
.recreation-activities a.unit:visited {text-decoration:none;}
.recreation-activities a.unit:after{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.2);	
}
.recreation-activities a.unit:hover:after,
.recreation-activities a.unit:focus:after {display:none;}

.recreation-activities .unit .description {
	position:absolute;
	padding:20px 20px;
	left:0;
	bottom:0;
	color:#fff;
	font-size:14px;
	line-height:1;
	z-index:9;
}
.recreation-activities .unit:hover .description,
.recreation-activities .unit:focus .description {text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);}

.recreation-activities .unit .description .title {font-size:20px; display:inline-block; margin:0 0 .35em; text-transform:uppercase;}
.recreation-activities .unit .description .title:after {
    position: absolute;
    font-family: 'icomoon';
    font-size: .65em;
    content: "\e604";
    font-weight: bold;
    bottom: .35em;
    margin-left: 3px;
}

.recreation-activities .unit:hover .description .title, 
.recreation-activities .unit:focus .description .title {text-decoration:underline;}


.recreation-activities-wrpr .btn {width:240px;}
@media only screen and (min-width:30em){
	.recreation-activities .unit .description {font-size:16px;}	
	.recreation-activities .unit .description .title {font-size:26px;}
}	
@media only screen and (min-width:48em){
	.recreation-activities-wrpr {padding:0 0 70px;}
	
	.recreation-top {padding:40px 10px 20px;}

	.recreation-activities {margin-bottom:60px; padding:0;} 
	.recreation-activities .unit {margin:0;}
	.recreation-activities .unit.grid-6 {padding:25% 0 0;}
	.recreation-activities .unit.grid-3 {padding:25% 0 0;}	
	
	.recreation-activities .unit .description {font-size:14px;}
	.recreation-activities .unit .description .title {font-size:20px;}
}
@media only screen and (min-width:75em){
	.recreation-activities .unit .description {padding:20px 30px; font-size:16px;}	
	.recreation-activities .unit .description .title {font-size:30px;}
}
@media only screen and (min-width:100em){
	.recreation-activities .unit .description {padding:30px 40px;}
	.recreation-activities .unit .description .title {font-size:36px;}	
}	

@media only screen and (max-width:47.99em){
	.recreation-activities > div {display:none;}
	.recreation-activities > div:first-child {display:block;}
}
@media only screen and (max-width:29.99em){
	.recreation-activities-wrpr .center {padding:0 20px;}
	.recreation-activities-wrpr .btn {width:100%;}
}

.more-activities-wrpr {padding:0 20px; text-align:center;}
.more-activities {text-align:left; padding-top:20px;}
@media only screen and (min-width:48em){
	.more-activities {font-size:18px; padding-top:30px; padding-left:10%;}
}	
	
/* DOG PARKS */	

/* Callouts */
.dogparks .callouts .callout-box a {text-decoration:underline;}
.dogparks .callouts .callout-box a:hover, 
.dogparks .callouts .callout-box a:focus {text-decoration:none;}

@media only screen and (min-width:60em){
	.dogparks .callouts .callout-box:first-child {width:23%;}
}

/* Off-Leash */
.off-leash-wrpr {padding:30px 0 40px;}
.off-leash-wrpr h4 {font-size:18px;}
.off-leash-wrpr ul {padding-left:1em;}

@media only screen and (min-width:48em){
	.off-leash-wrpr {padding:50px 0 70px; font-size:18px; }
	.off-leash-wrpr .grid-6:first-child {padding-right: 5%; border-right:1px solid #b7b7b7;}	
	.off-leash-wrpr .grid-6:last-child {padding-left: 5%;}	
	.off-leash-wrpr h4 {font-size:20px;}
}
	
.dog-parks-wrpr {padding:30px 10px 30px;}
.dog-parks-wrpr .heading {position:relative; margin:0 0 1em;}
.dog-parks-wrpr .block {position:relative;}

.dog-parks {margin:0 -15px; }
.dog-park {font-family: 'Futura PT'; font-size:18px;}
.dog-park .inner {margin:0 15px 10px 15px; position:relative;}

.dog-park-img {position:relative;}
.dog-park-img:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.4);	
}
.dog-park-img:hover:before {display:none;}

.dog-park-txt {padding:15px 20px; position:absolute; bottom:0; color:#fff; text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);}
.dog-park-txt p {margin:0; font-size:16px;}
.dog-park-txt a {color:#fff;}

.dog-park-view {margin:0 15px; }
@media only screen and (min-width:48em){
	.dog-parks-wrpr {padding:70px 10px 70px;}
	.dog-parks-wrpr .block {font-size:18px;}
}	
@media only screen and (max-width:29.99em){
	.dog-park-img img {width:100%;}
}



/* Dog Park Rules */
.dog-park-rules-wrpr {padding:40px 0 30px;}
.dog-park-rules-wrpr ul,
.dog-park-rules-wrpr ol {padding-left:1em;}

.dog-park-rules-wrpr .photo-gallery-rating {display: none;}
.dog-park-rules-wrpr .photo-gallery-toolbar {display: none;}

.dog-park-rules-wrpr .ui-accordion .ui-accordion-header {background: #dcdcdc; text-transform:none;}
.dog-park-rules-wrpr h3 {font-size:18px;}
.dog-park-rules {padding-top:30px;}

.dogparks h1 {padding: 0 10px;}

@media only screen and (min-width:48em){
	.dog-park-rules-wrpr {padding:80px 0 60px; font-size:18px;}
	.dog-park-rules-wrpr .grid-6:nth-child(1) {padding-right:30px;}
	.dog-park-rules-wrpr .grid-6:nth-child(2) {padding-left:30px;}
	
	.dog-park-rules {padding-top:50px;}
	.dog-park-rules .heading {text-align:center;}
	
	.dog-park-rules-wrpr h3 {font-size:22px;}
}	

/* INTERIORS */

/* In-School Programs */
.in-school-nav-wrpr {margin:0 0 3rem 0;}
.in-school-nav {font-size:16px;}

.jump-toggle {background:#dcdcdc; border:1px solid #bbb; margin-top:20px;}
.jump-toggle a {display:block; padding:19px 18px; text-transform:uppercase;}
.jump-toggle a:hover,
.jump-toggle a:focus {text-decoration:none; background:#333; color:#fff;}

.jump-toggle span {display:none; padding:19px 18px;}

.in-school-nav a {border:1px solid #bbb; border-top:0; display:block; padding:19px 18px;}
.in-school-nav a:hover,
.in-school-nav a:focus {text-decoration:none; background:#333 !important; color:#fff;}


/*
.in-school-nav a.level-1 {background:#bbc3d0;}
.in-school-nav a.level-2 {background:#cad3d2;}
.in-school-nav a.level-3 {background:#f2c291;}

.in-school-nav a span {display:inline-block; width:20px; height:20px; border:1px solid #484846; border-radius:50%; margin-left:12px; position:relative; }
.in-school-nav a span:after {
	position: absolute;
	font-family: 'icomoon';
	font-size: .65em;
	content: "\e606";
	font-weight:bold;
	bottom:.3em;
	left:.35em;
}
.in-school-nav a:hover span,
.in-school-nav a:focus span {border-color:#fff;}

*/

.in-school-nav a:after {
	font-family: 'icomoon';
	font-size: .6em;
	line-height:20px;
	content: "\e606";
	font-weight: bold;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #484846;
    border-top-color: rgb(72, 72, 70);
    border-right-color: rgb(72, 72, 70);
    border-bottom-color: rgb(72, 72, 70);
    border-left-color: rgb(72, 72, 70);
	border-radius: 50%;
	margin-left: 12px;
	position: relative;
	text-align:center;
}

.in-school-nav a:nth-child(3n+1) {
    background: #bbc3d0;
}
.in-school-nav a:nth-child(3n+2) {
    background: #cad3d2;
}
.in-school-nav a:nth-child(3n+3) {
    background: #f2c291;
}


@media only screen and (min-width:48em){
	.jump-toggle {border-bottom:0; margin-top:0;}
	.jump-toggle a {display:none;}
	.jump-toggle span {display:block; padding:19px 10px; text-align:center;}

	.in-school-nav {/* float:left; */ display:table; width:100%; border-collapse:collapse;}
	.in-school-nav a {display:table-cell; padding:19px 10px; text-align:center; vertical-align:middle; border-top:1px solid #bbb; }
}
@media only screen and (min-width:60em){
	.jump-toggle {float:left; width:13.8%; border-right:0; border-bottom:1px solid #bbb; font-size:16px;}	

	.in-school-nav {float:left; width:86.2%; table-layout:fixed;}
}	
@media only screen and (max-width:47.99em){
	.jump-toggle a {position:relative; font-size:20px; padding: 17px 18px;}

	.jump-toggle a:after, 
	.jump-toggle a:before{
		position:absolute;
		content:"";
		width:16px;
		height:2px;
		background:#484846;
		right:20px;
		top:50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.jump-toggle a:before {
		width:2px;
		height:16px;
		right:27px;
	}
	.jump-active .jump-toggle a:before {display:none;}
	.jump-toggle a:hover:after, 
	.jump-toggle a:hover:before,	
	.jump-toggle a:focus:after, 
	.jump-toggle a:focus:before {background:#fff;}	
	
	.in-school-nav {display:none;}
	.jump-active .in-school-nav {display:block;}
}	


.in-school-wrpr {padding:40px 0 40px; margin:0 -10px;}

.in-school-txt {margin-bottom:40px; }
.in-school-txt h3 {text-transform:uppercase;}
.in-school-txt p{margin:0 0 1.6em; line-height:1.3;}
.in-school-txt a {display:inline-block;}
.in-school-img img {width:100%;}

@media only screen and (min-width:48em){
	.in-school-wrpr {padding:80px 0 60px;}
	.in-school-wrpr .grid-6:first-child {padding-right:30px;}
	.in-school-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	.in-school-txt {margin-bottom:0;}
	.in-school-txt p	{font-size:18px;}
}


/* In-School Accordions */

.acc-wrpr {padding:40px 0 20px;}
.level-3-wrpr {margin-bottom:-15px;}

.acc-wrpr > .inner {position:relative;}
.acc-wrpr .heading {margin:0 0 .75em;}

.acc-wrpr .title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: 1em;
	margin-top:1em;
    position: relative;
}
.acc-wrpr .title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

@media only screen and (min-width:48em){
	.acc-wrpr {padding:60px 0 40px;}
	.acc-wrpr .title {font-size: 30px;}		
}
@media only screen and (min-width:60em){
	.acc-wrpr .title {font-size: 36px;}
		
}


/* Accordion */

.accordion {position:relative; margin-bottom:20px;}
.ui-accordion .ui-accordion-header { margin: 20px 0 0 !important; font-family: 'Futura PT'; font-weight:normal; padding: 1em 45px 1em 20px!important; font-size:18px !important; text-transform:uppercase;}

.ui-accordion .ui-corner-all, 
.ui-accordion .ui-corner-bottom, 
.ui-accordion .ui-corner-right, 
.ui-accordion .ui-corner-br, 
.ui-accordion .ui-corner-top{border: none !important; border-radius: 0 !important; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {left: auto !important; right: 20px !important;}

.ui-accordion .ui-state-active .ui-icon {background-image: none;}
.ui-accordion .ui-state-default .ui-icon {background-image: none;}
.ui-accordion .ui-icon {height: 16px !important; width: 16px !important; text-indent:0 !important;}
.ui-accordion .ui-widget-content {color: inherit !important; background:#fff; padding-left:20px !important; padding-right:20px !important;}

.ui-accordion.ui-widget {font-family: 'Futura PT Book'; font-size: 1em !important; clear:both; }
.ui-accordion.ui-widget button {font-family: 'Futura PT'; }

.ui-accordion  .ui-state-default .ui-icon:before,
.ui-accordion  .ui-state-default .ui-icon:after {
		position:absolute;
		content:"";
		width:16px;
		height:2px;
		background:#484846;
		left:0;
		top:50%;
		margin:0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);	
}
.ui-accordion  .ui-state-default .ui-icon:before {
	width:2px;
	height:16px;
	left:7px;	
}
.ui-accordion  .ui-state-active .ui-icon:before {
	display:none;
}

.accordion .ui-accordion-header {color:#484846;}
.level-1-wrpr .ui-accordion-header {background:#bbc3d0;}
.level-2-wrpr .ui-accordion-header {background:#cad3d2;}
.level-3-wrpr .ui-accordion-header {background:#f2c291;}
.level-4-wrpr .ui-accordion-header {background:#bbc3d0;}

.acc-wrpr .accordion-expand-collapse {display:none;}

.grade-items .btn.more {display:none;}

.left-col .ui-accordion.ui-widget,
.right-col .ui-accordion.ui-widget {margin-bottom:20px;} 
.ui-accordion-header {background: #dcdcdc;}

@media only screen and (min-width:48em){
	.ui-accordion .ui-accordion-header {padding:.75em 45px .75em 1em !important; font-size:22px !important;}
	.ui-accordion  .ui-widget-content {padding-left:3% !important; padding-right:3% !important;}
	
	.acc-wrpr .accordion-expand-collapse {display:block; font-size:18px; text-transform:uppercase; position:absolute; right:0; top:-60px;}
	.acc-wrpr .accordion-expand-collapse a {padding-right:30px; position:realtive;}
	.acc-wrpr .accordion-expand-collapse a:before,	
	.acc-wrpr .accordion-expand-collapse a:after {
			position:absolute;
			content:"";
			width:16px;
			height:2px;
			background:#484846;
			right:0;
			top:50%;
			margin:0;
			-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
					transform: translateY(-50%);	
	}
	.acc-wrpr .accordion-expand-collapse a:before {
		width:2px;
		height:16px;
		right:7px;	
	}	
	.acc-wrpr .accordion-expand-collapse a.collapse:before {
		display:none;
	}	
}
	
@media only screen and (max-width:47.99em){
	.grade-items .accordion-header {display:none;}
	.grade-items .accordion-header:nth-of-type(-n+3) {display:block;}
	.grade-items.show-all .accordion-header {display:block;}
	
	
	.grade-items .btn.more {display:block; margin:20px auto 0; width:280px;}
}	
@media only screen and (max-width:29.99em){
	.grade-items .btn.more {width:100%;}
}

/* Accordion Programs */
.program {padding:5px 0 15px;}
.program-header {position:relative; margin:0 0 1em;}
.program-header .program-title{font-size:20px; text-transform:uppercase; border-bottom:1px solid #979797; padding-bottom:.5em; margin-bottom:.6em;}

.program-content .heading{font-size:18px; margin:0 0 .5em;}

.program-left {margin:0 0 30px;}
.program-right {text-align:center;}
.program-right img {width:100%; max-width: 100% !important; height: auto !important;}
	
.program-content .buttons {text-align:center; font-size:16px; padding-top:10px;}
.program-content .buttons .reserve {width:240px;}
.program-content .buttons .share {display:none;}
.program-content .buttons .share .icon {margin-right:10px; position:relative; top:3px;}

@media only screen and (min-width:48em){
	.program {padding:10px 0 25px;}
	.program-header .program-title{font-size:30px; margin-bottom:1em;}
	.program-header a {font-size:18px; position:absolute; right:0; bottom:18px;}
	
	.program-content {display:table; width:100%; font-size:18px;}
	.program-content .heading{font-size:22px;}
	
	.program-left {display:table-cell; margin:0; vertical-align:top; padding-right:5%;}
	.program-right {display:table-cell; vertical-align:top; }
	.program-right img {width:250px; max-width: 250px !important; margin-top:5px;}

	.program-content .buttons {text-align:left;}
	.program-content .buttons .reserve {width:auto; margin-right:15px;}
	.program-content .buttons .share {display:inline-block; /* width:180px; */ border: 1px solid #4C5D4E;}	
}
@media only screen and (min-width:60em){
	.program-right img {width:350px; max-width: 350px !important; margin-top:5px;}
	.program-content .buttons .reserve {width:240px;}
	.program-content .buttons .share {width:180px;}	
}
@media only screen and (max-width:29.99em){
	.program-content .buttons .reserve {width:100%;}
}	



/* FERN Homepage*/

.fern .btn, .fern a.btn {background:#8093C9;}
.fern .btn:hover, 
.fern .btn:focus {background:#333;}

.fern .social-wrpr .follow-us a {color:#e9a55e;}
.fern .social-wrpr .follow-us a:hover, 
.fern .social-wrpr .follow-us a:focus {color:#333;}

.fern .annoncementSlider .slick-dots li.slick-active button {background:#8093C9; border: 1px solid #999;}


/* On-Call Staff */
.on-call-outter-wrpr {padding:40px 0 30px;}
.on-call-wrpr {position:relative; padding:0 10px;}
.on-call {margin: 20px 0 25px; font-family: 'Futura PT'; color:#484846;}
/* .on-call-box {padding:0 10px;} */
.on-call-box .inner{background:#fff; padding:25px 30px;}
.on-call-box .staff {font-size:18px; margin-bottom:15px;}
.on-call-box .dates {margin-bottom:10px;}

.on-call-box .dates,
.on-call-box .duration {position:relative; padding-left:31px;}
.on-call-box svg.icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #e9a55e;
}

.on-call-box .dates span,
.on-call-box .duration span {display:inline-block;}

.on-call-wrpr .btn {width: 240px;}

@media only screen and (min-width:48em){
	.on-call-outter-wrpr {padding:80px 0 60px;}
	.on-call-wrpr {padding:0;}
	.on-call {margin:40px -10px 20px;}
	.on-call-box {float:left; width:33.33%; padding:0 20px; margin-bottom:30px;}
}
@media only screen and (max-width:29.99em){
	.on-call-wrpr .btn {width: 100%;}	
}

/* New Employees */
.new-employees-wrpr	{padding:40px 10px 30px;}
.new-employees-wrpr .heading {position:relative; padding-bottom:.5em;}
.new-employees-wrpr .heading:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background:#e9a55e;
}

.new-employees-list .item {border-top:none;}
.new-employees-list .item-txt .title{font-size:20px; text-transform:uppercase; margin:0 0 .35em;}
.new-employees-list .item-txt p {margin:0 0 1.25em; line-height:1.6;}
.new-employees-list .item-txt .btn {width:240px; display:block; margin:0 auto; padding: 18px 10px;}

.new-employees-list .item-img {text-align:center; margin:0; }
.new-employees-list .item-img img {margin:.75em 0;}
@media only screen and (min-width:48em){
	.new-employees-wrpr	{padding:80px 10px 60px;}
	
	.new-employees-list .item {padding:2em 0;}
	.new-employees-list .item:first-child {padding-top:1em}
	.new-employees-list .item:last-child {padding-bottom:1em}
	
	.new-employees-list .item-txt {float:left; width:75%; padding-right:40px;}
	.new-employees-list .item-img {float:right; width:25%; }
	.new-employees-list .item-img img {width:100%;}
	
	.new-employees-list .item-txt {font-size:18px; padding-right:40px;}
	.new-employees-list .item-txt .title{font-size:30px;}	
	.new-employees-list .item-txt .btn {display:inline-block;}

	
	
}
@media only screen and (max-width:29.99em){
	.new-employees-list .item-txt .btn {width: 100%;}	
}


/* PRESERVATION */

/* Preservation Foundation */
.foundation-wrpr {padding:40px 0 40px;}

.foundation-wrpr .title {
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .75em;
    position: relative;
}
.foundation-wrpr .title:after {
    position: absolute;
    content: "";
    bottom: 0;
	left:0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

.foundation-txt {margin-bottom:40px; }
.foundation-txt p{margin:0 0 1.6em; line-height:1.4;}
.foundation-txt .btn {width:200px;}
.foundation-img img {width:100%;}

@media only screen and (min-width:48em){
	.foundation-wrpr {padding:80px 0 60px;}
	.foundation-wrpr .grid-6:first-child {padding-right:30px;}
	.foundation-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	
	.foundation-txt {margin-bottom:0;}
	.foundation-txt p {font-size:18px;}
	.foundation-txt .center {text-align:left;}
}

@media only screen and (max-width:29.99em){
	.foundation-txt .btn {width:100%;}
}

/* Donation Activities */
.donation-activities-wrpr {background:#e2e2e2; padding:30px 0 30px;}

.donation-activities-top {padding:0 10px; text-align:center;}

.donation-activities {}

.donation-activities {padding:0 20px;}
.donation-activities .unit {
	position:relative;
	margin:0 0 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.donation-activities .unit.grid-6,
.donation-activities .unit.grid-3 {padding:16.66% 0 0; margin-bottom:80px;}
.donation-activities .unit img {display:none;}

.donation-activities .unit .btn {
	position:absolute;
	left:50%;
	bottom:-80px;

}

@media only screen and (min-width:48em){
	.donation-activities-wrpr {padding:60px 0 0;}
	.donation-activities {padding:0;}
	.donation-activities .unit {margin:0;}
	.donation-activities .unit.grid-6 {padding:25% 0 0; margin:0;}
	.donation-activities .unit.grid-3 {padding:25% 0 0; margin:0;}

	.donation-activities .unit .btn {
		position:absolute;
		left:0;
		bottom:0;
		padding:15px 15px;
		font-size:18px;
		line-height:1.1;
		text-transform:uppercase;
		font-weight:bold;
		
		background:none;
		text-align:left;
	}
	.donation-activities .unit .btn:hover,
	.donation-activities .unit .btn:focus {text-decoration:underline;}
	
	.donation-activities .unit .btn:after {
		position: absolute;
		font-family: 'icomoon';
		font-size: .75em;
		content: "\e604";
		font-weight: bold;
		margin-left: 3px;
		margin-top:.15em;
	}
	
}
@media only screen and (min-width:60em){
	.donation-activities .unit .btn {
		padding:20px 20px;
		font-size:22px;		
	}
}	
@media only screen and (min-width:82.5em){
	.donation-activities .unit .btn {
		padding:30px 30px;
		font-size:30px;
	}	
}
@media only screen and (min-width:100em){
	.donation-activities .unit .btn {
		padding:40px 40px;
		font-size:36px;
	}	
}

@media only screen and (min-width:30em) and (max-width:47.99em){
	.donation-activities .unit .btn {
		min-width:280px;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);		
	}
}
@media only screen and (max-width:29.99em){
	.donation-activities .unit .btn {
		left:0;
		bottom:-80px;
		width:100%;
	}
}


/* Shop & Support */
.shop-support-wrpr {padding:30px 0;}
.shop-support {position:relative; padding:0 10px;}

.shop-logo {text-align:center; padding:10px 0;}
.shop-btn  {text-align:center; padding:10px 0;}
.shop-btn .btn {width:280px;}
@media only screen and (min-width:48em){
	.shop-support-wrpr {padding:60px 0;}
	.shop-support {display:table; width:100%; padding:0;}
	.shop-text {display:table-cell; padding:10px;}
	.shop-logo {display:table-cell; padding:10px; width:240px; vertical-align:middle; text-align:left;}
	.shop-btn  {display:table-cell; padding:10px; width:160px; vertical-align:middle;}
	.shop-btn .btn {width:100%;}
	
	.shop-text p {font-size:18px;}	
}
@media only screen and (min-width:75em){
	.shop-logo {width:340px;}
	.shop-btn  {width:200px;}	
}	
@media only screen and (max-width:29.99em){
	.shop-btn .btn {width:100%;}
}


/* Crazy Lake */
.crazy-lake-wrpr {padding:40px 0 40px;}

.crazy-lake-wrpr .title {
    text-transform: uppercase;
    padding-bottom: .5em;
    margin-bottom: .75em;
    position: relative;
}
.crazy-lake-wrpr .title:after {
    position: absolute;
    content: "";
    bottom: 0;
	left:0;
    width: 40px;
    height: 4px;
    background: #4f9654;
}

.crazy-lake-txt {margin-bottom:40px; }
.crazy-lake-txt p{margin:0 0 1.6em; line-height:1.4;}
.crazy-lake-txt .btn {width:280px;}
.crazy-lake-img {margin-bottom:20px;}
.crazy-lake-img img {width:100%;}

@media only screen and (min-width:48em){
	.crazy-lake-wrpr {padding:80px 0 60px;}
	.crazy-lake-wrpr .grid-6:first-child {padding-right:30px;}
	.crazy-lake-wrpr .grid-6:last-child	 {padding-left:30px;}	
	
	.crazy-lake-txt {margin-bottom:0;}
	.crazy-laketxt p {font-size:18px;}
	.crazy-lake-txt .center {text-align:left;}
	.crazy-lake-txt .btn {width:200px;}
}
@media only screen and (max-width:29.99em){
	.crazy-lake-txt .btn {width:100%;}
}
	

/* Hawksearch */
.interior .hawk-listingControls {
   padding: 0;
   background: none;
}
.interior .hawk-listingControls .hawk-mainControls {
    padding: 20px 10px 7px;
    background: #dcdcdb;
	color:#484846;
}
.interior .hawk-listingControls .hawk-mainControls .hawk-searchrange {
	padding-left:10px;
}
.interior .hawk-sortWrapper .sortList label {
    font-size: 1em;
    font-weight: normal;
    color: #484846;
}
.interior .hawk-listingControls .hawk-pagination {
	padding-right:10px;
}
.interior .hawk-listingControls .hawk-pagination .hawk-paging .total {
    color: #484846;
}
.interior #hawkitemlist .hawk-contentItem:first-child {
    padding-top: .5em;
}
.interior #hawkitemlist .hawk-contentItem {
    padding: .5em 0;
}
.interior #hawkitemlist .hawk-contentWrapper {
    padding:10px 0 0;
}
.interior #hawkitemlist .hawk-contentTitle a:hover,
.interior #hawkitemlist .hawk-contentTitle a:focus {text-decoration:underline;}

.interior #hawkbottompager .hawk-listingControls .hawk-mainControls {padding-top:10px;}
.interior #hawkbottompager .hawk-listingControls {margin-bottom:30px;}

.interior .hawkRailNav {border:1px solid #ccc;}
.interior .hawk-railNavHeading {background:#484846; font-family: 'Futura PT'; font-weight:normal;}
.interior .hawk-railNavHeading:after {
	border-bottom: 15px solid #4C5D4E;
}
.interior .hawk-guidedNavWrapper .hawk-groupHeading, 
.interior .hawk-guidedNavWrapper .hawk-groupHeading a, 
.interior .hawk-guidedNavWrapper .hawk-groupHeading a:link, 
.interior .hawk-guidedNavWrapper .hawk-groupHeading a:visited {
	font-weight:normal;
}
.interior .hawk-guidedNavWrapper .hawk-selectedHeading, 
.interior .hawk-guidedNavWrapper .hawk-selectedHeading a, 
.interior .hawk-guidedNavWrapper .hawk-selectedHeading a:link, 
.interior .hawk-guidedNavWrapper .hawk-selectedHeading a:visited {
	font-weight:normal;
}
.interior .hawk-guidedNavWrapper .hawk-clearSelected a, 
.interior .hawk-guidedNavWrapper .hawk-clearSelected a:link, 
.interior .hawk-guidedNavWrapper .hawk-clearSelected a:visited {
	font-weight:normal;
}

.interior .hawk-guidedNavWrapper .hawk-navGroup li a:hover, 
.interior .hawk-guidedNavWrapper .hawk-navGroup li a:focus {
	color: #000;   
}
.interior .hawk-searchQuery .hawk-sqActive, 
.home .hawk-searchQuery .hawk-sqActive{
    border-color: #4C5D4E;
}

.interior .hawk-searchView {border-bottom:5px solid #ededed;}

/* Responsive Video */
.video-content-wrpr {max-width:800px; margin: 0 auto;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom:10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.BBFormFieldContainer {background:none !important;}

ul.school-histories,
ul.col3-list {list-style:none; margin:0; padding:0;}
ul.school-histories li,
ul.col3-list li{
	padding-right:1em;
	padding-bottom:5px;
	line-height: 1.2;
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;	
}
@media only screen and (min-width:30em){
	ul.school-histories,
	ul.col3-list {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}	
@media only screen and (min-width:60em){
	ul.school-histories,
	ul.col3-list {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
}


.to-top {
    background: rgba(85,85,85,.7);
    border: none;
    width: 3rem;
    height: 3rem;
    position: fixed;
    right: 15px;
	bottom: 15px;
    z-index: 9999999;
    display:none;
    transition: all .3s ease-in-out;
}

.to-top:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    border: .25rem solid #fff;
        border-top-width: 0.25rem;
        border-right-width: 0.25rem;
        border-top-style: solid;
        border-right-style: solid;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
    border-top: 0;
    border-right: 0;
    top: .3rem;
	position:relative;
}
/* @media only screen and (min-width:60em){
	.to-top {bottom: 85px;}
} */


/* Vendor Registration Form */
.phone-format td input[type="text"] {width:55px !important;}
.phone-format td:last-child input[type="text"] {width:70px !important;}

/* Show More/Less */
.more-content {display:none;}


.BBFormSection {max-width:100% !important;}

/* Admin Fix */
.adminFix .site-header {position:static; height:auto;}
.adminFix .header-bottom {background:#666;}
.adminFix .buttons-list {position:static; width: 100%;}
.adminFix .header-bottom {height:auto;}
.adminFix .nav-bar {position:static;} 
.adminFix .page-top-img {background-image:none !important; height:auto;}
.adminFix .page-top-img img {display:block;}
.adminFix .page-top-txt {position:static; background:#666;
	-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
			transform: translateY(0%);
}
.adminFix .page-top-txt .portlet-header .title {font-size:11px; text-transform:none;}
.adminFix .site-search {position:static;}
.adminFix .site-search .inner {display:block;}
	
.adminFix .rail-nav-heading {display:block;} 

.adminFix .callouts-wrpr {position:static;}
.adminFix .slideshow-search {position:static;}

.adminFix .alert-wrpr {height:60px;}
.adminFix .alert {display:block;}

.adminFix .buttons-list {position:static;}

.box-list {
	padding:0;
	margin:0;
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;	
}

.box-list li {
	width:100%;
	padding:0rem;
	margin:0 1rem 2rem 1rem;
	position:relative;
}

.box-list li img {
	margin:0 0 1rem 0;
}

.box-list h3 {
	text-align:center;
}

@media only screen and (min-width:48em){
	.box-list li {
		width:31%;
		margin:0 3% 4rem 0;
		padding-bottom:4rem;
	}

	.box-list li:nth-child(3n) {
		margin-right:0;
	}
	
	.box-list li .btn  {
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
	}
}


/* tabs are changed to work as page anchors like In-School Programs */

/*
#tabsContent > ul {
	display:table;
	border: 1px solid #bbb;
	padding:0;
	margin:0 0 2rem 0;
	width:100%;
	list-style-type:none;
}

#tabsContent > ul li {
	float:none;
}

#tabsContent > ul li a {
	padding: 19px 18px;
	display:block;
	float:none;
}

#tabsContent > ul li a:hover,
#tabsContent > ul li a:focus {
    text-decoration: none;
    background: #333 !important;
    color: #fff;
}

#tabsContent > ul li:last-child {
	border-right:none;
}

#tabsContent > ul li:nth-child(1n) a {
    background: #bbc3d0;
}

#tabsContent > ul li:nth-child(2n) a {
    background: #cad3d2;
}
#tabsContent > ul li:nth-child(3n) a {
    background: #f2c291;
}

#tabsContent > ul li a:after {
	font-family: 'icomoon';
	font-size: .6em;
	line-height:20px;
	content: "\e606";
	font-weight: bold;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #484846;
    border-top-color: rgb(72, 72, 70);
    border-right-color: rgb(72, 72, 70);
    border-bottom-color: rgb(72, 72, 70);
    border-left-color: rgb(72, 72, 70);
	border-radius: 50%;
	margin-left: 12px;
	position: relative;
	text-align:center;
}

#tabsContent > ul li a:hover:after {
	border-color:#fff;
}


#tabsContent > ul li.jump-toggle {
	margin-top: 0px;
    background: #dcdcdc;
    border:none;
}

#tabsContent > ul li.jump-toggle a {
	background:transparent;	
}

@media only screen and (max-width:47.99em){
	#tabsContent .jump-toggle a:after, 
	#tabsContent .jump-toggle a:before {
		position: absolute;
		content: "";
		width: 16px;
		height: 2px;
		background: #484846;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#tabsContent .jump-toggle a:before {
		width: 2px;
		height: 16px;
		right: 27px;
	}
	
	#tabsContent > ul > li:not(.jump-toggle) {
		display:none;
	}
	
	.jump-active #tabsContent > ul > li {
		display:block;
	}
	
}

@media only screen and (min-width:48em){
	#tabsContent > ul li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #bbb;
	}
	
	#tabsContent > ul li a {
		padding: 19px 10px;
	}	
	
	#tabsContent .jump-toggle a {
		display:none;
	}
	
	#tabsContent .jump-toggle {
		display:table-caption;
	}
	
	#tabsContent .jump-toggle span {
		border-top: 1px solid #bbb;
		border-left: 1px solid #bbb;
		border-right: 1px solid #bbb;
	}
}

@media only screen and (min-width:60em){
	#tabsContent .jump-toggle {
		display:table-cell;
		width:auto;
		border-right:1px solid #bbb !important;
	}
	
	#tabsContent .jump-toggle span {
		border-style:none;
	}	
}

*/

.cta-list {
	margin:0 0 2rem 0; 
	height:23vw;
}

.cta-list .table-cell {	
	text-align:center;
	color:#fff;
	position:relative;
	padding:4rem 2rem;
	font-size:1.5rem;
	background-size:cover;
	background-position:50% 50%;
}

.cta-list .table-cell:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.9);
	opacity: .5;
}

.cta-list .table-cell:nth-child(even):before {
	background: rgba(35, 57,17,0.9);
}

.cta-list .table-cell .inner {
	text-align:center !important;
	position:relative;
	z-index:3;
}

.cta-list .table-cell h2,
.cta-list a {
	color:#fff;
}

.cta-list a {
	text-decoration:underline;
}

.cta-list a.btn {
	text-decoration:none;
}

@media only screen and (max-width:47.99em){
	.cta-list.table-layout .table-cell {
		display:block;
	}	 
	.cta-list {
		height:auto;
	}
}

.narrow-text {
	width:50rem;
	max-width:95%;
	margin:0 auto 2rem auto;
}

.form-wrpr {
	background: #fff;
	padding: 30px;
}

.columns {
		display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
}

@media only screen and (min-width:48em){
	.columns > div {
		width:50%;
	}
	
	.columns > div.left-column {
		border-right:1px solid #b7b7b7;
		padding-right:5%;
	}
	
	.columns > div.right-column {	
		padding-left:5%;
	}
}

.site-search-page .txtSearch {
	width: calc(100% - 110px) !important;
	display:inline-block;
} 

.site-search-page .btn {
	vertical-align:top;
	padding:14px 30px;
}

@media only screen and (min-width:60em){
	.site-search-page .btn {
		padding:16px 30px;
	}	
}

.sans-serif {font-family:sans-serif; font-size: .9em;}

.modulePanel a, .modulePanel a:link, .modulePanel a:visited {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.overlayModulesWrprBrdr div.modulePanel {
	margin-right:7px;
}

.portlet-content-overlay {min-height:40px;}

.addthis_inline_share_toolbox {
	position:relative;
	z-index:100;
}

@media only screen and (min-width:48em){
	.addthis_inline_share_toolbox {
		float:right;
		margin:14px 0 0 20px;
	}
}

.eventR-btnWrpr .btn {
	margin-bottom:10px;
}

.rollins .birds-wrpr.full-width .grid-6:first-child,
.greenbelt .next-event-wrpr.full-width .grid-6:first-child {
	width:100%;
	padding-right:10px;
}


[id*="_liNeedHelp"] {
	display:none !important;
}

.font-1 {
	 font-family: Arial, sans-serif;
}

.eventR-registrationForm table td {
	vertical-align:top;
}

.eventR-registrationForm table .fieldreq {
	background-image:none;
}

.eventR-registrationForm .formee-lbl,
.eventR-registrationForm .fielderror {
	text-transform: uppercase;
	margin:1.1em 0 0.3em;
	display:inline-block;
	font-size:16px;
}

.eventR-registrationForm.formee fieldset {
	background:transparent;
	border-style:none;
	margin-bottom:15px;
	padding:12px 0 0 0;
}

.eventR-registrationForm input[type="text"],
.eventR-registrationForm select {
	width:100% !important;
	min-width:400px;
}

@media screen and (max-width: 47.9em)  {
	.eventR-registrationForm table,
	.eventR-registrationForm tbody,
	.eventR-registrationForm tr,
	.eventR-registrationForm td {
		display:block;
		width:100% !important;
	}
	.eventR-registrationForm input[type="text"],
	.eventR-registrationForm select {
		width:100% !important;
		min-width:100%;
	}	
}

/* Ticket #552587 - Preservation Foundation Logo  */

@media screen and (min-width: 48em)  {
	.preservation .site-header a.site-logo {
		margin-top: 25px;
		position: absolute !important;
	}
	.preservation .site-logo .desktop {
		display: inline-block;
		margin-top: 0px;
		margin-left:-12px;
	}
}

.icon-logo-preservation-foundation-2022 {
	width: 246px !important;
	height: 95px !important;
	fill: #fff !important;

}


.icon-logo-preservation-foundation-mobile {
	width: 225px !important;
	height: 46px !important;
	fill: #fff !important;
}


.footer .icon-logo-preservation-foundation-2022 {
	margin-top: 0 !important;
}

/* Ticket #628727 - Translation Widget */
@media only screen and (max-width: 767px) {
	.secondary-nav .translate {
		width: 0px;
		position: initial;
	}

		.secondary-nav .translate div {
			display: block;
			position: absolute;
			width: 100%;
			z-index: 9999999;
			top: 15px;
			left: 0;
			height: initial;
			border: none;
			padding: 5px;
		}
}